@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap);
@charset "UTF-8".container {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (max-width:767px) {
    .container {
        padding-right: 7.5px;
        padding-left: 7.5px
    }
}

@media (max-width:767px) {
    .container-fluid {
        padding-right: 7.5px;
        padding-left: 7.5px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row .col,
.row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width:767px) {
    .row {
        margin-right: -7.5px;
        margin-left: -7.5px
    }
    .row .col,
    .row [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>.col,
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

@media (max-width:991px) {
    body[class$="-active"] {
        cursor: pointer
    }
}

@media (max-width:991px) {
    body.navigation-active {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%
    }
    body.navigation-active {
        left: 280px
    }
    body.navigation-active #mobile-navigation {
        left: 0;
        box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .1)
    }
    body.navigation-active .navigation-menu-overlay {
        display: block
    }
}

#mobile-navigation {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    z-index: 999;
    transition: all 0.2s ease-in-out;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#mobile-navigation .mobile-navigation {
    overflow: hidden;
    position: relative
}

#mobile-navigation li.has-sub-category>div {
    overflow: hidden
}

#mobile-navigation li.has-sub-category.active>div {
    left: 0;
    overflow: visible
}

#mobile-navigation a {
    padding: 1.5rem 1rem;
    color: #212A2E;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0
}

#mobile-navigation a>div {
    display: flex;
    align-items: center
}

#mobile-navigation a>div>div {
    margin-right: 1rem
}

#mobile-navigation a>div>div img {
    width: 3rem;
    height: 3rem;
    object-fit: scale-down
}

#mobile-navigation .category-level-2,
#mobile-navigation .category-level-3 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-in-out;
    z-index: 2
}

#mobile-navigation .category-level-2 ul,
#mobile-navigation .category-level-3 ul {
    padding: 0 1rem
}

#mobile-navigation .category-level-2 ul>li>a,
#mobile-navigation .category-level-3 ul>li>a {
    padding: 1rem;
    border-color: #f0f0f0;
    color: #212A2E;
    font-size: 1.3rem
}

#mobile-navigation .mobile-navigation-back a {
    justify-content: flex-start
}

#mobile-navigation .mobile-navigation-back a span {
    margin-left: 1rem
}

#mobile-navigation .mobile-navigation-back a i {
    font-size: 1rem
}

.shopping-information-cart {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.shopping-information-cart .shopping-information-cart-inside {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    color: #212A2E;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translate(-50%, -50%)
}

.shopping-information-cart .shopping-information-cart-inside svg {
    flex: 0 0 5.6rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin-right: 2rem;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both
}

.shopping-information-cart .shopping-information-cart-inside svg circle {
    float: left;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #FFD324;
    fill: none;
    animation: stroke 0.6s cubic-bezier(.65, 0, .45, 1) 2
}

.shopping-information-cart .shopping-information-cart-inside svg path {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(.65, 0, .45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #FFD324
    }
}

.promotion-wrapper {
    margin-bottom: 3.2rem
}

.promotion-wrapper .promotion-content .promotion-row {
    border: 1px solid #f0f0f0;
    margin-top: -1px
}

.promotion-wrapper .promotion-content .promotion-row:first-child {
    margin-top: 0
}

.promotion-wrapper .promotion-content .promotion-row:nth-child(odd) {
    background: #fafafa
}

.promotion-wrapper .promotion-content .promotion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.promotion-wrapper .promotion-content .promotion-icon i {
    font-size: 3rem;
    color: #212A2E
}

@media (max-width:991px) {
    .promotion-wrapper .promotion-content .promotion-icon i {
        font-size: 2.2rem
    }
}

.promotion-wrapper .promotion-content .promotion-info {
    height: 100%;
    padding: 1rem 0
}

.promotion-wrapper .promotion-content .promotion-info>div {
    margin-bottom: .8rem
}

.promotion-wrapper .promotion-content .promotion-info>div strong {
    font-size: 1.4rem
}

.promotion-wrapper .promotion-content .promotion-info>span {
    display: block;
    max-height: 7.5rem;
    overflow-y: auto
}

.promotion-wrapper .promotion-content .promotion-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem
}

.tabbed-midblocks-container {
    margin-bottom: 2rem
}

.tabbed-midblocks-container .tabbed-midblocks-header {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap
}

.tabbed-midblocks-container .tabbed-midblocks-header>a {
    width: 4rem;
    height: 4rem;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #FFD324;
    color: #212A2E
}

@media (max-width:991px) {
    .tabbed-midblocks-container .tabbed-midblocks-header>a {
        display: flex
    }
}

.tabbed-midblocks-container .tabbed-midblocks-header>div {
    display: flex;
    flex: auto
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index] {
    flex: 0 0 20%;
    cursor: pointer;
    position: relative
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index]>span {
    height: 4rem;
    color: #212A2E;
    border-bottom: 3px solid transparent;
    font-size: 1.6rem;
    flex: 0 0 100%;
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index] {
        flex: 0 0 100%;
        display: none
    }
    .tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index]>span {
        justify-content: center
    }
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index].active {
    display: flex
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index].active>span {
    border-color: #FFD324;
    color: #212A2E
}

.tabbed-midblocks-container .tabbed-midblock-content {
    margin-bottom: 1rem
}

.tabbed-midblocks-container .tabbed-midblock-content>[data-tab-content] {
    display: none
}

.tabbed-midblocks-container .tabbed-midblock-content>[data-tab-content].active {
    display: block
}

.tabbed-midblocks-container .tabbed-midblock-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.tabbed-midblocks-container .tabbed-midblock-bottom a {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFD324;
    color: #212A2E
}

.tabbed-midblocks-container .tabbed-midblock-bottom a.passive {
    pointer-events: none;
    background-color: #E9E9E9;
    color: #fff
}

.mid-blocks-wrapper .mid-blocks-container .mid-blocks-header {
    margin-bottom: 2rem
}

.mid-blocks-wrapper .mid-blocks-container .mid-blocks-header .mid-blocks-title {
    height: 4rem;
    color: #212A2E;
    border-bottom: 3px solid #FFD324;
    font-size: 1.6rem;
    display: flex;
    align-items: center
}

.zoomContainer .zoomWindow {
    background-color: #fff
}

@media (max-width:991px) {
    .zoomContainer {
        display: none !important
    }
}

.product-tags {
    display: flex
}

.product-tags .product-tags-title {
    padding: .3rem 0;
    margin-right: 1.6rem;
    color: #212A2E;
    font-weight: 700;
    flex: 0 0 auto
}

.product-tags .product-tags-content {
    display: flex;
    flex-wrap: wrap
}

.product-tags .product-tags-content a {
    display: block;
    padding: .3rem 1.6rem;
    border-radius: .4rem;
    background: #fff;
    color: #212A2E;
    margin-right: .4rem;
    margin-bottom: .4rem;
    border: 1px solid #f0f0f0
}

@media (max-width:991px) {
    .product-tags {
        display: block
    }
}

.fancybox-slide .fancybox-image-wrap {
    background: #fff !important
}

.product-standart-cargo-buttons {
    display: flex;
    margin-bottom: 1.6rem
}

.product-standart-cargo-buttons .product-standart-cargo-button {
    margin-right: 15px;
    border: 1px solid #f0f0f0;
    padding: .6rem 2rem;
    color: #212A2E;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-standart-cargo-buttons .product-standart-cargo-button i:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    margin-right: 1rem;
    font-size: 1.7rem
}

.product-standart-cargo-buttons .product-standart-cargo-button:last-child {
    margin-right: 0
}

.product-standart-cargo-buttons .product-standart-cargo-button.fast_shipping i:before {
    content: "ï’‹"
}

.product-standart-cargo-buttons .product-standart-cargo-button.same_day_shipping i:before {
    content: "ïƒ‘"
}

.product-standart-cargo-buttons .product-standart-cargo-button.three_days_delivery i:before {
    content: "ïƒ‘"
}

.product-standart-cargo-buttons .product-standart-cargo-button.five_days_delivery i:before {
    content: "ïƒ‘"
}

.product-standart-cargo-buttons .product-standart-cargo-button.seven_days_delivery i:before {
    content: "ïƒ‘"
}

.product-standart-cargo-buttons .product-standart-cargo-button.free_shipping i:before {
    content: "ï«"
}

.product-standart-cargo-buttons .product-standart-cargo-button.delivery_from_stock i:before {
    content: "ï‘²"
}

.product-standart-cargo-buttons .product-standart-cargo-button.pre_ordered_product i:before {
    content: "ï‰“"
}

