﻿.line-clamp-2-cate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    line-height: 1.3;
    white-space: normal
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    white-space: normal
}

body {
    background-color: #f0f0f0;
    overflow-x: hidden
}

.wolf-breadcrumb {
    background-color: #fff
}

.wolf-product-top-info .title-product {
    font-size: 25px
}

@media (max-width: 767px) {
    .wolf-product-top-info .title-product {
        font-size: 20px
    }
}

.wolf-product-top-info .group-link a, .wolf-product-top-info .group-link button {
    color: var(--second-color);
    font-size: 14px
}

.wolf-product-top-info .group-link a:hover, .wolf-product-top-info .group-link button:hover {
    color: var(--main-color)
}

.wolf-product-top-info .wolf-product-review .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 16px
}

.wolf-product-top-info .wolf-product-review span {
    font-size: 15px;
    color: #98a2b3
}

.wolf-product-top-info .wolf-product-review:hover {
    cursor: pointer
}

.wolf-product-top-info .wolf-product-review:hover span {
    color: var(--main-color)
}

.wolf-product-images {
    position: sticky;
    top: 10px;
    z-index: 90
}

.wolf-product-images .btn-fav-toggle {
    height: 45px;
    width: 45px;
    z-index: 90;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    top: 10px;
    right: 10px
}

@media (min-width: 992px) {
    .wolf-product-images .btn-fav-toggle:hover {
        color: #fff;
        background-color: var(--second-color)
    }
}

