/** Shopify CDN: Minification failed

Line 898:1 Unexpected ";"

**/
/*================ Color variables ================*/

 

@font-face {
  font-family: 'hurme_geometric_sans_3SBd';
  src: url('hurmegeometricsans3_semibold-webfont.woff2') format('woff2'),
    url('hurmegeometricsans3_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'hurme_geometric_sans_3light';
  src: url('hurmegeometricsans3_light-webfont.woff2') format('woff2'),
    url('hurmegeometricsans3_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'hurme_geometric_sans_hairline';
  src: url('hurmegeometricsans3_hairline-webfont.woff2') format('woff2'),
    url('hurmegeometricsans3_hairline-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'hurme_geometric_sans_3black';
  src: url('hurmegeometricsans3_black-webfont.woff2') format('woff2'),
    url('hurmegeometricsans3_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'hurme_geometric_sans_3thin';
  src: url('hurmegeometricsans3_thin-webfont.woff2') format('woff2'),
    url('hurmegeometricsans3_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'hurme_geometric_sans_3BlkOb';
  src: url('hurmegeometricsans3_blackoblique-webfont.woff2') format('woff2'),
    url('hurmegeometricsans3_blackoblique-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body{padding: 0; margin: 0; letter-spacing:0.5px;  color:#000000;
  font-family: 'hurme_geometric_sans_3light'; font-size: 16px; background:#ffffff; }

*{padding: 0;margin: 0;	box-sizing: border-box;}

a:hover{text-decoration: none;}

img{width: 100%;max-width: 100%;height: auto;}

ul{padding: 0;margin: 0;}

li{	list-style: none;}

.index-section { padding-top:30px; padding-bottom:30px; }

/* main header */

.main-header {width: 100%; padding: 11px 25px; margin: auto; 
  background: #fff;  z-index: 999; box-shadow: rgb(0 0 0 / 9%) 0px 2px 24px 0px;
}

.main-header-menu li a.site-nav__link {font-size:14px;	text-transform: uppercase;font-weight: bold;
  color: #212a2f;letter-spacing: 1.5px; padding:7px 10px
}

.main-header-menu li.site-nav--active a,
.main-header-menu li:hover a.site-nav__link { background:#000; color:#fff; }

li:hover .icon,
.site-nav--active .icon.icon-arrow-down { border-color:#fff; }

.main-header-menu.left li{	margin-right:10px; position:relative; }

.main-header-menu.right { margin-right: 12px;}

.main-header-menu.right li{margin-left:10px; position: relative;}

.main-header-menu.right li span {position: absolute;top: 5px;left: 16px;cursor: pointer;
  font-size: 12px; font-family: 'hurme_geometric_sans_3black';
}
 
.main-header-menu li:hover .site-nav__dropdown  { display:block; }

.main-header-menu .site-nav__dropdown { position:absolute; padding:5px 0; top:110%; left:0px;
  background:#000; width:150px;  z-index:1; display:none; }
.main-header-menu .site-nav__dropdown li { padding:0px; display:block; margin:0px; }

.main-header-menu .site-nav__dropdown li a { padding:5px 10px; color:#fff; display:block;
  font-size:13px; text-transform:capitalize; }




 


/* end main header */



.large-image,
.banner{position: relative;}


.banner-text { top:50%; left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position:absolute; text-align:center;  }

.banner-text h1 {font-size: 49px;font-family: 'hurme_geometric_sans_3SBd';color: #fff;
  margin-bottom: 15px;letter-spacing: 1px;
}
.banner-text span {color: #fff;font-size: 16px; letter-spacing:1px;  padding-bottom:30px; display: block;}

.btn:focus{outline: none;box-shadow: none;}

.btn {background:#212a2f; border-radius:0px;border: none; padding: 12px 30px;
  color: #fff; transition: 0.5s; font-weight: bold;font-size: 14px; 
  letter-spacing:1px; text-transform:uppercase; }

.btn:hover{background: #212a2f;color: #fff;}

.large-image .banner-text { width:90%; max-width:600px; }
.large-image .banner-text h6 { color:#fff; }
.large-image .banner-text .btn.btn-secondary { width:auto; display:inline-block; vertical-align:top;
  margin:30px 10px;
}


.slick-arrow { 
  cursor:pointer;
  top:50%;  
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  position:absolute;

  background:#000 !important; 
  width:50px; height:50px; display:block;
  color:#000;  font-size:0px;  z-index:1; border:none; border:none; outline:none; 
  border-radius:100%; }

.slick-arrow.slick-prev:after {  

  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);

  content:" "; 
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding:5px;

}


.slick-arrow.slick-next:after {  

  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

  content:" "; 
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding:5px;

}

.slick-arrow.slick-next  { right:30px; }
.slick-arrow.slick-prev  { left:30px; }

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus { outline:none; border:none; }



/*Our Favorites*/

.section-hrading {font-size: 36px; font-weight:normal; margin-bottom:40px;	
  font-family: 'hurme_geometric_sans_3black';}

.our-favorites-section .section-hrading { margin-bottom:20px; }

.nav-tabs {border-bottom: 2px solid #dee2e6; margin-bottom: 35px; margin-top: 5px;}

.nav-tabs li { margin: 15px 15px 0px; padding: 0 0 10px;}

.nav-tabs li a {color: #a6aaac; font-weight: bold;letter-spacing: 2px; font-size: 14px;
  transition: 0.3s; position: relative; padding: 13px 24px;
}
.nav-tabs li a:before {position: absolute;content: ''; top: 43px;width: 100%; height: 2px;
  background: #212a2f; display: block; opacity: 0; left: 0;
} 
.nav-tabs a.active.show {color: #212a2f;}

.nav-tabs a.active.show:before {opacity: 1; transition: opacity 250ms ease 0s;}

.nav-tabs li a:hover{color: #212a2f;font-weight: bold;}

.product-row{background: #fff;box-shadow: rgb(211 212 213) 0px 6px 10px 0px; margin-bottom:15px; height:100%; }

.product-img {position: relative; transition: 1s; overflow: hidden;}

.squre-img  img,
.product-img img { transition: 1s;}

.squre-img:hover img,
.product-img:hover img{ -ms-transform: scale(1.1); -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
 
.product-img:hover .product-button{opacity: 1; transition: 1s;}

.product-button {position: absolute;top: 50%; opacity: 0; z-index: 9;
  left: 50%;transform: translate(-50%, -50% ); transition: 1s;	 	
}
.product-button .btn.btn-secondary {width: 282px; margin-top: 15px;}

 
.product-dec{padding:15px;}

.product-dec h3 {font-size: 20px; text-transform:capitalize; border-bottom: 1px solid #d3d4d5;
  padding-bottom: 10px; }

.grid-product__sold-out { background:red; color:#fff; position:absolute; top:10px; right:10px;
  font-size:12px; text-align:center; border-radius:100%; z-index:1; width:40px;
  height:40px; line-height:1;   font-family: 'hurme_geometric_sans_3SBd'; padding:5px;
}

.product-dec h2 {  margin:0px; text-transform:capitalize;
  font-family: 'hurme_geometric_sans_3SBd'; font-size:20px; }

/*typography-hrading*/


.typography-hrading span{display: block;padding-top: 10px;}

.typography-hrading .btn.btn-secondary{	text-transform:uppercase; background: #212a2f;	color: #fff;
  border: 2px solid #212a2f;margin-top:10px;
}
.typography-hrading .btn.btn-secondary:hover{background: #ffffff; font-weight: bold;color: #212a2f;
  border: 2px solid #212a2f;transition: 0s;
}

.typography-hrading .section-hrading { margin:0px; }


/*Category section*/




.category-row .product-dec h3{	padding: 0;	margin:0;border-bottom: none;}


.carousel-control-prev, .carousel-control-next {top: 35%;  background: #fff; opacity: 1;  width: 40px;
  border-radius: 50%;  height: 40px;}
.carousel-control-next-icon { width: 12px;height: 12px;  background-image: none;border-bottom: 3px solid rgb(77, 85, 89); border-right: 3px solid rgb(77, 85, 89);  transition: all 250ms ease-in-out 0s;  transform: rotate( -45deg); margin-right: 4.5px;
}
.carousel-control-prev-icon{width: 12px; height: 12px; background-image: none; border-bottom: 3px solid rgb(77, 85, 89); border-left: 3px solid rgb(77, 85, 89);  transition: all 250ms ease-in-out 0s; transform: rotate(50deg);  margin-left: 4.5px;
}


/*Arrivals*/


.arrivals-section .product-row span{margin-top: 10px;margin-bottom: 7px;display: block;}




/*footer-section*/


.footer-section{background: #212a2f;padding: 72px 0;color: #fff;}

.footer-row span { color: #fff;  padding-bottom: 7px;  display: block;}

.form-control { background-color: rgb(77 85 89); border: 2px solid #4d5559; border-bottom: 2px solid #fff;
  border-radius: 0; height: 48px;}

.form-control:focus {color: #495057;  background-color: rgb(77 85 89); border-color: transparent;
  outline: 0; border-bottom: 2px solid #fff;
  box-shadow: rgb(255 255 255) 0px 2px 0px 0px inset, rgb(255 255 255) 2px 0px 0px 0px inset, rgb(255 255 255) -2px 0px 0px 0px inset;
}
.footer-row button.btn.btn-primary {background: #4d5559!important; color: #fff; letter-spacing: 1px; height: 48px; border: none;
  border-radius: 2px; font-size: 14px; width: 40%; font-weight: bold;
}
.footer-row button.btn.btn-primary:hover{  background: #fff !important;  color: #4d5559;}


.footer-row-text{ margin-top: 78px;}

.footer-grid span{font-weight: bold; font-size: 14px; margin-bottom: 18px; display: block;}

.footer-grid li{ margin-bottom: 3px;}

.footer-grid li a{  color: #fff; font-size: 14px;font-family: 'hurme_geometric_sans_3thin';}

.footer-row-text p{  font-size: 13px; }
.footer-logo img {  width: 25%;}

.footer-img-icon li { float: left; width: 6%; padding: 0;  margin: 0px 25px 0 0;}
.footer-row-text.copyright a{ color: #fff; text-decoration: underline;}







/*collection*/



.collection-parent {margin-top: 58px; padding-top: 90px; padding-bottom: 50px;}

.collection-sidebar-left .heading-link li{float: left; margin-right: 5px;font-size: 14px;}

.collection-sidebar-left .heading-link li a{ margin-bottom: 0;  font-size: 14px; color: #4d5559;}

.collection-sidebar-left span{ margin-bottom: 10px;  font-size: 24px; display: block;  font-weight: bold;}

.collection-sidebar-left h6{ font-weight: bold;}

.collection-sidebar-left li a{color: #4d5559;font-family: 'hurme_geometric_sans_3light';  display: block; margin-bottom: 8px;}

.collection-sidebar-left li a:hover{ text-decoration: underline;}

.collection-heading h3 { font-size: 22px;  font-weight: bold;margin-bottom: 4px;}

.collection-page {position: relative;}

.collection-main-contan {  margin-bottom: 50px;} 

.collection-main-grid:hover{  box-shadow: rgb(211 212 213) 0px 6px 24px 0px; background: #fff; z-index: 1;  }

.col-md-6.collection-main-row { position: relative; }

.collection-main-grid {display: block; padding: 20px; clear: both; position: absolute; top: 0px; left:0px; right:0px;  }

.collection-main-grid-text h5{font-weight: bold;  font-size: 16px; margin: 10px 0 6px;}

.collection-main-grid-text a{color: #4d5559;}

.collection-main-grid-text p{  font-size: 14px; margin-bottom: 5px;}

.collection-product-list {  margin-top: 15px;}

li.collection-product-list-row { float: left; width: 15%; margin-right: 9px;  border: 1px solid transparent;}

li.collection-product-list-row:hover{  border: 1px solid #ccc;}

.collection-product-list .slick-prev, .collection-product-list .slick-next{  height: 67px; box-shadow: none;border: 1px solid #ccc!important; width: 67px;
  display: flex;  border-radius: 0%; margin-left:0; margin: auto; align-items: center; justify-content: center;
}
.collection-product-list .slick-prev { left: 0; z-index: 9;}

.collection-product-list .slick-next { right: 5px;}

.collection-product-list .slick-prev:before,  .collection-product-list .slick-next:before{ margin: 0;}

.collection-size span { font-weight: bold; margin: 10px 0; display: block;}

.collection-size .collection-product-list-row {width: 11%; border: 1px solid #4d5559; margin-right: 6px;  margin-bottom: 6px;}

.collection-size .collection-product-list-row a {padding: 8px 12px;width: 100%; color: #4d5559; margin: auto; display: flex;
  justify-content: center;}
.collection-size .collection-product-list-row a:hover{background: #ccc;}

.collection-size {  display: none; overflow: hidden;}

.collection-main-row:hover .collection-size { display: block!important;}

.collection-banner { padding-top: 20px; position: relative;}

.collection-banner-text {  position: absolute; left: 20px; bottom: 15px;}

.collection-banner-text h3{ font-size: 16px; font-weight: bold; color: #fff;}

.collection-product-list-h2{   margin-top: 15px;}


.collection-section-secound .section-heading{padding-top: 50px; color: #4d5559;   font-family: 'hurme_geometric_sans_3black'; }

.collection-section-secound { padding: 72px 0;  background: #d3d4d5;}

.collection-section-secound-img {background: #fff;box-shadow: rgb(0 0 0 / 12%) 0px 8px 24px 0px; margin-bottom: 20px;}

.collection-section-secound-img span{ font-weight: bold; padding: 20px; display: block; font-size: 20px;}

.collection-section-secound-img a{ color: #4d5559;}




/*Bulk Orders*/


.bulk-order-slider .banner img{height: 500px; object-fit: cover;}

.bulk-order-main-section-heading .section-hrading {font-size: 40px; line-height: 55px; margin-bottom: 20px; 
  font-family: 'hurme_geometric_sans_3black';}
.bulk-order-main-section-heading span { font-size: 30px;font-weight: bold;}

.bulk-order-main-section-row{ background: #f8f7f5; width: 100%;}

.bulk-order-main-section-grid { float: left;width: 50%;}

.bulk-order-main-section-grid h3{ color: #4d5559;font-size: 30px; font-weight: bold; margin-bottom: 15px; display: block;}

.bulk-order-main-section-grid-text {padding:0 100px;}

.bulk-order-main-section-grid span a{ color: #4d5559; text-decoration: underline;}

.bulk-order-main-section-grid h5 { font-weight: bold; margin-bottom: 15px;}

.bulk-order-main-section-grid span { font-weight: bold; letter-spacing: 1px;margin-bottom: 10px; display: block;}

.bulk-order-main-section-grid p{margin-bottom: 20px;}

.bulk-order-main-section-grid a{color: #4d5559; text-decoration: underline;}

.bulk-order-main-section a.btn.btn-secondary { background: #212a2f;width: 14%; border: 2px solid #212a2f;color: #fff; margin-top: 50px;}

.bulk-order-main-section a.btn.btn-secondary:hover{ border: 2px solid #212a2f; color: #212a2f !important; background: transparent;}




/*contact*/


.contact-detial {overflow: hidden; clear: both; display: block; color: #fff; height: 450px; background: #212a2f; margin-bottom: 50px;}

.contact-detial-row{ padding: 116px 0;}

.contact-detial-row h1 { margin-bottom: 25px; font-size: 46px; font-family: 'hurme_geometric_sans_3black';}

.contact-detial-row .btn.btn-secondary{  width: 20%;border: 2px solid #fff; margin-top: 25px;}

.contact-detial-row .btn.btn-secondary:hover{ background: transparent; color: #fff; border: 2px solid #fff;}

.search-box{ margin: auto; display: flex; margin-bottom: 50px; width: 80%; padding: 6px 10px; border: 1px solid #ccc; border-radius: 2px;
}
input.search-box:focus{  outline: none;}



.contact-help-quction-list {
  padding: 0px 43px; margin-bottom: 70px;
}
.contact-help-quction-list h4{
  font-size: 18px; margin-bottom: 20px;
  font-weight: bold; color: #212a2f; letter-spacing: 1px;
}

.contact-help-quction-list li{
  margin-bottom: 15px;
}

.contact-help-quction-list a:hover{
  text-decoration: underline;
}

.contact-help-quction-list a{
  color: #212a2f; letter-spacing: 1px;
}





/* drawer  */

#CartDrawer { position:fixed; top:0px; right:-100%; bottom:0px; width:90%; max-width:300px; background:#000; color:#fff; z-index:9; }

#CartDrawer.js-drawer-open { right:0px; }

body.js-drawer-open { overflow:hidden; } 

.drawer__header { padding:15px; }

.drawer__header  .drawer__title { font-size:20px; text-transform:uppercase;  }

.drawer__header .drawer__close { position:absolute; top:5px; right:5px; }

.drawer__header .icon-fallback-text { background:none; color:#fff;   }

 
.drawer__inner {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ajaxcart__product {
    position: relative;
    max-height: 500px;
}
.ajaxcart__row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1f2021;
}

.ajaxcart__row .one-quarter {
    width: 25%;
}

.ajaxcart__row .three-quarters {
    width: 75%;
}

.ajaxcart__row .grid { display:flex; }

.ajaxcart__inner--has-fixed-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 15px 0;
    bottom: 130px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

 
.ajaxcart__footer--fixed {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    min-height: 130px;
    padding-bottom: 30px;
}

.ajaxcart__footer--fixed .cart__checkout { background:red; color:#fff; width:100%; margin-top:5px; }

.ajaxcart__footer--fixed .grid--full { display:flex; }

.ajaxcart__footer--fixed p {  margin:0px; padding:0px; }

.ajaxcart__footer--fixed .ajaxcart__subtotal { text-transform:uppercase; font-size:18px; font-weight:bold; }

.ajaxcart__footer--fixed .ajaxcart__policies { font-size:14px; line-height:1.3; }

.ajaxcart__footer--fixed .text-right { margin-left: auto; }

.ajaxcart__qty { display:flex; }

.fallback-text { display:none; }

.cookie-message {
    display: none;
    padding-bottom: 25px;
}

 
/* ------------- */

.grid-product__on-sale { position:absolute; top:0px; right:0px; z-index:1; background:#000; color:#fff; 
  font-size:12px; padding:5px; text-align:center;
} 
.squre-img { position:relative; padding-top:100%; overflow:hidden; }
.squre-img img { position:absolute; top:0px; left:0px; width:100%; height:100%; object-fit:cover; }
.product-row { position:relative; }

.squre-img.medium { padding-top:80%; }
.squre-img.small { padding-top:50%; }
.squre-img.large { padding-top:120%; }

/*============================================================================
#Slick Slider SCSS
- Everything below this line is unchanged from Slick's scss file
- When updating to a new version, don't include the variables/function
that were modified above
==============================================================================*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;

}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-loading .slick-list {
  background: white url(//cdn.shopify.com/s/files/1/0480/8500/8533/t/7/assets/ajax-loader.gif?v=4135686330247201572) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  max-height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}




/* Dots */

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  color: black;
}

.slick-dots button,
.slick-dots a {
  border: 0;
  background: transparent;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.slick-dots button:before,
.slick-dots a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 1.25rem;
  height: 1.25rem;
  font-family: "slick-icons, sans-serif";
  font-size: 0.375rem;
  line-height: 1.25rem;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero .slick-dots {
  margin: 0 auto;
  bottom: 0.9rem;
  width: 8rem;
  left: 0;
  right: 0;
}

.hero .slick-dots a:hover:before {
  top: -0.125rem;
}

.hero__controls {
  width: 100%;
  height: 3.125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero__controls li {
  margin-bottom: 0;
  list-style: none;
}

.hero__pause {
  position: absolute;
  right: 4.5rem;
  transition: bottom 0.1s linear;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
}

.hero__pause:hover {
  bottom: 0.125rem;
}

.hero__pause .icon {
  height: 0.4rem;
}

.icon-pause {
  display: block;
}

.is-paused .icon-pause {
  display: none;
}

.icon-play {
  display: none;
}

.is-paused .icon-play {
  display: block;
}

.slick-slide { outline:none; border:none; }


/*================ Icon mapping ================*/
.icon-arrow-down:before { content:'\e607'; }
.icon-arrow-left:before { content:'\e900'; }
.icon-arrow-right:before { content:'\e901'; }
.icon-cart:before { content:'\e600'; }
.icon-customer:before { content:'\e605'; }
.icon-facebook:before { content:'\e609'; }
.icon-fancy:before { content:'\46'; }
.icon-google_plus:before { content:'\e90a'; }
.icon-hamburger:before { content:'\e601'; }
.icon-instagram:before { content:'\e907'; }
.icon-minus:before { content:'\e602'; }
.icon-pause:before { content: "\e902"; }
.icon-pin:before { content:'\e90d'; }
.icon-pinterest:before { content:'\e608'; }
.icon-play:before { content: "\e904"; }
.icon-plus:before { content:'\e603'; }
.icon-rss:before { content:'\72'; }
.icon-saletag:before { content: "\e906"; }
.icon-search:before { content:'\73'; }
.icon-snapchat:before { content:'\e90b'; }
.icon-slide-prev:before { content: "\e903"; }
.icon-slide-next:before { content: "\e905"; }
.icon-tumblr:before { content:'\74'; }
.icon-twitter:before { content:'\54'; }
.icon-vimeo:before { content:'\76'; }
.icon-x:before { content:'\e604'; }
.icon-youtube:before { content:'\79'; }

  .icon:before {
    display: inline;
    font-family: icons;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'icons';
  src: url('/cdn/shop/t/21/assets/icons.eot?v=112981532348062652561615295087');
  src: url('/cdn/shop/t/21/assets/icons.eot?v=112981532348062652561615295087#iefix') format("embedded-opentype"),
       url('/cdn/shop/t/21/assets/icons.woff?v=24089382976848351381615295089') format("woff"),
       url('/cdn/shop/t/21/assets/icons.ttf?v=177851439206450752971615295088') format("truetype"),
       url('/cdn/shop/t/21/assets/icons.svg?v=182753167674510223691615295088#timber-icons') format("svg");
  font-weight: normal;
  font-style: normal;
};



/* blogs sectons */

.featured-blog__meta { padding:5px 0; font-size:14px;   letter-spacing:1px;  clear:both;  }
.stories-section .product-dec { padding:0px; }
.featured-blog__meta .featured-blog__date { margin-left:auto; }


/* newsletter */

.index-newsletter-section .section-hrading  { color:#fff; margin-bottom:10px; }

.index-newsletter-section .newsletter { background:#000; padding:25px 0; text-align:center; }
.index-newsletter-section label { font-size:18px; text-transform:uppercase; font-weight:bold; }

.index-newsletter-section .contact-form { display:inline-block; }

.index-newsletter-section .newsletter--form .newsletter__input { width:400px; }

/* footer */

.container { border-left:1px solid red; border-right:1px solid red; }

.site-footer { background:#000; margin-top:30px; padding:30px 0 0 0; color:#fff; font-size:14px; }
.footer__copyright { background:#333; padding:5px 15px; font-size:12px; margin-top:20px; text-align:center; display:block; clear:both; }

.site-footer a{ color:#fff; }

.section-hrading + .btn.view_all { position:absolute; top:0px; right:0px;  }

.site-footer h5 { font-weight:bold; margin-bottom:15px; text-transform:uppercase; }

.site-footer .col-md-12{ padding-top:15px; padding-bottom:25px; }

.site-footer .full_img  { max-width:150px; }

.newsletter--form .newsletter__input { width:200px; }

input, button, select, optgroup, textarea { border-radius:0px; padding:10px; outline:none; border:none; }

.mfp-hide { display:none; }

.social-icons li a{ font-size:24px; }

/* collection page */


h1.page_title { margin:20px 0; font-size:36px;   font-family: 'hurme_geometric_sans_3SBd'; }
.section-header { padding:20px 0; }

hr.hr--small { max-width:70px; border-top-width:2px; margin:auto; }

.collection-grid .col-12 { margin:15px 0; }

.collection-grid .squre-img { padding-top:70%; }

.collection-hero__image-wrapper { overflow:hidden;   }

.collection-hero__image-wrapper img { height:400px; object-fit:cover; object-position:center center; }

.collection-filters { float:right; }

label { text-transform:uppercase; font-weight:bold; }

select { background:#f2f2f2; }

.video-wrapper { display:block; margin:auto; max-width:850px; padding-top:37%; position:relative;  }

.video-wrapper iframe { position:absolute; top:0px; left:0px; width:100%; height:100%; }

.product_img .second { opacity:0; }

.product_img:hover .second { opacity:1; }

.collection-sorting { padding-bottom:30px; }
 

.pagination { text-align:center; justify-content:center; padding:30px 0; }

.pagination .prev,
.pagination .next,
.pagination .page { padding:5px 15px; font-size:18px; background:#f2f2f2; }
  
.pagination .page.current { background:#000; color:#fff; }  

 

/* product */

.product-single__media-flex-wrapper {
    margin-bottom: 15px;
}

  
.product-single__media { position:relative; }

.product-single { padding-top:10px; }

.product-single__media .plyr,
.product-single__media img {
    background-color: #f8f8f8;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.product-single__thumbnails .product-single__media-wrapper { width:25%; float:left; }

.product-single .slick__controls { display:none; }
 
.hide { display:none; }

.single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.single-option-radio label {
       font-style: normal;
 
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 7px 3px;
    font-size: .8125em;
    font-style: normal;
    background-color: #fff;
    border: 1px solid #000;
 
}

label { cursor:pointer; }



.home-logos { background:#f2f2f2; margin-bottom:-30px;  }
.home-logos .row { justify-content:center; }

.home-logos .col { max-width:400px; }