@import"https://fonts.googleapis.com/css?family=Poppins:300,400,500,700";*{box-sizing:border-box}*:after,*:before{box-sizing:border-box}html{overflow-x:hidden}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{max-width:100%}strong,b{font-weight:700}input,select{cursor:pointer}input:focus,select:focus,button:focus{outline:none!important}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;color:#222}h1.heading,h2.heading,h3.heading,h4.heading,h5.heading,h6.heading{font-size:18px;text-transform:uppercase;letter-spacing:1px;text-align:center;padding-bottom:20px}a{text-decoration:none;transition:all .25s;-webkit-transition:all .25s}a:focus{outline:none!important}a:hover,a:active,a:focus{text-decoration:none;transition:all .25s;-webkit-transition:all .25s}.btn{position:relative;background:transparent;border:none;border-radius:0;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#222;padding:10px 0 10px 105px;box-shadow:none;overflow:hidden;z-index:1;transition:all .25s ease-in-out}.btn:before{content:"";position:absolute;top:50%;left:0;width:90px;height:1px;background:#222;transition:all .25s ease-in-out}.btn i{position:relative;margin-left:3px}.btn:hover,.btn:focus{color:#222;box-shadow:none;padding-left:115px}.btn:hover:before,.btn:focus:before{width:100px}.form-control{font-size:14px;font-weight:400;color:#333;background:#f9f9f9;border:none;border-radius:0;height:60px;line-height:60px;padding:0 30px;box-shadow:none}.form-control:active,.form-control:focus{box-shadow:none;outline:none;background:#fcfcfc}.form-control::placeholder{color:#666;opacity:1}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.checkbox{position:absolute;opacity:0}.checkbox+label{position:relative;cursor:pointer;padding:0;font-weight:400;margin-top:5px}.checkbox+label:before{content:"";position:relative;top:-3px;margin-right:8px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border:1px solid #E9EBF0;border-radius:50px;transition:all .15s ease-out;-webkit-transition:all .15s ease-out}.checkbox.has-error+label{color:#ea6d48}.checkbox.has-error+label:before{border-color:#ea6d48}.checkbox:hover+label:before{border-color:#ddd}.checkbox:checked+label:before{background:#111;border-color:transparent}.checkbox:checked+label{color:inherit!important}.checkbox:disabled+label{color:#b8b8b8;cursor:auto}.checkbox:disabled+label:before{box-shadow:none;background:#ddd}.checkbox:checked+label:after{content:"\f00c";font-family:"Font Awesome 5 Pro";position:absolute;top:0;left:5px;font-size:10px;color:#fff;font-weight:700}.row-nopadding{margin-left:0;margin-right:0}.row-nopadding [class*=col-]{padding-left:0!important;padding-right:0!important}.flex{display:flex;align-items:center}body{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:22px;color:#666;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.noScroll{overflow:hidden;height:100vh}.bodyPadding{padding-left:80px;padding-right:80px}@media (max-width: 767px){.bodyPadding{padding-left:0;padding-right:0}}@media (min-width: 768px) and (max-width: 1024px){.bodyPadding{padding-left:30px;padding-right:30px}}a{color:#333}a:hover{color:#000}h1,h2,h3,h4{font-weight:700;line-height:normal}header{position:relative;background:#fff;transition:all .25s ease-in-out;padding:30px 80px;z-index:999}@media (max-width: 768px){header{padding:25px 15px}}header .logo{line-height:0}header .logo img{width:120px}header .buttons{position:relative;margin-left:auto;display:flex;justify-content:flex-end}header .buttons .navToggle{cursor:pointer}header .buttons .navToggle .hamburger{width:20px;height:16px;position:relative;margin:0;transform:rotate(0);transition:.25s ease-in-out}header .buttons .navToggle .hamburger span{display:block;position:absolute;height:2px;width:100%;background:#222;border-radius:50px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}header .buttons .navToggle .hamburger span:nth-child(1){top:0}header .buttons .navToggle .hamburger span:nth-child(2){top:7px;left:inherit;right:0;width:14px}header .buttons .navToggle .hamburger:hover span:nth-child(2){width:100%}header .buttons .navToggle .hamburger.open span:nth-child(1){top:3px;left:3px;transform:rotate(135deg)}header .buttons .navToggle .hamburger.open span:nth-child(2){width:100%;top:3px;left:3px;transform:rotate(-135deg)}.navigation{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;z-index:998;opacity:0;visibility:hidden;transition:all .25s ease-in-out}.navigation.open{visibility:visible;opacity:1}.navigation ul{list-style:none;margin:0;padding:0}.navigation ul li{display:block}.navigation ul li a{position:relative;display:inline-block;font-size:25px;font-weight:700;text-transform:uppercase;letter-spacing:2px;line-height:30px;color:#222;padding:10px 0 10px 85px}.navigation ul li a:before{content:"";position:absolute;top:50%;left:0;width:70px;height:1px;background:#222;transition:all .25s ease-in-out}.navigation ul li a:hover{padding-left:95px}.navigation ul li a:hover:before{width:80px}.featuredCollection{margin-bottom:40px}.featuredCollection .image{line-height:0}@media (max-width: 768px){.featuredCollection .image{padding:0}}.featuredCollection .image img{width:100%}.featuredCollection .content{position:absolute;top:50%;right:15px;width:50%;transform:translateY(-50%);background:#fff;padding:70px;box-shadow:10px 10px 40px #0000000d}@media (max-width: 768px){.featuredCollection .content{position:relative;right:0;width:100%;transform:none;padding:30px}}.featuredCollection .content.left{right:inherit;left:15px}.featuredCollection .content h4{font-size:18px;font-weight:300;text-transform:uppercase;letter-spacing:3px;margin-bottom:-10px}@media (max-width: 768px){.featuredCollection .content h4{font-size:16px}}.featuredCollection .content h2{font-size:40px;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}@media (max-width: 768px){.featuredCollection .content h2{font-size:25px;margin-bottom:15px}}.featuredCollection .content p{font-weight:300;letter-spacing:1px}.featuredCollection .content .btn{margin-top:30px}@media (max-width: 768px){.featuredCollection .collectionSlider .item{margin-bottom:0!important}}#bc-sf-filter-tree-h{margin-bottom:0!important}#bc-sf-filter-tree-h .bc-sf-filter-option-block{margin-bottom:0!important;float:right}#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a{margin-right:0!important;margin-left:15px;padding:8px 40px 8px 15px!important}#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content{top:45px!important}#bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-block-content-inner{padding:30px!important}@media (min-width: 768px){.bc-sf-filter-selection-wrapper{margin-top:0!important;padding-top:10px}}.item{margin-bottom:30px}.item .itemTop{background-color:#f9f9f9;padding:40px}.item .itemTop img{width:100%}.item .itemBottom{margin-top:10px}.owl-item .item{padding:0}.product .productImages{background-color:#f9f9f9;padding:50px}.product .productImages .owl-prev{left:30px}.product .productImages .owl-next{right:30px}.product .productInfo{padding:50px}@media (max-width: 768px){.product .productInfo{padding:30px 15px}}.product .productInfo h1{font-size:35px;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}@media (max-width: 768px){.product .productInfo h1{font-size:25px;margin-bottom:15px}}.product .productInfo .description{font-weight:300;letter-spacing:1px}.product .productInfo .description ul{list-style:none;margin-top:20px;margin-left:20px}.product .productInfo .description ul li{position:relative;padding-left:45px}.product .productInfo .description ul li:before{content:"";position:absolute;top:50%;left:0;width:30px;height:1px;background:#222}.product .productInfo .details{display:flex;align-items:center;flex-wrap:wrap;margin-top:30px}.product .productInfo .details .detail{display:flex;align-items:center;flex:0 0 50%;margin-bottom:20px}.product .productInfo .details .detail i{min-width:22px;font-size:22px;margin-right:15px}.product .productInfo .details .detail div{font-size:12px;line-height:16px;color:#333}.product .productInfo .details .detail div span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#999}.relatedProducts{margin-top:40px}.page{margin-bottom:50px;font-weight:300;letter-spacing:1px}.page .heading{font-size:40px;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin:50px 0 40px}@media (max-width: 767px){.page .heading{font-size:30px;margin:30px 0}}.newsletter{margin:40px 0}@media (max-width: 768px){.newsletter .content{margin-bottom:20px}}.newsletter .content i{color:#eee;font-size:45px;margin-right:20px}.newsletter .content h3{font-size:20px;text-transform:uppercase}.newsletter .content p{font-weight:300;letter-spacing:1px}.newsletter form{position:relative}.newsletter form .btn{position:absolute;right:-100px;top:11px}@media (max-width: 768px){.newsletter form .btn{right:15px}}.newsletter form .feedback{margin-top:10px;color:#35bb6d}.newsletter form .feedback.error{color:#de5454}section.cart{position:relative;background:#fff;padding:50px 0 80px}@media screen and (max-width: 767px){section.cart{padding:30px 0 0}}section.cart .steps{position:relative;float:right;margin-bottom:50px}@media (max-width: 767px){section.cart .steps{margin-bottom:30px}}section.cart .steps:before{content:"";position:absolute;top:12px;left:15px;width:calc(100% - 15px);height:1px;background:#e9ebf0;z-index:0}@media (max-width: 767px){section.cart .steps:before{width:calc(100% - 30px)}}section.cart .steps>span{position:relative;float:left;text-align:center;width:25%}section.cart .steps>span>span:first-child{display:inline-block;width:30px;height:30px;line-height:28px;font-size:12px;border-radius:50%;border:1px solid #E9EBF0;background:#fff;color:#333;text-align:center}section.cart .steps>span>span:first-child.active{background:#111;border:none;color:#fff}section.cart .steps>span>span:last-child{display:block;clear:left;font-size:10px;font-weight:300;color:#666;text-transform:uppercase;letter-spacing:1px;margin-top:5px}section.cart .steps>span>span:last-child.active{font-weight:600;color:#333}.cart-items .cart-item{border-bottom:1px solid #eee;padding-top:15px;padding-bottom:15px;position:relative;display:flex;align-items:center}@media (max-width: 767px){.cart-items .cart-item{padding-top:25px;padding-bottom:25px}}.cart-items .cart-item:first-child{border-top:1px solid #eee}.cart-items .cart-item .remove{position:absolute;top:10px;right:10px;font-size:18px;color:#999}.cart-items .cart-item .image{width:18%;float:left;padding-right:20px}@media screen and (max-width: 767px){.cart-items .cart-item .image{width:40%;padding-right:0}}.cart-items .cart-item .info{width:82%;float:left;color:#333;display:flex;align-items:center}@media screen and (max-width: 767px){.cart-items .cart-item .info{width:60%;display:block}}.cart-items .cart-item span.title{text-transform:none;line-height:normal}.cart-items .cart-item span.title a{color:#333;line-height:normal}@media screen and (max-width: 767px){.cart-items .cart-item span.title{height:auto;margin-top:0;margin-bottom:15px;padding-top:0}}.cart-items .cart-item span.title span{font-size:12px;font-weight:400;text-transform:none;color:#999}.cart-items .cart-item span.price{font-size:14px;font-weight:400}@media screen and (max-width: 767px){.cart-items .cart-item span.price{line-height:normal}}.cart-items .cart-item span.quantity{text-align:right;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cart-items .cart-item span.quantity .selector{text-align:center;line-height:normal}@media screen and (max-width: 767px){.cart-items .cart-item span.quantity .selector{text-align:left;margin-top:15px}}.cart-items .cart-item span.quantity .selector .minus,.cart-items .cart-item span.quantity .selector .number,.cart-items .cart-item span.quantity .selector .plus{display:inline-block;color:#333;width:30px;font-size:12px;text-align:center;line-height:25px;cursor:pointer}.cart-items .cart-item span.quantity .selector .minus.disabled,.cart-items .cart-item span.quantity .selector .number.disabled,.cart-items .cart-item span.quantity .selector .plus.disabled{cursor:not-allowed;color:#999}.cart-items .cart-item span.quantity .selector .number{font-size:13px;width:50px;padding:10px 15px;background:none;border:none;border:1px solid #eee}.cart-items .cart-item span.quantity .selector .number::-webkit-inner-spin-button,.cart-items .cart-item span.quantity .selector .number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-items .cart-item span.quantity .update{display:block;text-align:center;line-height:normal;margin-top:10px;font-size:16px}.cart-items .cart-item span.quantity .update a{color:#666}@media screen and (max-width: 767px){.cart-items .cart-item span.quantity .update{margin-top:10px;padding-right:38px;font-size:20px}}.cart-items span{display:block}.cartNotes{margin-top:30px}@media (max-width: 768px){.cartNotes{margin:20px}}.cartNotes h4{margin-bottom:10px;color:#111}.cartNotes .form-control{border-radius:3px;font-size:13px;line-height:22px;padding:15px 20px;height:120px}@media (max-width: 768px){.cartNotes .form-control{height:80px}}.cartSummary{padding:40px;background:#f7f8fa;border:1px solid #E9EBF0;border-radius:2px}@media (max-width: 767px){.cartSummary{border-width:0;border-top-width:1px;border-radius:0}}.cartSummary .summary{border-bottom:1px solid #E9EBF0;padding-bottom:15px;margin-bottom:15px}.cartSummary .summary .line{display:flex;align-items:center;margin-bottom:5px}.cartSummary .summary .line .title.total{font-weight:700}.cartSummary .summary .line .price{margin-left:auto;font-size:18px;font-weight:700;color:#333}.cartSummary .terms{font-size:12px}.cartSummary .btn{width:100%;margin-top:20px;margin-bottom:30px}.cartSummary .btn i{position:relative;font-size:63%;margin-left:5px;top:-2px}.security{margin:20px 15px 0}.security .ssl{float:left;font-size:11px;color:#666;text-transform:uppercase;border-right:1px solid rgba(0,0,0,.1);padding-right:30px;line-height:55px;margin-right:30px}.security .ssl i{position:relative;top:5px;font-size:22px;margin-right:5px;color:#58ce27}.security img{float:left;line-height:40px;width:130px;margin-top:15px}.cart-pros{float:right;width:100%;padding:20px 0 5px;border-top:1px solid rgba(0,0,0,.1)}.cart-pros .pro{position:relative;width:50%;padding-left:0;font-size:12px;text-align:center;font-weight:600;color:#333;padding-bottom:10px;line-height:13px;float:left;text-transform:uppercase;margin-left:0}.cart-pros .pro.r{float:left;margin-left:0}.cart-pros .pro span{font-size:10px;font-weight:400;color:#444;display:block;margin-top:3px}@media only screen and (max-width: 768px){.cart-pros .pro.r{margin-left:0}}@media screen and (max-width: 767px){.cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-items .image{width:45%;padding-right:10px}.cart-items .info{width:55%;line-height:25px}.cart-item span.title{height:auto}.cart-item span.title a{line-height:normal;position:relative;top:0;transform:none}.cart-item span.price{color:#999}.cart-item span.quantity{text-align:left}.cart-item span.quantity .quantity{line-height:40px;height:40px;width:50px;margin-top:5px}.cart-item .text-right{display:none}.cartSummary{position:relative;right:auto;width:100%}.security .ssl{font-size:10px}.security img{width:120px;margin-top:15px}}@media only screen and (max-width: 767px) and (max-width: 320px){.security .ssl{font-size:9px;padding-right:25px;margin-right:20px}.security .ssl i{font-size:25px}.security img{width:100px;margin-top:15px}}.customer{margin-top:50px;margin-bottom:80px}@media (max-width: 768px){.customer .col-md-4.col-md-offset-1{margin-bottom:50px}}.customer .customerButtons{margin-bottom:30px;text-align:center}@media (max-width: 767px){.customer .customerButtons .btn{width:100%;margin-bottom:10px}}.customer h1{font-size:22px;color:#111;margin-bottom:20px}.customer .form-control{margin-bottom:20px}.customer table{width:100%}.customer table thead{font-weight:700}.customer table td{padding:5px 0}@media (max-width: 767px){.customer .customerDetails{margin-bottom:30px}}.customer .customerDetails h3{font-size:18px;color:#111;margin-bottom:20px}footer{background:#f9f9f9;padding:50px 80px}@media (max-width: 768px){footer{padding:40px 15px}}footer .logo{width:120px}footer ul{margin:0;list-style:none;display:flex;align-items:center;justify-content:flex-end}@media (max-width: 768px){footer ul{justify-content:center}}footer ul li a{display:block;padding:0 15px;font-size:13px;font-weight:400;color:#666}@media (max-width: 768px){footer ul li a{font-size:12px}}footer ul li a:hover{color:#111}
/*# sourceMappingURL=/cdn/shop/t/3/assets/style.scss.css.map */