.wolf-product-images .product-image-block .gallery-top a {
    background: radial-gradient(#fff, #f8f7f6)
}

.wolf-product-images .product-image-block .gallery-top a img {
    aspect-ratio: 1;
    mix-blend-mode: multiply;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.wolf-product-images .product-image-block .gallery-top .video-slide {
    background: radial-gradient(#fff, #f8f7f6)
}

.wolf-product-images .product-image-block .gallery-top .video-slide img {
    aspect-ratio: 1;
    mix-blend-mode: multiply;
    -o-object-fit: contain;
    object-fit: contain
}

.wolf-product-images .product-image-block .gallery-top .video-slide iframe {
    width: 100%
}

@media (max-width: 767px) {
    .wolf-product-images .product-image-block .gallery-top .video-slide {
        position: relative;
        width: 100%;
        padding-bottom: 100%
    }

    .wolf-product-images .product-image-block .gallery-top .video-slide iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }
}

.wolf-product-images .product-image-block .gallery-top.swiper .swiper-pagination {
    bottom: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-next, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    box-shadow: 0 0.125rem 0.625rem rgba(28, 28, 28, 0.15);
    place-items: center;
    border: none;
    top: var(--swiper-navigation-top-offset, 50%);
    bottom: auto;
    opacity: 0;
    z-index: 3
}

.wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-next:after, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-prev:after {
    font-size: 18px;
    transition: transform .2s
}

.wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-next:hover, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-next:focus, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-prev:hover, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-prev:focus {
    background-color: #fff
}

.wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-next:hover:after, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-next:focus:after, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-prev:hover:after, .wolf-product-images .product-image-block .gallery-top.swiper .swiper-button-prev:focus:after {
    color: var(--main-text-color);
    animation-direction: reverse;
    animation: .35s ease-in-out forwards animateIconInline
}

.wolf-product-images .product-image-block .gallery-top.swiper:hover .swiper-button-prev, .wolf-product-images .product-image-block .gallery-top.swiper:hover .swiper-button-next {
    opacity: 1
}

.wolf-product-images .product-image-block .gallery-thumbs .swiper-slide {
    background: radial-gradient(#fff, #f8f7f6);
    box-shadow: inset 0 0 0 2px #fff;
    mix-blend-mode: multiply;
    transition: border-color .5s;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 1
}

.wolf-product-images .product-image-block .gallery-thumbs .swiper-slide img {
    cursor: pointer;
    display: block;
    max-width: 100%;
    mix-blend-mode: multiply;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: auto;
    max-height: 100%
}

.wolf-product-images .product-image-block .gallery-thumbs .swiper-slide .play-icon-overlay {
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wolf-product-images .product-image-block .gallery-thumbs .swiper-slide:hover, .wolf-product-images .product-image-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #bbb
}

.wolf-product-top-banner img:hover {
    border-radius: 0.5rem;
    opacity: 0.8
}

.wolf-product-content .inventory_quantity .a-vendor a {
    color: var(--second-color)
}

@media (min-width: 992px) {
    .wolf-product-content .inventory_quantity .a-vendor a:hover, .wolf-product-content .inventory_quantity .a-vendor a:focus {
        color: var(--main-color)
    }
}

.wolf-product-content .price-box .special-price {
    font-size: 30px;
    color: var(--price-color);
    font-weight: 600
}

@media (max-width: 991px) {
    .wolf-product-content .price-box .special-price {
        font-size: 25px
    }
}

.wolf-product-content .price-box .old-price {
    font-size: 18px;
    color: #a1a1aa;
    margin-left: 5px
}

.wolf-product-content .price-box .save-price {
    display: block;
    color: var(--main-text-color)
}

.wolf-product-content .price-box .save-price .product-price-save {
    color: #198754
}

.wolf-product-content .price-box.price-box-promotion {
    border: 5px solid var(--main-color);
    background-color: var(--main-color)
}

.wolf-product-content .price-box.price-box-promotion .wolf-box-price-promotion {
    background-color: #fff
}

@media (max-width: 569px) {
    .wolf-product-content .price-box.price-box-promotion {
        text-align: center
    }
}

.wolf-product-content .price-box.price-box-promotion .special-price {
    position: relative;
    font-weight: 700
}

.wolf-product-content .price-box.price-box-promotion .deal-progress-bar {
    background-color: var(--main-color)
}

.wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-title {
    color: #fff;
    font-weight: 600
}

@media (max-width: 569px) {
    .wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-title {
        font-size: 18px;
        justify-content: center
    }
}

.wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-content {
    color: #fff;
    text-align: right
}

@media (max-width: 569px) {
    .wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-content {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-content .progress {
    height: 10px;
    background: #f1f1f1
}

.wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-content .box-sold {
    font-weight: 500
}

.wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-content .box-sold.urgent-text {
    animation: pulse 1.5s infinite;
    color: #fff
}

@media (max-width: 569px) {
    .wolf-product-content .price-box.price-box-promotion .deal-progress-bar .box-content .box-sold {
        text-align: center
    }
}

.wolf-product-content .price-box.price-box-promotion .box-time {
    color: #fff;
    font-weight: 600
}

@media (max-width: 569px) {
    .wolf-product-content .price-box.price-box-promotion .box-time {
        justify-content: center !important
    }
}

.wolf-product-content .price-box.price-box-promotion .box-time #countdown-timer .countdown-value {
    font-weight: 600;
    background-color: #fff;
    font-size: 16px;
    border-radius: 3px;
    padding: 5px;
    color: var(--main-color)
}

.wolf-product-content .wolf-short-description {
    border-top: 1px solid var(--border-color)
}

.wolf-product-content .wolf-short-description ul {
    margin-bottom: 0;
    list-style-position: inside;
    padding-left: 0
}

.wolf-product-content .product-top {
    color: var(--main-text-color)
}

.wolf-product-content .input_number_product {
    max-width: 150px
}

.wolf-product-content .input_number_product .btn_num {
    height: 40px;
    width: 40px;
    padding: 0;
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--border-color)
}

@media (min-width: 992px) {
    .wolf-product-content .input_number_product .btn_num:hover {
        background-color: rgba(150, 1, 0, 0.3);
        border-color: rgba(150, 1, 0, 0.1)
    }
}

.wolf-product-content .input_number_product input {
    border-color: none;
    background-color: #fff;
    color: var(--main-color);
    font-weight: 600;
    font-size: 17px
}

.wolf-product-content .select-swatch .swatch .header {
    margin-bottom: 5px;
    float: none;
    min-width: 100px;
    color: var(--main-text-color)
}

.wolf-product-content .select-swatch .swatch input {
    display: none
}

.wolf-product-content .select-swatch .swatch .swatch-element {
    position: relative
}

.wolf-product-content .select-swatch .swatch .swatch-element label {
    min-width: 60px;
    min-height: 41px;
    margin: 0;
    border: 2px solid var(--border-color);
    background-color: transparent;
    font-size: 15px;
    text-align: center;
    line-height: 39px;
    white-space: nowrap;
    padding: 2px 5px;
    border-radius: 5px;
    color: var(--main-text-color);
    position: relative
}

.wolf-product-content .select-swatch .swatch .swatch-element label .img-check {
    display: none
}

@media (min-width: 992px) {
    .wolf-product-content .select-swatch .swatch .swatch-element label:hover {
        cursor: pointer
    }
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.tim label {
    background-color: #800080
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.nau label {
    background-color: #8B4513
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.xanh label {
    background-color: #2196F3
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.den label {
    background-color: #000000
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.trang label {
    background-color: #FFFFFF
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.xanh-la label {
    background-color: #4CAF50
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.xanh-coban label {
    background-color: #0047AB
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.xam label {
    background-color: #9E9E9E
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.cam label {
    background-color: #FF9800
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.hong label {
    background-color: #E91E63
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.be label {
    background-color: #F5F5DC
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.do label {
    background-color: #F44336
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.o-liu label {
    background-color: #808000
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.vang label {
    background-color: #FFEB3B
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.xanh-mint label {
    background-color: #98FF98
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.ghi label {
    background-color: #B0BEC5
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.than-chi label {
    background-color: #2F4F4F
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.oliu label {
    background-color: #6B8E23
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.xanh-da-troi label {
    background-color: #87CEEB
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.tim-than label {
    background-color: #4B0082
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.ghi-nhat label {
    background-color: #ECEFF1
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.hong-phan label {
    background-color: #FFC0CB
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.xanh-nhat label {
    background-color: #ADD8E6
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.navy label {
    background-color: #000080
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.ke-xanh label {
    background-image: url("https://bizweb.dktcdn.net/100/583/209/files/ke-xanh.png");
    background-size: cover;
    background-position: center
}

.wolf-product-content .select-swatch .swatch .swatch-element.color.soc-trang-xanh label {
    background-image: url("https://bizweb.dktcdn.net/100/583/209/files/soc-trang-xanh.png");
    background-size: cover;
    background-position: center
}

.wolf-product-content .select-swatch .swatch .swatch-element.color label {
    min-height: 41px;
    border-radius: 5px;
    min-width: 92px;
    color: var(--main-text-color)
}

.wolf-product-content .select-swatch .swatch .swatch-element.color label.label-has-img {
    background-color: #fff
}

.wolf-product-content .select-swatch .swatch .swatch-element.color label img:not(.crossed-out) {
    width: 29px;
    height: 29px;
    border-radius: 3px
}

.wolf-product-content .select-swatch .swatch .swatch-element.color label img.swatch-img {
    height: 30px;
    width: auto;
    margin-right: 4px
}

.wolf-product-content .select-swatch .swatch .swatch-element.color input:checked + label {
    position: relative;
    border-color: var(--main-color)
}

.wolf-product-content .select-swatch .swatch .swatch-element input:checked + label {
    background-color: #fff;
    color: var(--main-text-color);
    border-color: var(--main-color)
}

.wolf-product-content .select-swatch .swatch .swatch-element input:checked + label .img-check {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0
}

.wolf-product-content .select-swatch .swatch .swatch-element input:checked + label:after {
    background-color: var(--main-color);
    border-radius: 0 2px 0 8px;
    color: #fff;
    content: "✓";
    font-size: 10px;
    height: 13px;
    right: 0;
    padding-bottom: 15px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    width: 18px;
    line-height: 1.3
}

.wolf-product-content .select-swatch .swatch .swatch-element .crossed-out {
    display: none
}

.wolf-product-content .select-swatch .swatch .swatch-element.soldout .crossed-out {
    display: block
}

.wolf-product-content .select-swatch .swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6
}

@media (min-width: 992px) {
    .wolf-product-content .select-swatch .swatch .swatch-element:hover .tooltip {
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.wolf-product-content .select-swatch .swatch .tooltip {
    text-align: center;
    background-color: var(--second-color);
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -30%;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.wolf-product-content .select-swatch .swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.wolf-product-content .select-swatch .swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid var(--second-color) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.wolf-product-content .select-swatch .swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.wolf-product-content .select-swatch .swatch.error p {
    margin: 0.7em 0
}

.wolf-product-content .select-swatch .swatch.error p:first-child {
    margin-top: 0
}

.wolf-product-content .select-swatch .swatch.error p:last-child {
    margin-bottom: 0
}

.wolf-product-content .select-swatch .swatch.error code {
    font-family: monospace
}

.wolf-product-content .crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.wolf-product-content .button_actions .btn-buyNow {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff
}

@media (min-width: 992px) {
    .wolf-product-content .button_actions .btn-buyNow:hover, .wolf-product-content .button_actions .btn-buyNow:focus {
        color: #fff;
        background-color: #6d0100;
        border-color: #6d0100
    }
}

.wolf-product-content .button_actions .btn-buyNow .deliver-btn {
    font-size: 14px
}

.wolf-product-content .button_actions .add_to_cart {
    border-color: var(--main-color);
    color: var(--main-color);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    min-width: 156px
}

.wolf-product-content .button_actions .add_to_cart:hover, .wolf-product-content .button_actions .add_to_cart:focus {
    border-color: var(--main-color);
    color: #fff;
    background-color: var(--main-color)
}

.wolf-product-content .button_actions .add_to_cart .spinner-border {
    color: var(--main-color) !important;
    height: 30px;
    width: 30px;
    margin-top: 3px
}

@media (max-width: 575px) {
    .wolf-product-content .button_actions .add_to_cart {
        min-height: 59px;
        text-transform: uppercase
    }
}

.wolf-product-content .button_actions .btn.fix-btn:disabled {
    margin-left: 0 !important;
    min-height: 62px;
    width: 100%;
    text-transform: uppercase
}

.wolf-product-content .button_actions .btn.btn-soldout:disabled {
    margin-left: 0 !important;
    min-height: 62px;
    width: 100%;
    text-transform: uppercase
}

.wolf-product-content #back-in-stock-form input {
    height: 45px;
    box-shadow: none;
    outline: none
}

.wolf-product-content .promotion-section {
    background-color: var(--voucher-bg-color);
    color: var(--voucher-text-color);
    border: 1px solid var(--voucher-border-color);
    overflow: hidden;
    padding: 10px
}

.wolf-product-content .promotion-section b, .wolf-product-content .promotion-section strong {
    font-weight: 600
}

.wolf-product-content .promotion-section .promotion-title {
    font-size: 16px;
    color: var(--voucher-bg-color);
    background-color: var(--voucher-text-color);
    border: 1px solid var(--voucher-text-color);
    font-weight: 600
}

.wolf-product-content .promotion-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 15px
}

.wolf-product-content .promotion-section ul li {
    position: relative;
    padding-left: 30px
}

.wolf-product-content .promotion-section ul li:before {
    content: "";
    background: url(//bizweb.dktcdn.net/100/597/606/themes/1042279/assets/check-hexagon-svgrepo-com.svg?1760688340109) no-repeat center center;
    background-size: 17px 17px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -4px
}

.wolf-product-content .promotion-section ul li + li {
    margin-top: 3px
}

.wolf-product-content .wolf-store-and-compare .action {
    color: #0d6efd
}

@media (min-width: 992px) {
    .wolf-product-content .wolf-store-and-compare .action:hover, .wolf-product-content .wolf-store-and-compare .action:focus {
        color: var(--second-color)
    }
}

.coupon-product-detail .group-coupon-mini h5 {
    font-size: 15px;
    font-weight: 600
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list {
    width: calc(100% - 95px)
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list:hover {
    cursor: pointer
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list .mini-voucher {
    overflow: hidden
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list .mini-voucher .item-coupon-dt {
    background-color: rgba(150, 1, 0, 0.1);
    color: var(--main-color);
    padding: 5px 10px;
    white-space: nowrap;
    z-index: 1;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list .mini-voucher .item-coupon-dt:before {
    left: -3px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list .mini-voucher .item-coupon-dt:after {
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
    right: -3px
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list .mini-voucher .mini-coupon-mask {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.001) 80%, #fff);
    height: 100%;
    position: absolute;
    width: calc(100% + 1px);
    z-index: 1
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list .mini-coupon-show-all {
    color: var(--main-color);
    font-weight: 600;
    font-size: 14px
}

.coupon-product-detail .group-coupon-mini .mini-coupon-list .mini-coupon-show-all:hover {
    color: var(--second-color)
}

#voucherModal .modal-dialog-slideup {
    top: 10px !important;
    bottom: 10px;
    right: 10px;
    left: auto;
    height: calc(100% - 20px);
    width: 300px;
    max-width: none;
    transform: translateX(100%);
    position: fixed;
    margin: 0;
    transition: transform 0.3s ease-out;
    will-change: transform;
    z-index: 1055
}

#voucherModal.modal.show .modal-dialog-slideup {
    transform: translateY(0)
}

#voucherModal .modal-content {
    border-radius: 0.5rem;
    height: 100%
}

#voucherModal .modal-content .modal-header {
    padding: 8px
}

#voucherModal .modal-content .modal-header .modal-title {
    font-size: 16px;
    font-weight: 600
}

#voucherModal .modal-content .modal-header .btn-close {
    width: 8px;
    height: 8px;
    margin-right: 0
}

#voucherModal .modal-content .modal-body {
    overflow-y: auto;
    padding: 10px
}

#voucherModal .coupon_item {
    background-color: #fff;
    border-radius: 5px;
    min-height: 100px;
    padding-left: 3px;
    transition: all 0.2s ease-in-out
}

#voucherModal .coupon_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 10px;
    color: var(--main-color);
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #e5e5e5ee 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y
}

#voucherModal .coupon_item .coupon_icon {
    width: 70px;
    flex: 0 0 70px;
    padding: 4px;
    background-color: var(--main-color);
    margin-left: 3px
}

#voucherModal .coupon_item .coupon_body {
    background-color: rgba(150, 1, 0, 0.1);
    padding: 8px
}

#voucherModal .coupon_item .coupon_body .coupon_head {
    font-size: 14px;
    line-height: 1.4
}

#voucherModal .coupon_item .coupon_body .coupon_head .coupon_title {
    font-weight: 600
}

#voucherModal .coupon_item .coupon_body .coupon_footer {
    font-size: 14px
}

#voucherModal .coupon_item .coupon_body .coupon_footer .clone-coupon {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px
}

#voucherModal .coupon_item .coupon_body .coupon_footer .clone-coupon:hover, #voucherModal .coupon_item .coupon_body .coupon_footer .clone-coupon:focus {
    color: #fff;
    background-color: #6d0100
}

#voucherModal .coupon_item .coupon_body .coupon_footer .coupon_info_toggle {
    text-decoration: underline
}

#voucherModal .coupon_item .coupon_body .coupon_footer .coupon_info_toggle:hover {
    cursor: pointer;
    color: var(--main-color) !important
}

#voucherModal .coupon_item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    cursor: pointer
}

#voucherModal .coupon-condition {
    background-color: #fffaeb;
    color: #dc6803;
    font-size: 14px;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    display: none
}

#voucherModal .coupon-condition.show {
    display: block
}

#voucherModal .coupon-condition:before {
    left: -3px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px
}

#voucherModal .coupon-condition:after {
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
    right: -3px
}

#voucherModal .coupon-condition ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.wolf-block-specs .specs-short img {
    max-width: 100%;
    height: auto
}

.wolf-block-specs .specs-short table {
    border: 1px solid var(--border-color);
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    border-spacing: 0
}

.wolf-block-specs .specs-short table tr {
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    width: 100%
}

.wolf-block-specs .specs-short table tr:not(:last-child) td {
    border-bottom: 1px solid var(--border-color)
}

.wolf-block-specs .specs-short table tr td {
    height: 100%;
    padding: 8px 16px;
    vertical-align: middle
}

.wolf-block-specs .specs-short table tr td:first-child {
    background-color: #f2f2f2;
    border-right: 1px solid var(--border-color);
    width: 30%
}

.wolf-block-specs .specs-short table tr td:nth-child(2) {
    width: 70%
}

.wolf-block-specs .specs-btn {
    width: 100%;
    border: 1px solid var(--main-color);
    color: var(--main-color)
}

.wolf-block-specs .specs-btn:hover, .wolf-block-specs .specs-btn:focus {
    color: #fff;
    background-color: var(--main-color)
}

#specsModal .modal-dialog-slideup {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: 600px;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    will-change: transform;
    z-index: 1055
}

@media (max-width: 991px) {
    #specsModal .modal-dialog-slideup {
        max-width: 100%
    }
}

#specsModal.modal.show .modal-dialog-slideup {
    transform: translateY(0)
}

#specsModal .modal-content {
    border-radius: 12px 12px 0 0;
    height: 70vh;
    display: flex;
    flex-direction: column
}

@media (max-width: 991px) {
    #specsModal .modal-content {
        border: none
    }
}

#specsModal .modal-body {
    overflow-y: auto;
    padding: 0
}

#specsModal .modal-header {
    padding: 8px
}

#specsModal .modal-header .modal-title {
    font-size: 17px
}

#specsModal .modal-header .btn-close {
    width: 8px;
    height: 8px;
    margin-right: 0
}

@media (min-width: 992px) {
    #specsModal .modal-dialog-slideup {
        top: 10px !important;
        bottom: 10px;
        right: 10px;
        left: auto;
        height: calc(100% - 20px);
        width: 40vw;
        max-width: none;
        transform: translateX(100%)
    }

    #specsModal.modal.show .modal-dialog-slideup {
        transform: translateX(0)
    }

    #specsModal .modal-content {
        border-radius: 0.5rem;
        height: 100%
    }

    #specsModal .modal-backdrop.show {
        opacity: 0.45
    }
}

