/** Shopify CDN: Minification failed

Line 2748:19 Expected ":"

**/
/*------------------------------------*\
    THEME FADE IN
\*------------------------------------*/
/* 
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} */

#index svg{

    -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}


#index img{-webkit-animation: fadein 2s;-moz-animation: fadein 2s;-ms-animation: fadein 2s;-o-animation: fadein 2s;animation: fadein 2s;z-index: -1;}

#page-wrap{overflow: hidden;padding: 0;margin-top: 93px;min-height: 400px;}

/*------------------------------------*\
    Cross & close
\*------------------------------------*/

body .close {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  left: 0;
}
body .close:hover {
  opacity: 1;
}
body .close:before, .close:after {
  position: absolute;
  /* left: 15px; */
  content: ' ';
  height: 11px;
  width: 2px;
  background-color: black;
}
body .close:before {
  transform: rotate(45deg);
}
body .close:after {
  transform: rotate(-45deg);
}

 body .cross {
  /* background: black !important; */
  height: 10px;
  position: absolute;
  /* width: 22px; */
  top: 10px;
  left: 111px;
  border-left: 2px solid black !important;
  z-index: 5;
}

 body .cross:after {
  background: black;
  content: "";
  height: 2px;
  left: -6px;
  position: absolute;
  top: 4px;
  width: 10px;
}

/*------------------------------------*\
    SUBNAV 
\*------------------------------------*/


.hover-subnav{
	position: absolute;
	width: 207px;
	background-color: white;
	text-align: left;
	border: 2px solid #F4F3EB;
	left: 0;
	top: 92px;
	padding: 29px;
	z-index: 500;
	opacity: 0;
	display: none;
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}


.hover-subnav .triangle:after{
  content:'';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  position:absolute;
  top: 2px;
  left: -12px;
}

.hover-subnav a{
    display: block;
    text-align: left !important;
    line-height: 197%;
    font-size: 14px !important;
    color: black;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.hover-subnav .triangle{
   width: 0;
   height: 0;
   border-left: 13px solid transparent;
   border-right: 13px solid transparent;
   border-bottom: 13px solid #F4F3EB;
   position: absolute;
   top: -13px;
   left: 70px;
}
#menu-header .hover-subnav a:hover{
	color: #bfaa68 !important;
}

a:hover{
  color: #bfaa68 !important;
}
#menu-header a:hover{
	color: #bfaa68 !important;
}

#menu-header a{font-family: SofiaProRegular !important;letter-spacing: 3px;font-size: 12px !important;cursor: pointer;font-weight: normal !important;}

#index span #index body, #index a {

font-family: SofiaProRegular;
}

#index h2,#index h1,#index h3{

font-family: SofiaProLight;
  letter-spacing: 2px;
}
nav#mobile-header{
  display: none;
  
  } 
/*------------------------------------*\
     Homepage Sections - General
\*------------------------------------*/
*:focus {
    outline: none;
}
a {
   outline: 0;
}
a:focus{
 	color: #bfaa68;
}

#index h3{
    font-size: 13px;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: SofiaProRegular;
    font-weight: normal;
    text-transform: uppercase;
}
#index h2{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: SofiaProLight;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 4px;
}
#index .background-images{
    position: absolute;
    width: 100%;
    top: 92px;
    z-index: -1;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
}

/*------------------------------------*\
     Homepage Sections - Slideshow
\*------------------------------------*/
#index .slide-show-wrapper{
    margin: 0px 30px;
}
#index .slide-show-wrapper .carousel-details{
    position: absolute;
    z-index: 30;
    display: flex;
    top: 50%;
    left: 80%;
    float: none;
    clear: both;
    width: 350px;
    height: 350px;
    flex-wrap: wrap;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#index .slide-show-wrapper .carousel-details span{
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bolder;
    height: initial;
    padding: 0;
    margin: 0;
    letter-spacing: 3px;
    line-height: normal;
    font-family: SofiaProBold;
    font-weight: normal;
}

#index .carousel-details h2{
    width: 100%;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 4px;
    /* height: 30px; */
    font-weight: normal;
    line-height: 1.3;
   
}
#index .carousel-details h3{
    width: 100%;
    text-transform: uppercase;
    /* height: 25px; */
    font-size: 12px;
    letter-spacing: 3px;
    font-family: SofiaProRegular;
    font-weight: normal;

}

#index .carousel-details a{
    letter-spacing: 1.3px;
    margin: 14px;
   
}

#index .slide-show-wrapper .carousel-details.right{}
#index .slide-show-wrapper .carousel-details.left{
    left: 25% !important;
}
#index .slide-show-wrapper .carousel-details.center{
    left: 50% !important;
}


#index .slide-show-wrapper .slick-dots{
 list-style: none;
 display: flex !important;
 justify-content: flex-end;
 z-index: 1001;
 position: absolute;
 bottom: -10px;
 right: 6px;
 font-size: 17px;
}
#index .slide-show-wrapper .slick-dots li{}
#index .slide-show-wrapper .slick-dots li button{
  background: transparent;
  border: none;
  color: transparent;
  /* width: 41px; */
  padding: 0px;
  margin: 3px;
}

#index .slide-show-wrapper .slick-dots .slick-active button:after{transform: skew(-30deg);}

#index .slide-show-wrapper #slick-slide01 button{
    padding: 0;
}
#index .slide-show-wrapper #slick-slide00 button{}
#index .slide-show-wrapper #slick-slide02 button{}

#index .slide-show-wrapper button:after{
	color: #bfaa68;
	font-size: 18px;
	display: inline-block;
	letter-spacing: 4px;
	/* margin-bottom: -11px; */
  font-weight: 100;
      font-family: sans-serif;
}



#index .slick-slide img{
width: 100%;
}




/*------------------------------------*\
     Homepage - Promoted products 
\*------------------------------------*/
#index .Home {overflow:hidden;/* top: 80px; */position: relative;}
#index .featured-title{
	display: block;
	margin: 30px;
	margin-top: 90px;
}
#index .featured-title:after{
  background-image: url('bar_newarrivals.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
#index .promoted-products-wrapper{
    display: flex;
    justify-content: space-between;
    margin: 30px;
  position: relative;
  top: 0px;
  
}
  
#index .promoted-products-wrapper .featured-product{
    max-width: 32%;
}
#index .promoted-products-wrapper .featured-product a{}
#index .promoted-products-wrapper .featured-product img{}
#index .promoted-products-wrapper .featured-product .details{
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 13px;
    font-weight: bold;
}
#index .promoted-products-wrapper .featured-product .details span{
  display: block;
  margin: 9px;
  font-family: SofiaProBold;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: normal;
}
#index .promoted-products-wrapper .featured-product .details span.price{
    font-family: SofiaProRegular;
    font-size: 12px;
    letter-spacing: 3px;
}
#index .promoted-products-wrapper .featured-product .gif{
    position: absolute;
    max-width: 32%;
    top: 0px;
    visibility: hidden;
    /* border: 1px solid violet; */
}
#index .promoted-products-wrapper .featured-product:hover .gif{
	visibility: visible; 
}

/*------------------------------------*\
     Homepage - About us
\*------------------------------------*/
#index .about-wrapper{
    display: flex;
    flex-wrap: nowrap;
    margin: 30px;
    height: initial;
    justify-content: space-between;
    margin-top: 90px;
  min-height: 700px;
}
#index .about-wrapper .about-details{padding: 56px;line-height: 1.3;width: 50%;font-size: 17px;font-family: SofiaProLight;font-weight: normal;}
#index .about-wrapper .about-image{
    width: 50%;
    height: initial;
    min-height: initial;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#index .about-wrapper .about-title{}
#index .about-wrapper .about-title:after{
  background-image: url('bar_home_studio.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

#index .about-wrapper a{
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    font-family: SofiaProBold;
    font-size: 12px;
    letter-spacing: 3px;
}

#page-about ul.about-nav li:hover{
    font-weight: bold;
    font-size: 12px;
}

/*------------------------------------*\
     Homepage - Categories
\*------------------------------------*/
#index .categories-wrapper{
    margin: 30px;
}


#index .categories-wrapper .category-title{
	margin-top: 90px;
}

#index .categories-wrapper .category-title:after{
  background-image: url('bar_press.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}


#index .categories-wrapper .category-thumbnails{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
}
#index .categories-wrapper .category-thumbnails .category{
    max-width: 32%;
    /* height: 300px; */
    /* margin: 30px; */
}
#index .categories-wrapper .category-thumbnails .category img{}
#index .categories-wrapper .category-thumbnails .category span{
    text-transform: uppercase;
    font-size: 12px;
    font-family: SofiaProBold;
    letter-spacing: 3px;
    display: block;
}

/*------------------------------------*\
     Homepage - Press
\*------------------------------------*/