.product-standart-cargo-buttons .product-standart-cargo-button.limited_stock i:before {
    content: "ï€—"
}

.product-standart-cargo-buttons .product-standart-cargo-button.ask_stock i:before {
    content: "ï’­"
}

.product-standart-cargo-buttons .product-standart-cargo-button.campaigned_product i:before {
    content: "ïŠ•"
}

@media (max-width:767px) {
    .product-standart-cargo-buttons .product-standart-cargo-button {
        padding: .6rem 1rem
    }
}

body {
    font-size: 1.2rem;
    font-family: "Rubik", sans-serif;
    color: #212A2E;
    background: #F8F8F8;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    position: relative;
    left: 0
}

a {
    color: #FFD324
}

a:active,
a:focus,
a:hover {
    color: #D2AE1F
}

.openbox-overlay,
.navigation-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer
}

#header {
    position: relative;
    z-index: 100;
    background-color: #fff
}

@media (max-width:991px) {
    #header {
        z-index: 50
    }
}

.header-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    margin-bottom: 1.8rem;
    background-color: #fff
}

.header-sticky2 {
 
    top: 0;
    z-index: 100;
    margin-bottom: 1.8rem;
    background-color: #fff
}

@media (max-width:991px) {
    .header-sticky {
        z-index: 50
    }
}

.header-top {
    background-color: #FBFBFB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16)
}

@media (max-width:991px) {
    .header-top .row {
        justify-content: center !important
    }
}

.header-whatsapp {
    margin-right: 3.4rem
}

.header-whatsapp>a {
    color: #212A2E;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 0
}

@media (max-width:991px) {
    .header-whatsapp>a {
        font-size: 1rem
    }
}

.header-whatsapp>a i {
    margin-right: 1rem
}

.header-phone>a {
    color: #212A2E;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 0
}

@media (max-width:991px) {
    .header-phone>a {
        font-size: 1rem
    }
}

.header-phone>a i {
    margin-right: 1rem
}

.menu-items-row1 {
    display: flex
}

.menu-items-row1 li {
    padding: 0 1.5rem;
    border-right: 1px solid #212A2E
}

.menu-items-row1 li a {
    color: #212A2E;
    display: block;
    font-size: 1.2rem
}

.menu-items-row1 li a:hover {
    color: #FFD324
}

.menu-items-row1 li:last-child {
    padding-right: 0;
    border: none
}

.menu-items-row1 li:last-child>a {
    border: none
}

@media (max-width:991px) {
    .menu-items-row1 {
        display: none
    }
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.3rem 0
}

.logo img {
    max-height: 9.9rem
}

@media (max-width:991px) {
    .logo {
        justify-content: center
    }
    .logo img {
        max-height: 5.9rem
    }
}

.search form {
    position: relative
}

.search form input {
    width: 100%;
    padding: 1rem 9rem 1rem 9.6rem;
    border: 2px solid #DCDCDC;
    height: 5rem;
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;

    border-radius: 10px
}

.search form input::placeholder {
    opacity: 1;
    color: #999
}

.search form button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 7.6rem;
    height: 4.2rem;
    border: none;
    padding: 0;
    background-color: #FFD324;
    color: #212A2E;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 10px
}

@media (max-width:991px) {
    .user-area {
        justify-content: space-between !important;
        margin: 1rem 0
    }
}

body.user-menu-content-active .user-menu-content {
    display: block
}

body.user-menu-content-active .header-sticky {
    z-index: 95
}

body.user-menu-welcome-active .user-menu-welcome {
    display: block
}

body.user-menu-welcome-active .header-sticky {
    z-index: 95
}

@media (max-width:991px) {
    body.user-menu-content-active,
    body.user-menu-welcome-active {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        left: -280px
    }
    body.user-menu-content-active .user-menu-content,
    body.user-menu-content-active .user-menu-welcome,
    body.user-menu-welcome-active .user-menu-content,
    body.user-menu-welcome-active .user-menu-welcome {
        right: 0;
        box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1)
    }
}

.user-menu {
    position: relative
}

.user-menu>a {
    display: block;
    position: relative
}

.user-menu>a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.5rem;
    height: 6.5rem;
    background: #F5F5F5 url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-user.svg?revision=1711436613) no-repeat center;
    border-radius: 50%;
    margin: 0 auto;
    border-radius: 50%
}

.user-menu>a span {
    display: block;
    margin-top: 7px;
    color: #212A2E;
    font-weight: 700;
    text-align: center
}

@media (max-width:991px) {
    .user-menu>a span {
        display: none
    }
}

.user-menu-content,
.user-menu-welcome {
    position: absolute;
    top: 100%;
    right: 0;
    width: 255px;
    padding: 1.5rem;
    background-color: #fff;
    z-index: 101;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.user-menu-content .user-menu-content-top,
.user-menu-welcome .user-menu-content-top {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0
}

.user-menu-content .user-menu-input,
.user-menu-welcome .user-menu-input {
    margin-bottom: 1.5rem
}

.user-menu-content .user-menu-input input,
.user-menu-welcome .user-menu-input input {
    background-color: #fff;
    border-radius: 0;
    font-size: 1.2rem;
    color: #212A2E
}

.user-menu-content .user-menu-input input::placeholder,
.user-menu-welcome .user-menu-input input::placeholder {
    color: #212A2E;
    opacity: 1
}

.user-menu-content .user-menu-social,
.user-menu-welcome .user-menu-social {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.user-menu-content .user-menu-social .user-menu-button,
.user-menu-welcome .user-menu-social .user-menu-button {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0
}

.user-menu-content .user-menu-social .user-menu-button .btn,
.user-menu-welcome .user-menu-social .user-menu-button .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    font-weight: 400
}

.user-menu-content .user-menu-forgot-pass,
.user-menu-welcome .user-menu-forgot-pass {
    text-align: right;
    display: block;
    color: #212A2E;
    text-decoration: underline
}

.user-menu-content .user-menu-button,
.user-menu-welcome .user-menu-button {
    margin-bottom: 1.5rem
}

.user-menu-content .user-menu-button .btn,
.user-menu-welcome .user-menu-button .btn {
    font-size: 1.6rem;
    font-weight: 700
}

.user-menu-content .btn-user-menu-signup,
.user-menu-welcome .btn-user-menu-signup {
    background-color: #212A2E;
    color: #fff
}

.user-menu-content .user-menu-profile,
.user-menu-welcome .user-menu-profile {
    text-align: right
}

.user-menu-content .user-menu-profile .user-menu-title,
.user-menu-welcome .user-menu-profile .user-menu-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #212A2E;
    padding: 1.5rem 0
}

.user-menu-content .user-menu-profile .user-menu-profile-list,
.user-menu-welcome .user-menu-profile .user-menu-profile-list {
    margin-bottom: 1.5rem
}

.user-menu-content .user-menu-profile .user-menu-profile-list>a,
.user-menu-welcome .user-menu-profile .user-menu-profile-list>a {
    color: #212A2E;
    font-size: 1.3rem;
    padding: 1.5rem 0;
    display: block;
    border-bottom: 1px solid #f0f0f0
}

.user-menu-content .user-menu-profile .user-menu-profile-list>a:hover,
.user-menu-welcome .user-menu-profile .user-menu-profile-list>a:hover {
    text-decoration: underline
}

.user-menu-content .user-menu-profile .user-menu-profile-list>a:first-child,
.user-menu-welcome .user-menu-profile .user-menu-profile-list>a:first-child {
    border-top: 1px solid #f0f0f0
}

.user-menu-content .user-menu-profile .user-menu-profile-logout>a,
.user-menu-welcome .user-menu-profile .user-menu-profile-logout>a {
    font-size: 1.6rem;
    font-weight: 700
}

@media (max-width:991px) {
    .user-menu-content,
    .user-menu-welcome {
        display: block;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        transition: all 0.2s ease-in-out;
        box-shadow: none
    }
}

body.cart-content-active .cart-content {
    display: block
}

body.cart-content-active .header-sticky {
    z-index: 95
}

@media (max-width:991px) {
    body.cart-content-active {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        left: -280px
    }
    body.cart-content-active .cart-content {
        right: 0;
        box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1)
    }
}

.cart-menu {
    position: relative;
    margin-left: 3.7rem
}

.cart-menu>a {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-cart.svg?revision=1711436613) no-repeat 50% 50%;
    display: block;
    position: relative
}

.cart-menu>a .cart-amount {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #212A2E;
    color: #fff;
    border-radius: 50%
}

.cart-menu>a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.5rem;
    height: 6.5rem;
    background: #FFD324 url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-cart.svg?revision=1711436613) no-repeat center;
    border-radius: 50%
}