#specsModal .specs-content {
    padding: 15px
}

#specsModal .specs-content section + section {
    margin-top: 20px
}

#specsModal .specs-content h3 {
    font-size: 16px;
    font-weight: 600
}

#specsModal .specs-content table {
    border: 1px solid var(--border-color);
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    border-spacing: 0
}

#specsModal .specs-content table tr {
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    width: 100%
}

#specsModal .specs-content table tr:not(:last-child) td {
    border-bottom: 1px solid var(--border-color)
}

#specsModal .specs-content table tr td {
    height: 100%;
    padding: 8px 16px;
    vertical-align: middle
}

#specsModal .specs-content table tr td:first-child {
    background-color: #f2f2f2;
    border-right: 1px solid var(--border-color);
    width: 30%
}

#specsModal .specs-content table tr td:nth-child(2) {
    width: 70%
}

.wolf-blog-product .wolf-collections-news-title a {
    color: var(--main-text-color)
}

.wolf-blog-product .wolf-collections-news-title a:hover {
    color: var(--main-color)
}

.wolf-blog-product .wolf-blog-list-list .wolf-blog-items .wolf-block-item-img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3 / 2
}

.wolf-blog-product .wolf-blog-list-list .wolf-blog-items .wolf-block-item-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain
}

.wolf-blog-product .wolf-blog-list-list .wolf-blog-items .wolf-blog-item-title {
    font-size: 15px;
    font-weight: 500
}