#index .press-wrapper{
    display: flex;
    justify-content: space-around;
    margin: 30px;
    margin-bottom: 90px;
    margin-top: 90px;
}

#index .press-wrapper .press-details{
    /* margin-top: 50px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    align-content: center;
}
#index .press-wrapper .press-details h2{
    width: 100%;
    font-size: 12px;
}
#index .press-wrapper .press-details h3.press-title{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}
#index .press-wrapper .press-details h2.press-title{
    font-size: 24px;
    letter-spacing: 4px;
    font-family: SofiaProLight;
}
#index .press-wrapper .press-details .press-title{
    font-size: 20px;
    margin: 30px;
    text-align: center;
}
#index .press-wrapper .press-details h2.press-title:after{
  background-image: url('bar_press.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

#index .press-wrapper .press-details span{
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px;
    margin: 0;
}
#index .press-wrapper .press-image{
    width: 50%;
    /* max-height: 600px; */
    overflow: hidden;
}
#index .press-wrapper .press-image img{
    width: 80%;
    max-width: 500px;
}
#index .press-wrapper .press-details a{
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family:  SofiaProBold;
    letter-spacing: 3px;
    font-weight: normal;
}
/*------------------------------------*\
     Homepage - Blog
\*------------------------------------*/


#index .blog-wrapper{
    display: flex;
    justify-content: space-around;
    margin: 30px;
    margin-top: 75px;
}
  
#index h2.blog-title{}
#index h2.blog-title:after{
  background-image: url('bar_blog.svg');
  content: "";display: block;height: 20px;
  background-size: cover;background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

#index .blog-details p{padding: 0px;margin: 0px;padding-right: 0px;margin-right: 0px;width: 100%;left: 0;right: 0;max-width: 100%;}

/*------------------------------------*\
     Homepage - IG
\*------------------------------------*/
#index .instagram-container{}
 #index .instagram-container h2{
    font-size: 24px;
    margin: 90px 0px 50px;
}    
 #index .instagram-container h2:after{
  background-image: url('bar_inspiration.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
 }   
#index .instagram-container #instagram-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#index .instagram-container #instagram-wrapper .instagram{
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#index .instagram-container h3 a{
    text-transform: uppercase;
    margin: 50px 0px;
    display: block;
}

  /*------------------------------------*\
    BLOG
\*------------------------------------*/
.template-blog  {
padding: 15px;
}
.template-blog  h1{}
.template-article h1{font-size: 22px; letter-spacing: 3px;}
.template-article h2{ font-size: 18px;letter-spacing: 2px;}
.template-article h3{ font-size: 14px;letter-spacing: 2px;}
.template-article h4{ font-size: 12px;letter-spacing: 1px;}
.template-article h3, .template-article h2, .template-article h4 , .template-article h1{
	text-align: center !important;
  	display: block;
  font-family: SofiaProRegular;
  	margin: 0 auto;
}

.template-article h3, .template-article h4{
text-transform: uppercase;}
.template-article p{text-align: left;}
.template-article .author-info span{
text-align: center !important;
  	display: block;
  	margin: 0 auto;
}
.template-blog .blog-nav-filter{
    width: 100%;
    display: flex;
    justify-content: center;
}
.template-blog .blog-nav-filter button{
    background: none;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-family: SofiaProRegular;
    font-size: 12px;
    margin: 24px;
    letter-spacing: 2px;
}
.template-blog #grid h3{}
.template-blog #grid h2{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: SofiaProRegular;
    font-weight: normal;
    letter-spacing: 1px;
}
.template-blog #grid{
    max-width: 1200px;
    transform: translateX(-50%);
    left: 50%;
}
.template-blog .grid-sizer, .template-blog
.grid-item {
  width: 33.333%;
  max-width: 400px;
}
.template-blog #grid .article{
  text-align: center;
  padding: 10px;
 
} 
.template-blog .isotope-item a{

min-height: 1px;
}

.template-blog .isotope-item{
opacity: 1;
  border: none;
}
.template-blog #grid:after {
  content: '';
  display: block;
  clear: both;
}
.template-blog #grid .article a{
	display: block;
}
.template-blog #grid .article img{
	display: block;
}



/* articles */

.template-article{}
.template-article .bottom-nav{
    display: flex;
    justify-content: space-around;
    /* display: block; */
    width: 69%;
    margin: 0 auto;
    padding: 23px;
    text-transform: uppercase;
    font-family: SofiaProBold;
    font-size: 13px;
    border-top: 2px solid #bfaa68;
    margin-top: 30px;
    padding-top: 30px;
}
.template-article h1{
    width: 100%;
    display: block;
    font-size: 27px;
    font-family: SofiaProRegular;
    text-align: center;
    letter-spacing: 3px;
    font-weight: normal;
}
.template-article h2{}
 .template-article h3{
    font-size: 12px;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
} 
.template-article p{
    display: block;
    text-align: left;
    margin: 5pxq;
    width: 60%;
    margin: 0 auto;
    padding: 10px;
}
.template-article img{
    display: block;
    width: initial;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.template-article .art{
    width: 420px;
}
.template-article .art .prev-img{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.template-article .art h4{
    display: block;
    font-size: 15px;
    /* width: 100%; */
    margin: 27px 0px;
    text-align: center;
}
.template-article .art h5{
    font-size: 29px;
    letter-spacing: 4px;
    text-align: center;
    line-height: normal;
    font-weight: normal;
    font-family: SofiaProLight, sans-serif;
}
/*------------------------------------*\
       Misc
\*------------------------------------*/

.square-button.paypal-button {
  display: none;
}



/*------------------------------------*\
     Footer
\*------------------------------------*/
footer{
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0px 30px;
    padding: 0px;
    height: 240px;
    padding-top: 30px;
    border-top: 4px solid #bfaa68;
}
footer .left-section{
    width: 15%;
    justify-content: center;
}
footer .right-section{
    width: 11%;
}
footer .middle-section{
    width: 16%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .social-icons{
    margin-top: 30px;
}
footer h3{
    text-transform: uppercase;
    font-size: 14px;
    color: #4D4D4E;
    width: 100%;
    margin-bottom: 21px;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: SofiaProBold;
    font-weight: normal;
    color: black;
}
footer a{
    width: 100%;
    line-height: 1.6;
    font-size: 12px;
    letter-spacing: 1px;
    font-size: 14px;
}
footer .email-links{
    display: flex;
    line-height: 1.2;
    flex-wrap: wrap;
    font-size: 14px;
}

footer .new-input{
	margin: 0px;
	padding: 0px;
	font-family: SofiaProRegular;
	font-size: 12px;
	border-bottom: 2px solid #F0ECE3;
	margin-bottom: 17px;
	margin-top: 0px;
	height: 18px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
}
footer label{
    font-family: SofiaProRegular;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 1px;
}
footer .new-button{
  font-family: SofiaProRegular;
  font-size: 12px;
  background: none;
  border:none;
  text-transform: uppercase;
  width: 40px;
  text-align: left;
  padding: 0px;
  letter-spacing: 1px;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: normal;
}


footer .new-input::-webkit-input-placeholder {
  padding: 0px;
  font-family: SofiaProRegular;
  font-size: 12px;
  left: 0px;
  clear: both;
  float: none;
  text-align: left;
    text-transform: none;
}

footer .new-input:-moz-placeholder { /* Firefox 18- */
  padding: 0px;
  font-family: SofiaProRegular;
  font-size: 12px;
    text-transform: none;
  left: 0px;
  clear: both;
  float: none;
  text-align: left;
}

footer .new-input::-moz-placeholder {  /* Firefox 19+ */
  padding: 0px;
  font-family: SofiaProRegular;
  font-size: 12px;
    text-transform: none;
  left: 0px;
  clear: both;
  float: none;
  text-align: left;
}

footer .new-input:-ms-input-placeholder {  
  padding: 0px;
  font-family: SofiaProRegular;
  font-size: 12px;
    text-transform: none;
  left: 0px;
  clear: both;
  float: none;
  text-align: left; 
}

/*------------------------------------*\
    COLLECTION
\*------------------------------------*/

#press-pages #menu-header{}
#press-pages #page-wrap{}


/*------------------------------------*\
    COLLECTION
\*------------------------------------*/
.collection-new .grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.collection-new .grid .grid-item{
    width: 30%;
    margin: 16px;
}

.collection-new .grid .item-title{
    text-align: center;
    display: block;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-family: SofiaProBold;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 14px;
    margin-top: 14px;
}

.collection-new .grid .item-price{
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: SofiaProRegular;
    letter-spacing: 1px;
    font-weight: 200;
}

.collection-new .grid img{
}

.collection-new .grid .title-wrapper{
    display: block;
    margin-top: 25px;
}
.collection-new .grid .mix{
	display: none;
}

.collection-new .grid .image-wrapper:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.collection-new .grid .image-wrapper{
    display: block;
  position: relative;

}
.collection-new .grid .image-wrapper .img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
}



.collection-new .grid .image-wrapper:hover .first{
	display: none;
  opacity: 0;
}
.collection-new .grid .image-wrapper:hover .second{
	display: block;
  	opacity: 1;
/*   -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
}
.collection-new .grid .image-wrapper:hover .rhombus{
	display: block;
  	opacity: 1;
/* -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
}

.collection-new .grid .image-wrapper .hidden{
	display: none;
  opacity: 0;
}

.collection-new .left-filter{
    width: 170px;
    position: fixed !important;
    z-index: 1;
}
.collection-new .grid-wrapper{
    width: 100%;
    margin: 0 auto;
    min-height: 1200px;
    margin-left: 0px;
}
.collection-new .close{
    /*     width: 38px !important;
    top: 8px; */
    position: absolute;
    }

.collection-type .close{
    /*     width: 38px !important;
    top: 8px; */
    position: absolute;
    }
.collection-new .grid-wrapper h1{
    text-align: center;
}

.collection-new  .collection-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 94%;
    border-top: 2px solid #e7dfcf;
    box-sizing: border-box;
    margin: 0 auto;
}

/*left nav*/
.collection-new .nav-wrapper{
    width: 145px;
}

.collection-new.open .grid-wrapper{
    width: 85%;
    margin-left: 178px;
}
.collection-new.open .left-filter{
    max-height: 600px;
    overflow: auto;
}
.collection-new .left-filter .nav-wrapper{
    width: 0px;
    overflow: hidden;
}
.collection-new.open .left-filter .nav-wrapper{
    width: 145px;
    position: relative;
}
.collection-new .left-filter {}

.collection-new .left-filter h3{
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    /* width: 100px; */
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 12px;
    z-index: 3;
    font-family: SofiaProRegular;
    letter-spacing: 3px;
}
.collection-new .left-filter > .button-container > .cross{
    background: none;
    border: none;
    position: absolute;
    left: 99px !important;
    top: 32px;
    left: 73px;
    z-index: 2;
}
.collection-new .left-filter > .button-container{
    background: none;
    border: none;
    /* width: 100px; */
    font-size: 12px;
    letter-spacing: 3px;
    font-family: SofiaProRegular;
    font-weight: normal;
}
.collection-new .nav-wrapper .left-nav-filter{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: flex-start;
    border-top: 1px solid #e7dfcf;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 12px;
    padding-left: 0px;
    margin-left: 0px;
    width: 152px;
    position: relative;
}
.collection-new .nav-wrapper form{
    -webkit-appearance: none;
    border: none;
}
.collection-new .nav-wrapper form fieldset{
    -webkit-appearance: none;
    border: none;
}
.collection-new .nav-wrapper .left-nav-filter button{
    text-align: left;
    background: none;
    border: none;
    font-family: SofiaProRegular;
    font-size: 14px;
    padding-left: 0px;
    letter-spacing: 1px;
    /* margin-bottom: 4px; */
    padding: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.collection-new .nav-wrapper .left-nav-filter button.filter-api:before,.collection-new .nav-wrapper .left-nav-filter button.sort:before{
  content:"";
  border: 1px solid #e7dfcf;
  background-color: transparent;
  width: 12px;
  height: 12px;
  /* left: 38px; */
  position: relative;
  top: d;
  margin-top: -3px;
  display: inline-block;
  margin-right: 7px;
}
.collection-new .nav-wrapper .left-nav-filter button.active:before{
  background-color: #bfaa68;
  border: 2px solid #bfaa68;
}

.collection-new .nav-wrapper .left-nav-filter h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0px;
    position: relative;
    width: 100px;
}

.collection-new .nav-wrapper .close {top: 11px;left: 111px;z-index: 5;}

.collection-new #close-filters{
    left: 100px !important;
    top: 29px;
    right: 0;
}
.collection-new #close-filters:before{
	content: "";
}
.collection-new #close-filters:after{
	content: "";
}