.cart-menu>a span {
    font-size: 1.2rem;
    color: #212A2E;
    font-weight: 700;
    display: block;
    margin-top: 7px;
    text-align: center
}

@media (max-width:991px) {
    .cart-menu>a span {
        display: none
    }
}

@media (max-width:991px) {
    .cart-menu {
        margin: 0
    }
}

.cart-content {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background-color: #fff;
    padding: 2rem;
    width: 350px;
    z-index: 101;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.cart-content .cart-list {
    margin-bottom: 3rem;
    max-height: 300px;
    overflow-y: auto
}

.cart-content .cart-list::-webkit-scrollbar {
    width: 10px
}

.cart-content .cart-list::-webkit-scrollbar-thumb {
    background: #E9E9E9;
    border-radius: 5px
}

.cart-content .cart-list .cart-list-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem
}

.cart-content .cart-list .cart-list-item .cart-list-item-image {
    flex: 0 0 6rem;
    margin-right: 1rem
}

.cart-content .cart-list .cart-list-item .cart-list-item-image>span {
    display: block;
    width: 100%;
    height: 6rem;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/nopic_image.png?revision=1711436613) no-repeat center center;
    background-size: 50% 50%
}

.cart-content .cart-list .cart-list-item .cart-list-item-content {
    flex: 1 0 0%;
    min-width: 0;
    padding-right: 1rem
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-title {
    color: #212A2E;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-brand {
    display: block;
    color: #212A2E
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-price {
    font-size: 1.4rem;
    font-weight: 700
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-amount {
    font-size: 1.2rem;
    font-weight: 400
}

.cart-content .cart-list .cart-list-item .cart-list-item-delete {
    color: #212A2E;
    flex: 0 0 2rem;
    opacity: .5;
    transition: all 0.2s ease-in-out;
    font-size: 1.6rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.cart-content .cart-list .cart-list-item .cart-list-item-delete:hover {
    opacity: 1
}

.cart-content .cart-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem
}

.cart-content .cart-content-amount {
    font-size: 1.6rem
}

.cart-content .cart-content-total-price {
    font-size: 1.8rem;
    font-weight: 700
}

.cart-content .cart-content-button .btn {
    font-size: 1.6rem;
    font-weight: 700
}

.cart-content .cart-content-empty-title {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem
}

.cart-content .cart-content-empty-icon {
    position: relative;
    height: 14rem;
    margin-bottom: 2rem
}

.cart-content .cart-content-empty-icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.cart-content .cart-content-empty-icon img {
    width: 12rem;
    height: auto;
    opacity: .2
}

@media (max-width:991px) {
    .cart-content {
        position: fixed;
        top: 0;
        right: -280px;
        display: block;
        box-shadow: none;
        width: 280px;
        height: 100%;
        transition: all 0.2s ease-in-out;
        overflow-y: auto;
        padding: 1.5rem
    }
}

.header-bottom {
    background-color: #212A2E
}

.header-bottom .header-bottom-inside {
    display: flex;
    align-items: center;
    position: relative;
    height: 5.6rem
}

@media (max-width:991px) {
    .header-bottom {
        display: none
    }
}

#navigation .category-level-1>ul {
    display: flex
}

#navigation .category-level-1>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.6rem;
    height: 3.7rem;
    text-align: center;
    border-right: 1px solid #3C4448
}

#navigation .category-level-1>ul>li>a {
    height: 5.6rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem
}

#navigation .category-level-1>ul>li.active>a {
    color: #212A2E;
    background-color: #FFD324
}

#navigation .category-level-1>ul>li.active>.category-level-2 {
    display: block
}

#navigation .category-level-1>ul>li:last-child {
    border: none
}

#navigation .category-level-2 {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background-color: #FBFBFB;
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 101;
    padding: 2rem
}

#navigation .category-level-2>ul {
    display: flex;
    flex-wrap: wrap
}

#navigation .category-level-2>ul>li {
    flex: 0 0 10%;
    margin-bottom: 2rem
}

#navigation .category-level-2>ul>li>a {
    display: block;
    color: #212A2E;
    font-size: 1.4rem;
    margin-bottom: 1rem
}

#navigation .category-level-2>ul>li>a:only-child {
    margin-bottom: 0
}

#navigation .category-level-2>ul>li.navigation-category-image {
    max-width: 10.2rem;
    flex: 0 0 10.2rem;
    margin: 0 9px 30px 8px
}

#navigation .category-level-2>ul>li.navigation-category-image>a {
    text-align: center;
    background-color: #fff;
    border: 1px solid #f0f0f0
}

#navigation .category-level-2>ul>li.navigation-category-image>a span {
    display: block;
    padding: 7px;
    font-size: 1.2rem;
    color: #212A2E;
    height: 45px;
    overflow: hidden
}

#navigation .category-level-2>ul>li.navigation-category-image>a div {
    position: relative;
    width: 10rem;
    height: 10rem;
    margin: 0 auto 1rem
}

#navigation .category-level-2>ul>li.navigation-category-image>a div img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

#navigation .category-level-2>ul>li.navigation-category-image>a:hover span {
    background-color: #FFD324
}

#navigation .category-level-2>ul>li.navigation-category-image:nth-child(9n) {
    margin-right: 0
}

#navigation .category-level-2>ul>li:hover>a {
    color: #FFD324
}

#navigation .category-level-2>ul>li:nth-child(9n) {
    margin-right: 0
}

#navigation .category-level-3>ul>li>a {
    display: block;
    color: #212A2E;
    margin-bottom: .8rem
}

#navigation .category-level-3>ul>li:hover>a {
    color: #FFD324
}

#navigation .category-level-3>ul>li.navigation-show-all {
    font-style: italic;
    text-decoration: underline
}

@media (max-width:991px) {
    #navigation {
        display: none
    }
}

.navigation-active .navigation-menu-overlay {
    display: block;
    z-index: 98
}

.toggle-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.5rem;
    height: 6.5rem;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    display: none;
    cursor: pointer;
    z-index: 1;
    background-color: #F5F5F5;
    border-radius: 50%
}

@media (max-width:991px) {
    .toggle-bar {
        display: flex
    }
}

.showcase {
    position: relative;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    border: 1px solid #fff;
    margin-bottom: 3rem
}

.showcase .showcase-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden
}

.showcase .showcase-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: all 0.2s ease-in-out
}

.showcase .showcase-image a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.showcase .showcase-image a:only-child {
    left: 0 !important
}

.showcase .showcase-image a:last-child {
    left: 100%;
    z-index: 2
}

@media (min-width:768px) {
    .showcase:hover .showcase-image a:first-child {
        left: -100%
    }
    .showcase:hover .showcase-image a:last-child {
        left: 0
    }
}

.showcase .showcase-content {
    padding: 1.7rem 1rem 2rem
}

.showcase .showcase-content .showcase-brand {
    margin-bottom: 7px;
    height: 1.9rem
}

.showcase .showcase-content .showcase-brand>a {
    font-size: 1.3rem;
    color: #999;
    font-weight: 500
}

.showcase .showcase-content .showcase-title {
    margin-bottom: 1.5rem
}

.showcase .showcase-content .showcase-title a {
    display: block;
    font-size: 1.3rem;
    line-height: 1.6rem;
    height: 3.2rem;
    overflow: hidden;
    color: #211F1D
}

.showcase .showcase-content .showcase-price {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.showcase .showcase-content .showcase-price-new {
    color: #212A2E;
    font-size: 1.8rem;
    font-weight: 500
}

.showcase .showcase-content .showcase-price-old {
    color: #818181;
    font-size: 1.4rem;
    text-decoration: line-through;
    margin-left: 1rem
}

@media (max-width:991px) {
    .showcase .showcase-content .showcase-price {
        display: block
    }
    .showcase .showcase-content .showcase-price-old {
        margin-left: 0
    }
}

.showcase .new-label {
    position: absolute;
    top: 1.4rem;
    left: -1px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.1rem;
    height: 2.4rem;
    border-radius: 0 10px 10px 0;
    color: #fff;
    background-color: #212A2E;
    font-size: 1.3rem
}

@media (max-width:991px) {
    .showcase .new-label {
        width: 4.1rem;
        height: 2rem
    }
}

.showcase .sold-out-label {
    position: absolute;
    top: 1.4rem;
    left: -1px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.1rem;
    height: 2.4rem;
    border-radius: 0 10px 10px 0;
    color: #fff;
    background-color: #212A2E;
    font-size: 1.3rem
}

@media (max-width:991px) {
    .showcase .sold-out-label {
        width: 6.1rem;
        height: 2rem
    }
}

.showcase .discount-label {
    position: absolute;
    top: 1.4rem;
    right: -1px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.1rem;
    height: 2.4rem;
    border-radius: 10px 0 0 10px;
    color: #fff;
    background-color: #FF3100;
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width:991px) {
    .showcase .discount-label {
        width: 4.1rem;
        height: 2rem
    }
}

.showcase:hover {
    border: 1px solid #f0f0f0
}

.current-page-default-entry .showcase {
    margin-bottom: 0
}

.showcase-container {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.entry-row-1 {
    margin-bottom: 4rem
}

.entry-row-1 #entry-slider>div {
    height: 0;
    overflow: hidden
}

.entry-row-1 #entry-slider>div.slick-slider {
    height: auto;
    overflow: visible
}