.wolf-blog-product .wolf-blog-list-list .wolf-blog-items .wolf-blog-item-title a {
    color: var(--main-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    white-space: normal
}

.wolf-blog-product .wolf-blog-list-list .wolf-blog-items .wolf-blog-item-title a:hover {
    color: var(--main-color)
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-img {
    width: 80px;
    overflow: hidden;
    aspect-ratio: 1;
    flex: 0 0 auto
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-img a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-img a img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    object-fit: contain;
    width: auto;
    max-height: 100%
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-content h4 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-content h4 a {
    color: var(--main-text-color)
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-content h4 a:hover {
    color: var(--main-color)
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-content .product-price .regular-price {
    color: var(--price-color);
    font-weight: 600;
    font-size: 15px;
    align-items: center
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-content .product-price .label-sale {
    background-color: var(--color_tag_sale);
    color: #fff;
    font-size: 13px;
    min-width: 40px;
    font-weight: 500;
    padding: 1px 3px;
    border-radius: 5px;
    margin-left: 5px;
    height: 18px;
    line-height: 17px
}

#viewed-products-list .viewed-product-list-item .viewed-product-list-item-content .product-price del {
    color: #6D6E72;
    font-size: 13px
}

#viewed-products-list .viewed-product-list-item + .viewed-product-list-item {
    border-top: 1px solid var(--border-color)
}

.fbt-container {
    background-color: #f9fafb
}

.fbt-container .fbt-title {
    font-size: 18px;
    font-weight: 600
}

.fbt-container .fbt-product-item {
    border: 1px solid var(--border-color);
    transition: all 0.2s ease-in-out
}

.fbt-container .fbt-product-item .fbt-product-item-img {
    width: 70px;
    overflow: hidden;
    aspect-ratio: 1;
    flex: 0 0 auto
}

.fbt-container .fbt-product-item .fbt-product-item-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain
}

.fbt-container .fbt-product-item .fbt-checkbox-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1
}

.fbt-container .fbt-product-item .fbt-checkbox-wrapper input {
    margin: 0;
    height: 20px;
    width: 20px;
    box-shadow: none;
    outline: none
}

.fbt-container .fbt-product-item .fbt-checkbox-wrapper input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.fbt-container .fbt-product-item .fbt-checkbox-wrapper input:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    cursor: pointer
}

.fbt-container .fbt-product-item .product-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.fbt-container .fbt-product-item .product-title a {
    color: var(--main-text-color)
}

.fbt-container .fbt-product-item .product-title a:hover {
    color: var(--main-color)
}

.fbt-container .fbt-product-item .product-price {
    color: var(--price-color);
    font-weight: 600;
    font-size: 16px
}

.fbt-container .fbt-product-item .product-price .compare-price {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: normal
}

.fbt-container .fbt-product-item .product-variant-info {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #6b7280
}

.fbt-container .fbt-product-item .fbt-change-variant-btn {
    font-size: 14px;
    color: var(--second-color)
}

.fbt-container .fbt-product-item .fbt-change-variant-btn:hover {
    color: var(--main-color)
}

.fbt-container .fbt-add-sign {
    color: var(--main-text-color);
    display: none !important
}

.fbt-container .fbt-total-price {
    font-size: 18px;
    color: var(--main-text-color);
    text-align: left
}

@media (max-width: 767px) {
    .fbt-container .fbt-total-price {
        text-align: center
    }
}

.fbt-container .fbt-total-price #fbt-calculated-total {
    color: var(--price-color)
}