.collection-new .button-container{
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: flex-start; */
    align-items: center;
    /* align-content: center; */
    /* position: relative; */
}
.collection-new .nav-wrapper .materials-wrapper.active{
     height : auto;
        display : flex;
}
.collection-new .nav-wrapper .sorts-wrapper.active{
       height : auto;
        display : flex;
}

.collection-new .nav-wrapper .materials-wrapper{
  	height : 38px;
  	overflow : hidden;
  	display : block;
  	position: relative;
}

.collection-new .nav-wrapper .sorts-wrapper{
    	height : 38px;
     overflow : hidden;
     display : block;
}
.collection-type .grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.collection-type .grid .grid-item{
    width: 30%;
    margin: 16px;
}

.collection-type .grid .item-title{
    text-align: center;
    display: block;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-family: SofiaProBold;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 14px;
    margin-top: 14px;
}

.collection-type .grid .item-price{
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: SofiaProRegular;
    letter-spacing: 1px;
    font-weight: 200;
}

.collection-type .grid img{
}

.collection-type .grid .title-wrapper{
    display: block;
    margin-top: 25px;
}
.collection-type .grid .mix{
	display: none;
}

.collection-type .grid .image-wrapper:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.collection-type .grid .image-wrapper{
    display: block;
  position: relative;

}
.collection-type .grid .image-wrapper .img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
}



.collection-type .grid .image-wrapper:hover .first{
	display: none;
  opacity: 0;
}
.collection-type .grid .image-wrapper:hover .second{
	display: block;
  	opacity: 1;
/*   -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
}
.collection-type .grid .image-wrapper:hover .rhombus{
	display: block;
  	opacity: 1;
/* -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
}

.collection-type .grid .image-wrapper .hidden{
	display: none;
  opacity: 0;
}

.collection-type .left-filter{
    width: 170px;
    position: fixed !important;
    z-index: 1;
}
.collection-type .grid-wrapper{
    width: 100%;
    margin: 0 auto;
    min-height: 1200px;
    margin-left: 0px;
}
.collection-type .close{
    /*     width: 38px !important;
    top: 8px; */
    position: absolute;
    }

.collection-type .close{
    /*     width: 38px !important;
    top: 8px; */
    position: absolute;
    }
.collection-type .grid-wrapper h1{
    text-align: center;
}

.collection-type  .collection-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 94%;
    border-top: 2px solid #e7dfcf;
    box-sizing: border-box;
    margin: 0 auto;
}

/*left nav*/
.collection-type .nav-wrapper{
    width: 145px;
}

.collection-type.open .grid-wrapper{
    width: 85%;
    margin-left: 178px;
}
.collection-type.open .left-filter{
    max-height: 601px;
    overflow: auto;
}
.collection-type .left-filter .nav-wrapper{
    width: 0px;
    overflow: hidden;
}
.collection-type.open .left-filter .nav-wrapper{
    width: 145px;
    position: relative;
}
.collection-type .left-filter {}

.collection-type .left-filter h3{
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    /* width: 100px; */
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 12px;
    z-index: 3;
    font-family: SofiaProRegular;
    letter-spacing: 3px;
}
.collection-type .left-filter > .button-container > .cross{
    background: none;
    border: none;
    position: absolute;
    left: 99px !important;
    top: 32px;
    left: 73px;
    z-index: 2;
}
.collection-type .left-filter > .button-container{
    background: none;
    border: none;
    /* width: 100px; */
    font-size: 12px;
    letter-spacing: 3px;
    font-family: SofiaProRegular;
    font-weight: normal;
}
.collection-type .nav-wrapper .left-nav-filter{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: flex-start;
    border-top: 1px solid #e7dfcf;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 12px;
    padding-left: 0px;
    margin-left: 0px;
    width: 152px;
    position: relative;
}
.collection-type .nav-wrapper .left-nav-filter button{
    text-align: left;
    background: none;
    border: none;
    font-family: SofiaProRegular;
    font-size: 14px;
    padding-left: 0px;
    letter-spacing: 1px;
    /* margin-bottom: 4px; */
    /* padding: 2px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.collection-type .nav-wrapper .left-nav-filter button.filter:before,.collection-type .nav-wrapper .left-nav-filter button.sort:before{
  content:"";
  border: 1px solid #e7dfcf;
  background-color: transparent;
  width: 12px;
  height: 12px;
  /* left: 38px; */
  position: relative;
  top: d;
  margin-top: -3px;
  display: inline-block;
  margin-right: 7px;
}
.collection-type .nav-wrapper .left-nav-filter button.active:before{
  background-color: #bfaa68;
  border: 2px solid #bfaa68;
}

.collection-type .nav-wrapper .left-nav-filter h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0px;
    position: relative;
    width: 100px;
}

.collection-type .nav-wrapper .close {top: 6px;left: 109px;z-index: 5;}