.entry-row-1 #entry-slider .slick-arrow {
    width: 2.5rem;
    height: 3.1rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff
}

.entry-row-1 #entry-slider .slick-arrow>i {
    display: none
}

.entry-row-1 #entry-slider .slick-arrow.slick-prev {
    left: 0;
    background: #fff url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-left.svg?revision=1711436613) no-repeat center;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.entry-row-1 #entry-slider .slick-arrow.slick-prev:hover {
    background: #202020 url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-left-active.svg?revision=1711436613) no-repeat center
}

.entry-row-1 #entry-slider .slick-arrow.slick-next {
    right: 0;
    background: #fff url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-right.svg?revision=1711436613) no-repeat center;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.entry-row-1 #entry-slider .slick-arrow.slick-next:hover {
    background: #202020 url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-right-active.svg?revision=1711436613) no-repeat center
}

@media (max-width:991px) {
    .entry-row-1 #entry-slider .slick-arrow {
        display: none !important
    }
}

.entry-row-1 #entry-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 2.5rem
}

@media (max-width:991px) {
    .entry-row-1 #entry-slider .slick-dots {
        bottom: .5rem
    }
}

.entry-row-1 #entry-slider .slick-dots>li {
    margin: 0 .5rem
}

.entry-row-1 #entry-slider .slick-dots>li>button {
    width: 11px;
    height: 11px;
    border: none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    display: block;
    margin-bottom: .5rem;
    border: 1px solid #707070
}

.entry-row-1 #entry-slider .slick-dots>li.slick-active>button {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #FFD324;
    border: 2px solid #fff
}

.entry-row-2 {
    margin-bottom: 7rem;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

@media (min-width:992px) {
    .entry-row-2 .col-lg-3 {
        padding-right: 0
    }
    .entry-row-2 .col-lg-9 {
        overflow: hidden
    }
}

@media (max-width:991px) {
    .entry-row-2 {
        box-shadow: none;
        background-color: transparent;
        margin-bottom: 3rem
    }
    .entry-row-2 .banner {
        text-align: center;
        margin-bottom: 3rem
    }
}

.discounted-products,
.default-products {
    background-color: #fff;
    position: relative
}

@media (max-width:991px) {
    .discounted-products,
    .default-products {
        background-color: transparent
    }
}

.discounted-products .products-header,
.default-products .products-header {
    text-align: center;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    color: #212A2E;
    background-color: #F8F8F8
}

.discounted-products .products-header span span,
.default-products .products-header span span {
    font-weight: 700
}

@media (min-width:992px) {
    .discounted-products .products-content,
    .default-products .products-content {
        height: 0;
        overflow: hidden
    }
    .discounted-products .products-content.slick-slider,
    .default-products .products-content.slick-slider {
        height: auto;
        overflow: visible
    }
}

@media (max-width:991px) {
    .discounted-products .products-content,
    .default-products .products-content {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 2rem
    }
    .discounted-products .products-content .product-item,
    .default-products .products-content .product-item {
        width: 38vw
    }
}

@media (max-width:767px) {
    .discounted-products .products-content .product-item,
    .default-products .products-content .product-item {
        width: 66vw
    }
}

.discounted-products .products-content>.slick-arrow,
.default-products .products-content>.slick-arrow {
    width: 2.5rem;
    height: 3.1rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff
}

.discounted-products .products-content>.slick-arrow>i,
.default-products .products-content>.slick-arrow>i {
    display: none
}

.discounted-products .products-content>.slick-arrow.slick-prev,
.default-products .products-content>.slick-arrow.slick-prev {
    left: 15px;
    background: #fff url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-left.svg?revision=1711436613) no-repeat center;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all 0.2s ease-in-out
}

.discounted-products .products-content>.slick-arrow.slick-prev:hover,
.default-products .products-content>.slick-arrow.slick-prev:hover {
    background: #212A2E url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-left-active.svg?revision=1711436613) no-repeat center
}

.discounted-products .products-content>.slick-arrow.slick-next,
.default-products .products-content>.slick-arrow.slick-next {
    right: 15px;
    background: #fff url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-right.svg?revision=1711436613) no-repeat center;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all 0.2s ease-in-out
}

.discounted-products .products-content>.slick-arrow.slick-next:hover,
.default-products .products-content>.slick-arrow.slick-next:hover {
    background: #212A2E url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-right-active.svg?revision=1711436613) no-repeat center
}

.discounted-products .products-content>.slick-dots,
.default-products .products-content>.slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2rem;
    position: absolute;
    width: 100%
}

.discounted-products .products-content>.slick-dots>li,
.default-products .products-content>.slick-dots>li {
    margin: 0 .5rem
}

.discounted-products .products-content>.slick-dots>li>button,
.default-products .products-content>.slick-dots>li>button {
    width: 12px;
    height: 12px;
    border: none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #f0f0f0;
    padding: 0;
    display: block;
    margin-bottom: .5rem
}

.discounted-products .products-content>.slick-dots>li.slick-active>button,
.default-products .products-content>.slick-dots>li.slick-active>button {
    background-color: #FFD324
}

.discounted-products .showcase,
.default-products .showcase {
    margin-bottom: 0
}

.discounted-products .showcase-image {
    padding-top: 92.5%
}

.entry-row-3 {
    margin-bottom: 4rem
}

@media (max-width:991px) {
    .entry-row-3 .banner {
        margin-bottom: 3rem
    }
}

.entry-row-4 {
    margin-bottom: 5rem;
    background-color: #fff
}

@media (max-width:991px) {
    .entry-row-4 {
        background-color: transparent
    }
}

.page-detail-inside {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 4.8rem 3.2rem;
    margin-top: 3rem
}

.entry-row-6 .fixed-phone {
    position: fixed;
    right: 50%;
    top: 265px;
    margin-right: -640px
}

@media (max-width:1199px) {
    .entry-row-6 .fixed-phone {
        display: none
    }
}

.entry-row-6 .fixed-whatsapp {
    position: fixed;
    right: 50%;
    top: 343px;
    margin-right: -640px
}

.entry-row-6 .fixed-whatsapp .header-whatsapp {
    margin: 0
}

@media (max-width:1199px) {
    .entry-row-6 .fixed-whatsapp {
        display: none;
        padding: 1rem
    }
}

#scroll-top {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/scroll-last.svg?revision=1711436613) no-repeat;
    width: 6rem;
    height: 6rem;
    display: none;
    cursor: pointer;
    position: fixed;
    right: 50%;
    top: 200px;
    margin-right: -640px
}

@media (max-width:991px) {
    #scroll-top {
        display: none !important;
        padding: 1rem
    }
}

#footer {
    margin-top: 8rem
}

@media (max-width:991px) {
    #footer {
        margin-top: 4rem
    }
}

.footer-row-1 {
    margin-bottom: 6rem
}

.shopping-banners .shopping-banner {
    flex-wrap: wrap;
    color: #212A2E;
    text-align: center
}

.shopping-banners .shopping-banner .shopping-banner-img {
    width: 6.4rem;
    height: 6.4rem;
    position: relative;
    display: block;
    margin: 0 auto 1.7rem auto
}

.shopping-banners .shopping-banner .shopping-banner-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.shopping-banners .shopping-banner .shopping-banner-content {
    padding-left: 1rem
}

.shopping-banners .shopping-banner .shopping-banner-content .shopping-banner-title {
    font-size: 1.4rem;
    color: #212A2E;
    font-weight: 500
}

.shopping-banners .shopping-banner .shopping-banner-content .shopping-banner-sub-title {
    font-size: 1.3rem;
    color: #212A2E
}

.footer-row-2 {
    background-color: #212A2E;
    padding: 23px 0
}