.fbt-container .fbt-total-price .fbt-saved-price {
    font-weight: normal;
    font-size: 15px;
    margin-top: 2px;
    font-style: italic
}

.fbt-container .fbt-total-price .fbt-saved-price span {
    color: #198754
}

.fbt-container #fbt-add-to-cart-button {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 15px;
    font-weight: 600
}

@media (min-width: 992px) {
    .fbt-container #fbt-add-to-cart-button:hover, .fbt-container #fbt-add-to-cart-button:focus {
        color: #fff;
        background-color: #6d0100;
        border-color: #6d0100
    }
}

@media (max-width: 767px) {
    .fbt-container #fbt-add-to-cart-button {
        margin-top: 10px;
        width: 100%
    }
}

.fbt-product-item:not(.fbt-main-product):hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    cursor: pointer
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 50px auto
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

#fbt-variant-selector-modal {
    top: 0 !important
}

#fbt-variant-selector-modal .modal-product-title {
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 767px) {
    #fbt-variant-selector-modal .modal-product-title {
        margin-top: 10px;
        font-size: 16px
    }
}

#fbt-variant-selector-modal .modal-product-pr .modal-product-current-price {
    color: var(--price-color);
    font-weight: 600;
    font-size: 16px
}

#fbt-variant-selector-modal .modal-product-pr .modal-product-original-price {
    color: #a1a1aa;
    font-size: 14px;
    margin-left: 5px
}

