body {
    font-size: 14px
}

svg {
    width: 20px;
    height: 20px
}

.row.row-75Gutter {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.row.row-75Gutter > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.mrb-20 {
    margin-bottom: 20px
}

a:hover {
    color: #bf9f70
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.relative {
    position: relative
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.swiper-button-prev {
    background: none
}

.swiper-button-next {
    background: none
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    border: initial;
    background: initial
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    border: initial;
    background: initial
}

figcaption {
    text-align: center;
    margin: 10px 0px
}

.mrb-30 {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .col-xl-custom {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    background-image: none;
    width: 45px;
    height: 45px;
    border: 1px solid #f5f6f8;
    border-radius: 5px;
    background-color: #fff
}

.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    border-color: #bf9f70;
    background-color: #bf9f70
}

.swiper-container .swiper-button-next:hover:after, .swiper-container .swiper-button-prev:hover:after {
    color: #fff
}

.swiper-container .swiper-button-disabled {
    display: none
}

@media (min-width: 1199px) {
    .container {
        max-width: 1290px
    }
}

.block-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.block-title h2 {
    color: #bf9f70;
    font-size: 32px;
    line-height: 52px;
    font-weight: 500;
    position: relative
}

.block-title h2 a {
    color: #bf9f70
}

.block-title h2 a:hover {
    opacity: 0.6
}

@media (max-width: 320px) {
    .block-title h2 {
        font-size: 24px
    }
}

.topbar {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
    background-color: #bf9f70
}

.topbar .top-bar-left a {
    display: inline-block;
    color: #fff;
    padding: 0 10px 0 5px;
    position: relative
}

.topbar .top-bar-left a svg path {
    fill: #fff
}

.topbar .top-bar-left a:hover {
    opacity: 0.6
}

.topbar .top-bar-left a:before {
    top: 5px;
    content: "";
    height: 15px;
    left: auto;
    right: 0;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    position: absolute
}

.topbar .top-bar-left a span {
    margin-left: 5px;
    display: inline-block
}

.topbar .top-bar-left a:last-child {
    padding-right: 0px
}

.topbar .top-bar-left a:last-child:before {
    display: none
}

.topbar .top-bar-right ul {
    text-align: right
}

.topbar .top-bar-right ul li {
    display: inline-block;
    padding: 0 10px 0 5px;
    position: relative
}

.topbar .top-bar-right ul li a {
    color: #fff
}

.topbar .top-bar-right ul li a:hover {
    opacity: 0.6
}

.topbar .top-bar-right ul li:before {
    top: 5px;
    content: "";
    height: 15px;
    left: auto;
    right: 0;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    position: absolute
}

.topbar .top-bar-right ul li:last-child {
    padding-right: 0px
}

.topbar .top-bar-right ul li:last-child:before {
    display: none
}

@media (max-width: 991px) {
    .topbar .top-bar-right {
        display: none
    }
}

header.header {
    padding: 5px 0px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15)
}

header.header .container {
    position: relative
}

header.header .logo img {
    height: 55px;
    object-fit: scale-down
}

@media (max-width: 991px) {
    header.header .logo img {
        max-height: 44px;
        width: auto
    }
}

header.header .header-control {
    text-align: right
}

header.header .header-control .ul-control {
    display: inline-flex;
    align-items: center
}

header.header .header-control .ul-control .header-search {
    margin-right: 5px
}

header.header .header-control .ul-control .header-search .icon {
    display: flex;
    width: 40px;
    height: 40px;
    background: #bf9f70;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

header.header .header-control .ul-control .header-search .icon svg path {
    fill: #fff
}

@media (max-width: 767px) {
    header.header .header-control .ul-control .header-search .icon svg {
        width: 15px;
        height: 15px
    }
}

header.header .header-control .ul-control .header-search .icon:hover {
    background: #997d55
}

@media (max-width: 767px) {
    header.header .header-control .ul-control .header-search .icon {
        width: 31px !important;
        height: 31px !important
    }
}

header.header .header-control .ul-control .header-cart .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bf9f70;
    border-radius: 5px;
    position: relative
}

header.header .header-control .ul-control .header-cart .icon img {
    width: 20px;
    height: 20px
}

header.header .header-control .ul-control .header-cart .icon .count_item_pr {
    width: 18px;
    height: 18px;
    background: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 3px
}

@media (max-width: 767px) {
    header.header .header-control .ul-control .header-cart .icon .count_item_pr {
        right: -5px;
        top: -5px
    }
}

header.header .header-control .ul-control .header-cart .icon:hover {
    background: #997d55
}

@media (max-width: 767px) {
    header.header .header-control .ul-control .header-cart .icon {
        width: 31px !important;
        height: 31px !important
    }
}

header.header .search-wrap-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 12;
    align-items: center;
    justify-content: center;
    display: none
}

header.header .search-wrap-popup .search-header {
    max-width: 550px;
    margin: 0px auto
}

header.header .search-wrap-popup .search-header .search-form {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #bf9f70;
    height: 40px
}

header.header .search-wrap-popup .search-header .search-form .search-auto {
    width: 100%;
    height: 40px;
    padding-right: 80px;
    padding-left: 10px;
    border: 0
}

header.header .search-wrap-popup .search-header .search-form .btn {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 40px;
    background: #bf9f70;
    border: 0
}

header.header .search-wrap-popup .search-header .search-form .btn:hover {
    background: #997d55
}

header.header .search-wrap-popup .search-header .search-form .btn svg path {
    fill: #fff
}

header.header .search-wrap-popup.active {
    display: flex
}

@media (max-width: 991px) {
    header.header {
        padding: 15px 0px
    }

    header.header .header-menu {
        order: 1
    }
}

.header-menu .navigation-wrapper .block-cate {
    position: relative;
    padding: 12px 30px;
    line-height: 36px;
    background-color: #bf9f70;
    border-radius: 6px 6px 0px 0px
}

.header-menu .navigation-wrapper .block-cate .cate-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-menu .navigation-wrapper .block-cate .cate-title {
        font-size: 14px;
        line-height: 40px
    }
}