.newsletter-title {
    display: flex;
    align-items: center;
    color: #FFD324;
    padding-left: 1.5rem
}

@media (max-width:991px) {
    .newsletter-title {
        flex-wrap: wrap;
        text-align: center
    }
}

.newsletter-title>div {
    font-size: 2rem;
    color: #FFD324;
    margin-right: 3rem;
    line-height: 3rem
}

@media (max-width:991px) {
    .newsletter-title>div {
        margin: 0;
        width: 100%;
        text-align: center
    }
}

.newsletter-title>div span {
    display: block;
    font-size: 2.8rem;
    font-weight: 400
}

@media (max-width:991px) {
    .newsletter-title>div span {
        display: inline-block;
        font-size: 1.5rem
    }
}

.newsletter-title>div strong {
    display: block;
    font-size: 2.7rem;
    font-weight: 700
}

@media (max-width:991px) {
    .newsletter-title>div strong {
        display: inline-block;
        font-size: 1.5rem;
        margin-left: 5px
    }
}

.newsletter-title>span {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #fff
}

.newsletter-content {
    margin-right: 6.9rem
}

@media (max-width:991px) {
    .newsletter-content {
        margin: 0
    }
}

.newsletter-content form {
    position: relative
}

.newsletter-content form input {
    width: 100%;
    padding: 1rem 11rem 1rem 2rem;
    border: 2px solid #f0f0f0;
    height: 5rem;
    color: #666;
    border-radius: 3px;
    font-size: 1.3rem
}

.newsletter-content form input::placeholder {
    opacity: 1;
    color: #666
}

.newsletter-content form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 9.1rem;
    background: #FFD324;
    color: #fff;
    border: none;
    padding: 0;
    border-radius: 0 3px 3px 0;
    font-size: 1.3rem;
    font-weight: 500
}

.footer-row-3 {
    padding-top: 4.4rem;
    padding-bottom: 7rem;
    background-color: #fff
}

@media (max-width:991px) {
    .footer-row-3 {
        text-align: center
    }
}

.contact-title {
    display: inline-block;
    font-size: 1.6rem;
    color: #212A2E;
    font-weight: 500;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #212A2E;
    padding-right: 2.5rem;
    margin-bottom: 3.5rem
}

.footer-phone {
    margin-bottom: 1.5rem
}

.footer-phone>a {
    color: #212A2E;
    font-size: 1.3rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .footer-phone>a {
        justify-content: center
    }
}

.footer-phone>a i {
    margin-right: 1rem
}

.footer-mail {
    margin-bottom: 1.5rem
}

.footer-mail>a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #212A2E;
    font-size: 1.3rem;
    font-weight: 300
}

@media (max-width:991px) {
    .footer-mail>a {
        justify-content: center
    }
}

.footer-mail>a i {
    margin-right: 1rem
}

.footer-address {
    margin-bottom: 2.5rem
}

.footer-address>a {
    color: #212A2E;
    font-size: 1.3rem;
    font-weight: 300;
    display: flex;
    padding-right: 2rem
}

@media (max-width:991px) {
    .footer-address>a {
        justify-content: center
    }
}

.footer-address>a i {
    margin-right: 1rem
}

.footer-address>a span {
    white-space: normal
}

.footer-social {
    display: flex;
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media (max-width:991px) {
    .footer-social {
        justify-content: center;
        margin-bottom: 2rem
    }
}

.footer-social div {
    padding-left: .5rem;
    padding-right: .5rem;
    margin-right: 1rem
}

@media (max-width:991px) {
    .footer-social div {
        margin: 0 .5rem
    }
}

.footer-social div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #212A2E;
    font-size: 1.6rem;
    transition: all 0.2s ease-in-out;
    border-radius: 2px;
    border: 1px solid #707070
}

.footer-social div a:hover {
    color: #212A2E;
    background-color: #FFD324
}

@media (max-width:991px) {
    .footer-social div {
        margin: 0 .5rem
    }
}

.footer-menu-container .footer-menu .footer-menu-title {
    display: inline-block;
    font-size: 1.6rem;
    color: #212A2E;
    font-weight: 500;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #212A2E;
    padding-right: 2.5rem;
    margin-bottom: 3.5rem
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li {
    margin-bottom: 1rem;
    color: #212A2E;
    font-size: 1.4rem;
    font-weight: 300
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li>a {
    color: #212A2E;
    transition: all 0.2s ease-in-out
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li>a:hover {
    color: #FFD324;
    text-decoration: underline
}

@media (max-width:767px) {
    .footer-menu-container {
        text-align: center
    }
    .footer-menu-container[data-menu-type="accordion"] {
        text-align: left
    }
    .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-title {
        padding: 15px;
        border: 1px solid #f0f0f0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        cursor: pointer;
        margin-bottom: 15px
    }
    .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-title:after {
        content: "ï§";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }
    .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-content {
        padding: 0 15px 15px;
        display: none
    }
    .footer-menu-container[data-menu-type="accordion"] .footer-menu.active .footer-menu-title:after {
        content: "ï¨"
    }
    .footer-menu-container[data-menu-type="accordion"] .footer-menu.active .footer-menu-content {
        display: block
    }
}

.footer-row-4 {
    padding: 2rem 0
}

@media (max-width:991px) {
    .footer-row-4 .col-auto {
        width: 100%
    }
}

.copyright {
    color: #414141;
    font-size: 1.3rem;
    text-align: center
}

@media (max-width:991px) {
    .banner.text-right {
        text-align: center !important;
        margin-top: 2rem
    }
}

.paginate-wrapper {
    position: relative;
    padding: 1rem 0 4rem 0;
    background-color: #fff
}

.paginate-wrapper .paginate {
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    .paginate-wrapper .paginate {
        justify-content: space-between;
        padding: 0 .5rem
    }
}

.paginate-wrapper .paginate a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    height: 3.2rem;
    color: #303030;
    font-size: 1.2rem;
    padding: 0 .2rem;
    border: 1px solid #f0f0f0;
    border-radius: 10px
}

@media (max-width:575px) {
    .paginate-wrapper .paginate a {
        min-width: 3rem;
        height: 3rem
    }
}

.paginate-wrapper .paginate a i {
    display: block;
    line-height: 1.4rem;
    font-size: 1.8rem
}

.paginate-wrapper .paginate .paginate-content {
    display: flex
}

.paginate-wrapper .paginate .paginate-content a {
    margin: 0 .6rem
}

.paginate-wrapper .paginate .paginate-left a {
    margin-right: .6rem;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/paginate-left.svg?revision=1711436613) no-repeat center
}

.paginate-wrapper .paginate .paginate-left a i {
    display: none
}

.paginate-wrapper .paginate .paginate-right a {
    margin-left: .6rem;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/paginate-right.svg?revision=1711436613) no-repeat center
}

.paginate-wrapper .paginate .paginate-right a i {
    display: none
}

.paginate-wrapper .paginate .paginate-element-active {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.contentbox-header {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem
}

.contentbox-header p {
    font-size: 1.2rem;
    margin-bottom: 0;
    display: block
}

.contentbox-header h4 {
    margin-bottom: 0;
    font-size: 2.2rem;
    color: #212A2E;
    font-weight: 500
}

#breadcrumbs {
    margin-bottom: 15px
}

@media (max-width:991px) {
    #breadcrumbs {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-bottom: .6rem;
        padding-bottom: 1rem
    }
}

#breadcrumbs ol {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center
}

#breadcrumbs ol li i {
    font-size: 1.2rem;
    margin: 0 3rem 0 1.9rem;
    font-style: normal;
    color: #979797
}

#breadcrumbs ol li i:before {
    content: ">"
}

#breadcrumbs ol li span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #666;
    font-weight: 500
}

#breadcrumbs ol li a {
    color: #666
}

#breadcrumbs ol li a:hover span span {
    color: #FFD324
}

@media (max-width:991px) {
    #breadcrumbs ol li span {
        font-size: 1.2rem
    }
}

#breadcrumbs ol li:first-child a {
    color: #666;
    font-weight: 400
}

#breadcrumbs ol li:first-child a span span {
    color: #666;
    font-weight: 400
}