#fbt-variant-selector-modal .modal-product-options .option-group {
    margin-bottom: 10px
}

#fbt-variant-selector-modal .modal-product-options .option-group .option-label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block
}

#fbt-variant-selector-modal .modal-product-options .option-group .options-container .swatch-color-item, #fbt-variant-selector-modal .modal-product-options .option-group .options-container .option-button {
    display: inline-block;
    min-width: 90px;
    min-height: 30px;
    margin: 0;
    border: 2px solid var(--border-color);
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--main-text-color);
    cursor: pointer;
    position: relative
}

#fbt-variant-selector-modal .modal-product-options .option-group .options-container .swatch-color-item.active, #fbt-variant-selector-modal .modal-product-options .option-group .options-container .option-button.active {
    background-color: #fff;
    color: var(--main-text-color);
    border-color: var(--main-color)
}

#fbt-variant-selector-modal .modal-product-options .option-group .options-container .swatch-color-item.active:after, #fbt-variant-selector-modal .modal-product-options .option-group .options-container .option-button.active:after {
    background-color: var(--main-color);
    border-radius: 0 2px 0 8px;
    color: #fff;
    content: "✓";
    font-size: 10px;
    height: 13px;
    right: 0;
    padding-bottom: 15px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    width: 18px;
    line-height: 1.3
}

#fbt-variant-selector-modal .modal-quantity-selector label {
    font-weight: 500
}

#fbt-variant-selector-modal .modal-quantity-selector .input-group {
    max-width: 150px
}

#fbt-variant-selector-modal .modal-quantity-selector .input-group .btn {
    height: 40px;
    width: 40px;
    padding: 0;
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--border-color)
}

@media (min-width: 992px) {
    #fbt-variant-selector-modal .modal-quantity-selector .input-group .btn:hover, #fbt-variant-selector-modal .modal-quantity-selector .input-group .btn:focus {
        background-color: rgba(150, 1, 0, 0.3);
        border-color: rgba(150, 1, 0, 0.1)
    }
}

#fbt-variant-selector-modal .modal-quantity-selector .input-group input {
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--border-color);
    font-weight: 600;
    font-size: 17px;
    -moz-appearance: textfield
}

#fbt-variant-selector-modal .modal-quantity-selector .input-group input::-webkit-outer-spin-button, #fbt-variant-selector-modal .modal-quantity-selector .input-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fbt-variant-selector-modal .modal-footer .btn {
    min-width: 100px
}

#fbt-variant-selector-modal .modal-footer .btn.btn-cancle {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background-color: #fff
}

@media (min-width: 992px) {
    #fbt-variant-selector-modal .modal-footer .btn.btn-cancle:hover, #fbt-variant-selector-modal .modal-footer .btn.btn-cancle:focus {
        border: 1px solid var(--second-color);
        color: var(--second-color);
        background-color: #fff
    }
}

