li.active>a,li:hover>a{color:var(--color_accent)}.loading-spinner{width:24px;height:24px;animation:animate-spin .6s infinite ease}.loading-spinner .circle{color:#fff;opacity:.5}.loading-spinner .path{color:#fff;opacity:.75}@keyframes animate-spin{0%{rotate:0}to{rotate:360deg}}.search-bar .icon,.mobile-search .search-wrap .icon{color:var(--color_accent)}#header{box-shadow:0 1px 4px #00000014}#header .vertical-menu-btn{height:45px;font-size:.95em}#header .main-header{position:relative;z-index:9999}#header .main-header.sticky{position:fixed;top:0;left:0;width:100%;z-index:999;box-shadow:0 1px 4px #00000014;transform:translateZ(0)}#header .main-header.sticky .inner{padding:10px 0}#header .main-header .inner{display:flex;align-items:center;justify-content:space-between;padding:20px 0;transition:padding .2s ease-in-out}#header .main-header .logo{display:flex;align-items:center}#header .main-header .logo.small-logo img{height:30px}#header .main-header .logo.medium-logo img{height:50px}#header .main-header .logo.large-logo img{height:70px}#header .main-header .icons ul{padding:0;list-style:none;margin:0 -15px;display:flex;align-items:center}#header .main-header .icons ul li{padding:0 15px}#header .main-header .icons ul li i{font-size:18px}#header .main-header .icons ul li .icon-wrap{display:block;position:relative}#header .main-header .icons ul li .items{position:absolute;right:-10px;top:-5px;width:15px;height:15px;line-height:15px;font-size:10px;text-align:center;font-weight:700;color:#fff;border-radius:100%}#header .main-header .icons ul li .items:empty{display:none}#header .main-header .hallmark.small img{height:30px}#header .main-header .hallmark.medium img{height:50px}#header .main-header .hallmark.large img{height:70px}#header .main-menu{border-top:1px solid rgba(0,0,0,.07);position:relative;z-index:99}#header .main-menu ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;white-space:nowrap;flex-wrap:wrap}#header .main-menu ul::-webkit-scrollbar{display:none}#header .main-menu ul li .mega-menu .menus .menu .title,#header .main-menu ul li .mega-menu a:hover{color:var(--color_accent)}#header .main-menu ul li:first-child>a{padding-left:0}#header .main-menu ul li .mega-menu{position:absolute;left:0;width:100%;top:100%;background:#fff;padding:30px 0;border-top:1px solid rgba(0,0,0,.07);border-bottom:1px solid rgba(0,0,0,.07);display:none}#header .main-menu ul li .mega-menu .menus{display:flex;align-items:flex-start;flex-wrap:wrap;-moz-column-count:5;column-count:5;display:block;margin:0}#header .main-menu ul li .mega-menu .menus .menu{padding:5px;width:100%}#header .main-menu ul li .mega-menu .menus .menu ul li a{padding:0;font-weight:400;white-space:break-spaces}#header .main-menu ul li .mega-menu .menus .menu .title{font-size:1.15em;font-weight:600;display:block;margin-bottom:7px}#header .main-menu ul li:hover .mega-menu{display:block}#header #predictive-search:empty{display:none}#header #predictive-search{position:absolute;top:100%;padding:32px;background:#fff;box-shadow:0 2px 40px 8px #00000014;border-radius:8px;margin-top:8px;width:100%}#header .main-menu ul,#header .main-menu ul li>a{display:flex;align-items:center;font-weight:600;padding:0 20px;text-decoration:none}#header .main-menu ul ul.simple-menu{position:absolute;left:0;min-width:100%;top:100%;display:none}#header .main-menu ul li:hover .simple-menu-wrap{z-index:9999}#header .main-menu ul li:hover ul.simple-menu{display:block}#header .main-menu ul li ul.simple-menu li{position:relative}#header .main-menu ul li ul.simple-menu li .subs{padding:0 5px;left:100%;top:0;position:absolute}#header .main-menu ul li ul.simple-menu li ul{display:none}#header .main-menu ul li ul.simple-menu li:hover ul{display:block}#header .main-menu ul ul.simple-menu li{display:block;height:40px;line-height:40px}#header .main-menu ul ul.simple-menu li a{white-space:nowrap;padding:0 20px}#header .vertical-menu-btn i{margin-left:7px}#header .vertical-menu-wrap .btn-wrap{position:relative}#header .vertical-menu-wrap.active .btn-wrap{z-index:9999}#header .vertical-menu{position:absolute;left:-5px;top:100%;color:#000;font-weight:500;font-size:.95em;padding:5px;opacity:0;visibility:hidden;transition:all .2s ease-in-out}#header .vertical-menu.active{opacity:1;visibility:visible}#header .vertical-menu a{color:inherit;text-decoration:none}#header .vertical-menu ul{margin:0;list-style:none;width:100%;width:300px;padding:15px 0;background:#fff;border-radius:5px}#header .vertical-menu ul li{padding:0 15px;position:relative;transition:opacity .2s ease-in-out;opacity:.85}#header .vertical-menu ul li.subs-title{font-weight:700}#header .vertical-menu ul li:hover{opacity:1}#header .vertical-menu ul li:last-child>a{padding-bottom:0;margin-bottom:0;border-bottom:none}#header .vertical-menu ul li a{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.07);padding-bottom:10px;margin-bottom:10px}#header .vertical-menu ul li .category-wrap{display:flex;align-items:center;gap:10px}#header .vertical-menu ul li .category-wrap .menu-icon{width:40px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:var(--color_accent);border-radius:4px;color:#fff}#header .vertical-menu ul li img{width:40px;height:auto;border-radius:3px}#header .vertical-menu ul li .arrow-right{font-size:.75em;transform:translate(-2px);transition:transform .2s ease-in-out;margin-left:10px}#header .vertical-menu ul li:hover>a>.arrow-right{transform:translate(0)}#header .vertical-menu ul .subs{position:absolute;visibility:hidden;opacity:0;left:100%;top:-15px;padding:0 5px;transition:all .2s ease-in-out}#header .vertical-menu ul li:hover>.subs{opacity:1;visibility:visible}#header .vertical-menu ul .subs .subs-title a{border:none;color:#f6836b;font-size:1.2em;margin-bottom:5px}.mobile-bar{display:none}.mobile-bar a.active,#header .main-header .mob-icons a.active{color:var(--color_accent)}#header .main-menu ul .simple-menu-wrap{position:absolute;left:0;min-width:100%;top:100%;padding-top:5px;z-index:1}#header .main-menu ul ul.simple-menu,#header .main-menu ul li ul.simple-menu li ul{border-radius:5px}#header .main-header .icons ul li .items{background:var(--color_accent);color:#fff}.search-bar input[type=search]{height:40px;padding:0 40px 0 20px;border:none;outline:none;border:1px solid rgba(0,0,0,.07);width:400px}.search-bar .icon{position:absolute;height:40px;width:40px;right:0;top:0;line-height:40px;text-align:center}.search-autocomplete{position:absolute;left:0;top:100%;z-index:9999;width:100%;text-align:left;display:none}.search-autocomplete .box{padding:70px;background:#f7f7f7;border-radius:10px;box-shadow:0 2px 40px 8px #00000014}.search-autocomplete .more{padding:0;font-weight:700;text-align:center;margin-top:30px}.search-autocomplete .more .btn{display:flex}.search-autocomplete .more .btn span{font-size:80%;margin-left:7px}.search-autocomplete.noresults .more{display:none}.search-autocomplete .notfound{display:none;padding:10px 0;font-size:13px;font-style:italic}.search-autocomplete.noresults .notfound{display:block}.search-autocomplete.noresults .search-products{display:none}.search-autocomplete .search-products{padding:20px 0;margin:0;display:flex;align-items:stretch;flex-wrap:wrap}.search-autocomplete .search-products .product{padding:15px 0}.search-autocomplete .search-products .product .product-inner{padding:0 15px}.search-autocomplete .search-products .product{border-top:1px solid rgba(0,0,0,.04)}.search-autocomplete .search-products .product:nth-child(odd) .product-inner{border-right:1px solid rgba(0,0,0,.04)}.search-autocomplete .search-products .product:nth-child(1),.search-autocomplete .search-products .product:nth-child(2){border-top:0}.search-autocomplete .search-products .product .product-inner{display:flex;align-items:center}.search-autocomplete .search-products .product .image-wrap{min-width:75px;max-width:75px;margin-right:20px;position:relative;background:#fff}.search-autocomplete .search-products .product .image-wrap:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#00000008}.search-autocomplete .search-products .product .info .title{font-size:1.1em;font-weight:600}.search-autocomplete .search-products .product .info .brand{margin-bottom:2px;font-size:.95em;opacity:.85}.search-autocomplete .search-products .product .info .price{margin-top:5px;opacity:.85}.search-autocomplete .search-products .product .info .price .price-old{text-decoration:line-through}.search-autocomplete .search-products .product .image-wrap img{width:100%}.search-autocomplete .title-small{margin-bottom:30px}.search-autocomplete .inner-wrap{display:flex;align-items:flex-start;justify-content:space-between}.search-autocomplete .side{min-width:270px;max-width:270px;margin-right:30px}.search-autocomplete .side .filter-scroll-wrap{position:relative}.search-autocomplete .side .filter-scroll{max-height:500px;padding-bottom:50px;overflow-y:scroll;padding-right:15px}.search-autocomplete .side .filter-scroll-wrap:after{content:"";display:block;position:absolute;height:50px;width:100%;bottom:0;background:linear-gradient(to bottom,#f7f7f700,#f7f7f7)}.search-autocomplete .results{width:100%;max-width:670px}.search-autocomplete .subtitle{font-size:1.4em;margin-bottom:20px}.search-autocomplete .feat-categories{padding:25px;background:#fff;border-radius:5px;margin-bottom:30px}.search-autocomplete .feat-categories .cats ul{margin:-5px;list-style:none;padding:0;font-weight:500}.search-autocomplete .feat-categories .cats ul li{padding:5px;display:inline-block;vertical-align:top;width:33%}.mobile-menu .menu li .more-cats,.mobile-popup.mobile-menu .subs .subs-back i{color:var(--color_accent)}.mobile-menu .menu li.active>a{background:var(--color_accent)}.search-autocomplete .feat-categories .subtitle{color:var(--color_accent)}.ui.selection.dropdown>.dropdown.icon{color:var(--color_accent_2)}#header{transition:transform .3s ease}@media screen and (width < 1200px){.search-bar input[type=search]{width:300px}#header .vertical-menu-btn{height:40px;padding:0 15px}#header .main-header .icons ul{margin:0 -12px}#header .main-header .icons ul li{padding:0 12px}#header .main-header .logo.small-logo img{height:25px}#header .main-header .logo.medium-logo img{height:40px}#header .main-header .logo.large-logo img{height:60px}#header .main-menu ul li>a{padding:0 15px}}@media screen and (width < 992px){#header .main-header.sticky .inner{padding:20px 0}.search-bar input[type=search]{width:250px}}@media screen and (width < 768px){#header .main-header .inner{padding:15px 0;justify-content:center}#header.with-medium-logo .main-header .inner{padding:12.5px 0}#header.with-large-logo .main-header .inner{padding:10px 0}#header .main-header .logo.small-logo img{height:20px}#header .main-header .logo.medium-logo img{height:25px}#header .main-header .logo.large-logo img{height:30px}#header{position:fixed;left:0;top:0;width:100%;z-index:999;transition:transform .3s ease}#header.hide-on-scroll{transform:translateY(-100%);transition:transform .3s ease}#header .main-header .logo{flex:1;justify-content:center}#header .main-header .mob-icons{flex:1;font-size:18px;line-height:18px}#header .main-header .mob-icons .user-circle{width:20px;height:20px;font-size:8px;line-height:20px}#header .main-header .mob-icons ul{padding:0;list-style:none;display:flex;margin:-7px;align-items:center}#header .main-header .mob-icons ul a{display:block;padding:7px;position:relative}#header .main-header .mob-icons .items{position:absolute;right:-4px;top:-2px;width:15px;height:15px;line-height:15px;font-size:10px;text-align:center;font-weight:700;background:#aaa;color:#fff;border-radius:100%}#header .main-header .mob-icons.second ul{justify-content:flex-end}.mobile-bar{position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:999;box-shadow:0 -1px 5px #00000014;color:#000;padding:0 10px;border-bottom:1px solid rgba(0,0,0,.07);height:50px;display:flex;align-items:center}.mobile-bar ul{display:flex;align-items:center;justify-content:space-between;font-size:20px;margin:0;padding:0;list-style:none;width:100%}.mobile-bar ul li a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;text-decoration:none}.mobile-bar .icon-wrap{position:relative}.mobile-bar .icon-wrap .items{position:absolute;right:-10px;top:-2px;width:15px;height:15px;line-height:15px;font-size:10px;text-align:center;font-weight:700;background:#aaa;color:#fff;border-radius:100%}.mobile-bar .icon-wrap .items,#header .main-header .mob-icons .items{background:var(--color_accent)}.search-autocomplete{position:unset}.search-autocomplete .feat-categories{padding:15px;background:#fff;border-radius:5px;margin-bottom:0}.search-autocomplete .subtitle{margin-bottom:7px}.search-autocomplete .search-products .product:nth-child(odd) .product-inner{border-right:0}.search-autocomplete .search-products .product{border-top:0;border-bottom:1px solid rgba(0,0,0,.04);width:100%}.search-autocomplete .more{margin-top:10px}.search-autocomplete .search-products{padding:10px 0}.mobile-search{text-align:left}.mobile-search .search-wrap{margin-bottom:40px}.mobile-search .search-wrap input[type=search]{height:40px;padding:0 40px 0 20px;border:none;outline:none;border:1px solid rgba(0,0,0,.07);width:100%}.mobile-search .search-wrap .icon{position:absolute;height:40px;width:40px;right:0;top:0;line-height:40px;text-align:center}}.searchresults{display:flex;flex-direction:column;gap:24px}.searchresults .highlight{color:var(--color_accent)}.searchresults__button{width:100%}.searchresults__block ul{list-style:none;margin:0;padding:0}.searchresults__title{margin-bottom:8px}.searchproduct{display:flex;align-items:center;gap:12px}.searchproducts{display:flex;flex-direction:column;gap:8px}@media (max-width: 767px){.searchresults{margin-top:24px}}#header .main-header .container .inner{padding:10px 0}#header .main-header .search-bar{width:50%;margin-right:100px}#header .main-header .search-bar input[type=search]{border:1px solid #696969;border-radius:25px;color:#777776;font-size:14px;line-height:14px}#header .main-header .search-bar input{width:100%;padding:24px}#header .main-header .search-bar .icon,.mobile-search .search-wrap .icon{color:#fff;background-color:var(--color_accent_2);border-radius:25px;width:100px}#header .main-header .search-bar span.icon.icon-search,#header .main-header .search-bar span.icon.icon-hide-search{height:50px;line-height:50px}#header .main-header .icons ul li{text-align:center}#header .main-header .icons ul li i{font-size:24px;color:var(--color_accent)}#header .main-header .icons span{display:block;font-size:.75em;color:var(--color_accent);margin-top:5px}#header .main-header .icons ul li .items,#header .main-header .mob-icons .items{background:var(--color_accent_2)}#header .main-header{position:relative;transition:top .3s ease-in-out;z-index:1000}#header .main-menu{position:relative;transition:top .3s ease-in-out;z-index:999}#header .main-header.sticky{position:fixed;top:0;width:100%;z-index:1001}#header .main-menu.sticky-menu{position:fixed;width:100%;z-index:1000}@media (max-width: 768px){#header .main-header .logo img{height:45px}#header .main-header .mob-icons{font-size:22px}#header .main-header .mob-icons i{color:var(--color_accent)}}#header .main-menu ul{padding:0;justify-content:space-between}#header .main-menu ul li .mega-menu a{color:#000}#header .main-menu ul li .mega-menu .menus .menu .title,#header .main-menu ul li .mega-menu a:hover{font-size:1em}#header .main-menu ul li .mega-menu .menus .menu ul{display:block;font-size:.95em;line-height:1.7em}#header .main-menu ul li{height:47px;display:flex;align-items:stretch}#header .main-menu ul li .mega-menu .menus .menu ul li{display:block;height:auto}#header .main-menu ul li .mega-menu .menus .menu ul li a{font-size:.95em;line-height:1.4em}#header>div.main-menu>div>ul>li>a:hover{background-color:#fff;border-radius:5px;color:var(--color_accent)}#header>div.main-menu.hidden-sm.hidden-xs>div>ul>li>a{font-size:13px;padding:0 7px}#footer .columns{display:flex;align-items:flex-start;justify-content:space-between;margin:-15px}#footer .columns .col{padding:15px;max-width:400px}#footer .columns .col li:hover>a{color:#fff;text-decoration:underline}#footer .columns .col:first-child{margin-right:50px}#footer .main-footer{padding:30px 0;border-top:1px solid rgba(0,0,0,.07);line-height:2em;font-size:.97em}#footer .main-footer ul{margin:0;padding:0 0 20px;list-style:none}#footer .main-footer ul.contact{margin-top:15px}#footer .main-footer .footer-title{margin-top:20px;font-size:1.4em;line-height:normal;margin-bottom:15px}#footer .footer-title .plus{transition:all .3s ease-in-out}#footer .main-footer .footer-title.active .plus{transform:rotate(90deg)}#footer .socials a{display:inline-flex;width:35px;height:35px;align-items:center;justify-content:center;border-radius:100%;background:#00000008;margin-right:10px;text-decoration:none;font-size:1.1em}#footer .footer-logo{margin-top:20px;margin-bottom:15px}#footer .newsletter form{display:flex;flex-wrap:wrap;gap:10px}#footer .newsletter{padding-bottom:20px}#footer .newsletter input{width:260px;height:40px;border:1px solid rgba(0,0,0,.07);background:transparent}#footer .footer-logo.small-logo img{height:30px}#footer .footer-logo.medium-logo img{height:50px}#footer .footer-logo.large-logo img{height:70px}#footer .bottom-footer{padding:5px 0;border-top:1px solid rgba(0,0,0,.07)}#footer .bottom-footer .flex{display:flex;align-items:center;justify-content:space-between}#footer .bottom-footer .payments img{height:32px;border-radius:3px;padding:2px;margin-left:3px}#footer .bottom-footer .payments a{text-decoration:none}#footer .bottom-footer .copyright{font-size:.85em;padding:10px 0}@media screen and (width < 1200px){#footer .columns .col:first-child{margin-right:0}#footer .newsletter input{width:200px}}@media screen and (width < 992px){#footer .columns{flex-direction:column;align-items:stretch}#footer .columns .col{order:2}#footer .columns .col:nth-child(2){order:1;text-align:center}#footer .main-footer .content-wrap{display:none;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.07)}#footer .main-footer .content-wrap ul{padding-bottom:0}#footer .main-footer .columns{margin:0}#footer .main-footer .columns .col{padding:0}#footer .main-footer .col.mob-slide:first-child .footer-title{margin-top:20px}#footer .main-footer .footer-title{margin-top:0}#footer .main-footer .col.mob-slide .footer-title{display:flex;align-items:center;justify-content:space-between;margin:0;padding:13px 0;font-size:1.1em;border-bottom:1px solid rgba(0,0,0,.07)}#footer .bottom-footer{padding:10px 0;text-align:center}#footer .bottom-footer .flex{flex-direction:column;align-items:center;justify-content:center}#footer .bottom-footer .payments{order:1}#footer .bottom-footer .copyright{order:2;padding:0;margin-top:10px}}@media screen and (width < 768px){#footer .main-footer .footer-title{font-size:1.2em}#footer{padding-bottom:50px}}@media screen and (width < 576px){#footer .newsletter input{flex:1;width:auto;max-width:250px}#footer .newsletter .btn{padding:0;width:40px}#footer .newsletter #formNewsletter{display:flex;justify-content:center}}.headlines .item{position:relative;height:500px;background-size:cover;background-repeat:no-repeat;background-position:center center;display:flex;align-items:stretch}.headlines .item .headline-content{display:flex;align-items:center;position:absolute;left:0;top:0;width:100%;height:100%}.headlines .item .headline-content.overlay{background:#0009}.headlines .item .visual{width:100%}.headlines .item .visual img,.headlines .item .visual video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.headlines .inner{display:flex;align-items:center;height:100%}.headlines .inner.text-place-left{justify-content:flex-start}.headlines .inner.text-place-center{justify-content:center}.headlines .inner.text-place-right{justify-content:flex-end}.headlines .item .text-box{display:flex;flex-direction:column}.headlines .item .text-box.text-center{align-items:center}.headlines .item .text-box.text-right{align-items:flex-end}.headlines .item .text-box .title{font-size:2em;color:#fff;margin-bottom:15px}.headlines .item .text-box .subtitle{font-size:.9em;text-transform:uppercase;font-weight:900;letter-spacing:.2em;margin-bottom:7px}.headlines .item .text-box .text{line-height:1.9em;max-width:450px}.headlines .item .text-box .link{margin-top:50px}.headlines .item .text-box .link .btn{height:40px;width:auto;font-size:.9em}.headlines .item .text-box .link .normal-link{font-weight:700}.headlines .item .text-box .link .normal-link i{margin-left:7px}.headlines .item.video-headline .vid{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;background:#eee;z-index:-1}.headlines .item.video-headline .vid video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.headlines .item.video-headline .video-headline-content{display:flex;height:100%;width:100%}.headlines .item.video-headline .video-headline-content.overlay{background:#0009}.headlines .splide__pagination{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;align-items:center}.headlines .splide__pagination__page{width:20px;height:3px;border-radius:3px;opacity:.5;margin:0 5px;transition:opacity .15s ease-in-out;background:#fff;border:none}.headlines .splide__pagination__page.is-active,.headlines .owl-dots .owl-dot.active{opacity:1}.usp-bar{padding-top:20px;padding-bottom:20px}.usp-bar .usp-glider{border-top:1px solid rgba(0,0,0,.07);border-bottom:1px solid rgba(0,0,0,.07)}.usp-bar ul{margin:0;list-style:none;font-size:.85em;height:50px;padding:0 30px;font-weight:500}.usp-bar ul li i{margin-right:10px;font-size:.9em;color:var(--checkmark_color)}@media screen and (width < 1200px){.usp-bar ul{padding:0 20px}}.usp-bar .usp-item{display:flex;align-items:center;justify-content:center}@media screen and (width < 768px){.usp-bar{padding-top:15px;padding-bottom:15px}.usp-bar ul{height:40px}}.usp-spacer{height:20px}.home-banners .banner{background:#aaa;border-radius:10px;overflow:hidden;color:#fff;display:flex;position:relative;align-items:stretch;width:100%}.home-banners .banner a{text-decoration:none}.home-banners .banner .vid{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;background:#eee}.home-banners .banner .vid video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:10px}.home-banners .banner .overlay{display:flex;flex-direction:column;justify-content:space-between;padding:30px;width:100%;position:relative;border-radius:10px}.home-banners .banner .overlay.text-place-left{align-items:flex-start}.home-banners .banner .overlay.text-place-right{align-items:flex-end}.home-banners .banner .overlay.text-place-center{align-items:center}.home-banners .banner .overlay.align-top{justify-content:flex-start}.home-banners .banner .overlay.align-bottom{justify-content:flex-end}.home-banners .banner .overlay.align-middle{justify-content:center}.home-banners .banner .overlay.align-justify{justify-content:space-between}.home-banners .banner .overlay.top-to-bottom{background:linear-gradient(to bottom,#00000096,#0000 33% 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#96000000",endColorstr="#00000000",GradientType=0)}.home-banners .banner .overlay.bottom-to-top{background:linear-gradient(to bottom,#0000 0% 66%,#00000096);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#96000000",GradientType=0)}.home-banners .banner .overlay.overlay.left-to-right{background:linear-gradient(to right,#000000b3,#0000004d 60%,#0000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3000000",endColorstr="#00000000",GradientType=1)}.home-banners .banner .overlay.right-to-left{background:linear-gradient(to right,#0000,#0000004d 40%,#000000b3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#b3000000",GradientType=1)}.home-banners .banner .overlay.filling{background:#0000004d}@media screen and (width < 992px){.home-banners .banner .overlay{padding:25px}}.home-banners .banner .subtitle{font-size:.9em;font-weight:900;margin-bottom:7px;background-color:var(--color_accent);display:inline;padding:7px 10px;border-radius:5px;text-transform:initial;letter-spacing:normal}.home-banners .banner .title{font-size:1.8em;color:#fff;background-color:#0009;padding:10px 9px 7px;border-radius:5px;letter-spacing:normal}.home-banners .banner .title span{font-size:.7em;display:block;padding-top:7px}.home-banners .banner .title.with-timer{margin-bottom:15px}@media screen and (width < 1200px){.home-banners .banner .title{font-size:1.65em}}@media screen and (width < 992px){.home-banners .banner .title{line-height:1.3em;overflow:hidden}}.home-banners .banner .button{margin-top:40px;max-width:100%}@media screen and (width < 1200px){.home-banners .banner .button{margin-top:20px}}.home-banners .banner .btn{background:#fff;color:#000;height:40px;width:auto;font-size:.9em;max-width:100%;overflow:hidden;text-overflow:ellipsis;justify-content:flex-start;font-weight:700}.home-banners.grid-v1 .grid-1{width:22%}@media screen and (width <= 1200px){.home-banners.grid-v1 .grid-1{width:30%}}@media screen and (width <= 992px){.home-banners.grid-v1 .grid-1{width:35%}}@media screen and (width <= 768px){.home-banners.grid-v1 .grid-1{width:100%}}.home-banners.grid-v1 .grid-2{width:50%}@media screen and (width < 1200px){.home-banners.grid-v1 .grid-2{width:70%}}@media screen and (width < 992px){.home-banners.grid-v1 .grid-2{width:65%}}@media screen and (width < 768px){.home-banners.grid-v1 .grid-2{width:100%}}.home-banners.grid-v1 .grid-3{width:28%}@media screen and (width < 1200px){.home-banners.grid-v1 .grid-3{width:100%}}.home-banners.grid-v1 .banner-1{height:590px;width:100%}@media screen and (width < 1200px){.home-banners.grid-v1 .banner-1{height:520px}}@media screen and (width < 992px){.home-banners.grid-v1 .banner-1{height:480px}}@media screen and (width < 768px){.home-banners.grid-v1 .banner-1{height:auto;min-height:200px}}.home-banners.grid-v1 .banner-2{width:100%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v1 .banner-2{height:260px}}@media screen and (width < 992px){.home-banners.grid-v1 .banner-2{height:240px}}@media screen and (width < 768px){.home-banners.grid-v1 .banner-2{height:auto;min-height:200px}}.home-banners.grid-v1 .banner-3{width:50%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v1 .banner-3{height:260px}}@media screen and (width < 992px){.home-banners.grid-v1 .banner-3{height:240px}}@media screen and (width < 768px){.home-banners.grid-v1 .banner-3{height:auto;min-height:200px;width:100%}}.home-banners.grid-v1 .banner-4{width:50%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v1 .banner-4{height:260px}}@media screen and (width < 992px){.home-banners.grid-v1 .banner-4{height:240px}}@media screen and (width < 768px){.home-banners.grid-v1 .banner-4{height:auto;min-height:200px;width:100%}}.home-banners.grid-v1 .banner-5{width:100%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v1 .banner-5{width:50%;height:260px}}@media screen and (width < 992px){.home-banners.grid-v1 .banner-5{height:240px}}@media screen and (width < 768px){.home-banners.grid-v1 .banner-5{height:auto;min-height:200px;width:100%}}.home-banners.grid-v1 .banner-6{width:100%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v1 .banner-6{width:50%;height:260px}}@media screen and (width < 992px){.home-banners.grid-v1 .banner-6{height:240px}}@media screen and (width < 768px){.home-banners.grid-v1 .banner-6{height:auto;min-height:200px;width:100%}}.home-banners.grid-v2 .grid-1{width:38%}@media screen and (width < 1200px){.home-banners.grid-v2 .grid-1{width:100%}}.home-banners.grid-v2 .grid-2{width:22%}@media screen and (width < 1200px){.home-banners.grid-v2 .grid-2{width:30%}}@media screen and (width < 992px){.home-banners.grid-v2 .grid-2{width:35%}}@media screen and (width < 768px){.home-banners.grid-v2 .grid-2{width:100%}}.home-banners.grid-v2 .grid-3{width:40%}@media screen and (width < 1200px){.home-banners.grid-v2 .grid-3{width:70%}}@media screen and (width < 992px){.home-banners.grid-v2 .grid-3{width:65%}}@media screen and (width < 768px){.home-banners.grid-v2 .grid-3{width:100%}}.home-banners.grid-v2 .banner-1{width:100%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v2 .banner-1{width:50%}}@media screen and (width < 768px){.home-banners.grid-v2 .banner-1{height:auto;min-height:200px;width:100%}}.home-banners.grid-v2 .banner-2{width:100%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v2 .banner-2{width:50%}}@media screen and (width < 992px){.home-banners.grid-v2 .banner-2{height:240px}}@media screen and (width < 768px){.home-banners.grid-v2 .banner-2{height:auto;min-height:200px;width:100%}}.home-banners.grid-v2 .banner-3{width:100%;height:590px}@media screen and (width < 992px){.home-banners.grid-v2 .banner-3{height:480px}}@media screen and (width < 768px){.home-banners.grid-v2 .banner-3{height:auto;min-height:200px;width:100%}}.home-banners.grid-v2 .banner-4{width:100%;height:295px}@media screen and (width < 992px){.home-banners.grid-v2 .banner-4{height:240px}}@media screen and (width < 768px){.home-banners.grid-v2 .banner-4{height:auto;min-height:200px;width:100%}}.home-banners.grid-v2 .banner-5{width:50%;height:295px}@media screen and (width < 992px){.home-banners.grid-v2 .banner-5{height:240px}}@media screen and (width < 768px){.home-banners.grid-v2 .banner-5{height:auto;min-height:200px;width:100%}}.home-banners.grid-v2 .banner-6{width:50%;height:295px}@media screen and (width < 992px){.home-banners.grid-v2 .banner-6{height:240px}}@media screen and (width < 768px){.home-banners.grid-v2 .banner-6{height:auto;min-height:200px;width:100%}}.home-banners.grid-v3 .grid-1{width:30%}@media screen and (width < 1200px){.home-banners.grid-v3 .grid-1{width:33.3333%}}@media screen and (width < 768px){.home-banners.grid-v3 .grid-1{width:100%}}.home-banners.grid-v3 .grid-2{width:70%}@media screen and (width < 1200px){.home-banners.grid-v3 .grid-2{width:66.6666%}}@media screen and (width < 768px){.home-banners.grid-v3 .grid-2{width:100%}}@media screen and (width < 768px){.home-banners.grid-v3 .grid-3{width:100%}}.home-banners.grid-v3 .banner-1{height:590px;width:100%}@media screen and (width < 1200px){.home-banners.grid-v3 .banner-1{height:750px}}@media screen and (width < 992px){.home-banners.grid-v3 .banner-1{height:690px}}@media screen and (width < 768px){.home-banners.grid-v3 .banner-1{height:auto;min-height:200px;width:100%}}.home-banners.grid-v3 .banner-2{width:50%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v3 .banner-2{height:250px}}@media screen and (width < 992px){.home-banners.grid-v3 .banner-2{height:230px}}@media screen and (width < 768px){.home-banners.grid-v3 .banner-2{height:auto;min-height:200px;width:100%}}.home-banners.grid-v3 .banner-3{width:50%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v3 .banner-3{height:250px}}@media screen and (width < 768px){.home-banners.grid-v3 .banner-3{height:auto;min-height:200px;width:100%}}.home-banners.grid-v3 .banner-4{width:33.3333%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v3 .banner-4{height:250px;width:100%}}@media screen and (width < 992px){.home-banners.grid-v3 .banner-4{height:230px}}@media screen and (width < 768px){.home-banners.grid-v3 .banner-4{height:auto;min-height:200px;width:100%}}.home-banners.grid-v3 .banner-5{width:33.3333%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v3 .banner-5{height:250px;width:50%}}@media screen and (width < 992px){.home-banners.grid-v3 .banner-5{height:230px}}@media screen and (width < 768px){.home-banners.grid-v3 .banner-5{height:auto;min-height:200px;width:100%}}.home-banners.grid-v3 .banner-6{width:33.3333%;height:295px}@media screen and (width < 1200px){.home-banners.grid-v3 .banner-6{height:250px;width:50%}}@media screen and (width < 992px){.home-banners.grid-v3 .banner-6{height:230px}}@media screen and (width < 768px){.home-banners.grid-v3 .banner-6{height:auto;min-height:200px;width:100%}}.home-banners.grid-v3 .banner-7,.home-banners.grid-v3 .banner-8,.home-banners.grid-second-block .banner-7,.home-banners.grid-second-block .banner-8{height:350px;width:50%}@media screen and (width < 992px){.home-banners.grid-second-block .banner-7,.home-banners.grid-second-block .banner-8{min-height:300px;height:auto;width:100%}}@media screen and (width < 768px){.home-banners.grid-second-block .banner-7,.home-banners.grid-second-block .banner-8{min-height:200px}}.home-banners .grid-row{margin:-10px;display:flex;flex-wrap:wrap;flex:1;min-width:100%}@media screen and (width < 992px){.home-banners .grid-row{margin:-7px}}.home-banners .grid-col{padding:10px;display:flex;align-items:stretch}@media screen and (width < 992px){.home-banners .grid-col{padding:7px}}.home-banners .grid-20{width:20%}.home-banners .grid-25{width:25%}.home-banners .grid-30{width:30%}.home-banners .grid-33{width:33.33333%}.home-banners .grid-66{width:66.66666%}.home-banners .grid-50{width:50%}.home-banners .grid-75{width:75%}.banner-timer{display:inline-flex;align-items:center;margin:0 -3px;font-size:18px;font-weight:700}.banner-timer .block{padding:0 2px;display:flex;align-items:center;position:relative}.banner-timer .block .digit{display:flex;align-items:center;justify-content:center;width:20px;height:30px;padding-top:2px;background:#fff;color:#000;border-radius:3px;margin:1.5px}@media screen and (width < 992px){.banner-timer .block .seconds{display:none}}.banner-timer .block .time-title{position:absolute;top:100%;left:0;width:100%;text-align:center;text-transform:uppercase;font-size:6.5px;margin-top:3px}.brands{margin:-10px;width:100%;height:170px;overflow:hidden}.brands .brand{padding:10px}.brands .brand .wrap{background:#fff}.brands .brand .inner{border-radius:5px;padding:15px;overflow:clip;position:relative;background:#fff;text-align:center;box-shadow:0 0 6px #0000001a}.brands .brand .inner span{margin-top:15px;display:block;color:#0197ed;font-weight:600}.brands .brand .inner .img-wrap{position:relative}.brands .brand .inner .img-wrap.overlay:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:#00000008}.brands .brand .inner .img-wrap img{filter:grayscale(100%);transition:all .2s ease-in-out;width:100%;-o-object-fit:contain;object-fit:contain;aspect-ratio:3/2;background:#fff}@media screen and (width < 768px){.home-brands-wrap.app-style{margin-right:-25%}.home-brands-wrap.app-style .brands-slider .owl-stage-outer{overflow:visible}.home-brands{overflow:hidden}}.home-categories{overflow:hidden}.home-cats-wrap.app-style .categories-slider .owl-stage-outer{overflow:visible}.categories{margin:-10px}.categories .category .overlay{padding:30px}.home-cats-wrap.app-style{margin-right:-25%}.categories .category.layout-2 .cat-inner{padding:20px}.tabs-wrap .pages .page{display:none}.tabs-wrap .pages .page.active{display:block}.home-products .tabs{padding:0 0 15px;list-style:none;margin:-5px}.home-products .tabs li{display:inline-block;padding:5px}.home-products .tabs li a{height:25px;display:inline-flex;align-items:center;padding:0 15px;border-radius:5px;background:#0003;color:#fff;font-weight:700;font-size:11px;text-transform:uppercase;text-decoration:none}.home-products .tabs li.active a{background:var(--color_accent_2);color:#fff;pointer-events:none}.home-products .tabs li a:hover{background:#0000004d}.section__categories .categories__slider.off{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start}.section__categories .categories__slider .category__item{padding:10px;width:16.66%}.section__categories .categories__slider .category__item.layout_4{width:25%}@media (max-width: 1200px){.section__categories .categories__slider .category__item{width:20%}.section__categories .categories__slider .category__item.layout_4{width:33.33%}}@media (max-width: 768px){.section__categories .categories__slider .category__item,.section__categories .categories__slider .category__item.layout_4{width:100%!important}}.section__categories .category__item .category__inner{border-radius:10px;overflow:hidden;position:relative;box-shadow:0 0 6px #0000001a;height:100%}.section__categories .category__item .category__info{text-align:center;margin:10px 0}.section__categories .category__item .category__title{color:var(--color_accent)}.section__categories .category__item .category__title:hover{text-decoration:underline}.section__categories .category__item .category__image img{max-width:inherit;height:170px;width:100%;margin:0 auto}@media (max-width: 768px){.section__categories .home-block-padding{padding-bottom:0!important}.section__categories .categories__wrap.app-style{margin-right:-25%}}.categories{margin:-10px;display:flex;flex-wrap:wrap;align-items:stretch}.categories .category{padding:10px}.categories .category img{width:100%;-o-object-fit:cover;object-fit:cover}.categories .category .cat-inner{border-radius:10px;overflow:hidden;position:relative}.categories .category .overlay{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;background-image:linear-gradient(0deg,#000000b3,#0000003b 29%,#00186e00);color:#fff}.categories .category .title{color:#fff;font-size:1.42em;margin-top:20px}.categories .category .count{font-size:70%;text-transform:uppercase;font-weight:900;letter-spacing:.2em;margin-top:3px}.categories .category.layout-2.cat-inner{height:100%;padding:30px;text-align:center;box-shadow:0 0 6px #0000001a}.categories .category.layout-2 img{width:100%;max-width:170px;margin:0 auto}.categories .category.layout-2 a{text-decoration:none;height:100%}.categories .category.layout-2 .title{color:inherit;text-decoration:none;color:var(--color_headings)}.categories .category .categories-slider.layout-2{height:100%}.categories .category .categories-slider .owl-stage{display:flex;align-items:stretch}.products{margin:-5px;display:flex;flex-wrap:wrap}.products .product{padding:5px}.products .product a{text-decoration:none}.products .product-list{padding:5px}.products .product-list a{text-decoration:none}.products .product-list .product-inner{display:flex;align-items:center;padding:20px;border-radius:10px}.products .image-wrap{position:relative;overflow:hidden}.products .image-wrap .img-wrap{display:block;position:relative;background:#fff}.products .image-wrap .img-wrap .sec{display:block;position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;transition:opacity .2s ease-in-out;padding:10%;background-color:#fff}.products .image-wrap .img-wrap .more-images{position:absolute;left:0;bottom:0;width:100%;padding:10px;background:#fff;transition:transform .2s ease-in-out;transition-delay:.1s;border-bottom:1px solid rgba(0,0,0,.07);border-top:1px solid rgba(0,0,0,.07);transform:translateY(100%)}.products .image-wrap .img-wrap .more-images .images{margin:-10px;display:flex;align-items:center;justify-content:center}.products .image-wrap .img-wrap .more-images .images .image-col{width:25%;padding:10px}.products .stars{font-size:.9em;color:#f1c40f;margin:0 -2px}.products .stars i{margin:2px}.products .product .image-wrap .more-images{position:absolute;left:0;bottom:0;width:100%;padding:10px;background:#fff;transition:transform .2s ease-in-out;transition-delay:.1s;border-bottom:1px solid rgba(0,0,0,.07);border-top:1px solid rgba(0,0,0,.07);transform:translateY(100%)}.products .product.has-more:hover .image-wrap .more-images{transform:translate(0)}.products .product .image-wrap .more-images .images{margin:-10px;display:flex;align-items:center;justify-content:center}.products .product .image-wrap .more-images .image-col{width:25%;padding:10px}.products .product .image-wrap .more-images .image .wrap{position:relative;padding:5%;border-radius:5px;overflow:hidden;cursor:pointer}.products .product .image-wrap .more-images .image .wrap:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#00000008}.products .product .image-wrap .more-images .image img{width:100%;opacity:.6;transition:opacity .15s ease-in-out}.products .product .image-wrap .more-images .image.active img,.products .product.has-sec:hover .image-wrap .img-wrap .sec{opacity:1}.products .product .buttons,.products .product-list .buttons{position:absolute;right:10px;top:10px;z-index:9;display:flex;align-items:center;margin:-6px;font-size:16px}.products .product .buttons .button,.products .product-list .buttons .button{padding:6px;opacity:.5}.products .product .buttons .button:hover,.products .product-list .buttons .button:hover{opacity:1}.products .product .buttons .button.text-button,.products .product-list .buttons .button.text-button{display:none}.products .product:hover .buttons .button.text-button,.products .product-list:hover .buttons .button.text-button{display:block}.products .product:hover .buttons .button.text-button .show-btn,.products .product-list:hover .buttons .button.text-button .show-btn{font-size:11px;font-weight:700;text-transform:uppercase;padding:5px 7px;background:#aaa;border-radius:3px;display:inline-flex;color:#fff}.products .product .add-to-wishlist.in-wishlist,.products .product .add-to-wishlist.in-wishlist:hover,.products .product-list .add-to-wishlist.in-wishlist,.products .product-list .add-to-wishlist.in-wishlist:hover{color:#ef5361}.add-to-wishlist.in-wishlist i:before{content:"l"}.products .product .product-inner{background:#fff;border-radius:5px;overflow:hidden}.products .product .product-inner.border-allways,.products .product-list .product-inner.border-allways,.products .product:hover .product-inner.border-on-hover,.products .product-list:hover .product-inner.border-on-hover{box-shadow:0 0 6px #0000001a}.products .product .img-wrap{padding:10%;background:#fff;position:relative;display:block;border-bottom:1px solid rgba(0,0,0,.07);overflow:hidden}.products .product-list .img-gray .img-wrap{position:relative;display:block;padding:10%;overflow:hidden;border-radius:5px}.products .product .img-wrap img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.products .product .img-gray .img-wrap,.products .product .product-inner.no-border .img-wrap,.products .product .product-inner.border-on-hover .img-wrap{border:none}.products .product .img-gray .img-wrap:after,.products .product-list .img-gray .img-wrap:after{position:absolute;content:"";display:block;left:0;top:0;width:100%;height:100%;background:#00000008}.products .product-list .image-wrap{min-width:200px;max-width:200px;margin-right:15px;position:relative;background:#fff}.products .product-list .image-wrap img{width:100%}.products .product .info{padding:7px}.products .product-list .info{display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;padding:10px 0}.products .product .product-inner.no-border .info{padding-left:0;padding-right:0;padding-bottom:0}.products .product .info .product-brand,.products .product-list .info .product-brand{display:block;font-size:.9em;font-weight:700}.products .product .info .title,.products .product-list .info .title{margin-bottom:5px;display:block;line-height:1.2em;overflow:hidden}.products .product .info .title.one-line,.products .product-list .info .title.one-line{height:1.2em}.products .product .info .title.two-lines,.products .product-list .info .title.two-lines{height:2.4em}.products .product .info .title.three-lines,.products .product .info-list .title.two-lines{height:3.6em}.products .product .info .description,.products .product-list .info .description{font-size:.85em;line-height:1.6em;overflow:hidden;height:4.8em;margin-top:5px}.products .product-list .info .description{height:auto}.products .product .info .description.one-line{height:1.6em}.products .product .info .description.two-lines{height:3.2em}.products .product .info .description.three-lines{height:4.8em}.products .product .info .price,.products .product-list .info .price{margin-top:10px;font-size:.95em;font-weight:700}.products .product .info .price .old-price .price-inner,.products .product-list .info .price .old-price .price-inner{margin-right:10px;display:inline-block;text-decoration:line-through;font-size:90%}.products .product .info .price .old-price .price-inner:empty,.products .product-list .info .price .old-price .price-inner:empty{display:none}.products .product .info .price .legal,.products .product-list .info .price .legal{font-weight:400;font-size:11px;opacity:.5}.products .product .info .price .srp,.products .product-list .info .price .srp{margin-left:5px;font-weight:400;font-size:11px;opacity:.5}.products .product .info .compare,.products .product-list .info .compare{margin-top:10px;display:inline-flex}.products .product .info .compare .ui.checkbox,.products .product-list .info .compare .ui.checkbox{padding:0}.products .product .product-labels,.products .product-list .product-labels{position:absolute;left:10px;top:10px;z-index:9;display:flex;align-items:flex-start}.products .product .product-label,.products .product-list .product-label{height:20px;background:#aaa;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.1em;display:inline-flex;align-items:center;padding:0 10px;font-weight:700;margin-right:5px;border-radius:5px}.products .product .product-label:empty,.products .product-list .product-label:empty{display:none}.products .product .product-label:last-child,.products .product-list .product-label:last-child{margin-right:0}.quickview-popup{display:none}.fancybox-slide>.quickview-popup{width:100%;max-width:1400px;padding:50px;border-radius:10px;box-shadow:0 2px 40px 8px #00000014}.tags{margin:-3px;display:flex;align-items:center;flex-wrap:wrap}.tags .tag{padding:3px}.tags .tag a{height:30px;display:inline-flex;align-items:center;padding:0 15px;border-radius:5px;background:#00000012;color:inherit;font-weight:700;font-size:11px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .2s linear}.tags .tag a:hover,.tags .tag.active a{background:var(--color_accent);color:#fff}.top-bar{padding:4px 0;background-color:#d4e5ff;display:flex;font-size:1.1em;letter-spacing:normal;line-height:24px;font-weight:500;color:#0197ed;justify-content:space-between;align-items:center;text-align:right}.top-bar .topbar-wrap{display:flex;align-items:center;justify-content:space-between}.top-bar .topbar-right{display:flex;align-items:center}.top-bar .vat-switch{margin-right:35px;display:flex;align-items:center;display:none}.top-bar .vat-switch.loaded{display:flex}.top-bar .vat-switch input{display:none}.top-bar .vat-switch label{margin:0;color:#0c9bee}.top-bar .vat-switch input:checked~label{font-weight:500;color:#00b900}.top-bar .vat-switch .switch{background:#00b900;width:24px;height:12px;border-radius:6px;margin:0 15px;padding:2px;position:relative}.top-bar .vat-switch .switch span{width:8px;height:8px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:all .1s linear}.top-bar .vat-switch[data-active=incl] .switch span{left:14px}.top-bar .top-bar-phone,.top-bar .top-bar-mail{display:inline-block;margin-right:35px}.top-bar .top-bar-mail{margin-right:0}.top-bar img{max-width:13px;margin-right:7px}.top-bar .top-bar-alert{font-size:1em;float:left;overflow-x:auto;scrollbar-width:thin}.top-bar .top-bar-alert span{color:#ff7c2e}.top-bar .top-bar-alert #header>div.main-header>div.top-bar>div>div.top-bar-alert>a:hover{text-decoration:none}.top-bar .top-bar-alert::-webkit-scrollbar{width:7px;border-radius:7px}.top-bar .top-bar-alert::-webkit-scrollbar-track{background:#f7f7f7;border-radius:7px}.top-bar .top-bar-alert::-webkit-scrollbar-thumb{background:#e2e2e2;border-radius:7px}.top-bar .top-bar-alert::-webkit-scrollbar-thumb:hover{background:#d5d5d5;border-radius:7px}@media (max-width: 991px){.container{width:100%!important}}@media (max-width: 767px){.top-bar{text-align:center}.top-bar-alert{float:none;width:100%;border-bottom:0;white-space:nowrap;padding-bottom:0;margin-bottom:0;overflow-x:auto}.top-bar-phone,.top-bar-mail{display:none}}@media (hover: none){.top-bar-alert{overflow-x:auto}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme-13639f89.css.map */