@media (max-width:767px) {
    .block-item[data-type="filter-product-groups"] {
        display: block;
        margin-bottom: 0;
        border: none
    }
    .block-item[data-type="filter-product-groups"] .block-item-title {
        display: none
    }
    .block-item[data-type="filter-product-groups"] .block-item-content {
        display: block;
        padding: 0
    }
    .block-item[data-type="product-groups"] {
        display: none
    }
    .filter-menu,
    .horizontal-filter-menu {
        position: fixed;
        width: 280px;
        height: 100%;
        left: -280px;
        top: 0;
        background: #fff;
        z-index: 100;
        padding: 15px;
        transition: all 0.2s ease-in-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .filter-menu .filter-menu-category,
    .horizontal-filter-menu .filter-menu-category {
        display: none
    }
    .filter-menu-active {
        left: 280px;
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%
    }
    .filter-menu-active .filter-menu,
    .filter-menu-active .horizontal-filter-menu {
        left: 0
    }
    #filter-wrapper {
        display: none
    }
    #filter-wrapper.has-sorting-option:not(.has-filter-option) {
        display: block
    }
    #filter-wrapper.has-sorting-option:not(.has-filter-option) .filter-wrapper-header {
        display: none
    }
    #filter-wrapper.has-sorting-option:not(.has-filter-option) .filter-wrapper-content #sorting-options {
        display: block
    }
    #filter-wrapper.has-filter-option {
        display: block
    }
    #filter-wrapper.has-filter-option .filter-wrapper-content #sorting-options {
        display: none
    }
    .sorting-options-content-active #filter-wrapper .filter-wrapper-content #sorting-options {
        display: block
    }
}

@media (max-width:767px) and (max-width:767px) {
    #filter-wrapper {
        margin-bottom: 2rem
    }
}

#head-content {
    margin-bottom: 2.5rem
}

#sorting-options {
    background-color: #fff;
    border-radius: 5px;
    padding: .5rem 1.8rem;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 3rem
}

#sorting-options input[type=radio]+label,
#sorting-options input[type=checkbox]+label {
    font-size: 1.2rem;
    color: #484848;
    font-weight: 300;
    padding-left: 3rem
}

#sorting-options input[type=radio]+label:before,
#sorting-options input[type=checkbox]+label:before {
    border-radius: 0;
    border: none;
    width: 22px;
    height: 22px;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-checkbox-2.svg?revision=1711436613) no-repeat left center;
    top: -2px
}

#sorting-options input[type=checkbox]:checked+label:before {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-checkbox-2.svg?revision=1711436613) no-repeat right center
}

#sorting-options select.form-control:not([size]):not([multiple]),
#sorting-options select:not([size]) {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-selectbox.svg?revision=1711436613) no-repeat right center;
    font-size: 1.2rem;
    color: #484848;
    box-shadow: none;
    border: none;
    font-weight: 300
}

@media (min-width:992px) {
    #sorting-options .record-count {
        display: none
    }
}

[data-type="filter-product-groups"] {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

[data-type="filter-product-groups"] .block-item-title {
    display: none !important
}

[data-type="filter-product-groups"] .block-item-content {
    padding: 1rem 1.2rem !important
}

@media (max-width:991px) {
    [data-type="filter-product-groups"] .block-item-content {
        padding: 0 !important
    }
}

@media (min-width:768px) {
    .filter-menu-overlay,
    .filter-wrapper-header {
        display: none !important
    }
}

.horizontal-filter-menu {
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
    margin-bottom: 1rem
}

.horizontal-filter-menu .horizontal-filter-menu-title {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.horizontal-filter-menu .clear-filters {
    display: flex;
    margin-bottom: 1rem
}

.horizontal-filter-menu .clear-filters a {
    display: block;
    padding: .2rem .5rem;
    background: #E9E9E9;
    color: #212A2E
}

.horizontal-filter-menu .filter-menu-selected-items {
    flex: 0 0 100%
}

.horizontal-filter-menu .filter-menu-groups {
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-groups .filter-menu-group-title {
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-selected-items {
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-title {
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group {
    margin-bottom: .5rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-title {
    margin-right: 1rem;
    margin-bottom: .5rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content {
    display: flex;
    flex-wrap: wrap
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item {
    margin-right: 1rem;
    margin-bottom: .5rem;
    flex: 0 0 auto
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item:last-child {
    margin-right: 0
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item a {
    display: block;
    padding: .2rem .5rem;
    background: transparent;
    color: #282828;
    font-size: 1.3rem;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/filter-delete.svg?revision=1711436613) no-repeat right center
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item a i {
    display: none
}

.filter-menu-selected-item a {
    display: block;
    padding: .2rem 0.5rem !important;
    background: transparent !important;
    color: #282828 !important;
    font-size: 1.3rem !important;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/filter-delete.svg?revision=1711436613) no-repeat right center !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.filter-menu-selected-item a i {
    display: none
}

.cascade-menu .parent-item a.selected-item {
    color: #FFD324
}

.block-item {
    margin-bottom: 2rem;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.block-item a {
    color: #212A2E
}

.block-item a:hover {
    color: #D2AE1F
}

.block-item .block-item-title {
    padding: 2rem 1.8rem 1rem 2rem;
    font-size: 1.4rem;
    color: #202020;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-item .block-item-title>i {
    display: none
}

@media (max-width:767px) {
    .block-item .block-item-title>i {
        display: block
    }
}

.block-item .block-item-content {
    padding: 1rem 2rem
}

.block-item.active .block-item-title>i.fa-angle-down:before {
    content: "ï„†"
}

.block-item[data-type="no-frame"] .block-item-title {
    display: none
}

.product-area-top {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 2.7rem 2.7rem 1rem 2.7rem;
    margin-bottom: 5.4rem
}

@media (max-width:991px) {
    .product-area-top {
        padding: 1rem
    }
}

.product-image #product-primary-image {
    position: relative;
    padding-top: 100%;
    margin-bottom: 1.6rem;
    border: 1px solid #f0f0f0;
    position: relative
}

.product-image #product-primary-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.product-image #product-primary-image .new-label {
    position: absolute;
    top: 2.1rem;
    left: 1.5rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.1rem;
    height: 2.4rem;
    border-radius: 10px 0 0 10px;
    color: #fff;
    background-color: #212A2E;
    font-size: 1.3rem
}

@media (max-width:991px) {
    .product-image #product-primary-image .new-label {
        width: 4.1rem;
        height: 2rem
    }
}

#product-thumb-image {
    margin-left: -10px;
    margin-right: -10px
}

#product-thumb-image .thumb-item {
    padding-left: 10px;
    padding-right: 10px
}

#product-thumb-image .thumb-item>div>a {
    padding-top: 100%;
    position: relative;
    display: block;
    border: none;
    opacity: .5
}

#product-thumb-image .thumb-item>div>a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

#product-thumb-image .thumb-item>div>a.zoomGalleryActive {
    opacity: 1
}

@media (max-width:991px) {
    #product-thumb-image {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 1rem
    }
    #product-thumb-image .thumb-item>div {
        width: 11vw
    }
}

@media (max-width:767px) {
    #product-thumb-image .thumb-item>div {
        width: 16vw
    }
}

@media (max-width:376px) {
    #product-thumb-image .thumb-item>div {
        width: 15vw
    }
}

@media (max-width:321px) {
    #product-thumb-image .thumb-item>div {
        width: 14vw
    }
}

#product-thumb-image>.slick-arrow {
    width: 2.5rem;
    height: 3.1rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer
}

#product-thumb-image>.slick-arrow.slick-prev {
    left: 15px;
    background: #fff url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-left.svg?revision=1711436613) no-repeat center;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all 0.2s ease-in-out
}

#product-thumb-image>.slick-arrow.slick-prev:hover {
    background: #212A2E url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-left-active.svg?revision=1711436613) no-repeat center
}

#product-thumb-image>.slick-arrow.slick-next {
    right: 0;
    background: #fff url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-right.svg?revision=1711436613) no-repeat center;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

#product-thumb-image>.slick-arrow.slick-next:hover {
    background: #202020 url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/showcase-right-active.svg?revision=1711436613) no-repeat center
}

#product-thumb-image>.slick-arrow>i {
    display: none
}

.product-list-container {
    margin-bottom: 2rem
}

.product-list-container .product-list-block {
    padding: .4rem 0
}

.product-list-container .product-list-row {
    display: flex;
    align-items: baseline;
    padding: .4rem 0
}

.product-list-container .product-list-row a {
    color: #212A2E;
    transition: all 0.2s ease-in-out
}

.product-list-container .product-list-row a:hover {
    color: #FFD324
}

.product-list-container .product-list-row .product-list-title {
    flex: 0 0 auto;
    width: 30%;
    font-size: 1.3rem;
    color: #211F1D
}

.product-list-container .product-list-row .product-list-content {
    flex: 1 1 auto;
    display: flex;
    align-items: baseline;
    word-break: break-word;
    font-size: 1.3rem;
    color: #211F1D;
    font-weight: 700
}