.collection-type #close-filters{
    left: 100px !important;
    top: 29px;
    right: 0;
}
.collection-type #close-filters:before{
	content: "";
}
.collection-type #close-filters:after{
	content: "";
}

.collection-type .button-container{
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: flex-start; */
    align-items: center;
    /* align-content: center; */
    /* position: relative; */
}
.collection-type .nav-wrapper .materials-wrapper.active{
     height : auto;
        display : flex;
}
.collection-type .nav-wrapper .sorts-wrapper.active{
       height : auto;
        display : flex;
}

.collection-type .nav-wrapper .materials-wrapper{
  	height : 38px;
  	overflow : hidden;
  	display : block;
  	position: relative;
}

.collection-type .nav-wrapper .sorts-wrapper{
    	height : 38px;
     overflow : hidden;
     display : block;
}
.collection-type .left-nav-filter a{
   text-align: left;
    background: none;
    border: none;
    font-family: SofiaProRegular;
    font-size: 14px;
    padding-left: 0px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    /* padding: 2px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
align-content: center;}

/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
.product .main-image-wrapper{}
.product .details-wrapper{
    width: 339px;
    margin-top: 30px;
}
.product .details-wrapper .product-title{font-family: SofiaProLight;letter-spacing: 2px;font-size: 27px !important;text-transform: none;font-weight: lighter;}
.product .details-wrapper .description{
    font-family: SofiaProRegular;
    font-size: 13px;
    border-top: 1px solid #e7dfcf;
    border-bottom: 1px solid #e7dfcf;
    padding: 20px 0px;
}
.product .details-wrapper .description p{
    font-family: SofiaProRegular;
    font-size: 13px;
}
.product .details-wrapper .description ul li{
    font-family: SofiaProRegular;
    font-size: 13px;
}
.product .details-wrapper .description ul{
    list-style: none;
}
.product .details-wrapper #product-add input{
    width: 100%;
    background: none;
    border: 1px solid black;
    text-transform: uppercase;
    height: 50px;
    font-family: SofiaProRegular;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.product .details-wrapper #product-add input:hover{
    background-color: black;
    border: 2px solid white;
    color: white;
}

.product .details-wrapper #product-price span{
    font-family: SofiaProRegular;
    font-size: 18px;
    font-weight: normal;
}
.product .additional-images-wrapper{
    width: 100%;
}
.product .additional-images-wrapper ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.product .additional-images-wrapper ul li{
    text-align: center;
}
.product .product-top-section{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.product .details-wrapper .half-color.left-half{
	width: 10px !important;
	-moz-border-radius: 150px 0 0 150px;
	border-radius: 150px 0 0 150px;
	min-width: 10px !important;
}
.product .details-wrapper .half-color.right-half{
	width: 10px !important;
	-moz-border-radius: 0 150px 150px 0px;
	border-radius: 0 150px 150px 0px;
	min-width: 10px !important;
}
.product .details-wrapper .color{
    width: 20px;
    /* min-width: 20px; */
    background-color: grey;
    height: 20px;
    border-radius: 20px;
}
.product .details-wrapper .color-label{
    /* margin-top: 4px; */
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: SofiaProRegular;
    letter-spacing: 1px;
    word-wrap: normal;
    word-break: break-word;
    border-bottom: 1px solid white;
    max-width: 100%;
    letter-spacing: 2.5px;
    text-align: left;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
}
.product .details-wrapper .color-label.active{
	border-bottom: 1px solid black;
}

.product .details-wrapper .color-label:hover{
  	border-bottom: 1px solid black;
}

.product .details-wrapper .color-wrapper{
    display: flex;
    width: 50%;
    margin-right: 21px;
    padding-top: 14px;
    align-items: center;
    /* flex-direction: column; */
}

.product .details-wrapper  .find-colors{
    border-top: 1px solid #e7dfcf;
    padding-top: 9px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* max-width: 351px; */
    justify-content: flex-start;
    /* padding-right: 30px; */
    height: initial;
    max-height: 112px;
}
.product .details-wrapper .quantity-wrapper{
    border-top: 1px solid #e7dfcf;
    border-bottom: 1px solid #e7dfcf;
    margin: 20px 0px;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.product .details-wrapper .quantity-wrapper label{
    height: 100%;
    font-size: 13px;
    display: block;
    font-family: SofiaProBold;
    padding: 10px 1px;
    color: black;
    padding-right: 5px;
    cursor: pointer;
}
.product .details-wrapper .quantity-wrapper select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: transparent;
   border: none;
   font-family: SofiaProBold;
   font-size: 13px;
   padding: 0;
   padding-right: 5px;
   cursor: pointer;
   cursor: pointer;
   z-index: 2;
   /* margin-left: 11px; */
}
.product .details-wrapper .quantity-wrapper .down-arrow:before{content: "";width: 0;position: absolute;right: -5px;top: -21px;/* width: 10px; *//* height: 10px; */margin-top: 14px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid white;}
.product .details-wrapper .quantity-wrapper .down-arrow{
 width: 0;
 position: relative;
 right: 13px;
 top: 2px;
 z-index: 1;
 margin-top: 14px;
 border-left: 5px solid transparent;
 border-right: 5px solid transparent;
 border-top: 5px solid #000000;
}

/* PRODUCT OPTIONS SELECTOR */

.product .details-wrapper #product-variants{
    position: relative;
    z-index: 12;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e7dfcf;
    margin-bottom: 15px;
}
.product .details-wrapper #product-variants .option-group{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 100%;
}

.product .details-wrapper #product-variants .option-group span.option{font-size: 13px;font-family: SofiaProBold;margin: 0px 10px;color: black;margin-top: 1px;text-transform: uppercase;border-bottom: 2px solid transparent;}
.product .details-wrapper #product-variants .option-group span.option.selected{
    text-transform: uppercase;
    border: none;
}
.product .details-wrapper #product-variants .option-group span.option.active{border-bottom: 2px solid black;
}

.product .details-wrapper #product-variants .option-group span.size-link{
    margin-top: 5px;
    display: block;
    padding: 5px;
    margin-bottom: 0;
}
.product .details-wrapper #product-variants .option-group span.option:hover{
	/* background-color: #7C8991; */
	border-bottom: 2px solid black;
}

.product .details-wrapper #product-variants .option-group.open{

}
.product .details-wrapper #product-variants .option-group .trigger{
    padding: 0px 0;
    color: #0c0c0c;
    text-align: left;
    font-family: SofiaProBold;
    font-size: 14px;
    text-transform: uppercase;
}
.product .details-wrapper .selector-wrapper label{
  display: none;
}
.product .details-wrapper #backorder p,.product .details-wrapper #shippable p{
    margin-bottom: 0px;
}
.product .details-wrapper #backorder span, .product .details-wrapper #shippable span{
    font-size: 12px;
    /* margin-bottom: -22px; */
    font-family: SofiaProBold;
}

/* also available in */
div.also-available-in {border-top: 2px solid #e7dfcf;margin-top: 40px;margin-left: 30px;margin-right: 30px;padding-top: 35px;}
div.also-available-in h2.available-title {text-align: center;font-family: SofiaProLight;font-size: 22px;text-transform: uppercase;font-weight: normal;letter-spacing: 3px;}
div.also-available-in div.previews-wrapper {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;text-align: center;}
div.also-available-in div.previews-wrapper div.product-preview {width: 325px;}
div.also-available-in div.previews-wrapper h3{
    text-transform: uppercase;
    font-family: SofiaProRegular;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
div.also-available-in h2.available-title:after{
  background-image: url('bar_alsoavailablein.svg');
  content: "";display: block;height: 20px;
  background-size: cover;background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

div.also-available-in div.previews-wrapper div.product-preview a image {  }
/* you might like */
.you-might-also-like {border-top: 2px solid #e7dfcf;margin-top: 40px;padding-top: 25px;padding-bottom: 57px;}
.you-might-also-like .items-wrapper {display: flex;justify-content: center;align-items: flex-end;}
.you-might-also-like .product-item {text-align: center;height: auto;}
.you-might-also-like .title-wrapper{
    display: block;
    text-align: center;
}
.you-might-also-like .product-item .image-wrapper{
    display: block;
}
.you-might-also-like .title-wrapper .item-title {text-transform: uppercase;font-family: SofiaProRegular;font-size: 13px;letter-spacing: 1px;font-weight: normal;}
.you-might-also-like .section-header__title{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: SofiaProLight;
    text-transform: uppercase;
}
.you-might-also-like .section-header__title:after{
  background-image: url('bar_youmightalsolike.svg');
  content: "";display: block;height: 20px;
  background-size: cover;background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
/*------------------------------------*\
    Customer page 
\*------------------------------------*/

#customer-nav-wrap #customer-nav {
    margin-top: 9px;
    width: 100%;
    text-align: center;
}
#customer .title, #recover-password .title, .page-content .title{text-align: center;font-size: 25px;text-transform: uppercase;font-weight: normal;font-family: SofiaProLight;letter-spacing: 2px;text-align: center;/* margin-bottom: 39px; */}
#customer  form{
	/* width: 60%; */
	max-width: 406px;
	/* margin: 0 auto; */
	left: 50%;
	transform: translate(-50%);
	position: relative;
}
#customer  form input{-webkit-appearance: none;border-radius: 0px;box-shadow: none;font-size: 15px;border: 0px;border-bottom: 2px solid #f0ece3;letter-spacing: 1px;padding: 0px;margin: 18px 0px;}
#customer .login-btn, #customer .square-button.wider-button {
    font-size: 14px;
    border-width: 1px;
    width: 100%;
    max-width: 100%;
    background-color: white;
    border: 1px solid black;
    height: 45px;
}

#customer .login-btn:hover{

background-color: black;
  color: white;
 
}

#customer .fl-left {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
  margin-bottom: 15px;
}
#customer .fl-right {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


