:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{outline:none;border:none}header.dg-header{background:transparent;padding:0!important;height:2.6rem;display:flex;align-items:center;justify-content:center;width:100%;transition:none;position:fixed;top:0;left:0;right:0;z-index:990}header.dg-header .header-progress{width:0;height:2px;border-top-right-radius:8px;border-bottom-right-radius:8px;background-color:#fff;position:absolute;bottom:-1px;left:0}.nav-holder{max-width:92%!important;position:relative}.logo{z-index:50;display:flex;justify-content:center;align-items:center;transition:none;position:relative}.logo:before{content:"";position:absolute;top:-.465rem;bottom:-.465rem;left:-.7rem;right:-.7rem}.logo svg{height:1rem;width:.7rem}.absolute{position:absolute!important}nav.navbar{padding:0}nav.navbar .nav-container{width:100%!important;display:flex;justify-content:space-between}.left-part{display:flex;justify-content:space-between;z-index:100}.left-part .shop-cart{display:none;margin-right:.35rem}.left-part .navbar-toggler{display:none}@media (max-width: 768px){.left-part .navbar-toggler svg{width:.95rem}}@media (max-width: 768px){.left-part .mobile-options .nav-search,.left-part .mobile-options .shop-cart{display:flex;align-items:center}}.right-part{display:flex;align-items:center;justify-content:flex-end;z-index:100;position:relative}.right-part .right-part-bg{position:absolute;top:-.3rem;bottom:-.3rem;left:-.6rem;right:-.6rem;background-color:#fff;transform:translateY(-4rem);border-radius:1.1rem}.right-part .navbar-toggler{margin-left:.9rem}.right-part .shop-cart{display:flex;justify-content:center;align-items:center}.right-part.fixed .nav-search button.search-icon{color:#000}.right-part.fixed .account>a{color:#000}.right-part.fixed span{color:#000}.right-part.fixed .shop-cart .shopping-bag-icon path{fill:#000}.right-part.fixed .navbar-toggler svg path{stroke:#000}.big-screen-menu{color:#f5f6f7;cursor:pointer;font-size:.35rem;font-weight:600;text-transform:uppercase;transition:.3s linear;display:flex;align-items:center}.big-screen-menu span.menu--icon{position:relative;width:1.45rem;height:1.45rem;line-height:1.4rem;border-radius:50%;text-align:center;border:1px solid #918f8f;display:flex;justify-content:center;align-items:center;margin-right:.6rem;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.big-screen-menu span.menu--icon span{display:inline-block;width:.15rem;height:.15rem;border-radius:50%;background-color:#f5f6f7;margin:0 3px;-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.big-screen-menu:hover{color:#fff}.big-screen-menu:hover span.menu--icon{border-color:#fff}.big-screen-menu:hover span.menu--icon span{background-color:#fff}.right-part .nav-search{position:relative;display:flex;align-items:center}.right-part .nav-search button.search-icon{position:relative;cursor:pointer;flex-shrink:0;color:#f5f6f7;display:flex;align-items:center}.right-part .nav-search button.search-icon svg{width:.81rem}.right-part .nav-search button.search-icon.dark{z-index:50}.right-part .nav-search button.search-icon.dark .search-icon{width:.84rem;height:.84rem;color:#111;flex-shrink:0;transition:color .3s ease}.right-part .nav-search button.search-icon:before{content:"";position:absolute;inset:-.465rem}.nav-container .shop-cart{position:relative}.right-part .account>a{color:#f5f6f7;cursor:pointer;font-size:.55rem;font-weight:600;height:.8rem;transition:color .3s ease}.right-part .account>a:before{content:"";position:absolute;top:-.15rem;bottom:-.15rem;left:-.15rem;right:-.15rem}.right-part span{font-size:.64rem;margin:0 .5rem;color:#f5f6f7;text-align:center}.nav-container .shop-cart{cursor:pointer;position:relative}.nav-container .shop-cart:before{content:"";position:absolute;inset:-.6rem}.nav-container .shop-cart .shopping-bag-icon{width:.85rem;height:.85rem;color:#f5f6f7;flex-shrink:0;cursor:pointer;transition:color .3s ease}.nav-container .shop-cart label.cart-module-label{background-color:#f26c4f;width:.6rem;height:.6rem;line-height:.6rem;border-radius:50%;color:#fff;font-size:.36rem;font-weight:500;text-align:center;position:absolute;top:50%;left:50%;display:inline-block;cursor:pointer}.nav-container .shop-cart:hover .shopping-bag-icon{color:#f26c4f}.navbar-toggler{color:#f5f6f7;z-index:10;position:relative;display:flex;align-items:center;justify-content:center}.navbar-toggler:before{content:"";position:absolute;inset:-.6rem}.navbar-toggler svg{margin-top:0;width:1rem;display:flex;align-items:center;justify-content:flex-start;overflow:visible}.navbar-toggler svg path{stroke:#f5f6f7;stroke-linecap:round}.nvabar-links .navbar-ul{display:flex;align-items:center;margin:0}.nav-link{color:#707070;font-size:.44rem;text-transform:capitalize;font-weight:600}.burger-nav-menu{transition:all .3s ease-in-out;color:#f5f6f7!important}.burger-nav-menu:hover{color:#fff!important}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:19;display:flex;justify-content:center;align-items:center}.mobile-nav.hideMobileNav{pointer-events:none}.mobile-nav .menubg{pointer-events:none;position:absolute;top:0;left:0;width:100%;bottom:0;background:rgb(17,17,17);clip-path:circle(0px at 105% 10px)}.mobile-nav .navbar-ul{padding:0;margin:0}.mobile-nav .navbar-ul .nav-item{padding:0;margin:0;opacity:0;transform:translateY(60px)}.mobile-nav .navbar-ul .nav-item.search-item,.mobile-nav .navbar-ul .nav-item.account{display:none}.mobile-nav .navbar-ul .nav-item .nav-link{font-size:1.2rem;color:#fff;font-weight:600;line-height:1;text-transform:capitalize;display:flex;align-items:center;justify-content:center;transition:none;margin:0;padding:1.1rem 0}.mobile-nav .navbar-ul .nav-item .nav-link.active{color:#f26c4f}@media (pointer: fine){.mobile-nav .navbar-ul .nav-item .nav-link:hover{color:#fff}}.d-none{display:none}.show-mobile-nav{display:block!important}.mobile-nav .navbar-ul{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:20}.mobile-nav .navbar-ul li{margin:.73rem 0}.account{position:relative;height:100%;display:flex;align-items:center}.account .acc-dropdown-btn{transition:none;cursor:pointer;font-size:.52rem;font-weight:500;color:#fff;display:flex;align-items:center}.account .acc-dropdown-btn svg{margin-left:.1rem;width:.6rem;height:.6rem}.account .account-dropdown{position:absolute;top:1.45rem;right:0;display:none;border-radius:.44rem;background-color:#1b1a1a;overflow:hidden;width:4.56rem!important}.account .account-dropdown.active{display:block}.account .account-dropdown .user-profile,.account .account-dropdown .user-logout,.account .account-dropdown .user-wishlist{padding:.4rem;color:#f1eeee;display:flex;justify-content:flex-start;align-items:center;font-size:.45rem;font-weight:600;cursor:pointer;z-index:50!important;position:relative}.account .account-dropdown .user-profile svg,.account .account-dropdown .user-logout svg,.account .account-dropdown .user-wishlist svg{margin-right:.4rem;width:.6rem;height:.6rem}.account .account-dropdown .user-profile:hover,.account .account-dropdown .user-logout:hover,.account .account-dropdown .user-wishlist:hover{color:#fff;background-color:#292727}@keyframes showMobileNav{0%{transform:translateY(-100vh)}to{transform:translateY(0)}}@keyframes hideMobileNav{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}@media (max-width: 1200px){.nav-holder{max-width:960px!important}}@media (max-width: 990px){.nav-holder{max-width:720px!important}}@media (max-width: 768px){.logo-holder,.logo-holder .logo{display:flex;justify-content:center;align-items:center}.logo-holder .logo svg{height:1.3rem}.nav-holder{max-width:540px!important}.nav-container .shop-cart{margin-right:.7rem}.nav-container .shop-cart label.cart-module-label{top:40%}.left-part{flex-direction:row-reverse;width:100%}.left-part .mobile-options{display:flex}.left-part .shop-cart{display:block}.left-part .nav-search{margin-right:.7rem}.left-part .nav-search svg{width:.93rem;height:.93rem;color:#f5f6f7;flex-shrink:0;cursor:pointer;transition:all .3s ease}.left-part .navbar-toggler{display:block}.mobile-nav .navbar-ul{margin-top:2rem}.mobile-nav .navbar-ul .nav-item .nav-link{font-size:1rem}.burger-nav-menu{margin-left:0}.right-part .shop-cart{margin-right:0}.right-part{display:none}.nav-item.search-item,.nav-item.account{display:block!important}}@media (max-width: 574px){.nav-container{padding:0 1%!important}}@media (max-width: 450px){.logo-holder .logo svg{height:1.15rem}}.serach-modal{position:absolute;right:2rem;top:-40%;height:1.6rem;min-width:8rem;max-width:15rem;border-radius:1rem;background:#fff;display:flex;justify-content:space-between;align-items:center;z-index:20}.serach-modal input{border:none;font-size:.465rem;font-weight:500;color:#111;width:100%;background:transparent;padding-left:.75rem}.serach-modal input::placeholder{font-size:.465rem;font-weight:500;color:#111}.search-btn{padding:.06rem}.search-btn svg{width:.51rem;height:.51rem;color:#111}.search-products-modal{background-color:#141414!important;border-radius:.7rem;padding:0rem .3rem;position:absolute;top:150%;left:0;width:125%;max-height:9.3rem;overflow-y:auto;overflow-x:hidden}.search-products-modal::-webkit-scrollbar{width:.15rem}.search-products-modal::-webkit-scrollbar-track{opacity:0}.search-products-modal::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid slategrey;border-radius:12px}.search-products-modal .product-single{width:100%;border-bottom:none;background-color:#111;border-radius:1rem;height:4.36rem;padding:.3rem .465rem;display:flex;align-items:center;margin-bottom:.3rem}.search-products-modal .product-single:first-of-type{margin-top:.5rem}.search-products-modal .product-single:last-of-type{margin-bottom:.5}.search-products-modal .product-single .product-img{width:35%;min-width:2.5rem;height:90%;display:flex!important;align-items:center;justify-content:center;margin-right:.8rem;overflow:hidden}.search-products-modal .product-single .product-img img{object-fit:cover;height:fit-content;max-width:100%;max-height:90%}.search-products-modal .product-single:last-child{border:none}.search-products-modal .product-single .product-info{display:block}.search-products-modal .product-single .product-info .name{font-size:.55rem;font-weight:600;color:#fff;display:block;margin-bottom:.25rem}.search-products-modal .product-single .product-info .price{margin:0;text-align:left;font-size:.5rem;font-weight:600;color:#fff;display:block;white-space:nowrap}@media (max-width: 500px){.serach-modal{left:50%;top:2.32rem;max-width:9.3rem;transform:translate(-50%)!important}.search-products-modal{width:100%}}.module-content.cart-box{display:flex!important;flex-direction:column;justify-content:flex-start;position:fixed;right:0;border-radius:1.6rem;top:0;height:100%;background-color:#141414;width:14rem!important;z-index:980;opacity:1!important;padding:1.3rem 1.2rem 1.2rem;box-shadow:none;overflow:hidden;transform:translate(101%);transition:none}.module-content.cart-box .cart-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.module-content.cart-box .cart-header .module-cancel{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.module-content.cart-box .cart-header .module-cancel:before{content:"";position:absolute;inset:-.28rem}.module-content.cart-box .cart-header .module-cancel svg{width:.9rem;height:.9rem;color:#fff}.module-content.cart-box .cart-header .cart-title h5{font-size:.8rem;font-weight:600;line-height:1}.module-content.cart-box .cart-overview{display:flex;flex-direction:column;min-height:40%;max-height:68%;flex-shrink:0!important;padding-right:.15rem;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.module-content.cart-box .cart-overview::-webkit-scrollbar{width:.13rem}.module-content.cart-box .cart-overview::-webkit-scrollbar-track{opacity:0}.module-content.cart-box .cart-overview::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid slategrey;border-radius:.3rem}.module-content.cart-box .cart-overview .cart-row{opacity:1!important;display:flex;align-items:center;height:4.65rem!important;color:#fff!important;border-bottom:none!important;flex-shrink:0;background:#101010;padding:0 .5rem!important;border-radius:.75rem;margin-bottom:.25rem}.module-content.cart-box .cart-overview .cart-row .img-wrapper{width:2.9rem;height:100%!important;display:flex;align-items:center;justify-content:center;border-bottom:none!important;margin-right:.5rem;flex-shrink:0}.module-content.cart-box .cart-overview .cart-row .img-wrapper img{object-fit:cover;max-width:min(2.8rem,90%);max-height:min(2.8rem,90%);position:relative!important}.module-content.cart-box .cart-overview .cart-row .cart-right-part{display:flex;align-items:center;justify-content:space-between;margin-left:auto;padding-right:0;height:100%;width:100%;flex-shrink:1;padding-top:1rem;padding-bottom:1rem}.module-content.cart-box .cart-overview .cart-row .cart-right-part div.product-meta{height:100%;display:grid;align-content:space-between}.module-content.cart-box .cart-overview .cart-row .cart-right-part div.product-meta h5.product-title{font-size:.51rem;margin-bottom:.465rem;line-height:1}.module-content.cart-box .cart-overview .cart-row .cart-right-part div.product-meta .product-color{color:#a1a1a1!important;font-size:.42rem!important;margin-bottom:.2rem!important;line-height:1!important;font-weight:500}.module-content.cart-box .cart-overview .cart-row .cart-right-part div.product-meta .product-color span{color:#fff}.module-content.cart-box .cart-overview .cart-row .cart-right-part div.product-meta .product-size{color:#a1a1a1!important;font-size:.42rem!important;line-height:1!important;font-weight:500;margin-bottom:0}.module-content.cart-box .cart-overview .cart-row .cart-right-part div.product-meta .product-size span{color:#fff}.module-content.cart-box .cart-overview .cart-row .cart-right-part .action{display:grid;align-content:space-between;justify-content:end;height:100%}.module-content.cart-box .cart-overview .cart-row .cart-right-part .action button.cart-cancel{position:relative!important;margin-bottom:.79rem}.module-content.cart-box .cart-overview .cart-row .cart-right-part .action .product-price{color:#f26c4f!important;font-weight:600;margin-bottom:0;line-height:1}@media (max-width: 500px){.module-content.cart-box .cart-overview .cart-row .img-wrapper{width:2.75rem}}.module-content.cart-box .cart-total{opacity:1!important;margin-bottom:0;margin-top:1.1rem;display:flex;justify-content:space-between;width:100%;align-items:center;height:auto!important;overflow:visible!important;transform:none;margin-bottom:.5rem}.module-content.cart-box .cart-total .total-desc{color:#fff!important;font-size:.55rem;font-weight:600}.module-content.cart-box .cart-total .total-price{font-size:.6rem;font-weight:600;color:#f26c4f}.module-content.cart-box .cart--control{opacity:1!important}.module-content.cart-box .cart--control .view-cart-btn{color:#000!important;background:transparent!important;background-color:transparent!important;border:none;outline:none;display:block;width:100%;height:1.53rem;display:flex;justify-content:center;align-items:center;text-transform:none;font-size:.48rem;font-weight:600}.module-content.cart-box .no-product{color:#a1a1a1;font-size:.51rem;margin-top:50px}@media (max-width: 600px){.module-content.cart-box{width:100%!important;margin-right:0;height:calc(100% - 2.2rem);bottom:0;top:auto}.module-content.cart-box .cart-header .module-cancel{background-color:#fff;border-radius:50%;padding:.2rem}.module-content.cart-box .cart-header .module-cancel:before{display:none}.module-content.cart-box .cart-header .module-cancel svg{width:.9rem;height:.9rem;color:#000}.module-content.cart-box .cart-header .cart-title h5{font-size:.65rem}.module-content.cart-box .cart-overview{height:100%;max-height:100%;flex-shrink:1!important}.module-content.cart-box .cart-overview .cart-row .img-wrapper{margin-right:.35rem}.module-content.cart-box .cart-overview .cart-row .img-wrapper img{max-width:min(2.8rem,90%);max-height:min(2.8rem,90%)}.module-content.cart-box .cart-overview .cart-row .right-part{padding-top:.7rem;padding-bottom:.7rem}.module-content.cart-box .cart-overview .cart-row .right-part div.product-meta{padding-top:.7rem;padding-bottom:.7rem;display:grid;align-content:center}.module-content.cart-box .cart-overview .cart-row .right-part div.product-meta h5.product-title{font-size:.44rem;margin-bottom:.37rem}.module-content.cart-box .cart-overview .cart-row .right-part div.product-meta .product-color,.module-content.cart-box .cart-overview .cart-row .right-part div.product-meta .product-size{font-size:.4rem!important;line-height:1.4!important}.module-content.cart-box .cart-overview .cart-row .right-part .action button.cart-cancel{position:relative!important;margin-bottom:.8rem}.module-content.cart-box .cart-overview .cart-row .right-part .action .product-price{color:#f26c4f!important;font-weight:500;margin-bottom:0}}@media (max-width: 500px){.module-content.cart-box .cart-header .cart-title h5{font-size:.9rem}.module-content.cart-box .cart-overview .cart-row .cart-right-part{padding-top:1.1rem;padding-bottom:1.1rem}.module-content.cart-box .cart-total{margin-top:.7rem;margin-bottom:.5rem}.module-content.cart-box .cart-total .total-desc{font-size:.65rem}.module-content.cart-box .cart--control .view-cart-btn{height:1.6rem;font-size:.52rem;border-radius:1rem}}@media (max-width: 425px){.module-content.cart-box{padding:1.1rem 1rem 1.2rem}}@media (max-width: 380px){.module-content.cart-box .cart-overview .cart-row .img-wrapper{margin-right:.23rem}}.dvb-hover-bg{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit;background-color:#f26c4f;z-index:-2;pointer-events:none}.dvb-hover-bg.light{background-color:#fff}.dvb-hover-bg.light .curtain-wrapper .curtain.curtain-1{background-color:#0000001a}.dvb-hover-bg.light .curtain-wrapper .curtain.curtain-2{background-color:#0000000d}.dvb-hover-bg.dark{background-color:#000;z-index:100}@supports (mix-blend-mode: exclusion){.dvb-hover-bg.dark{mix-blend-mode:exclusion}}.dvb-hover-bg.dark .curtain-wrapper .curtain.curtain-1{background-color:#fff}.dvb-hover-bg.dark .curtain-wrapper .curtain.curtain-2{background-color:#ffffffe6}.curtain-wrapper{position:absolute;inset:0;pointer-events:none;border-radius:inherit;overflow:hidden}.curtain-wrapper .curtain{position:absolute;inset:-1px;z-index:-10;border-radius:inherit;transform:translate(-100%)}.curtain-wrapper .curtain.curtain-1{background-color:#ffffff1a}.curtain-wrapper .curtain.curtain-2{background-color:#ffffff0d}.dvb-cursor{position:fixed;top:0;left:0;z-index:990;pointer-events:none;transform-style:preserve-3d;transition:opacity .3s,color .4s}.dvb-cursor div.dvb-cursor-ball{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:-1;transform-style:preserve-3d}.dvb-cursor div.dvb-cursor-ball:before{content:"";position:absolute;top:-.47rem;left:-.47rem;display:block;width:.94rem;height:.94rem;transform:scale(0);perspective:1px;transform-style:preserve-3d;background:#fff;border-radius:50%;transition:transform .3s ease-in-out,opacity .1s}.dvb-cursor .dvb-cursor-text{position:absolute;top:-18px;left:-18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transform:scale(0) rotate(10deg);opacity:0;color:#fff;font-size:.456rem;font-weight:500;line-height:20px;text-align:center;transition:opacity .4s,transform .3s}.dvb-cursor.-dark div.dvb-cursor-ball:before{background:#000}.dvb-cursor.-sm-svg .dvb-cursor-text svg{width:.8rem}.dvb-cursor.-font-lg .dvb-cursor-text{font-size:.684rem;font-weight:500}@supports (mix-blend-mode: exclusion){.dvb-cursor.-exclusion,.dvb-cursor.-opaque{mix-blend-mode:exclusion}}@supports (mix-blend-mode: exclusion){.dvb-cursor.-exclusion div.dvb-cursor-ball:before,.dvb-cursor.-opaque div.dvb-cursor-ball:before{background:white}}@supports (mix-blend-mode: overlay){.dvb-cursor.-overlay{mix-blend-mode:overlay}}@supports (mix-blend-mode: overlay){.dvb-cursor.-overlay div.dvb-cursor-ball:before{background:#fff}}@supports (mix-blend-mode: overlay){.dvb-cursor.-overlay-dark{mix-blend-mode:overlay}}@supports (mix-blend-mode: overlay){.dvb-cursor.-overlay-dark div.dvb-cursor-ball:before{background:#000}}.dvb-cursor.-normal,.dvb-cursor.-text{mix-blend-mode:normal}.dvb-cursor.-normal div.dvb-cursor-ball:before,.dvb-cursor.-text div.dvb-cursor-ball:before{background:currentColor}.dvb-cursor.-inverse{color:#000}.dvb-cursor.-visible div.dvb-cursor-ball:before{transform:scale(.4)}.dvb-cursor.-visible.-active div.dvb-cursor-ball:before{transform:scale(.23);transition-duration:.2s}.dvb-cursor.-pointer div.dvb-cursor-ball:before{transform:scale(.25)}.dvb-cursor.-text div.dvb-cursor-ball:before{transform:scale(2.25);background-color:#fff}.dvb-cursor.-text .dvb-cursor-text{opacity:1;transform:scale(1)}.dvb-cursor.-text.-active div.dvb-cursor-ball:before{transform:scale(1.6);transition-duration:.2s}.dvb-cursor.-opaque div.dvb-cursor-ball:before{transform:scale(1.32)}.dvb-cursor.-opaque.-active div.dvb-cursor-ball:before{transform:scale(1.2)}.dvb-cursor.-md div.dvb-cursor-ball:before{transform:scale(1.2)}.dvb-cursor.-lg div.dvb-cursor-ball:before{transform:scale(1.4)}.dvb-cursor.-xl div.dvb-cursor-ball:before{transform:scale(1.85)}.dvb-cursor.-xxl div.dvb-cursor-ball:before{transform:scale(2.1)}.dvb-cursor.-xxxl div.dvb-cursor-ball:before{transform:scale(2.2)}.dvb-cursor.-xxxxl div.dvb-cursor-ball:before{transform:scale(3.1)}.dvb-cursor.-xxxxxl div.dvb-cursor-ball:before{transform:scale(4)}.dvb-cursor.-giant div.dvb-cursor-ball:before{transform:scale(10)}.dvb-cursor.-hidden div.dvb-cursor-ball:before{transform:scale(0)}@media (min-width: 1650px){.dvb-cursor.-md div.dvb-cursor-ball:before{transform:scale(1.25)}.dvb-cursor.-lg div.dvb-cursor-ball:before{transform:scale(1.7)}.dvb-cursor.-xl div.dvb-cursor-ball:before{transform:scale(1.9)}.dvb-cursor.-xxl div.dvb-cursor-ball:before{transform:scale(2.2)}.dvb-cursor.-xxxl div.dvb-cursor-ball:before{transform:scale(2.35)}.dvb-cursor.-xxxxl div.dvb-cursor-ball:before{transform:scale(3.3)}.dvb-cursor.-xxxxl div.dvb-cursor-ball:before{transform:scale(4.2)}}.shop-why{transform:translateY(-10%)}.shop-why.why-dopegood{margin-bottom:0}.shop-why.why-dopegood .why-3d-text h3{transform:translateY(-50%)}@media (max-width: 768px){.shop-why{transform:translateY(-2%)}}.shop-page{width:92%!important;margin:0 auto;margin-bottom:var(--section-bottom-space);padding-bottom:0;padding-top:0}@media (max-width: 500px){.shop-page{width:100%!important;padding-top:2.5rem}}.about-hero{width:100%;height:auto;padding-bottom:0;padding-top:0}.about-hero .page-title{display:grid;place-items:center;height:55vh}.about-hero .page-title h1{color:#fff;font-size:1.86rem;font-weight:600;max-width:92%;line-height:1.4;margin-bottom:0}.about-hero .about-hero-img{height:90vh;width:100%;overflow:hidden}.about-hero .about-hero-img img{width:100%;object-fit:cover}@media (max-width: 1600px){.about-hero .about-hero-img{height:80vh}}@media (max-width: 1025px){.about-hero .about-hero-img{height:70vh}}@media (max-width: 768px){.about-hero .page-title{height:40vh}.about-hero .about-hero-img{height:100vw}.about-hero .about-hero-img img{height:110%}}@media (max-width: 500px){.about-hero .page-title{height:35vh}.about-hero .page-title h1{width:92%}.about-hero .about-hero-img{height:60vh}}.about-gallery{padding-top:25vh}.about-gallery .left-side{padding:0;display:flex;justify-content:flex-end;align-items:flex-start}.about-gallery .left-side h2.heading--title{font-size:1rem!important;font-weight:600;line-height:1}.about-gallery .right-side{padding:0 4%}.about-gallery .right-side .about--text{margin-top:0}.about-gallery .right-side .about--text p{max-width:80%;font-size:.5rem;font-weight:500;line-height:1.5}.about-gallery .right-side .ceo{font-weight:500;font-size:.51rem;color:#fff}@media (max-width: 992px){.about-gallery{padding-top:15vh}}@media (max-width: 768px){.about-gallery .left-side{padding:0 4%;justify-content:flex-start;padding-bottom:.7rem}.about-gallery .left-side h2.heading--title{font-size:1.1rem!important;margin-bottom:1rem}.about-gallery .right-side p{text-align:left;max-width:100%!important;line-height:1.3!important}}section.store-features{padding-top:0;padding-bottom:var(--section-bottom-space);margin-bottom:0}section.store-features .why_container{width:100%;display:flex;align-items:center;padding:.93rem 0 0}@media (min-width: 1440px){section.store-features .why_container{padding:.93rem 5% 0}}section.store-features .why_container .why_right{width:45%;height:100%;display:grid;place-items:center;overflow:visible}section.store-features .why_container .why_right .why_right_bg{position:relative;width:100%;max-width:100%;aspect-ratio:1/1;margin:0 auto;will-change:transform;overflow:hidden;border-radius:40px;filter:url(#svg-distortion-filter)}section.store-features .why_container .why_right .why_right_bg .why_img{position:absolute;inset:0;overflow:hidden;height:100%;opacity:0;transition:opacity 0s,transform 1.5s;transform:scale(1.1) skewY(-4deg) rotate(1deg)}section.store-features .why_container .why_right .why_right_bg .why_img img{width:100%;height:100%;object-fit:cover;object-position:center}section.store-features .why_container .why_right .why_right_bg .why_img.active{opacity:1;transform:scale(1);z-index:1}section.store-features .why_container .why_left{width:55%;display:grid;padding:0}section.store-features .why_container .why_left .why_tabs .why_tab{padding:1.16rem 0}section.store-features .why_container .why_left .why_tabs .why_tab p{width:max-content;margin:0;display:block;font-size:1.53rem;font-weight:600;color:#fff;opacity:.6;line-height:1.3;cursor:default;transition:opacity .2s ease-out}section.store-features .why_container .why_left .why_tabs .why_tab.active p{opacity:1}section.store-features .why_container .why_left .why_tabs .why_tab:last-child p{margin-bottom:0}section.store-features .sm_why_container{width:100%;display:grid}section.store-features .sm_why_container .why_feature_sm{display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}section.store-features .sm_why_container .why_feature_sm .why_feature_text{margin-right:10%}section.store-features .sm_why_container .why_feature_sm .why_feature_text p{font-size:.93rem;font-weight:600;color:#fff;line-height:1.3}section.store-features .sm_why_container .why_feature_sm .why_feature_img{width:40%;aspect-ratio:1/1;overflow:hidden;border-radius:40px;transform:translate(50%)}section.store-features .sm_why_container .why_feature_sm .why_feature_img img{width:100%;height:100%;object-fit:cover;object-position:center}section.store-features .sm_why_container .why_feature_sm.feature-2 .why_feature_img{transform:translate(-50%)}@media (max-width: 768px){section.store-features .sm_why_container .why_feature_sm{flex-direction:column-reverse;margin-bottom:3.25rem}section.store-features .sm_why_container .why_feature_sm .why_feature_text{margin-right:0}section.store-features .sm_why_container .why_feature_sm .why_feature_text p{font-size:.93rem;line-height:1;margin-bottom:0}section.store-features .sm_why_container .why_feature_sm .why_feature_img{width:70%;margin-bottom:.93rem}}@media (max-width: 600px){section.store-features .sm_why_container .why_feature_sm .why_feature_img{width:90%}}@media (max-width: 500px){section.store-features .sm_why_container .why_feature_sm .why_feature_text p{font-size:1rem;line-height:1.3}}@media (max-width: 450px){section.store-features .sm_why_container .why_feature_sm .why_feature_img{width:100%}}section.store-features .sm_why_container .why_feature_sm:last-child{margin-bottom:0}.footer-change-bg{position:fixed;inset:0;z-index:-1;opacity:0}footer.footer{z-index:3;background:transparent;position:relative!important;overflow-x:hidden;overflow-y:visible}footer.footer .footer-widget{padding:35vh 0 20vh}@media (max-width: 768px){footer.footer .footer-widget{padding:12vh 0 3vh}}footer.footer .footer-contact-details{height:100%}footer.footer .footer-contact-details li,footer.footer .footer-contact-details li a{font-size:.5rem}footer.footer .widget--content{height:100%}@media (max-width: 768px){footer.footer .widget--content{display:grid;place-items:center}}footer.footer .widget--content ul{display:grid;height:100%;align-content:space-between}footer.footer .widget--content ul li{display:flex;line-height:normal}footer.footer .widget--content ul li a{line-height:normal;font-size:.44rem}@media (max-width: 768px){footer.footer .widget--content ul{margin-bottom:0}footer.footer .widget--content ul li{text-align:center;justify-content:center;margin-bottom:.15rem}footer.footer .widget--content ul li a{text-align:center}}footer.footer .widget--content .widget--logo-img{margin-bottom:1.16rem}footer.footer .widget--content .widget--logo-img .dope-good-logo-wrapper{width:max-content;position:relative}footer.footer .widget--content .widget--logo-img .dope-good-logo-wrapper a{height:100%;z-index:100}footer.footer .widget--content .widget--logo-img .dope-good-logo-wrapper a:before{content:"";position:absolute;top:-.23rem;bottom:-.23rem;left:-.19rem;right:-.19rem}footer.footer .widget--content .widget--logo-img .dope-good-logo-wrapper a svg{width:2.8rem;fill:#fff}footer.footer .widget--content .widget--logo-img .dope-good-logo-wrapper a svg path{stroke-linecap:round}footer.footer .widget--content h3{color:#fff!important}footer.footer .widget--content p{color:#a1a1a1!important}footer.footer .widget--newsletter h6{font-size:.59rem;line-height:1;margin-bottom:.33rem}footer.footer .widget--newsletter p{font-size:.46rem}footer.footer .widget--newsletter .subscription-form{position:relative;border-radius:1.16rem;height:1.35rem}footer.footer .widget--newsletter .subscription-form input{height:1.35rem;font-size:.41rem;padding-left:.5rem;padding-right:0}footer.footer .widget--newsletter .subscription-form div{position:absolute;top:50%!important;right:0!important;transform:translateY(-50%)!important;width:1.35rem;height:1.35rem}footer.footer .widget--newsletter .subscription-form div .subscribe-btn{position:relative;right:0;width:100%;height:100%;aspect-ratio:1/1;background-color:#f26c4f;display:flex;justify-content:center;align-items:center;font-size:.51rem;transition:none;border-radius:50%}footer.footer .widget--newsletter .subscription-form div .subscribe-btn svg{width:.55rem}@media (max-width: 768px){footer.footer .widget--newsletter .subscription-form{width:40%}footer.footer .widget--newsletter .subscription-form input{height:1.5rem;font-size:.5rem}footer.footer .widget--newsletter .subscription-form div{width:1.5rem;height:1.5rem}}@media (max-width: 500px){footer.footer .widget--newsletter .subscription-form{width:70%}footer.footer .widget--newsletter .subscription-form input{height:1.3rem;font-size:.4rem}footer.footer .widget--newsletter .subscription-form div{width:1.3rem;height:1.3rem}}footer.footer .footer--copyright a{display:flex;align-items:center;color:#fff;margin-left:0!important;transition:none}footer.footer .footer--copyright a span{margin-right:.465rem;font-size:.43rem}footer.footer .footer--copyright a .deveb-logo{position:relative}footer.footer .footer--copyright a .deveb-logo:before{content:"";position:absolute;inset:-.465rem}footer.footer .footer--copyright a .deveb-logo svg{width:1.2rem;height:.9rem}footer.footer .footer--copyright a .deveb-logo:hover svg path{fill:#fff}@media (max-width: 768px){footer.footer .footer--copyright a{justify-content:center}}footer.footer .footer-bg{position:absolute;width:200%;height:100%;left:50%;transform:translate(-50%);bottom:0;top:0;will-change:transform;z-index:-1;background-color:#111;clip-path:inset(0 0 0 0 round 40%)}@media (max-width: 500px){footer.footer .footer-bg{width:240%;clip-path:inset(0 0 0 0 round 50%)}}footer.footer .bottom-half{position:absolute;top:50%;left:0;right:0;height:50%;background-color:#111;z-index:-1}@media (max-width: 1023px){footer.footer .footer--copyright{width:100%}footer.footer .widget--newsletter{margin-bottom:1.16rem}footer.footer .widget--newsletter h6{margin-bottom:.23rem}}@media (max-width: 768px){footer.footer .footer--copyright{margin-bottom:1.63rem}footer.footer .widget--contact-info{margin-bottom:.7rem}footer.footer .widget--contact-info ul li{font-weight:500;font-size:.35rem}footer.footer .widget--links{margin-bottom:1rem}}@media (max-width: 600px){footer.footer .footer-widget{padding:2.5rem 0 .1rem}footer.footer .widget--links li a{font-size:.5rem}footer.footer .footer--copyright span{font-size:.4rem}footer.footer .footer--copyright span b{color:#f26c4f;font-weight:500}}.data-loading{width:100%;display:grid;place-items:center;min-height:calc(90vh - 2.9rem);padding-bottom:2.9rem}.Spinner{height:.93rem;margin:auto;display:flex;justify-content:center;animation-duration:1.2s;animation-fill-mode:forwards}.Spinner.SpinnerDots{display:flex;justify-content:center;align-items:center}.Spinner.SpinnerDots span{font-size:.7rem;color:#fff;font-weight:500;margin-right:.56rem;padding-top:.28rem}.Spinner.SpinnerDots .spinner-dot{animation-name:dance;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;height:.37rem;width:.37rem;background-color:#fff;margin:.12rem;border-radius:50%}.Spinner.SpinnerDots .spinner-dot:nth-child(1){animation-delay:0}.Spinner.SpinnerDots .spinner-dot:nth-child(2){animation-delay:333ms}.Spinner.SpinnerDots .spinner-dot:nth-child(3){animation-delay:666ms}@keyframes dance{0%{transform:translateY(0)}50%{transform:translateY(.35rem)}to{transform:translateY(0)}}section.concept{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:0;padding-top:0;padding-bottom:0}section.concept>div{width:100%}section.concept .concept-item{width:100vw;height:100vh;overflow:hidden;position:relative}section.concept .concept-item .model-scene{width:100%;height:100%}section.concept .concept-item div.bg-noise{position:absolute;inset:calc(max(50vw,50vh)*-1);z-index:-1;pointer-events:none}@supports (background-blend-mode: soft-light){section.concept .concept-item div.bg-noise{background:url(/assets/noise.6044a027.png);background-blend-mode:soft-light}}section.not-found{width:100vw;height:100vh;display:grid;align-content:center;justify-items:center;padding-top:0;margin-top:0}section.not-found h1{font-size:5rem;font-weight:600;line-height:1}section.not-found h2{font-size:1.2rem;font-weight:600}section.not-found .links{display:flex;margin-top:2rem}section.not-found .links .home-btn{width:6rem;height:1.7rem;margin-right:1rem;color:#fff;font-size:.6rem;font-weight:600;border-radius:1rem}section.not-found .links .shop-btn{width:6rem;height:1.7rem;color:#000;font-size:.6rem;font-weight:600;border-radius:1rem}@media (max-width: 500px){section.not-found .links{display:grid}section.not-found .links .home-btn{margin-right:0;margin-bottom:.8rem}section.not-found .links a.btn{width:7rem;height:2rem}}html{position:relative;width:100%;margin:0;padding:0;border:none;max-width:100%;overflow-x:hidden}body{width:100%;height:100%;position:relative;overflow:hidden;margin:0;padding:0;border:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000!important}body::-webkit-scrollbar{width:.25rem}body::-webkit-scrollbar-track{background:#000}body::-webkit-scrollbar-thumb{background:#888;border-radius:.25rem}body::-webkit-scrollbar-thumb:hover{background:#555}:root{--section-bottom-space: 25vh;--heading-bottom-space: 12.5vh;--toastify-z-index: 970}.app-wrapper.smooth-scroll{width:100%;max-width:100vw!important;height:100vh;position:relative;overflow:hidden}.no-scrollbar::-webkit-scrollbar{width:0;display:none;-ms-overflow-style:none;scrollbar-width:none}.container{margin:0 auto;max-width:92%!important}body,a,button,li,p,span,input,h1,h2,h3,h4,h5,h6{-webkit-font-smoothing:antialiased;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:600}.zsiq_floatmain{display:none!important}.loading{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000000;display:flex;justify-content:center;align-items:center;background-color:#111;font-size:5rem;font-weight:600;color:#fff}.no-scroll{position:relative!important;overflow-y:hidden!important}.page-transition-svg{position:fixed;inset:0;z-index:1000;pointer-events:none}.page-transition-svg path{fill:#fff}.page-transition{position:absolute;inset:0;pointer-events:none;border-radius:inherit;overflow:hidden;z-index:999}.page-transition .curtain{position:absolute;inset:-1px;z-index:-10;border-radius:inherit;transform:translate(-100%);border-radius:7rem}.page-transition .curtain.curtain-1{background-color:#fffc}.page-transition .curtain.curtain-2{background-color:#ffffffa6}.Toastify__toast{border-radius:.35rem;transition:all .3s ease-out;background-color:#111111e6;padding:.33rem .47rem;margin-bottom:.2rem}.Toastify__toast:hover{background-color:#111}@media (max-width: 500px){:root{--section-bottom-space: 40vw;--heading-bottom-space: 6vh}}.loading{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;position:fixed;z-index:998;inset:0;background-color:#000}.loading svg{width:5.8rem;fill:none;overflow:visible;z-index:1}.loading svg path{stroke:#fff;stroke-linejoin:round;stroke-linecap:round;stroke-opacity:0}.loading span{position:absolute;bottom:10%;left:50%;transform:translate(-50%);font-size:1.3rem;font-weight:500;color:#fff}@media (max-width: 500px){.loading{align-items:flex-start}.loading svg{width:4.35rem;margin-top:60%}.loading span{bottom:20%;font-size:1.5rem}}.slideUp{animation:slideUp .3s ease forwards}.slideDown{animation:slideDown .3s ease forwards}.slideLeft{animation:slideLeft .3s ease forwards}.slideAllLeft{animation:slideAllLeft .3s ease forwards}.slideRight{animation:slideRight .3s ease forwards}@keyframes slideUp{0%{transform:translateY(15px)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes slideLeft{0%{transform:translate(15px)}to{transform:translate(0)}}@keyframes slideAllLeft{0%{transform:translate(-35vw)}to{transform:translate(35vw)}}@keyframes slideRight{0%{transform:translate(-15px)}to{transform:translate(0)}}html{width:100%;margin:0;padding:0;border:0;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;position:relative;overflow-x:hidden;font-size:calc(.75rem + 1.5vw);line-height:1.5;color:#fff;-webkit-font-smoothing:antialiased}body{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;width:100%;height:100%;position:relative;overflow:hidden;margin:0;padding:0;border:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}main,article,aside,figure,footer,header,nav,section,details,summary{display:block}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0)}.row>*{padding-left:0;padding-right:0}.row{margin-right:0;margin-left:0}img,object,embed{max-width:100%}html{overflow-y:scroll}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:separate;border-spacing:0}th{font-weight:700;vertical-align:bottom}td{font-weight:400;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type=radio]{vertical-align:text-bottom}input[type=checkbox]{vertical-align:bottom}.ie7 input[type=checkbox]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}table{font-size:inherit;font:100%}small{font-size:85%}strong{font-weight:700}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}pre,code,kbd,samp{font-family:monospace,sans-serif}.clickable,label,input[type=button],input[type=submit],input[type=file],button,input,select,textarea{margin:0}button,input[type=button]{width:auto;overflow:visible}button{background:transparent;outline:none}.ie7 img{-ms-interpolation-mode:bicubic}.clearfix:after{content:" ";display:block;clear:both}@media (min-width: 2500px){html{font-size:calc(1.5rem + 1.2vw)}}@media (max-width: 500px){html{font-size:calc(1.5rem + 2vw)}}.flex-center,.btn{display:flex;justify-content:center;align-items:center}.btn{width:4.65rem;height:1.4rem;letter-spacing:0;z-index:2;background:transparent;text-transform:none;border:none;outline:none;position:relative;border-radius:.72rem;color:#fff;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:subpixel-antialiased;will-change:transform;font-size:.5rem;font-weight:600}.btn:hover{color:#fff}.btn span{font-size:inherit;font-weight:inherit;color:inherit;height:min-content}.row{display:flex;flex-wrap:wrap}.row *{max-width:100%;box-sizing:border-box}.col-1{width:8.3333333333%;flex:0 0 auto}.col-2{width:16.6666666667%;flex:0 0 auto}.col-3{width:25%;flex:0 0 auto}.col-4{width:33.33%;flex:0 0 auto}.col-5{width:41.6666666667%;flex:0 0 auto}.col-6{width:50%;flex:0 0 auto}.col-7{width:58.3333333333%;flex:0 0 auto}.col-8{width:66.6666666667%;flex:0 0 auto}.col-9{width:75%;flex:0 0 auto}.col-10{width:83.3333333333%;flex:0 0 auto}.col-11{width:91.6666666667%;flex:0 0 auto}.col-12{width:100%;flex:0 0 auto}.col-sm-1{width:8.3333333333%;flex:0 0 auto}.col-sm-2{width:16.6666666667%;flex:0 0 auto}.col-sm-3{width:25%;flex:0 0 auto}.col-sm-4{width:33.333%;flex:0 0 auto}.col-sm-5{width:41.6666666667%;flex:0 0 auto}.col-sm-6{width:50%;flex:0 0 auto}.col-sm-7{width:58.3333333333%;flex:0 0 auto}.col-sm-8{width:66.6666666667%;flex:0 0 auto}.col-sm-9{width:75%;flex:0 0 auto}.col-sm-10{width:83.3333333333%;flex:0 0 auto}.col-sm-11{width:91.6666666667%;flex:0 0 auto}.col-sm-12{width:100%;flex:0 0 auto}@media (min-width: 769px){.col-md-1{width:8.3333333333%;flex:0 0 auto}.col-md-2{width:16.6666666667%;flex:0 0 auto}.col-md-3{width:25%;flex:0 0 auto}.col-md-4{width:33.33%;flex:0 0 auto}.col-md-5{width:41.6666666667%;flex:0 0 auto}.col-md-6{width:50%;flex:0 0 auto}.col-md-7{width:58.3333333333%;flex:0 0 auto}.col-md-8{width:66.6666666667%;flex:0 0 auto}.col-md-9{width:75%;flex:0 0 auto}.col-md-10{width:83.3333333333%;flex:0 0 auto}.col-md-11{width:91.6666666667%;flex:0 0 auto}.col-md-12{width:100%;flex:0 0 auto}}@media (min-width: 1024px){.col-lg-1{width:8.3333333333%;flex:0 0 auto}.col-lg-2{width:16.6666666667%;flex:0 0 auto}.col-lg-3{width:25%;flex:0 0 auto}.col-lg-4{width:33.33%;flex:0 0 auto}.col-lg-5{width:41.6666666667%;flex:0 0 auto}.col-lg-6{width:50%;flex:0 0 auto}.col-lg-7{width:58.3333333333%;flex:0 0 auto}.col-lg-8{width:66.6666666667%;flex:0 0 auto}.col-lg-9{width:75%;flex:0 0 auto}.col-lg-10{width:83.3333333333%;flex:0 0 auto}.col-lg-11{width:91.6666666667%;flex:0 0 auto}.col-lg-12{width:100%;flex:0 0 auto}}@media (max-width: 600px){.col-xs-1{width:8.3333333333%;flex:0 0 auto}.col-xs-2{width:16.6666666667%;flex:0 0 auto}.col-xs-3{width:25%;flex:0 0 auto}.col-xs-4{width:33.33%;flex:0 0 auto}.col-xs-5{width:41.6666666667%;flex:0 0 auto}.col-xs-6{width:50%;flex:0 0 auto}.col-xs-7{width:58.3333333333%;flex:0 0 auto}.col-xs-8{width:66.6666666667%;flex:0 0 auto}.col-xs-9{width:75%;flex:0 0 auto}.col-xs-10{width:83.3333333333%;flex:0 0 auto}.col-xs-11{width:91.6666666667%;flex:0 0 auto}.col-xs-12{width:100%;flex:0 0 auto}}/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Blockquotes
 7.	 Background
 8.	 Breadcrumbs
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Pagination
 17. Alerts
 18. Backtop
 19. Range
 20. Icon Box
 21. Misc
 22. Modals
 23. Tables
 24. Heading
 25. Loading
 26. Header
 27. Menu
 28. Modue
 29. Testimonial
 30. Feature
 31. Call To Action
 32. Counter
 33. Blog
 34. Categories
 35. Contact
 36. Sidebar
 37. Footer
 38. 404
 39. Soon
 40. Clients
 41. Divider
 42. Banners
 43. Services
 44. About
 45. Products
 46. Register
 47. Page Title
 48. Collection
 49. Instagram
 50. Deals
 51. Slider
 52. Popup Modal
 53. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/body,html{overflow-x:hidden;scroll-behavior:initial;width:100%}body{background-color:#141414;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.465rem;font-weight:400;color:#a1a1a1;line-height:1.5;margin:0;padding-right:0!important}.wrapper{background-color:#141414}.wrapper-boxed{padding:0 70px}.wrapper-parallax{margin-bottom:335px;position:relative;z-index:50}*{outline:none}::-moz-selection{text-shadow:none}::selection{background-color:#f26c4f;color:#141414;text-shadow:none}a{color:#f26c4f}a:hover{color:#ee4420;text-decoration:none}a:focus{color:#ee4420;outline:none;text-decoration:none}a:active{color:#ee4420;outline:none;text-decoration:none}textarea{resize:none}button.btn{margin-bottom:0}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn.active.focus{outline:none}.modal-backdrop{z-index:1020;background-color:#222222f2}.fullscreen{height:100vh!important}button{border:none;outline:none;background:none;padding:0}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn.active.focus,button:focus{outline:none}@media only screen and (min-width: 320px) and (max-width: 767px){.wrapper-boxed{padding:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.wrapper-boxed{padding:0}}address,blockquote,dd,dl,fieldset,form,ol,p,pre,table,ul{margin-bottom:.6rem}section{padding-top:130px;padding-bottom:130px;overflow:hidden;z-index:1;position:relative}.inline{display:inline}.block{display:block}.inline-block{display:inline-block!important}.hide{display:none}.flex{display:flex}@media only screen and (max-width: 767px){section{padding-top:60px;padding-bottom:60px}}@media only screen and (min-width: 768px) and (max-width: 991px){section{padding-top:90px;padding-bottom:90px}}.text-content-right{text-align:right}@media only screen and (min-width: 320px) and (max-width: 767px){.text-content-right{text-align:center}}.form-group{margin-bottom:30px;position:relative}.form-control{color:#fff;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:15px;font-weight:400;height:50px;border:none;border-bottom:1px solid #cccccc;background:transparent;padding-left:5px;margin-bottom:30px;position:relative;border-radius:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;width:100%}.form-control input{width:100%}.form-control:focus{background-color:inherit;border-bottom-color:#f26c4f}.form-control:focus .form-group:before{width:100%}.form-control::-webkit-input-placeholder{color:#959595;text-transform:capitalize}.form-control:-moz-placeholder{color:#959595;text-transform:capitalize}.form-control::-moz-placeholder{color:#959595;text-transform:capitalize}.form-control:-ms-input-placeholder{color:#959595;text-transform:capitalize}.select--box{position:relative}.select--box i{position:absolute;font-size:16px;right:20px;top:14px;z-index:1;pointer-events:none;cursor:pointer;color:#e1e1e1}.input-checkbox .label-checkbox{font-size:14px;line-height:18px;color:#000;font-weight:400;margin-bottom:0}.label-checkbox{display:block;position:relative;cursor:pointer;font-size:18px;line-height:18px;z-index:2;padding-left:30px}.label-checkbox input{position:absolute;z-index:-1;opacity:0}.check-indicator{position:absolute;top:2px;left:0;height:17px;width:17px;background:transparent;border:1px solid #bebebe;border-radius:50%}.label-checkbox input:checked~.check-indicator{background:transparent}.check-indicator:after{content:"";position:absolute;display:none}.label-checkbox .check-indicator:after{position:absolute;display:none;left:3px;top:3px;height:9px;width:9px;border-radius:50%;background:#F26C4F}.label-checkbox input:checked~.check-indicator:after{display:block}.label-radio{display:block;position:relative;padding-left:30px;cursor:pointer;font-size:15px;color:#fff;text-transform:capitalize;margin-bottom:0}.label-radio input{position:absolute;z-index:-1;opacity:0}.radio-indicator{position:absolute;top:2px;left:0;height:17px;width:17px;background:#141414;border:1px solid #bebebe;border-radius:50%}.label-radio input:checked~.radio-indicator{background:#141414}.label-radio:hover input:not([disabled]):checked~.radio-indicator,.label-radio input:checked:focus~.radio-indicator{background:#141414}.radio-indicator:after{content:"";position:absolute;display:none;left:3px;top:3px;height:9px;width:9px;border-radius:50%;background:#F26C4F}.label-radio input:checked~.radio-indicator:after{display:block}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;margin:0}.form-inline,.form-inline .form-group{display:inline-block}form .btn i{margin-left:15px}.testimonial-panel .testimonial--body p{color:#898989;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:20px;line-height:30px;margin-bottom:39px}.testimonial-panel .testimonial--meta{position:relative;line-height:1}.testimonial-panel .testimonial--meta h4,.testimonial-panel .testimonial--meta span{color:#f26c4f;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:11px;font-weight:400;line-height:1;margin-bottom:0;text-transform:uppercase;position:relative;display:inline-block;letter-spacing:2px}.testimonial-panel .testimonial--meta h4{font-weight:700}.testimonial-panel .testimonial--meta span{color:#a1a1a1;position:relative;padding-left:15px}.testimonial-panel .testimonial--meta span:before{position:absolute;content:"-";font-size:15px;top:-3px;left:2px}.testimonial-panel .testimonial--meta-img{width:50px;height:50px;overflow:hidden;border-radius:50%;margin:0 auto 43px}.testimonial-1 .testimonial-panel{padding:70px 20px}@media only screen and (min-width: 320px) and (max-width: 767px){.testimonial-panel .testimonial--body p{font-size:17px}}.category-item{position:relative;margin-bottom:60px;text-align:center;overflow:hidden}.category-item .featured-item{position:absolute;top:18px;left:0;width:65px;height:30px;line-height:30px;text-align:center;background-color:#f26c4f;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:4px;border-radius:1px;z-index:2}.category-item .featured-item2{background-color:#f26c4f}.category-item .featured-item3{background-color:#ed8467}.category-item .category--content{position:relative}.category-item .category--content .category--hover{position:absolute;top:0;left:0;width:100%;height:100%}.category-item .category--content .category--hover .category--action{position:absolute;bottom:-85px;left:0;width:100%;height:100%;background-color:#141414;text-align:center}.category-item .category--content .category--hover .category--action a:not(:first-child){width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;font-size:16px;border:1px solid #2C3636;display:inline-block;cursor:pointer;color:#f26c4f}.category-item .category--content .category--hover .category--action a:not(:first-child):hover{background-color:#252525;border-color:#252525;color:#141414}.category-item .category--content .category--hover .category--action .btn{width:140px;font-size:11px;letter-spacing:1px}.category-item .category--content .category--hover .category--action .btn i{margin-right:7px}.category-item .category--title h3{font-size:16px;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;line-height:22px;margin-bottom:7px}.category-item .category--title h3 a{color:#fff}.category-item .category--title h3 a:hover{color:#f26c4f}.category-item .category--price{color:#a1a1a1;font-size:16px;font-weight:700;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1}.category-item .category--img{position:relative;margin-bottom:17px}.category-item .category--img img{max-width:100%;height:auto}.category-item .category--rating{margin-bottom:20px}.category-item .category--rating i{color:#a1a1a1}.category-item .category--rating i.active{color:#f6663f;font-size:14px;line-height:1}.category-item:hover .category--hover .category--action{bottom:1px}.category .owl-carousel .owl-item img{width:auto;margin:auto}.category-1 .carousel-dots .owl-dots,.category-2 .carousel-dots .owl-dots{margin-top:0;display:block;text-align:center;position:absolute;bottom:30px;left:0;width:100%}.category-3 .category-item{overflow:visible}.category-3 .category-item .category--hover{position:absolute;top:0;left:0;width:100%;height:100%}.category-3 .category-item .category--hover .category--action{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;text-align:center;z-index:2;padding-top:60px}.category-3 .category-item .category--hover .category--action .btn{width:156px;height:40px;line-height:38px;font-size:11px;letter-spacing:0}.category-3 .category-item .category--hover .category--action .btn i{margin-right:8px}.category-3 .category-item .category--action-content{padding:40px;background-color:#f26c4f;position:absolute;bottom:0;left:0;width:100%}.category-3 .category-item .category--action-icons{margin-bottom:34px}.category-3 .category-item .category--action-icons a{display:inline-block;color:#141414;width:40px;height:40px;line-height:40px;border-radius:50%;cursor:pointer}.category-3 .category-item .category--action-icons a:hover{background-color:#252525;color:#141414}.category-3 .category-item:hover .category--content{opacity:0}.category-3 .category--hover-info{margin-bottom:36px}.category-3 .category--hover-info .category--title h3 a{color:#141414}.category-3 .category--hover-info .category--title h3 a:hover{color:#fff}.category-3 .category--hover-info .category--price{color:#141414}.category-3 .category--colors a{display:inline-block;width:20px;height:20px;border-radius:50%;margin-right:10px}.category-3 .category--colors a:last-of-type{margin-right:0}.category-3 .category--colors a.color-1{background-color:#4593d6}.category-3 .category--colors a.color-2{background-color:#fff}.category-3 .category--colors a.color-3{background-color:#ebb090}.category-3 .category--colors a.color-4{background-color:#d7d7d7}.category-3 .category--img{position:static}.category-4 .category--hover .category--action{padding-top:120px}.category-5 .category-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;border:1px solid #ebebeb}.category-5 .category--img{overflow:hidden}.category-5 .category--img,.category-5 .category--content{width:50%;margin-bottom:0}.category-5 .category--content{padding:26px 10px 20px 20px;text-align:left}.category-5 .category--content .btn{width:156px;height:40px;line-height:38px;border:1px solid #ebebeb;font-size:11px;letter-spacing:.5px;margin-bottom:10px}.category-5 .category--content .btn i{margin-right:7px}.category-5 .category--content .btn:hover{background-color:#f26c4f;border-color:#f26c4f}.category-5 .category--price{font-size:18px;margin-bottom:32px}.category-5 .category--action-buttons a{margin-right:6px}.category-5 .category--action-buttons a:last-of-type{margin-right:0}.category-5 .category--action-buttons a:not(.btn){width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;font-size:16px;border:1px solid #2C3636;display:inline-block}.category-5 .category--action-buttons a:not(.btn):hover{background-color:#252525;border-color:#252525;color:#141414}.category-5 .category--img .zoom--icon{width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;font-size:16px;border:1px solid #2C3636;display:inline-block;background-color:#252525;border-color:#252525;color:#141414;position:absolute;bottom:-40px;left:40px}.category-5 .category--img:hover .zoom--icon{bottom:40px}.category-6 .category-item .category--action-content{background-color:#141414;padding:20px 25px 35px}.category-6 .category-item .category--action-icons{margin-bottom:19px}.category-6 .category-item .category--action-icons a{color:#fff}.category-6 .category-item .category--action-icons a:hover{color:#141414}.category-6 .category-item .category--hover-info{margin-bottom:31px}.category-6 .category-item .category--title h3 a{color:#fff}.category-6 .category-item .category--price{color:#a1a1a1}.category-12 .category-item{border:none}.category-12 .category-item .category--title h3{margin-bottom:12px}.category-12 .category--img{width:auto;min-width:270px}.category-12 .category--content{width:auto;padding:36px 10px 0 40px}.category-12 .category--price,.category-12 .category--reviews{margin-bottom:36px}.category-12 .category--bio{margin-bottom:52px}.category-13 .category--action-content{background-color:#000c}.category-13 .category-item .category--title h3 a,.category-13 .category-item .category--price{color:#a1a1a1}.category-13 .category--hover-info .category--price,.category-13 .category--hover-info .category--title h3 a{color:#fff}.category-13 .category--hover-info .category--title h3 a:hover{color:#f26c4f}.category-13 .category--action-icons a{color:#fff}.category-13 .category--colors a.color-1{background-color:#252525}.category-13 .category--colors a.color-2{background-color:#fff;border:1px solid #353535}.category-13 .category--colors a.color-4{background-color:#f26c4f}.category-13 .btn--loading{color:#363636}.category-13 .btn--loading .bullets span{background-color:#252525}.category-13 .category--hover .category--action .btn{background-color:#f26c4f}.category-13 .category--hover .category--action .btn:hover{background-color:#fff;border-color:#fff;color:#f26c4f}.category-13 .btn--loading:hover{color:#f26c4f}.category--reviews{font-size:14px;line-height:1}.category-options{margin-bottom:64px}.category-options .option{display:inline-block;position:relative;margin-right:20px}.category-options .option:last-of-type{margin-right:0}.category-options .option--title{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:700;line-height:46px;text-transform:uppercase;color:#fff;margin-bottom:0;margin-right:15px;display:inline-block}.category-options .view--type{display:inline-block}.category-options .view--type a{display:inline-block;font-size:13px;line-height:46px;padding-left:5px;color:#acacac}.category-options .view--type a.active{color:#fff}.category-options .show--num{display:inline-block}.category-options .show--num li{display:inline-block;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:700;line-height:46px;text-transform:uppercase;color:#a1a1a1;padding:0 5px;cursor:pointer}.category-options .show--num li:hover{color:#fff}.category-options .option.category--filter-wrapper{padding-left:0}.category-options .option.category--filter-wrapper .category--filter{position:relative;top:27px;display:inline-block;width:260px}.category-options .select-form{display:inline-block;width:150px;position:relative;margin-right:20px}.category-options .select-form i{position:absolute;font-size:14px;right:5px;top:12px;z-index:1;pointer-events:none;cursor:pointer;color:#ccc}.category-options .category-select{position:relative}.category-options select{width:100%;border:none;border-radius:0;color:#a1a1a1;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:transparent;font-size:14px;font-weight:700;line-height:46px;padding-left:10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.category-num h2{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:700;line-height:55px;text-transform:uppercase;color:#fff;margin-bottom:0;margin-right:15px;display:inline-block}.category-num h2 span{color:#f26c4f;margin-right:7px}.btn--loading{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:3px;display:inline-block;position:relative;color:#a1a1a1;line-height:1}.btn--loading .bullets{width:20px;height:20px;display:inline-block;position:relative;margin-right:6px}.btn--loading .bullets span{width:8px;height:8px;background-color:#e1e1e1;display:inline-block;position:absolute;-webkit-animation:btn-loading 1s infinite linear;-moz-animation:btn-loading 1s infinite linear;-ms-animation:btn-loading 1s infinite linear;-o-animation:btn-loading 1s infinite linear;animation:btn-loading 1s infinite linear}.btn--loading .bullets span:first-of-type{top:0;left:0;-webkit-animation-delay:.1s;animation-delay:.1s}.btn--loading .bullets span:nth-of-type(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.btn--loading .bullets span:nth-of-type(3){bottom:0;right:0;-webkit-animation-delay:.6s;animation-delay:.6s}.btn--loading .bullets span:nth-of-type(4){bottom:0;left:0;-webkit-animation-delay:.8s;animation-delay:.8s}.btn--loading:hover .bullets span{animation:none}@keyframes btn-loading{0%{background-color:#f26c4f}50%{background-color:#e1e1e1}}.shop-filter{text-align:center;margin-bottom:36px}.shop-filter li a{color:#333;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:13px;font-weight:700;line-height:1;margin-right:29px;text-transform:capitalize}.shop-filter li a.active-filter,.shop-filter li a:hover{color:#f26c4f}.shop-filter li:last-child a{margin-right:0}.shop-item.category-item{margin-bottom:0}.shop-item .category--hover{padding:30px}.shop-item .category--img{position:relative;margin-bottom:0}.shop-item .category--img .category--hover .category--action{position:relative;background-color:#282828f2}.shop-item .category--img .category--hover .category--action>a{margin:0 auto;top:40%}.shop-item .category--img .category--hover .category--action .category--content{position:absolute;bottom:30px;text-align:center;width:100%}.shop-item .category--content .category--title h4{margin-bottom:0}.shop-item .category--content .category--title a{color:#141414}.cat-list{height:578px;overflow:visible;z-index:2}.cat-list .divider--line{margin-top:60px}.cat-list .cat--list-desc p{font-size:18px;line-height:28px}.cat-list .cat--list-item img{margin-bottom:39px}.cat-list .cat--list-item h4{font-size:30px;margin-bottom:0}.cat-list .cat--list-item h4:hover{color:#f26c4f}.cat-list+.clearfix{padding-top:300px;position:relative;z-index:1}@media only screen and (min-width: 320px) and (max-width: 767px){.cart-category-img{float:none}.cart-table .cart-category-action form{margin-bottom:30px}.cart-category-action .text-right{text-align:left!important}.cart-table .cart-category-action .form-control{display:inline-block}.cat-list .cat--list-item{max-width:300px;margin:0 auto 30px;text-align:center}.cat-list .divider--line{margin-top:0}.cat-list .divider--line:after{left:50%;margin-left:-50px}}@media only screen and (min-width: 320px) and (max-width: 767px){.category-options .option{margin:0 0 15px;display:block}.category-options .option.category--filter-wrapper{padding-left:0}.category-options .option.category--filter-wrapper .option--title,.category-options .option.category--filter-wrapper .category--filter{position:static}.category-options .option.category--filter-wrapper .category--filter input{text-align:center}.category-options .option.category--filter-wrapper .option--title,.category-options .option.sort--options .option--title{display:block;margin-bottom:10px}.category-3 .category-item{max-width:370px;margin:0 auto 60px}.category-3 .category--action-content{padding:20px}.category-3 .category--action-icons{margin-bottom:20px}.category-4 .category--hover .category--action{padding-top:50px}.category-5 .category-item{display:block;max-width:350px;margin:0 auto 30px}.category-5 .category--content{padding:36px 10px 20px}.category-5 .category--img,.category-5 .category--content,.category-5 .category--img img{width:100%}.category-5 .category--bio{margin-bottom:40px}.cat-list{height:auto}.cat-list+.clearfix{padding-top:60px}}@media only screen and (min-width: 768px) and (max-width: 991px){.category-options .option.category--filter-wrapper{margin-bottom:35px}.cat-list{height:auto}.cat-list .cat--list-item{margin-bottom:30px}.cat-list+.clearfix{padding-top:60px}.cat-list .cat--list-item img{max-width:100%}.cat-list .cat--list-item h4{font-size:28px}.category-5 .category--img img{width:100%}}.widget{margin-bottom:70px}.widget:last-of-type{margin-bottom:0}.widget .widget--title{margin-bottom:30px}.widget .widget--title h3{color:#fff;font-size:24px;line-height:1;text-transform:capitalize;margin-bottom:0}.widget-categories ul li a{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#a1a1a1;font-size:14px;font-weight:700;line-height:40px;position:relative;display:block;text-transform:uppercase;padding-left:24px}.widget-categories ul li a:after{position:absolute;top:0;left:0;content:"\f105";color:#b7b7b7;font-family:fontawesome;font-size:11px;font-weight:400;line-height:40px}.widget-categories ul li a:hover{color:#f26c4f}.widget-categories2 ul li a{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;font-size:14px;font-weight:700;line-height:30px;position:relative;display:block;text-transform:uppercase}.widget-categories2 ul li a span{color:#a1a1a1}.widget-categories2 ul li .inner--list{opacity:0;display:none}.widget-categories2 ul li.active .inner--list{opacity:1;display:block}.widget-categories2 ul.inner--list{padding:20px 0 20px 30px}.widget-categories2 ul.inner--list li a{color:#a1a1a1;font-size:16px;line-height:32px;font-weight:400;text-transform:capitalize}.widget-categories2 ul.inner--list li a span{float:right}.widget-categories2 ul.inner--list li a:hover{color:#f26c4f;text-decoration:underline}.widget-categories2 ul.inner--list li a:hover span{text-decoration:underline;color:#f26c4f}.widget-tags a{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:inline-block;font-size:12px;font-weight:700;line-height:26px;color:#a1a1a1;padding-right:10px;text-transform:uppercase;letter-spacing:2px;position:relative}.widget-tags a:after{content:",";position:absolute;top:0;right:0}.widget-tags a:last-of-type:after{display:none}.widget-tags a:hover{color:#fff}.widget-recent-posts .entry{position:relative;margin-bottom:20px;min-height:120px}.widget-recent-posts .entry:last-of-type{margin-bottom:0;border-bottom:none;padding-bottom:0}.widget-recent-posts .entry img{position:absolute;left:0;top:0;width:100px;height:120px}.widget-recent-posts .entry .entry-desc{position:relative;margin-left:115px}.widget-recent-posts .entry .entry-desc .entry-meta a{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12px;font-weight:400;line-height:1;color:#9fa4af;text-transform:uppercase;letter-spacing:2px}.widget-recent-posts .entry .entry-title{margin-bottom:9px}.widget-recent-posts .entry .entry-title a{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;font-size:15px;font-weight:700;line-height:22px;text-transform:capitalize}.widget-recent-posts .entry .entry-title a:hover{color:#f26c4f}.widget-search .form-search .form-control{border:none;border-bottom:1px solid #ebebeb;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;color:#a1a1a1;font-size:13px;font-weight:500;line-height:45px;height:45px;text-transform:capitalize;padding:0;width:100%}.widget-search .form-search .form-control:focus{border-color:#f26c4f}.widget-search .form-search .btn{background-color:transparent;color:#a1a1a1;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;width:35px;height:49px;line-height:29px;text-align:center;font-size:18px;margin-left:0;padding:0;position:absolute;right:0}.widget-search .form-search .btn:hover{color:#f26c4f}.widget-best-product .best-product .product-img{width:49px;height:49px;text-align:center;padding:4px}.widget-best-product .best-product .product-bio{padding-top:0}.widget-best-product .best-product .product-bio .product-price{color:#a1a1a1;font-size:14px;font-weight:600;line-height:23px}.widget-best-product .best-product a{text-transform:uppercase}.widget-filter .subtitle{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;line-height:1;margin-bottom:27px;margin-top:70px}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal .ui-slider-handle{top:-.2em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.category--filter .ui-slider{height:3px;background-color:#e1e1e1;border-radius:0;margin-bottom:15px}.category--filter .ui-slider-handle{width:16px;height:16px;margin-top:-4px;margin-left:0;background-color:#f26c4f;border-radius:50%;border:2px solid #141414;cursor:pointer}.category--filter .ui-slider-handle:last-of-type,.category--filter .ui-slider-handle:hover{background-color:#f26c4f}.category--filter .ui-slider-range{height:4px;background-color:#f26c4f;margin-bottom:20px}.category--filter label{color:#a1a1a1}.category--filter input{border:none;background-color:transparent;text-align:center;width:100%}.cat-sidebar{padding-top:20px}.cat-sidebar .widget .widget--title h5{font-size:24px;text-transform:capitalize}.widget-brands ul li,.brands--fiter ul li{font-size:16px;line-height:32px}.widget-brands ul li a,.brands--fiter ul li a{color:#a1a1a1}.widget-brands ul li a span,.brands--fiter ul li a span{float:right}.widget-brands ul li a:hover,.brands--fiter ul li a:hover{color:#f26c4f;text-decoration:underline}.widget-brands ul li a:hover span,.brands--fiter ul li a:hover span{text-decoration:underline}.widget-size-form .label-radio{display:inline-block;padding:0;width:40px;height:40px}.widget-size-form .label-radio:checked~.radio-content{color:#fff}.widget-size-form .radio-indicator{position:absolute;top:0;left:0;display:inline-block;width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;background-color:#eee;font-size:14px;color:#a1a1a1;border-color:transparent}.widget-size-form .radio-indicator:after{content:"";position:absolute;display:none;left:0;top:0;height:100%;width:100%;border-radius:50%;background:white;border:1px solid #F26C4F}.widget-size-form .input-radio{width:40px;height:40px;display:inline-block;margin-right:14px}.widget-size-form .input-radio:last-of-type{margin-right:0}.widget-size-form .input-radio .radio-content{margin-bottom:0;position:absolute;top:0;left:0;width:100%;text-align:center;z-index:2;line-height:42px;font-size:14px;color:#a1a1a1;text-transform:uppercase}.widget-color-form .label-radio{display:inline-block;padding:0;width:35px;height:35px}.widget-color-form .label-radio input:checked~.radio-indicator{background:inherit}.widget-color-form .radio-indicator{position:absolute;top:2px;left:0;display:inline-block;width:35px;height:35px;line-height:35px;border-radius:50%;text-align:center;background-color:#fff!important;border:1px solid transparent;font-size:14px;color:#a1a1a1}.widget-color-form .radio-indicator:after{content:"\f00c";font-family:fontawesome;font-size:16px;position:absolute;top:0;left:9px;background-color:transparent;color:#141414}.widget-color-form .input-radio{width:35px;height:35px;display:inline-block;margin-right:14px;margin-bottom:18px}.widget-color-form .input-radio:last-of-type{margin-right:0}.widget-color-form .color-2 .radio-indicator{background-color:#fff!important;border:1px solid #e5e5e5}.widget-color-form .color-2 .radio-indicator:after{color:#fff}.widget-color-form .color-3 .radio-indicator{background-color:#dea65f!important}.widget-color-form .color-4 .radio-indicator{background-color:#f26c4f!important}.widget-color-form .color-5 .radio-indicator{background-color:#f5989d!important}.widget-color-form .color-6 .radio-indicator{background-color:#c2c2c2!important}.widget-color-form .color-7 .radio-indicator{background-color:#869ee3!important}.widget-color-form .color-8 .radio-indicator{background-color:#464646!important}.widget-color-form .color-9 .radio-indicator{background-color:#febca9!important}.widget-color-form .color-10 .radio-indicator{background-color:#ebebeb!important}.widget-color-form .color-11 .radio-indicator{background-color:#f26d7d!important}.widget-color-form .color-12 .radio-indicator{background-color:#fff799!important}.widget-recent-products .product{position:relative;margin-bottom:20px;min-height:125px}.widget-recent-products .product img{position:absolute;left:0;top:0}.widget-recent-products .product .product-desc{position:relative;margin-left:120px}.widget-recent-products .product .product-desc .product-meta{font-size:16px;font-weight:700;line-height:20px;color:#a1a1a1}.widget-recent-products .product .product-title{margin-bottom:9px}.widget-recent-products .product .product-title a{color:#a1a1a1;font-size:16px;font-weight:700;line-height:26px;text-transform:capitalize;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.widget-recent-products .product .product-title a:hover{color:#f26c4f}.widget-recent-products .product:last-of-type{margin-bottom:0}.widget-recent-products .product:last-of-type .product-desc{border-bottom:none;padding-bottom:0}.widget-info{background-color:#f26c4f;padding:50px 36px;text-align:center}.widget-info .info--title{color:#141414;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;font-weight:700;line-height:1;padding-bottom:13px;margin-bottom:28px;position:relative}.widget-info .info--title:after{position:absolute;bottom:0;left:50%;margin-left:-20px;width:40px;height:2px;background-color:#141414;content:""}.widget-info .info--content{color:#a1a1a1;font-size:15px;font-weight:500;line-height:23px;font-style:italic;margin-bottom:23px}.widget-share{margin-bottom:88px}.widget-share .share--title{color:#a1a1a1;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase;display:block;letter-spacing:2px;margin-bottom:37px}.widget-share a{color:#acacac;font-size:16px;font-weight:400;line-height:1;margin-right:23px;display:inline-block}.widget-share a:last-of-type{margin-right:0}.widget-share a:hover{color:#fff}@media only screen and (min-width: 320px) and (max-width: 767px){.sidebar,.widget{margin-bottom:30px}}.footer{padding:0}.footer ul{margin:0}.widget--links li{display:inline-block}.widget--links li a{color:#a1a1a1;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:30px;font-weight:500;display:block;position:relative;margin-right:13px}.widget--links li:last-of-type a{margin-right:0}.widget--social span{font-size:.95rem;font-weight:500;line-height:30px;color:#a1a1a1;margin-right:45px;display:inline-block}.widget--social a{color:#a1a1a1;font-size:18px;line-height:1;margin-right:19px;display:inline-block}.widget--social a:hover,.widget--links li a:hover{color:#f26c4f}.widget--logo-img{margin-bottom:53px}.widget--newsletter h3{font-size:18px;line-height:1;letter-spacing:3px;margin-bottom:20px}.widget--newsletter p{font-size:15px;font-weight:500;margin-bottom:26px}.widget--newsletter form{position:relative;max-width:370px}.widget--newsletter .form-control{background-color:#f1f8fc;border:none;border-radius:40px;color:#a1a1a1;font-size:14px;line-height:40px;height:40px;margin-bottom:0;padding-left:15px;padding-right:40px}.widget--newsletter button{background-color:transparent;border:none;line-height:40px;color:#fff;font-size:16px;font-weight:500;height:40px;position:absolute;top:0;right:10px;cursor:pointer}.widget--newsletter button:hover{color:#f26c4f}.footer--copyright{font-size:15px;line-height:20px}.social--icons a:last-of-type{margin-right:0}.footer-2{position:fixed;bottom:0;left:0;right:0;width:100%}.footer-2 .footer-widget{padding:80px 0}.footer-2 .widget--contact-info li{font-size:15px;font-weight:500;line-height:28px;color:#a1a1a1}.footer-2 .widget--contact-info li a{color:#a1a1a1}.footer-2 .widget--contact-info li a:hover{color:#f26c4f}.footer-2 .widget--social span{margin:0 0 20px;display:block;line-height:1}.footer-2 .widget--links li{display:block}.footer-2 .widget--logo-img{margin-bottom:40px}.footer-4 .widget--contact-info li,.footer-4 .widget--contact-info li a,.footer-4 .widget--social span,.footer-4 .widget--links li a{color:#a1a1a1}.footer-4 .widget--links li a:hover{color:#f26c4f}.footer-4 .widget--newsletter h3{color:#141414}.footer-4 .widget--newsletter p{color:#a1a1a1}.footer-4 .widget--newsletter .form-control{background-color:#363636}.footer-4 .widget--newsletter button{color:#f26c4f}.footer-4 .footer-widget,.footer-5 .footer-widget{border-top:none}.footer-6{position:fixed;bottom:30px;right:0;left:0;z-index:40}.footer-6 .footer-widget{padding:0;border-top:none}.footer-6 .widget--contact-info .info--panel{display:inline-block;margin-left:40px;color:#a1a1a1;font-size:16px;font-weight:500}.footer-6 .widget--contact-info .info--panel i{margin-right:10px;font-size:18px}@media only screen and (min-width: 320px) and (max-width: 767px){.footer-margin{margin-bottom:0}.footer-widget,.footer-2 .footer-widget{padding:50px 0}.footer .container-fluid{padding:0 15px}.footer--copyright{text-align:center}.widget--links ul,.widget--logo-img,.footer--copyright,.widget--newsletter{margin-bottom:30px}.widget--social span{margin-right:25px}.footer-2{position:static}.footer-2 .widget--logo-img{margin-bottom:20px}.widget--newsletter form{margin:auto}.footer-6{position:static;padding:20px 0}.footer-6 .widget--contact-info .info--panel{margin:0;text-align:center;display:block}}@media only screen and (min-width: 768px) and (max-width: 991px){.footer-margin{margin-bottom:0}.footer-2{position:static}.footer-widget,.footer-2 .footer-widget{padding:70px 0}.widget--links,.widget--social{text-align:center}.widget--links ul,.widget--logo-img,.footer--copyright{margin-bottom:30px}.footer-2 .widget--links,.footer-2 .widget--social{text-align:left}.footer-2 .widget--social span{display:block;margin-bottom:15px}}@media only screen and (min-width: 992px) and (max-width: 1070px){.widget--social span{margin:0 0 15px;display:block}}.banner-panel{position:relative}.banner-panel .panel--content{position:relative;padding-left:100px}.banner-panel .num{position:absolute;left:0;top:0;color:#2c3636;font-size:72px;font-weight:700;line-height:1;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;writing-mode:vertical-rl}.banner-panel h5{color:#fff;font-size:16px;margin-bottom:30px}.banner-panel p{font-size:12px;font-weight:700;color:#f26c4f;line-height:20px;margin-bottom:11px;letter-spacing:2px}.interactive-2 .banner-panel{padding-top:27px}.interactive-2 .banner-panel:before{content:"";position:absolute;top:0;left:100px;width:50px;height:2px;background-color:#252525}.interactive-2 .banner-panel h5{font-size:18px;color:#a1a1a1;margin-bottom:14px}.interactive-3 .banner-panel:before{background-color:#f26c4f}.interactive-3 .banner-panel h5{color:#fff;margin-bottom:16px}.interactive-3 .banner-panel h6{font-size:12px;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;letter-spacing:3px;color:#f26c4f;margin-bottom:0}.interactive-3 .banner-panel p{font-size:16px;font-weight:400;color:#a1a1a1;line-height:26px;margin-bottom:0;letter-spacing:0}.interactive-3 .banner-panel h6+p{margin-top:21px}.interactive-4{padding:180px 0}.interactive-4 .banner-panel:before{background-color:#8fb5c6}.interactive-4 .banner-panel h5,.interactive-4 .banner-panel h6,.interactive-4 .banner-panel p,.interactive-4 .banner-panel .num{color:#141414}@media only screen and (max-width: 991px){.interactive-4{padding:90px 0}}.banner-img-hover .banner--img{overflow:hidden}.banner-1 .product-item{padding-top:70px}.banner-1 .banner--content{position:absolute;top:50%;right:-300px;z-index:2;max-width:500px}.banner-1 .banner--content .btn{width:200px;height:50px;line-height:48px;font-size:12px}.banner-1 .banner--subtitle p{font-size:12px;font-weight:700;color:#f26c4f;letter-spacing:3px;margin-bottom:10px}.banner-1 .banner--title h3{font-size:72px;line-height:72px;margin-bottom:37px}.banner-1 .banner--title h3 a{color:#fff}.banner-1 .banner--title h3 a:hover{color:#f26c4f}.banner-2 .banner--content{position:static;max-width:700px;margin:auto}.banner-2 .slide-item{height:100vh}.banner-2 .banner--subtitle p,.banner-2 .banner--title h3 a{color:#141414}.banner-2 .banner--title h3 span{color:#f26c4f}.banner-2 .banner--content .btn--vertical{width:60px;height:130px;writing-mode:vertical-lr;text-orientation:upright;border:1px solid #141414;color:#141414;font-size:11px;line-height:58px;letter-spacing:10px}.banner-2 .banner--content .btn--vertical:hover{background-color:#f26c4f;border-color:#f26c4f}.banner-2 .carousel-navs .owl-nav [class*=owl-]:hover{color:#f26c4f}.banner-2 .carousel-navs .owl-nav .owl-next:after{background-color:#f26c4f}@media only screen and (min-width: 320px) and (max-width: 767px){.banner-panel{margin-bottom:30px}.banner-panel .panel--content{padding-left:80px}.banner-1 .banner--content{width:100%;right:0;left:30px}.banner-1 .banner--title h3{font-size:30px}.interactive-2 .banner-panel:before{left:80px}}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-panel{margin-bottom:30px}.banner-1 .banner--content{width:100%;right:0;left:30px}}.about .about--img,.about .about--text{position:relative}.about .about--text{margin-bottom:50px}.about .about--text p{font-size:18px;line-height:28px}.about .about--text p span{color:#f26c4f;font-weight:900}.about .about--text p:first-of-type{margin-bottom:29px}.about .about--text p:last-of-type{margin-bottom:0}.about .about--signature{color:#f26c4f;letter-spacing:3px;font-size:11px;font-weight:700;line-height:1;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-transform:uppercase}.about .about--signature span{position:relative;color:#a1a1a1;font-weight:400;padding-left:12px}.about .about--signature span:before{content:"-";position:absolute;top:2px;left:3px}.about-2 .heading-2{position:absolute;top:50%;right:-130px;z-index:2;width:350px}.about-2 .heading-2 .heading--subtitle{color:#fff}.about-2 .about--text{margin-top:100px}.about-2 .feature-panel{margin-bottom:70px}@media only screen and (min-width: 320px) and (max-width: 767px){.about-2 .heading-2{left:0;right:0;width:100%;text-align:center}.about-2 .about--text{margin-top:0}.about-2 .about--text,.about-2 .about--signature{text-align:center}}@media only screen and (min-width: 768px) and (max-width: 991px){.about-2 .heading-2{left:0;right:0;width:100%;text-align:center}.about-2 .about--text{margin-top:0}.about-2 .about--text,.about-2 .about--signature{text-align:center}}.products-carousel .owl-carousel .owl-item img{width:auto;margin:auto}.products-carousel .owl-dots{margin-top:40px}.products-carousel .owl-dots .owl-dot span{width:8px;height:8px}.products-carousel .product-item{margin-bottom:0}.products-carousel-2 .product-item{overflow:hidden;text-align:left}.products-carousel-2 .product-item .product--img{margin-bottom:0}.products-carousel-2 .product-item .product--title{position:absolute;bottom:70px;left:57px;z-index:2}.products-carousel-2 .product-item .product--title h3{font-size:24px;line-height:34px;margin-bottom:0;font-weight:700}.products-carousel-2 .product-item .product--hover .product--action{bottom:0;background-color:#f26c4fcc;text-align:left}.products-carousel-2 .product-item .product--hover .product--action h3{font-size:24px;line-height:34px;margin-bottom:13px}.products-carousel-2 .product-item .product--hover .product--action h3 a{color:#141414}.products-carousel-2 .product-item .product--hover .product--action h3 a:hover{color:#fff}.products-carousel-2 .product-item .product--hover .product--action p{color:#141414;margin-bottom:26px}.products-carousel-2 .product-item .product--hover .product--action .btn--underlined{font-size:12px;color:#141414;width:auto;height:auto;line-height:1}.products-carousel-2 .product-item .product--hover .product--action .btn--underlined:hover{color:#fff}.products-carousel-2 .product-item .product--hover .product--action .btn--underlined:before{background-color:#141414}.products-carousel-2 .product-item .product--hover .product--action .btn--underlined :after{background-color:#fff}.products-carousel-2 .product-item .product--hover .product--action-content{position:absolute;left:50px;bottom:70px;padding-right:10px}.products-carousel-2 .product-item:hover .product--title{opacity:0}.products-carousel-2 .carousel-navs .owl-nav [class*=owl-]{color:#141414}.products-carousel-2 .carousel-navs .owl-nav .owl-next{right:50px}.products-carousel-2 .carousel-navs .owl-nav .owl-next:before{content:"\f178"}.products-carousel-2 .carousel-navs .owl-nav .owl-prev{left:50px}.products-carousel-2 .carousel-navs .owl-nav .owl-prev :before{content:"\f177"}.products-carousel-3.carousel-navs .owl-nav [class*=owl-]{top:50%;left:30px;height:60px;width:60px;color:#fff;margin:0}.products-carousel-3.carousel-navs .owl-nav [class*=owl-]:hover{color:#f26c4f}.products-carousel-3.carousel-navs .owl-nav .owl-next{margin-top:-60px}.products-carousel-3.carousel-navs .owl-nav .owl-next:after{content:"";position:absolute;left:0;width:1px;top:50%;height:20px;margin-top:-12px;background-color:#fff}@media only screen and (min-width: 320px) and (max-width: 767px){.products-carousel{text-align:center}}.products-gallery-carousel{position:relative}.products-gallery-carousel .zoom-icon{display:block;position:absolute;top:45px;right:30px;background-color:#141414;color:#fff;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;z-index:3}.products-gallery-carousel .owl-carousel .owl-item img{width:auto;margin:auto;max-width:100%}.owl-thumbs .owl-thumb-item{padding:0;border:none;outline:none;background-color:transparent;opacity:.7;cursor:pointer;margin-right:18px}.owl-thumbs .owl-thumb-item:last-of-type{margin-right:0}.owl-thumbs .owl-thumb-item.active{opacity:1}.products-gallery-carousel-1 .products-slider{padding-left:100px}.products-gallery-carousel-1 .owl-thumbs{position:absolute;top:0;left:0;z-index:3}.products-gallery-carousel-1 .owl-thumbs .owl-thumb-item{display:block;margin-bottom:15px}.products-gallery-carousel-3 .products-slider,.products-gallery-carousel-4 .products-slider{padding-left:0;padding-right:100px}.products-gallery-carousel-3 .owl-thumbs,.products-gallery-carousel-4 .owl-thumbs{left:auto;right:0}.products-gallery-carousel-4 .owl-thumbs{top:185px}.products-gallery-carousel-4 .owl-thumbs .owl-thumb-item{margin-bottom:30px;opacity:.8}.product--title h3{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;font-size:36px;font-weight:700;line-height:40px;text-transform:capitalize;margin-bottom:11px}.product--price{color:#f26c4f;font-size:24px;font-weight:700;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1;margin-bottom:33px}.product--price .old--price{text-decoration:line-through;font-size:16px;color:#a1a1a1;padding-left:20px}.product--rating{margin-bottom:20px}.product--rating i{color:#a1a1a1}.product--rating i.active{color:#f6663f;font-size:14px;line-height:1}.product-detalis-1 .product--desc p{margin-bottom:25px}.product--meta-info{margin-bottom:46px;overflow:hidden}.product--meta-info li{width:50%;float:left;font-size:16px;color:#fff;font-weight:700}.product--meta-info li span{padding-left:35px;color:#a1a1a1;font-weight:400}.product--meta-action{margin-bottom:48px}.product--meta-action a.fav,.product--meta-action a.compare{width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;font-size:16px;border:1px solid #d7d7d7;display:inline-block;margin-right:11px}.product--meta-action a.fav:hover,.product--meta-action a.compare:hover{background-color:#252525;border-color:#252525;color:#141414}.product--meta-action .btn--primary{font-size:14px;width:220px;margin-right:13px}.select-order{margin-right:17px;position:relative;display:inline-block}.select-order .product-quantity{width:100px;height:45px;border:none;border-radius:45px;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;font-size:13px;font-weight:700;line-height:45px;text-transform:uppercase;padding:0 25px;position:relative;background-color:#f6f7fb;text-align:center}.select-order .product-quantity input{background-color:transparent;border:none;width:auto;text-align:center}.select-order .product-quantity input.qty{color:#fff;width:50px}.select-order .product-quantity .plus,.select-order .product-quantity .minus{position:absolute;top:0;z-index:2;font-size:16px;color:#a1a1a1;cursor:pointer;font-weight:700}.select-order .product-quantity .plus{right:15px}.select-order .product-quantity .minus{left:15px}.product--meta-select{text-align:right;margin-bottom:40px}.product--meta-select .title{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#fff;line-height:40px;letter-spacing:1px;float:left}.product--meta-select.select--size .sizes-wrapper{display:inline-block}.product--meta-select .widget-size-form .radio-indicator{background-color:#fff;border-color:transparent}.product--meta-select.select--color2,.product--meta-select.select--size2{border-bottom:1px solid #e1e1e1}.product--meta-select.select--color2 .title,.product--meta-select.select--size2 .title{line-height:50px}.product--meta-select .select--dropdown{text-align:right}.product--meta-select .select--dropdown .dropdown-menu{min-width:140px;max-width:250px;font-size:15px;color:#a1a1a1;text-transform:uppercase;background-color:#ffffffe6;border:none;border-radius:5px;padding:0;margin:0;position:absolute;right:0;left:auto;overflow:hidden}.product--meta-select .select--dropdown li{height:50px;line-height:50px}.product--meta-select .select--dropdown li a{margin:0 25px}.product--meta-select .select--dropdown i{margin-left:25px;color:#ccc}.product--meta-select.select--size2 .size{color:#fff;line-height:50px;display:inline-block;padding:0}.product--meta-select.select--size2 .size span{color:#a1a1a1}.product--meta-select.select--color2 .dropdown-menu{padding-left:20px}.product--meta-select.select--color2 .color{position:relative;padding-left:30px;display:block;margin:0;line-height:50px;font-size:15px;color:#a1a1a1}.product--meta-select.select--color2 .color:before{content:"";position:absolute;top:13px;left:0;width:24px;height:24px;border-radius:50%;overflow:hidden}.product--meta-select.select--color2 .color-1:before{background-color:#a1a59c}.product--meta-select.select--color2 .color-2:before{background-color:red}.product--meta-select.select--color2 .color-3:before{background-color:green}.product--meta-select.select--color2 .dropdown-toggle .color{display:inline-block;color:#a1a1a1}.product--meta-select2{margin-bottom:30px}.product--meta-select3 form .row{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;margin:0}.product--meta-select3 form .row [class*=col-]{border-right:1px solid #e1e1e1;padding:0}.product--meta-select3 form .row [class*=col-]:last-of-type{border-right:none}.product--meta-select3 form .form-control{border:none;height:54px;font-size:12px;font-weight:700;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;text-transform:uppercase;margin-bottom:0;padding:0 15px}.product--meta-select3 form .select--box i{top:20px;right:15px;color:#ccc}.product--meta-select3 form .select-order{margin:5px 0 0}.product--share span{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;font-size:14px;font-weight:700;line-height:1;text-transform:uppercase;margin-right:27px}.product--share a{line-height:40px;font-size:16px;font-weight:400;color:#a1a1a1;display:inline-block;margin-right:17px}.product--share a:hover{color:#f26c4f}.product--share a:last-of-type{margin-right:0}.product-item{position:relative;margin-bottom:60px;text-align:center;overflow:hidden}.product-item .product--img{position:relative;margin-bottom:17px}.product-item .product--img img{max-width:100%;height:auto}.product-item .featured-item{position:absolute;top:18px;left:0;width:65px;height:30px;line-height:30px;text-align:center;background-color:#f26c4f;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:4px;border-radius:1px;z-index:2}.product-item .featured-item2{background-color:#f26c4f}.product-item .featured-item3{background-color:#ed8467}.product-item .product--content{position:relative}.product-item .product--hover{position:absolute;top:0;left:0;width:100%;height:100%}.product-item .product--hover .product--action{position:absolute;bottom:-100px;left:0;width:100%;height:100%;background-color:#141414;text-align:center}.product-item .product--hover .product--action>a:not(.btn){width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;font-size:16px;border:1px solid #2C3636;display:inline-block;cursor:pointer;color:#f26c4f}.product-item .product--hover .product--action>a:not(.btn):hover{background-color:#252525;border-color:#252525;color:#141414}.product-item .product--hover .product--action .btn{width:140px;font-size:11px;letter-spacing:.5px;height:40px;line-height:38px}.product-item .product--hover .product--action .btn i{margin-right:7px}.product-item .product--title h3{font-size:16px;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;line-height:22px;margin-bottom:7px}.product-item .product--title h3 a{color:#fff}.product-item .product--title h3 a:hover{color:#f26c4f}.product-item .product--price{color:#a1a1a1;font-size:16px;font-weight:700;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1}.product-item:hover .product--hover .product--action{bottom:0}.small-carousel .owl-dots{margin-top:0;display:block;text-align:center;position:absolute;bottom:30px;left:0;width:100%}.product-item.style2{overflow:visible}.product-item.style2 .product--hover{position:absolute;top:0;left:0;width:100%;height:100%}.product-item.style2 .product--hover .product--action{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;text-align:center;z-index:2;padding-top:60px}.product-item.style2 .product--hover .product--action .btn{width:156px;height:40px;line-height:38px;font-size:11px;letter-spacing:0}.product-item.style2 .product--hover .product--action .btn i{margin-right:8px}.product-item.style2 .product--action-content{padding:30px 20px;background-color:#141414;position:absolute;bottom:0;left:0;width:100%}.product-item.style2 .product--action-icons{margin-bottom:21px}.product-item.style2 .product--action-icons a{display:inline-block;color:#fff;width:40px;height:40px;line-height:40px;border-radius:50%;cursor:pointer}.product-item.style2 .product--action-icons a:hover{background-color:#252525;color:#141414}.product-item.style2 .product--hover-info{margin-bottom:36px}.product-item.style2 .product--hover-info .product--title h3 a{color:#fff}.product-item.style2 .product--hover-info .product--title h3 a:hover{color:#f26c4f}.product-item.style2 .product--colors a{display:inline-block;width:20px;height:20px;border-radius:50%;margin-right:10px}.product-item.style2 .product--colors a:last-of-type{margin-right:0}.product-item.style2 .product--colors a.color-1{background-color:#4593d6}.product-item.style2 .product--colors a.color-2{background-color:#fff}.product-item.style2 .product--colors a.color-3{background-color:#ebb090}.product-item.style2 .product--colors a.color-4{background-color:#d7d7d7}.product-item.style2:hover .product--content{opacity:0}.product-item.style3{margin-bottom:0}.product-item.style3 .product--img{overflow:hidden}.product-item.style3 .product--hover .product--action{height:auto;padding:15px 0}.product-item.style3 .product--hover .product--action a{margin-right:10px;border:none;color:#fff}.product-item.style3 .product--hover .product--action a:hover{background-color:#f26c4f;color:#141414}.product-item.style3 .product--hover .product--action a:last-of-type{margin-right:0}.product-item.style4 .product--action-content{background-color:#f26c4f}.product-item.style4 .product--hover-info .product--title h3 a{color:#141414}.product-item.style4 .product--hover-info .product--title h3 a:hover{color:#fff}.product-item.style4 .product--hover-info .product--price,.product-item.style4 .product--action-icons a{color:#141414}.product-item.style4 .product--action-icons a:hover{background-color:#252525;color:#141414}.product-detalis .col-content{padding:0 70px}.product-detalis .product--rating,.product-detalis .product--review{display:inline-block;margin-bottom:32px}.product-detalis .product--rating{margin-right:40px}.product-detalis .product--review{font-size:15px;line-height:1}.product-detalis .product--desc-tabs .nav-tabs{margin-bottom:21px}.product-detalis .product--desc-tabs .nav-tabs>li>a{line-height:1;padding-bottom:15px;display:block}.product-detalis .product--desc-tabs .nav-tabs>li>a:before{content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;width:0;height:2px;background-color:#fff}.product-detalis .product--desc-tabs .nav-tabs>li>a:focus:before,.product-detalis .product--desc-tabs .nav-tabs>li>a:hover:before,.product-detalis .product--desc-tabs .nav-tabs>li>a.active:before{width:100%}.product-detalis-1{padding:168px 0 100px}.product-detalis-1 .carousel-dots .owl-dots{margin-top:0}.product-detalis-1 .carousel-dots .owl-dots .owl-dot span{background-color:#e1e1e1;border-color:#e1e1e1}.product-detalis-1 .carousel-dots .owl-dots .owl-dot:hover span,.product-detalis-1 .carousel-dots .owl-dots .owl-dot.active span{background-color:transparent;border-color:#f26c4f}.product-detalis-2 .nav-tabs{margin-bottom:57px;text-align:center}.product-detalis-2 .nav-tabs>li>a{font-size:24px;line-height:1;text-transform:capitalize;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin-right:100px}.product-detalis-2 .nav-tabs>li:last-of-type a{margin-right:0}.product-detalis-2 .product--tabs .tab-pane .product--desc p{font-size:18px;line-height:28px;margin-bottom:0}.product-detalis-2 .product--tabs .tab-pane .product--desc p:first-of-type{margin-bottom:32px}.product-detalis-2 #description .product--desc{padding-right:60px;margin-right:40px;border-right:1px solid #ebebeb}.product-detalis-2 .product--desc-list h6{color:#fff;font-size:14px;line-height:1;text-transform:uppercase;margin-bottom:19px}.product-detalis-2 .product--desc-list li{color:#a1a1a1;font-size:16px;line-height:26px;position:relative;padding-left:17px}.product-detalis-2 .product--desc-list li:before{content:"";position:absolute;top:11px;left:0;width:6px;height:6px;border-radius:50%;background-color:#fff}.product-detalis-3 .product--desc p{margin-bottom:35px}.product-detalis-4 .product--desc-list li:before{background-color:#a1a1a1}.product-detalis-4 .product-features .heading{margin-bottom:35px}.product-detalis-5 .col-content{padding:66px 50px 50px}.product-detalis-5 .product--desc-tabs{margin-bottom:26px}.product-detalis-5 .product--desc-tabs .nav-tabs{margin-bottom:12px}.product-detalis-5 .product--desc-tabs .nav-tabs>li>a{padding:0}.product-detalis-5 .product--desc-tabs .nav-tabs>li>a:before{display:none}.product-detalis-5 .product--price{margin-bottom:43px}.product-detalis-5 .product--rating,.product-detalis-5 .product--review{margin-bottom:28px}.product-detalis-6 .sidebar{padding-top:60px}.product-detalis-6 .product--gallery-images img{margin-bottom:30px}.product-detalis-6 .col-content{padding:60px 30px 50px}.product-detalis-6 .select-order{margin-right:7px}.product-detalis-6 .product--meta-action .btn--primary{width:260px;margin-right:0}.product-detalis-6 .nav-tabs{text-align:left}.product-detalis-10 .product--desc-tabs .nav-tabs>li>a{padding:0}.product-detalis-10 .product--desc-tabs .nav-tabs>li>a:before{display:none}.product-detalis-11 .col-content{padding:185px 70px 0}.product-detalis-11 .breadcrumb{position:absolute;top:95px;right:70px}.product-detalis-12 .product--desc{padding-right:0;margin-right:0;border-right:none}.related-products hr{border-top:1px solid #ebebeb;margin:0 0 120px}.product-features-2{position:relative;background-color:#eaf0f4}.product-features-2 .feature--img{position:absolute;left:0;max-width:700px}.product-features-2 .heading--title{font-size:30px;margin-bottom:18px}.product-features-2 .features--desc p{font-size:17px;line-height:27px;color:#a1a1a1;margin-bottom:30px}.product-features-2 .features--desc p:last-of-type{margin-bottom:0}.product-features-3{position:relative;background-color:#f7f7f7;padding-bottom:140px;padding-top:0}.product-features-3 .heading{padding-top:180px}.product-features-3 .feature--img{position:absolute;top:0;right:0;max-width:865px}.product-features-4 .heading{padding-top:170px}.product-features-4 .available--colors{display:flex;justify-content:space-between;max-width:370px}.product-features-4 .available--colors li{display:inline-block;font-size:12px;font-weight:700;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-transform:uppercase;line-height:35px}.product-features-4 .available--colors li a{color:#fff;display:inline-block}.product-features-4 .available--colors li span{width:35px;height:35px;border-radius:50%;margin-right:15px;float:left}.product-features-4 .available--colors li span.gray{background-color:#b7b7b7}.product-features-4 .available--colors li span.gold{background-color:#dea65f}.product-features-4 .available--colors li span.blue{background-color:#2e3192}.product-features-4 .features--desc{margin-bottom:41px}.product-gallery-2{background-color:#f0f5f9}.product--review-comments{margin-bottom:70px}.product--review-comments li{margin-bottom:45px}.product--review-comments li:last-of-type{margin-bottom:0}.product--review-comments .review--comment{position:relative}.product--review-comments .review--comment .author--img{position:absolute;top:0;left:0;width:70px;height:70px;border-radius:50%;overflow:hidden}.product--review-comments .review--comment h6{font-size:16px;font-weight:700;color:#fff;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:inline-block;margin-bottom:11px;margin-right:25px}.product--review-comments .review--comment .review--date{font-size:15px;color:#a1a1a1;display:inline-block;margin-bottom:11px;font-style:italic}.product--review-comments .review--comment button.reply{font-size:12px;font-weight:700;color:#fff;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-transform:uppercase;letter-spacing:1px}.product--review-comments .review--comment button.reply i{margin-left:7px;color:#f26c4f}.product--review-comments .review--comment button.reply:hover{color:#f26c4f}.product--review-comments .review--comment .product--comment{margin-bottom:13px}.product--review-comments .review--comment .product--rating{margin:0}.review--comment-content{padding-left:100px}.form--review textarea.form-control{height:120px;margin-bottom:40px}.form--review-rating h5{font-size:20px;color:#fff;line-height:1;margin-bottom:65px}.form--review-rating span{font-size:16px;font-weight:700;color:#fff;line-height:1;display:inline-block;margin-right:30px}.form--review-rating .product--rating{margin-right:30px;margin-bottom:45px}.form--review-rating .product--rating i{color:#e1e1e1}.form--review-rating .product--rating i.active{color:#f26c4f}.form--review-rating .product--rating a{color:#e1e1e1}.form--review-rating .product--rating a:hover,.form--review-rating .product--rating a:hover i{color:#f26c4f}.cart-table{margin-bottom:50px}.cart-table .table{background-color:transparent;border-radius:0;margin-bottom:0;border:none}.cart-table .table>tbody>tr>td,.cart-table .table>tbody>tr>th,.cart-table .table>tfoot>tr>td,.cart-table .table>tfoot>tr>th,.cart-table .table>thead>tr>td,.cart-table .table>thead>tr>th{vertical-align:middle;border-color:#ebebeb}.cart-table .table thead{background-color:transparent}.cart-table .table thead tr th{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#363636;line-height:1!important;border-bottom-width:0!important;border-color:transparent;padding:30px 0}.cart-table .table tbody tr td{padding:30px 0;border-color:#ebebeb}.cart-table .table tbody tr td.cart-product-price,.cart-table .table tbody tr td.cart-product-total{font-size:16px;font-weight:700;line-height:40px;color:#a1a1a1;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.cart-table .table tbody tr td.cart-product-total{color:#f26c4f}.cart-table .table tbody tr td.cart-product-total .btn i{margin-right:10px}.cart-table .table td.cart-product-quantity .product-quantity{width:100px;height:45px;border:none;border-radius:45px;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;font-size:13px;font-weight:700;line-height:45px;text-transform:uppercase;padding:0 25px;position:relative;background-color:#f6f7fb;text-align:center}.cart-table .table td.cart-product-quantity .product-quantity input{background-color:transparent;border:none;width:auto;text-align:center}.cart-table .table td.cart-product-quantity .product-quantity input.qty{color:#fff;width:50px}.cart-table .table td.cart-product-quantity .product-quantity .plus,.cart-table .table td.cart-product-quantity .product-quantity .minus{position:absolute;top:0;z-index:2;font-size:16px;color:#a1a1a1;cursor:pointer;font-weight:700}.cart-table .table td.cart-product-quantity .product-quantity .plus{right:15px}.cart-table .table td.cart-product-quantity .product-quantity .minus{left:15px}.cart-product-action td{padding:60px 0}.cart-product-action form{margin-bottom:30px;display:flex}.cart-product-action .cart-copoun{padding-top:0;border:none}.cart-product-action .btn{width:260px;font-size:13px}.cart-product-action .form-inline .form-control{color:#a1a1a1;font-size:15px;font-weight:400;padding:0 25px;min-width:360px;height:42px;margin-bottom:0;background-color:#f6f7fb;border:none;border-radius:45px;margin-right:5px}.cart-product-action .form-inline .btn{width:170px}.cart-product-action .btn--bordered.btn--secondary{border-color:#e1e1e1}.cart-product-action .btn--bordered.btn--secondary:hover{border-color:#252525}.cart-product-action .cart-copoun h3{font-size:24px;margin-bottom:17px}.cart-product-action .cart-copoun p{margin-bottom:33px}.cart-product-action .checkout--panel{padding:30px 40px 50px;background-color:#f6f7fb}.cart-product-action .checkout--panel h4{font-size:24px;margin-bottom:0}.cart-product-action .checkout--panel hr{margin-top:18px;margin-bottom:26px;border-top:1px solid #e1e1e1}.cart-product-action .checkout--panel .sub--total,.cart-product-action .checkout--panel .total{overflow:hidden}.cart-product-action .checkout--panel .sub--total span,.cart-product-action .checkout--panel .total span{float:right}.cart-product-action .checkout--panel .sub--total h5,.cart-product-action .checkout--panel .sub--total h6,.cart-product-action .checkout--panel .total h5,.cart-product-action .checkout--panel .total h6{float:left}.cart-product-action .checkout--panel .sub--total h5{font-size:14px;color:#a1a1a1;margin-bottom:25px}.cart-product-action .checkout--panel .sub--total span{font-size:16px;font-weight:700;color:#fff;line-height:1}.cart-product-action .checkout--panel .total h6{font-size:14px;margin-bottom:40px}.cart-product-action .checkout--panel .total span{font-size:24px;font-weight:700;color:#f26c4f;line-height:1}.cart-product-action .checkout--panel p{color:#a1a1a1;font-size:15px;line-height:1;margin-bottom:35px}.cart-product-status{font-size:14px;font-weight:700;color:#f26c4f;text-transform:uppercase}.wishlist .cart-product-content{padding-top:60px}.cart-product-img{position:absolute;top:30px;left:0}.cart-product-content{padding-top:16px;padding-left:130px;min-height:130px}.cart-product-name h6{color:#fff;font-size:16px;line-height:1;text-transform:capitalize;margin-bottom:8px}.cart-product-remove{float:right;width:45px;height:45px;line-height:42px;font-size:16px;border-radius:50%;color:#fff;text-align:center;cursor:pointer;border:1px solid #ededed}.cart-product-remove:hover{background-color:#f26c4f;border-color:#f26c4f;color:#141414}.cart-product-item{position:relative}.cart-product-item li{line-height:36px;font-size:16px;color:#fff;position:relative;padding-left:17px}.cart-product-item li:before{content:"\f105";font-family:fontawesome;position:absolute;top:0;left:0}.cart-product-item li span:last-of-type{color:#a1a1a1}.cart-product-item li span:first-of-type{width:60px;display:inline-block}.cart-shiping .cart--shiping-text p{margin-bottom:12px}.cart-shiping .cart--shiping-text p:last-of-type{margin-bottom:45px}.cart-shiping .cart--shiping-text p a{font-weight:700;color:#fff}.cart-shiping .cart--shiping-text h3{font-size:24px;margin-bottom:33px}.cart-shiping label{margin-bottom:14px;font-size:14px;line-height:1;color:#a1a1a1;text-transform:uppercase}.cart-shiping .form-control{background-color:#f6f7fb;border:none;font-size:15px;color:#a1a1a1;font-weight:400;padding:0 21px;height:45px;margin-bottom:0;-webkit-border-radius:25px;border-radius:25px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-transform:capitalize}.cart-shiping .form-control::-webkit-input-placeholder{color:#a1a1a1}.cart-shiping .form-control::-moz-placeholder{color:#a1a1a1}.cart-shiping .form-control::-ms-input-placeholder{color:#a1a1a1}.cart-shiping textarea.form-control{height:200px}.cart-shiping .input-checkbox{margin-bottom:28px}.cart-shiping .input-checkbox label{font-size:15px;color:#fff;text-transform:lowercase}.cart-total-amount{background-color:#fbfbfb;border-radius:1px;padding:45px 45px 55px}.cart-total-amount h4{font-size:24px;font-weight:700;margin-bottom:25px;text-align:center;position:relative}.cart-total-amount h6{font-size:18px;margin-bottom:0;float:left}.cart-total-amount>div{padding:23px 0;border-top:1px solid #e1e1e1;overflow:hidden}.cart-total-amount .cart--products{padding:28px 0 0}.cart-total-amount .cart--products h6,.cart-total-amount .cart--products ul{margin-bottom:6px}.cart-total-amount .cart--products ul li{font-size:16px;line-height:34px;color:#a1a1a1}.cart-total-amount .price{float:right}.cart-total-amount .cart--subtotal{overflow:hidden}.cart-total-amount .cart--subtotal h6{float:left}.cart-total-amount .cart--subtotal .price{font-size:16px;font-weight:700;color:#fff}.cart-total-amount .cart--total{padding-top:50px}.cart-total-amount .cart--total .price{font-size:24px;font-weight:700;color:#f26c4f}.cart-total-amount .cart--total .input-radio{margin-bottom:27px}.cart-total-amount .cart--total .input-radio p{padding:7px 0 0 30px;margin-bottom:0}.cart-total-amount .currency--icons{display:inline-block}.cart-total-amount .currency--icons i{font-size:20px;color:#636363;margin-left:15px}.products-filter .nav-tabs{border-bottom:none;margin-bottom:100px}.products-filter .nav-tabs li{display:inline-block}.products-filter .nav-tabs li a{color:#a1a1a1;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-style:italic;font-size:12px;font-weight:700;line-height:1;margin-right:37px;text-transform:uppercase;letter-spacing:3px;position:relative;display:inline-block}.products-filter .nav-tabs li a.active,.products-filter .nav-tabs li a:hover{color:#fff}.products-filter-2 li a{font-style:normal}@media only screen and (min-width: 320px) and (max-width: 400px){.product--meta-info li{width:100%;float:none;text-align:left!important;margin-bottom:25px}.product-detalis .product--desc-tabs .nav-tabs>li>a{margin-right:10px}.product-detalis-2 .nav-tabs>li>a{font-size:14px}}@media only screen and (min-width: 320px) and (max-width: 767px){.cart-product-remove{margin:5px 0;float:none}.product-item{max-width:350px;margin-right:auto;margin-left:auto}.product--title h3{font-size:30px}.products-filter .nav-tabs{margin-bottom:50px}.products-filter .nav-tabs li a{margin-right:12px;margin-bottom:15px}.product-detalis .col-content{padding:0 15px}.product--meta-info{margin-bottom:30px}.select-order,.product--meta-action .btn{margin:0 10px 10px 0}.product--meta-action .btn--primary{width:160px;font-size:11px}.select-order input{width:148px}.product-detalis-1{padding-top:100px}.product-detalis-2 .nav-tabs{margin-bottom:37px}.product-detalis-2 .nav-tabs>li>a{margin-right:20px;font-size:15px}.product-detalis-2 #description .product--desc{padding-right:0;margin-right:0;margin-bottom:30px;border-right:none}.product--meta-info li:last-of-type{text-align:right}.product--meta-info li span{padding-left:15px}.product--meta-select{text-align:left}.product--meta-select .justify-content-end{-ms-flex-pack:start!important;justify-content:flex-start!important}.product--meta-select .title{float:none;display:block;margin-bottom:15px}.product--meta-select2 .title{float:left}.product-features-2 .feature--img,.product-features-3 .feature--img,.product-features-4 .feature--img{position:static}.product-features-3 .heading,.product-features-4 .heading{padding-top:60px}.cart-table thead tr th,.cart-table tbody tr td,.cart-product-action td{padding-left:20px}.cart-product-img{left:20px}.products-gallery-carousel .owl-carousel .owl-item img{width:100%}.products-gallery-carousel .products-slider{padding:0}.products-gallery-carousel .owl-thumbs{text-align:center}.products-gallery-carousel .owl-thumbs .owl-thumb-item{display:inline-block;margin-bottom:30px;margin-right:5px}.products-gallery-carousel .owl-thumbs .owl-thumb-item:last-child{margin-right:0}.products-gallery-carousel-1 .owl-thumbs{position:static}.cart-product-action .btn,.cart-product-action .form-inline .form-control{margin-bottom:20px}}@media only screen and (min-width: 768px) and (max-width: 991px){.cart-product-remove{margin:5px 0;float:none}.product-features-2 .feature--img,.product-features-3 .feature--img,.product-features-4 .feature--img{position:static}.product-detalis-1{padding-top:100px}}@media only screen and (min-width: 992px) and (max-width: 1200px){.product-detalis-5 .col-content{padding:40px 30px 0}.product-detalis-5 .col-content .mb-100{margin-bottom:50px!important}.cart-product-action .form-inline .form-control{margin-bottom:20px}.product--meta-action .btn--primary{width:170px;margin-bottom:15px}}.register-login .register-title{margin-bottom:33px}.register-login .register-title h4{font-size:24px;margin-bottom:12px}.register-login .btn{font-size:13px}.register-login .form-control{background-color:#f6f7fb;border:none;font-size:15px;color:#a1a1a1;font-weight:400;padding:0 21px;height:45px;margin-bottom:0;-webkit-border-radius:25px;border-radius:25px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-transform:capitalize}.register-login .form-control::-webkit-input-placeholder{color:#a1a1a1}.register-login .form-control::-moz-placeholder{color:#a1a1a1}.register-login .form-control::-ms-input-placeholder{color:#a1a1a1}.forget--password{display:inline-block;margin-left:40px;font-weight:700;font-size:16px}@media only screen and (min-width: 320px) and (max-width: 767px){.forget--password{font-size:14px;margin-left:20px}}.product--desc-tabs button,.product--tabs button{color:#a1a1a1;margin-right:20px}.product--desc-tabs button.active,.product--tabs button.active{color:#fff!important}.product--desc-tabs button.active:before,.product--tabs button.active:before{background:#fff!important}.product--desc-tabs button:hover,.product--tabs button:hover{color:#fff!important}.product--desc-tabs .tab-content p,.product--tabs .tab-content p{color:#a1a1a1;margin-bottom:35px;font-size:16px;font-weight:400;line-height:26px}.product--meta-action .qty{color:#000!important;width:50px!important}.product--meta-action .add-to-card-btn{color:#fff}.product--meta-action button.fav{border-color:#252525;color:#fff;width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;font-size:16px;border:1px solid #d7d7d7;display:flex;justify-content:center;align-items:center;margin-right:11px;transition:.3s all}.product--meta-action button.fav svg{width:20px;color:#f26c4f;transition:.3s all}.product--meta-action button.fav:hover{background-color:#252525;border-color:#111}.product--meta-action button.fav:hover svg{color:#fff}.product--meta-select3 select.form-control option{color:#000!important}.product--meta-select3 select.form-control option:hover{color:#fff!important}.product-detalis-11 .breadcrumb{left:70px!important}.container-fluid{padding-left:0;padding-right:0}li{list-style:none}.update-user-btn{margin:30px 0 0;display:block;font-size:24px;border:none;border-radius:8px;padding:8px 40px;color:#fff;background-color:#333;transition:all .3s ease}.update-user-btn:hover{background-color:#222}.bg-full-cover{background:transparent;position:fixed;z-index:20;inset:0;cursor:default;background-color:#0009;animation:bgFadeIn .2s ease-out forwards}.bg-full-cover.no-bg{background-color:transparent}@keyframes bgFadeIn{0%{opacity:0}to{opacity:1}}.container{width:100%;padding-left:0;padding-right:0}.app-wrapper{width:100%;height:100%;overflow:hidden;position:relative}.view-wrapper{position:relative!important;z-index:15!important;overflow:hidden}.page-wrapper{padding-top:2.55rem;position:relative;overflow:hidden}@media (max-width: 500px){.page-wrapper{padding-top:2.25rem}}.hidden{display:none}.hide-hero{position:absolute;top:-150%;overflow:hidden!important;z-index:-100}
