/* Page Header */
body.home-body .p-g-mod-header
{
    border: none!important;
}
body.home-body .p-g-mod-header .p-g-m-h-info
{
    align-items: center!important;
}
body.home-body .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title
{
    font-size: 28px!important;
    font-weight: 300!important;
}
.search-btn .icon
{
    font-size: 25px;
    margin-right: 5px;
}
.left-search
{
    position: fixed;
    width: 450px;
    top: 0;
    right: -450px;
    border-left: 1px solid #eee;
    height: 100vh;
    z-index: 1001;
    background: white;
    transition: right 250ms ease-in-out;
}
.press
{
    right: 0;
    transition: right 250ms ease-in-out;
}
.left-search .search
{
    border-bottom: 1px solid #eee;
    padding: 25px 10px;
}
.left-search form
{
    display: flex;
    align-items: center;
    width: 100%;
}
.left-search form input
{
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}
.left-search form button,
.left-search form .search-btn i
{
    font-size: 20px;
    border: none;
    background: transparent;
    color: #666;
}
.fixedHeader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: white;
    z-index: 1000;
}
.card-product-image
{
    overflow: hidden;
}
.card-product-image:hover .btn-deepdream
{
    bottom: 0;
    transition: bottom 250ms ease-in-out;
}
.btn-deepdream
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600!important;
    font-size: 14px!important;
    background: white!important;
    border-color: #eee!important;
    color: black!important;
    gap: 5px;
    transition: bottom 250ms ease-in-out;
    position: relative;
    bottom: -200px;
}
.btn-deepdream:hover
{
    background: #eee!important;
}
@media (max-width: 991px)
{
    .btn-deepdream
    {
        bottom: 0;
    }
}
.footer-info
{
    padding: 2.5rem 0;
}
.footer-info-item
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer-info-item i
{
    font-size: 26px;
}
.footer-info-item span
{
    font-size: 16px;
    font-weight: 600;
}
.footer-info-item p
{
    font-size: 14px;
}
.subscribe
{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.subscribe-content
{
    background: black;
    max-width: 400px;
    border-radius: 6px;
    padding: 2rem;
    color: white;
}
.subscribe-content span
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.subscribe-content form input
{
    font-size: 14px!important;
    background: transparent!important;
    border: 1px solid #2e2e2e;
    color: white!important;
}
.subscribe-content form button
{
    background: #2e2e2e;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
}
.subscribe-content form button:hover
{
    background: transparent;
    border: 1px solid #2e2e2e;
    color: white!important;
}
.card-brand .image a img
{
    padding: 1rem;
    border-radius: 12px;
    max-width: 150px;
}
.home-body .p-g-t-nav
{
    flex-direction: column;
}
.home-body .p-g-t-nav .p-g-t-n-header
{
    justify-content: center!important;
}
.home-body .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title
{
    font-size: 24px!important;
    font-weight: 300!important;
}
.home-body .p-g-t-nav .nav
{
    margin-top: 1.5rem!important;
}
.home-body .p-g-t-nav .nav .nav-link.active
{
    border-bottom: 2px solid black;
}
.categories-body .p-g-mod-header
{
    border: none!important;
}
.categories-body .p-g-mod-header .p-g-m-h-info
{
    align-items: center!important;
}
.categories-body .p-g-mod-header .p-g-m-h-i-title
{
    font-size: 24px!important;
    font-weight: 300!important;
}
.product-profile-1 h1.title
{
    border: none;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.product-head
{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pulses
{
    gap: 13px;
    margin: 10px 0;
}
.success-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #32cd32;
    box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.warning-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #ffa500;
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.danger-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #dc143c;
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(224, 34, 113, 0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(224, 34, 113, 0);
  }
}
.product-buttons
{
    flex-direction: column;
}
.product-buttons button
{
    flex: 1;
}
.product-buttons .btn-cart,
.product-buttons .btn-cart:hover
{
    background: #21665d;
    border-color: #21665d;
    font-weight: 600;
}
.product-buttons .btn-fast-buy,
.product-buttons .btn-fast-buy:hover
{
    background: #000;
    border-color: #000;
    font-weight: 600;
}
.home-body .h-center
{
    border: none;
}
.h-center
{
    border-bottom: 1px solid #eee;
}
.product-profile-1 .carousel
{
    display: flex;
}
.product-profile-1 .carousel .carousel-indicators
{
    flex-direction: column;
    margin-right: 15px;
}
.product-profile-1 .carousel .carousel-inner
{
    border: none;
}
.product-profile-1 .carousel .carousel-indicators li.active
{
    border-color: #000;
    border-width: 2px;
}
.product-profile-1 .carousel .carousel-indicators li
{
    max-width: 100px;
}
.product-badges .p-badge
{
    height: auto;
    border: none;
    background: #eee;
    padding: 10px;
}
.days-shipping span
{
    font-weight: 600;
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
    display: flex;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav
{
    background: transparent;
    border-bottom: 1px solid #eee;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active
{
    border-top: none;
    border-bottom: 1px solid #666;
    font-weight: 600;
    color: #666;
}
.fixed-scroll
{
    position: fixed;
    top: 120px;
    width: 100%;
    left: 0;
    z-index: 1001;
    display: flex!important;
}
.fixedProduct
{
    background: #eee;
    padding: 1rem 0;
    display: none;
}
.fixedProduct .product-left
{
    gap: 15px;
}
.fixedProduct .product-left img
{
    max-width: 75px;
    border-radius: 5px;
}
.fixedProduct .product-left span
{
    font-size: 14px;
    font-weight: 600;
}
.btn-fixed-product,
.btn-fixed-product:hover
{
    background: #21665d;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 10px 40px;
}
.card-product .card-product-inner .price-group .prices .list-price
{
    text-decoration: line-through;
}
.piece-profile .price
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: .5rem;
}
.fs
{
    color: white;
}