#customers-login #recover-password{
    width: 100%;
    text-align: center;
}
#customers-login #recover-password form{
    /* width: 65%; */
    /* min-width: 200px; */
    margin: 0 auto;
    text-align: left;
}
#customers-login #recover-password div.action_bottom{
text-align: center;
} 
#customers-login #recover-password div.action_bottom input[type="submit"]{
    font-size: 14px;
    border-width: 1px;
    width: 100%;
    max-width: 100%;
    background-color: white;
    border: 1px solid black;
    height: 45px;
}

#customers-login #recover-password form input {
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 15px;
    border: 0px;
    border-bottom: 2px solid #f0ece3;
    letter-spacing: 1px;
    padding: 0px;
    margin: 18px 0px;
}


#customers-reset_password #template {/* width: 80%; *//* max-width: 600px; */display: block;margin: 0 auto;width: 60%;max-width: 406px;}
#customers-reset_password #template div.template_header {font-family: 'Apercu Light';}
#customers-reset_password  #template div.template_header h2.title {/* font-family: SofiaProLight; *//* font-size: 22px; */font-size: 25px;text-transform: uppercase;font-weight: normal;font-family: SofiaProLight;letter-spacing: 2px;text-align: center;/* margin-bottom: 39px; */margin-top: 30px;}
#customers-reset_password  #template div.template_header p.note {font-family: SofiaProLight;text-align: center;font-size: 15px;margin-bottom: 38px;}
#customers-reset_password #template form {  }
#customers-reset_password  #template form input {-webkit-appearance: none;border-radius: 0px;box-shadow: none;font-size: 15px;border: 0px;border-bottom: 2px solid #f0ece3;letter-spacing: 1px;padding: 0px;margin: 18px 0px;}
#customers-reset_password  #password.clearfix.large_form {  }
 #customers-reset_password  #customer_password.large.password {  }
#customers-reset_password  #password_confirm.clearfix.large_form {  }
#customers-reset_password   #customer_password_confirmation.large.password {  }
#customers-reset_password  #template form div.action_bottom {  }
 #customers-reset_password  #template form div.action_bottom input.btn {font-size: 14px;border-width: 1px;width: 100%;max-width: 100%;background-color: white;border: 1px solid black;height: 45px;}
#customers-login #customer.customer-container {/* width: 405px; *//* min-width: 405px; */width: 100%;}
#customers-login #customer.customer-container div.template_header {  }
#customers-login  #customer.customer-container div.template_header h2.title {  }
#customers-login #customer_login {  }
#customers-login  #customer_login input {  }
  #customers-login #login_email.clearfix {  }
#customers-login   #customer_email.large {  }
#customers-login   #login_password.clearfix {  }
#customers-login    #customer_password.large.password {  }
#customers-login    #login_password.clearfix div.action_bottom {  }
#customers-login     #login_password.clearfix div.action_bottom input.square-button.login-btn.no-right-margin {  }
 #customers-login     #login_password.clearfix div.action_bottom input.square-button.login-btn.no-right-margin br {  }
#customers-login       #login_password.clearfix div.action_bottom input.square-button.login-btn.no-right-margin br br {  }
#customers-login        #login_password.clearfix div.action_bottom input.square-button.login-btn.no-right-margin br br div.clearfix {  }
#customers-login         #login_password.clearfix div.action_bottom input.square-button.login-btn.no-right-margin br br div.clearfix span.fl-left {  }
#customers-login          #customer_register_link {  }
  #customers-login       #login_password.clearfix div.action_bottom input.square-button.login-btn.no-right-margin br br div.clearfix a.fl-right {  }
 #customers-login    #login_password.clearfix div.action_bottom div {  }
 #customers-login     #recover-password {max-width: 405px;margin: 0 auto;/* display: block !important; */transform: translate(-50%);left: 50%;position: relative;}
 #customers-login      #recover-password div.template_header {  }
 #customers-login       #recover-password div.template_header h2.title {  }
 #customers-login       #recover-password div.template_header p.note {margin-bottom: 30px;}
#customers-login       #recover-password form {  }
 #customers-login       #recover-password form input {  }
#customers-login        #recover_email.clearfix {  }
 #customers-login        #recover_email.clearfix label.large {display: none;}
#customers-login         #recover-email.large {/* content: 'Email'; */}
#customers-login         #recover_email.clearfix div.action_bottom {  }
#customers-login          #recover_email.clearfix div.action_bottom input.square-button.login-btn {  }
 #customers-login          #recover_email.clearfix div.action_bottom input.square-button.login-btn div.clearfix {  }
 #customers-login          #recover_email.clearfix div.action_bottom input.square-button.login-btn p.note {  }
#customers-login            #recover_email.clearfix div.action_bottom input.square-button.login-btn p.note a {  }

/*------------------------------------*\
    CART 
\*------------------------------------*/

.template-cart{}
.template-cart .empty{
    margin-bottom: 70px;
} 
.template-cart .empty h2{
    text-align: center;
    font-size: 17px;
    font-family: SofiaProLight;
    font-weight: normal;
}
.template-cart .empty h3{
    text-align: center;
}
.template-cart footer{
    /* padding-left: 230px; */
}
.template-cart #left-nav{
    background: transparent;
}
.template-cart .close{
    height: 16px;
    width: 30px;
    margin-left: 15px;
    position: relative;
}
.template-cart main{
    margin-left: 229px;
}
.template-cart h1{
    text-align: center;
    font-family: SofiaProLight;
    letter-spacing: 4px;
    font-size: 24px;
    overflow: visible;
    margin: 43px 0px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 50px;
}

.template-cart h1:after{
  background-image: url('bar_blog.svg');
  content: "";
  display: block;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  overflow: visible;
  /* padding-bottom: 10px; */
}

.template-cart form{}
.template-cart  img{}
.template-cart  label{
    color: #000;
    font-family: SofiaProRegular;
    font-size: 13px;
}
.template-cart h3{}
.template-cart h2{
    text-transform: none;
    color: black;
    font-size: 13px;
    line-height: 1;
    margin: 11px;
    font-weight: normal;
    font-family: SofiaProRegular;
}
.template-cart .cart-wrapper .cart-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 169px;
    border-bottom: 2px solid #e7dfcf;
    /* padding: 36px 0px; */
}

.template-cart .cart-wrapper {
    width: 865px;
    margin: 0 auto;
}

.template-cart .cart-wrapper .cart-item:first-child{
    border-top: 2px solid #e7dfcf;
}
.template-cart .cart-wrapper .cart-item:last-child{}

.template-cart .cart-wrapper .product-details{
    width: 200px;
    margin-left: 47px;
}

.template-cart .cart-wrapper .product-image{
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center;
    margin-left: 52px;
}
.template-cart .cart-wrapper .product-price{
    width: 189px;
    display: block;
    /* margin-left: 129px; */
    text-align: right;
    font-family: SofiaProRegular;
    font-size: 14px;
}
.template-cart .buttons-wrapper span{
    text-transform: uppercase;
    font-size: 13px;
    font-family: SofiaProRegular;
    letter-spacing: 1px;
    /* width: 100%; */
    margin: 5px 0px;
}
.template-cart .summary textarea{
    height: 180px;
    width: 250px;
    border: 2px solid #e7dfcf;
}
.template-cart .summary{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 134px;
    align-items: center;
    position: relative;
    align-items: flex-start;
    text-transform: uppercase;
    font-size: 13px;
}