#fbt-variant-selector-modal .modal-footer .btn.btn-done {
    border: 1px solid var(--main-color);
    color: #fff;
    background-color: var(--main-color)
}

@media (min-width: 992px) {
    #fbt-variant-selector-modal .modal-footer .btn.btn-done:hover, #fbt-variant-selector-modal .modal-footer .btn.btn-done:focus {
        border: 1px solid var(--second-color);
        color: #fff;
        background-color: var(--second-color)
    }
}

@media (max-width: 767px) {
    #fbt-variant-selector-modal .modal-dialog {
        position: absolute;
        bottom: 0;
        margin: 0;
        width: 100%;
        transform: none
    }

    #fbt-variant-selector-modal .modal-dialog .modal-content {
        border-radius: 0;
        border: none
    }

    #fbt-variant-selector-modal .modal-dialog .modal-body {
        padding: 0
    }

    #fbt-variant-selector-modal .modal-dialog .modal-product-image {
        max-width: 280px
    }

    #fbt-variant-selector-modal .modal-dialog .modal-footer {
        margin-top: 10px
    }
}

.modal-product-image {
    height: auto;
    display: block;
    margin: 0 auto 1rem
}

.modal-product-options .swatch-color-item.active[data-value="white"] {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2)
}

.modal-product-options .swatch-color-item[data-value="white"] {
    background-color: #fff;
    border-color: #999
}

.modal-product-options .swatch-color-item[data-value="den"] {
    background-color: #000;
    border-color: #333
}

.modal-product-options .option-button.disabled, .modal-product-options .swatch-color-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #e9ecef;
    text-decoration: line-through;
    border-color: #dee2e6
}

.modal-stock-info {
    color: #dc3545;
    font-weight: 500
}

.wolf-product-descriptions .wolf-product-review-content {
    color: var(--main-text-color)
}

.wolf-product-descriptions .wolf-product-review-content.wolf-product-content-more {
    height: 496px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    position: relative
}

.wolf-product-descriptions .wolf-product-review-content.wolf-product-content-more:before {
    content: "";
    background: linear-gradient(180deg, transparent, #fff) !important;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%
}

.wolf-product-descriptions .wolf-product-review-content h2 {
    font-size: 20px
}

.wolf-product-descriptions .wolf-product-review-content h3 {
    font-size: 18px
}

.wolf-product-descriptions .wolf-product-review-content h4 {
    font-size: 16px
}

.wolf-product-descriptions .wolf-product-review-content h5 {
    font-size: 15px
}

.wolf-product-descriptions .btn--view-more {
    text-align: center;
    color: #fff;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    max-width: 150px;
    margin-left: auto;
    margin-right: auto
}

.wolf-product-descriptions .btn--view-more:hover {
    border-color: var(--main-color);
    cursor: pointer;
    color: var(--main-color);
    background-color: #fff
}

.wolf-product-descriptions .btn--view-more .less-text {
    display: none
}

.wolf-product-descriptions.full-content .wolf-product-review-content.wolf-product-content-more {
    height: auto
}

.wolf-product-descriptions.full-content .wolf-product-review-content.wolf-product-content-more:before {
    display: none
}

.wolf-product-descriptions.full-content .btn--view-more .less-text {
    display: block
}

.wolf-product-descriptions.full-content .btn--view-more .more-text {
    display: none
}

.wolf-product-relate .title-head a {
    color: var(--main-text-color)
}

.wolf-product-relate .title-head a:hover, .wolf-product-relate .title-head a:focus {
    color: var(--main-color)
}

.wolf-products-block-view-more a {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    min-width: 250px
}

.wolf-products-block-view-more a:hover, .wolf-products-block-view-more a:focus {
    color: #fff;
    background-color: #6d0100;
    border-color: #6d0100
}

.wolf-product-description-tabs #accordionProductDetails .accordion-item {
    padding: 0;
    border: none;
    border-bottom: 1px solid var(--border-color)
}

.wolf-product-description-tabs #accordionProductDetails .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--second-color);
    background-color: #fff
}

.wolf-product-description-tabs #accordionProductDetails .accordion-item .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px
}

.wolf-product-description-tabs #accordionProductDetails .accordion-item .accordion-header .accordion-button:hover, .wolf-product-description-tabs #accordionProductDetails .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none
}

#nearestStore #storeError {
    margin-bottom: 10px
}

#nearestStore #storeListContainer {
    max-height: 300px;
    overflow-y: scroll
}

#nearestStore #storeListContainer::-webkit-scrollbar {
    width: 5px
}

#nearestStore #storeListContainer::-webkit-scrollbar-track {
    background: #f5f5f5
}

#nearestStore #storeListContainer::-webkit-scrollbar-thumb {
    background: #888
}

#nearestStore #storeListContainer::-webkit-scrollbar-thumb:hover {
    background: #555
}

#nearestStore #storeListContainer .store-list {
    padding: 10px 5px
}

#nearestStore #storeListContainer .store-list + .store-list {
    border-top: 1px solid #dee2e6
}

#nearestStore #storeListContainer .store-list:hover {
    background-color: rgba(244, 137, 36, 0.08);
    cursor: pointer
}

#nearestStore #storeListContainer .store-list p {
    margin-bottom: 10px
}

#nearestStore #storeListContainer .store-list .store-title {
    font-weight: 600;
    font-size: 16px
}

