@charset "UTF-8";:root{--secondary-color: #E6AC00;--secondary-color2: #FF7800;--theme-color: #2E8B57;--theme-color2: #35A212;--theme-color3: #76A713;--theme-color4: #e0f1db;--theme-color5:#097739;--yellow-color: #FFC107;--light-color: #707070;--light-color2: #AAAAAA;--white-color: #FFFFFF;--black-color: #000000;--dark-color: #242424;--sky-color: #647589;--border-color: #AEAEBF;--border-color2: #E4E4E4;--border-dark: #383434;--bg-gray-color: #F7F8FC;--gray-color: #FAFBFE;--gray-color2: #F5F5F5;--text-gray-color: #555;--font-lato: "Lato", sans-serif;--font-lora: "Lora", serif;--font-poppins: "Poppins", sans-serif;--body-font-size: 1.5rem;--body-font-weight: 400;--body-line-height: 27px;--headings-weight: 700;--transition: all .3s ease 0s;--container-fluid-offset: 10rem;--bg-color: #EDEDED;--account-danger: #dc3545}.color-scheme-1{--secondary-color: #F65005}.color-scheme-2{--secondary-color: #3CB815}.color-scheme-3{--secondary-color: #76A713}*,*:after,*:before{box-sizing:border-box}html,body{min-height:100%;margin:0;font-size:62.5%;padding:0}body{font-family:var(--font-lato);font-size:var(--body-font-size, 15px);font-weight:var(--body-font-weight);font-style:normal;line-height:var(--body-line-height, 27px);position:relative;visibility:visible;overflow-x:hidden;color:var(--black-color);background-color:var(--bg-color);padding-top:48px}@media only screen and (max-width: 991px){html,body{min-height:100%;height:auto;overflow-x:hidden;overflow-y:auto}body{font-size:14px;line-height:25px;min-height:auto;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.modern-footer,footer{position:relative;z-index:1}footer{margin-bottom:calc(65px + env(safe-area-inset-bottom))}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:var(--headings-weight);margin:0}h1,.h1{font-size:2.6rem;line-height:3.5rem;font-weight:var(--headings-weight);font-family:var(--font-lora)}@media only screen and (min-width: 480px){h1,.h1{font-size:2.8rem;line-height:3.8rem}}@media only screen and (min-width: 576px){h1,.h1{font-size:3.2rem;line-height:4rem}}@media only screen and (min-width: 768px){h1,.h1{font-size:3.5rem;line-height:4.2rem}}@media only screen and (min-width: 992px){h1,.h1{font-size:4rem;line-height:5.2rem}}@media only screen and (min-width: 1200px){h1,.h1{font-size:4.2rem;line-height:5.2rem}}@media only screen and (min-width: 1366px){h1,.h1{font-size:4.5rem;line-height:5.5rem}}@media only screen and (min-width: 1600px){h1,.h1{font-size:5rem;line-height:6rem}}h2,.h2{font-size:2.2rem;line-height:2.8rem;font-weight:500;font-family:var(--font-lora)}@media only screen and (min-width: 768px){h2,.h2{font-size:2.4rem;line-height:2.6rem}}@media only screen and (min-width: 992px){h2,.h2{font-size:2.6rem;line-height:2.8rem}}@media only screen and (min-width: 1600px){h2,.h2{font-size:2.8rem;line-height:3rem}}h3,.h3{font-size:1.7rem;line-height:2.4rem;font-weight:500}@media only screen and (min-width: 768px){h3,.h3{font-size:1.8rem;line-height:2.5rem}}@media only screen and (min-width: 992px){h3,.h3{font-size:2rem;line-height:2.8rem}}@media only screen and (min-width: 1600px){h3,.h3{font-size:2.3rem;line-height:3rem}}h4,.h4{font-size:1.5rem;line-height:2.7rem;font-weight:400}@media only screen and (min-width: 480px){h4,.h4{font-size:1.6rem;line-height:3rem}}@media only screen and (min-width: 768px){h4,.h4{font-size:1.7rem;line-height:3rem}}h5,.h5{font-size:1.5rem;line-height:2.4rem;font-weight:400}@media only screen and (min-width: 768px){h5,.h5{font-size:1.6rem;line-height:2.6rem}}h6,.h6{font-size:1.6rem;line-height:2.6rem;font-weight:400}@media only screen and (min-width: 768px){h6,.h6{font-size:1.6rem;line-height:2.6rem}}p,.p{margin-top:0;margin-bottom:1.8rem}@media only screen and (min-width: 768px){p,.p{line-height:2.5rem}}p:last-child{margin-bottom:0}a,button{display:inline-block;cursor:pointer;transition:var(--transition);text-decoration:none;color:inherit}a,button,img,input,textarea{transition:var(--transition)}*:focus{outline:none;box-shadow:none}a:focus{text-decoration:none;outline:none}a:hover{text-decoration:none;color:var(--secondary-color)}button,input[type=submit]{cursor:pointer;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}input[type=number]{-moz-appearance:textfield}img{max-width:100%;height:auto}span{display:inline-block;transition:var(--transition)}label{transition:var(--transition);display:block}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}ul{margin:0;padding:0}ul:last-child{margin-bottom:0}li{list-style:none;line-height:1}hr{border-top-width:2px}.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto}.container{padding-right:1.5rem;padding-left:1.5rem}.container-fluid{--offset-fluid: 1.5rem;padding-right:var(--offset-fluid);padding-left:var(--offset-fluid)}@media only screen and (min-width: 768px){.container-fluid{--offset-fluid: 3rem}}@media only screen and (min-width: 1200px){.container-fluid{--offset-fluid: calc(var(--container-fluid-offset) / 2.7)}}@media only screen and (min-width: 1366px){.container-fluid{--offset-fluid: calc(var(--container-fluid-offset) / 1.7)}}@media only screen and (min-width: 1600px){.container-fluid{--offset-fluid: var(--container-fluid-offset)}}@media only screen and (min-width: 576px){.container{max-width:576px}}@media only screen and (min-width: 768px){.container{max-width:768px}}@media only screen and (min-width: 992px){.container{max-width:960px}}@media only screen and (min-width: 1200px){.container{max-width:1200px}}@media only screen and (min-width: 1400px){.container{max-width:1200px}}.row{--bs-gutter-x: 3rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-bottom:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media only screen and (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width: 1600px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}@media only screen and (min-width: 576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}}@media only screen and (min-width: 768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}}@media only screen and (min-width: 992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}}@media only screen and (min-width: 1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.col-xl-none{display:none}}@media only screen and (min-width: 1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.col-xxl-block{display:block}}@media only screen and (max-width: 767px){.row{margin-right:-10px;margin-left:-10px}.row>*{padding-right:10px;padding-left:10px}}@media only screen and (max-width: 575px){.d-sm-none{display:none}}@media only screen and (max-width: 479px){.row{margin-right:-8px;margin-left:-8px}.row>*{padding-right:8px;padding-left:8px}.d-sm-2-none{display:none}.custom-col{width:100%}}.row-reverse{flex-direction:column-reverse}@media only screen and (max-width: 991px){.row-md-reverse{flex-direction:column-reverse}}.d-flex{display:flex}.align-items-center{align-items:center}.align-self-center{align-self:center}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.d-none{display:none!important}.display-block{display:block}@media only screen and (min-width: 768px){.d-md-flex{display:flex!important}}@media only screen and (min-width: 992px){.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}}@media only screen and (min-width: 1200px){.d-xl-block{display:block!important}}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media only screen and (max-width: 1599px){.d-xxl-none{display:none}.d-xxl-flex{display:flex}}@media only screen and (max-width: 1199px){.d-xl-none{display:none}.d-xl-flex{display:flex}}@media only screen and (max-width: 991px){.d-md-none{display:none}.d-md-block{display:block}}@media only screen and (max-width: 767px){.d-md-2-none{display:none}.d-md-2-block{display:block}.d-md-2-flex{display:flex}}.btn{font-size:1.4rem;font-weight:var(--body-line-height);line-height:3.6rem;display:inline-block;height:3.6rem;padding:0 1.8rem;letter-spacing:.2px;border-radius:25px;background:var(--theme-color);color:var(--white-color);border:0}.btn:hover{background:var(--secondary-color);color:var(--white-color)}@media only screen and (min-width: 768px){.btn{line-height:4rem;height:4rem;padding:0 2.2rem}}@media only screen and (min-width: 992px){.btn{line-height:4.2rem;height:4.2rem;padding:0 2.5rem}}@media only screen and (min-width: 1200px){.btn{line-height:4.4rem;height:4.4rem;padding:0 2.8rem}}select{word-wrap:normal;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}.offcanvas__menu2{overflow-y:auto;display:flex;flex-direction:column;gap:10px;position:fixed;top:0;left:-100%;width:300px;height:100%;background-color:#fff;transition:left .3s ease;z-index:1000}.offcanvas__menu2.open{top:0;left:0;width:100%;max-width:300px;height:100vh}.offcanvas__menu2--close{position:relative;align-self:center;width:2rem;height:2rem;padding:0;text-indent:-9999px;border:none;background-color:transparent}.offcanvas__menu2--close:before,.offcanvas__menu2--close:after{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;content:"";transform:rotate(45deg);background-color:var(--black-color)}.offcanvas__menu2--close:after{transform:rotate(-45deg)}.offcanvas__menu2_ul{overflow:auto;margin:0;padding:0;list-style:none;max-height:300px;display:flex;flex-direction:column;gap:10px}.offcanvas__menu2_li{border-bottom:1px solid}.offcanvas__menu2_item{line-height:1;display:block;padding:15px 20px;text-transform:uppercase}.categories-moblie-row{display:flex;justify-content:center}.categories-moblie-col{text-align:center;padding:10px;border:1px solid #ccc;border-radius:8px;margin:5px;background:var(--gray-color)}.categories-moblie-svg{width:40px;height:40px;margin-bottom:10px}.categories-moblie-p{font-size:1rem;font-weight:700;margin-top:10px}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}#scroll__top{position:fixed;bottom:70px;right:25px;z-index:99;outline:none;background-color:var(--theme-color);color:var(--white-color);box-shadow:0 2px 22px #00000029;cursor:pointer;transform:translateY(50px);opacity:0;visibility:hidden;transition:.3s;width:4.3rem;height:4.3rem;line-height:1;border-radius:50%;border:0;display:flex;align-items:center;justify-content:center}#scroll__top:hover{background:var(--secondary-color)}#scroll__top.active{visibility:visible;opacity:1;transform:translateY(0)}#scroll__top svg{width:25px;line-height:1}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.break{word-break:break-word}.capitalize{text-transform:capitalize}.text-white{color:var(--white-color)}.text-black{color:var(--black-color)}.body__background{background:var(----gray-color)}.bg__primary{background:var(--secondary-color)}.bg__primary2{background:var(--secondary-color2)}.bg__secondary{background:var(--theme-color)}.bg__gray--color{background:var(--bg-gray-color)}.bg__white{background:var(--white-color)}.product__bg{background:var(--gray-color2)}.bg__black{background:var(--black-color)}.text__primary{color:var(--secondary-color)}.text__secondary{color:var(--theme-color)}.position__relative{position:relative}.border-bottom{border-bottom:1px solid var(--border-color2)}.border-0{border:none}.border-radius-5{border-radius:.5rem}.border-radius-10{border-radius:1rem}.tab_content{display:block}.tab_pane{display:none;transition:var(--transition)}.tab_pane:not(.show){opacity:0}.tab_pane.show{opacity:1}.tab_pane.active{display:block}body.overlay__active,.mobile_menu_open,.predictive__search--box_active,.offCanvas__minicart_active,.offcanvas__filter--sidebar_active{overflow-y:hidden}body.overlay__active:before,.predictive__search--box_active:before,.mobile_menu_open:before,.offCanvas__minicart_active:before,.offcanvas__filter--sidebar_active:before{position:absolute;content:"";background:#000;width:100%;height:100%;z-index:999;opacity:.5;cursor:crosshair}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate-fadeInDown{animation-name:fadeInDown}.section--padding{padding-top:2rem;padding-bottom:6rem}@media only screen and (min-width: 768px){.section--padding{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width: 992px){.section--padding{padding-top:2rem;padding-bottom:2rem}}@media only screen and (min-width: 1200px){.section--padding{padding-top:4rem;padding-bottom:4rem}}@media only screen and (min-width: 1600px){.section--padding{padding-top:8rem;padding-bottom:8rem}}.section--nargin{margin-top:6rem;margin-bottom:6rem}@media only screen and (min-width: 768px){.section--nargin{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width: 992px){.section--nargin{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width: 1200px){.section--nargin{margin-top:10rem;margin-bottom:10rem}}.pb-0{padding-bottom:0}.m-0{margin:0}.mt-0{margin-top:0}.mb-60{margin-bottom:3.5rem}@media only screen and (min-width: 768px){.mb-60{margin-bottom:4rem}}@media only screen and (min-width: 992px){.mb-60{margin-bottom:6rem}}.mb-55{margin-bottom:3rem}@media only screen and (min-width: 768px){.mb-55{margin-bottom:3.5rem}}@media only screen and (min-width: 992px){.mb-55{margin-bottom:4rem}}@media only screen and (min-width: 1600px){.mb-55{margin-bottom:5.5rem}}.mb-50{margin-bottom:3.2rem}@media only screen and (min-width: 768px){.mb-50{margin-bottom:4rem}}@media only screen and (min-width: 992px){.mb-50{margin-bottom:5rem}}.mb-40{margin-bottom:2.5rem}@media only screen and (min-width: 768px){.mb-40{margin-bottom:3rem}}@media only screen and (min-width: 992px){.mb-40{margin-bottom:3.2rem}}@media only screen and (min-width: 1600px){.mb-40{margin-bottom:4rem}}.mb-35{margin-bottom:2.5rem}@media only screen and (min-width: 768px){.mb-35{margin-bottom:2.8rem}}@media only screen and (min-width: 992px){.mb-35{margin-bottom:3rem}}@media only screen and (min-width: 1200px){.mb-35{margin-bottom:3.5rem}}.mb-30{margin-bottom:3rem}.mb--n30{margin-bottom:-3rem}.mb-28{margin-bottom:2.8rem}.mb--n28{margin-bottom:-2.8rem}.mb-25{margin-bottom:1.8rem}@media only screen and (min-width: 992px){.mb-25{margin-bottom:2.5rem}}.mb-20{margin-bottom:1.5rem}@media only screen and (min-width: 768px){.mb-20{margin-bottom:2rem}}.mb-15{margin-bottom:1rem}@media only screen and (min-width: 768px){.mb-15{margin-bottom:1.5rem}}.mb-12{margin-bottom:1rem}@media only screen and (min-width: 992px){.mb-12{margin-bottom:1.2rem}}.mb-10{margin-bottom:.8rem}@media only screen and (min-width: 992px){.mb-10{margin-bottom:1rem}}.mb-8{margin-bottom:.8rem}.header{background-color:var(--white-color)}.offcanvas__header--menu__open{line-height:1}@media only screen and (max-width: 991px){.offcanvas__header--menu__open{display:block}}.offcanvas__header--menu__open--svg{width:32px}.offcanvas__header--menu__open--btn>*{pointer-events:none}.offcanvas__header{position:fixed;z-index:9999;top:0;left:0;width:100%;max-width:300px;height:100vh;transition:var(--transition);transform:translate(-100%);background-color:var(--white-color);box-shadow:0 0 10px #00000026;opacity:0;visibility:hidden}@media only screen and (min-width: 480px){.offcanvas__header{max-width:320px}}.offcanvas__header.open{transform:translate(0);opacity:1;visibility:visible}.offcanvas__header.open~.offcanvas-overlay{visibility:visible;opacity:.75}.offcanvas-overlay{position:fixed;z-index:9998;top:0;left:0;visibility:hidden;width:100%;height:100%;transition:var(--transition);opacity:0;background-color:var(--black-color)}.offcanvas__inner{position:relative;height:100%;padding-bottom:5rem}.offcanvas__logo{display:flex;align-items:center;justify-content:space-between;padding:20px 15px}.offcanvas__close--btn{position:relative;align-self:center;width:2rem;height:2rem;padding:0;text-indent:-9999px;border:none;background-color:transparent}.offcanvas__close--btn:before,.offcanvas__close--btn:after{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;content:"";transform:rotate(45deg);background-color:var(--black-color)}.offcanvas__close--btn:after{transform:rotate(-45deg)}.offcanvas__menu{overflow-y:auto;height:100%}.offcanvas__menu_ul{overflow:auto;margin:0;padding:0;list-style:none;max-height:300px;display:block}.offcanvas__menu_li{position:relative;border-bottom:1px solid var(--border-color2)}.offcanvas__menu_li:first-child{border-top:1px solid var(--border-color2)}.offcanvas__menu_item{line-height:1;display:block;padding:15px 20px;text-transform:uppercase}.offcanvas__sub_menu{display:none;margin:0;padding:0;list-style:none}.offcanvas__sub_menu_li{position:relative;border-top:1px solid var(--border-color2)}.offcanvas__sub_menu_item{line-height:1;display:block;padding:15px 0 15px 30px}.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item{padding-left:40px}.offcanvas__sub_menu_toggle{font-size:20px;position:absolute;z-index:9;top:0;right:0;width:4rem;height:4.6rem;padding:0;border:none;border-radius:0;background-color:transparent}.offcanvas__sub_menu_toggle:before,.offcanvas__sub_menu_toggle:after{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";transition:var(--transition);transform:translate(-50%) translateY(-50%);background-color:var(--black-color)}.offcanvas__sub_menu_toggle:not(.active):after{transform:translate(-50%) translateY(-50%) rotate(90deg)}.offcanvas__account--items{padding:28px 17px 20px}.offcanvas__account--items__icon{width:3rem;height:3rem;text-align:center;background:var(--theme-color);line-height:3.8rem;border-radius:50%;color:var(--white-color);display:flex;align-items:center;justify-content:center}.offcanvas__account--items__label{font-size:1.5rem;font-weight:600;margin-left:6px}.offcanvas__account--currency{position:relative;padding:0 17px}.offcanvas__account--currency__menu{font-family:var(--font-poppins);font-weight:500}.offcanvas__account--currency__menu>*{pointer-events:none}.offcanvas__account--currency__submenu{position:absolute;z-index:9;width:100px;box-shadow:0 5px 30px #0000001a;bottom:100%;opacity:0;visibility:hidden;margin-bottom:15px;transition:var(--transition);background:var(--white-color)}.offcanvas__account--currency__submenu.active{opacity:1;visibility:visible;margin-bottom:8px}.offcanvas__stikcy--toolbar{position:fixed;bottom:0;background:var(--white-color);left:0;right:0;z-index:99;box-shadow:0 0 9px #0000001f;padding:10px 20px;display:none}@media only screen and (min-width: 500px){.offcanvas__stikcy--toolbar{padding:10px 40px}}@media only screen and (min-width: 768px){.offcanvas__stikcy--toolbar{padding:10px 60px}}@media only screen and (max-width: 991px){.offcanvas__stikcy--toolbar{display:block;min-height:60px;z-index:999}}.offcanvas__stikcy--toolbar__btn{height:100%;color:var(--theme-color);position:relative;text-align:center}.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon{background:var(--secondary-color);color:var(--theme-color)}.offcanvas__stikcy--toolbar__btn>*{pointer-events:none}.offcanvas__stikcy--toolbar__icon{width:3rem;height:3rem;text-align:center;background:var(--theme-color);line-height:3.8rem;border-radius:50%;color:var(--white-color);display:flex;align-items:center;justify-content:center}.offcanvas__stikcy--toolbar__icon:hover{transform:scale(1.5);color:#ff5733}.offcanvas__stikcy--toolbar__label{color:#000;display:block;font-size:1.2rem;font-weight:600;margin-top:6px}.header__sticky.sticky{position:fixed;width:100%;top:0;background:var(--white-color);left:0;z-index:99;padding:1rem .5rem;box-shadow:0 0 7px #00000026;transition:.3s}.header__sticky.sticky .header__menu.header__sticky--block{display:block!important;padding-left:0}@media only screen and (max-width: 991px){.header__sticky.sticky .header__menu.header__sticky--block{display:none!important}}.header__bottom.bg__secondary.header__sticky.sticky{background:var(--white-color)}.header__topbar{padding:8px 0}@media only screen and (min-width: 768px){.header__topbar{padding:10px 0}}@media only screen and (max-width: 480px){.header__topbar--inner{justify-content:center!important}}.header__shipping{margin-right:15px}@media only screen and (max-width: 767px){.header__shipping{margin-right:0}}.header__shipping--icon{vertical-align:middle;margin-right:13px}.delivery_info{color:var(--white-color)}@media only screen and (max-width: 767px){.header__shipping--icon{margin-right:5px;max-width:26px}}.header__shipping--text{font-size:1.4rem;color:var(--theme-color)}@media only screen and (max-width: 767px){.header__shipping--text{text-align:center}}@media only screen and (min-width: 768px){.header__shipping--text{font-size:1.5rem}}.header__topbar--countdown .countdown__text{display:none}@media only screen and (max-width: 767px){.header__topbar--countdown{display:none!important}}.countdown__item{padding-right:10px;margin-right:8px;position:relative}.countdown__item:last-child{padding-right:0;margin-right:0}.countdown__item:last-child:before{display:none}.countdown__item:before{position:absolute;content:":";top:47%;right:0;transform:translatey(-50%);color:var(--white-color);font-size:18px}.countdown__number{width:3.7rem;height:3rem;line-height:3rem;background:var(--white-color);text-align:center}.main__header{padding:5px 0;background-color:var(--white-color)}@media only screen and (min-width:300px){.main__header{padding:5px 0;background-color:var(--white-color)}}@media only screen and (min-width: 900px){.main__header{padding:16px 0;background-color:var(--white-color)}}.main__logo--link{display:block}.main__logo--img{max-width:194px;display:block}@media only screen and (min-width: 480px){.main__logo--img{max-width:194px}}@media only screen and (min-width: 768px){.main__logo--img{max-width:100%}}.main__logo--title{line-height:1}.select{position:relative}.select:before{border-bottom:2px solid var(--black-color);border-right:2px solid var(--black-color);content:"";display:block;height:7px;margin-top:-4px;pointer-events:none;position:absolute;right:18px;top:50%;width:7px;transform-origin:66% 66%;transform:rotate(45deg);opacity:.7}.header__select--inner{border:0;background:var(--gray-color2);height:50px;padding:0 33px 0 18px;border-radius:30px 0 0 30px;-webkit-appearance:none;cursor:pointer}@media only screen and (min-width: 1200px){.header__select--inner{padding:0 43px 0 20px}}.header__search--box{position:relative;width:350px}@media only screen and (min-width: 1200px){.header__search--box{width:462px}}.header__search--input{width:100%;border:0px solid var(--border-color2);border-left:0;height:60px;border-radius:0;padding:0;background-color:var(--theme-color);color:#fff}.header__search--input:focus::-webkit-input-placeholder{color:#fff}@media only screen{.header__search--input{padding:0 142px 0 22px;color:#fff}}.header__search--button{position:absolute;top:0;right:0;height:100%;border:0;font-weight:500;padding:0 30px;font-size:14.5px;color:#fff;background:var(--theme-color)}.header__search--button:hover{background:var(--white-color);color:#000}@media only screen and (min-width: 600px){.header__search--button{padding:0 40px}}.input-group input{border-right:none}.input-group .btn{border-left:none}.header__account--btn{position:relative;width:3rem;height:3rem;text-align:center;background:var(--theme-color);border-radius:50%;color:var(--white-color);display:flex;justify-content:center;align-items:center}.header__account--btn:hover{background:var(--secondary-color);color:var(--white-color)}.menu-container{display:flex;width:100%;background:var(--white-color)}.menu-left{flex:0 0 70%;padding:10px;display:flex;justify-content:center;align-items:center;height:100%;background:var(--white-color)}.menu-right{flex:0 0 30%;padding:10px;display:flex;justify-content:flex-end}ul{list-style-type:none;padding:0;margin:0;display:flex}li{margin-right:10px}.header__account--btn>*{pointer-events:none}.items__count{position:absolute;right:-7px;top:-4px;width:1.7rem;height:1.7rem;font-size:1.2rem;line-height:1.5rem;background:var(--white-color);border:1px solid var(--theme-color);text-align:center;border-radius:50%;color:var(--black-color)}.predictive__search--title{margin-bottom:20px}@media only screen and (min-width: 768px){.predictive__search--title{margin-bottom:22px}}@media only screen and (min-width: 1200px){.predictive__search--title{margin-bottom:30px}}.predictive__search--box{background:var(--white-color);box-shadow:0 -4px 27px #3e467829;position:fixed;left:0;right:0;top:0;opacity:0;visibility:hidden;z-index:9999;pointer-events:none;transition:all .3s ease 0s;transform:translateY(-100%)}.predictive__search--box.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.predictive__search--box__inner{max-width:900px;margin:0 auto;padding:20px 16px;text-align:center}@media only screen and (min-width: 576px){.predictive__search--box__inner{padding:22px 50px}}@media only screen and (min-width: 768px){.predictive__search--box__inner{padding:30px 80px}}@media only screen and (min-width: 992px){.predictive__search--box__inner{padding:30px 150px}}.predictive__search--form{width:100%;position:relative}.predictive__search--input{width:100%;height:4.5rem;border:1px solid var(--border-color2);padding:0 80px 0 15px;font-size:1.6rem;font-weight:400;border-radius:5px}.predictive__search--input:focus{border-color:var(--theme-color)}.predictive__search--input:focus::-webkit-input-placeholder{color:#000}@media only screen and (min-width: 1200px){.predictive__search--input{height:5rem}}.predictive__search--button{position:absolute;top:0;right:0;height:100%;padding:0;background:var(--theme-color);border:0;width:6rem;text-align:center;color:var(--white-color);border-radius:0 5px 5px 0;display:flex;align-items:center;justify-content:center}.predictive__search--button:hover{background:var(--secondary-color)}.predictive__search--close__btn{position:absolute;top:20px;right:40px;padding:0;border:0;background:inherit}@media only screen and (max-width: 576px){.predictive__search--close__btn{right:15px}}.predictive__search--close__btn:hover{color:var(--secondary-color);transform:scale(1.3)}.predictive__search--close__btn>*{pointer-events:none}.categories__menu{width:225px;position:relative}@media only screen and (min-width: 1200px){.categories__menu{width:260px}}@media only screen and (max-width: 991px){.categories__menu{width:260px}}.categories__menu--header{background:var(--theme-color);height:42px;padding:0 14px;cursor:pointer;position:relative;border-left:2px solid var(--theme-color5);border-right:2px solid var(--theme-color5)}@media only screen and (min-width: 768px){.categories__menu--header{height:50px}}@media only screen and (min-width: 992px){.categories__menu--header{height:55px}}@media only screen and (min-width: 1600px){.categories__menu--header{height:65px}}.categories__menu--header.active .categories__arrowdown--icon{transform:rotate(180deg)}.categories__menu--title{font-size:1.5rem;margin-left:16px;line-height:2.2rem}@media only screen and (min-width: 768px){.categories__menu--title{font-size:1.6rem;margin-left:22px}}.categories__menu--svgicon{width:19px;vertical-align:middle;opacity:.5;margin-right:10px}.categories__menu--right__arrow--icon{float:right;opacity:.7}.categories__menu--items{position:relative}.categories__menu--items:last-child .categories__menu--link{border-bottom:0}.categories__menu--items:hover .categories__submenu{opacity:1;visibility:visible;top:0}@media only screen and (max-width: 991px){.categories__menu--items:hover .categories__submenu{top:100%}}.categories__menu--link{display:block;font-size:1.5rem;padding:1.3rem 1.7rem;background:var(--gray-color2);border-bottom:1px solid var(--border-color2)}.categories__menu--link:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}@media only screen and (max-width: 767px){.categories__list--icon{width:18px}}.categories__arrowdown--icon{position:absolute;right:15px;top:44%;transition:.3s}.dropdown__categories--menu{position:absolute;z-index:9999;width:100%;box-shadow:0 5px 30px #0000001a;top:100%;left:0;display:none;opacity:0;visibility:hidden;margin-top:30px;transition:var(--transition);pointer-events:none}.dropdown__categories--menu.active{display:block;opacity:1;visibility:visible;margin-top:0;height:auto;pointer-events:auto}.categories__submenu{position:absolute;top:1.5rem;left:100%;background-color:var(--white-color);box-shadow:0 10px 20px #00000026;width:50rem;padding:2rem;z-index:9;transition:var(--transition);opacity:0;visibility:hidden}@media only screen and (min-width: 992px){.categories__submenu{width:65rem}}@media only screen and (min-width: 1200px){.categories__submenu{width:70rem}}@media only screen and (max-width: 991px){.categories__submenu{width:100%;left:0;top:125%;flex-direction:column}}.categories__submenu--items{width:22%;margin-right:2.5rem}@media only screen and (max-width: 991px){.categories__submenu--items{width:100%;margin-right:0;position:relative}}.categories__submenu--items:last-child{margin-right:0}.categories__submenu--items__text{font-size:1.5rem;line-height:2.5rem;display:block;border-bottom:1px solid var(--border-color);padding-bottom:.8rem;margin-bottom:1.2rem}@media only screen and (min-width: 1200px){.categories__submenu--items__text{font-size:1.6rem}}@media only screen and (max-width: 991px){.categories__submenu--items__text{padding:1.1rem 3.5rem;background:var(--gray-color2);border-bottom:1px solid var(--border-color2);margin-bottom:0}}.categories__submenu--child__items{padding:.7rem 0}@media only screen and (max-width: 991px){.categories__submenu--child__items{padding:0}}.categories__submenu--child__items--link{line-height:2.5rem;color:var(--light-color)}@media only screen and (min-width: 1200px){.categories__submenu--child__items--link{font-size:1.5rem}}@media only screen and (max-width: 991px){.categories__submenu--child__items--link{padding:1.1rem 3.5rem 1.1rem 4.5rem;background:var(--gray-color2);border-bottom:1px solid var(--border-color2);margin-bottom:0;display:block;color:var(--black-color)}}.category__mobile--menu{display:none}@media only screen and (max-width: 991px){.category__mobile--menu{display:block;max-height:360px;overflow-y:auto}}.category__sub--menu{display:none}.category__sub--menu_toggle{font-size:20px;position:absolute;z-index:9;top:0;right:.8rem;width:4rem;height:4.6rem;padding:0;border:none;border-radius:0;background-color:transparent}.category__sub--menu_toggle:before,.category__sub--menu_toggle:after{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";transition:var(--transition);transform:translate(-50%) translateY(-50%);background-color:var(--black-color)}.category__sub--menu_toggle:not(.active):after{transform:translate(-50%) translateY(-50%) rotate(90deg)}.header__menu{padding-left:35px}@media only screen and (min-width: 1200px){.header__menu{padding-left:42px}}.header__menu.header__sticky--block{display:none!important}.header__menu--items{position:relative}.header__menu--items:last-child{margin-right:0}.header__menu--items:hover .header__menu--link{color:var(--secondary-color)}.header__menu--items:hover .header__sub--menu,.header__menu--items:hover .header__mega--menu{visibility:visible;margin-top:0;opacity:1}.header__menu--link{font-size:1.5rem;line-height:2.5rem;font-family:var(--font-poppins);padding:15px 0}@media only screen and (min-width: 1200px){.header__menu--link{font-size:1.6rem;padding:15px 0}}@media only screen and (min-width: 1600px){.header__menu--link{padding:20px 0}}.menu__arrowdown--icon{margin-left:3px}.header__sub--menu{position:absolute;z-index:9;top:100%;left:0;visibility:hidden;margin:20px 0 0;padding:20px;list-style:none;transition:var(--transition);opacity:0;background-color:var(--white-color);box-shadow:0 10px 20px #00000026;border-radius:10px}.header__sub--menu__link{font-size:1.5rem;font-family:var(--font-poppins);display:block;padding:10px 0}.mega__menu--items{position:static}.header__mega--menu{position:absolute;z-index:9;top:100%;left:0;display:flex;flex-wrap:wrap;width:100%;margin:20px 0 0;padding:25px;list-style:none;transition:var(--transition);visibility:hidden;opacity:0;background-color:var(--white-color);box-shadow:0 10px 20px #00000026;border-radius:10px}.header__mega--menu__li{padding:3px 15px;width:25%}.header__mega--subtitle{font-weight:600;font-size:1.6rem;font-family:var(--font-poppins);margin-bottom:15px}.header__mega--sub__menu--title{font-size:1.5rem;font-family:var(--font-poppins);padding:1rem 0;font-weight:300}.account__currency{margin-right:25px;position:relative}@media only screen and (min-width: 1200px){.account__currency{margin-right:32px}}.account__currency--link{font-family:var(--font-poppins);font-weight:500}.account__currency--link:hover span{color:var(--secondary-color)}.account__currency--link:hover svg{color:var(--secondary-color)}.account__currency--link svg{transition:var(--transition)}.account__currency--link>*{pointer-events:none}.account__currency--link.text-white:hover span{color:var(--black-color)}.account__currency--link.text-white:hover svg{color:var(--black-color)}.dropdown__currency{position:absolute;z-index:9;width:100px;box-shadow:0 5px 30px #0000001a;top:100%;opacity:0;visibility:hidden;margin-top:33px;transition:var(--transition);background:var(--white-color)}.dropdown__currency.active{opacity:1;visibility:visible;margin-top:14px}@media only screen and (min-width: 1600px){.dropdown__currency.active{margin-top:19px}}.currency__items:last-child .currency__text{border-bottom:0}.currency__text{display:block;font-size:1.3rem;padding:10px 14px;background:var(--gray-color2);border-bottom:1px solid var(--border-color2)}.currency__text:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}.suport__contact--icon{color:var(--theme-color);margin-right:7px}.suport__contact--text{color:var(--theme-color);line-height:22px;text-align:right}.suport__text--24{display:block}.offCanvas__minicart{position:fixed;width:310px;height:100%;padding:20px 15px 33px;background:var(--white-color);z-index:999;right:0;top:0;transition:.4s;transform:translate(100%);overflow-y:auto;box-shadow:0 0 15px #0500001a}.offCanvas__minicart.active{opacity:1;visibility:visible;transform:translate(0)}@media only screen and (min-width: 480px){.offCanvas__minicart{width:375px}}.minicart__header--top{margin-bottom:10px}.minicart__header--desc{font-size:1.6rem;color:var(--text-gray-color)}@media only screen and (min-width: 480px){.minicart__header--desc{font-size:1.7rem}}.minicart__title{font-weight:600}.minicart__close--btn{padding:0;background:inherit;border:0;line-height:1.5rem;color:var(--black-color)}.minicart__close--btn:hover{color:var(--secondary-color);transform:scale(1.3)}.minicart__close--btn>*{pointer-events:none}.minicart__close--icon{width:22px}.minicart__product{margin-bottom:17px}.minicart__product--items{margin-top:22px;padding-top:22px;border-top:1px solid var(--border-color2)}.minicart__product--remove{border:0;padding:0;background:none;font-size:1.2rem;text-transform:uppercase;text-decoration:underline;font-weight:700;opacity:.7}.minicart__product--remove:hover{color:var(--secondary-color)}.minicart__thumb{width:100px;line-height:1}@media only screen and (min-width: 480px){.minicart__thumb{width:120px}}.minicart__text{width:calc(100% - 100px);padding-left:10px}@media only screen and (min-width: 480px){.minicart__text{width:calc(100% - 120px);padding-left:13px}}.minicart__subtitle{font-size:1.5rem;font-weight:600;line-height:24px;margin-bottom:2px}@media only screen and (min-width: 480px){.minicart__subtitle{font-size:1.6rem}}.color__variant{opacity:.8;margin-bottom:4px;line-height:20px}.minicart__price{margin-bottom:9px}.current__price{font-size:1.3rem;color:var(--theme-color)}.current__price.text-black{color:var(--black-color)}.old__price{font-size:1.3rem;color:var(--light-color2);margin-left:4px;text-decoration:line-through;font-weight:300}.minicart__quantity{margin-right:15px}.quantity__box{text-align:center;display:flex}.quantity__value{display:inline-block;border:1px solid var(--border-color2);margin:0;width:3.3rem;height:3rem;text-align:center;padding:0;background:var(--gray-color2);cursor:pointer;font-size:2rem;font-weight:700}.quantity__value.decrease{margin-right:-4px;border-radius:13px 0 0 13px}.quantity__value.increase{margin-left:-4px;border-radius:0 13px 13px 0}input.quantity__number{text-align:center;border:none;border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);margin:0;width:3.3rem;height:3rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.minicart__amount{padding:13px 0;border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2)}.minicart__amount_list{margin-bottom:10px}.minicart__amount_list:last-child{margin-bottom:0}.minicart__conditions{padding:20px 0}.minicart__conditions--input{vertical-align:middle}.minicart__conditions--label{font-weight:600;letter-spacing:.5px;color:var(--text-gray-color)}.minicart__conditions--link{color:var(--theme-color);text-decoration:underline}.minicart__conditions--link:hover{color:var(--secondary-color);text-decoration:underline}.minicart__button--link{font-size:1.4rem;font-weight:600;line-height:4rem;height:4rem;margin-right:13px}.minicart__button--link:last-child{margin-right:0}.language__currency{margin-right:12px}@media only screen and (max-width: 991px){.language__currency{margin-right:0;padding:5px 20px}}.language__currency--list{position:relative;margin-right:12px;padding-right:12px}.language__currency--list:last-child{margin-right:0;padding-right:0}.language__currency--list:last-child:before{display:none}.language__currency--list:before{position:absolute;content:"";width:1px;height:100%;background:var(--white-color);right:0;top:0}.language__currency--list.style2:before{background:var(--black-color)}.language__switcher--icon__img{vertical-align:middle;margin-right:3px}.language__switcher:hover span{color:var(--secondary-color)}.language__switcher:hover svg{color:var(--secondary-color)}.language__switcher svg{transition:var(--transition)}.language__switcher.text-white:hover span{color:var(--black-color)}.language__switcher.text-white:hover svg{color:var(--black-color)}.dropdown__language{position:absolute;z-index:9;width:100px;box-shadow:0 5px 30px #0000001a;top:100%;opacity:0;visibility:hidden;margin-top:33px;transition:var(--transition);background:var(--white-color)}.dropdown__language.active{opacity:1;visibility:visible;margin-top:16px}.offcanvas__language--switcher{font-weight:500;font-family:var(--font-poppins)}.offcanvas__dropdown--language{position:absolute;z-index:9;width:100px;box-shadow:0 5px 30px #0000001a;bottom:100%;opacity:0;visibility:hidden;margin-bottom:15px;transition:var(--transition);background:var(--white-color)}.offcanvas__dropdown--language.active{opacity:1;visibility:visible;margin-bottom:8px}.language__items:last-child .language__text{border-bottom:0}.language__text{display:block;font-size:1.3rem;padding:10px 14px;background:var(--gray-color2);border-bottom:1px solid var(--border-color2)}.language__text:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}@media only screen and (max-width: 480px){.header__widget--social{display:none!important}}.header__widget--social__list{margin-right:11px}.header__widget--social__list:last-child{margin-right:0}.header__widget--social__icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--theme-color);color:var(--white-color);border-radius:50%}.header__widget--social__icon:hover{background:var(--white-color);color:var(--black-color)}@media only screen and (max-width: 575px){.header__topbar4{padding:12px 0}}@media only screen and (max-width: 991px){.header__topbar4--inner{justify-content:center!important}}@media only screen and (max-width: 767px){.header__topbar4--inner{flex-direction:column}}@media only screen and (max-width: 991px){.header__topbar4--contact__info--flex{justify-content:center!important}}@media only screen and (max-width: 575px){.header__topbar4--contact__info--flex{flex-direction:column}}.header__topbar4--contact__info--list{margin-right:25px}.header__topbar4--contact__info--list:last-child{margin-right:0}@media only screen and (max-width: 575px){.header__topbar4--contact__info--list{margin-right:0;margin-bottom:15px}.header__topbar4--contact__info--list:last-child{margin-bottom:0}}@media only screen and (min-width: 768px){.header__topbar4--contact__info--list{margin-right:30px}}@media only screen and (min-width: 992px){.header__topbar4--contact__info--list{margin-right:35px}}@media only screen and (min-width: 1200px){.header__topbar4--contact__info--list{margin-right:55px}}.header__topbar4--contact__info--svg{vertical-align:middle;color:var(--theme-color);margin-right:6px}.header4__widget--social{margin-left:30px}@media only screen and (min-width: 1200px){.header4__widget--social{margin-left:45px}}@media only screen and (max-width: 991px){.header4__widget--social{margin-left:0;padding:20px 22px 0}}.header4__widget--social__list{margin-right:15px}.header4__widget--social__list:last-child{margin-right:0}.header4__widget--social__icon:hover{color:var(--theme-color)}.hero__slider--items{position:relative;display:flex;align-items:center;height:570px}@media only screen and (min-width: 380px){.hero__slider--items{height:600px}}@media only screen and (min-width: 576px){.hero__slider--items{height:645px}}@media only screen and (min-width: 768px){.hero__slider--items{height:380px}}@media only screen and (min-width: 992px){.hero__slider--items{height:450px}}@media only screen and (min-width: 1200px){.hero__slider--items{height:470px}}@media only screen and (min-width: 1600px){.hero__slider--items{height:680px}}@media only screen and (max-width: 767px){.hero__slider--items__inner .row{flex-direction:column-reverse}}@media only screen and (min-width: 1600px){.slider__items--container{max-width:1600px}}.hero__slider--layer{text-align:right}@media only screen and (max-width: 767px){.hero__slider--layer{margin-bottom:20px}}.hero__slider--items__inner{padding:30px 0}@media only screen and (max-width: 767px){.hero__slider--items__inner{padding:0 0 30px}}@media only screen and (min-width: 1200px){.slider__layer--img{max-width:500px;margin:0 auto}}@media only screen and (min-width: 1366px){.slider__layer--img{max-width:520px}}@media only screen and (min-width: 1600px){.slider__layer--img{max-width:600px}}@media only screen and (min-width: 1800px){.slider__layer--img{max-width:700px}}@media only screen and (max-width: 767px){.slider__layer--img{max-width:400px;margin:0 auto}}@media only screen and (max-width: 479px){.slider__layer--img{max-width:100%;padding:0 30px}}@media only screen and (max-width: 379px){.slider__layer--img{padding:0 15px}}@media only screen and (max-width: 767px){.home1__slider--layer2__img{max-width:288px}}@media only screen and (max-width: 380px){.home1__slider--layer2__img{max-width:100%;padding:0 30px}}@media only screen and (max-width: 767px){.slider__content{text-align:center}}@media only screen and (min-width: 1600px){.slider__content--padding__left{padding-left:200px}}.slider__content--subtitle{font-size:1.8rem;line-height:2.4rem;margin-bottom:10px}@media only screen and (min-width: 576px){.slider__content--subtitle{font-size:2rem;line-height:2.2rem;margin-bottom:13px}}@media only screen and (min-width: 992px){.slider__content--subtitle{font-size:2.2rem;line-height:2.5rem;margin-bottom:13px}}@media only screen and (min-width: 1600px){.slider__content--subtitle{font-size:2.5rem;line-height:2.8rem;margin-bottom:15px}}.slider__content--maintitle{margin-bottom:1.4rem}@media only screen and (min-width: 768px){.slider__content--maintitle{margin-bottom:15px}}@media only screen and (min-width: 992px){.slider__content--maintitle{margin-bottom:1.8rem}}@media only screen and (min-width: 1600px){.slider__content--maintitle{margin-bottom:2.2rem}}.slider__content--desc{margin-bottom:18px}@media only screen and (min-width: 768px){.slider__content--desc{margin-bottom:18px}}@media only screen and (min-width: 992px){.slider__content--desc{font-size:1.7rem;line-height:2.8rem;margin-bottom:25px}}@media only screen and (min-width: 1200px){.slider__content--desc{font-size:1.8rem;line-height:3rem;margin-bottom:28px}}@media only screen and (min-width: 1600px){.slider__content--desc{font-size:2rem;line-height:3.3rem;margin-bottom:40px}}.slider__layer--img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);display:block}.swiper-slide-active .slider__content>*{animation-name:fadeInDown;animation-duration:1.2s;animation-fill-mode:both}.swiper-slide-active .slider__content--subtitle{animation-delay:1.1s}.swiper-slide-active .slider__content--maintitle{animation-delay:.6s}.swiper-slide-active .slider__content--desc{animation-delay:.4s}.swiper-slide-active .slider__btn{animation-delay:.2s}.swiper-slide-active .slider__layer--img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transition:1.4s}.btn.slider__btn{padding:0 23px;font-size:15px}@media only screen and (min-width: 768px){.btn.slider__btn{padding:0 28px}}@media only screen and (min-width: 992px){.btn.slider__btn{padding:0 30px}}@media only screen and (min-width: 1200px){.btn.slider__btn{padding:0 35px}}.btn.slider__btn.style4:hover{background:var(--black-color);color:var(--white-color)}.slider__pagination{bottom:20px!important}@media only screen and (min-width: 768px){.slider__pagination{bottom:20px!important}}@media only screen and (min-width: 1600px){.slider__pagination{bottom:40px!important}}.slider__pagination .swiper-pagination-bullet{width:2.5rem;height:7px;background:var(--theme-color);opacity:1;border-radius:2px}.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color)}.slider__2--bg{background:url(../img/slider/home2-slider1.png);background-position:center center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width: 767px){.slider__2--bg{height:570px}}@media only screen and (max-width: 479px){.slider__2--bg{height:510px}}@media only screen and (max-width: 379px){.slider__2--bg{height:490px}}.swiper-slide-active .slider__content2>*{animation-name:fadeInDown;animation-duration:1.2s;animation-fill-mode:both}.swiper-slide-active .slider__content2--subtitle{animation-delay:1.1s}.swiper-slide-active .slider__content2--maintitle{animation-delay:.6s}.swiper-slide-active .slider__content2--desc{animation-delay:.4s}@media only screen and (max-width: 1365px){.slider__content2{padding-left:4rem}}@media only screen and (max-width: 767px){.slider__content2{text-align:center;padding-left:0}}.slider__content2--subtitle{font-size:1.7rem;line-height:2.6rem;margin-bottom:10px}@media only screen and (min-width: 992px){.slider__content2--subtitle{font-size:1.8rem;margin-bottom:15px}}.slider__content2--maintitle{font-size:2.4rem;line-height:3.2rem;margin-bottom:20px}@media only screen and (min-width: 480px){.slider__content2--maintitle{font-size:2.5rem;line-height:3.2rem;margin-bottom:18px}}@media only screen and (min-width: 768px){.slider__content2--maintitle{font-size:3.2rem;line-height:4.2rem;margin-bottom:22px}}@media only screen and (min-width: 992px){.slider__content2--maintitle{font-size:3.8rem;line-height:5rem;margin-bottom:30px}}@media only screen and (min-width: 1200px){.slider__content2--maintitle{font-size:4rem;line-height:5.2rem}}@media only screen and (min-width: 1600px){.slider__content2--maintitle{font-size:4.5rem;line-height:5.8rem;margin-bottom:37px}}@media only screen and (max-width: 767px){.home2__slider--layer__img2{max-width:320px}}@media only screen and (max-width: 379px){.home2__slider--layer__img2{max-width:100%}}.slider__3--bg{background:url(../img/slider/home3-slider1.png);height:300px;background-position:center center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width: 575px){.slider__3--bg{background-position:25%}}@media only screen and (min-width: 768px){.slider__3--bg{height:265px}}@media only screen and (min-width: 992px){.slider__3--bg{height:340px}}@media only screen and (min-width: 1200px){.slider__3--bg{height:430px}}.slider__3--bg.two{background:url(../img/slider/home3-slider2.png);background-position:center center;background-size:cover;background-repeat:no-repeat}.hero__slider--navigation{right:65px;bottom:15px;top:inherit;left:auto;width:3.5rem;height:3.5rem;padding:0;line-height:3.5rem;background:var(--white-color);border-radius:50%;color:var(--black-color);transition:.3s}.hero__slider--navigation:after{display:none}.hero__slider--navigation:hover{background:var(--theme-color);color:var(--white-color)}@media only screen and (max-width: 991px){.hero__slider--navigation svg{width:10px}}.hero__slider--navigation.swiper-button-next{right:20px}@media only screen and (min-width: 768px){.hero__slider--navigation.swiper-button-next{right:20px}}@media only screen and (min-width: 992px){.hero__slider--navigation.swiper-button-next{right:30px}}@media only screen and (min-width: 768px){.hero__slider--navigation{right:68px;bottom:17px;width:3.8rem;height:3.8rem;line-height:3.8rem}}@media only screen and (min-width: 992px){.hero__slider--navigation{right:85px;bottom:30px;width:4.5rem;height:4.5rem;line-height:4.5rem}}.swiper-slide-active .slider__content3>*{animation-name:fadeInDown;animation-duration:1.2s;animation-fill-mode:both}.swiper-slide-active .slider__content3--subtitle{animation-delay:1.1s}.swiper-slide-active .slider__content3--maintitle{animation-delay:.6s}.swiper-slide-active .slider__content3--subtitle2{animation-delay:.4s}.slider__content3{padding-left:30px}@media only screen and (max-width: 767px){.slider__content3{padding-left:30px;text-align:center;padding-right:30px}}@media only screen and (min-width: 768px){.slider__content3{padding-left:30px}}@media only screen and (min-width: 992px){.slider__content3{padding-left:40px}}.slider__content3--subtitle{font-size:1.6rem;line-height:2.2rem;font-weight:400;margin-bottom:4px}@media only screen and (min-width: 768px){.slider__content3--subtitle{font-size:1.7rem;line-height:2.4rem}}@media only screen and (min-width: 992px){.slider__content3--subtitle{font-size:1.8rem;margin-bottom:8px}}@media only screen and (min-width: 1200px){.slider__content3--subtitle{font-size:2rem;line-height:2.6rem}}.slider__content3--maintitle{font-size:2.2rem;line-height:3rem;font-weight:700;margin-bottom:15px}@media only screen and (min-width: 768px){.slider__content3--maintitle{font-size:2.5rem;line-height:3.2rem;margin-bottom:16px}}@media only screen and (min-width: 992px){.slider__content3--maintitle{font-size:2.8rem;line-height:3.6rem}}@media only screen and (min-width: 1200px){.slider__content3--maintitle{font-size:3rem;line-height:3.8rem}}@media only screen and (min-width: 1366px){.slider__content3--maintitle{font-size:3.5rem;line-height:4.3rem}}@media only screen and (min-width: 1600px){.slider__content3--maintitle{font-size:4rem;line-height:5rem}}.slider__content3--subtitle2{font-size:1.6rem;line-height:2.2rem;font-weight:600}@media only screen and (min-width: 768px){.slider__content3--subtitle2{font-size:1.7rem;line-height:2.4rem}}@media only screen and (min-width: 992px){.slider__content3--subtitle2{font-size:1.8rem}}@media only screen and (min-width: 1200px){.slider__content3--subtitle2{font-size:2rem;line-height:2.6rem}}.slider__4--bg{background:url(../img/slider/home4-slider1.png);height:310px;background-position:center center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center}@media only screen and (max-width: 767px){.slider__4--bg{background-position:13%}}@media only screen and (max-width: 575px){.slider__4--bg{background-position:25%}}@media only screen and (min-width: 576px){.slider__4--bg{height:370px}}@media only screen and (min-width: 768px){.slider__4--bg{height:400px}}@media only screen and (min-width: 992px){.slider__4--bg{height:470px}}@media only screen and (min-width: 1200px){.slider__4--bg{height:515px}}@media only screen and (min-width: 1600px){.slider__4--bg{height:700px}}.slider__4--bg.two{background:url(../img/slider/home4-slider2.png);background-position:center center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width: 767px){.slider__4--bg.two{background-position:13%}}@media only screen and (max-width: 575px){.slider__4--bg.two{background-position:25%}}.slider__4--bg.three{background:url(../img/slider/home4-slider3.png);background-position:center center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width: 767px){.slider__4--bg.three{background-position:13%}}@media only screen and (max-width: 575px){.slider__4--bg.three{background-position:25%}}.swiper-slide-active .slider__content4>*{animation-name:fadeInDown;animation-duration:1.2s;animation-fill-mode:both}.swiper-slide-active .slider__content4--subtitle{animation-delay:1.1s}.swiper-slide-active .slider__content4--maintitle{animation-delay:.6s}.swiper-slide-active .slider__content4--desc{animation-delay:.4s}@media only screen and (max-width: 767px){.slider__content4{text-align:center}}.slider__content4--subtitle{font-size:1.6rem;line-height:2rem;margin-bottom:10px}@media only screen and (min-width: 576px){.slider__content4--subtitle{font-size:2rem;line-height:2.5rem}}@media only screen and (min-width: 1200px){.slider__content4--subtitle{font-size:2rem;line-height:2.2rem;margin-bottom:1.3rem}}@media only screen and (min-width: 1600px){.slider__content4--subtitle{font-size:2.2rem;line-height:2.5rem;margin-bottom:1.5rem}}.slider__content4--maintitle{margin-bottom:18px}@media only screen and (min-width: 576px){.slider__content4--maintitle{margin-bottom:15px}}@media only screen and (min-width: 1600px){.slider__content4--maintitle{margin-bottom:18px}}.slider__content4--desc{font-size:1.5rem;line-height:2.5rem;margin-bottom:1.8rem}@media only screen and (min-width: 768px){.slider__content4--desc{font-size:1.6rem;margin-bottom:2rem}}@media only screen and (min-width: 992px){.slider__content4--desc{font-size:1.7rem;line-height:2.8rem;margin-bottom:2.2rem}}@media only screen and (min-width: 1200px){.slider__content4--desc{font-size:1.8rem;line-height:3rem;margin-bottom:2.5rem}}@media only screen and (min-width: 1600px){.slider__content4--desc{font-size:2rem;line-height:3.3rem;margin-bottom:3.2rem}}.section__heading--subtitle{font-size:1.5rem;color:var(--light-color);margin-bottom:7px}.product__categories--content{padding:18px 20px 25px}@media only screen and (min-width: 1200px){.product__categories--content{padding:20px 25px}}@media only screen and (min-width: 992px){.product__categories--content{padding:15px}}@media only screen and (max-width: 479px){.product__categories--content{padding:15px 15px 20px;flex-direction:column;align-items:start}}.product__categories--content__maintitle{margin-bottom:2px}@media only screen and (min-width: 992px){.product__categories--content__maintitle{font-size:2rem}}.product__categories--content__subtitle{color:var(--light-color)}@media only screen and (max-width: 479px){.product__categories--icon{margin-top:8px}}.product__categories--icon__link{width:3.5rem;height:3.5rem;text-align:center;background:var(--theme-color);line-height:3.5rem;color:var(--white-color);border-radius:50%}.product__categories--icon__link:hover{background:var(--secondary-color);color:var(--white-color)}.swiper:hover .swiper__nav--btn{opacity:1;visibility:visible}.swiper__nav--btn{width:4rem;height:4rem;background:var(--theme-color);border-radius:50%;opacity:0;visibility:hidden;transition:var(--transition)}@media only screen and (max-width: 767px){.swiper__nav--btn{width:3.5rem;height:3.5rem}}.swiper__nav--btn:hover{background:var(--secondary-color)}.swiper__nav--btn:after{background:url(/build/assets/left-arrow-angle-CklyUGQK.png);width:9px;height:17px;font-size:0}.swiper__nav--btn.swiper-button-prev{left:0}.swiper__nav--btn.swiper-button-next{right:0}.swiper__nav--btn.swiper-button-next:after{background:url(/build/assets/right-arrow-angle-DkSWUqa3.png)}@media only screen and (max-width: 767px){.product__tab--btn{flex-wrap:wrap}}.product__tab--btn__list{font-size:1.6rem;margin-right:20px;cursor:pointer;transition:var(--transition)}.product__tab--btn__list.active,.product__tab--btn__list:hover{color:var(--secondary-color)}.product__tab--btn__list:last-child{margin-right:0}@media only screen and (max-width: 575px){.product__tab--btn__list{line-height:22px;margin:5px 10px}}@media only screen and (min-width: 768px){.product__tab--btn__list{margin-right:25px}}@media only screen and (min-width: 992px){.product__tab--btn__list{margin-right:35px}}@media only screen and (min-width: 1200px){.product__tab--btn__list{margin-right:40px}}@media only screen and (min-width: 1600px){.product__tab--btn__list{margin-right:45px}}.product__items--thumbnail{position:relative;overflow:hidden}.product__items--link,.product__items--img{display:block}.product__items:hover .product__items--img{transform:scale(1.03)}.product__items:hover .add__to--cart__btn{opacity:1;visibility:visible;top:10px}.product__items:hover .product__items--content__title{opacity:0;visibility:hidden;top:20px}.product__items:hover .product__items--action{opacity:1;visibility:visible;right:10px}@media only screen and (min-width: 576px){.product__items:hover .product__items--action{right:20px}}.product__items:hover .product__secondary--img{opacity:1;visibility:visible}.product__secondary--img{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.product__items--content{position:relative;padding:44px 15px 0}@media only screen and (max-width: 575px){.product__items--content{padding:42px 4px 0}}.product__items--content__title{transition:var(--transition);position:absolute;top:10px;left:0;right:0}.add__to--cart__btn{color:var(--secondary-color);position:absolute;top:20px;left:0;right:0;opacity:0;visibility:hidden}@media only screen and (min-width: 992px){.add__to--cart__btn{font-size:17px;line-height:28px}}.product__items--action{position:absolute;top:10px;right:0;background:var(--white-color);padding:6px;border-radius:25px;opacity:0;visibility:hidden;transition:var(--transition)}@media only screen and (min-width: 576px){.product__items--action{top:20px}}@media only screen and (max-width: 575px){.product__items--action{opacity:1;visibility:visible;right:10px}}.product__items--action__list{margin-bottom:4px}.product__items--action__list:last-child{margin-bottom:0}@media only screen and (min-width: 768px){.product__items--action__list{margin-bottom:6px}}@media only screen and (min-width: 1200px){.product__items--action__list{margin-bottom:8px}}.product__items--action__btn{width:3rem;height:3rem;text-align:center;border-radius:50%;background:var(--white-color);padding:5px;line-height:2.7rem;display:flex;align-items:center;justify-content:center}.product__items--action__btn:hover{background:var(--secondary-color);color:var(--white-color)}@media only screen and (min-width: 576px){.product__items--action__btn{width:3.2rem;height:3.2rem;padding:5px;line-height:2.7rem}}@media only screen and (min-width: 1200px){.product__items--action__btn{width:3.5rem;height:3.5rem;padding:7px;line-height:2.9rem}}.product__badge{position:absolute;top:12px;left:12px}@media only screen and (min-width: 576px){.product__badge{top:20px;left:20px}}.product__badge--items{height:2rem;line-height:2rem;padding:0 7px;font-weight:300;background:var(--theme-color);color:var(--white-color);border-radius:6px 0}@media only screen and (max-width: 575px){.product__badge--items{font-size:1.3rem}}.product__items--sold__stocks{position:relative;padding:5px 0 8px}@media only screen and (max-width: 479px){.product__items--sold__stocks{padding:6px 0 10px;flex-direction:column}}.product__items--sold__stocks:before{width:100%;height:3px;background:#f5f7f7;bottom:0;left:0;position:absolute;content:"";border-radius:5px}.product__items--sold__stocks:after{width:14px;height:3px;background:var(--theme-color);left:0;bottom:0;position:absolute;content:"";border-radius:5px 0 0 5px}@media only screen and (max-width: 479px){.product__items--sold__stocks--text{margin-bottom:4px}.product__items--sold__stocks--text:last-child{margin-bottom:0}}@media only screen and (max-width: 575px){.section__heading{text-align:center}}.categories2__product--img{margin:0 auto}.product__categories--content2{margin-top:15px}.product__categories--content2__maintitle{margin-bottom:.3rem}@media only screen and (min-width: 768px){.product__categories--content2__maintitle{font-size:1.8rem;line-height:2.8rem}}@media only screen and (min-width: 992px){.product__categories--content2__maintitle{font-size:1.8rem;line-height:3rem}}@media only screen and (min-width: 1200px){.product__categories--content2__maintitle{font-size:2rem;line-height:3rem}}.product__banner--thumbnail{overflow:hidden}.product__banner--thumbnail:hover .product__banner--thumbnail__img{transform:scale(1.03)}.product__banner--content{position:absolute;left:30px;top:50%;transform:translatey(-50%)}@media only screen and (min-width: 1200px){.product__banner--content{left:40px}}@media only screen and (max-width: 500px){.product__banner--content{left:25px}}.product__banner--content__title{margin-bottom:5px}@media only screen and (max-width: 767px){.product__banner--content__title{line-height:30px}}@media only screen and (min-width: 992px){.product__banner--content__title{line-height:3.2rem}}@media only screen and (min-width: 1200px){.product__banner--content__title{line-height:3.5rem}}.product__banner--content__desc{margin-bottom:22px}@media only screen and (min-width: 1200px){.product__banner--content__desc{margin-bottom:25px}}@media only screen and (max-width: 767px){.product__banner--content__desc{margin-bottom:20px}}@media only screen and (max-width: 500px){.product__banner--content__desc{margin-bottom:15px}}.product__banner--content__btn{line-height:3.6rem;height:3.8rem;padding:0 17px}@media only screen and (max-width: 767px){.product__section--topbar{flex-direction:column;align-items:flex-start}}@media only screen and (max-width: 575px){.product__section--topbar{align-items:center}}@media only screen and (max-width: 767px){.product__section--topbar .section__heading{margin-bottom:15px}.product__section--topbar .section__heading3{margin-bottom:20px}.product__section--topbar.mb-50{margin-bottom:35px}}@media only screen and (max-width: 575px){.product__section--topbar .product__tab--btn{justify-content:center}}.product__items2{box-shadow:0 2px 22px #00000029}.product__items2--content{padding:37px 15px 12px}.product__items--rating__list{margin-right:3px}.product__items--rating__list:last-child{margin-right:0}.product__items--rating__icon{color:var(--yellow-color)}.product__items--rating__count--number{font-size:1.4rem;color:var(--sky-color);margin-left:6px;line-height:2rem}.deals__product--countdown{position:absolute;bottom:8px;left:0;right:0;justify-content:center}@media only screen and (max-width: 767px){.deals__product--countdown{bottom:15px}}@media only screen and (min-width: 1200px){.deals__product--countdown{bottom:14px}}@media only screen and (max-width: 500px){.deals__product--countdown{display:none!important}}.deals__product--countdown .countdown__item{text-align:center;margin-right:10px;padding-right:0}.deals__product--countdown .countdown__item:last-child{margin-right:0}.deals__product--countdown .countdown__item:before{display:none}@media only screen and (min-width: 768px){.deals__product--countdown .countdown__item{margin-right:8px}}@media only screen and (min-width: 992px){.deals__product--countdown .countdown__item{margin-right:6px}}@media only screen and (min-width: 1200px){.deals__product--countdown .countdown__item{margin-right:10px}}.deals__product--countdown .countdown__item:hover .countdown__number{background:var(--secondary-color)}.deals__product--countdown .countdown__number{width:4rem;height:3.2rem;line-height:3.2rem;font-size:1.5rem;background:var(--theme-color3);color:var(--white-color);font-weight:700;transition:.3s;border-radius:10px 0}@media only screen and (min-width: 768px){.deals__product--countdown .countdown__number{width:4rem;height:3rem;line-height:3rem}}@media only screen and (min-width: 992px){.deals__product--countdown .countdown__number{width:4.2rem;height:3rem;line-height:3rem;font-size:1.5rem}}@media only screen and (min-width: 1200px){.deals__product--countdown .countdown__number{font-size:1.6rem;width:4.3rem;height:3.2rem;line-height:3.2rem}}.deals__product--countdown .countdown__text{text-transform:uppercase;font-size:1.2rem;margin-top:4px;line-height:1.8rem}@media only screen and (min-width: 992px){.deals__product--countdown .countdown__text{font-size:1.2rem;margin-top:4px}}@media only screen and (min-width: 1200px){.deals__product--countdown .countdown__text{font-size:1.3rem;margin-top:5px}}@media only screen and (max-width: 991px){.product__grid--wrapper{margin-bottom:30px}}.product__grid--heading{margin-bottom:25px}@media only screen and (min-width: 992px){.product__grid--heading{margin-bottom:30px}}@media only screen and (min-width: 1600px){.product__grid--heading{margin-bottom:40px}}.product__grid--heading__title{font-size:2.2rem;line-height:2.5rem;font-weight:700;position:relative;padding-bottom:20px}.product__grid--heading__title:before{position:absolute;content:"";width:70px;height:4px;background:var(--theme-color);left:0;bottom:0}@media only screen and (max-width: 991px){.product__grid--heading__title{padding-bottom:18px}}.product__grid--items{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid var(--border-color2)}.product__grid--items:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.product__grid--items:hover .product__items--img{transform:scale(1.05)}.product__grid--items:hover .product__secondary--img{opacity:1;visibility:visible}.product__grid--items--thumbnail{position:relative;width:81px}.product__grid--items__img{display:block}.product__grid--items--content{width:calc(100% - 81px);padding-left:18px}.product__grid--items--content__title{line-height:25px}@media only screen and (max-width: 991px){.product__banner2{text-align:center;margin-top:30px}}.product__banner2--thumbnail{overflow:hidden}@media only screen and (max-width: 575px){.product__banner2--thumbnail{width:100%}}.product__banner2--thumbnail:hover .product__banner2--thumbnail__img{transform:scale(1.03)}@media only screen and (max-width: 575px){.product__banner2--thumbnail__img{width:100%}}.product__banner2--content{position:absolute;top:50%;transform:translatey(-50%);left:0;right:0;text-align:center}.product__banner2--content__title{font-weight:700;margin-bottom:15px}.product__banner2--content__subtitle{font-size:1.6rem;line-height:2.4rem;font-weight:400;margin-bottom:20px}@media only screen and (min-width: 576px){.product__banner2--content__subtitle{font-size:1.6rem;line-height:2.2rem;margin-bottom:19px}}.product__banner2--content__btn{line-height:3.5rem;height:3.8rem;padding:0 15px;background:var(--secondary-color2)}.product__banner2--content__btn:hover{background:var(--theme-color)}.section__heading3--maintitle{font-size:2rem;line-height:2.4rem;font-weight:700}@media only screen and (min-width: 768px){.section__heading3--maintitle{font-size:2.2rem;line-height:2.8rem}}@media only screen and (min-width: 992px){.section__heading3--maintitle{font-size:2.5rem;line-height:3rem}}@media only screen and (min-width: 1200px){.section__heading3--maintitle{font-size:2.5rem;line-height:3.2rem}}@media only screen and (min-width: 1600px){.section__heading3--maintitle{font-size:3rem;line-height:3.5rem}}.product__categories--grid__items{padding:10px}@media only screen and (max-width: 499px){.product__categories--grid__items{flex-direction:column}}.product__categories--grid__thumbnail{width:100px}@media only screen and (max-width: 499px){.product__categories--grid__thumbnail{width:100%;text-align:center}}@media only screen and (min-width: 768px){.product__categories--grid__thumbnail{width:95px}}@media only screen and (min-width: 992px){.product__categories--grid__thumbnail{width:125px}}@media only screen and (min-width: 1200px){.product__categories--grid__thumbnail{width:135px}}.product__categories--grid__content{width:calc(100% - 100px);padding-left:20px;position:relative}@media only screen and (max-width: 499px){.product__categories--grid__content{width:100%;text-align:center;padding-left:0}}@media only screen and (min-width: 768px){.product__categories--grid__content{width:calc(100% - 95px)}}@media only screen and (min-width: 992px){.product__categories--grid__content{width:calc(100% - 125px)}}@media only screen and (min-width: 1200px){.product__categories--grid__content{width:calc(100% - 135px)}}.product__categories--grid__content--maintitle{font-size:1.6rem;line-height:2rem;font-weight:700;margin-bottom:3px}@media only screen and (min-width: 992px){.product__categories--grid__content--maintitle{font-size:1.7rem;line-height:2.2rem}}@media only screen and (min-width: 1200px){.product__categories--grid__content--maintitle{font-size:1.8rem}}@media only screen and (min-width: 1366px){.product__categories--grid__content--maintitle{font-size:2rem;line-height:2.5rem}}.product__categories--grid__content--subtitle{color:#b4b4b4}.product__categories--grid__icon{position:absolute;bottom:-34px;right:20px}@media only screen and (max-width: 991px){.product__categories--grid__icon{position:inherit;bottom:inherit;right:inherit;padding:2px 5px 0 0}}@media only screen and (max-width: 991px) and (max-width: 499px){.product__categories--grid__icon{padding:5px 5px 0 0}}.product__categories--grid__icon--link{width:3.5rem;height:3.5rem;text-align:center;background:var(--secondary-color);line-height:3.5rem;color:var(--white-color);border-radius:50%}.product__categories--grid__icon--link:hover{background:var(--theme-color);color:var(--white-color)}@media only screen and (max-width: 991px){.product__categories--grid__icon--link{width:3rem;height:3rem;line-height:3rem}}.product__section--style3__inner .product__items2{box-shadow:inherit;transition:.3s}.product__section--style3__inner .product__items2:hover{box-shadow:0 2px 22px #00000029}.deals3__banner--section__inner{background:var(--white-color);border:2px solid var(--secondary-color);padding:30px;border-radius:10px}@media only screen and (min-width: 1200px){.deals3__banner--section__inner{max-width:85%;margin:0 auto}}@media only screen and (max-width: 991px){.deals3__banner--section__inner{flex-direction:column;padding:20px}}@media only screen and (max-width: 575px){.deals3__banner--section__inner{padding:20px}}@media only screen and (max-width: 479px){.deals3__banner--section__inner{padding:15px}}.deals3__section--heading__maintitle{font-size:2.2rem;line-height:2.8rem;font-weight:700}@media only screen and (min-width: 576px){.deals3__section--heading__maintitle{font-size:2.6rem;line-height:3.2rem}}@media only screen and (min-width: 768px){.deals3__section--heading__maintitle{font-size:3rem;line-height:3.5rem}}@media only screen and (min-width: 992px){.deals3__section--heading__maintitle{font-size:3.2rem;line-height:3.8rem}}@media only screen and (min-width: 1200px){.deals3__section--heading__maintitle{font-size:3.5rem;line-height:4rem}}@media only screen and (min-width: 1600px){.deals3__section--heading__maintitle{font-size:4rem;line-height:4.5rem}}@media only screen and (max-width: 767px){.deals3__product--tab{margin-bottom:2.5rem}}.deals3__product--tab__btn{margin-top:15px}.deals3__product--tab__btn--list{background:#f5f5f5;margin-right:10px;border:1px solid transparent}.deals3__product--tab__btn--list:last-child{margin-right:0}.deals3__product--tab__btn--list:hover,.deals3__product--tab__btn--list.active{border-color:var(--theme-color)}.deals3__product--img{width:100%}.deals3__product--countdown{margin-bottom:12px}.deals3__product--countdown .countdown__item{text-align:center;margin-right:10px;padding-right:0}.deals3__product--countdown .countdown__item:last-child{margin-right:0}.deals3__product--countdown .countdown__item:before{display:none}@media only screen and (min-width: 768px){.deals3__product--countdown .countdown__item{margin-right:8px}}@media only screen and (min-width: 992px){.deals3__product--countdown .countdown__item{margin-right:6px}}@media only screen and (min-width: 1200px){.deals3__product--countdown .countdown__item{margin-right:10px}}.deals3__product--countdown .countdown__number{width:4rem;height:3.2rem;line-height:3.2rem;font-size:1.5rem;background:var(--theme-color);color:var(--white-color);font-weight:700;transition:.3s;border-radius:10px 0}.deals3__product--countdown .countdown__number:hover{background:var(--secondary-color)}@media only screen and (min-width: 992px){.deals3__product--countdown .countdown__number{width:4.2rem;height:3rem;line-height:3rem;font-size:1.5rem}}@media only screen and (min-width: 1200px){.deals3__product--countdown .countdown__number{font-size:1.7rem;width:4.7rem;height:3.5rem;line-height:3.5rem}}.deals3__product--countdown .countdown__text{text-transform:uppercase;font-size:1.2rem;margin-top:7px}@media only screen and (min-width: 992px){.deals3__product--countdown .countdown__text{font-size:1.2rem;margin-top:2px;line-height:2.2rem}}@media only screen and (min-width: 1200px){.deals3__product--countdown .countdown__text{font-size:1.3rem;margin-top:5px}.product3__section--container{max-width:1220px}}.product3__section--inner__padding{padding:0 10px 15px}.banner__items:hover .banner__items--thumbnail__img{transform:scale(1.03)}.banner__items--thumbnail{overflow:hidden}@media only screen and (max-width: 575px){.banner__items--thumbnail,.banner__items--thumbnail__img{width:100%}}.banner__items--content{position:absolute;top:50%;width:80%;left:25px;transform:translatey(-50%);cursor:pointer}@media only screen and (max-width: 767px){.banner__items--content{left:20px}}@media only screen and (min-width: 768px){.banner__items--content{width:60%}}@media only screen and (min-width: 992px){.banner__items--content{width:59%}}@media only screen and (min-width: 1200px){.banner__items--content{width:48%;left:34px}}.banner__items--content__title{margin-bottom:20px}@media only screen and (min-width: 992px){.banner__items--content__title{margin-bottom:11px}}@media only screen and (max-width: 991px){.banner__items--content__desc{display:none}}@media only screen and (min-width: 992px){.banner__items--content__desc{margin-bottom:20px}}@media only screen and (min-width: 1200px){.banner__items--content__desc{margin-bottom:23px}}@media only screen and (min-width: 1366px){.banner__items--content__desc{margin-bottom:28px}}.banner__bg{background:url(../img/banner/bg-full1.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.deals__banner--section{padding:56px 0 30px}@media only screen and (min-width: 768px){.deals__banner--section{padding:40px 0}}@media only screen and (max-width: 767px){.deals__banner--content{text-align:center;margin-bottom:23px}}.deals__banner--content__subtitle{font-weight:600;margin-bottom:12px}@media only screen and (min-width: 992px){.deals__banner--content__subtitle{font-size:2rem;line-height:2.2rem;margin-bottom:15px}}.deals__banner--content__maintitle{font-size:2rem;line-height:2.7rem;margin-bottom:15px}@media only screen and (min-width: 480px){.deals__banner--content__maintitle{font-size:2.2rem;line-height:3rem}}@media only screen and (min-width: 576px){.deals__banner--content__maintitle{font-size:2.5rem}}@media only screen and (min-width: 768px){.deals__banner--content__maintitle{font-size:2.6rem;line-height:3.4rem;margin-bottom:14px}}@media only screen and (min-width: 992px){.deals__banner--content__maintitle{font-size:2.8rem;line-height:3.8rem;margin-bottom:15px}}@media only screen and (min-width: 1200px){.deals__banner--content__maintitle{font-size:3rem;line-height:4rem}}@media only screen and (min-width: 1366px){.deals__banner--content__maintitle{font-size:3.2rem;line-height:4.2rem}}@media only screen and (min-width: 1600px){.deals__banner--content__maintitle{font-size:3.6rem;line-height:4.8rem}}@media only screen and (max-width: 991px){.deals__banner--content__desc{display:none}}@media only screen and (min-width: 992px){.deals__banner--content__desc{font-size:1.6rem;line-height:2.7rem;margin-bottom:20px}}@media only screen and (min-width: 1200px){.deals__banner--content__desc{font-size:1.7rem;line-height:2.3rem}}@media only screen and (min-width: 1366px){.deals__banner--content__desc{line-height:2.8rem}}@media only screen and (min-width: 992px){.col-lg-5.deals__baner--col{width:39%}.col-lg-7.deals__baner--col{width:61%}}.deals__banner--countdown{margin-bottom:18px}@media only screen and (max-width: 767px){.deals__banner--countdown{justify-content:center;margin-bottom:16px}}@media only screen and (min-width: 992px){.deals__banner--countdown{margin-bottom:20px}}@media only screen and (min-width: 1366px){.deals__banner--countdown{margin-bottom:22px}}@media only screen and (min-width: 1200px){.deals__banner--countdown{margin-bottom:25px}}@media only screen and (max-width: 991px){.deals__banner--countdown .countdown__item{padding-right:6px;margin-right:6px}.deals__banner--countdown .countdown__item:last-child{margin-right:0;padding-right:0}}.deals__banner--countdown .countdown__item:before{display:none}.deals__banner--countdown .countdown__number{background:var(--theme-color);color:var(--white-color);font-weight:700;border-radius:50%;width:4rem;height:4rem;line-height:4rem;font-size:1.6rem}@media only screen and (min-width: 768px){.deals__banner--countdown .countdown__number{width:4.2rem;height:4.2rem;line-height:4.2rem;font-size:1.6rem}}@media only screen and (min-width: 992px){.deals__banner--countdown .countdown__number{width:5rem;height:5rem;line-height:5rem;font-size:1.7rem}}@media only screen and (min-width: 1200px){.deals__banner--countdown .countdown__number{width:5.2rem;height:5.2rem;line-height:5.2rem;font-size:1.8rem}}.deals__banner--countdown .countdown__text{text-align:center;font-family:var(--font-lora);font-weight:500;text-transform:uppercase;margin-top:5px;font-size:1.3rem;line-height:2rem}@media only screen and (min-width: 992px){.deals__banner--countdown .countdown__text{font-size:1.5rem;line-height:2.2rem}}@media only screen and (min-width: 1200px){.deals__banner--countdown .countdown__text{font-size:1.6rem}}.banner__two--content{position:absolute;top:50%;left:22px}@media only screen and (max-width: 767px){.banner__two--content{left:20px;transform:translatey(-50%)}}@media only screen and (min-width: 768px){.banner__two--content{top:12%}}@media only screen and (min-width: 992px){.banner__two--content{top:16%;left:25px}}.banner__two--content__desc{margin-bottom:4px}@media only screen and (max-width: 1199px){.banner__two--content__desc{font-size:1.4rem}}.banner__two--content__title{font-size:1.8rem;margin-bottom:10px}@media only screen and (max-width: 767px){.banner__two--content__title{font-size:2rem}}@media only screen and (min-width: 992px){.banner__two--content__title{font-size:1.8rem;margin-bottom:10px;line-height:2.5rem}}@media only screen and (min-width: 1200px){.banner__two--content__title{font-size:2rem;margin-bottom:15px;line-height:2.8rem}}.banner__two--content__btn--arrow__icon{margin-left:5px}.banner__two--content__btn:hover{color:var(--secondary-color)}.banner__bg2{background:url(../img/banner/counterup-bg.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.counterup__banner--inner{padding:60px 0}@media only screen and (max-width: 575px){.counterup__banner--inner{flex-wrap:wrap;padding:60px 0 38px}}@media only screen and (min-width: 768px){.counterup__banner--inner{padding:70px 0}}@media only screen and (min-width: 992px){.counterup__banner--inner{padding:80px 0}}@media only screen and (min-width: 1200px){.counterup__banner--inner{padding:120px 0}}@media only screen and (max-width: 575px){.counterup__banner--items{width:50%;margin-bottom:22px}}.counterup__banner--items__text{font-size:1.4rem;line-height:2.2rem;margin-bottom:10px;font-family:var(--font-poppins);font-weight:400}@media only screen and (min-width: 768px){.counterup__banner--items__text{font-size:1.5rem;line-height:2.4rem;margin-bottom:9px}}@media only screen and (min-width: 992px){.counterup__banner--items__text{font-size:1.6rem;line-height:2.5rem}}@media only screen and (min-width: 1200px){.counterup__banner--items__text{font-size:1.7rem;line-height:2.6rem}}@media only screen and (min-width: 1366px){.counterup__banner--items__text{font-size:1.8rem;line-height:2.8rem}}.counterup__banner--items__number{font-family:var(--font-lora);font-weight:700;font-size:2.5rem;line-height:3rem}@media only screen and (min-width: 480px){.counterup__banner--items__number{font-size:3rem;line-height:4rem}}@media only screen and (min-width: 768px){.counterup__banner--items__number{font-size:3.2rem}}@media only screen and (min-width: 992px){.counterup__banner--items__number{font-size:3.5rem;line-height:4rem}}@media only screen and (min-width: 1200px){.counterup__banner--items__number{font-size:4rem;line-height:4.5rem}}@media only screen and (min-width: 1366px){.counterup__banner--items__number{font-size:4.2rem;line-height:5rem}}.slider__sidebar--banner{overflow:hidden}@media only screen and (max-width: 767px){.slider__sidebar--banner{text-align:center}}.slider__sidebar--banner:hover .sidebar__banner--thumbnail__img{transform:scale(1.03)}@media only screen and (max-width: 767px){.sidebar__banner--thumbnail__img{margin:0 auto;width:100%}}@media only screen and (max-width: 575px){.banner__img--max__height{height:200px;-o-object-fit:cover;object-fit:cover}}.sidebar__banner--content{position:absolute;top:35px;left:0;right:0;text-align:center;padding:0 20px}@media only screen and (min-width: 768px){.sidebar__banner--content{top:25px}}@media only screen and (min-width: 992px){.sidebar__banner--content{top:38px}}@media only screen and (max-width: 575px){.sidebar__banner--content{top:30%;text-align:left}}.sidebar__banner--content__title{font-size:1.8rem;line-height:2.2rem;font-weight:700;margin-bottom:10px}@media only screen and (min-width: 768px){.sidebar__banner--content__title{font-size:2rem;line-height:2.2rem;margin-bottom:11px}}@media only screen and (min-width: 992px){.sidebar__banner--content__title{font-size:2.2rem;line-height:2.5rem}}.sidebar__banner--content__desc{font-size:1.5rem;line-height:2rem;margin-bottom:10px}@media only screen and (min-width: 768px){.sidebar__banner--content__desc{font-size:1.6rem;line-height:2.2rem;margin-bottom:12px}}@media only screen and (min-width: 992px){.sidebar__banner--content__desc{font-size:1.7rem;margin-bottom:13px}}@media only screen and (min-width: 1200px){.sidebar__banner--content__desc{font-size:1.8rem;margin-bottom:17px}}.sidebar__banner--content__btn{font-size:1.5rem}.sidebar__banner--content__btn:hover{color:var(--secondary-color)}.banner__items--content3{position:absolute;left:20px;top:50%;transform:translatey(-50%)}@media only screen and (min-width: 768px){.banner__items--content3{left:30px}}@media only screen and (min-width: 1200px){.banner__items--content3{left:35px}}.banner__items--content3__title{font-size:1.7rem;line-height:2.4rem;font-weight:700;margin-bottom:10px}@media only screen and (min-width: 768px){.banner__items--content3__title{font-size:1.8rem;line-height:2.6rem;margin-bottom:12px}}@media only screen and (min-width: 992px){.banner__items--content3__title{font-size:2rem;line-height:2.8rem;margin-bottom:14px}}@media only screen and (min-width: 1200px){.banner__items--content3__title{font-size:2.2rem;line-height:3rem}}@media only screen and (min-width: 1600px){.banner__items--content3__title{font-size:2.5rem;line-height:3.2rem;margin-bottom:15px}}.banner__items--content3__btn{font-size:1.5rem}.banner__items--content3__btn:hover{color:var(--secondary-color)}.banner__bg3{background:url(../img/banner/bg-full4.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}.banner__bideo--play{position:absolute;top:50%;left:50%;transform:translatey(-50%) translate(-50%);border:2px solid var(--secondary-color);padding:3px;border-radius:50%}.banner__bideo--play__icon{width:6rem;height:6rem;background:var(--white-color);color:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:animate 2s linear infinite}@media only screen and (min-width: 768px){.banner__bideo--play__icon{width:8rem;height:8rem}}.banner__bideo--play__icon:hover{background:var(--black-color);color:var(--white-color);transform:scale(1.08)}.banner__bideo--play__icon svg{width:28px}@media only screen and (max-width: 767px){.banner__bideo--play__icon svg{width:20px}}@keyframes animate{0%{box-shadow:0 0 #ffffffb3}40%{box-shadow:0 0 0 50px #ffc10700}80%{box-shadow:0 0 0 50px #ffc10700}to{box-shadow:0 0 #ffc10700}}.banner4__items--content{position:absolute;top:10%}@media only screen and (min-width: 992px){.banner4__items--content{top:12%}}.banner4__items--content.content__style1{left:15px;right:15px;top:8%}.banner4__items--content.content__style2{left:25px}@media only screen and (min-width: 992px){.banner4__items--content.content__style2{left:30px}}@media only screen and (max-width: 575px){.banner4__items--content.content__style2{top:50%;transform:translatey(-50%)}}.banner4__items--content__title{font-weight:700;font-size:1.8rem;line-height:2.5rem;margin-bottom:8px}@media only screen and (min-width: 992px){.banner4__items--content__title{font-size:2rem;line-height:3rem;margin-bottom:13px}}@media only screen and (min-width: 1200px){.banner4__items--content__title{font-size:2.2rem;margin-bottom:15px}}@media only screen and (min-width: 1600px){.banner4__items--content__title{font-size:2.4rem;line-height:3.2rem;margin-bottom:18px}}.banner4__items--content__title.style2{font-weight:500}@media only screen and (min-width: 768px){.banner4__items--content__title.style2{font-size:1.7rem;line-height:2.3rem}}@media only screen and (min-width: 992px){.banner4__items--content__title.style2{font-size:1.8rem;line-height:2.5rem}}@media only screen and (min-width: 1200px){.banner4__items--content__title.style2{font-size:2rem;line-height:2.8rem}}.banner4__items--content__btn{font-size:1.5rem}.banner4__items--content__btn:hover{color:var(--theme-color)}.banner4__items--col.col-lg-3{width:100%}@media only screen and (min-width: 480px){.banner4__items--col.col-lg-3{width:50%}}@media only screen and (min-width: 768px){.banner4__items--col.col-lg-3{width:27.78%}}@media only screen and (min-width: 992px){.banner4__items--col.col-lg-3{width:27.2%}}.banner4__items--col.col-lg-6{width:100%}@media only screen and (max-width: 767px){.banner4__items--col.col-lg-6{order:1}}@media only screen and (min-width: 768px){.banner4__items--col.col-lg-6{width:44.3%}}@media only screen and (min-width: 992px){.banner4__items--col.col-lg-6{width:45.5%}}.counterup__banner__bg2{background:url(../img/banner/counterup-bg2.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;position:relative}.counterup__banner__bg2:before{position:absolute;content:"";width:100%;height:100%;background:var(--black-color);left:0;top:0;opacity:.8}@font-face{font-family:Sylfaen;src:url(/fonts/Sylfaen.ttf) format("truetype")}body{font-family:Sylfaen,serif}.footer__logo{border-radius:10%;margin-top:5px}footer{background:#333;margin-top:10px}footer a:hover{color:#f8d32d;text-decoration:underline}@media only screen and (max-width: 991px){.footer__bg{padding-bottom:66px}}.footer__position--shape__one{position:absolute;left:0;top:50%;transform:translatey(-50%);pointer-events:none}@media only screen and (max-width: 1599px){.footer__position--shape__one{max-width:15rem}}@media only screen and (max-width: 1365px){.footer__position--shape__one{max-width:12rem}}@media only screen and (max-width: 1199px){.footer__position--shape__one{max-width:11rem}}@media only screen and (max-width: 991px){.footer__position--shape__one{max-width:10rem}}@media only screen and (max-width: 767px){.footer__position--shape__one{max-width:8rem}}.footer__position--shape__two{position:absolute;right:0;top:50%;transform:translatey(-50%);pointer-events:none}@media only screen and (max-width: 1599px){.footer__position--shape__two{max-width:9.5rem}}@media only screen and (max-width: 1365px){.footer__position--shape__two{max-width:8rem}}@media only screen and (max-width: 1199px){.footer__position--shape__two{max-width:7.5rem}}@media only screen and (max-width: 991px){.footer__position--shape__two{max-width:4rem}}.footer__top{border-bottom:1px solid rgba(174,174,191,.5);padding:80px 0 75px}@media only screen and (min-width: 768px) and (max-width: 991px){.footer__top{padding:70px 0 32px}}@media only screen and (max-width: 767px){.footer__top{padding:52px 0 38px}}@media only screen and (min-width: 1366px){.footer__top--row{margin:0 -25px}}@media only screen and (min-width: 768px) and (max-width: 991px){.footer__col--order{order:-1}}@media only screen and (min-width: 1200px){.footer__col--padding{padding:0 25px}}@media only screen and (min-width: 992px){.col-lg-3.footer__col--width{width:30%}.col-lg-2.footer__col--width{width:15%}}@media only screen and (min-width: 768px) and (max-width: 991px){.footer__widget{margin-bottom:30px}}.footer__widget--logo{margin-bottom:10px}@media only screen and (min-width: 992px){.footer__widget--logo{margin-bottom:20px}}@media only screen and (min-width: 768px){.footer__widget--desc{font-size:1.5rem;line-height:2.9rem}}.footer__widget--social{margin-top:18px}@media only screen and (min-width: 992px){.footer__widget--social{margin-top:30px}}.footer__widget--social__list{margin-right:11px}.footer__widget--social__list:last-child{margin-right:0}.footer__widget--social__icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--theme-color);color:var(--white-color);border-radius:50%}.footer__widget--social__icon:hover{background:var(--secondary-color);color:var(--white-color)}.footer__widget--title{font-size:1.8rem;line-height:2.8rem;font-weight:700;margin-bottom:15px}@media only screen and (max-width: 767px){.footer__widget--title{position:relative;font-size:1.7rem}}@media only screen and (min-width: 992px){.footer__widget--title{margin-bottom:22px}}.footer__widget--title__arrowdown--icon{position:absolute;right:0;top:38%;transition:.3s;display:none;color:var(--black-color)}@media only screen and (max-width: 767px){.footer__widget--title__arrowdown--icon{display:block}}.footer__widget--title__arrowdown--icon.text-white{color:var(--white-color)}.footer__widget--menu__list{margin-bottom:.3rem}.footer__widget--menu__list:last-child{margin-bottom:0}.footer__widget--menu__text{line-height:3rem}@media only screen and (max-width: 1199px){.footer__widget--menu__text{line-height:2.8rem;font-size:1.4rem}}.footer__widget.active{padding-bottom:25px}.footer__widget.active .footer__widget--title__arrowdown--icon{transform:rotate(180deg)}.sm__footer--widget__bock{display:none}@media only screen and (max-width: 767px){.sm__footer--widget__bock{display:block}}.footer__widget--button{position:absolute;z-index:9;top:0;left:0;visibility:hidden;width:100%;height:100%;content:"";color:transparent;border:0;background-color:transparent}@media only screen and (max-width: 767px){.footer__widget--button{visibility:visible}}.footer__widget--button>*{pointer-events:none}@media only screen and (max-width: 767px){.footer__widget--inner{display:none}}.newsletter__subscribe{margin-top:20px}.newsletter__subscribe--form{position:relative;width:100%}.newsletter__subscribe--input{width:100%;border:1px solid var(--border-color);height:42px;background:none;border-radius:22px;padding:0 96px 0 18px}.newsletter__subscribe--input:focus{border-color:var(--secondary-color)}.newsletter__subscribe--input:focus::-webkit-input-placeholder{color:#000}@media only screen and (min-width: 1200px){.newsletter__subscribe--input{padding:0 100px 0 18px}}.newsletter__subscribe--button{position:absolute;right:0;top:0;border:0;background:var(--secondary-color);color:var(--white-color);height:100%;padding:0 10px;font-size:1.2rem;text-transform:uppercase;border-radius:0 22px 22px 0}.newsletter__subscribe--button:hover{background:var(--theme-color)}@media only screen and (min-width: 1200px){.newsletter__subscribe--button{padding:0 12px;font-size:1.3rem}}.footer__bottom{padding:25px 0}@media only screen and (min-width: 768px){.footer__bottom{padding:30px 0}}@media only screen and (min-width: 1600px){.footer__bottom{padding:42px 0}}@media only screen and (max-width: 767px){.footer__payment--inner{justify-content:center;margin-top:15px}}.footer__payment--list{margin-right:12px}.footer__payment--list:last-child{margin-right:0}@media only screen and (max-width: 767px){.copyright__content{text-align:center}}.copyright__content--link:hover{text-decoration:underline}@media only screen and (min-width: 992px){.col-lg-4.footer__col--padding{width:31.333333%}.col-lg-5.footer__col--padding{width:43.666667%}}.footer__section3{margin-top:-65px}.footer__section3--topbar{padding-top:140px}@media only screen and (max-width: 767px){.footer__section3--topbar{padding-top:118px}}.footer__social--list{margin-bottom:1.6rem}.footer__social--list:last-child{margin-bottom:0}.footer__social--list__icon{display:flex;align-items:center}.footer__social--list__icon:hover span{color:var(--secondary-color)}.footer__social--icon__svg{width:2.5rem;margin-right:1rem}.newsletter__subscribe--form.style2 input::-webkit-input-placeholder{color:var(--light-color2)}.newsletter__subscribe--form.style2 input::-moz-placeholder{color:var(--light-color2)}.newsletter__subscribe--form.style2 input:-ms-input-placeholder{color:var(--light-color2)}.newsletter__subscribe--form.style2 input:-moz-placeholder{color:var(--light-color2)}.newsletter__subscribe--form.style2 input{color:var(--light-color2)}.newsletter__subscribe--form.style2 input:focus::-webkit-input-placeholder{color:var(--white-color)}@media only screen and (max-width: 991px){.footer__style4{padding-bottom:66px}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000c;cursor:pointer;visibility:hidden;opacity:0;transition:all .35s ease-in;z-index:99}.modal.is-visible{visibility:visible;opacity:1}.mobile_menu{color:var(--theme-color)!important}.header-main-menu li:not(:last-child){border-right:2px solid var(--bg-color);padding-right:20px}.modal.is-visible .quickview__main--wrapper{transform:translateY(0)}.quickview__main--wrapper{position:relative;max-width:880px;max-height:80vh;border-radius:10px;background:#fff;overflow:auto;cursor:default;padding:25px;transform:translateY(-50px);transition:var(--transition);pointer-events:inherit}@media only screen and (max-width: 767px){.quickview__main--wrapper{max-width:550px}}@media only screen and (max-width: 575px){.quickview__main--wrapper{padding:25px 15px}}.quickview__header{position:absolute;padding:0;top:16px;right:16px;z-index:9}@media only screen and (max-width: 767px){.quickview__header{top:10px;right:10px}}.quickview__close--btn{font-size:1.8rem;padding:0;width:3.2rem;height:3.2rem;border-radius:50%;font-weight:700;border:1px solid var(--border-color);background:var(--white-color);display:flex;align-items:center;justify-content:center}.quickview__close--btn:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}[data-animation] .modal-dialog{opacity:0;transition:all .5s cubic-bezier(.51,.92,.24,1.15)}[data-animation].is-visible .modal-dialog{opacity:1;transition-delay:.2s}@media only screen and (max-width: 767px){.quickview__gallery{margin-bottom:20px}}.quickview__thumb{position:relative}.quickview__thumb--link,.quickview__thumb--img{width:100%;border-radius:8px;display:block}.quickview__gallery--pagination{bottom:5px!important}.quickview__gallery--pagination .swiper-pagination-bullet{width:2rem;height:.6rem;background:var(--theme-color);opacity:1;border-radius:2px;margin:0 3px!important}.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color)}.variant__color--value{width:2.5rem;height:2.5rem;padding:2px;display:inline-block;border-radius:50%;margin-right:10px;line-height:1;cursor:pointer}.variant__color--value:last-child{margin-right:0}.variant__color--value__img{border-radius:50%}.variant__color--list input[type=radio]+label{border:1px solid var(--border-color)}.variant__color--list input[type=radio]+label:hover{border:1px solid var(--secondary-color)}.variant__color--list{margin-right:10px}.variant__color--list input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.variant__color--list input[type=radio]:checked+label{border:1px solid var(--secondary-color)}.variant__color--list:last-child{margin-right:0}.variant__input--fieldset{min-width:-moz-fit-content;min-width:fit-content;border:none;margin:0;padding:0}.variant__size--list input[type=radio]+label{border:1px solid var(--border-color)}.variant__size--list input[type=radio]+label:hover{border:1px solid var(--secondary-color);color:var(--secondary-color)}.variant__size--list{margin-right:13px}.variant__size--list:last-child{margin-right:0}.variant__size--list input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.variant__size--list input[type=radio]:checked+label{border:1px solid var(--secondary-color);color:var(--secondary-color)}.variant__size--value{width:4.7rem;height:3.2rem;line-height:2.8rem;display:inline-block;border-radius:5px;text-align:center;font-size:1.5rem;cursor:pointer}.quickview__variant--wishlist__svg{width:22px;margin-right:7px}.variant__wishlist--icon{display:flex;align-items:center}.quickview__value--quantity{width:3.5rem;height:3.5rem;font-size:2.2rem;line-height:3.3rem}.quickview__value--quantity.decrease{border-radius:17px 0 0 17px}.quickview__value--quantity.increase{border-radius:0 17px 17px 0}input.quickview__value--number{height:3.5rem;font-size:1.7rem}.quickview__cart--btn{height:3.8rem;line-height:3.8rem;padding:0 25px;margin-left:15px}.quickview__social--title{font-size:1.5rem;font-weight:600;margin-right:15px}.quickview__social--list{margin-right:10px}.quickview__social--list:last-child{margin-right:0}.quickview__social--icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--theme-color);color:var(--white-color);border-radius:50%}.quickview__social--icon:hover{background:var(--secondary-color);color:var(--white-color)}@media only screen and (max-width: 767px){.quickview__social--style3{justify-content:flex-start;margin-bottom:1.5rem}}.accordion__bg{background:url(../img/banner/bg-full5.png);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width: 767px){.accordion__section--inner .row{flex-direction:column-reverse}.accordion__banner{text-align:center}.banner__items--thumbnail__img{margin:0 auto}.accordion__wrapper{margin-bottom:30px}}.accordion__items.active{margin-bottom:20px}.accordion__items.active:last-child{margin-bottom:0}.accordion__items.active .accordion__items--button__icon{transform:rotate(180deg);top:28%;transition:.4s}.accordion__items--body{display:none;padding:0 20px}.accordion__items--body__desc{font-size:1.5rem;line-height:2.8rem}.accordion__items--button{border:0;background:var(--white-color);width:100%;padding:13px 50px 13px 15px;text-align:left;margin-bottom:15px;font-size:1.5rem;font-weight:600;position:relative}@media only screen and (min-width: 576px){.accordion__items--button{padding:13px 60px 13px 25px}}@media only screen and (min-width: 992px){.accordion__items--button{padding:15px 70px 15px 35px}}@media only screen and (min-width: 1200px){.accordion__items--button{padding:24px 80px 24px 40px}}.accordion__items--button__icon{width:3rem;height:3rem;background:var(--theme-color);color:var(--white-color);padding:5px;border-radius:50%;position:absolute;top:50%;right:10px;transform:translatey(-50%);transition:.4s}@media only screen and (min-width: 768px){.accordion__items--button__icon{right:15px}}@media only screen and (min-width: 992px){.accordion__items--button__icon{right:35px}}.accordion__items--button>*{pointer-events:none}.breadcrumb__bg{background:url(../img/banner/breadcrumb-bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;height:160px;display:flex;align-items:center;position:relative}@media only screen and (min-width: 768px){.breadcrumb__bg{height:200px}}@media only screen and (min-width: 992px){.breadcrumb__bg{height:230px}}@media only screen and (min-width: 1200px){.breadcrumb__bg{height:280px}}@media only screen and (min-width: 1366px){.breadcrumb__bg{height:320px}}.breadcrumb__content{position:relative}.breadcrumb__content--title.mb-25{margin-bottom:12px}@media only screen and (min-width: 768px){.breadcrumb__content--title.mb-25{margin-bottom:15px}}@media only screen and (min-width: 992px){.breadcrumb__content--title.mb-25{margin-bottom:20px}}@media only screen and (min-width: 1200px){.breadcrumb__content--title.mb-25{margin-bottom:25px}}.breadcrumb__content--menu__items{position:relative;margin-right:20px;padding-right:22px;font-size:16px;line-height:24px}@media only screen and (min-width: 768px){.breadcrumb__content--menu__items{font-size:18px}}.breadcrumb__content--menu__items:last-child{margin-right:0;padding-right:0}.breadcrumb__content--menu__items:last-child:before{display:none}.breadcrumb__content--menu__items:before{position:absolute;content:"";width:3px;height:20px;background:var(--theme-color);right:0;top:4px;border-radius:5px;transform:rotate(30deg)}.shop__header{padding:1.5rem 2rem;border-radius:.5rem}@media only screen and (max-width: 479px){.shop__header{flex-wrap:wrap;justify-content:center}}.product__view--mode__list{margin-right:2rem}.product__view--mode__list:last-child{margin-right:0}@media only screen and (min-width: 992px){.product__view--mode__list{margin-right:2rem}}@media only screen and (min-width: 1200px){.product__view--mode__list{margin-right:2.5rem}}@media only screen and (min-width: 1366px){.product__view--mode__list{margin-right:3.5rem}}@media only screen and (max-width: 991px){.product__view--mode__list{margin-right:0}}.product__view--label{font-weight:600;margin-right:1.2rem}@media only screen and (min-width: 992px){.product__view--label{margin-right:1rem}}@media only screen and (min-width: 1200px){.product__view--label{margin-right:2.5rem}}@media only screen and (min-width: 1366px){.product__view--label{margin-right:3.5rem}}.product__view--select{border:1px solid var(--border-color);padding:.6rem 3rem .6rem 1.2rem;-webkit-appearance:none;cursor:pointer;border-radius:.5rem;background:var(--white-color)}.select.shop__header--select:before{right:14px}.product__grid--column__buttons--icons{border:1px solid var(--border-color);background:var(--white-color);border-radius:.3rem;width:3.7rem;height:3.7rem;line-height:1.1rem;margin-right:10px;text-align:center;padding:0}.product__grid--column__buttons--icons:last-child{margin-right:0}.product__grid--column__buttons--icons:hover,.product__grid--column__buttons--icons.active{color:var(--theme-color);border-color:var(--theme-color)}.product__grid--column__buttons--icons>*{pointer-events:none}.product__view--search__form{width:200px;position:relative}@media only screen and (min-width: 992px){.product__view--search__form{width:190px}}@media only screen and (min-width: 1200px){.product__view--search__form{width:260px}}@media only screen and (min-width: 1366px){.product__view--search__form{width:300px}}.product__view--search__input{width:100%;height:4rem;background:var(--white-color);padding:0 5rem 0 1.5rem;border:1px solid var(--border-color);border-radius:.5rem}@media only screen and (min-width: 992px){.product__view--search__input{font-size:1.5rem}}.product__view--search__input:focus{border-color:var(--theme-color)}.product__view--search__btn{position:absolute;right:0;top:0;border:0;background:var(--theme-color);color:var(--white-color);height:100%;width:4rem;border-radius:0 .5rem .5rem 0}.product__view--search__btn:hover{background:var(--secondary-color)}.product__showing--count{color:var(--light-color);font-weight:500;letter-spacing:.5px}@media only screen and (min-width: 992px){.product__showing--count{font-size:1.5rem;line-height:2.6rem;margin-left:20px}}@media only screen and (min-width: 1200px){.product__showing--count{font-size:1.7rem;line-height:2.8rem;margin-left:20px}}@media only screen and (max-width: 479px){.product__showing--count{text-align:center;width:100%;margin-top:1.2rem}}.offcanvas__filter--sidebar{position:fixed;z-index:9999;top:0;left:0;width:100%;max-width:300px;height:100vh;transition:var(--transition);transform:translate(-100%);background-color:var(--white-color);box-shadow:0 0 10px #00000026;overflow-y:auto}@media only screen and (min-width: 480px){.offcanvas__filter--sidebar{max-width:320px}}.offcanvas__filter--sidebar.active{opacity:1;visibility:visible;transform:translate(0)}.widget__filter--btn{border:1px solid var(--border-color);background:var(--white-color);border-radius:.3rem;padding:.5rem 1.2rem}@media only screen and (max-width: 479px){.widget__filter--btn{margin-right:2.5rem}}.widget__filter--btn:hover{border-color:var(--theme-color);color:var(--theme-color)}.widget__filter--btn:hover span{color:var(--theme-color)}.widget__filter--btn__icon{width:20px}.widget__filter--btn__text{font-weight:600;font-size:1.5rem;margin-left:.7rem}.widget__filter--btn>*{pointer-events:none}.offcanvas__filter--close{display:flex;align-items:center;border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:.3rem;margin:25px;background:var(--white-color)}.offcanvas__filter--close:hover{border-color:var(--theme-color);color:var(--theme-color)}.offcanvas__filter--close__text{font-size:1.5rem;font-weight:600;margin-left:8px}.offcanvas__filter--close>*{pointer-events:none}.shop__sidebar--widget{position:sticky;top:0}.single__widget{margin-bottom:3rem}@media only screen and (min-width: 992px){.single__widget{margin-bottom:4rem}}.single__widget:last-child{margin-bottom:0}.single__widget.widget__bg{padding:2rem;border-radius:.5rem;box-shadow:0 2px 22px #0000001a}.widget__title{font-weight:600;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color2);padding-bottom:1rem}@media only screen and (min-width: 992px){.widget__title{padding-bottom:1.2rem;margin-bottom:2.5rem}}.widget__search--form{position:relative}.widget__search--form__input{width:100%;height:5rem;padding:0 6rem 0 1.2rem;border-radius:.5rem;border:1px solid var(--border-color2)}@media only screen and (min-width: 992px){.widget__search--form__input{font-size:1.5rem}}.widget__search--form__btn{position:absolute;top:0;right:0;border:0;background:var(--theme-color);color:var(--white-color);padding:0;width:4.5rem;height:100%;border-radius:0 .5rem .5rem 0;display:flex;align-items:center;justify-content:center}.widget__search--form__btn:hover{background:var(--secondary-color)}.widget__categories--menu__list{border:1px solid var(--border-color2);margin-bottom:1.5rem;border-radius:.5rem}.widget__categories--menu__list.active .widget__categories--menu__label{margin-bottom:0}.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon{transform:rotate(180deg);top:38%}.widget__categories--menu__label{cursor:pointer;padding:.5rem 1rem;position:relative;transition:var(--transition)}.widget__categories--menu__label:hover{color:var(--secondary-color)}.widget__categories--menu__label>*{pointer-events:none}.widget__categories--menu__text{padding-left:1rem}.widget__categories--menu__img{width:3rem}.widget__categories--menu__arrowdown--icon{position:absolute;right:1.5rem;top:43%;transition:var(--transition)}.widget__categories--sub__menu{display:none;padding:1rem 0;border-top:1px solid var(--border-color2)}.widget__categories--sub__menu--list{margin-bottom:.8rem;padding:0 1rem .8rem;border-bottom:1px solid var(--border-color2)}.widget__categories--sub__menu--list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.widget__categories--sub__menu--img{width:2.8rem}.widget__categories--sub__menu--text{padding-left:1rem;line-height:2.8rem}.widget__form--check__list{margin-bottom:1rem;position:relative}.widget__form--check__list:last-child{margin-bottom:0}.widget__form--check__label{cursor:pointer;line-height:2.8rem;transition:var(--transition);border:1px solid var(--border-color2);background:var(--white-color);padding:.5rem 3rem .5rem 1.5rem;border-radius:.5rem;display:block}.widget__form--check__label:hover{color:var(--secondary-color)}.widget__form--check__input{position:absolute;right:1rem;top:50%;transform:translatey(-50%);opacity:0;cursor:pointer;z-index:999}.widget__form--check__input:checked~.widget__form--checkmark{background-color:var(--secondary-color);border:1px solid var(--secondary-color)}.widget__form--check__input:checked~.widget__form--checkmark:before{display:block}.widget__form--checkmark{height:1.8rem;width:1.8rem;border:1px solid var(--theme-color);border-radius:50%;display:block;position:absolute;top:50%;right:1rem;transform:translatey(-50%);background:var(--white-color);transition:var(--transition)}.widget__form--checkmark:before{right:.5rem;top:.3rem;width:.5rem;height:.8rem;border:solid white;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.price__filter--group{width:46%}.price__filter--label{font-weight:600;margin-bottom:.6rem;display:inline-block}@media only screen and (min-width: 992px){.price__filter--label{font-size:1.5rem}}.price__filter--input{border:1px solid var(--border-color2);padding:.7rem 1rem}.price__filter--currency{font-weight:700;margin-right:.6rem}.price__filter--btn{height:4rem;line-height:4rem}.price__divider{font-size:2rem;padding:2.5rem 1rem 0}.widget__tagcloud--list{display:inline-block;margin:0 8px 8px 0}.widget__tagcloud--link{border:1px solid var(--border-color2);background:var(--white-color);padding:.5rem 1.2rem;line-height:2.5rem;border-radius:.3rem}.widget__tagcloud--link:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}@media only screen and (max-width: 991px){.shop__product--wrapper .product__items--link,.shop__product--wrapper .product__items--img{width:100%}}@media only screen and (max-width: 767px){.product__list--items{align-items:center}}.product__list--items__thumbnail{width:132px}@media only screen and (min-width: 480px){.product__list--items__thumbnail{width:200px}}@media only screen and (min-width: 768px){.product__list--items__thumbnail{width:270px}}.product__list--items__content{width:calc(100% - 132px);padding-left:1.5rem}@media only screen and (min-width: 480px){.product__list--items__content{width:calc(100% - 200px);padding-left:2rem}}@media only screen and (min-width: 768px){.product__list--items__content{width:calc(100% - 270px)}}@media only screen and (min-width: 1200px){.product__list--items__content{padding-left:3rem}}.product__list--items__content--title{font-weight:600}@media only screen and (min-width: 992px){.product__list--items__content--title{font-size:2rem;line-height:2.8rem}}@media only screen and (max-width: 991px){.product__list--items__content--title.mb-10{margin-bottom:3px}}@media only screen and (min-width: 992px){.product__list--items__content--desc{font-size:1.6rem;line-height:2.8rem}}@media only screen and (max-width: 767px){.product__list--items__content--desc{display:none}}@media only screen and (max-width: 991px){.product__list--items__content--desc.mb-20{margin-bottom:13px}}@media only screen and (min-width: 992px){.product__list--items__content .current__price{font-size:1.8rem;line-height:2.6rem}.product__list--items__content .old__price{font-size:1.6rem;line-height:2.6rem}}.pagination__area{padding:1.5rem 2rem;margin-top:3rem}@media only screen and (min-width: 768px){.pagination__area{margin-top:5rem}}.pagination__list{margin-right:1.2rem}.pagination__list:last-child{margin-right:0}.pagination__item{width:4rem;height:4rem;line-height:3.8rem;font-size:1.6rem;font-weight:600;text-align:center;border-radius:50%;border:1px solid var(--border-color2);background:var(--white-color)}.pagination__item--current,.pagination__item:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}.product__details--media{position:sticky;top:0}@media only screen and (max-width: 767px){.product__details--media{margin-bottom:5.7rem}}.product__media--preview__items{position:relative}.product__media--preview__items--link,.product__media--preview__items--img{width:100%;display:block}.product__media--view__icon{position:absolute;top:2rem;left:2rem}.product__media--view__icon--link{width:3.5rem;height:3.5rem;line-height:4.5rem;text-align:center;background:var(--theme-color);border-radius:50%;color:var(--white-color);display:flex;align-items:center;justify-content:center}.product__media--view__icon--link:hover{background:var(--secondary-color);color:var(--white-color)}.product__media--view__icon.media__play{right:2rem;left:auto}.media__play--icon__link{color:var(--theme-color)}.media__play--icon__link:hover{color:var(--secondary-color)}.product__media--nav{margin-top:2rem}.product__media--nav__items{border:1px solid var(--border-color2);padding:.5rem;line-height:1}.product__media--nav__items--img{width:100%;cursor:pointer;display:block}@media only screen and (min-width: 768px){.product__details--info{font-size:1.6rem}}.product__details--info__price .current__price{font-size:1.6rem}@media only screen and (min-width: 992px){.product__details--info__price .current__price{font-size:2.2rem}}.product__details--info__price .old__price{font-size:1.4rem;margin-left:.8rem}@media only screen and (min-width: 992px){.product__details--info__price .old__price{font-size:2rem}}.product__details--info__desc{color:var(--light-color)}@media only screen and (min-width: 992px){.product__details--info__desc{font-size:1.6rem;line-height:2.8rem}}.variant__buy--now__btn{width:100%;font-size:1.5rem;font-weight:600}@media only screen and (min-width: 768px){.variant__buy--now__btn{font-size:1.6rem}}.product__variant--title{font-size:1.5rem;font-weight:700;margin-right:1rem}.product__details--info__meta--list{font-size:1.5rem;margin-bottom:.8rem}.product__details--info__meta--list:last-child{margin-bottom:0}.guarantee__safe--checkout__title{font-size:1.5rem;font-weight:600;margin-bottom:1.2rem}.product__details--tab__section{background:var(--bg-gray-color)}.product__details--tab__section.sidebar__tab--section{padding:1.5rem}@media only screen and (min-width: 768px){.product__details--tab__section.sidebar__tab--section{padding:2.5rem}}@media only screen and (min-width: 1200px){.product__details--tab__section.sidebar__tab--section{padding:3.5rem}}@media only screen and (min-width: 992px) and (max-width: 1199px){.sidebar__tab--section .product__details--tab__list{margin-right:3rem}.sidebar__tab--section .product__details--tab__list:last-child{margin-right:0}}.product__details--tab__inner{background:var(--white-color);padding:1.5rem}@media only screen and (min-width: 768px){.product__details--tab__inner{padding:2rem}}@media only screen and (min-width: 992px){.product__details--tab__inner{padding:3rem}}@media only screen and (max-width: 767px){.product__details--tab{flex-wrap:wrap}.product__details--tab.mb-30{margin-bottom:1.5rem}}@media only screen and (max-width: 575px){.product__details--tab{justify-content:center}}.product__details--tab__list{font-size:1.6rem;line-height:2.6rem;margin-right:5rem;cursor:pointer;transition:var(--transition);position:relative;padding-bottom:.4rem}.product__details--tab__list:before{position:absolute;content:"";width:0;height:1px;background:var(--theme-color);left:50%;right:50%;transition:var(--transition);bottom:0}.product__details--tab__list.active{color:var(--theme-color)}.product__details--tab__list.active:before{width:100%;left:0;right:0}.product__details--tab__list:hover{color:var(--theme-color)}.product__details--tab__list:hover:before{width:100%;left:0;right:0}.product__details--tab__list:last-child{margin-right:0}@media only screen and (min-width: 768px){.product__details--tab__list{font-size:1.7rem}}@media only screen and (min-width: 1200px){.product__details--tab__list{font-size:1.8rem}}@media only screen and (max-width: 767px){.product__details--tab__list{margin:0 1rem 1.3rem}}.product__tab--content__title{font-weight:600;font-size:1.7rem}@media only screen and (min-width: 992px){.product__tab--content__title{font-size:1.8rem}}.product__tab--content__desc{line-height:2.6rem;color:var(--text-gray-color)}@media only screen and (min-width: 992px){.product__tab--content__desc{font-size:1.5rem;line-height:2.8rem}}.product__tab--content__list{line-height:2.6rem;margin-bottom:.6rem;color:var(--text-gray-color)}@media only screen and (min-width: 992px){.product__tab--content__list{font-size:1.5rem;line-height:2.8rem}}.product__tab--content__list:last-child{margin-bottom:0}.product__tab--content__list--icon{width:2rem;vertical-align:middle;margin-right:.5rem}.product__reviews--header{position:relative;border-bottom:1px solid var(--border-color2);padding-bottom:1.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 768px){.product__reviews--header{padding-bottom:2.5rem;margin-bottom:3.5rem}}@media only screen and (max-width: 575px){.product__reviews--header{text-align:center}.reviews__ratting{justify-content:center}}.reviews__ratting--list{margin-right:.4rem}.reviews__ratting--list:last-child{margin-right:0}.reviews__ratting--icon{color:var(--yellow-color)}.reviews__summary--caption{color:var(--theme-color);margin-left:1.2rem}.actions__newreviews--btn{position:absolute;right:0;bottom:2.2rem}@media only screen and (max-width: 575px){.actions__newreviews--btn{position:inherit;bottom:inherit;margin-top:1rem}}.reviews__comment--area{padding:0 2rem;margin-bottom:3rem}@media only screen and (max-width: 767px){.reviews__comment--area{padding:0}}.reviews__comment--thumb{width:85px}@media only screen and (max-width: 575px){.reviews__comment--thumb{margin-bottom:1rem}}.reviews__comment--thumb img{display:block}.reviews__comment--top{margin-bottom:1rem}.reviews__comment--content{width:100%;position:relative}@media only screen and (min-width: 576px){.reviews__comment--content{width:calc(100% - 85px);padding-left:1.5rem}}@media only screen and (min-width: 768px){.reviews__comment--content{padding-left:2.5rem}}.reviews__comment--content__date{border:1px solid var(--border-color2);padding:0 1rem;border-radius:5px;color:var(--light-color);height:3.8rem;line-height:3.8rem}@media only screen and (min-width: 768px){.reviews__comment--content__date{height:4.2rem;line-height:4rem}}@media only screen and (max-width: 479px){.reviews__comment--content__date{padding:0 .8rem;font-size:1.3rem}}.reviews__comment--content__title{font-weight:600;margin-bottom:.8rem}.reviews__comment--content__desc{margin-bottom:0}@media only screen and (min-width: 992px){.reviews__comment--content__desc{font-size:1.5rem;line-height:2.8rem}}@media only screen and (max-width: 575px){.reviews__comment--content .reviews__ratting{justify-content:flex-start}}.reviews__comment--list{border-bottom:1px solid var(--border-color2);padding-bottom:2rem;margin-bottom:2rem}.reviews__comment--list:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}@media only screen and (min-width: 768px){.reviews__comment--list{padding-bottom:2.5rem;margin-bottom:2.5rem}}@media only screen and (max-width: 575px){.reviews__comment--list{flex-direction:column}}.reviews__comment--list.margin__left{margin-left:2.5rem}@media only screen and (min-width: 480px){.reviews__comment--list.margin__left{margin-left:3rem}}@media only screen and (min-width: 992px){.reviews__comment--list.margin__left{margin-left:5rem}}@media only screen and (max-width: 575px){.reviews__comment--reply__title{text-align:center}}.reviews__comment--reply__textarea{width:100%;height:100px;resize:none;padding:1.2rem 1.5rem;border:1px solid var(--border-color2);border-radius:.5rem}@media only screen and (min-width: 768px){.reviews__comment--reply__textarea{height:150px}}@media only screen and (min-width: 992px){.reviews__comment--reply__textarea{font-size:1.5rem}}.reviews__comment--reply__textarea:focus{border-color:var(--secondary-color)}.reviews__comment--reply__input{width:100%;border:1px solid var(--border-color2);height:5rem;border-radius:.5rem;padding:0 1.5rem}@media only screen and (min-width: 992px){.reviews__comment--reply__input{font-size:1.5rem}}.reviews__comment--reply__input:focus{border-color:var(--secondary-color)}.product__details--gallery{position:sticky;top:0}@media only screen and (max-width: 575px){.cart__title{text-align:center}}.cart__table--inner{width:100%;border-spacing:0}@media only screen and (max-width: 575px){.cart__table--header{display:none}}.cart__table--header__list{padding:0 2rem 2rem 0;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-color2)}.cart__table--header__list:last-child{padding-right:0}@media only screen and (min-width: 992px){.cart__table--header__list{font-size:1.5rem}}.cart__table--header__list.text-right{text-align:right}.cart__table--header__list.text-center{text-align:center}@media only screen and (max-width: 575px){.cart__table--body__items{display:flex;flex-direction:column}}.cart__table--body__list{border-bottom:1px solid var(--border-color2);padding:2rem 2rem 2rem 0}.cart__table--body__list:last-child{padding-right:0}@media only screen and (max-width: 575px){.cart__table--body__list{display:flex;justify-content:center;padding:2rem 0}}.cart__thumbnail{max-width:10rem;margin-left:60px;line-height:1}@media only screen and (max-width: 767px){.cart__thumbnail{max-width:8rem}}.cart__content{padding-left:1.5rem}@media only screen and (min-width: 1200px){.cart__content{padding-left:2rem}}.cart__content--variant{display:block;margin-bottom:.5rem;color:var(--light-color);line-height:2.2rem;font-size:1.3rem}.cart__content--variant:last-child{margin-bottom:0}.cart__content--title{margin-bottom:.5rem;line-height:2.5rem}.cart__remove--btn{font-weight:600;width:3rem;height:3rem;text-align:center;line-height:3.7rem;background:var(--white-color);box-shadow:0 2px 22px #00000029;margin-right:1.5rem;border-radius:50%;padding:0;border:0}.cart__remove--btn:hover{color:var(--secondary-color)}.cart__price{font-weight:600}@media only screen and (min-width: 992px){.cart__price{font-size:1.6rem}}.continue__shopping{padding-top:2rem}.continue__shopping--link{font-size:1.5rem;font-weight:600;color:var(--theme-color)}@media only screen and (min-width: 992px){.continue__shopping--link{font-size:1.7rem}}.continue__shopping--clear{font-size:1.5rem;font-weight:600;color:var(--theme-color);border:0;padding:0;background:inherit}@media only screen and (min-width: 992px){.continue__shopping--clear{font-size:1.7rem}}.continue__shopping--clear:hover{color:var(--secondary-color)}.cart__summary{box-shadow:0 2px 22px #00000029;padding:2rem;background:var(--white-color);position:sticky;top:0}@media only screen and (max-width: 991px){.cart__summary{margin-top:7.5rem}}@media only screen and (max-width: 767px){.cart__summary{margin-top:5.5rem}}.cart__summary--total__table{width:100%}.coupon__code--title{font-size:1.7rem;margin-bottom:.7rem;line-height:2.4rem}@media only screen and (min-width: 992px){.coupon__code--title{font-size:2rem}}.coupon__code--desc{color:var(--light-color);margin-bottom:1.5rem}.coupon__code--field__input{border:1px solid var(--border-color);height:4.5rem;padding:0 1rem;width:100px}@media only screen and (min-width: 768px){.coupon__code--field__input{width:160px}}@media only screen and (min-width: 992px){.coupon__code--field__input{width:140px}}@media only screen and (min-width: 1200px){.coupon__code--field__input{width:160px}}.coupon__code--field__input:focus{border-color:var(--secondary-color)}.coupon__code--field__btn{height:4.5rem;line-height:4.5rem;padding:0 2.5rem;margin-left:2rem}@media only screen and (min-width: 1200px){.coupon__code--field__btn{margin-left:3rem}}.cart__note--title{font-size:1.7rem;margin-bottom:.7rem;line-height:2.4rem}@media only screen and (min-width: 992px){.cart__note--title{font-size:2rem}}.cart__note--desc{color:var(--light-color);margin-bottom:1.5rem}.cart__note--textarea{border:1px solid var(--border-color);height:10rem;padding:1rem;width:100%;resize:none}.cart__note--textarea:focus{border-color:var(--secondary-color)}.cart__summary--total__list{margin-bottom:1rem;display:flex;justify-content:space-between}.cart__summary--total__list:last-child{margin-bottom:0}.cart__summary--footer__desc{font-size:1.5rem;color:var(--light-color);margin-bottom:1.5rem}.cart__summary--footer__btn{height:4.5rem;line-height:4.5rem;padding:0 1.5rem}@media only screen and (min-width: 992px){.cart__summary--footer__btn{padding:0 2rem}}@media only screen and (min-width: 1200px){.cart__summary--footer__btn{padding:0 2.5rem}}@media only screen and (max-width: 767px){.wishlist__cart--btn{padding:.5rem 1.2rem;height:auto;line-height:2.4rem;border-radius:5px}}@media only screen and (max-width: 767px){.checkout__page--inner{flex-direction:column}}.checkout__mian{padding:3rem 2rem 0 0;width:60%}.checkout__mian--header{padding:0}@media only screen and (min-width: 992px){.checkout__mian{padding:4rem 5rem 0 0}}@media only screen and (max-width: 767px){.checkout__mian{width:100%;padding:3rem 0 0}}.checkout__sidebar{width:40%;padding:3rem 0 0 2rem;border-left:1px solid var(--border-color2)}@media only screen and (min-width: 992px){.checkout__sidebar{padding:3rem 0 0 4.5rem}}@media only screen and (max-width: 767px){.checkout__sidebar{width:100%;padding:3rem 0 0;display:none}}.checkout__breadcrumb{padding:0;margin:0}@media only screen and (max-width: 767px){.checkout__breadcrumb{margin-top:2.5rem}}.breadcrumb__link{font-size:1.3rem;color:var(--theme-color)}.readcrumb__chevron-icon{color:#737373;width:1.6rem;height:1.6rem;margin:0 .6rem}.breadcrumb__text{color:#737373;font-size:1.3rem}.breadcrumb__text.current{color:var(----black-color)}.order__summary--mobile__version{display:none}@media only screen and (max-width: 767px){.order__summary--mobile__version{display:block}}.order__summary--toggle{width:100%;text-align:left;background:var(--bg-gray-color);border:0;border:1px solid var(--border-color2);padding:1.2rem}.order__summary--toggle__inner{width:100%}.order__summary--toggle__text{color:var(--theme-color)}.order__summary--toggle__icon{color:var(--theme-color);vertical-align:middle;line-height:1.5rem;margin-right:1rem}.summary__table{width:100%}.summary__table--items{flex-direction:row;align-items:center}.summary__table--list{padding:1rem 2rem 1rem 0;border-bottom:1px solid var(--border-color2)}.summary__table--list:last-child{padding-right:0}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.order__summary--final__price{float:right;font-size:1.5rem;font-weight:600}.order__summary--section{background:var(--bg-gray-color);padding:3rem 1rem 1rem}.checkout__checkbox{position:relative}.checkout__checkbox--input{position:absolute;left:-1px;top:45%;transform:translatey(-50%);opacity:0;cursor:pointer;z-index:999}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark{background-color:var(--secondary-color);border:1px solid var(--secondary-color)}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark:before{display:block}.checkout__checkbox--label{padding-left:3rem;cursor:pointer}.checkout__checkbox--checkmark{height:1.8rem;width:1.8rem;border:1px solid var(--border-color);border-radius:.3rem;display:block;position:absolute;top:50%;left:0;transform:translatey(-50%);background:var(--white-color);transition:var(--transition)}.checkout__checkbox--checkmark:before{left:.5rem;top:.3rem;width:.5rem;height:.8rem;border:solid white;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.checkout__input--field{width:100%;border:1px solid var(--border-color2);height:4.5rem;padding:0 1.5rem}.checkout__input--field:focus{border-color:var(--secondary-color)}@media only screen and (max-width: 575px){.checkout__section--header{flex-direction:column;align-items:flex-start}}.section__header--title{font-size:1.8rem;line-height:2.2rem}@media only screen and (min-width: 1200px){.section__header--title{font-size:2rem;line-height:2.4rem}}@media only screen and (max-width: 575px){.section__header--title{margin-bottom:.8rem}}.section__header--desc{color:var(--light-color);margin-top:.5rem}.layout__flex--item{color:var(--text-gray-color)}.layout__flex--item__link{color:var(--theme-color)}.section__shipping--address{padding:3rem 0 2rem}@media only screen and (min-width: 992px){.section__shipping--address{padding:4rem 0 3rem}}.section__shipping--address.pt-10{padding-top:1rem}.section__shipping--address.pt-0{padding-top:0}.checkout__input--select{position:relative}.checkout__input--select__field{width:100%;border:0;height:4.5rem;padding:1.5rem 1.5rem .5rem;border:1px solid var(--border-color2);-webkit-appearance:none;cursor:pointer}.checkout__input--select__field:focus{border-color:var(--secondary-color)}.checkout__select--label{position:absolute;top:.3rem;padding:0 1.8rem;line-height:2rem;font-size:1.2rem;color:var(--light-color)}.previous__link--content{margin-left:2rem;color:var(--theme-color)}.main__footer{padding:2rem 0;border-top:1px solid var(--border-color2)}.product__thumbnail{width:7rem;border:1px solid var(--border-color2);position:relative;line-height:1}.product__thumbnail--quantity{position:absolute;top:-6px;right:-5px;width:2rem;height:2rem;line-height:2rem;background:#7f7f7f;color:var(--white-color);text-align:center;border-radius:50%;font-size:1.2rem}.product__description{padding-left:1.5rem}.product__description--name{font-size:1.4rem;line-height:2rem;font-weight:600;opacity:.9}.product__description--variant{font-size:1.2rem;color:var(--light-color);line-height:2rem}.checkout__product--table{margin-bottom:2rem}.checkout__product--table .cart__table--body__list{padding:1rem 2rem 1rem 0}.checkout__product--table .cart__table--body__list:last-child{padding-right:0}.checkout__discount--code{margin-bottom:2.5rem}.checkout__discount--code__input--field{width:100%;border:1px solid var(--border-color2);height:4.5rem;padding:0 1.5rem}.checkout__discount--code__input--field:focus{border-color:var(--secondary-color)}.checkout__discount--code__btn{height:4.5rem;line-height:4.5rem;margin-left:2rem;padding:0 2.5rem}.checkout__total{border-top:1px solid var(--border-color2);padding-top:1.2rem}.checkout__total--table{width:100%}.checkout__total--calculated__text{font-size:1.3rem;color:var(--text-gray-color)}.checkout__total--title{color:var(--text-gray-color)}.checkout__total--footer__list{padding-top:3rem;position:relative}.checkout__total--footer__list:before{position:absolute;content:"";width:100%;height:1px;background:#e4e4e4;top:1.5rem;left:0}.checkout__total--footer__title{font-size:1.6rem}.checkout__total--footer__amount{font-size:2.2rem;font-weight:600}.checkout__contact--information2{border:1px solid var(--border-color2);padding:1rem 2rem}.checkout__review{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border-color2)}.checkout__review:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.checkout-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:14px 28px;font-weight:600;font-size:1rem;border-radius:999px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;box-shadow:0 2px 6px #0000000d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px #00000014}.checkout-btn:focus{outline:none;box-shadow:0 0 0 4px #19875433}.checkout-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.checkout-btn:hover:disabled{transform:none;box-shadow:0 2px 6px #0000000d}.checkout-btn--primary{background:#198754;color:#fff}.checkout-btn--primary:hover:not(:disabled){background:#157347;box-shadow:0 6px 14px #19875459}.checkout-btn--primary:focus{box-shadow:0 0 0 4px #19875440}.checkout-btn--secondary{background:#146c43;color:#fff}.checkout-btn--secondary:hover:not(:disabled){background:#0f5132;box-shadow:0 6px 14px #146c4359}.checkout-btn--secondary:focus{box-shadow:0 0 0 4px #146c4340}.checkout-btn--danger{background:#ff7800;color:#fff;border:none}.checkout-btn--danger:hover:not(:disabled){background:#e66b00;box-shadow:0 6px 14px #ff780059}.checkout-btn--danger:focus{outline:none;box-shadow:0 0 0 4px #ff780040}.checkout-btn--previous{background:#ff7800;color:#fff;border:none}.checkout-btn--previous:hover:not(:disabled){background:#e66b00;box-shadow:0 6px 14px #ff780059}.checkout-btn--previous:focus{outline:none;box-shadow:0 0 0 4px #ff780040}.checkout-btn--next{background:#198754;color:#fff;border:none}.checkout-btn--next:hover:not(:disabled){background:#157347;box-shadow:0 6px 14px #19875459}.checkout-btn--next:focus{box-shadow:0 0 0 4px #19875440}@media (min-width: 992px){.btn-previous-width{width:40%!important}.btn-next-width{width:60%!important}.w-lg-70{width:70%!important}.checkout-actions__primary-wrap{flex:1;display:flex;justify-content:center}}.checkout-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem}#checkoutTotalBlock{margin-top:1.25rem;padding:1.25rem 1.5rem;background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s ease}#checkoutTotalBlock .checkout-total-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;min-height:1.5rem}#checkoutTotalBlock .checkout-total-row--delivery{display:none}#checkoutTotalBlock .checkout-total-row--delivery.is-visible{display:flex}#checkoutTotalBlock .checkout-total-label{color:#6b7280;font-size:.9375rem}#checkoutTotalBlock .checkout-total-value{font-weight:600}#checkoutTotalBlock .checkout-total-row--total{padding-top:.75rem;margin-top:.25rem;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;gap:.5rem}#checkoutTotalBlock .checkout-total-row--total .checkout-total-label{font-weight:700;font-size:1rem;color:#111827}#checkoutTotalBlock .checkout-total-row--total .checkout-total-value{font-size:1.25rem;font-weight:700;color:#198754}#checkoutTotalBlock .checkout-total-value--free{color:#198754;font-weight:600}#checkoutTotalBlock.is-updated{box-shadow:0 4px 16px #0000001a}@media only screen and (max-width: 575px){.checkout-actions{flex-direction:column}.checkout-actions__primary-wrap,.checkout-btn{width:100%}.checkout__review--inner{flex-direction:column;align-items:flex-start}}.checkout__review--label{color:#737373;width:6.5rem}@media only screen and (min-width: 768px){.checkout__review--label{width:8rem}}@media only screen and (min-width: 576px){.checkout__review--content{margin-left:1rem}}@media only screen and (min-width: 768px){.checkout__review--content{margin-left:1.5rem}}.checkout__review--link__text{color:var(--theme-color);border:0;padding:0;background:inherit}.checkout__review--link__text:hover{color:var(--secondary-color)}.shipping__contact--box{border:1px solid var(--border-color2);padding:1rem 2rem}.shipping__contact--box__list{display:table;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border-color2)}.shipping__contact--box__list:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.shipping__radio--input{display:table-cell;padding-right:1.5rem}.shipping__radio--label,.shipping__radio--label__primary{display:table-cell;width:100%}.shipping__radio--label__price{display:table-cell;text-align:right;padding-left:1.5rem}.checkout__content--step__inner3{border:1px solid var(--border-color2)}.checkout__address--content__header{border-bottom:1px solid var(--border-color2);padding:1rem 1.5rem}.checkout__content--input__box--wrapper{padding:1.5rem;background-color:#fafafa;border-radius:0 0 .5rem .5rem}.checkout__input--field__button{position:absolute;padding:0;border:0;right:1.2rem;top:50%;background:inherit;transform:translatey(-50%);line-height:1}.checkout__header--style3{padding-left:5.5rem}.checkout__submission--icon{position:absolute;top:0;left:0;width:4rem;height:4rem;border:2px solid var(--theme-color);border-radius:50%;text-align:center;line-height:5.2rem}.checkout__submission--icon svg{color:var(--theme-color)}.checkout__order--number{color:var(--light-color);padding-bottom:.3rem}.order__confirmed--area{border:1px solid var(--border-color2);padding:1.5rem}.order__confirmed--desc{color:var(--light-color)}.customer__information--title{margin-bottom:1.2rem}.customer__information--area{border:1px solid var(--border-color2);padding:1.5rem}.customer__information--list{width:50%;margin-right:2rem}.customer__information--list:last-child{margin-right:0}.customer__information--subtitle{font-size:1.4rem;font-weight:600}.customer__information--step{margin-bottom:1.2rem}.customer__information--step:last-child{margin-bottom:0}.customer__information--text,.customer__information--text__link{font-size:1.3rem;color:var(--light-color);display:inline-block;line-height:2.2rem}.account__wrapper.account__wrapper--style4{width:100%}.my__account--section__inner{background:var(--white-color);box-shadow:0 2px 22px #00000029;padding:3rem 2rem}@media only screen and (min-width: 1199px){.my__account--section__inner{padding:5rem 4rem}}@media only screen and (max-width: 991px){.my__account--section__inner{flex-direction:column}}.account__left--sidebar{border-right:1px solid var(--border-color2);padding-right:3rem;margin-right:3rem;width:18rem}@media only screen and (min-width: 1199px){.account__left--sidebar{padding-right:5rem;margin-right:5rem;width:23rem}}@media only screen and (max-width: 991px){.account__left--sidebar{width:100%;padding-right:0;margin-right:0;border-right:0;border-bottom:1px solid var(--border-color2);padding-bottom:2.5rem;margin-bottom:2.5rem}}.account__wrapper{width:calc(100% - 18rem)}@media only screen and (min-width: 1199px){.account__wrapper{width:calc(100% - 23rem)}}@media only screen and (max-width: 991px){.account__wrapper{width:100%}}@media only screen and (max-width: 1500px){.account__menu{display:flex;flex-direction:column;width:250px;margin-right:3rem}}@media only screen and (max-width: 479px){.account__menu{display:flex;flex-direction:column;margin-right:0}}.account__menu--list{font-size:1.5rem;line-height:2.5rem;font-weight:600;cursor:pointer;transition:var(--transition);margin-bottom:10px}.account__menu--list:last-child{margin-bottom:0}.account__menu--list:hover,.account__menu--list.active{color:var(--secondary-color)}@media only screen and (min-width: 992px){.account__menu--list{font-size:1.6rem}}.account__details.two{padding-top:0}@media only screen and (min-width: 992px){.account__details{padding-top:3rem}}@media only screen and (max-width: 479px){.account__details{padding-top:3rem}}.account__details--title{margin-bottom:1rem}.account__details--desc{color:var(--text-gray-color);line-height:3rem;margin-bottom:2rem;font-size:1.5rem}.account__details--link{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color);font-size:1.5rem}.account__details--link:hover{color:var(--primary-color);border-color:var(--primary-color)}.new__address--btn{padding:0 2.5rem}@media only screen and (min-width: 992px){.new__address--btn{font-size:1.5rem}}.account__details--footer{margin-top:3rem}.account__details--footer__btn{background:var(--white-color);border:1px solid var(--black-color);padding:0 2.5rem;height:4.5rem;line-height:4.1rem;border-radius:2.5rem;margin-right:1rem;font-size:1.5rem}.account__details--footer__btn:last-child{margin-right:0}.account__details--footer__btn:hover{color:var(--secondary-color);border-color:var(--secondary-color)}.account__welcome--text{font-size:1.6rem;margin-bottom:2rem}@media only screen and (min-width: 992px){.account__welcome--text{font-size:1.8rem;margin-bottom:3rem}}.account__content--title{font-weight:600}.account__table{width:100%;border:1px solid var(--border-color2);border-spacing:0;border-bottom:0}@media only screen and (max-width: 479px){.account__table{border:0}}@media only screen and (max-width: 767px){.account__table--header{display:none}}.account__table--header__child--items{text-align:left;border-bottom:1px solid var(--border-color2);padding:1.7rem 1.3rem;font-size:1.5rem}.account__table--header__child--items:last-child{text-align:right}@media only screen and (min-width: 1200px){.account__table--header__child--items{font-size:1.6rem;padding:1.7rem 1.5rem}}@media only screen and (max-width: 767px){.account__table--body.mobile__none{display:none}}.account__table--body.mobile__block{display:none}@media only screen and (max-width: 767px){.account__table--body.mobile__block{display:block}.account__table--body__child{display:flex;flex-direction:column;margin-bottom:2rem;border-bottom:1px solid #ddd;padding-bottom:2rem}.account__table--body__child:last-child{margin-bottom:0}}.account__table--body__child--items{border-bottom:1px solid var(--border-color2);padding:1.7rem 2rem;color:var(--text-gray-color)}.account__table--body__child--items:last-child{text-align:right}@media only screen and (max-width: 767px){.account__table--body__child--items{padding:.5rem 2rem;display:flex;justify-content:space-between;border:0}}@media only screen and (max-width: 479px){.account__table--body__child--items{padding:.5rem 0}}.ctn-preloader{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;left:0;top:0;width:100%;z-index:9999;pointer-events:none}.ctn-preloader .animation-preloader{position:absolute;z-index:100}.ctn-preloader .animation-preloader .spinner{animation:spinner 1s infinite linear;border-radius:50%;border:4px solid var(--light-color2);border-top-color:var(--black-color);height:9em;margin:0 auto 3.5em;width:9em}.ctn-preloader .animation-preloader .txt-loading{font-weight:900;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--light-color2);font-size:3.5rem}.ctn-preloader .animation-preloader .txt-loading .letters-loading:before{animation:letters-loading 5s infinite;color:var(--black-color);content:attr(data-text-preloader);left:0;opacity:0;position:absolute;top:0;transform:rotateY(-90deg);-webkit-animation:letters-loading 5s infinite}.ctn-preloader .animation-preloader .txt-loading .letters-loading{color:#0003;position:relative}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before{animation-delay:.2s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before{animation-delay:.3s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before{animation-delay:.4s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before{animation-delay:.5s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before{animation-delay:.6s}.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before{animation-delay:.7s}.ctn-preloader .loader-section{background:var(--white-color);height:100%;position:fixed;top:0;width:calc(50% + 1px)}.ctn-preloader .loader-section.section-left{left:0}.ctn-preloader .loader-section.section-right{right:0}.loaded .animation-preloader{opacity:0;transition:.5s ease-out;-webkit-transition:.5s ease-out;-moz-transition:.5s ease-out;-ms-transition:.5s ease-out;-o-transition:.5s ease-out}.loaded .loader-section.section-left{transition:.7s .3s all cubic-bezier(.1,.1,.1,1);transform:translate(-101%)}.loaded .loader-section.section-right{transition:.7s .3s all cubic-bezier(.1,.1,.1,1);transform:translate(101%)}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes letters-loading{0%,75%,to{opacity:0;transform:rotateY(-90deg)}25%,50%{opacity:1;transform:rotateY(0)}}@media screen and (max-width: 767px){.ctn-preloader .animation-preloader .spinner{height:8em;width:8em}.ctn-preloader .animation-preloader .txt-loading{font-size:2.5rem}}@media screen and (max-width: 500px){.ctn-preloader .animation-preloader .spinner{height:7em;width:7em}}.privacy__policy--content{margin-bottom:2rem}.privacy__policy--content:last-child{margin-bottom:0}.privacy__policy--content__title{font-size:2rem;line-height:2.5rem;margin-bottom:1rem;font-weight:500}@media only screen and (min-width: 768px){.privacy__policy--content__title{font-size:2.2rem;line-height:2.5rem}}@media only screen and (min-width: 1600px){.privacy__policy--content__title{font-size:2.5rem;line-height:2.8rem;margin-bottom:1.2rem}}.privacy__policy--content__subtitle{font-size:1.8rem;line-height:2.5rem;margin-bottom:.8rem;font-weight:500}@media only screen and (min-width: 1600px){.privacy__policy--content__subtitle{font-size:2.2rem;line-height:2.5rem;margin-bottom:1rem}}.privacy__policy--content__desc{font-size:1.5rem;margin-bottom:1.5rem;line-height:2.6rem}@media only screen and (min-width: 1200px){.privacy__policy--content__desc{font-size:1.6rem;line-height:2.8rem}}.cart-loading{opacity:.6;pointer-events:none;position:relative}.cart-loading:after{content:"";width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;position:absolute;right:-22px;top:50%;transform:translateY(-50%);animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.header-cart-btn{position:relative;width:42px;height:42px;border-radius:50%;background:var(--theme-color);color:#fff;display:flex;align-items:center;justify-content:center;transition:all .25s ease;box-shadow:0 6px 16px #0000002e}.header-cart-btn:hover{transform:translateY(-2px) scale(1.05);background:var(--secondary-color)}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:#ff3b3b;color:#fff;font-size:12px;font-weight:700;border-radius:20px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 8px #00000040;opacity:1;transform:scale(1);transition:opacity .25s ease,transform .25s ease}.cart-badge.bump{animation:bump .3s ease}@keyframes bump{0%{transform:scale(1)}30%{transform:scale(1.35)}60%{transform:scale(.95)}to{transform:scale(1)}}.categories__menu--header{pointer-events:auto;cursor:pointer;position:relative;z-index:50}.cart-badge[data-count="0"],.cart-badge:empty{opacity:0;transform:scale(.6);pointer-events:none}.add-to-cart.cart-loading{pointer-events:none;opacity:.7}.add-to-cart.added{animation:addPulse .35s ease}@keyframes addPulse{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.cart-badge,.mobile-cart-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;font-size:11px;font-weight:600;border-radius:50%;background:#ff3b3b;color:#fff;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}.header-cart-btn,.cart-btn{position:relative}.wishlist-btn{border:2px solid white;width:36px;height:36px;z-index:10;transition:all .2s ease}.wishlist-btn:hover{transform:scale(1.05)}.order-tracker{display:flex;justify-content:space-between;position:relative;max-width:850px;margin:40px auto}.order-tracker:before,.order-tracker:after{content:"";position:absolute;top:28px;left:28px;right:28px;height:1.5px;border-radius:1px;z-index:0}.order-tracker:before{background:#eef1f4}.order-tracker:after{left:28px;right:28px;background:#2e8b57;width:auto;transform-origin:left center;transform:scaleX(0);transition:transform .5s cubic-bezier(.4,0,.2,1)}.order-tracker[data-progress="0"]:after{transform:scaleX(0)}.order-tracker[data-progress="1"]:after{transform:scaleX(.25)}.order-tracker[data-progress="2"]:after{transform:scaleX(.5)}.order-tracker[data-progress="3"]:after{transform:scaleX(.75)}.order-tracker[data-progress="4"]:after{transform:scaleX(1)}.tracker-step{flex:1;text-align:center;position:relative;z-index:1}.tracker-circle{width:56px;height:56px;margin:0 auto 10px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tracker-circle i{font-size:22px;color:#6c757d}.tracker-step.active .tracker-circle{background:#2e8b57;box-shadow:none}.tracker-step.active .tracker-circle i{color:#fff}.tracker-step.current .tracker-circle{background:#2e8b57;box-shadow:0 0 0 6px #2e8b5726;transform:scale(1.08)}.tracker-step.current .tracker-circle i{color:#fff}.tracker-label{font-size:13px;font-weight:500;color:#6b7280;max-width:120px;margin:0 auto;line-height:1.3}.tracker-step.active .tracker-label,.tracker-step.current .tracker-label{color:#2e8b57;font-weight:600}.order-tracker.cancelled .tracker-step.active .tracker-circle,.order-tracker.cancelled .tracker-step.current .tracker-circle{background:#dc3545!important}@media (hover: hover){.tracker-step:hover .tracker-circle{transform:scale(1.05);transition:transform .25s ease}}.tracker-label{word-break:break-word}@media (max-width: 768px){.order-tracker:before,.order-tracker:after{display:none!important}.order-tracker{flex-direction:column;gap:18px;padding:0;margin:20px 0}.tracker-step{display:flex;align-items:center;gap:18px;text-align:left;padding:6px 0;min-height:56px}.tracker-circle{width:48px!important;height:48px!important;min-width:48px;flex-shrink:0;margin:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.tracker-circle i{font-size:18px}.tracker-step:not(.active):not(.current) .tracker-circle{background:#f1f3f5}.tracker-step:not(.active):not(.current) .tracker-circle i{color:#adb5bd}.tracker-step.active .tracker-circle{background:#2e8b57}.tracker-step.active .tracker-circle i{color:#fff}.tracker-step.current{background:#2e8b570f;border-radius:16px;padding:10px 12px}.tracker-step.current .tracker-circle{background:#2e8b57;box-shadow:0 0 0 5px #2e8b5726}.tracker-step.current .tracker-circle i{color:#fff}.tracker-label{flex:1;font-size:15px;line-height:1.4;max-width:100%;word-break:break-word}.tracker-step:not(.active):not(.current) .tracker-label{color:#9ca3af}.tracker-step.active .tracker-label,.tracker-step.current .tracker-label{color:#2e8b57;font-weight:600}}.account-panel{--theme-color: #2E8B57;--theme-dark: #1f6f46;--account-danger: #dc3545}.account-sidebar-card{border-radius:16px;box-shadow:0 8px 30px #0000000d;transition:all .25s ease}.account-sidebar-card:hover{transform:translateY(-2px)}.account-title{font-size:13px;letter-spacing:1px;font-weight:600;color:#888}.account-nav .nav-link{border-radius:12px;padding:10px 14px;font-weight:500;color:#333;transition:all .2s ease}.account-nav .nav-link i{font-size:16px}.account-nav .nav-link:hover{background:#2e8b5714;color:var(--theme-color)}.account-nav .nav-link.active{background:var(--theme-color);color:var(--white-color);box-shadow:0 6px 16px #2e8b5733}.btn-theme{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:500;border-radius:12px;border:2px solid transparent;transition:var(--transition);cursor:pointer;text-decoration:none}.btn-theme:focus{outline:none}.btn-theme.btn-theme-sm{padding:.35rem .75rem;font-size:.875rem}.btn-theme-primary{background:var(--theme-color);color:var(--white-color);border-color:var(--theme-color)}.btn-theme-primary:hover{background:var(--theme-color5);border-color:var(--theme-color5);color:var(--white-color)}.btn-theme-secondary{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}.btn-theme-secondary:hover{background:var(--secondary-color2);border-color:var(--secondary-color2);color:var(--white-color)}.btn-theme-outline{background:transparent;color:var(--theme-color);border-color:var(--theme-color)}.btn-theme-outline:hover{background:var(--theme-color4);color:var(--theme-color5);border-color:var(--theme-color5)}.btn-theme-danger{background:transparent;color:var(--account-danger);border-color:var(--account-danger)}.btn-theme-danger:hover{background:var(--account-danger);color:var(--white-color);border-color:var(--account-danger)}.account-logout-btn{border-radius:12px;font-weight:500;transition:all .2s ease}.account-logout-btn:hover{transform:translateY(-2px)}.account-mobile-nav{border-radius:14px;background:#f8f9fa;padding:8px}.account-mobile-nav .nav-link{border-radius:10px;padding:8px 6px;font-size:13px;color:var(--dark-color);background:transparent;transition:var(--transition)}.account-mobile-nav .nav-link:hover{background:var(--theme-color4);color:var(--theme-color)}.account-mobile-nav .nav-link.active{background:var(--theme-color);color:var(--white-color);border-color:transparent}.account-mobile-nav .nav-link.active:hover{background:var(--theme-color5);color:var(--white-color)}.account-content{border-radius:18px;background:#fff;padding:24px;box-shadow:0 8px 30px #0000000a}.product-stock{display:flex;align-items:center}.stock-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:30px;font-size:14px;font-weight:500;letter-spacing:.3px;animation:fadeStock .35s ease}.stock-dot{width:8px;height:8px;border-radius:50%}.stock-badge--in{background:#2e8b571f;color:var(--theme-color)}.stock-badge--in .stock-dot{background:var(--theme-color)}.stock-badge--low{background:#ff780026;color:var(--secondary-color2)}.stock-badge--low .stock-dot{background:var(--secondary-color2)}.stock-badge--out{background:#dc35451f;color:#dc3545}.stock-badge--out .stock-dot{background:#dc3545}@keyframes fadeStock{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.home-wrapper{max-width:1200px;width:100%;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.home-wrapper h2{font-weight:600;font-size:26px;margin-bottom:25px;position:relative}.home-wrapper h2:after{content:"";width:60px;height:3px;background:#2e8b57;display:block;margin:10px auto 0;border-radius:3px}.banner-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:all .3s}.banner-wrapper:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}.banner-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-card{border:none;border-radius:14px;transition:.25s;background:#fff}.category-card i{font-size:28px;margin-bottom:10px;color:#2e8b57}.category-card span{font-size:14px;font-weight:500}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.row.row-cols-md-4{row-gap:22px}.more-btn{border-radius:50px;padding:8px 14px;transition:.2s}.more-btn:hover{background:#2e8b57;color:#fff}@media (max-width:768px){.home-wrapper h2{font-size:22px}}.checkout-page .checkout-delivery-option{position:relative;display:flex;align-items:center;gap:12px;height:60px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s ease}.checkout-page .checkout-delivery-option:hover{border-color:#22c55e;background:#f9fdf9}.checkout-page .checkout-delivery-option *{pointer-events:none}.checkout-page .checkout-delivery-option{pointer-events:auto}.checkout-page .checkout-delivery-option--selected{border-color:#16a34a!important;background:#f0fdf4}.checkout-page .option-asap:not(.checkout-delivery-option--selected):hover{border-color:#22c55e;background:#f0fdf4}.checkout-page .option-custom:not(.checkout-delivery-option--selected):hover{border-color:#3b82f6;background:#eff6ff}.checkout-page .option-asap.checkout-delivery-option--selected{border-color:#16a34a!important;background:#ecfdf5}.checkout-page .option-custom.checkout-delivery-option--selected{border-color:#2563eb!important;background:#eff6ff}.checkout-page .custom-radio-ui{width:20px;height:20px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.checkout-page .custom-radio-ui:after{content:"";width:10px;height:10px;border-radius:50%;background:transparent;transition:all .2s ease}.checkout-page .custom-radio:checked+.custom-radio-ui{border-color:#16a34a;background:#16a34a}.checkout-page .custom-radio:checked+.custom-radio-ui:after{width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);background:transparent}.checkout-page .custom-radio:checked~span,.checkout-page .custom-radio:checked~div span{color:#16a34a;font-weight:600}.checkout-page .asap-preview-wrapper{text-align:right}.checkout-page .asap-preview{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.checkout-page .asap-date{font-size:12px;color:#9ca3af}.checkout-page .asap-time{font-size:14px;font-weight:600;color:#16a34a}.checkout-page .custom-time-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:16px;margin-top:10px}.checkout-page .custom-time-card:hover{border-color:#22c55e;background:#f0fdf4;transition:.2s}.checkout-page .input-icon-wrapper{position:relative}.checkout-page .input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px;pointer-events:none}.checkout-page .uniform-input{height:48px;border-radius:10px;font-size:14px;padding-right:38px;border:1px solid #e5e7eb;background:#fff}.checkout-page .uniform-input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.checkout-page .form-label{font-size:13px;font-weight:500}.checkout-page .checkout-section-label{font-size:12px;font-weight:600;color:#6b7280;margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.text-center{text-align:center!important}::-moz-selection{background:#2e8b57;color:#fff}::selection{background:#2e8b57;color:#fff}:target{scroll-margin-top:100px}.main__logo{font-size:2rem;font-weight:700;transition:transform .3s ease}.main__logo:hover{transform:scale(1.1)}html,body{margin:0;padding:0}body{min-height:100vh}.account-content{flex:1;min-height:0}.account-panel .col-lg-9{overflow:visible!important}.body-bg-white{background-color:#fff}footer .fas{color:#2e8b57}.footer-icon-lg{font-size:1.5rem}.product-img-wrapper{height:170px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 auto;background-color:#f9f9f9;padding:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.product-img-wrapper img{max-height:160px;width:auto;-o-object-fit:contain;object-fit:contain}.product-image{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.product-image picture{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-image img{max-width:90%;max-height:90%;-o-object-fit:contain;object-fit:contain}.product-card .product-image{width:100%;height:170px;aspect-ratio:auto;padding:.5rem}.product-card .product-image img{max-height:160px;height:auto;width:auto;-o-object-fit:contain;object-fit:contain}.product-card{display:grid;grid-template-rows:auto 3.2em auto;height:100%;min-height:360px;box-shadow:0 4px 7px #dddfe3;border-radius:12px;transition:all .2s ease}.product-card:hover{box-shadow:0 6px 14px #d0d3d9;transform:translateY(-2px)}.product-card>a:first-of-type{grid-row:1;min-height:0}.product-card .card-body{grid-row:2 / 4;display:flex;flex-direction:column;height:100%}.product-card .mt-auto{margin-top:auto}.product-card .product-img-wrapper{width:100%;overflow:hidden;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-card .product-img-wrapper:not(.product-image){height:180px}.product-card .product-img-wrapper:not(.product-image) img,.product-card .product-img-wrapper:not(.product-image) picture img{height:180px;-o-object-fit:cover;object-fit:cover;width:100%}.product-title{min-height:44px;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.toggle-wishlist i{transition:color .3s ease}.wishlist-btn,.wishlist-btn-size{width:38px;height:38px;min-width:38px;min-height:38px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center}.wishlist-btn.btn,.wishlist-btn-size.btn{aspect-ratio:1 / 1}.wishlist-btn i,.wishlist-btn-size i{font-size:1rem;line-height:1}.hover-shadow:hover{box-shadow:0 .5rem 1rem #00000026!important;transition:box-shadow .3s ease-in-out}.category-card{width:150px;height:75px;padding:.25rem;box-shadow:0 4px 7px #dddfe3;border-radius:12px;transition:all .2s ease}.category-card:hover{box-shadow:0 6px 14px #d0d3d9;transform:translateY(-2px)}.category-card .card-body{display:flex;align-items:center;justify-content:center;gap:8px;height:100%;padding:0}.category-card i{display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:6px;color:var(--theme-color);flex-shrink:0}.category-card span{font-size:1rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.category-section-mobile{margin:12px 0;padding:12px 0;border-top:2px solid var(--theme-color);border-bottom:2px solid var(--theme-color)}@media (min-width:992px){.category-section-mobile{border:none;padding:0;margin:0;box-shadow:none}}#category-list{margin-top:6px}@media (min-width: 769px){#category-list{row-gap:20px}}@media (max-width: 768px){#category-list{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;gap:12px;padding-left:12px;padding-right:12px;margin:0!important;--bs-gutter-x: 0 !important;--bs-gutter-y: 0 !important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}#category-list::-webkit-scrollbar{display:none}#category-list>*{padding-left:0!important;padding-right:0!important}#category-list>.category-item{flex:0 0 auto;width:auto;padding:0!important;margin:0!important;scroll-snap-align:start}#category-list .category-item.extra-category{display:block!important}.more-btn{display:none!important}#category-list:after{content:"";position:absolute;right:0;top:0;height:100%;width:30px;pointer-events:none;background:linear-gradient(to right,#fff0,#fff)}}.carousel-row>.col{padding:2px;display:flex;justify-content:center}.carousel-control-prev{left:-90px}.carousel-control-next{right:-90px}@media (max-width: 576px){.carousel-control-prev,.carousel-control-next{display:none}}@media (max-width: 767.98px){.hide-on-mobile{display:none!important}}.more-btn{padding:.25rem .5rem;border-radius:50%;border:1px solid #ccc;background-color:#2e8b57;transition:all .3s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.more-btn:hover{background-color:#e6ac00;border-color:#bbb}.more-btn i{font-size:1rem;transition:transform .3s ease}.banner-wrapper{width:100%;height:100%;overflow:hidden;border-radius:1.5rem;display:flex;justify-content:center;align-items:center}.banner-wrapper img.banner-img{min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;display:block}.mobile-banner-wrapper{width:100%;overflow:hidden;border-radius:1.5rem}#bannerCarouselMobile img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;max-height:180px}#bannerCarouselMobile .carousel-item.active,#bannerCarouselMobile .carousel-item-next,#bannerCarouselMobile .carousel-item-prev{display:flex;align-items:center}.basket-item{border-radius:16px;transition:.3s ease;border:1px solid #f1f1f1}.basket-item:hover{box-shadow:0 15px 35px #0000000a}.quantity-box{position:relative;display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:50px;overflow:hidden;background:#fff;height:42px}.quantity-box.loading{opacity:.85;pointer-events:none;transition:.2s ease;position:relative}.quantity-box.loading .qty-number,.quantity-box.loading .qty-input{display:none}.quantity-box.loading:after{content:"";position:absolute;left:50%;top:50%;margin-left:-8px;margin-top:-8px;width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:var(--theme-color);border-radius:50%;animation:basket-spin .6s linear infinite}@keyframes basket-spin{to{transform:rotate(360deg)}}.basket-item.loading{position:relative;overflow:hidden}.basket-item.loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0,#fff9,#fff0);animation:basket-shimmer 1.2s infinite;pointer-events:none}@keyframes basket-shimmer{to{transform:translate(100%)}}.basket-item.removing{opacity:0;transform:translate(30px);transition:.4s cubic-bezier(.4,0,.2,1)}#toast-container{position:fixed;top:20px;right:20px;z-index:9999}#toast-container .toast-basket{background:#fff;border-left:4px solid var(--theme-color);padding:12px 18px;margin-bottom:10px;border-radius:10px;box-shadow:0 10px 30px #00000014;animation:toast-slide-in .3s ease}#toast-container .toast-basket.toast-error{border-left-color:#dc3545}@keyframes toast-slide-in{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.qty-btn{width:40px;height:42px;border:none;background:transparent;font-size:18px;font-weight:500;color:#444;transition:.2s ease}.qty-btn:hover{color:#000;background:#0000000a}.qty-number{width:45px;text-align:center;font-weight:600}.qty-input{width:48px;text-align:center;border:none;font-weight:600;font-size:15px;background:transparent}.qty-input:focus{outline:none}.qty-input-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:50px}.qty-error{position:absolute;margin-top:42px;font-size:12px;color:#dc3545;left:0}.qty-unit{font-size:13px;opacity:.7;white-space:nowrap}.qty-input.invalid{border-bottom:1px solid #dc3545;animation:basket-shake .25s ease}@keyframes basket-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.qty-input.corrected{background:#ffc10726;transition:.3s ease}.basket-summary{border-radius:20px}@media (min-width: 992px){.basket-summary{position:sticky;top:20px}}.empty-cart .empty-icon{font-size:60px;opacity:.5}.basket-remove{color:#dc3545;background:none!important;border:none!important;padding:0;opacity:.5;transition:.2s ease;display:flex;align-items:center}.basket-remove:hover{opacity:1;transform:scale(1.1)}.basket-remove-form{display:flex;align-items:center}.basket-confirm-btn{display:flex;align-items:center;justify-content:center;font-weight:600;letter-spacing:.3px}.basket-item .col-md-3{display:flex;align-items:center;justify-content:flex-start}@media (max-width: 767.98px){.basket-item .col-md-3{justify-content:center}}.qty-updated{transform:scale(1.1);transition:.2s ease}.slide-in-summary{transform:translate(40px);opacity:0;transition:.6s ease}.slide-in-summary.visible{transform:translate(0);opacity:1}.basket-table-cells td,.basket-table-cells th{vertical-align:middle!important}.shop-section{background-color:#f8f9fa}.shop-section .card{border:none;border-radius:1rem;transition:box-shadow .3s ease}.shop-section .card:hover{box-shadow:0 .5rem 1rem #1987544d}.shop-btn-group .btn,.shop-section .btn-group .btn{transition:background-color .3s ease,color .3s ease}.shop-btn-group .btn.active,.shop-btn-group .btn:hover,.shop-section .btn-group .btn.active,.shop-section .btn-group .btn:hover{background-color:#198754;color:#fff;border-color:#198754}@media (max-width: 991.98px){.btn-group.d-lg-none{margin-left:auto}}.shop-section .offcanvas{width:280px}.shop-section .form-control,.shop-section .form-select{height:44px;border-radius:10px}.shop-section .product-item{transition:.25s}.shop-section .product-item:hover{transform:translateY(-4px)}#product-list.list-view .product-item{flex:0 0 100%;max-width:100%}#product-list.list-view .card{display:flex;flex-direction:row;align-items:center;padding:10px}#product-list.list-view .card .product-img-wrapper{width:110px;height:110px;flex-shrink:0;margin-right:15px;border-radius:.5rem;overflow:hidden}#product-list.list-view .card .product-img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#product-list.list-view .card-body{flex:1;text-align:left}#product-list.list-view .card .description-for-list{display:block!important}.rotate-icon{transition:transform .3s ease;color:var(--theme-color2);font-size:1.2rem}a[aria-expanded=true] .rotate-icon{transform:rotate(90deg)}.tree-table-hover tbody tr:hover{background-color:var(--theme-color4);cursor:pointer;transition:background-color .3s ease}@media (max-width: 576px){.tree-card-header h5{font-size:1rem}.tree-btn-group .btn{width:30px;height:30px}.tree-table thead tr th,.tree-table tbody tr td{font-size:.85rem;padding:.3rem .5rem}}.category-icon-color{color:#097739}.search-form-mt{margin-top:50px}.alert-inline-success{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;background-color:#6bc391;color:#fff}.email-alert{background:#fff8e1;border:1px solid #ffe082;padding:8px 16px;margin-bottom:16px}.email-alert-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.email-alert .container{display:flex;align-items:center}.email-alert-action{margin-left:auto}.email-alert-icon{width:32px;height:32px;border-radius:50%;background:#fff3cd;display:flex;align-items:center;justify-content:center;font-size:16px;color:#856404}.resend-btn{border-radius:12px;font-weight:500;padding:6px 14px}.scroll-top-btn{display:none;position:fixed;bottom:20px;right:20px;z-index:9999;background:#2e8b57;color:#fff;border:none;border-radius:50%;width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer}.scroll-top-btn.show{display:flex}.toast-container-z{z-index:9999}.payment-logo-h{max-height:40px}.wishlist-btn-wh{z-index:10;width:38px;height:38px;min-width:38px;min-height:38px;border:2px solid white;border-radius:50%!important}.basket-product-img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}.product-main-img-wrap{min-height:320px}.product-gallery-img{max-height:280px;-o-object-fit:contain;object-fit:contain}.product-qty-input{max-width:120px}.wishlist-thumb{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}.basket-qty-input{width:60px}.modern-footer{background:linear-gradient(135deg,#1f3d2b,#2e8b57);position:relative}.footer-logo{max-width:160px}.footer-description{font-size:14px;opacity:.85;line-height:1.6}.footer-title{font-weight:600;margin-bottom:15px;letter-spacing:.5px;text-transform:uppercase}@media (max-width: 768px){.footer-title{margin-bottom:0;margin-top:15px}}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links li{font-size:14px}.footer-links a{color:#fffc;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#fff;padding-left:6px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:#ffffff26;border-radius:50%;margin-right:8px;color:#fff;transition:all .3s ease}.footer-social a:hover{background:#fff;color:#2e8b57;transform:translateY(-2px)}.footer-divider{height:1px;background:#fff3}.payment-logo{max-height:40px;opacity:.9}.footer-bottom{font-size:13px;opacity:.8}.order-mobile-card{transition:all .3s ease}.order-mobile-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.order-mobile-card .badge{font-size:.7rem;padding:6px 10px;border-radius:50px}.order-card-modern{position:relative;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 25px #0000000d;transition:all .3s ease}.order-card-modern:hover{transform:translateY(-4px);box-shadow:0 14px 35px #00000014}.order-status-line{height:5px;width:100%}.order-card-body{background:#fff}.order-price{letter-spacing:.5px}.order-card-modern .badge{font-size:.7rem;font-weight:500}@media (max-width: 576px){.order-card-modern{border-radius:14px}}.card-body{overflow:visible!important}.checkout-steps{gap:.75rem}.checkout-step{display:inline-flex;align-items:center;gap:.35rem;border:2px solid var(--border-color2, #e5e7eb);background:#fff;color:#6b7280;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s ease}.checkout-step:hover{border-color:var(--theme-color);color:var(--theme-color)}.checkout-step--active,.checkout-step--active:hover{border-color:var(--theme-color);background:var(--theme-color);color:#fff}.checkout-step--done{border-color:var(--theme-color);background:#2e8b5714;color:var(--theme-color)}.checkout-step__num{font-weight:700;opacity:.9}.checkout-step__arrow{font-size:1.1rem}.checkout-submit-btn{font-weight:600;letter-spacing:.3px;transition:all .2s ease;box-shadow:0 4px 14px #2e8b5740}.checkout-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2e8b5759}.checkout-payment-option{transition:all .2s ease;position:relative}.checkout-payment-option .widget__form--check__input{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;cursor:pointer;margin:0}.checkout-payment-option:hover{border-color:var(--theme-color)!important;background:#2e8b570a!important}.checkout-payment-form input:checked~span,.checkout-payment-option:has(input:checked){border-color:var(--theme-color)!important;background:#2e8b5714!important}.checkout-payment-option:has(input:checked){box-shadow:0 0 0 2px #2e8b5733}.checkout-delivery-option{transition:all .2s ease}.checkout-delivery-option:hover{border-color:var(--theme-color)!important;background:#2e8b570a!important}.checkout-delivery-option--selected,.checkout-delivery-option:has(.checkout-delivery-option__input:checked){border-color:var(--theme-color)!important;background:#2e8b5714!important;box-shadow:0 0 0 2px #2e8b5733}.header__topbar{margin-bottom:0;padding:6px 0;font-size:14px;position:sticky;top:0;z-index:1100}.main__header{margin-top:0;padding:12px 0;position:sticky;top:var(--topbar-height, 40px);z-index:1090;background:#fff}.header__bottom{padding:6px 0;font-size:14px}.header__section{position:sticky;top:0;z-index:999;background:#fff;overflow:visible;box-shadow:0 4px 20px #0000000d}.header__section *{box-sizing:border-box}@media (min-width: 992px){.header__account--items{display:flex;align-items:center}.header__account--btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;transition:transform .2s ease,box-shadow .2s ease}.header__account--btn:hover{transform:translateY(-2px) scale(1.05)}.header__account--btn i{font-size:18px}.header__account--btn svg{width:18px;height:18px}.header-cart-btn svg{width:18px;height:18px}.wishlist-badge{position:absolute;top:-6px;right:-6px;background:#ff3b30;color:#fff;font-size:11px;padding:2px 6px;border-radius:10px;font-weight:600;line-height:1;z-index:2}.header-icon-group{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;overflow:visible}.header-icon-label{position:absolute;top:calc(100% + 3px);left:50%;transform:translate(-50%);font-family:Poppins,sans-serif;font-weight:500;font-size:11px;letter-spacing:.3px;color:#555;line-height:1;white-space:nowrap}.header-icon-group:hover .header-icon-label{color:var(--theme-color)}.cart-sum-label{font-size:11px;font-weight:600;color:#2e8b57}}@media (max-width: 768px){.header-icon-label.cart-sum-label{font-size:10px}}.cart-sum-update{transform:scale(1.1);transition:transform .2s ease}.main__logo img{max-height:48px}.header-search-form{display:none}.header-search-input{width:180px;height:36px;border-radius:6px;padding:0 10px;border:1px solid #ccc;font-size:14px;font-family:inherit}.header-search-input::-moz-placeholder{font-family:inherit;font-size:14px;color:#6c757d}.header-search-input::placeholder{font-family:inherit;font-size:14px;color:#6c757d}.header-search-btn{height:36px;padding:0 12px;border-radius:6px;margin-left:6px}@media (min-width: 992px){.header-search-form{display:flex;align-items:center;margin-right:8px}}.desktop-nav{margin-left:40px;align-items:center}.desktop-nav-link{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-weight:500;font-size:15px;color:#333;text-decoration:none;transition:all .2s ease}.desktop-nav-link i{font-size:16px;color:#2e8b57}.desktop-nav-link:hover{color:var(--theme-color)}.desktop-nav-link span{position:relative;top:1px}.active-nav{color:var(--theme-color);font-weight:600}.active-nav i{color:var(--theme-color)}@media (min-width: 992px){.main__header--inner{height:70px}.header__account{display:flex;align-items:center;gap:18px;margin-left:40px}.cart-btn svg{width:18px;height:18px}.header__account ul{align-items:center;gap:10px}.header__account--items{margin-left:4px;margin-right:4px}}.admin-table tbody tr:hover{background:#f6f9fc;cursor:pointer;transition:.15s}.checkout-btn-responsive{font-size:16px;padding:12px 18px;min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px}.checkout-btn-responsive i{font-size:1.1em}.checkout-payment-option{font-size:16px}@media (max-width: 768px){.checkout-btn-responsive{font-size:18px;padding:14px 20px;min-height:52px;border-radius:12px}.checkout-actions{flex-direction:column;gap:10px}.checkout-actions .checkout-btn{width:100%}.checkout-payment-option{font-size:18px;padding:16px}.form-control,.form-select{font-size:16px;min-height:46px}}.profile-page{background:#f7f9fc;min-height:100vh}.profile-avatar-circle{width:64px;height:64px;border-radius:50%;background:#e9f7ef;color:#2e8b57;display:flex;align-items:center;justify-content:center;font-size:28px}.profile-meta h5{font-weight:600}.profile-card{background:#fff;transition:.2s ease}.profile-card:hover{transform:translateY(-2px);box-shadow:0 15px 30px #0000000d}.profile-page .card{transition:.15s ease}.profile-page .card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000000d}.profile-info-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f1f1}.profile-info-label{display:flex;align-items:center;gap:6px;font-size:14px;color:#6c757d}.profile-info-value{font-weight:500}.form-control-lg{border-radius:10px}.form-control-lg:focus{box-shadow:0 0 0 3px #2e8b5726;border-color:#2e8b57}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1.2;border-radius:12px}.btn.rounded-circle,.wishlist-btn{border-radius:50%!important}.wishlist-btn{display:flex;align-items:center;justify-content:center}.btn i{font-size:1.05em;display:flex;align-items:center}.btn-theme{background:var(--theme-color);color:var(--white-color);border:none;transition:var(--transition)}.btn-theme:hover{background:var(--theme-color5);color:var(--white-color)}.order-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600;color:var(--white-color)}.order-status-badge i{color:var(--white-color);font-size:12px}@media (max-width: 768px){.order-status-badge{font-size:12px;padding:4px 9px}}.order-product-card{padding:14px 16px;border-radius:12px;background:var(--white-color);border:1px solid var(--border-color2);transition:var(--transition)}@media (hover: hover){.order-product-card:hover{box-shadow:0 10px 20px #0000000f}}.order-product-meta{min-width:220px}@media (max-width: 768px){.order-product-card{flex-direction:column;align-items:flex-start;gap:10px}.order-product-meta{width:100%;justify-content:space-between}}.star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:6px}.star-rating input{display:none}.star-rating label{font-size:22px;color:#ddd;cursor:pointer;transition:.2s}.star-rating label:hover,.star-rating label:hover~label{color:#ffc107}.star-rating input:checked~label{color:#ffc107}.review-badge{background:var(--yellow-color);color:#000;padding:4px 10px;font-size:12px;border-radius:999px;font-weight:600}.review-callout{background:var(--theme-color4);border-left:4px solid var(--theme-color)}.review-display{background:var(--gray-color)}@media (max-width: 768px){.profile-avatar-circle{width:52px;height:52px;font-size:22px}.profile-info-item{flex-direction:column;align-items:flex-start;gap:4px}.profile-page .card-body{padding:20px}}.pagination-wrapper{display:flex;justify-content:center;margin-top:25px}.pagination{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:5px}.pagination::-webkit-scrollbar{display:none}.pagination .page-item{flex-shrink:0}.pagination .page-link{min-width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;background:var(--white-color);border:1px solid var(--border-color2);color:inherit;text-decoration:none;transition:var(--transition, .2s ease)}.pagination .page-link:hover{background:var(--theme-color4)}.pagination .page-item.active .page-link{background:var(--theme-color);color:#fff;border-color:var(--theme-color)}.pagination .page-item.disabled .page-link{opacity:.6;pointer-events:none}.cart-badge[data-count="0"],.mobile-cart-badge[data-count="0"],.cart-badge:empty,.mobile-cart-badge:empty{opacity:1;transform:scale(1);pointer-events:none;display:flex}.offcanvas__stikcy--toolbar__icon{position:relative}.mobile-wishlist-badge{position:absolute;top:-5px;right:-6px;background:#ff3b30;color:#fff;font-size:10px;padding:2px 5px;border-radius:10px;line-height:1}.uniform-input{height:48px;font-size:14px;font-weight:500;border-radius:12px}.checkout-delivery-option{height:60px;display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:14px;font-weight:500}.form-label{font-size:13px;font-weight:500}.bi,.bi:before,button .bi,button .bi:before,.header__account--btn .bi,.header__account--btn .bi:before,.header-icon-group .bi,.header-icon-group .bi:before{font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.end-0{inset-inline-end:0px}.right-0{right:0}.start-0{inset-inline-start:0px}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.col-auto{grid-column:auto}.m-2{margin:.5rem}.m-auto{margin:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.-ml-px{margin-left:-1px}.-mt-2{margin-top:-.5rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.ms-2{margin-inline-start:.5rem}.ms-5{margin-inline-start:1.25rem}.ms-auto{margin-inline-start:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[32\.5rem\]{height:32.5rem}.h-\[35\.5rem\]{height:35.5rem}.max-h-32{max-height:8rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[8rem\]{width:8rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-top-right{transform-origin:top right}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-0{border-width:0px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-200\/80{background-color:#e5e7ebcc}.bg-red-500\/20{background-color:#ef444433}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-10{--tw-bg-opacity: .1}.fill-red-500{fill:#ef4444}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-6xl{font-size:3.75rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.tracking-wider{letter-spacing:.05em}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-25{opacity:.25}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-gray-900\/5{--tw-ring-color: rgb(17 24 39 / .05)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.default\:col-span-full:default{grid-column:1 / -1}.default\:row-span-1:default{grid-row:span 1 / span 1}.hover\:rounded-b-md:hover{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.hover\:rounded-t-md:hover{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100\/75:hover{background-color:#f3f4f6bf}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:mt-10{margin-top:2.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-1{flex:1 1 0%}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-6{gap:1.5rem}.sm\:p-12{padding:3rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:pt-0{padding-top:0}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 768px){.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:min-w-64{min-width:16rem}.md\:max-w-80{max-width:20rem}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:w-\[12rem\]{width:12rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.default\:lg\:col-span-6:default{grid-column:span 6 / span 6}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme: dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:border{border-width:1px}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.dark\:border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.dark\:border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900\/80{background-color:#111827cc}.dark\:bg-gray-950\/95{background-color:#030712f2}.dark\:bg-red-500\/20{background-color:#ef444433}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-gray-950{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dark\:ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800\/75:hover{background-color:#1f2937bf}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