.template-cart .summary p{
    font-size: 13px;
    font-family: SofiaProBold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.template-cart .buttons-wrapper{
    display: flex;
    width: 29%;
    flex-direction: column;
    margin: 0 auto;
    /* padding: 29px 0px; */
    justify-content: flex-start;
    position: relative;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: flex-end;
}
.template-cart .buttons-wrapper .special-promo{
    height: 200px;
    width: 500px;
    background-color: #f1f1f1;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
}
.template-cart .buttons-wrapper .continue-buttons{
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    justify-content: space-between;
    width: 250px;
    font-family: SofiaProBold;
    margin-top: 18px;
    letter-spacing: 1px;
}
.template-cart .buttons-wrapper .checkout-buttons{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    /* align-items: flex-start; */
    align-self: flex-start;
}
.template-cart .buttons-wrapper .checkout-buttons input{
    height: 51px;
    background-color: transparent;
    border: 2px solid  grey;
    width: 250px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: SofiaProBold;
    font-weight: normal;
    font-size: 14px;
}
.template-cart .buttons-wrapper .checkout-buttons #update{
    border: none;
}
.template-cart .summary span{
    text-transform: uppercase;
    font-weight: bold;
    width: 107px;
}

.template-cart .bag-wrapper{display: none;}

.template-cart input.quantity{
	display: block;
	box-shadow: none;
	text-align: center;
	width: 47px;
	height: 37px;
	padding-left: 15px;
	border: 2px solid #e7dfcf;
}
.template-cart .quantity-wrapper{
    display: flex;
    background-color: #ffffff;
    width: 100px;
    height: 25px;
    justify-content: center;
    align-items: baseline;
    text-transform: uppercase;
    align-content: center;
}
.template-cart .quantity-wrapper button{
    background-color: #f1f1f1;
    border: none;
    width: 40px;
    height: 100%;
}
.template-cart .quantity-wrapper span{
    width: 25px;
    text-align: center;
}
.template-cart .quantity-label{
    text-transform: uppercase;
    text-align: center;
    /* font-size: 13px; */
    margin-bottom: 10px;
}

.template-cart .quantity-wrapper button .subtract{}
.template-cart .quantity-wrapper button.subtract .cross{
    left: 17px;
    background-color: transparent;
}
.template-cart .quantity-wrapper input#update{
    background: none;
    border: none;
    font-family: SofiaProBold;
    text-transform: none;
    text-decoration: underline;
    font-size: 13px;
}
.template-cart .quantity-wrapper button .cross{}
.template-cart .quantity-wrapper button .cross {
  background: grey;
  height: 9px;
  position: absolute;
  width: 1px;
  top: 34%;
  right: 18px;
}

.template-cart .quantity-wrapper button .cross:after {
  background: grey;
  content: "";
  height: 1px;
  left: -4px;
  position: absolute;
  top: 4px;
  width: 9px;
}
.template-cart .cart-titles{}
.template-cart .cart-titles ul{
    display: flex;
    list-style: none;
    width: 860px;
    padding: 0px;
    justify-content: space-between;
    border-bottom: 2px solid #e7dfcf;
    border-top: 2px solid #e7dfcf;
    height: 50px;
    padding: 14px 0px;
    margin-bottom: 0px;
}

.template-cart .cart-titles ul li:first-child{width: 285px;}
.template-cart .cart-titles ul li:nth-child(2){width: 71px;}
.template-cart .cart-titles ul li:nth-child(3){width: 26px;}

.template-cart .buttons-wrapper .totals{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 19px;
}


.template-cart .bottom-section{
    width: 859px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 93px;
    padding: 24px 0px;
}

.template-cart .cart-titles ul li{
    text-transform: uppercase;
    font-size: 13px;
    font-family: SofiaProBold;
    /* border-bottom: 1px solid #e7dfcf; */
}

.template-cart #backorder-date{
    font-size: 13px;
    text-transform: none;
    color: black;
    font-size: 13px;
    line-height: 1;
    margin: 11px;
    font-weight: normal;
    font-family: SofiaProRegular;
}

/*------------------------------------*\
    SEARCH 
\*------------------------------------*/

.template-search{}
.template-search #search-field{
    width: 200px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    border: 2px solid #e7dfcf;
}
.template-search ol{
    margin: 50px;
}
.template-search ol li{
    font-family: SofiaProRegular;
    font-size: 13px;
}
.template-search ol li h3{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.template-search #search-button{
    margin: 0 auto;
    display: block;
    background-color: white;
    border: none;
    font-family: SofiaProBold;
    text-transform: uppercase;
    padding: 10px;
}
.template-search .paginate{
    display: block;
    margin: 50px;
    font-family: SofiaProBold;
}

#search-dropdown {position: absolute;top: 68px;right: 10%;display: none;}
#search-dropdown form {display: flex;/* background-color: pink; */}
#search-dropdown form input {border: none;background: white;box-shadow: none;text-transform: uppercase;font-family: SofiaProBold;letter-spacing: 1px;}
#search-dropdown form input#go{
    right: 0;
    position: absolute;
    height: 30px;
    font-size: 13px;
}
#search-dropdown form input#box{
    border-bottom: 2px solid black;
    width: 258px;
}


/*------------------------------------*\
    STOCKISTS PAGE
\*------------------------------------*/

#page-stocklist h5,#page-stocklist ul, #page-stocklist li, #page-stocklist strong {
	font-family: SofiaProRegular;
}

#page-stocklist strong{

	text-transform: uppercase;
  	letter-spacing: 2px;
}

#page-stocklist h5{
	letter-spacing: 3px;
}
.page-content h2 {/*     margin: 0 auto !important; */font-family: SofiaProLight;font-size: 26px;letter-spacing: 4px;font-weight: normal;}

/*------------------------------------*\
      privy
\*------------------------------------*/

#privy-container #privy-inner-container div.privy-tab.privy-corner.privy-top .privy-tab-text {
    bottom: 4px;
    font-family: SofiaProRegular !important;
    letter-spacing: 2px  !important;
    text-transform: uppercase  !important;
}

#privy-container #privy-inner-container .privy .privy-element.privy-button-element.privy-button-flat{
	background-color: black !important;
  	font-family: SofiaProRegular;
  	text-transform: uppercase;
  	letter-spacing: 3px !important;
}

#privy-container #privy-inner-container .privy p{
	font-family: SofiaProRegular !important;
  	letter-spacing: 3px !important;
}

/*------------------------------------*\
    ABOUT PAGE
\*------------------------------------*/


#page-about ul.about-nav {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: center;
    text-transform: uppercase;
    font-family: SofiaProRegular;
    font-size: 12px;
    font-weight: normal;
    margin-top: 25px;
    letter-spacing: 3px;
}
#page-about ul.about-nav li {font-size: 13px;padding: 0px 20px;font-size: 12px;letter-spacing: 3px;}
#page-about div.section.fourth-details {width: 50%;display: block;}
#page-about div.section.made-in-details h2, #page-about  div.section.founder-details h2, #page-about  div.section.fourth-details h2,#page-about  div.section.muses-details h2 {font-family: SofiaProLight;letter-spacing: 3px;text-transform: uppercase;font-size: 24px;text-align: center;letter-spacing: 4px;font-family: SofiaProLight;font-weight: normal;}
#page-about div.section.muses-details p, #page-about  div.section.made-in-details p, #page-about  div.section.founder-details p , #page-about  div.section.fourth-details p {font-family: SofiaProLight;letter-spacing: 1px;padding: 10px 50px;font-size: 17px;text-align: center;max-width: 100%;margin: 0px;line-height: 1.6;}
#page-about div.dimension-slideshow {  }
#page-about div.muses-slideshow {width: 50%;}
#page-about div.section.muses-details {width: 50%;height: 100%;display: block;}
#page-about div.section.founder-details {width: 50%;}
#page-about div.founder-slideshow {  }
#page-about div.usa-slideshow {width: 50%;/* margin-left: 50px; */}
#page-about div.section.made-in-details {width: 50%;padding: 0px;margin: 0px;}
#page-about .slideshow{
    width: 50%;
    max-height: 560px;
    overflow: hidden;
}
#page-about .slideshow image{}
#page-about div.section{}
#page-about div.section-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    align-items: center;
    padding: 50px 30px !important;
    /* align-content: stretch; */
    min-height: 600px;
}
#page-about a:hover{
	color: #bfaa68 !important;
}

#page-about  div.section h2:after{
  background-image: url('bar_about_muses.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
#page-about div.section.made-in-details h2:after{
  background-image: url('bar_about_studio.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
#page-about div.section.founder-details h2:after{
  background-image: url('bar_about_designedby.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
#page-about div.section.fourth-details h2:after{
  background-image: url('bar_about_4th.svg');
  content: "";
  display: block;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

#page-about .section-wrapper .img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 560px;
}

#page-about .background-images{
  z-index: -1;
  position: absolute;
  top: 0;left: 0;display: flex;
  width: 100%;height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#page-about .background-images img{
    width: 64%;
    margin-top: 200px;
    display: block;
  z-index: 0;
}
#page-about .background-images img:first-child{
    align-self: baseline;
    margin-left: -321px;
    margin-top: 600px;
}
#page-about .background-images img:last-child{
    align-self: flex-end;
    margin-right: -250px;
}
#page-about .founder-image img{
    position: absolute;
    width: 400px;
    display: block;
    top: 0;
}
#page-about .founder-image #gif{}
#page-about .founder-image{
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}

