@import url(https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@800&display=swap);@import "mixin";$font-family:'Saira',sans-serif;$font-family2:'Saira Extra Condensed',sans-serif;$text-color:#000;$text-color2:#3B3B3B;$primary-color:#0052A4;$primary-hover-color:#004A94;$primary-text-color:#fff;$secondary-color:#000;$gray-color:#eee;$gray-hover-color:darken(#eeeeee,5%);$gray-text-color:gray;$light-gray-color:#fafafa;$border-color:#EBEBEB;$transition-base:all .2s ease-in-out;$radius-base:.4rembody{font-size:1.2rem;font-family:$font-family;color:$text-color;background:#fff;transition:left .2s ease-in-out,right .2s ease-in-out;position:relative;left:0}a{color:$primary-color;&:active,&:focus,&:hover{color:$primary-hover-color}}.openbox-overlay,.navigation-menu-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background:rgb(0 0 0 / .6);display:none;z-index:99;width:100%;height:100%;cursor:pointer}.navigation-active{.navigation-menu-overlay{display:block}@include max($md){#header{z-index:90}}}body.current-page-default-entry{.header-sticky{margin-bottom:0}}.header-sticky{background:$primary-color;margin-bottom:2.4rem;.header-bottom-area{position:relative;display:flex;align-items:center}@include min($md){position:sticky;position:-webkit-sticky;top:0;z-index:100}@include max($md){display:none}}body.sticked{.header-sticky{}}#header{position:relative;z-index:101;background:#fff;.header-top{padding:1rem 0;background:#000;border-top:1px solid #707070;border-bottom:1px solid #707070;.header-top-area{align-items:center;justify-content:space-between;.header-top-area-left{display:flex;align-items:center;@include max($md){justify-content:space-between}}.header-top-area-right{display:flex;align-items:center;@include max($md){display:none}}}}.header-middle{.mobil-area{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;.cart-menu{>a{img{height:2.5rem;filter:invert(0%) sepia(100%) saturate(0%) hue-rotate(155deg) brightness(5%) contrast(0%)}}}@include min($md){display:none}}.header-middle-area{display:flex;align-items:center;justify-content:flex-end;margin-left:-1rem;margin-right:-1rem;.header-box{@include center;flex-direction:column;padding-left:1rem;padding-right:1rem;&-image{width:2.8rem;height:2.8rem;position:relative;display:block;margin-bottom:1rem;@include imgcenter}&-title{>a{font-size:1.2rem;color:$text-color}}}}}@include max($md){margin-bottom:2.4rem;.header-middle{.header-middle-area{display:none}}}}.header-phone{>a{color:#E1E1E1;font-size:1.3rem;font-weight:300;display:flex;align-items:center;flex-wrap:wrap;&:hover{text-decoration:underline}i{margin-right:.6rem}}@include min($md){margin-right:2rem}@include max($sm){display:none}}.header-whatsapp{>a{color:#E1E1E1;font-size:1.3rem;font-weight:300;display:flex;align-items:center;flex-wrap:wrap;&:hover{text-decoration:underline}i{margin-right:.6rem}}@include min($md){margin-right:2rem}}.header-mail{>a{color:#E1E1E1;font-size:1.3rem;font-weight:300;display:flex;align-items:center;flex-wrap:wrap;&:hover{text-decoration:underline}i{margin-right:.6rem}}}.menu-items-row1{display:flex;margin-right:1.8rem;li{a{color:#E1E1E1;display:block;font-size:1.3rem;font-weight:300;padding-left:2rem;&:hover{text-decoration:underline}}}@include max($md){display:none}}.user-menu-1{display:flex;align-items:center;padding-right:2rem;& &-text{display:flex;align-items:center;>a{color:#E1E1E1;font-size:1.3rem;font-weight:300;display:block;text-align:right;position:relative;margin-right:2rem;&:last-child{margin-right:0}&:hover{text-decoration:underline}}}@include max($md){display:none}}body{&.cart-content-active{.cart-content{right:0;box-shadow:-2px 0 5px 0 rgb(0 0 0 / .1)}}@include max($md){&.cart-content-active{overflow:hidden;position:fixed;height:100%;width:100%;left:-280px}}}.cart-menu-1{>a{display:flex;align-items:center;position:relative;.cart-amount{display:none;font-size:1.4rem;font-weight:500;color:$primary-text-color;margin-left:.9rem}}}.cart-menu{>a{display:flex;align-items:center;position:relative;.cart-amount{display:none;font-size:1.4rem;font-weight:500;color:$primary-text-color;margin-left:.9rem;@include max($md){color:#6f6f6f}}}}.cart-content{position:fixed;top:0;right:-480px;width:480px;height:100%;background-color:#fff;z-index:101;transition:$transition-base;padding:6rem;overflow-y:auto;.cart-content-title{font-size:1.8rem;font-weight:700;color:$text-color;margin-bottom:1rem}.cart-content-subtitle{font-size:1.6rem;margin-bottom:2rem}.cart-list{border-top:1px solid $border-color;margin-bottom:3rem;.cart-list-item{border-bottom:1px solid $border-color;padding:1.5rem 0;display:flex;align-items:center;margin-bottom:1.5rem;.cart-list-item-image{flex:0 0 6rem;margin-right:1rem;>span{display:block;width:100%;height:6rem;background:url("{{ themeAsset('images/nopic_image.png') }}") no-repeat center center;background-size:50% 50%}}.cart-list-item-content{flex:1 0 0%;min-width:0;padding-right:1rem;.cart-list-item-title{color:$text-color;font-size:1.4rem;font-weight:700;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-list-item-brand{display:block;color:$text-color}.cart-list-item-price{font-size:1.4rem;font-weight:700}.cart-list-item-amount{font-size:1.2rem;font-weight:400}}.cart-list-item-delete{color:$text-color;flex:0 0 2rem;opacity:.5;transition:$transition-base;font-size:1.6rem;height:2rem;@include center;overflow:hidden;&:hover{opacity:1}}}}.cart-content-total-price{margin-bottom:3rem;>span{font-size:1.6rem}>div{font-size:1.8rem;font-weight:700}}.cart-content-button{margin-bottom:1.5rem;.btn{font-size:1.6rem;font-weight:700}}.cart-content-empty-icon{position:relative;border-top:1px solid $border-color;border-bottom:1px solid $border-color;height:20rem;margin-bottom:3rem;@include imgcenter;img{width:15rem;height:auto;opacity:.2;filter:invert(23%) sepia(71%) saturate(2052%) hue-rotate(193deg) brightness(90%) contrast(105%)}}@include max($md){right:-280px;width:280px;padding:1.5rem}}body{&.user-menu-content-active{.user-menu-content{right:0;box-shadow:-2px 0 5px 0 rgb(0 0 0 / .1)}}&.user-menu-welcome-active{.user-menu-welcome{right:0;box-shadow:-2px 0 5px 0 rgb(0 0 0 / .1)}}@include max($md){&.user-menu-content-active,&.user-menu-welcome-active{overflow:hidden;position:fixed;height:100%;width:100%;left:-280px}}}.user-menu{>a{display:block;position:relative;img{height:2.5rem;filter:invert(0%) sepia(100%) saturate(0%) hue-rotate(155deg) brightness(5%) contrast(0%)}}}.user-menu-content,.user-menu-welcome{position:fixed;top:0;right:-480px;width:480px;height:100%;background-color:#fff;z-index:101;transition:$transition-base;overflow-y:auto;padding:6rem;.user-menu-content-top{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid $border-color}.user-menu-title{font-size:1.8rem;font-weight:700;color:$text-color;margin-bottom:1rem}.user-menu-subtitle{font-size:1.6rem;margin-bottom:2rem}.user-menu-input{margin-bottom:1.5rem;input{background-color:#fff;border-radius:0;font-size:1.2rem;color:$text-color;&::placeholder{color:$text-color;opacity:1}}}.user-menu-forgot-pass{text-align:right;display:block;color:$text-color;text-decoration:underline}.user-menu-button{margin-bottom:1.5rem;.btn{font-size:1.6rem;font-weight:700}}.btn-user-menu-signup{background-color:$text-color;color:#fff}.user-menu-profile-list{padding:2rem 0;margin-bottom:2rem;border-top:1px solid $border-color;border-bottom:1px solid $border-color;>a{color:$text-color;font-size:1.6rem;padding:1rem 0;display:block;&:hover{color:$primary-color;text-decoration:underline}}}.user-menu-profile-logout{>a{font-size:1.6rem;font-weight:700}}@include max($md){right:-280px;width:280px;padding:1.5rem}}.logo{display:flex;align-items:center;padding:1.8rem 0 1.4rem;img{max-height:8rem}@include max($md){justify-content:center;padding:1.5rem 0 2rem}}.search{border:1px solid $border-color;border-radius:.3rem;overflow:hidden;form{position:relative;select{width:165px;height:32px;position:absolute;top:50%;transform:translateY(-50%);left:0;border:none;border-right:1px solid $border-color;border-radius:0}input{width:calc(100% - 165px);margin-left:165px;padding:1rem 10rem 1rem 1.5rem;border:none;height:4.5rem;font-size:1.3rem;color:#929292;&::placeholder{opacity:1;color:#929292}}button{position:absolute;top:0;right:0;height:100%;width:8.8rem;background:$primary-color;border:none;border-radius:0 .3rem .3rem 0;padding:0;font-size:1.3rem;font-weight:600;color:$primary-text-color}}@include max($xs){form{select{display:none}input{width:100%;margin-left:0}}}}.menu-items-row2{display:flex;li{a{color:$primary-text-color;display:block;padding:1.3rem 3rem;font-size:1.8rem;font-weight:800;font-family:$font-family2;line-height:2.4rem;&:hover{background:#1B99D9}}}}#navigation{flex:1 0 0%;.category-level-1{>ul{display:flex;>li{width:calc(100%/7);>a{position:relative;display:block;color:$primary-text-color;font-size:1.8rem;font-weight:800;padding:1.3rem .5rem;font-family:$font-family2;line-height:2.4rem;text-align:center;&:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:33px;background:#3874B0}}&.has-sub-category{>a{}}&.active{>a{background-color:#1B99D9;&:after{content:none}}>.category-level-2{display:block}}}}}.category-level-2{position:absolute;top:100%;left:0;width:100%;background-color:#fff;display:none;z-index:101;padding:2rem 2rem 2rem 5rem;ul.secondary-category{display:flex;flex-wrap:wrap;padding-top:1rem;margin-left:-1.2rem;margin-right:-1.2rem;>li{flex:0 0 50%;margin-bottom:2rem;padding-left:1.2rem;padding-right:1.2rem;>a{display:block;color:$text-color;font-size:1.9rem;margin-bottom:1rem;font-family:$font-family2;line-height:2.5rem;&:only-child{margin-bottom:0}}&.navigation-category-image{flex:0 0 20%;>a{text-align:center;div{position:relative;width:10rem;height:10rem;margin:0 auto 1rem;@include imgcenter}}}&:hover{>a{color:$primary-color}}}}.navigation-banner{display:flex;justify-content:flex-end}}.category-level-3{>ul{>li{>a{display:block;color:$text-color2;margin-bottom:.8rem}&:hover{>a{color:$primary-color}}&.navigation-show-all{font-style:italic;text-decoration:underline}}}}@include max($md){display:none}}.toggle-bar{width:3rem;height:3rem;align-items:center;justify-content:center;font-size:2rem;color:#6f6f6f;display:none;cursor:pointer;z-index:1;@include max($md){display:flex}}#main{.entry-row-1{margin-bottom:6rem}.entry-row-2{margin-bottom:1.5rem}.entry-row-3{padding:5rem 0 5.4rem;background:url("{{ themeAsset('images/about-bg.png') }}") left top;margin-bottom:7.5rem;.main-area{&-title{position:relative;padding-left:1.5rem;margin-bottom:3.6rem;&:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:65px;width:3px;background:$primary-color;@include max($md){height:100%}}>div{font-size:5rem;font-weight:700;color:$text-color;line-height:4.6rem;margin-bottom:.5rem;@include max($md){font-size:3rem;line-height:3rem}}>span{font-size:1.6rem;font-weight:700;color:$text-color2;line-height:1.8rem;@include max($md){font-size:1.5rem}}}&-content{font-size:1.6rem;color:#505050;line-height:2.3rem;margin-bottom:1.6rem;span{font-size:1.8rem;font-weight:500;@include min($md){display:block}}@include min($md){overflow-y:auto;height:9.2rem}}&-button{display:flex;align-items:center;&-link{display:inline-flex;>a{font-size:1.5rem;font-weight:500;color:$primary-text-color;line-height:2.4rem;border-radius:.3rem;background:$primary-color;padding:.9rem 2.4rem;@include center;&:hover{@include min($md){background:$primary-hover-color}}}@include min($sm){margin-right:2rem}}.video-popup{>a{display:flex;align-items:center;font-size:1.4rem;font-weight:600;color:$text-color;line-height:2.2rem;img{margin-left:.6rem}}}@include max($sm){display:block;&-link{margin-bottom:2.4rem}}}&-image{@include min($md){position:absolute;right:0;top:-8.5rem}@include max($sm){margin-bottom:3rem}}}}.entry-row-4{margin-bottom:10.5rem}.entry-row-5{.banner{margin-bottom:6rem}@include max($sm){margin-bottom:3rem;.banner{text-align:center;margin-bottom:3rem}}}}.banner-hover{@include min($md){overflow:hidden;img{transition:$transition-base;&:hover{transform:scale(1.1)}}}}$slider-height :552px;#entry-slider{.slider-image{img{height:$slider-height;object-fit:cover;@include max($lg){height:$slider-height * .9}@include max($md){height:$slider-height * .6}@include max($sm){height:$slider-height * .5}@include max($xs){height:$slider-height * .3}}}.slick-dots{align-items:center;>li{>button{width:2rem;height:.5rem;background-color:#fff;border-radius:0}&.slick-active{>button{width:4rem;background-color:$primary-color}}}}@include max($md){.slick-dots{display:none!important}}}.list-tab{&-title{margin-bottom:2.4rem;[data-tab-index]{@include min($md){margin-right:2.4rem;&:last-child{margin-right:0}}a{color:#ABABAB;font-size:1.8rem;font-weight:700;display:flex;height:2.8rem}&.active{a{color:$text-color}}}}&-content{[data-tab-content]{height:0;overflow:hidden;.product-item{padding:0 12px}&.active{height:auto;overflow:visible}}}.product-item{margin-bottom:4.4rem;&:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:$border-color}@include min($md){&:nth-child(5n){&:after{content:none}}}}@include max($md){&-title{overflow-x:auto;scroll-snap-type:x mandatory;[data-tab-index]{scroll-snap-align:start}}&-content{.products-content{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3rem;.product-item{width:38vw}}}}@include max($sm){&-content{.products-content{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3rem;.product-item{width:66vw}}}}}.default-products{.products-header{text-align:center;margin-bottom:2.4rem;font-size:1.8rem;font-weight:700;color:$text-color;line-height:2.4rem}}.similar-products{@include min($md){margin-bottom:7rem}@include max($md){margin-top:3rem}}.default-products{.products-content{.product-item{&:after{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:$border-color}&:first-child{&:after{content:none}}}@include min($md){height:0;overflow:hidden;.slick-list{padding-bottom:2.1rem}&.slick-slider{height:auto;overflow:visible}}@include max($md){flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3rem;.product-item{width:38vw}}@include max($sm){.product-item{width:66vw}}>.slick-arrow{width:3.9rem;height:3.2rem;opacity:1;position:absolute;bottom:-7rem;z-index:2;cursor:pointer;background-repeat:no-repeat;background-color:#fff0;transition:$transition-base;>i{display:none}&.slick-prev{left:50%;margin-left:-3.9rem;background:url("{{ themeAsset('images/icon_arrow.svg') }}") left top;&:hover{background-position:left bottom}}&.slick-next{right:50%;margin-right:-3.9rem;background:url("{{ themeAsset('images/icon_arrow.svg') }}") right top;&:hover{background-position:right bottom}}&.slick-disabled{background-color:#fff0}}}}.showcase-container{>.row{>div{>div{&:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:$border-color}}@include min($md){&:nth-child(4n){>div{&:after{content:none}}}}@include max($md){&:nth-child(2n){>div{&:after{content:none}}}}}}.showcase{margin-bottom:3.8rem}}.offered-products{@include min($md){.products-header{font-size:1.4rem;font-weight:500;color:$primary-text-color;line-height:2.2rem;padding:.7rem 1.8rem;background:$primary-color}}@include max($md){.products-header{text-align:center;margin-bottom:2.4rem;font-size:1.8rem;font-weight:700;color:$text-color;line-height:2.4rem}}.products-content{@include min($md){height:0;overflow:hidden;border:1px solid $border-color;border-top:none;padding:1.5rem;.slick-list{.slick-slide{>div{&:last-child{.product-item{padding-bottom:0!important;margin-bottom:0;border:none}}.product-item{padding-bottom:1rem!important;margin-bottom:1rem;border-bottom:1px solid $border-color}}}}&.slick-slider{height:auto;overflow:visible}}@include max($md){flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3rem;.product-item{width:38vw;&:after{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:$border-color}&:first-child{&:after{content:none}}}}@include max($sm){.product-item{width:66vw}}>.slick-arrow{width:1.3rem;height:.7rem;opacity:1;position:absolute;top:-2rem;z-index:2;cursor:pointer;background-repeat:no-repeat;background-color:#fff0;transition:$transition-base;>i{display:none}&.slick-prev{right:1.8rem;background:url("{{ themeAsset('images/icon-arrow2.svg') }}") right}&.slick-next{right:4rem;background:url("{{ themeAsset('images/icon-arrow2.svg') }}") left}&.slick-disabled{background-color:#fff0}}}}.showcase{position:relative;&:hover{@include min($md){.showcase-image{opacity:.65}.showcase-box{top:50%;opacity:1}}}.showcase-image-container{position:relative}.showcase-image{position:relative;padding-top:100%;overflow:hidden;@include imgcenter}.showcase-content{padding:1.5rem 1rem 0;@include max($xs){padding:1.5rem .7rem 0}.showcase-title{text-align:center;margin-bottom:2.6rem;a{display:block;font-size:1.4rem;line-height:2.1rem;height:4.2rem;overflow:hidden;color:$text-color2}@include max($xs){margin-bottom:1rem;a{height:auto;font-size:1.3rem}}}.showcase-price{@include center;&-new{color:$text-color;font-size:1.7rem;font-weight:600;line-height:2.6rem}&-old{color:#A2A2A2;font-size:1.4rem;line-height:2.2rem;text-decoration:line-through;margin-right:.7rem}@include max($xs){text-align:center;display:block;height:3.5rem;&-new{font-size:1.6rem;line-height:2rem}&-old{font-size:1.3rem;line-height:1.5rem;margin-right:0}}}.discount-label{font-size:1.3rem;font-weight:500;color:$primary-color;line-height:1.5rem;height:1.5rem;width:100%;text-align:center;position:absolute;left:50%;transform:translateX(-50%);margin-top:.6rem}}.showcase-box{position:absolute;left:50%;top:25%;transform:translate(-50%,-50%);width:10.2rem;height:3.5rem;background:$primary-color;box-shadow:0 0 10px rgb(0 0 0 / .16);opacity:0;transition:$transition-base;@include center;>a{position:relative;width:50%;height:100%;@include center;&:first-child{&:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#3677B7}}}}.new-label{position:absolute;z-index:11;left:1rem;top:1.3rem;height:1.6rem;width:5.9rem;font-size:1.3rem;color:$primary-text-color;background:$primary-color;@include center;@include max($xs){width:4rem}@include max($xxs){width:3.5rem;font-size:1rem}}.sold-out-label{position:absolute;z-index:11;left:50%;transform:translateX(-50%);bottom:0;height:3.4rem;width:88%;font-size:1.4rem;font-weight:500;color:$primary-text-color;background:#9A9A9A;@include center;@include max($xs){width:50%;height:2.5rem;font-size:1.3rem}}}.showcase-2{@include min($md){position:relative;display:flex;align-items:center;.showcase-image{position:relative;padding-top:100%;overflow:hidden;width:6rem;height:6rem;margin-right:.8rem;@include imgcenter}.showcase-content{display:flex;align-items:center;justify-content:space-between;padding:0;.showcase-area{flex:1 0 0%;margin-right:1.2rem}.showcase-title{margin-bottom:.4rem;a{display:block;font-size:1rem;line-height:1.3rem;height:3rem;overflow:hidden;color:$text-color2}}.showcase-price{&-new{color:$text-color;font-size:1.4rem;font-weight:600;line-height:1.6rem}&-old{color:#A2A2A2;font-size:1.2rem;line-height:1.3rem;text-decoration:line-through;margin-top:.5rem}}.add-to-cart-button,.no-stock-button{width:2.5rem;height:2.5rem;background:$primary-color;box-shadow:0 0 10px rgb(0 0 0 / .16);@include center;img{width:1.4rem}}}.new-label,.discount-label{display:none}}@include max($md){position:relative;.showcase-image-container{position:relative}.showcase-image{position:relative;padding-top:100%;overflow:hidden;@include imgcenter}.showcase-content{padding:1.5rem 1rem 0;@include max($xs){padding:1.5rem .7rem 0}.showcase-title{text-align:center;margin-bottom:2.6rem;a{display:block;font-size:1.4rem;line-height:2.1rem;height:4.2rem;overflow:hidden;color:$text-color2}@include max($xs){margin-bottom:1rem;a{height:auto;font-size:1.3rem}}}.showcase-price{@include center;&-new{color:$text-color;font-size:1.7rem;font-weight:600;line-height:2.6rem}&-old{color:#A2A2A2;font-size:1.4rem;line-height:2.2rem;text-decoration:line-through;margin-right:.7rem}@include max($xs){text-align:center;display:block;height:3.5rem;&-new{font-size:1.6rem;line-height:2rem}&-old{font-size:1.3rem;line-height:1.5rem;margin-right:0}}}.discount-label{font-size:1.3rem;font-weight:500;color:$primary-color;line-height:1.5rem;height:1.5rem;width:100%;text-align:center;position:absolute;left:50%;transform:translateX(-50%);margin-top:.6rem}}.new-label{position:absolute;z-index:11;left:1rem;top:1.3rem;height:1.6rem;width:5.9rem;font-size:1.3rem;color:$primary-text-color;background:$primary-color;@include center;@include max($xs){width:4rem}@include max($xxs){width:3.5rem;font-size:1rem}}.sold-out-label{position:absolute;z-index:11;left:50%;transform:translateX(-50%);bottom:0;height:3.4rem;width:88%;font-size:1.4rem;font-weight:500;color:$primary-text-color;background:#9A9A9A;@include center;@include max($xs){width:50%;height:2.5rem;font-size:1.3rem}}}}.brands-title{font-size:1.8rem;font-weight:700;color:$text-color;line-height:2.4rem;text-align:center;margin-bottom:2.4rem}.brands-list{.brands-item{>a{display:block;>div{position:relative;padding-top:50%;@include imgcenter}}@include min($md){&:first-child{&:after{content:none}}&:after{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:$border-color}}}.slick-arrow{width:3.9rem;height:3.2rem;opacity:1;position:absolute;bottom:-7rem;z-index:2;cursor:pointer;background-repeat:no-repeat;background-color:#fff0;transition:$transition-base;>i{display:none}&.slick-prev{left:50%;margin-left:-3.9rem;background:url("{{ themeAsset('images/icon_arrow.svg') }}") left top;&:hover{background-position:left bottom}}&.slick-next{right:50%;margin-right:-3.9rem;background:url("{{ themeAsset('images/icon_arrow.svg') }}") right top;&:hover{background-position:right bottom}}&.slick-disabled{background-color:#fff0}}}body.current-page-default-entry{#footer{margin-top:10.5rem;@include max($md){margin-top:6rem}}}#footer{margin-top:6rem;border-bottom:1px solid $border-color;.footer-row-1{padding:1.5rem 0;background:$primary-color}.footer-row-2{padding:2.5rem 0 4.5rem;background:url("{{ themeAsset('images/footer-bg.png') }}") left top;.banner{position:relative;text-align:center;margin-bottom:2.6rem;@include min($md){&:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:1px;width:38%;background:#2D2D2D}&:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:1px;width:38%;background:#2D2D2D}}}@include max($md){background:#121212}}.footer-row-3{padding:3rem 0;text-align:center;.banner{margin-bottom:2rem}.copyright{font-size:1.3rem;color:#686868}}}.shopping-banners{.shopping-banner{display:flex;align-items:center;flex-wrap:wrap;color:$primary-text-color;@include max($md){justify-content:center}&:hover{.shopping-banner-img{animation:jiggle ease-in-out 400ms infinite}}.shopping-banner-img{width:6.5rem;height:5.2rem;position:relative;display:block;transition:all .5s ease-in-out;@include imgcenter}.shopping-banner-content{padding-left:1rem;.shopping-banner-title{font-size:1.3rem;font-weight:500;line-height:2.1rem}.shopping-banner-sub-title{font-size:1.2rem;font-weight:300;line-height:1.9rem}}}}.newsletter{text-align:center;margin-bottom:4.5rem;&-title{margin-bottom:1.5rem;color:$primary-text-color;>div{font-size:1.8rem;font-weight:600;line-height:2.8rem;margin-bottom:.6rem}>span{font-size:1.3rem;line-height:2.1rem}}&-content{form{position:relative;input{width:100%;padding:1rem 6rem 1rem 2.3rem;border:1px solid $border-color;background:#fff;height:5.5rem;color:#686868;font-size:1.4rem;font-weight:300;&::placeholder{opacity:1;color:#686868}}button{position:absolute;top:0;right:0;height:100%;width:5rem;background:url("{{ themeAsset('images/icon-newsletter.svg') }}") no-repeat 50% 50%;border:none;padding:0}}}}.footer-menu-container{.footer-menu{.footer-menu-title{font-size:1.4rem;margin-bottom:1.5rem;font-weight:500;color:$primary-text-color}.footer-menu-content{>ul{>li{margin-bottom:1rem;color:$primary-text-color;font-size:1.3rem;font-weight:300;span{font-weight:400}>a{color:$primary-text-color;transition:$transition-base;&:hover{text-decoration:underline}}}}}}@include max($md){margin-bottom:5rem;.footer-menu{text-align:center}}@include max($sm){text-align:center;&[data-menu-type="accordion"]{text-align:left;.footer-menu{text-align:left;.footer-menu-title{padding:$gutter;border:1px solid $border-color;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;cursor:pointer;&:after{content:'\f067';font-family:"Font Awesome 5 Free";font-weight:900}margin-bottom:$gutter}.footer-menu-content{padding:0 $gutter $gutter;display:none}&.active{.footer-menu-title{&:after{content:'\f068'}}.footer-menu-content{display:block}}}}}}.footer-social{margin-bottom:2.5rem;&-title{font-size:1.4rem;font-weight:500;color:$primary-text-color;margin-bottom:1.2rem}&-content{margin-left:-1.2rem;margin-right:-1.2rem;div{padding-left:1.2rem;padding-right:1.2rem;margin-bottom:1rem;&:last-child{margin-bottom:0}a{display:flex;align-items:center;color:$primary-text-color;transition:$transition-base;&:hover{@include min($md){>span{text-decoration:underline}}}i{@include center;width:1.6rem;height:1.6rem;margin-right:.8rem}span{font-size:1.3rem;@include max($xs){display:none}}}}}@include max($md){text-align:center;&-content{display:flex;align-items:center;justify-content:center;>div{margin-bottom:0}}}}.footer-contact{@include max($md){display:flex;align-items:center;justify-content:center;margin-left:-1.2rem;margin-right:-1.2rem;>div{padding-left:1.2rem;padding-right:1.2rem}}@include max($xxs){display:block;text-align:center}}.footer-phone{margin-bottom:1.2rem;>a{display:flex;align-items:center;flex-wrap:wrap;@include max($xxs){justify-content:center}.footer-phone-box{color:$primary-text-color;>div{font-size:1.4rem;font-weight:300;line-height:2rem;@include max($xs){font-size:1.3rem}}>span{font-size:1.6rem;font-weight:500;line-height:2.2rem;@include max($xs){font-size:1.5rem}}}i{margin-right:1rem}}}.footer-whatsapp{margin-bottom:1.2rem;>a{display:flex;align-items:center;flex-wrap:wrap;@include max($xxs){justify-content:center}.footer-whatsapp-box{color:$primary-text-color;>div{font-size:1.4rem;font-weight:300;line-height:2rem;@include max($xs){font-size:1.3rem}}>span{font-size:1.6rem;font-weight:500;line-height:2.2rem;@include max($xs){font-size:1.5rem}}}i{margin-right:1rem}}}#scroll-top{position:fixed;z-index:20;right:20px;bottom:20px;display:none;cursor:pointer;@include max($md){display:none!important}}.paginate-wrapper{position:relative;padding:2rem 0;.paginate{display:flex;justify-content:center;@include max($sm){justify-content:space-between}a{@include center;min-width:4.3rem;height:4.3rem;color:#333;border:1px solid $border-color;font-size:1.5rem;padding:0 .2rem;@include max($xs){min-width:3rem;height:3rem}i{display:block;line-height:1.4rem;font-size:1.5rem}}.paginate-content{display:flex;a{margin:0 .8rem}}.paginate-left{a{margin-right:.8rem}}.paginate-right{a{margin-left:.8rem}}.paginate-passive{a{color:$text-color}}.paginate-active{a{color:$text-color}}.paginate-element-active{background-color:$primary-color;color:$primary-text-color;border-color:$primary-color}}}.contentbox-header{margin-bottom:1.3rem;text-align:center;p{font-size:1.2rem;margin-bottom:0;display:block}h4{margin-bottom:0;font-size:1.6rem;font-weight:700;color:$text-color}}.contentbox-body{padding:3rem;border:1px solid $border-color;font-size:1.3rem;color:#787878;line-height:2.5rem;.page-buttons{margin-top:6rem}}body.current-page-page-detail{.contentbox-body{text-align:center}}#breadcrumbs{margin-bottom:3rem;padding:1.5rem;background:#F1EFEF;@include max($md){overflow-x:auto;scroll-snap-type:x mandatory;margin-bottom:1.2rem;padding-bottom:1rem}ol{display:flex;padding:0;margin:0;align-items:center;li{i{font-size:1.2rem;margin:0 1rem;font-style:normal;&:before{content:'/'}}span{display:flex;align-items:center;white-space:nowrap;color:$text-color;font-size:1.3rem}a{color:$text-color;&:hover{span{span{color:$primary-color}}}}@include max($md){span{font-size:1.2rem}}}}}@include max($sm){.block-item{&[data-type="filter-product-groups"]{display:block;margin-bottom:0;border:none;.block-item-title{display:none}.block-item-content{display:block;padding:0}}&[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:$gutter;transition:$transition-base;overflow-y:auto;-webkit-overflow-scrolling:touch;.filter-menu-category{display:none}}.filter-menu-active{left:280px;overflow:hidden;position:fixed;height:100%;width:100%;.filter-menu,.horizontal-filter-menu{left:0}}#filter-wrapper{@include max($sm){margin-bottom:2rem}display:none;&.has-sorting-option:not(.has-filter-option){display:block;.filter-wrapper-header{display:none}.filter-wrapper-content{#sorting-options{display:block}}}&.has-filter-option{display:block;.filter-wrapper-content{#sorting-options{display:none}}}}.sorting-options-content-active{#filter-wrapper{.filter-wrapper-content{#sorting-options{display:block}}}}}.filter-menu-overlay,.filter-wrapper-header{@include min($sm){display:none!important}}.horizontal-filter-menu{padding:1.5rem;border:1px solid $border-color;margin-bottom:1rem;.horizontal-filter-menu-title{font-size:1.6rem;margin-bottom:1rem}.clear-filters{display:flex;margin-bottom:1rem;a{display:block;padding:.2rem .5rem;background:$gray-color;color:$text-color}}.filter-menu-selected-items{flex:0 0 100%}.filter-menu-groups{margin-bottom:1rem;.filter-menu-group-title{margin-bottom:1rem}}.filter-menu-selected-items{margin-bottom:1rem;.filter-menu-selected-items-title{font-size:1.4rem;margin-bottom:1rem}.filter-menu-selected-items-content{.filter-menu-selected-group{margin-bottom:.5rem;.filter-menu-selected-group-title{margin-right:1rem;margin-bottom:.5rem}.filter-menu-selected-group-content{display:flex;flex-wrap:wrap;.filter-menu-selected-item{margin-right:1rem;margin-bottom:.5rem;flex:0 0 auto;&:last-child{margin-right:0}a{display:block;padding:.2rem .5rem;background:$gray-color;color:$text-color}}}}}}}.cascade-menu{.parent-item{a.selected-item{color:$primary-color}}}.block-item{margin-bottom:2.5rem;&[data-type="filter-product-groups"]{.block-item-title{font-size:1.8rem;font-family:$font-family2;color:$primary-text-color;line-height:2.8rem;text-transform:uppercase;padding:.3rem 1rem;background:$primary-color;margin-bottom:1.5rem}}a{color:$text-color;&:hover{color:$primary-hover-color}}.block-item-title{padding:.3rem 1rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:500;color:#434343;line-height:2.2rem;display:flex;justify-content:space-between;align-items:center;background:#F1EFEF;>i{display:none;@include max($sm){display:block}}}.block-item-content{padding:0}&.active{.block-item-title{>i.fa-angle-down{&:before{content:'\f106'}}}}&[data-type="no-frame"]{.block-item-title{display:none}}}.product-image{position:relative;#product-primary-image{position:relative;padding-top:100%;margin-bottom:3.4rem;@include imgcenter}.new-label{position:absolute;z-index:11;left:1rem;top:1.2rem;height:1.8rem;width:5.9rem;font-size:1.3rem;color:$primary-text-color;background:$primary-color;@include center}}#product-thumb-image{margin-left:-12px;margin-right:-12px;.thumb-item{padding-left:12px;padding-right:12px;>div{>a{padding-top:100%;position:relative;display:block;border:2px solid #fff0;@include imgcenter;&.zoomGalleryActive{border-color:$primary-color}}}}@include max($md){display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;.thumb-item{>div{width:11vw}}}@include max($sm){.thumb-item{>div{width:16vw}}}@include max(376){.thumb-item{>div{width:15vw}}}@include max(321){.thumb-item{>div{width:14vw}}}>.slick-arrow{width:4rem;height:4rem;opacity:1;position:absolute;top:50%;transform:translateY(-50%);z-index:2;cursor:pointer;&.slick-prev{left:10px}&.slick-next{right:10px}>i{display:none}}}.product-list-container{margin-bottom:1.6rem;color:$text-color2;font-size:1.4rem;font-weight:500;.product-list-block{padding:.4rem 0}.product-list-row{display:flex;align-items:baseline;padding:.4rem 0;a{color:$text-color2;transition:$transition-base;&:hover{color:$primary-color}}.product-list-title{flex:0 0 auto;width:30%}.product-list-content{flex:1 1 auto;display:flex;align-items:baseline;word-break:break-word;&:before{content:':';margin-right:1.6rem}}}}.product-title{margin-bottom:.5rem;h1{font-size:2.2rem;font-weight:600;color:$text-color2;line-height:3.5rem;margin-bottom:0}@include max($sm){h1{font-size:1.8rem;line-height:2.8rem}}}.product-price-container{margin-bottom:1.6rem;.product-price{display:flex;align-items:center;&-new,&-old{color:$text-color;font-size:2.4rem;font-weight:600}}&.has-discount{.product-price{.product-price-old{color:#A2A2A2;font-size:2rem;font-weight:400;text-decoration:line-through;padding-right:1.6rem}}}.discount-label{@include center;height:4rem;color:$primary-text-color;font-size:1.5rem;font-weight:500;padding:0 1rem;border-radius:$radius-base;background-color:$primary-color}}.product-options{.product-options-title{font-size:1.3rem;font-weight:500;color:$text-color2;text-transform:uppercase;margin-bottom:1rem}}.variant-select{margin-bottom:2rem;.variant-list{margin-bottom:1rem;&:last-child{margin-bottom:0}select{width:50%!important;@include max($xs){width:100%!important}}}}.variant-plural{margin-bottom:1.4rem;.variant-list{flex:0 0 100%;display:flex;flex-wrap:wrap;margin-bottom:1rem;&:last-child{margin-bottom:0}}span{flex:0 0 auto;border:2px solid $gray-color;padding:.5rem 1rem;cursor:pointer;margin:0 1rem 1rem 0;&:last-child{margin-right:0}&.variant-passive{background-color:$gray-color}&.variant-no-stock{background-color:$gray-color}&.variant-selected{border-color:#3B3B3B}&.variant-image{width:3.2rem;height:3.2rem;padding:0;background:#fff0;border-radius:50%}}}.variant-singular{margin-bottom:2rem;.radio-custom{margin-bottom:1rem}}.product-additional-feature{margin-bottom:2.5rem;&-title{font-size:1.3rem;font-weight:500;color:$text-color2;margin-bottom:1rem}&-content{.selectbox{select.form-control{width:64.66%;height:4rem;border:1px solid $border-color;border-radius:.3rem;font-size:1.3rem;color:$text-color2;@include max($md){width:46%}@include max($sm){width:100%}}}}}.product-cart-buttons{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;margin-bottom:3rem;>div{padding-left:12px;padding-right:12px}.product-buttons-wrapper{flex:1 0 0%;max-width:100%;.product-buttons-row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;>div{flex:1 0 0%;max-width:100%;padding-left:12px;padding-right:12px}}}}.product-qty-wrapper{.product-qty{display:flex;flex-wrap:wrap;border-radius:$radius-base;border:1px solid $border-color;width:11.7rem;height:4.2rem;>a{flex:0 0 3rem;max-width:3rem;@include center;color:$text-color2}>div{flex:1 0 0%;max-width:100%;input{width:100%;height:100%;text-align:center;background-color:#fff0;border:none;font-size:1.3rem;color:$text-color2}}}@include max($xs){margin-bottom:1rem;flex:0 0 100%;max-width:100%;.product-qty{width:100%}}}.product-cart-buttons{a.add-to-cart-button,a.no-stock-button,a.quick-order-button,a.remind-me-button{@include center;height:4.2rem;font-size:1.3rem;padding:0 1rem;border-radius:$radius-base;transition:$transition-base;img{width:1.7rem;margin-right:1rem}@include min($sm){width:18rem}}a.add-to-cart-button{background-color:$primary-color;color:$primary-text-color;&:hover{background-color:$primary-hover-color}}a.no-stock-button{background-color:#A2A2A2;color:$primary-text-color}a.remind-me-button{background-color:$primary-color;color:$primary-text-color;&:hover{background-color:$primary-hover-color}}}.product-social-area{display:flex;align-items:center;margin-bottom:3rem;.product-social-whatsapp{margin-left:2.4rem;>a{display:flex;align-items:center;img{margin-right:1rem}span{font-size:1.3rem;font-weight:300;color:#686868}}}@include max($xxs){.product-social-whatsapp{margin-left:1.2rem;>a{span{font-size:1.2rem}}}}}.product-social{display:flex;align-items:center;margin-left:-.6rem;margin-right:-.6rem;>div{padding-left:.6rem;padding-right:.6rem;>a{@include center;width:3.6rem;height:3.6rem;color:$primary-color;background:#F1EFEF;font-size:1.6rem;transition:$transition-base;border-radius:100%;&.product-social-facebook{&:hover{background-color:#507CBE;color:$primary-text-color}}&.product-social-twitter{&:hover{background-color:#63CDF1;color:$primary-text-color}}&.product-social-pinterest{&:hover{background-color:#F16261;color:$primary-text-color}}&.product-social-whatsapp{&:hover{background-color:#128c7e;color:$primary-text-color}}}}}.product-box{display:flex;align-items:center;>div{margin-right:4rem;&:last-child{margin-right:0}}@include max($xs){display:block;>div{margin-bottom:3rem;margin-right:0;&:last-child{margin-bottom:0}}}}#product-user-buttons{margin-bottom:$gutter;display:flex;flex-wrap:wrap;margin-left:-1.2rem;margin-right:-1.2rem;>div{padding-left:1.2rem;padding-right:1.2rem;a{display:flex;flex-wrap:wrap;color:#4E4E4E;transition:$transition-base;i{font-size:1.6rem}&.add-my-favorites{&.favorite-product{i{font-weight:900;color:#4E4E4E}}}}}@include min($md){margin-left:-1.8rem;margin-right:-1.8rem;>div{padding-left:1.8rem;padding-right:1.8rem}}}.product-detail-tab{margin-bottom:3rem;.product-detail-tab-header{[data-tab-index]{margin-right:2rem;&:last-child{margin-right:0}>a{@include center;position:relative;font-size:1.6rem;font-weight:700;color:#ABABAB;padding-bottom:1.3rem}&.active{>a{color:$text-color;&:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background:$primary-color}}}}}.product-detail-tab-content{border:1px solid $border-color;padding:2rem 2.5rem;[data-tab-content]{height:0;overflow:hidden;>div{padding:1.5rem 0;font-size:1.4rem;color:#787878;line-height:2.3rem}&.active{height:auto;overflow:visible}}}@include max($md){.product-detail-tab-header{overflow-x:auto;[data-tab-index]{>a{}}}}}.product-area-top{@include min($md){margin-bottom:10rem}}.product-extra-details{.product-extra-details-box{margin-bottom:2.4rem;.product-extra-details-title{font-size:1.4rem;font-weight:500;color:$primary-text-color;line-height:2.2rem;padding:.7rem 1.8rem;background:$primary-color}.product-extra-details-content{padding:1.5rem;border:1px solid $border-color;border-top:none;.product-extra-details-content-box{margin-left:-2px;margin-right:-2px;.product-extra-details-content-box-text{.product-extra-details-text-1{display:flex;align-items:center;font-size:1rem;font-weight:600;color:#434343;margin-bottom:.7rem;>span{font-size:.9rem;font-weight:500}}.product-extra-details-text-2{display:flex;align-items:center;font-size:.9rem;font-weight:600;color:#434343;margin-bottom:1rem;>span{font-weight:500}}.product-extra-details-text-3{font-size:.9rem;font-weight:600;color:#434343;padding:.7rem 0;border-top:2px solid $border-color}}.product-extra-details-content-box-title{font-size:1.1rem;font-weight:600;color:#434343;line-height:1.7rem;text-align:center;padding:.3rem 1rem;background:$border-color}.table-1{margin:0;border-color:$border-color;tr{td{width:50%;border-color:$border-color;font-size:.9rem;font-weight:500;color:#434343;padding:.75rem .75rem .75rem 0;&:last-child{font-size:1rem;border-left:1px solid $border-color;text-align:right;padding:.75rem 0 .75rem .75rem}}}}.table-2{margin:0;border-color:$border-color;tr{td{width:50%;border-color:$border-color;font-size:.9rem;font-weight:500;color:#434343;&:first-child{font-weight:500}}}}.product-extra-details-content-image{width:33.33%;padding-left:2px;padding-right:2px;margin-top:.4rem;&:nth-child(-n+3){margin-top:0}>div{border:1px solid $border-color;padding:.5rem;text-align:center;img{margin-bottom:1rem}>div{display:block;font-size:.9rem;color:$text-color;line-height:1.1rem}}}}}}}.btn{font-size:1.2rem;border-radius:$radius-base;transition:$transition-base;&.btn-primary{color:$primary-text-color;background:$primary-color;&:not(.btn-loading):active,&:not(.btn-loading).active,&:not(.btn-loading):hover,&:not(.btn-loading).hover,&:not([disabled]):not(.disabled):active,&:not([disabled]):not(.disabled).active{background:$primary-hover-color;color:$primary-text-color}}&.btn-secondary{color:$gray-text-color;background:$gray-color;&:not(.btn-loading):active,&:not(.btn-loading).active,&:not(.btn-loading):hover,&:not(.btn-loading).hover{color:$gray-text-color;background:$gray-hover-color}}}.btn-loading:before{border-top-color:$primary-color}.loader{.ball-pulse{>div{background-color:$primary-color}}}.loading>div{border-top-color:$primary-color;border-bottom-color:$primary-color}.loading-bar{.loader{background:$primary-color}}.control-label{color:$text-color}.information-content{border:solid 1px $border-color;border-radius:$radius-base;span{border-radius:$radius-base}i{color:darken($gray-color,10%)}}.member-block{li{>a{&.active{color:$primary-color}}&:hover>a:not(.active){color:$primary-color;i.left-icons{color:$primary-color}}}}#featured-product-block{border:none}body.filter-menu-active{@include max($md){#header{z-index:90}}}.filter-menu{.filter-menu-box{margin-bottom:$gutter}.filter-menu-category{.filter-menu-category-title{background-color:#fff0;border:none;padding:1.5rem}.filter-menu-category-content{a{color:$text-color}}.filter-menu-category-top{a{font-weight:600}}}.filter-menu-groups{.filter-menu-group-title{background-color:#fff0;border:none;padding:1.5rem}.filter-menu-group-content{label{color:$text-color}}}.filter-menu-selected-items{.filter-menu-selected-items-title{background-color:#fff0;border:none;padding:1.5rem;font-weight:400}.filter-menu-selected-items-content{padding:1.5rem;.filter-menu-selected-group{.filter-menu-selected-group-title{font-weight:400}}}}@include min($sm){.filter-menu-box{margin-bottom:2.5rem;border:none}.filter-menu-category{.filter-menu-category-title{background-color:#fff0;border:none;padding:0;font-size:1.3rem;font-weight:500;color:$text-color2;line-height:2.1rem;margin-bottom:1.1rem;i{display:inline-block;margin-right:.7rem}}.filter-menu-category-content{padding:0;border:none;a{color:$text-color2;font-size:1.3rem;padding:.5rem 0;&:hover{color:$primary-color}i{display:none}}}.filter-menu-category-top{a{font-size:1.3rem;font-weight:500;color:$text-color2;padding:1rem 0 0;i{width:1.3rem;height:1.2rem;margin-right:.6rem;background:url("{{ themeAsset('images/icon-all-category.svg') }}") no-repeat 50% 50%;&:before{content:none}}}}}.filter-menu-groups{.filter-menu-group-title{border:none;padding:.3rem 2rem .3rem 1rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:500;color:#434343;line-height:2.2rem;background:#F1EFEF url("{{ themeAsset('images/icon-plus.svg') }}") no-repeat 97% 50%;&.active{background:#F1EFEF url("{{ themeAsset('images/icon-minus.svg') }}") no-repeat 97% 50%}}.filter-menu-group-content{display:none;padding:0;label{color:$text-color2;font-size:1.3rem;padding-left:3rem;&:hover{color:$primary-color}}input[type=checkbox]+label:before{border:none;border-radius:.3rem;width:1.9rem;height:1.8rem;background-color:#fff;background-image:url("{{ themeAsset('images/icon-checkbox.svg') }}");background-position:top;background-size:1.9rem;top:50%;transform:translateY(-50%)}input[type=checkbox]:checked+label:before{background-image:url("{{ themeAsset('images/icon-checkbox.svg') }}");background-position:bottom}.scrollbar-inner{.scroll-element{width:.5rem;border-radius:.8rem;.scroll-element_outer{.scroll-element_track{background:#EEE;opacity:1}.scroll-bar{background:$primary-color;opacity:1}}}}}}.filter-menu-selected-items{.filter-menu-selected-items-title{background-color:#fff0;border:none;padding:0;margin-bottom:.8rem;font-size:1.2rem;font-weight:500;color:$text-color2;line-height:1.9rem}.filter-menu-selected-items-content{padding:0;.filter-menu-selected-group{.filter-menu-selected-group-title{font-weight:400;display:none}.filter-menu-selected-group-content{.filter-menu-selected-item{a{font-size:1.2rem;color:$text-color2;line-height:1.9rem;padding:.8rem 1rem;background:#F1EFEF;border-radius:0;i{width:1.4rem;height:1.4rem;background:url("{{ themeAsset('images/icon-delete.svg') }}") no-repeat 50% 50%;&:before{content:none}}}}}}}}}}#head-content{margin-bottom:2.4rem}#filter-wrapper{@include min($md){.filter-wrapper-content{#sorting-options{padding:.6rem 1.6rem;border:1px solid $border-color;border-radius:.3rem;margin-bottom:2.4rem;.form-horizontal{>.row{align-items:center}label{font-size:1.3rem;color:$text-color2;padding-left:3rem}.record-count{font-size:1.3rem;font-weight:500;color:$text-color2}input[type=checkbox]+label:before{border:none;border-radius:.3rem;width:1.9rem;height:1.8rem;background-color:#fff;background-image:url("{{ themeAsset('images/icon-checkbox.svg') }}");background-position:top;background-size:1.9rem;top:50%;transform:translateY(-50%)}input[type=checkbox]:checked+label:before{background-image:url("{{ themeAsset('images/icon-checkbox.svg') }}");background-position:bottom}select{font-size:1.3rem;color:$text-color2;border-radius:0;border:none;background-color:#fff0;background-image:url("{{ themeAsset('images/icon-select.svg') }}");&:focus{box-shadow:unset}}}}}}@include max($xxs){.filter-wrapper-content{#sorting-options{.form-horizontal{select{padding:.6rem 1.8rem .6rem .6rem;background-position:right .8rem center}}}}}}.idea-promotion-bar{padding:0;&.bar-position-top{border-bottom:none}@include max($md){display:none!important}}#checkout-breadcrumbs{.checkout-steps{>a{margin-left:-$gutter;margin-right:-$gutter}}}input[type=checkbox]+label:before,input[type=radio]+label:before{top:50%;transform:translateY(-50%)}body.current-page-cart-index{@include max($xxs){.contentbox-body{padding:0;font-size:1.2rem}.cart-block{padding:1.6rem 1rem}#cart-container{#cart-items{.cart-item{.cart-item-price{.item-price{font-size:1rem}.item-rebate-price{font-size:1rem}}}}}}#left-column,.left-block,.sidebar,.column-left,#sidebar,.product-filter-area{display:none!important}#right-column,.main-content,.col-sm-9,.content-area{width:100%!important;max-width:100%!important}