@charset "UTF-8";body{margin:0;color:#000;font-size:15px;font-family:Poppins,sans-serif;font-weight:400;line-height:normal;padding:0;letter-spacing:normal}img{max-width:100%}h1,h2,h3,h4,h5,h6{margin:0 0 15px;padding:0;color:#000;line-height:normal;font-weight:400;font-family:Oswald,sans-serif}h1{font-size:34px}h2{font-size:32px}h3{font-size:30px}h4{font-size:28px}h5{font-size:26px}h6{font-size:24px}hr{margin:10px 0;border:0px;border-bottom:1px dashed #828282}p,ul,ol{margin:0;line-height:28px;padding:0}ul *,ol *{margin:0;padding:0}ol,ul{padding-left:25px}ul{display:block;list-style:none}ul li{line-height:30px}a img{border:0px}p,ul,ol{margin-bottom:18px}.clr{display:block;float:none;clear:both}.c{overflow:hidden;float:none}.underline{text-decoration:underline}a{text-decoration:none}.hidden{display:none}.italic{font-style:italic}.bold{font-weight:700}table{border-spacing:0px;border-collapse:collapse}input[type=text],input[type=url],input[type=tel],input[type=email],input[type=password],select,textarea{background:#fff;border:1px solid #e0e0e0;color:#000;font-size:14px;padding:10px 15px;resize:vertical;width:100%;font-weight:400;box-sizing:border-box;font-family:Poppins,sans-serif}textarea{width:100%}input[type=button],input[type=submit],input[type=reset],.primary-button,.btn{font-family:Poppins,sans-serif;background:#0080aa none repeat scroll 0 0;border:0px;color:#fff;display:inline-block;font-size:14px;font-weight:600;min-width:120px;padding:12px 15px;text-transform:uppercase;vertical-align:top;transition:all linear .2s;-moz-transition:all linear .2s;-ms-transition:all linear .2s;-o-transition:all linear .2s;-webkit-transition:all linear .2s}input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover,.primary-button:hover,.btn:hover,.primary-button:focus,.btn:focus{background-color:#000;color:#fff}.form-control{border-radius:0;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;box-shadow:0 0;height:auto}a:focus{outline:none;text-decoration:none}a{color:#000;transition:all linear .2s;-moz-transition:all linear .2s;-ms-transition:all linear .2s;-o-transition:all linear .2s;-webkit-transition:all linear .2s}a:hover,a:focus{text-decoration:none;color:#000}.cfx:after{clear:both;content:"+";display:block;height:0;visibility:hidden}::-webkit-input-placeholder{opacity:1;color:#000}::-moz-placeholder{opacity:1;color:#000}:-ms-input-placeholder{opacity:1;color:#000}:-moz-placeholder{opacity:1;color:#000}.top-section{background:#000c;position:fixed;width:100%;top:0;padding:15px 0;color:#fff;z-index:999}.top-section>.container{display:flex;align-items:center;width:auto}.top-section .logo-box{width:210px}.top-section .nav-box{width:calc(100% - 360px)}.top-section .login-box{width:150px;display:flex;align-items:center;gap:24px;justify-content:end}.top-section .nav-box ul{list-style:none;padding:0;margin:0;display:flex;gap:0}.top-section .nav-box ul li a{font-size:18px;color:#fff;font-family:Oswald,sans-serif;font-weight:400;padding:16px 20px;display:block;position:relative}.top-section .nav-box ul li a.dropdown:after{content:"\f078";font-family:"Font Awesome 6 Pro";font-size:10px;position:absolute;right:1px;top:53%;transform:translateY(-50%)}.top-section .nav-box ul li:hover>a,.top-section .nav-box ul li a.link-active{color:#41b6e6}.top-section .login-box a{color:#fff;position:relative;display:block;font-size:18px}.top-section .login-box a .cart-count-bubble{position:absolute;right:-9px;top:-6px;background:#fff;width:15px;height:15px;color:#000;font-family:Oswald;font-size:10px;text-align:center;border-radius:50px;line-height:14px;bottom:auto;left:auto}.top-section .login-box a:hover{color:#479079}.top-section .login-box a.toggle{display:none}.menu-drop-down{position:relative;opacity:0;visibility:hidden;z-index:99;top:15px}.menu-drop-down.active{visibility:visible;opacity:1;transition:all linear .2s}.menu-drop-down.active .menu-drop-item:before{content:"";width:100%;height:4px;position:absolute;top:-80px;left:0}.menu-drop-down .menu-drop-item{background:#003057;padding:20px;opacity:0;visibility:hidden;transition:all linear .2s;position:absolute;top:0;width:100%;z-index:99}.menu-drop-down .menu-drop-item.active{opacity:1;visibility:visible}.menu-drop-item .container.full{display:block}.menu-drop-item .container-box{display:flex;gap:30px;padding:0 30px;justify-content:center}.menu-drop-item .sub-menu-item{width:20%;position:relative}.menu-drop-item .sub-menu-item+.sub-menu-item:before{content:"";width:1px;height:100%;position:absolute;left:-24px;top:0;background:#fff;opacity:.2}.menu-drop-item .sub-menu-item h4{font-size:20px;color:#fff;font-weight:600}.menu-drop-item .sub-menu-item ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0}.menu-drop-item .sub-menu-item ul li{width:50%;line-height:28px}.menu-drop-item .sub-menu-item ul li a{display:block;color:#fff;font-size:15px;position:relative;font-weight:300;font-family:Oswald;text-shadow:1px 1px 2px rgba(000,000,000,.5)}.menu-drop-item .sub-menu-item ul li a.has-sub{font-weight:800}.menu-drop-item .sub-menu-item ul li ul{margin-left:20px;display:block}.menu-drop-item .sub-menu-item ul li ul li{width:auto}.menu-drop-item .sub-menu-item ul li ul li a{font-weight:300}.menu-drop-item .sub-menu-item ul li a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:#fff;transform-origin:bottom right;transition:transform .25s ease-out;opacity:.6}.menu-drop-item .sub-menu-item ul li a:hover:after{transform:scaleX(1);transform-origin:bottom left}.menu-drop-item .sub-menu-item .sep-menu{display:flex;gap:15px}.menu-drop-item .sub-menu-item .sep-menu ul{display:block;width:50%}.menu-drop-item .sub-menu-item .sep-menu ul li,.menu-drop-item .sub-menu-item .sep-menu ul li ul{width:auto}.search-menu{background:#003057;position:absolute;width:100%;padding:10px 15px;top:98px;opacity:0;visibility:hidden}.search-menu.active{opacity:1;visibility:visible;transition:all linear .2s}.search-menu .search-item-box{max-width:800px;margin:0 auto;position:relative;display:flex;gap:30px;align-items:center}.search-menu .search-item-box .search-bar{width:calc(100% - 40px);position:relative}.search-menu .search-item-box .search-close{width:40px;text-align:center;font-size:30px;cursor:pointer}.search-menu .search-item-box input[type=search]{width:100%;border:0;padding:10px 15px;color:#000;font-weight:400;font-size:14px;outline:0}.search-menu .search-item-box .search-bar i{position:absolute;color:#000;z-index:5;top:14px;right:20px}.banner-section{background-image:url(banner.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:center center;padding-top:430px;padding-bottom:200px;color:#fff;position:relative;overflow:hidden}.banner-section video{position:absolute;top:0;width:100%}.banner-section:before{content:"";width:100%;height:100%;background:#000;position:absolute;top:0;z-index:1;opacity:.5}.banner-section #particles-js{position:absolute;z-index:0!important;top:0;left:0;height:100%;width:100%}.banner-section .container{display:flex;align-items:end;height:100%;z-index:2;position:relative}.banner-section h2{font-size:40px;color:#fffefe;margin-bottom:0}.banner-pro-box{position:absolute;z-index:99;top:120px;right:10px;width:110px}.banner-pro-box .card__content .card__information .card-information,.banner-pro-box .card__inner .card__content{display:none}.banner-pro-box .card--standard>.card__content .card__information{padding:0}.banner-pro-box .card--standard>.card__content .card__information h3 a{color:#fff;font-size:11px;overflow:hidden;text-overflow:ellipsis;display:block}.banner-pro-box .card--standard>.card__content .card__information h3{line-height:normal;font-weight:300}.banner-section .button-box{margin-top:30px}.button-box{display:flex;gap:15px}.button-box.center{justify-content:center}.button-box a{display:block;background:#41b6e6;color:#fff;padding:10px 15px;min-width:150px;text-align:center;border-radius:4px;font-size:13px}.button-box a.white{background:#fff;color:#000}.button-box a.md{min-width:200px}.button-box a.big{min-width:300px}.button-box a:hover{background:#000;color:#fff}.start-section{padding:50px 0;text-align:center}.start-section h2,.start-section h3{margin:0}.start-section h3 span{color:#41b6e6}.stick-banner{background-image:url(../images/stick-banner-1.jpg);background-attachment:fixed;background-repeat:no-repeat;background-position:center center;background-size:cover;padding:120px 0;position:relative}.stick-banner:before{content:"";width:100%;height:100%;background:#000;top:0;left:0;z-index:0;position:absolute;opacity:.5}.stick-banner .container{position:relative;z-index:5}.stick-2{background-image:url(../images/stick-banner-2.jpg)}.stick-3{background-image:url(../images/stick-banner-3.jpg)}.stick-4{background-image:url(../images/stick-banner-4.jpg)}.stick-5{background-image:url(../images/stick-banner-5.jpg)}.stick-6{background-image:url(../images/stick-banner-6.jpg)}.stick-banner .stick-box{display:flex;align-items:self-start;gap:40px}.stick-banner .stick-box .stick-no{font-size:200px;font-family:Oswald;color:#fff;font-weight:200;line-height:201px}.stick-banner h2{font-size:65px;color:#fff;font-weight:300;margin-bottom:0}.stick-banner h3{font-size:28px;color:#fff;font-weight:300;font-family:Poppins}.stick-banner .button-box{margin-top:25px}.featu-section{padding:50px 0}.featu-section .button-box{margin-top:40px}.head-box{text-align:center}.head-box h2{font-weight:300;color:#41b6e6;margin-bottom:28px}.head-box h2 span,.head-box h2 strong{color:#ff6a13;font-weight:300}.blog-section{padding:50px 0;background-color:#ededed}.blog-section h2{text-align:center;font-weight:600;margin-bottom:35px}.blog-box{display:flex;flex-wrap:wrap;gap:30px}.blog-box .blog-loop{width:calc(33.33% - 20px)}.blog-box .blog-loop a{display:block}.blog-box .blog-loop .img-box{height:220px;margin-bottom:25px}.blog-box .blog-loop .img-box img{width:100%;height:100%;object-fit:cover}.blog-box .blog-loop h3{font-size:25px;line-height:30px;margin-bottom:25px}.blog-box .blog-loop .date-box{font-family:Oswald;font-size:16px;font-weight:300;color:#000}.footer-section{background:#003057;padding:50px 0;color:#fff}.footer-top{display:flex;gap:30px;font-size:14px;font-weight:300;margin-bottom:80px}.footer-top .footer-box{width:25%}.footer-top .footer-box.newsletter{width:400px}.footer-top h3{font-size:25px;color:#fff;margin-bottom:25px}.footer-top ul{padding:0;margin:0;list-style:none}.footer-top ul li a{color:#fff}.footer-top ul li a:hover{color:#41b6e6}.footer-top .footer-box .f-email{position:relative;margin-right:60px}.footer-top .footer-box .f-email input[type=email]{border-radius:4px;font-size:14px;padding:10px 16px;outline:0!important;height:40px;color:#3e3d3d;box-shadow:0 0!important}.footer-top .footer-box .f-email label{font-size:14px;font-weight:500}.footer-top .footer-box .f-email .field__input:focus~.field__label{font-size:8px!important}.footer-top .form__message:focus{outline:0!important;border:0!important}.footer-top .footer-box .f-email input[type=submit],.footer-top .footer-box .f-email button{background:#3e3d3d;width:60px;min-width:inherit;padding:0;height:41px;position:absolute;top:0;right:-1px;border-radius:0 4px 4px 0;font-weight:400}.footer-top .footer-box .f-email input[type=submit]:hover,.footer-top .footer-box .f-email button:hover{background:#000}.footer-top .footer-box .f-logo{margin-top:50px}.footer-bottom{display:flex;gap:50px;align-items:center;margin-bottom:80px}.footer-bottom .social-box{display:flex;gap:24px}.footer-bottom .social-box a{display:block;color:#fff;font-size:24px}.footer-bottom .social-box a:hover{color:#41b6e6}.footer-copy{border-top:1px solid #003C57;padding-top:50px;font-weight:300;text-align:center}.search__button,.reset__button{color:#000}.search-modal__content{padding:0}.search-menu .search-item-box label{font-weight:400}button.predictive-search__item{color:#000;font-weight:400}.predictive-search__heading{font-weight:500!important;font-size:14px;font-family:Poppins;color:#000}.card--standard>.card__content .card__information h3{font-size:16px;color:#305f2e;font-family:Oswald;font-weight:400;line-height:25px;text-align:center;letter-spacing:normal}.card--standard>.card__content .card__information h3 a{color:#003057;text-decoration:none}.card-information>.price{font-size:18px;color:#003057!important;font-weight:700;font-family:Oswald;letter-spacing:normal;text-align:center}.price--on-sale .price-item--regular{color:#003057!important;font-weight:400;letter-spacing:normal;padding-right:0;margin-right:0}.product-card-wrapper .card{background-image:url(shadow.png);background-repeat:repeat-x;background-position:center bottom;padding-bottom:20px}.price__container{display:flex;justify-content:center}.price--on-sale .price__sale{display:flex!important;gap:8px}.price--on-sale .price__sale .price-item--sale{order:-1}.blog__post .card--standard>.card__content .card__information h3{font-size:25px;color:#000;text-align:left;line-height:34px;min-height:70px;margin-bottom:18px}.blog__post .card--standard>.card__content .card__information h3 a{color:#000}.blog__posts .article-card .card__information{padding:20px 0!important}.blog__post .article-card__excerpt{display:none}.blog__post time{font-family:Oswald;letter-spacing:normal;font-weight:400;font-size:16px}.section-header.shopify-section-group-header-group{z-index:999}.inner-banner{height:500px;background-image:url(inner-banner.jpg);background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden;padding-top:150px}.inner-banner:before{content:"";position:absolute;background:#000;top:0;height:100%;z-index:0;width:100%;opacity:.4;pointer-events:none}.inner-banner .container{display:flex;position:relative;z-index:9;align-items:center;height:100%}.inner-banner #particles-js{position:absolute;width:100%;height:100%}.inner-banner h2{margin:0;color:#fff}.facet-checkbox,.facets__price .field__label{font-weight:400}.facet-filters__field .select select{outline:0!important;box-shadow:0 0!important}.inner-page-section{padding:60px 0}.product .product__title{margin-bottom:28px}.product .product__title h1{font-size:32px;letter-spacing:normal}.product .price__container{font-size:28px;color:#41b6e6;letter-spacing:normal;position:relative;font-weight:500}.product .price__container:after{content:"Inclusive of all taxes";display:block;font-size:13px;color:#000;font-weight:600;margin-top:6px}.product .price--on-sale .price-item--regular{font-size:16px!important;color:#919191!important}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(15% - .8rem)!important}.thumbnail{border-radius:0;box-shadow:0 0!important}.thumbnail[aria-current]{border-color:#759885!important}.product .product__info-wrapper .price{position:relative}.product .product__info-wrapper .price:before{content:"Price";display:block;font-size:18px;color:#000;font-weight:700;margin-bottom:8px}.product-form__quantity .form__label{color:#000;font-weight:600}.product-form__submit,.cart__checkout-button,.cart-notification__links a.button{background:#003057;color:#fff}.product-form__submit:after,.cart__checkout-button:after,a.button:after,.button--primary:after{display:none}.product-form__submit:hover,.cart__checkout-button:hover,.cart-notification__links a.button:hover{background:#000;color:#fff}button.shopify-payment-button__button--unbranded,.button--primary{background:#41b6e6;border:0}button.shopify-payment-button__button--unbranded:after{display:none}button.shopify-payment-button__button--unbranded:hover,.cart-notification__links .button--primary:hover{background:#000!important;color:#fff}.pro-description{margin-top:50px}.pro-description h4{font-size:18px;color:#003057;letter-spacing:normal;font-family:Poppins;font-weight:600}.pro-description .des-box h1,.pro-description .des-box h2,.pro-description .des-box h3,.pro-description .des-box h4,.pro-description .des-box h5,.pro-description .des-box h6{font-family:Oswald;color:#000;font-size:25px}.article-template header{margin-top:0!important}.article-card-wrapper .card--standard>.card__content .card__information h3{font-size:25px;text-align:left;margin-bottom:18px}.article-card-wrapper .card--standard>.card__content .card__information h3 a{color:#000}.article-card__info{text-align:left}.article-card__excerpt{max-width:none;text-align:left}.cart-items th{font-size:15px;color:#000;letter-spacing:normal;font-weight:600!important}.cart-item a{color:#000;text-decoration:none!important}td.cart-item__totals{font-weight:600}.totals__total-value{font-weight:700;color:#000}cart-items.is-empty{padding-bottom:40px}.cart-notification{background:#fff;color:#000}.cart-notification-product__image{margin-top:0}.product-form__input .form__label{font-size:15px;color:#000;font-weight:600;border-bottom:0}.product-form__input--pill label{font-weight:500}.predictive-search__item-content p{text-decoration:none!important}.card-wrapper .save-badge{position:absolute;bottom:0;left:0;background:#ff6a13;color:#fff;font-size:13px;text-align:center;font-weight:500;border-radius:0;line-height:25px;padding:1px 10px}.badge{font-weight:500;padding:6px 10px;border-radius:35px;background:#41b6e6;letter-spacing:normal;color:#fff;position:absolute;top:0;right:0}.badge.sold-out,.product .price .badge.price__badge-sold-out{background:#8e0404;color:#fff}.facets__form{margin-bottom:30px!important}.cart-item .cart-item__name{font-size:15px}.cart-item__details>*{max-width:none!important}.product-option{font-weight:500;color:#000}.customer .field label{font-weight:500}.inner-head-box{text-align:center;padding:60px 0}.inner-head-box h2{font-size:60px;margin-bottom:8px}.inner-head-box .img-box{text-align:center}.inner-head-box .img-box img{width:100%}.img-slide-box{margin-bottom:80px}.img-slide-box .container{display:flex;gap:50px}.img-slide-box.rev .container{flex-direction:row-reverse}.img-slide-box .container:before,.img-slide-box .container:after{display:none}.img-slide-box .cnt-box,.img-slide-box .img-box{width:50%}.img-slide-box .img-box img{width:100%}.img-slider .owl-dots{display:flex;justify-content:center;gap:5px;margin-top:15px}.img-slider .owl-dots .owl-dot{width:9px;height:9px;background:#aaa;border-radius:15px;cursor:pointer}.img-slider .owl-dots .owl-dot.active{background:#000}.inner-page-section .rte ul{list-style:disc}.inner-page-section .rte table p{margin:0}.field__label{font-weight:400}.contact-form-box{margin-bottom:30px}.brand-section{padding:60px 0}.brand-logo-box{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.brand-logo-box a{display:block;padding:15px;width:calc(16% - 5px)}.brand-logo-box a img{transition:all linear .2s}.brand-logo-box a:hover img{opacity:.5}.des-box ul{list-style:disc}.pagination-wrapper nav.pagination{display:block}.img-slide-box .cnt-box ul li{position:relative;padding-left:18px}.img-slide-box .cnt-box ul li:before{content:"";width:9px;height:9px;background:#000;position:absolute;top:10px;left:0;border-radius:15px}.img-slide-box .cnt-box ul{margin-left:0;display:flex;gap:0px 8px;flex-wrap:wrap;padding:0}.cbSalesPopInnerTime,div#titlediv{display:none!important}.hso-quantum-wishlist-page-container .hso-quantum-login-based-wishlist-guest-banner{margin-top:125px!important}.gropulse-wishlist-count{background:#41b6e6!important;text-align:center;font-weight:400}.guest-banner-button.primary{background:#41b6e6!important;border-color:#41b6e6!important}.guest-banner-button.secondary{background:#003057!important;border-color:#003057!important;color:#fff!important}.quantum-lbw-wishlist-btn{border-radius:0!important;font-weight:400!important;padding:13px 25px}.gropulse-wishlist-nav-link{margin:0!important}@media only screen and (min-width:992px) and (max-width:1260px){.container{width:960px}}@media only screen and (max-width:1360px){.banner-section video{width:1920px!important}}@media only screen and (max-width:1260px){.top-section .nav-box ul li a{font-size:13px;padding:16px 14px}.blog-box .blog-loop h3{font-size:20px}.menu-drop-item .sub-menu-item ul{display:block}.menu-drop-item .sub-menu-item ul li{width:auto}.inner-head-box h2{font-size:40px}.brand-logo-box a{width:calc(20% - 12px)}}@media only screen and (min-width:991px){.top-section>.container{padding:0 30px}}@media only screen and (max-width:991px){.top-section .nav-box{display:none}.top-section .logo-box{width:150px}.top-section .login-box{width:calc(100% - 150px)}.top-section .login-box a.toggle{display:block}.banner-section{height:600px;padding-bottom:80px}h1{font-size:30px}h2{font-size:28px}h3{font-size:26px}h4{font-size:24px}h5{font-size:22px}.stick-banner .stick-box .stick-no{font-size:140px;line-height:140px}.stick-banner h2{font-size:50px}.stick-banner h3{font-size:24px}.footer-top{flex-wrap:wrap}.footer-top .footer-box.newsletter,.footer-top .footer-box{width:calc(50% - 16px)}.search-menu{top:78px}.blog__post .card--standard>.card__content .card__information h3{font-size:20px;line-height:28px}.inner-banner{height:320px}.inner-head-box h2{font-size:30px}.inner-head-box br{display:none}.img-slide-box{margin-bottom:40px}.brand-logo-box a{width:calc(25% - 12px)}.banner-pro-box .pro-itm:nth-child(4){display:none}.banner-section{padding-right:135px}.banner-section .container{width:100%}}@media only screen and (max-width:767px){.top-section .login-box{gap:18px}.banner-section{height:520px;background-attachment:scroll;padding-right:90px}.banner-pro-box{width:70px}h1{font-size:28px}h2{font-size:26px}h3{font-size:24px}h4{font-size:22px}h5{font-size:20px}.stick-banner{padding:80px 0;background-attachment:scroll}.stick-banner .stick-box{gap:25px}.stick-banner .stick-box .stick-no{font-size:100px;line-height:normal}.stick-banner h2{font-size:35px}.stick-banner h3{font-size:22px}.blog-box{gap:15px}.blog-box .blog-loop{width:calc(50% - 8px)}.blog__post .card--standard>.card__content .card__information h3{min-height:inherit}.mobile-facets{top:80px!important}.inner-banner{height:260px;padding-top:80px;background-attachment:scroll}.product .product__title h1{font-size:26px}.inner-head-box h2{font-size:28px}.img-slide-box .container{display:block}.img-slide-box .cnt-box,.img-slide-box .img-box{width:auto}.img-slide-box{margin-bottom:40px}.inner-head-box{padding:40px 0}.product-media-modal{top:80px!important}.product-media-modal__toggle{top:100px!important}}@media only screen and (max-width:640px){.banner-section h2{font-size:30px}.footer-top .footer-box.newsletter{width:100%}.footer-top .footer-box .f-logo{margin-top:0}.footer-top,.footer-bottom{margin-bottom:40px}.brand-logo-box a{padding:4px;width:calc(33.33% - 10px)}}@media only screen and (max-width:550px){.stick-banner .stick-box{display:block;text-align:center}.stick-banner .stick-box .stick-no{font-size:50px}.stick-banner .button-box{justify-content:center}.blog-box{display:block}.blog-box .blog-loop{width:100%}.blog-box .blog-loop+.blog-loop{margin-top:25px}}@media only screen and (max-width:480px){.footer-top{display:block}.footer-top .footer-box{width:auto}.footer-top .footer-box+.footer-box{margin-top:28px}.footer-bottom{display:block;text-align:center}.footer-bottom .social-box{justify-content:center;margin-top:30px}.footer-section{padding:30px 0;text-align:center}.footer-top .footer-box .f-email{margin-right:0}.footer-copy{padding-top:30px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/style.css.map */