.product-list-container .product-list-row .product-list-content:before {
    content: ":";
    margin-right: 1.6rem
}

.product-title {
    margin-bottom: 8px
}

.product-title h1 {
    font-size: 2.2rem;
    margin-bottom: 0;
    color: #212A2E
}

@media (max-width:767px) {
    .product-title h1 {
        font-size: 1.8rem
    }
}

.jq-ry-container {
    position: relative;
    line-height: 0;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 2;
    white-space: nowrap
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-groupjq-ry-normal-group {
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-comments-container {
    display: flex;
    align-items: center;
    color: #212A2E;
    cursor: pointer;
    margin-bottom: 2.4rem
}

.product-comments-container>span {
    margin-left: 1.5rem;
    font-size: 1.3rem;
    color: #211F1D
}

.product-price-container {
    display: flex;
    align-items: flex-end;
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-bottom: 1.6rem
}

.product-price-container>div {
    padding-left: .5rem;
    padding-right: .5rem
}

.product-price-container .product-price {
    align-items: baseline;
    line-height: 2.6rem;
    position: relative
}

.product-price-container .product-price .kdv-text {
    font-size: 1.2rem;
    color: #AFAFAF;
    text-align: right;
    position: relative;
    top: -5px
}

@media (max-width:991px) {
    .product-price-container .product-price .kdv-text {
        text-align: left
    }
}

.product-price-container .product-price-new,
.product-price-container .product-price-old {
    color: #212A2E;
    font-size: 2.6rem;
    font-weight: 500
}

.product-price-container.has-discount .product-price .product-price-old {
    color: #818181;
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: line-through
}

.product-price-container .discount-label {
    display: block;
    text-align: center;
    flex-wrap: wrap;
    width: 7.2rem;
    height: 4.8rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 1rem;
    border-radius: .4rem;
    background-color: #FF3100;
    border-radius: 20px;
    margin-left: 3.4rem;
    font-size: 2.1rem;
    font-weight: 500;
    position: relative;
    top: -25px;
    line-height: 14px;
    padding: 10px 0
}

.product-price-container .discount-label span {
    font-size: 1.3rem;
    font-weight: 400
}

.text-danger {
    display: inline-block;
    background-color: #EFEFEF;
    border-radius: 10px;
    font-size: 1.3rem;
    color: #211F1D !important;
    padding: .2rem 1.3rem;
    margin-bottom: 3.5rem
}

@media (max-width:991px) {
    .text-danger {
        display: flex;
        justify-content: center
    }
}

.product-options {
    margin-bottom: 4.6rem
}

.product-options .product-options-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #212A2E;
    font-weight: 500
}

@media (max-width:991px) {
    .product-options .product-options-title {
        text-align: center
    }
}

.product-options select.form-control:not([size]):not([multiple]),
.product-options select:not([size]) {
    border-radius: 10px;
    font-size: 1.3rem;
    height: calc(4.5rem + 2px);
    color: #666;
    padding-left: 2.3rem;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-selectbox-2.svg?revision=1711436613) no-repeat right 2rem center;
    width: 37.7rem !important
}

@media (max-width:991px) {
    .product-options select.form-control:not([size]):not([multiple]),
    .product-options select:not([size]) {
        width: 100% !important
    }
}

@media (max-width:991px) {
    .product-options {
        margin-bottom: 2.6rem
    }
}

.variant-select {
    margin-bottom: 2rem
}

.variant-select .variant-list {
    margin-bottom: 1rem
}

.variant-select .variant-list:last-child {
    margin-bottom: 0
}

.variant-select .variant-list select {
    width: 50% !important
}

@media (max-width:575px) {
    .variant-select .variant-list select {
        width: 100% !important
    }
}

.variant-plural {
    margin-bottom: 2rem
}

.variant-plural .variant-list {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.variant-plural .variant-list:last-child {
    margin-bottom: 0
}

.variant-plural span {
    flex: 0 0 auto;
    border: 1px solid #E9E9E9;
    padding: .5rem 1rem;
    cursor: pointer;
    margin: 0 1rem 1rem 0
}

.variant-plural span:last-child {
    margin-right: 0
}

.variant-plural span.variant-passive {
    background-color: #E9E9E9
}

.variant-plural span.variant-no-stock {
    background-color: #E9E9E9
}

.variant-plural span.variant-selected {
    border-color: #212A2E
}

.variant-singular {
    margin-bottom: 2rem
}

.variant-singular .radio-custom {
    margin-bottom: 1rem
}

.product-cart-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 4rem
}

.product-cart-buttons>div {
    padding-left: 5px;
    padding-right: 5px
}

.product-cart-buttons .product-buttons-wrapper {
    flex: 1 0 0%;
    max-width: 100%
}

.product-cart-buttons .product-buttons-wrapper .product-buttons-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.product-cart-buttons .product-buttons-wrapper .product-buttons-row>div {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.product-qty-wrapper .product-qty {
    display: flex;
    flex-wrap: wrap;
    border-radius: .4rem;
    border: none;
    width: 9.6rem;
    height: 5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 20px;
    background-color: #F3F5F9
}

.product-qty-wrapper .product-qty>a {
    flex: 0 0 3rem;
    max-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212A2E
}

.product-qty-wrapper .product-qty>div {
    flex: 1 0 0%;
    max-width: 100%
}

.product-qty-wrapper .product-qty>div input {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 1.8rem;
    font-weight: 700;
    color: #666
}

@media (max-width:575px) {
    .product-qty-wrapper {
        margin-bottom: 2rem;
        flex: 0 0 100%;
        max-width: 100%
    }
    .product-qty-wrapper .product-qty {
        width: 100%
    }
}

.product-cart-buttons a.add-to-cart-button,
.product-cart-buttons a.no-stock-button,
.product-cart-buttons a.quick-order-button,
.product-cart-buttons a.remind-me-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1.5rem;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.product-cart-buttons a.add-to-cart-button {
    background-color: #FFD324;
    color: #212A2E;
    margin-left: 2rem
}

@media (max-width:991px) {
    .product-cart-buttons a.add-to-cart-button {
        margin: 0
    }
}

.product-cart-buttons a.add-to-cart-button:hover {
    background-color: #212A2E;
    color: #FFD324
}

.product-cart-buttons a.no-stock-button {
    width: 17.6rem;
    background-color: #212121;
    color: #fff;
    margin-left: 2rem
}

@media (max-width:991px) {
    .product-cart-buttons a.no-stock-button {
        margin-left: 0
    }
}

.product-cart-buttons a.quick-order-button {
    background-color: #212121;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 2rem
}

@media (max-width:991px) {
    .product-cart-buttons a.quick-order-button {
        margin: 0
    }
}

.product-cart-buttons a.quick-order-button:hover {
    background-color: #FFD324;
    color: #212A2E
}

.product-cart-buttons a.remind-me-button {
    background-color: #FFD324;
    color: #fff
}

#product-user-buttons {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

#product-user-buttons>div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 1.5rem
}

#product-user-buttons>div a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
    padding-left: 1.1rem
}

#product-user-buttons>div a i {
    font-size: 1.6rem;
    display: none
}

#product-user-buttons>div a span {
    padding-left: 1rem
}

#product-user-buttons>div a:hover {
    color: #FFD324
}

#product-user-buttons>div a.add-my-favorites {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/fav.svg?revision=1711436613) no-repeat left center
}

#product-user-buttons>div a.add-my-favorites span:before {
    content: attr(data-add-to-favorites)
}

#product-user-buttons>div a.add-my-favorites.favorite-product {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/fav-active.svg?revision=1711436613) no-repeat left center
}

#product-user-buttons>div a.add-my-favorites.favorite-product i {
    font-weight: 900;
    color: #FFD324
}

#product-user-buttons>div a.add-my-favorites.favorite-product span:before {
    content: attr(data-favorite-product)
}

#product-user-buttons>div a.recommend-product {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/advice.svg?revision=1711436613) no-repeat left center
}

#product-user-buttons>div a.price-warning {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/pricealert.svg?revision=1711436613) no-repeat left center
}

.product-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991px) {
    .product-row {
        flex-wrap: wrap
    }
}

.product-cargo-buttons {
    display: flex
}

@media (max-width:991px) {
    .product-cargo-buttons {
        flex-wrap: wrap;
        justify-content: center
    }
}

.product-cargo-buttons .product-cargo-button {
    display: flex;
    flex-wrap: wrap;
    height: 5rem;
    margin-right: 2.2rem
}