.header-menu .navigation-wrapper .block-cate .block-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    z-index: 999;
    width: 100%;
    padding: 0px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 6px 6px
}

.header-menu .navigation-wrapper .block-cate .block-nav > li {
    list-style: none;
    position: relative
}

.header-menu .navigation-wrapper .block-cate .block-nav > li > a {
    display: block;
    padding: 7px 30px;
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #F6F6F6
}

.header-menu .navigation-wrapper .block-cate .block-nav > li > a.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li > a.caret-down:after {
    border-right: 2px solid #14181F;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 50%;
    width: 0
}

.header-menu .navigation-wrapper .block-cate .block-nav > li > a.caret-down:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-menu .navigation-wrapper .block-cate .block-nav > li > a:hover {
    color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li > a:hover.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li > a:hover.caret-down:after {
    border-right-color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .fa {
    display: none
}

.header-menu .navigation-wrapper .block-cate .block-nav > li.active > a, .header-menu .navigation-wrapper .block-cate .block-nav > li:hover > a {
    color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li.active > a.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li.active > a.caret-down:after, .header-menu .navigation-wrapper .block-cate .block-nav > li:hover > a.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li:hover > a.caret-down:after {
    border-right-color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li:last-child a {
    border-bottom: none
}

.header-menu .navigation-wrapper .block-cate .block-nav > li > .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 6px 6px;
    width: 100%;
    display: none
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list {
    list-style: none
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col {
    display: block;
    position: relative
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col > a {
    border: none;
    font-weight: 500;
    padding: 7px 30px;
    display: block;
    line-height: 30px
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col > a.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col > a.caret-down:after {
    border-right: 2px solid #14181F;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 50%;
    width: 0
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col > a.caret-down:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col > a:hover {
    color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col > a:hover.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col > a:hover.caret-down:after {
    border-right-color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col.active > a, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col:hover > a {
    color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col.active > a.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col.active > a.caret-down:after, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col:hover > a.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col:hover > a.caret-down:after {
    border-right-color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 6px 6px;
    width: 100%
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li {
    position: relative
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li a {
    border: none;
    font-weight: 500;
    padding: 7px 30px;
    display: block;
    line-height: 30px
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li a.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li a.caret-down:after {
    border-right: 2px solid #14181F;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 50%;
    width: 0
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li a.caret-down:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li a:hover {
    color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li a:hover.caret-down:before, .header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col ul li a:hover.caret-down:after {
    border-right-color: #bf9f70
}

.header-menu .navigation-wrapper .block-cate .block-nav > li .submenu__list > .submenu__col:hover ul {
    display: block
}

.header-menu .navigation-wrapper .block-cate .block-nav > li:hover > .submenu {
    display: block
}

.header-menu .navigation-wrapper .block-cate:hover .block-nav {
    display: block
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-menu .navigation-wrapper .block-cate {
        padding: 10px
    }
}

.header-menu .header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header-menu .control-menu {
    display: none;
    text-align: right
}

.header-menu .control-menu.active {
    display: block
}

.header-menu .control-menu #prev svg, .header-menu .control-menu #next svg {
    width: 12px;
    height: 12px;
    margin-top: -5px
}

@media (min-width: 1199px) {
    .header-menu .header-nav {
        width: 670px
    }

    .header-menu .control-menu {
        width: calc(100% - 670px)
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .header-menu .header-nav {
        width: 470px
    }

    .header-menu .control-menu {
        width: calc(100% - 470px)
    }
}

.item_product_main {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    border: 1px solid #E2CFB2
}

@media (max-width: 767px) {
    .item_product_main {
        padding: 10px
    }
}

.page-wishlist .item_product_main {
    margin-bottom: 30px
}

.product-action .product-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.product-action .product-thumbnail .image_thumb {
    padding-bottom: 100%;
    display: block;
    height: 0;
    position: relative
}

.product-action .product-thumbnail .image_thumb img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}

.product-action .product-info {
    z-index: 1;
    position: relative
}

.product-action .product-info .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 40px;
    overflow: hidden
}

.product-action .product-info .product-name a {
    display: block;
    color: #231f20
}

.product-action .product-info .product-name a:hover {
    color: #bf9f70
}

.product-action .product-info .price-box {
    font-weight: 600;
    font-size: 16px;
    color: var(--pricecolor);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-action .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #676767
}

@media (max-width: 767px) {
    .product-action .product-info .price-box {
        display: block
    }
}

@media (max-width: 567px) {
    .product-action .product-info .price-box {
        font-size: 13px
    }

    .product-action .product-info .price-box .compare-price {
        font-size: 11px
    }
}

@media (max-width: 320px) {
    .product-action .product-info .price-box {
        font-size: 12px
    }

    .product-action .product-info .price-box .compare-price {
        font-size: 10px
    }
}

.product-action .product-btn {
    margin-top: 10px
}

.product-action .product-btn .btn-cart {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 24px;
    border: none;
    width: 100%;
    background-color: #bf9f70;
    border-radius: 20px
}

.product-action .product-btn .btn-cart:hover {
    background: #997d55
}

@media (max-width: 767px) {
    .product-action .product-btn .btn-cart {
        padding: 8px 15px
    }
}

@media (max-width: 567px) {
    .product-action .product-btn .btn-cart {
        font-size: 11px;
        padding: 5px 7px
    }
}

.product-action .smart {
    position: absolute;
    top: 0;
    left: 0;
    background: #F43535;
    font-size: 12px;
    border-radius: 3px;
    color: #ffff;
    height: 20px;
    width: 65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-action .action {
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transform: translate3d(-50%, 150%, 0);
    transition: all .4s ease
}

.product-action .action .btn-views {
    width: auto;
    border: none;
    height: 38px;
    padding: 0px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px
}

.product-action .action .btn-views svg {
    width: 20px;
    height: 20px
}

.product-action .action .btn-views.actions-primary {
    padding: 0px
}

.product-action .action .btn-views.actions-primary button {
    border: none;
    padding: 0px 10px;
    background-color: transparent
}

.product-action .action .btn-views.setWishlist svg path {
    stroke: #000
}

.product-action .action .btn-views.setWishlist.active {
    background: #bf9f70
}

.product-action .action .btn-views.setWishlist.active svg path {
    fill: #fff;
    stroke: #fff
}

.product-action .action .btn-views:hover.quick-view {
    background: #bf9f70
}

.product-action .action .btn-views:hover.quick-view svg path {
    stroke: #fff
}

.product-action .action .btn-views:hover.setWishlist {
    background: #bf9f70
}

.product-action .action .btn-views:hover.setWishlist svg path {
    fill: #fff;
    stroke: #fff
}

.product-action .action .btn-views:hover.actions-primary {
    background: #bf9f70
}

.product-action .action .btn-views:hover.actions-primary svg circle {
    fill: #fff
}

.product-action .action .btn-views:hover.actions-primary svg path {
    stroke: #fff
}

.product-action .action .btn-views:hover.actions-primary svg rect {
    stroke: #fff
}

.product-action .action .btn-views:last-child {
    margin-right: 0px
}

.product-action .action .actions-secondary {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-action .sapo-product-reviews-badge {
    margin-top: 10px
}

.product-action .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 14px
}

.product-action:hover .action {
    opacity: 1;
    bottom: 50px;
    transform: translate3d(-50%, 0, 0)
}

.backtop {
    position: fixed;
    bottom: 140px;
    right: 17px;
    background: #bf9f70;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    line-height: 33px
}

.backtop:hover {
    background: #997d55
}

.backtop svg {
    width: 19px;
    height: 19px;
    color: #fff
}

.backtop.show {
    opacity: 1
}

.section_mailchimp {
    padding: 40px 0px
}

.section_mailchimp .mailchimp {
    max-width: 620px;
    margin: 0px auto;
    text-align: center
}

.section_mailchimp .mailchimp-error {
    margin-top: 5px;
    color: red
}

.section_mailchimp .mailchimp-success {
    margin-top: 5px;
    color: #5cb85c
}

.section_mailchimp .mailchimp-alerts {
    margin-top: 5px;
    color: #5cb85c
}

.section_mailchimp .text-email {
    margin-bottom: 40px
}

.section_mailchimp .text-email h4 {
    color: #bf9f70;
    font-size: 31px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .section_mailchimp .text-email h4 {
        font-size: 20px
    }
}

.section_mailchimp .text-email p {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 0px
}

.section_mailchimp #mc-form {
    position: relative
}

@media (max-width: 991px) {
    .section_mailchimp #mc-form {
        margin: 0;
        margin-bottom: 20px
    }
}

.section_mailchimp #mc-form input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #BD9C6C;
    height: 50px;
    padding: 0 110px 0 15px
}

@media (max-width: 991px) {
    .section_mailchimp #mc-form input {
        width: 100%;
        border-radius: 0
    }
}

@media (max-width: 767px) {
    .section_mailchimp #mc-form input {
        height: 38px
    }
}

.section_mailchimp #mc-form button {
    width: 100px;
    position: absolute;
    border: none;
    background: #bf9f70;
    color: #fff;
    border-radius: 6px;
    right: 0px;
    height: 50px;
    font-weight: bold
}

@media (max-width: 991px) {
    .section_mailchimp #mc-form button {
        right: 0;
        border-radius: 0
    }
}

@media (max-width: 767px) {
    .section_mailchimp #mc-form button {
        height: 39px;
        width: 64px
    }
}

.section_mailchimp #mc-form button:hover {
    background: #997d55
}

.bg-footer {
    position: relative;
    margin-bottom: -225px;
    z-index: 9;
    text-align: center
}

.bg-footer img {
    max-width: 100%
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bg-footer {
        margin-bottom: -125px
    }
}

@media (max-width: 991px) {
    .bg-footer {
        display: none
    }
}

.footer {
    padding-top: 180px;
    position: relative;
    background: #362B24
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footer {
        padding-top: 120px
    }
}

@media (max-width: 991px) {
    .footer {
        padding-top: 0px
    }
}

.footer .mid-footer {
    position: relative;
    z-index: 10;
    padding: 40px 0px 40px
}

.footer .mid-footer .link-list .footer-logo {
    margin-bottom: 15px
}

.footer .mid-footer .link-list .item {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    color: #A78976;
    margin-bottom: 15px
}

.footer .mid-footer .link-list .item svg {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.footer .mid-footer .link-list .item p {
    width: calc(100% - 30px);
    margin-bottom: 0px
}

.footer .mid-footer .link-list .item a {
    color: #A78976
}

.footer .mid-footer .link-list .tel_item span {
    display: block
}

.footer .mid-footer .link-list .tel_item .tel {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #A78976
}

.footer .mid-footer .link-list .tel_item .tel:hover {
    color: #A78976
}

.footer .mid-footer .title-menu {
    font-size: 16px;
    color: #E7D1C3;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase
}

.footer .mid-footer .desc {
    color: #A78976;
    font-size: 16px;
    margin-bottom: 25px
}

.footer .mid-footer .list-menu a {
    display: block;
    font-size: 16px;
    line-height: 35px;
    color: #A78976
}

.footer .mid-footer .list-menu a:hover {
    color: #E7D1C3
}

@media (max-width: 991px) {
    .footer .mid-footer {
        padding: 40px 0px
    }
}

.footer #copyright {
    font-size: 14px;
    color: #fff
}

.footer #copyright .wsp {
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid #E5E5E5
}

.footer #copyright .opacity1 a {
    color: #fff
}

.footer #copyright .opacity1 a:hover {
    color: #fff
}

@media (max-width: 424px) {
    .footer #copyright {
        font-size: 16px
    }

    .footer #copyright .center {
        display: none
    }
}

@media (min-width: 991px) {
    .header-menu {
        position: inherit
    }

    .header-menu .header-menu-des {
        display: flex;
        align-items: center;
        overflow: hidden
    }

    .header-menu .header-menu-des .header-nav {
        flex: 1;
        display: block;
        overflow-x: hidden
    }

    .header-menu .header-menu-des .header-nav > ul.item_big {
        white-space: nowrap;
        display: inline-block
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item {
        display: inline-block;
        position: static;
        padding: 10px 0
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > a {
        display: block;
        text-align: left;
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #231f20;
        padding: 10px 14px;
        text-transform: uppercase
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > a.caret-down:after {
        content: "";
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #231f20 transparent transparent transparent;
        display: inline-block;
        top: -2px;
        margin-left: 2px;
        margin-top: -6px;
        transition: 0.5s
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item:hover > a {
        color: #997d55
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item:hover > a.caret-down:after {
        transform: rotate(180deg);
        border-color: #997d55 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item:hover > ul,
    .header-menu .header-menu-des .header-nav > ul.item_small > li.nav-item:hover > ul{
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item .fa-caret-down {
        visibility: hidden;
        display: none
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item .item_small {
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        position: absolute;
        top: auto;
        left: auto;
        width: 220px;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        z-index: 99
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item .item_small:before {
        content: "";
        position: absolute;
        top: -14px;
        right: 0;
        background: transparent;
        width: 200px;
        height: 14px
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li {
        float: none;
        padding: 0 0
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
        border-bottom: 0
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        display: block;
        position: absolute;
        width: 250px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
    }
}

@media (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li:hover > ul li a {
        padding-left: 25px
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 8.5px 20px 8.5px 10px;
        color: #333;
        position: relative;
        border-bottom: solid 1px #e5e6ec;
        text-align: left;
        white-space: initial
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li a.caret-down:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333 transparent transparent transparent;
        display: inline-block;
        top: 50%;
        left: 100%;
        margin-left: -15px;
        margin-top: -2px;
        transition: 0.5s;
        transform: rotate(270deg)
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul li ul {
        display: none;
        left: 220px;
        top: 0px
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul > li {
        color: #333
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
        color: #997d55
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul > li:hover > a.caret-down:before {
        border-color: #997d55 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item > ul > li ul li:hover > a {
        color: #997d55
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega {
        position: static
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content {
        background: #fff none repeat scroll 0 0;
        display: none;
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 100%;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        max-height: 600px;
        overflow-y: auto;
        border: 0;
        overflow: hidden;
        white-space: normal;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #F5F5F5
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #e5e5e5
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent a.hmega {
        color: var(--mainColor) !important;
        font-weight: normal;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent a.hmega:hover, .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
        color: var(--mainColor) !important
    }
}

@media (min-width: 991px) and (min-width: 992px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent a.hmega {
        display: block
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent ul.level1 li {
        line-height: 25px
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
        font-weight: 400
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.parent ul.level1 li + li {
        padding-top: 5px
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item {
        float: left;
        width: calc(100% / 5);
        padding: 10px;
        text-align: left
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item {
        width: calc(100% / 5)
    }
}

@media (min-width: 991px) {
    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item > a {
        color: #fff !important;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item > a:hover, .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item > a:focus {
        color: var(--mainColor) !important
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item h2 {
        font-size: 14px;
        margin-top: 0
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 {
        margin-bottom: 15px
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
        color: var(--textColor);
        font-size: 15px
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover, .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
        text-decoration: none;
        color: var(--mainColor)
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .title-mega {
        text-align: left;
        font-size: 18px;
        color: #fda121;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 600
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .image-mega {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px 0
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega .image-mega li {
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item.has-mega:hover .mega-content {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.active > a {
        color: #997d55
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.active > a span > i.icon-down {
        border-color: #997d55 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav > ul.item_big > li.active > a.caret-down:after {
        border-color: #997d55 transparent transparent transparent
    }

    .header-menu .header-menu-des .header-nav ul li ul a.text2line:hover {
        color: #997d55 !important;
        background: transparent !important
    }

    .header-menu .header-menu-des .header-nav li li {
        position: relative
    }

    .header-menu .header-menu-des .control-menu {
        width: 70px;
        text-align: center
    }

    .header-menu .header-menu-des .control-menu a svg {
        width: 15px;
        height: 15px
    }

    .header-menu .header-menu-des .control-menu a:hover svg {
        fill: #bf9f70
    }
}

@media (min-width: 767px) {
    .footer .mid-footer .title-menu svg, .footer .mid-footer .title-menu .Collapsible__Plus {
        display: none
    }
}

@media (max-width: 991px) {
    .header-nav {
        background-color: #fff;
        width: 70%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 9999;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation
    }

    .header-nav.current {
        visibility: visible;
        transform: translateX(0)
    }

    .header-nav .user-menu {
        color: #fff;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        background-color: #bf9f70;
        margin-bottom: 5px
    }

    .header-nav .user-menu .user-icon {
        margin-right: 15px
    }

    .header-nav .user-menu .user-icon img {
        width: 25px
    }

    .header-nav .user-menu .user-account a {
        color: #fff;
        display: block
    }

    .header-nav .item_big {
        overflow-y: auto;
        max-height: 100vh;
        height: 100vh
    }

    .header-nav .item_big .nav-item {
        position: relative;
        margin-bottom: 5px
    }

    .header-nav .item_big .nav-item a {
        padding: 0 30px 0 10px !important;
        color: #000;
        height: unset;
        line-height: 30px;
        display: block;
        font-size: 16px;
        font-weight: 600
    }

    .header-nav .item_big .nav-item .fa-caret-down {
        visibility: visible;
        position: absolute;
        right: 5px;
        top: 0;
        width: 30px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block
    }

    .header-nav .item_big .nav-item .fa-caret-down:before, .header-nav .item_big .nav-item .fa-caret-down:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #000;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
    }

    .header-nav .item_big .nav-item .fa-caret-down:before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .header-nav .item_big .nav-item .fa-caret-down:after {
        width: 1px;
        height: 11px
    }

    .header-nav .item_big .nav-item .item_small {
        padding-left: 10px
    }

    .header-nav .item_big .nav-item .item_small li {
        position: relative
    }

    .header-nav .item_big .nav-item .item_small ul {
        padding-left: 10px
    }

    .header-nav .item_big .nav-item .item_small ul li {
        position: relative
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
        visibility: visible;
        position: absolute;
        right: 5px;
        top: 0;
        width: 30px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block
    }

    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333 transparent transparent transparent;
        display: inline-block;
        top: 60%;
        transform: translateY(-50%);
        right: 10px;
        transition: 0.5s;
        margin-top: -3px
    }

    .header-nav .item_big .account-mobile {
        padding: 5px
    }

    .header-nav .item_big .account-mobile ul {
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
        text-align: center
    }

    .header-nav .item_big .account-mobile ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px
    }

    .header-nav .item_big .account-mobile ul li a {
        display: block;
        background: #bf9f70;
        color: #fff;
        padding: 8px 5px;
        border-radius: 5px;
        font-weight: 600
    }

    .header-nav .item_big .title-danhmuc {
        padding: 5px
    }

    .header-nav .item_big .title-danhmuc span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        display: block;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        background: #bf9f70;
        border-radius: 5px;
        text-align: center;
        line-height: 35px
    }

    .header-nav .item_big .item-mb {
        padding: 10px;
        border-top: 1px solid #bf9f70
    }

    .header-nav .item_big .item-mb a {
        display: block;
        margin-bottom: 10px;
        color: #000;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px
    }

    .header-nav li > ul {
        display: none !important
    }

    .header-nav li.current > a {
        color: #bf9f70 !important
    }

    .header-nav li.current > ul {
        display: block !important
    }

    .header-nav li.current .fa.current:before, .header-nav li.current .fa.current:after {
        background-color: #bf9f70;
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .header-nav li.current .fa.current:before {
        opacity: 0
    }

    .header-nav .logo-mobile {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #bf9f70;
        text-align: center
    }

    .opacity_menu {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0 !important;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none
    }

    .opacity_menu.current {
        display: block
    }

    .menu-bar {
        width: 40px;
        height: 40px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: #bf9f70;
        border-radius: 5px;
        margin-left: 5px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    header .header-middle .contact-header span {
        margin-right: 10px
    }

    .footer .mid-footer .col-footer {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    header .header-middle .account-header {
        text-align: right
    }

    header .header-middle .account-header a {
        margin-left: initial;
        padding: 0 4px
    }

    header .header-middle span, header .header-middle a {
        font-size: 12px
    }

    header .header-middle .contact-header span {
        margin-right: 0
    }

    .header-menu .col-search-cart {
        padding-right: 0;
        max-width: 60px
    }

    .header-menu .col-search-cart .block-search {
        margin-right: 5px
    }

    .menu-bar {
        width: 31px;
        height: 31px
    }

    .menu-bar svg {
        width: 15px;
        height: 15px
    }

    .footer .mid-footer .title-menu .Collapsible__Plus {
        position: absolute;
        top: 0px;
        width: 20px;
        height: 20px;
        right: 0
    }

    .footer .mid-footer .title-menu .Collapsible__Plus::before, .footer .mid-footer .title-menu .Collapsible__Plus::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #bf9f70;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
    }

    .footer .mid-footer .title-menu .Collapsible__Plus::before {
        width: 11px;
        height: 1px;
        opacity: 1
    }

    .footer .mid-footer .title-menu .Collapsible__Plus::after {
        width: 1px;
        height: 11px
    }

    .footer .mid-footer .title-menu.current .Collapsible__Plus::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .footer .mid-footer .title-menu.current .Collapsible__Plus::before {
        opacity: 0
    }

    .footer .mid-footer .hidden-mobile {
        display: none
    }

    .footer .mid-footer .hidden-mobile.current {
        display: block
    }

    .footer .mid-footer .mailchim .newsletter-form {
        margin-top: 15px
    }

    .footer .mid-footer .link-social {
        margin-top: 10px
    }

    .footer .col-footer {
        margin-bottom: 20px
    }

    .footer .col-footer:last-child {
        margin-bottom: 0px
    }
}

.image_hover {
    position: relative;
    display: block;
    text-align: center
}

.image_hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image_hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image_hover:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3)
}

.image_hover:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3)
}

.sidebarAllMainCompare {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    transform: translateY(100%)
}

.sidebarAllMainCompare.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.sidebarAllMainCompare .sidebarAllHeader {
    background: #bf9f70;
    padding: 10px;
    margin-bottom: 20px
}

.sidebarAllMainCompare .sidebarAllHeader span {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff
}

.sidebarAllMainCompare .sidebarAllHeader .title {
    position: relative
}

.sidebarAllMainCompare .sidebarAllHeader .title a {
    padding-right: 30px;
    display: block
}

.sidebarAllMainCompare .sidebarAllHeader .title a:hover {
    opacity: 0.6
}

@media (max-width: 767px) {
    .sidebarAllMainCompare .sidebarAllHeader .title span {
        font-size: 16px
    }
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg {
    width: 15px
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg path {
    stroke: #fff
}

.sidebarAllMainCompare .sidebarAllBody {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    margin: 0 -10px
}

.sidebarAllMainCompare .sidebarAllBody .note {
    padding: 0 10px
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
    width: calc(100% / 3);
    margin: 0;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 768px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
        min-width: 300px;
        justify-content: center
    }
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #bf9f70;
    border-radius: 5px
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb {
    position: relative;
    width: 30%;
    overflow: hidden;
    display: block
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info {
    width: 70%;
    text-align: left;
    padding-left: 20px
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .product-name {
    margin: 0 0 10px 0;
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 35px
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .price-box {
    color: var(--pricecolor)
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem {
    cursor: pointer
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem:hover {
    color: #bf9f70
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .compare-price {
    font-weight: 300;
    margin-left: 5px;
    color: #bbbbbb;
    font-size: 12px;
    text-decoration: line-through
}

.sidebarAllMainCompare .sidebarAllFooter {
    margin: 20px
}

.sidebarAllMainCompare .sidebarAllFooter .mainCompareButton {
    display: block;
    cursor: pointer;
    background: #146cda;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500
}

.overplayAll {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background: rgba(40, 40, 40, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s;
    z-index: 99
}

.overplayAll.active {
    opacity: 1;
    visibility: visible
}

.icon-ss-mb {
    position: fixed;
    bottom: 70px;
    right: 10px;
    background: #bf9f70;
    height: 44px;
    width: 44px;
    text-align: center;
    border-radius: 30px;
    z-index: 99
}

.icon-ss-mb svg {
    margin-top: 11px
}

.icon-ss-mb svg path {
    fill: #fff
}

.compare-product__qv {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 9999
}

@media (max-width: 991px) {
    .compare-product__qv {
        bottom: 65px
    }
}

@media (max-width: 767px) {
    .compare-product__qv {
        bottom: 0
    }
}

.compare-product__qv.is-show {
    display: block
}

.compare-product__qv .position-relative {
    display: flex;
    max-width: 375px;
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient1_2) 100%);
    padding: 16px 16px 12px;
    border-radius: 10px;
    margin: auto
}

@media (max-width: 767px) {
    .compare-product__qv .position-relative {
        display: block;
        border-radius: 0;
        padding-top: 20px
    }
}

.compare-product__qv-row {
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

.compare-product__qv-item, .compare-product__qv-show {
    padding: 15px
}

.compare-product__qv-item {
    position: relative;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    margin: 0 5px;
    padding: 5px
}

.compare-product__qv-item img {
    max-width: 60px
}

.compare-product__qv-item h3 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    display: none
}

.compare-product__qv-show {
    margin-left: 15px;
    text-align: center
}

.compare-product__qv-show a {
    color: #fff;
    display: block
}

.compare-product__qv-show a.btn-main {
    font-weight: bold
}

@media (max-width: 767px) {
    .compare-product__qv-show {
        margin-left: 0;
        padding-bottom: 0
    }
}

.compare-product__qv-remove {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 10px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    background: linear-gradient(180deg, var(--gradient3) 0%, var(--gradient4) 78.65%);
    color: #fff;
    z-index: 999999999
}

@media (max-width: 767px) {
    .compare-product__qv-remove {
        top: -15px
    }
}

.compare-product__qv-hide {
    color: #fff;
    display: block
}

.compare-product__qv-hide .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 12px;
    height: 12px
}

.col-xs-11.col-sm-4.alert.alert-success.animated.fadeInDown {
    width: 270px
}

.col-xs-11.col-sm-4.alert.alert-success.animated.fadeInDown button.close {
    border: initial;
    background: initial
}

.col-xs-11.col-sm-4.alert.alert-warning.animated.bounceInDown {
    width: 270px
}

.col-xs-11.col-sm-4.alert.alert-warning.animated.bounceInDown button.close {
    border: initial;
    background: initial
}

.col-xs-11.col-sm-4.alert.alert-info.animated.bounceInDown {
    width: 270px
}

.col-xs-11.col-sm-4.alert.alert-info.animated.bounceInDown button.close {
    border: initial;
    background: initial
}

.modal-open {
    overflow: hidden
}

#mobile-menu {
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    padding-bottom: 45px;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation
}

@media (max-width: 1024px) {
    #mobile-menu.current {
        visibility: visible;
        transform: translateX(0)
    }
}

#mobile-menu .user-menu {
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background-color: #bf9f70;
    position: sticky;
    top: 0px;
    width: 300px
}

#mobile-menu .user-menu .user-icon {
    margin-right: 15px
}

#mobile-menu .user-menu .user-icon img {
    width: 25px
}

#mobile-menu .user-menu .user-account a {
    color: #fff;
    display: block
}

#mobile-menu .menu_mobile {
    max-height: calc(100% - 68px);
    overflow-y: auto
}

#mobile-menu .menu_mobile .block-nav {
    --nav-height: 313px;
    background: #fff;
    min-height: auto;
    overflow-y: auto
}

#mobile-menu .menu_mobile .block-nav .nav-item {
    display: block;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #F1F1F1
}

#mobile-menu .menu_mobile .block-nav .nav-item a {
    display: block;
    padding: 8px 10px;
    color: #231f20;
    position: relative
}

#mobile-menu .menu_mobile .block-nav .nav-item .icon {
    position: absolute;
    right: 2px;
    top: 7px
}

#mobile-menu .menu_mobile .block-nav .nav-item .icon img {
    width: 20px
}

#mobile-menu .menu_mobile .block-nav .nav-item.active .submenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 300px;
    padding-top: 0px
}

#mobile-menu .menu_mobile .block-nav .submenu {
    display: none;
    width: calc((100% * var(--col-menu)) + 15px);
    height: 100%;
    padding: 14px 20px;
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #ddd #ddd #ddd #e1e1e1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(100% - 15px);
    background: #fff;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
    z-index: 1;
    overflow: auto;
    font-size: 14px
}

#mobile-menu .menu_mobile .block-nav .submenu .submenu__list > .submenu__col > a {
    font-weight: bold
}

#mobile-menu .toggle-submenu {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px;
    background: #eee;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #231f20;
    font-size: 16px;
    text-transform: uppercase
}

#mobile-menu .toggle-submenu .icon {
    position: relative !important;
    top: -1px !important;
    right: 0px !important
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer
}

ul.tabs li.current {
    color: #bf9f70
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important
}

.addThis_listSharing {
    width: 275px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: auto !important
}

.addThis_listSharing .listSharing_action {
    position: absolute;
    bottom: 135px;
    border-radius: 12px;
    right: 25px;
    max-width: 300px;
    background-color: #f5f6fa;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 100% bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: auto !important
}

.addThis_listSharing.active {
    opacity: 1;
    visibility: visible
}

.addThis_listSharing.active .listSharing_action {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.addThis_listSharing.active + .addThis_iconContact .svgico > svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3)
}

.addThis_listSharing.active + .addThis_iconContact .item-livestream {
    opacity: 0;
    visibility: hidden
}

.addThis_listSharing .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent
}

.addThis_listSharing .addThis_close svg {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto
}

.addThis_listing {
    padding: 0
}

.addThis_listing .addThis_item {
    margin: 0;
    padding: 10px 15px
}

.addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff
}

.addThis_listing .addThis_item .addThis_item--icon {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.addThis_listing .addThis_item .addThis_item--icon svg {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11)
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: calc(100% - 30px);
    padding-left: 15px;
    text-align: left;
    background: transparent;
    color: #1d243e;
    font-size: 13px;
    font-weight: 400
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    color: #bf9f70
}

.addThis_listing .addThis_item .addThis_item__fbchat {
    display: block
}

.addThis_iconContact {
    position: fixed;
    bottom: 80px;
    right: 10px;
    margin: 0;
    z-index: 990;
    cursor: pointer;
    top: auto !important
}

.addThis_iconContact .svgico svg {
    fill: #ffffff;
    width: 30px;
    height: 46px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
}

.addThis_iconContact .svgico .svgico--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out
}

.addThis_iconContact .svgico .svgico--close svg {
    fill: #ffffff;
    width: 17px;
    height: 46px
}

.addThis_iconContact .box-item {
    position: relative
}

.addThis_iconContact .box-item + .box-item {
    margin-top: 18px
}

.addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #bf9f70;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.addThis_iconContact .box-item .svgico > svg {
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.addThis_iconContact .box-item:before, .addThis_iconContact .box-item:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: #bf9f70;
    border-radius: 50%
}

.addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out
}

.addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s
}

@media (max-width: 991px) {
    .addThis_iconContact {
        right: 10px
    }
}

@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: 0.6
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0
    }
}

@media (max-width: 991px) {
    .addThis_listSharing .listSharing_action {
        bottom: 206px;
        left: 14px;
        right: 14px;
        max-width: 100%
    }

    .addThis_listing .addThis_item .addThis_item--icon svg {
        width: 28px;
        height: 28px
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block
    }

    .addThis_listSharing.active .listSharing_overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

.popup-sapo {
    position: fixed;
    bottom: 140px;
    left: 17px;
    margin: 0;
    z-index: 99;
    top: auto !important
}

.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #bf9f70;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer
}

.popup-sapo .icon svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.popup-sapo .content {
    background: #bf9f70;
    color: #fff;
    padding: 20px 10px 40px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.popup-sapo .content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.popup-sapo .content ul {
    margin-bottom: 20px
}

.popup-sapo .content ul li {
    margin-bottom: 10px
}

.popup-sapo .content ul li svg {
    margin-right: 10px
}

.popup-sapo .content ul li svg path {
    fill: #fff
}

.popup-sapo .content ul li a {
    color: #fff
}

.popup-sapo .content ul li a:hover {
    opacity: 0.6
}

.popup-sapo .content .ghichu {
    font-style: italic;
    font-size: 16px
}

.popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}

.popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px
}

.popup-sapo .content .close-popup-sapo svg path {
    fill: #fff
}

@media (max-width: 500px) {
    .popup-sapo .content {
        width: 250px
    }
}

.popup-sapo.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    overflow: hidden;
    border: 1px solid #bf9f70;
    border-radius: 5px
}

@media (max-width: 480px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 290px;
        display: none !important
    }

    .jas-sale-pop .jas-sale-pop-content {
        overflow: hidden;
        max-width: 180px
    }
}

.jas-sale-pop a img {
    max-width: 65px
}

@media (max-width: 321px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 220px
    }

    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px
    }
}

.jas-sale-pop .mr__20 {
    margin-right: 10px
}

.jas-sale-pop h4 {
    color: #bf9f70;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px
}

.jas-sale-pop h3 {
    margin: 0;
    font-size: 14px;
    max-width: 255px;
    line-height: 20px;
    text-transform: capitalize;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.jas-sale-pop h3 a {
    color: #222;
    margin: 0;
    font-size: 14px
}

.jas-sale-pop h3 a:hover {
    color: #bf9f70
}

.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px
}

.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(//bizweb.dktcdn.net/100/488/726/themes/911609/assets/close.svg?1705829814782);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center
}

.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important
}

.livechat-mes {
    display: inline-block;
    position: fixed;
    top: auto !important;
    bottom: 20px;
    right: 10px;
    z-index: 990
}

.livechat-mes img {
    width: 48px;
    height: 48px
}