#nearestStore #storeListContainer .store-list .store-info {
    width: 100%
}

#nearestStore #storeListContainer .store-list .store-info a:hover, #nearestStore #storeListContainer .store-list .store-info a:focus {
    color: var(--second-color)
}

#nearestStore #storeListContainer .store-list .store-info p {
    margin-bottom: 8px
}

#nearestStore #storeListContainer .store-list .store-info p:last-child {
    margin-bottom: 0
}

@font-face {
    font-family: 'lg';
    src: url(//bizweb.dktcdn.net/100/597/606/themes/1042279/assets/lg2.ttf?1760688340109);
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.lg-icon {
    font-family: 'lg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: medium none;
    border: none
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906"
}

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s
}

.lg-rotate-left:after {
    content: "\e900"
}

.lg-rotate-right:after {
    content: "\e901"
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 26px
}

.lg-flip-ver:after {
    content: "\e903"
}

.lg-flip-hor:after {
    content: "\e902"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: left;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    display: none !important
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
}

#sapo-product-reviews-noitem {
    border: none !important;
    background-color: transparent !important
}

#sapo-product-reviews-frm .bpr-button-submit {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    min-width: 150px
}

@media (min-width: 992px) {
    #sapo-product-reviews-frm .bpr-button-submit:hover, #sapo-product-reviews-frm .bpr-button-submit:focus {
        border-color: var(--main-color);
        cursor: pointer;
        color: var(--main-color);
        background-color: #fff;
        box-shadow: none;
        outline: none
    }
}

#sapo-product-reviews .btn-new-review {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    min-width: 150px
}

@media (min-width: 992px) {
    #sapo-product-reviews .btn-new-review:hover, #sapo-product-reviews .btn-new-review:focus {
        border-color: var(--main-color);
        cursor: pointer;
        color: var(--main-color);
        background-color: #fff;
        box-shadow: none;
        outline: none
    }
}

#sapo-product-reviews #sapo-product-reviews-sub, #sapo-product-reviews .sapo-product-reviews-summary {
    border: none !important
}

#sapo-product-reviews .sapo-product-reviews-list {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.gift-promo-container {
    background-color: rgba(244, 137, 36, 0.08);
    border: 1px dashed var(--second-color);
    transition: all 0.3s ease
}

.gift-promo-container .gift-promo-title {
    color: var(--second-color);
    font-weight: 600;
    font-size: 20px
}

.gift-promo-container .gift-promo-item {
    font-size: 15px
}

.gift-promo-container .gift-promo-item .gift-promo-item-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff
}

.gift-promo-container .gift-promo-item .gift-promo-item-img img {
    border-radius: 5px;
    padding: 5px
}

.gift-promo-container .gift-promo-item .gift-promo-item-content {
    flex-grow: 1
}

.gift-promo-container .gift-promo-item .gift-promo-item-content .has-gift {
    font-style: italic;
    color: var(--main-color)
}

.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
    top: auto !important;
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out, visibility 0.35s;
    visibility: hidden
}

.sticky-bar.visible {
    transform: translateY(0);
    visibility: visible
}

.sticky-bar .product-details-sticky {
    min-width: 0
}

.sticky-bar .sticky-img-main {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border: 1px solid var(--border-color);
    border-radius: 6px
}

.sticky-bar .sticky-img-main .product-image-sticky {
    border-radius: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    object-fit: contain;
    width: auto;
    max-height: 100%
}

.sticky-bar .product-name-sticky {
    font-size: 1rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.sticky-bar .price-box-sticky {
    margin-top: 4px
}

.sticky-bar .sticky-product-price {
    font-size: 1.15rem;
    color: var(--price-color)
}

.sticky-bar .sticky-product-price-old {
    font-size: 0.9rem;
    color: #a1a1aa
}

.sticky-bar #sticky-buy-now {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff
}

@media (min-width: 992px) {
    .sticky-bar #sticky-buy-now:hover, .sticky-bar #sticky-buy-now:focus {
        color: #fff;
        background-color: #6d0100;
        border-color: #6d0100
    }
}

.sticky-bar #sticky-buy-now .deliver-btn {
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 569px) {
    .sticky-bar #sticky-buy-now {
        width: 50%
    }
}

.sticky-bar #sticky-add-to-cart {
    border-color: var(--main-color);
    color: var(--main-color);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

.sticky-bar #sticky-add-to-cart:hover, .sticky-bar #sticky-add-to-cart:focus {
    border-color: var(--main-color);
    color: #fff;
    background-color: var(--main-color)
}

.sticky-bar #sticky-add-to-cart .spinner-border {
    color: var(--main-color) !important;
    height: 30px;
    width: 30px;
    margin-top: 3px
}

@media (max-width: 569px) {
    .sticky-bar #sticky-add-to-cart {
        width: 50%
    }

    .sticky-bar #sticky-add-to-cart svg {
        display: none
    }
}

@media (max-width: 576px) {
    .sticky-bar .container {
        flex-direction: column;
        align-items: stretch !important
    }

    .product-info-sticky {
        margin-bottom: 10px
    }

    .product-actions-sticky {
        width: 100%;
        justify-content: space-between
    }

    .product-actions-sticky button {
        flex-grow: 1
    }
}