header#header nav#menu-header{
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    z-index: 3000;
    top: 0;
    background-color: white;
    /* justify-content: space-between; */
}


@media only screen and (max-width:500px){
  .square-button.paypal-button {
    display: inline;
  }
}

/*------------------------------------*\
    Mobile
\*------------------------------------*/

@media only screen and (max-width:1024px){
  
  
  /*------------------------------------*\
     Homepage Sections - Slideshow
\*------------------------------------*/
#index .slide-show-wrapper{height: initial;z-index: 1;}
#index .slide-show-wrapper .carousel-details{
  position: relative;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    transform: none !important;
    height: initial !important;
}

#index .slide-show-wrapper .carousel-details span{color: black !important;}
  #index .slide-show-wrapper a{
    position: relative;
}

#menu-header{
  display: none !important;
}

#index .slide-show-wrapper .carousel-details.right{
    position: relative;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    transform: none !important;
    height: initial !important;
}
#index .slide-show-wrapper .carousel-details.left{
  position: relative;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    transform: none !important;
    height: initial !important;
}
#index .slide-show-wrapper .carousel-details.center{
  position: relative;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    transform: none !important;
    height: initial !important;
}


#index .slide-show-wrapper .slick-dots{
 display: none !important;
}

#index .slick-initialized .slick-slide {height: initial;z-index: 1 !important;}
  
  
#index .promoted-products-wrapper{flex-direction: column;}

#index .promoted-products-wrapper .featured-product{max-width: 100%;}


#index .promoted-products-wrapper .featured-product .gif {
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
  
  
#index .about-wrapper{flex-direction: column;}
#index .about-wrapper .about-details{padding: 30px;order: 2;width: 100%;}
#index .about-wrapper .about-image{order: 1;height: 400px;width: 100%;}



#index .instagram-container{}
 #index .instagram-container h2{

}    
  #index .instagram-container #instagram-wrapper a{
    width: 50%;
    padding: 15px;
    height: auto;
}
#index .instagram-container #instagram-wrapper{flex-wrap: wrap;}
#index .instagram-container #instagram-wrapper .instagram{width: 100%;padding-bottom: 101%;height: auto;}
#index .instagram-container h3 a{

}

#index .press-wrapper{flex-direction: column;}

#index .press-wrapper .press-details{width: 100%;order: 0;}

#index .press-wrapper .press-image{width: 100%;height: auto;max-height: initial;margin-top: 30px;order: 1;}
#index .press-wrapper .press-image img{
    width: 100%;
}
footer{flex-direction: column;justify-content: center;align-items: center;align-content: center;position: relative;padding-top: 15px;height: auto;}
footer .left-section{width: 100%;text-align: center;margin: 30px;}
footer .right-section{width: 100%;text-align: center;}
footer .middle-section{width: 100%;text-align: center;margin-bottom: 30px;}
footer .social-icons{

}
  /*------------------------------------*\
    BLOG
\*------------------------------------*/
.template-blog  
.template-blog #grid{}
.template-blog #grid .article{} 
  
  
/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
.product .main-image-wrapper{
    width: 100%;
    text-align: center;
}
.product .details-wrapper{
width: 100%;
text-align: center;
padding: 15px;
}

.product .details-wrapper .description ul{
    list-style: none;
}
.product .details-wrapper #product-add input{

}
.product .details-wrapper #product-price span{
    font-family: SofiaProRegular;
    font-size: 18px;
}
.product .additional-images-wrapper{
    width: 100%;
}
.product .additional-images-wrapper ul{
}
.product .additional-images-wrapper ul li{
    text-align: center;
}
.product .product-top-section{
flex-direction: column;
flex-wrap: nowrap;
}

.product .details-wrapper .color-label.active{
    border-bottom: 1px solid black;
}

.product .details-wrapper .color-wrapper{
    width: 100%;
    margin-right: 0px;
    margin-bottompx;
    align-items: flex-start
}

.product .details-wrapper  .find-colors{
    height: initial;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    /* align-items: center; */
}


/* PRODUCT OPTIONS SELECTOR */

.product .details-wrapper #product-variants .option-group span.option.active{}

.product .details-wrapper #product-variants .option-group span.size-link{

}
.product .details-wrapper #product-variants .option-group span.option:hover{
	/* background-color: #7C8991; */
	border-bottom: 2px solid black;
}


.product .details-wrapper .selector-wrapper label{
  display: none;
}
.product .details-wrapper #backorder p,.product .details-wrapper #shippable p{
    margin-bottom: 0px;
}
.product .details-wrapper #backorder span, .product .details-wrapper #shippable span{

}

/* also available in */
div.also-available-in {border-top: 2px solid #e7dfcf;margin-top: 40px;margin-left: 30px;margin-right: 30px;padding-top: 35px;}
div.also-available-in h2.available-title {text-align: center;font-family: SofiaProLight;font-size: 22px;text-transform: uppercase;font-weight: normal;letter-spacing: 3px;}
div.also-available-in div.previews-wrapper {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;text-align: center;}
div.also-available-in div.previews-wrapper div.product-preview {width: 325px;}
div.also-available-in div.previews-wrapper h3{

}
div.also-available-in h2.available-title:after{
	
}

div.also-available-in div.previews-wrapper div.product-preview a image {  }
/* you might like */
  .you-might-also-like {
flex-direction: 
}
  .you-might-also-like div.items-wrapper {
    flex-direction: column;
    padding: 15px;
}
  .you-might-also-like div.items-wrapper div.product-item {text-align: center;width: 100%;}
  .you-might-also-like div.items-wrapper div.product-item a.title-wrapper span.item-title {}
.you-might-also-like .section-header__title{

}
.you-might-also-like .section-header__title:after{

}
  
  .product .title-wrapper{
    width: 100%;
    display: block;
}
  .product .image-wrapper{
    width: 100%;
}
  

.collection-new .grid{

}
.collection-new .grid .grid-item{
    width: 49%;
    height: auto;
    margin: 10px 0px
}


.collection-new .grid .image-wrapper{
height: auto;
}

.collection-new .left-filter{
    width: 100%;
    margin-top: 70px;
    position: relative !important;
    display: block;
    height: auto;
    max-height: 2000px !important;
    overflow: visible;
}
.collection-new .grid-wrapper{width: 100%;margin: 0 auto !important;}

.collection-new .grid-wrapper h1{
    text-align: center;
}

.collection-new  .collection-wrapper{
  flex-direction: column;
}

/*left nav*/
.collection-new .nav-wrapper{
    width: 100% !important;
    overflow: visible;
}
.collection-new .left-filter h3{/* right: 5px; */}
.collection-new .nav-wrapper .left-nav-filter{width: 100%;}


.collection-new .button-container{width: 100px;/* position: relative; *//* display: block; */}

  
.collection-type .grid{

}
.collection-type .grid .grid-item{
    width: 49%;
    height: auto;
    margin: 10px 0px
}


.collection-type .grid .image-wrapper{
height: auto;
}

.collection-type .left-filter{
    width: 100%;
    margin-top: 70px;
    position: relative !important;
    display: block;
}
.collection-type .grid-wrapper{width: 100%;margin: 0 auto !important;}

.collection-type .grid-wrapper h1{
    text-align: center;
}

.collection-type  .collection-wrapper{
  flex-direction: column;
}

/*left nav*/
.collection-type .nav-wrapper{
    width: 100% !important;
}
.collection-type .left-filter h3{

}
  
  
  .collection-type.open .left-filter {}
  .collection-new.open .left-filter{}
    .collection-new .nav-wrapper.active .left-nav-filter{
    /* height: 50px; */
    /* overflow: hidden; */
    display: none;
}
  .collection-type.open .left-filter {}
  .collection-type.open .left-filter{}
    .collection-type .nav-wrapper.active .left-nav-filter{
    /* height: 50px; */
    /* overflow: hidden; */
    display: none;
}
#page-about ul.about-nav {
    /* margin-top: 90px; */
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    /* margin: 2px; */
    margin-top: 80px;
}
#page-about .background-images{
  display :none;}