.product-cargo-buttons .product-cargo-button i {
    flex: 0 0 17rem;
    height: 6.5rem;
    width: 17rem
}

.product-cargo-buttons .product-cargo-button span {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    flex: 1 1 0%
}

.product-cargo-buttons .product-cargo-button.fast_shipping i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-1.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.same_day_shipping i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-2.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.three_days_delivery i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-3.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.five_days_delivery i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-4.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.seven_days_delivery i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-5.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.free_shipping i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-6.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.delivery_from_stock i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-7.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.pre_ordered_product i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-8.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.limited_stock i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-9.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.ask_stock i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-10.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

.product-cargo-buttons .product-cargo-button.campaigned_product i {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-btn-11.svg?revision=1711436613) no-repeat left center;
    background-size: 100%
}

@media (max-width:991px) {
    .product-cargo-buttons .product-cargo-button {
        margin-bottom: 1.5rem
    }
}

.product-social {
    display: flex;
    align-items: center;
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-top: 1rem
}

.product-social>div {
    padding-left: .5rem;
    padding-right: .5rem
}

.product-social>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
    font-size: 1.6rem;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 1px solid #6B6B6B
}

.product-social>div>a i {
    color: #010002
}

.product-detail-tab {
    margin-bottom: 5rem
}

.product-detail-tab .product-detail-tab-header [data-tab-index]>a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DCDCDC;
    font-size: 1.5rem;
    color: #212A2E;
    font-weight: 500;
    height: 4rem;
    border-radius: 5px 5px 0 0;
    padding: 0 2.5rem
}

.product-detail-tab .product-detail-tab-header [data-tab-index].active>a {
    background-color: #FFD324;
    color: #212A2E;
    font-weight: 700
}

.product-detail-tab .product-detail-tab-content {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 4.8rem 3.3rem;
    border-radius: 0 25px 25px 0
}

.product-detail-tab .product-detail-tab-content [data-tab-content] {
    height: 0;
    overflow: hidden
}

.product-detail-tab .product-detail-tab-content [data-tab-content]>div {
    padding: 1.5rem 0
}

.product-detail-tab .product-detail-tab-content [data-tab-content].active {
    height: auto;
    overflow: visible
}

@media (max-width:991px) {
    .product-detail-tab .product-detail-tab-header {
        overflow-x: auto
    }
    .product-detail-tab .product-detail-tab-header>.row {
        margin-left: -.25rem;
        margin-right: -.25rem
    }
    .product-detail-tab .product-detail-tab-header [data-tab-index]>a {
        padding: 0 1.5rem
    }
}

.btn {
    font-size: 1.2rem;
    border-radius: .4rem;
    transition: all 0.2s ease-in-out
}

.btn.btn-primary {
    color: #212A2E;
    background: #FFD324
}

.btn.btn-primary:not(.btn-loading):active,
.btn.btn-primary:not(.btn-loading).active,
.btn.btn-primary:not(.btn-loading):hover,
.btn.btn-primary:not(.btn-loading).hover,
.btn.btn-primary:not([disabled]):not(.disabled):active,
.btn.btn-primary:not([disabled]):not(.disabled).active {
    background: #D2AE1F;
    color: #212A2E
}

.btn.btn-secondary {
    color: #fff;
    background: #E9E9E9
}

.btn.btn-secondary:not(.btn-loading):active,
.btn.btn-secondary:not(.btn-loading).active,
.btn.btn-secondary:not(.btn-loading):hover,
.btn.btn-secondary:not(.btn-loading).hover {
    color: #fff;
    background: #A7020C
}

.btn-loading:before {
    border-top-color: #FFD324
}

.loader .ball-pulse>div {
    background-color: #FFD324
}

.loading>div {
    border-top-color: #FFD324;
    border-bottom-color: #FFD324
}

.loading-bar .loader {
    background: #FFD324
}

.control-label {
    color: #212A2E
}

.information-content {
    border: solid 1px #f0f0f0;
    border-radius: .4rem
}

.information-content span {
    border-radius: .4rem
}

.information-content i {
    color: #d0d0d0
}

.member-block li>a.active {
    color: #FFD324
}

.member-block li:hover>a:not(.active) {
    color: #FFD324
}

.member-block li:hover>a:not(.active) i.left-icons {
    color: #FFD324
}

#featured-product-block {
    border: none
}

.filter-menu input[type=radio]+label:before,
.filter-menu input[type=checkbox]+label:before {
    border-radius: 0;
    border: none;
    width: 2rem;
    height: 2rem;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-checkbox.svg?revision=1711436613) no-repeat left center;
    top: 4px
}

.filter-menu input[type=checkbox]:checked+label:before {
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-checkbox.svg?revision=1711436613) no-repeat right center
}

.filter-menu .filter-menu-box {
    margin-bottom: 15px;
    border: none;
    border-top: 1px solid #f0f0f0;
    padding: 0 .8rem
}

.filter-menu .filter-menu-category .filter-menu-category-title {
    margin-top: 1rem;
    background-color: transparent;
    border: none;
    padding: 1.5rem;
    color: #FFD324;
    font-size: 1.4rem;
    font-weight: 500;
    background: url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/arrow-1.svg?revision=1711436613) no-repeat left center
}

.filter-menu .filter-menu-category .filter-menu-category-content {
    border: none
}

.filter-menu .filter-menu-category .filter-menu-category-content a {
    color: #212A2E;
    padding-left: 0;
    padding-right: 0;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.filter-menu .filter-menu-category .filter-menu-category-content a i {
    display: none
}

.filter-menu .filter-menu-category .filter-menu-category-top {
    margin-top: 2rem
}

.filter-menu .filter-menu-category .filter-menu-category-top a {
    font-weight: 400;
    font-size: 1.3rem;
    color: #282828;
    background: #EBEBEB url(//ideacdn.net/idea/gg/23/themes/selftpl_5eeb614280f47/assets/images/icon-allcat.svg?revision=1711436613) no-repeat left 12px center;
    padding: 2px 26px
}

.filter-menu .filter-menu-category .filter-menu-category-top a i {
    display: none
}

.filter-menu .filter-menu-groups .filter-menu-group-title {
    background-color: transparent;
    border: none;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #202020;
    padding-top: 3rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content {
    padding: 1rem 0
}

.filter-menu .filter-menu-groups .filter-menu-group-content label {
    color: #282828;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.3rem
}

.filter-menu .filter-menu-selected-items {
    border: none
}

.filter-menu .filter-menu-selected-items .filter-menu-selected-items-title {
    background-color: transparent;
    border: none;
    padding: 1.5rem 0;
    font-weight: 500;
    color: #202020;
    text-transform: uppercase
}

.filter-menu .filter-menu-selected-items .filter-menu-selected-items-content {
    padding: 1.5rem 0
}

.filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-title {
    font-weight: 400;
    display: none
}

.idea-promotion-bar {
    padding: 0;
    z-index: 90
}

.idea-promotion-bar.bar-position-top {
    border-bottom: none
}

@media (max-width:991px) {
    .idea-promotion-bar {
        display: none !important
    }
}

#checkout-breadcrumbs .checkout-steps>a {
    margin-left: -15px;
    margin-right: -15px
}

.contact-us .list-group-item {
    padding: 1.2rem
}

.form-modal {
    margin-bottom: 36px
}

.form-modal>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1.5rem;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #FFD324;
    color: #212A2E
}

#form-modal-content {
    display: none;
    width: 600px;
    padding: 40px 40px 20px
}

@media (max-width:767px) {
    #form-modal-content {
        width: 300px
    }
}

#form-modal-content .form-group {
    margin-bottom: 20px
}

#form-modal-content .form-group .col-12.col-lg-5,
#form-modal-content .form-group .col-12.col-lg-8,
#form-modal-content .form-group .col-12.col-lg-9.text-right {
    flex: 1 0 0%;
    max-width: none
}

#form-modal-content .form-group .security-code {
    height: 48px
}

#form-modal-content .form-group input.form-control {
    height: 48px;
    color: #212A2E;
    font-size: 14px;
    padding: 8px 16px
}

#form-modal-content .form-group .form-question {
    top: 14px !important
}

#form-modal-content .form-group .btn {
    height: 48px
}

#form-modal-content .form-group .btn-group-binary {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#form-modal-content .form-group .btn-group-binary:before,
#form-modal-content .form-group .btn-group-binary:after {
    display: none
}

#form-modal-content .form-group .btn-group-binary>button {
    flex: 0 0 48%;
    max-width: 48%
}

#form-modal-content .form-group .btn-group-binary>button.mr-2 {
    margin-right: 0 !important
}