#page-about ul.about-nav li {
margin: 0px;
padding: 0px;
}
#page-about div.section.fourth-details {
    width: 100%;
}
#page-about div.section.made-in-details h2, #page-about  div.section.founder-details h2, #page-about  div.section.fourth-details h2,#page-about  div.section.muses-details h2 {
    width: 100%;
}
#page-about div.section.muses-details p, #page-about  div.section.made-in-details p, #page-about  div.section.founder-details p , #page-about  div.section.fourth-details p {}
#page-about div.dimension-slideshow {width: 100%;margin: 0 auto;}
#page-about div.muses-slideshow {
    width: 100%;
    order: 0;
}
#page-about div.section.muses-details {
    width: 100%;
    order: 2;
}
#page-about div.section.founder-details {
    width: 100%;
    order: 2;
}
#page-about div.founder-slideshow {  }
#page-about div.usa-slideshow {
    width: 100%;
}
#page-about div.section.made-in-details {
    width: 100%;
}
#page-about .slideshow{

}
#page-about .slideshow image{}
#page-about div.section{}
#page-about div.section-wrapper{
    flex-direction: column;
    height: auto;
    display: block;
    margin-top: 48px;
    padding-top: 0px !important;
}
#page-about a:hover{
	color: #bfaa68 !important;
}

#page-about  div.section h2:after{

}
#page-about div.section.made-in-details h2:after{

}
#page-about div.section.founder-details h2:after{

}
#page-about div.section.fourth-details h2:after{

}

#page-about .section-wrapper .img{

}

#page-about .background-images{

}
#page-about .background-images img{

}
#page-about .background-images img:first-child{

}
#page-about .background-images img:last-child{

}
#page-about .founder-image img{

}
#page-about .founder-image #gif{
    width: 100%;
    position: relative;
    height: initial;
    padding-bottom: 20%;
}
#page-about .founder-image{
    /* width: 100%; */
    height: initial;
    max-width: 100%;
    max-height: 600px;
    margin: 0 auto;
    order: 0;
    /* padding-bottom: 120%; */
}

footer .new-button{
  width: 100%;
text-align: center;
  
}
  
  
.template-cart{}
.template-cart .empty{
   
} 
.template-cart .empty h2{
    
}
.template-cart .empty h3{
   
}
.template-cart footer{

}
.template-cart #left-nav{
   
}
.template-cart .close{

}
.template-cart main{

}
.template-cart h1{
  
}



.template-cart form{}
.template-cart  img{}
.template-cart  label{

}
.template-cart h3{}
.template-cart h2{
  
}
.template-cart .cart-wrapper .cart-item{

}

.template-cart .cart-wrapper {width: 96%;}

.template-cart .cart-wrapper .cart-item:first-child{
  
}
.template-cart .cart-wrapper .cart-item:last-child{}

.template-cart .cart-wrapper .product-details{margin: 0px;}

.template-cart .cart-wrapper .product-image{
   margin: 5px;
}
.template-cart .cart-wrapper .product-price{

}
.template-cart .buttons-wrapper span{width: 100%;}
.template-cart .summary textarea{

}
.template-cart .summary{height: auto;flex-direction: column;width: 100%;justify-content: center;align-items: center;}

.template-cart .summary p{

}

.template-cart .buttons-wrapper{width: 100%;flex-direction: column;justify-content: center;align-items: center;align-content: center;}
.template-cart .buttons-wrapper .special-promo{
  
}
.template-cart .buttons-wrapper .continue-buttons{text-align: center;align-self: center;}
.template-cart .buttons-wrapper .checkout-buttons{flex-direction: column;justify-content: center;align-items: center;}
.template-cart .buttons-wrapper .checkout-buttons input{
   

}
.template-cart .buttons-wrapper .checkout-buttons #update{
  
}
.template-cart .summary span{

}

.template-cart .bag-wrapper{display: none;}

.template-cart input.quantity{

}
.template-cart .quantity-wrapper{flex-direction: column;height: 100%;width: auto;}
.template-cart .quantity-wrapper button{

}
.template-cart .quantity-wrapper span{

}
.template-cart .quantity-label{

}

.template-cart .quantity-wrapper button .subtract{}
.template-cart .quantity-wrapper button.subtract .cross{

}
.template-cart .quantity-wrapper input#update{margin: 0px;padding: 0px;}
.template-cart .quantity-wrapper button .cross{}
.template-cart .quantity-wrapper button .cross {

}

.template-cart .quantity-wrapper button .cross:after {

}
.template-cart .cart-titles{}
.template-cart .cart-titles ul{width: 100%;/* margin: 10px; */}

.template-cart .cart-titles ul li:first-child{width: 32%;}
.template-cart .cart-titles ul li:nth-child(2){width: 71px;text-align: center;}
.template-cart .cart-titles ul li:nth-child(3){width: 26px;}

.template-cart .buttons-wrapper .totals{text-align: center;flex-direction: column;}


.template-cart .bottom-section{width: 100%;flex-direction: column;justify-content: center;align-items: center;align-content: center;}

.template-cart .cart-titles ul li{

}


nav#mobile-header{
  display: block;
  z-index: 3000;
  /* position: fixed; */
  width: 100%;
}  
  
nav#mobile-header .mobile-triggers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0px 20px;
    /* position: fixed; */
    z-index: 3000;
    width: 100%;
}
nav#mobile-header .mobile-triggers  #main-logo-wrap{
    width: initial;
    padding-top: 15px;
}
  nav#mobile-header .mobile-triggers a{
    text-transform: uppercase;
    font-family: SofiaProBold;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 3000;
}
nav#mobile-header .mobile-triggers  #main-logo-wrap #main-logo{
    width: initial;
    padding: 0;
    font-size: 52px;
    padding-left: 22px;
}
  nav#mobile-header .mobile-triggers  #main-logo-wrap #main-logo:hover{
    color: #bfaa68 !important;
  }
nav#mobile-header .mobile-menu{
    height: 100%;
    position: fixed;
    width: 70%;
    background-color: white;
    top: 61px;
    bottom: 0px;
    border-right: 4px solid #bfaa68;
    z-index: 3000;
    display: none;
}
nav#mobile-header .mobile-menu .subnav{
    flex-direction: column;
    flex-wrap: nowrap;
    display: none;
}
  nav#mobile-header .mobile-menu a{
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-family: SofiaProRegular;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 20px;
    padding-top: 12px;
    letter-spacing: 3px;
}
  #page-wrap{
  margin-top: 0px;}
  #header {
    margin-top: 0;
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 3000;
}
  
  .template-search #search-form{
    margin-top: 98px;
    display: block;
}
  
  #index .Home {
    overflow: hidden;
    top: 80px;
    position: relative;
    z-index: 1;
}
  
  .page-contact div.contact-wrapper { 
  margin-top: 50px;
  
  }
  
  
  .page-contact div.contact-wrapper div.inner-wrapper {width: 80%;
  padding: 25px;}
  .page-contact div.contact-wrapper {
    padding: 50px 0;
		}
  
  
  #index .featured-product .gif{
  display: none;
  }
  
  .template-blog #grid{
    flex-wrap: nowrap;
    height: auto;
}
  .template-blog #grid .article{
    width: 100%;
    margin-bottom: 40px;
    padding: 50px;
}
  .template-blog #grid .article img{
  width: 100%;
  }
  .template-article h1{
    margin-top: 50px;
    margin-bottom: 10px;
}
  .template-article #page-wrap{}
  .template-blog .blog-nav-filter{
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
  
  .template-blog .blog-nav-filter button{
    margin: 5px;
}
  .template-article p{
    width: 80%;
}
  .template-blog #page-wrap{}
  
  #index .categories-wrapper .category-thumbnails .category{
    max-width: 80%;
    align-items: center;
    align-content: center;
    justify-content: center;
}
   #index .categories-wrapper {}
   #index .categories-wrapper .category-thumbnails{
    flex-direction: column;
    align-items: center;
}
  
  #index .carousel-details h2{
    color: black !important;

}
#index .carousel-details h3{
 color: black !important;

}

#index .carousel-details a{
 color: black !important;
   
}
  #customer .fl-left a{
    float: none;
    font-size: 13px;
  	margin: 0 auto;
  display: block;
  width: 100%;
    text-align: center;
}
#customer .fl-right a{
    float: none;
    font-size: 13px;
  	margin: 0 auto;
  display: block;
  width: 100%;
    text-align: center;
}
  #create-customer{
  margin-top: 90px;
    margin-bottom: 25px;
  }
  #customer .fl-left {
    float: none;
    font-size: 13px;
     	margin: 0 auto;
  display: block;
  width: 100%;
      text-align: center;
}
  #customer form {
    width: 90%;
    max-width: 406px;
    margin: 0 auto;
}
  
#customer .fl-right {
    float: none;
    font-size: 13px;
  	margin: 0 auto;
  display: block;
  width: 100%;
    text-align: center;
}

  
  
} 
@media only screen and (max-width:790px){
 #index .slide-show-wrapper a.desktop{
  display: none;

}
 #index .slide-show-wrapper a.mobile{
  width: 100%;
  display: block !important;
}
  

}
