/** Shopify CDN: Minification failed

Line 331:1 Unexpected "{"
Line 1494:31 Unexpected "{"
Line 1942:0 Unexpected "}"

**/
/* Make All Edits here */

.ship { 
  margin-top: 30px;
  margin: 20px;
}


    table.load-hidden {
		display: none;
	}
	
	table.load-hidden th {
		font-weight: 600;
		color: black;
		background-color: #f8f8f8;
      font-size:13px;
	}
    table.load-hidden td {
		font-weight: 500;
		color: black;
		background-color: #fdfdfd;
	}
    table.load-hidden td, th {
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
	}
 	@media screen (min-width: 320px) and (max-width: 1024px) {
	table.load-hidden tr {
    border-bottom: 0px solid #292929;
    margin: 35px 0;
    padding: 5px;  
	}
      
    }


/* ######## Checkout Edits ########  */

.mycart {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
}


#cart-total {
    padding: 15px;
    border-bottom: 1px solid #292929;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
    font-family: inherit;
    font-weight: 400;
}

#cart-discount { 
	font-size: 9px;
	font-style: italic;  
	padding: 10px; 
	border-bottom: 1px solid #f0f0f0; 
	text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

 #checkout {
  width: 100%;
  max-width: 100%;
  background: #d0aba7;
  text-transform: uppercase; 
  color: #ffffff;
  font-family: Chronicle-Display-Roman;
  border: none;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
   margin-top: 10px;
  margin-bottom: 20px;
  line-height: normal;
  height: 60px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#checkout:hover {
  color: #fff;
  background: #d0aba7;
}

#basket-right h4 {
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0px;
    border-bottom: 0px solid #f0f0f0;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0.02em;
}

#basket-right {
    text-align: center;
    float: right;
    border: 1px solid #f0f0f0;
    padding: 1%;
}

#note {
    margin-top: 10px;
    border-color: #f0f0f0;
    min-width: 100%;
  	
}

#shopping-cart th {
    text-align: left;
    font-weight: 200;
    letter-spacing: 0.05em;
}

.au-flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(//cdn.shopify.com/s/files/1/0576/4893/files/au.svg?1595139…);
    font-size: 9px;
}

#more-info { 
  margin-top: 40px;
}


textarea, select {
    border: 1px solid #f0f0f0;
    height: 44px;
    outline: none;
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
    color: #676767;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #ffffff;
}

.cart-attribute__field label { 
  
  text-align: left;
  font-weight: 400;
  
  
}

.cart-quantity { 
  padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    width: 80px;
}

/* ######## Checkout Edits End ######## */ 

 
.section-title.insta {
  position: relative;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;

}

.section-title.insta:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 0px solid #f0f0f0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.section-title.insta a { 
  font-size: 20px}

#footer-wrapper {
    z-index: 2;
    clear: left;
    border-top: 1px solid #ffffff;
    padding-bottom: 0px;
  	padding-top: 0;
    margin-bottom: -44px;
  	margin-top: -1px;
}

@media screen and (min-width: 741px) {
  .mob-nav { display: none}
  
  .slideout-menu .logo-container {
  padding: 0px 0 0px;
  background: #fff;
  width: 00%;
}

.slideout-menu .logo {
  width: 0%;
  margin: 0 auto;
  display: block;
}
  
  .menu { padding: 0px;
  }

}

@media screen and (max-width: 740px) {
.slideout-menu .logo {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 100%;
}
  .slideout-menu .logo-container {
    padding: 20px 0 10px;
    background: #fff;
    width: 100%;
    /*border-bottom: 1px solid #e8e8e8;*/
}
}
ul#main-nav li ul.submenu {
    margin-left: 0px;
  
}

ul#main-nav li a {
    font-family: Chronicle-Display-Roman;
    font-weight: 400;
    font-size: 11px;
    color: /*!setting.nav_color{*/#444444/*}*/;
    display: block;
    padding: 0 1.1vw;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

ul#main-nav {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  background: #d0aba7;
}

nav {
    margin-bottom: 0px;
	border-bottom:0px solid;
	border-top:0px solid;
	border-left:0px solid;
	border-right:0px solid;
	-webkit-border-image: url(images/border.png) 1 round; /* Safari 3.1-5 */
	-o-border-image: url(images/border.png) 1 round; /* Opera 11-12.1 */
	border-image: url(https://anofficial.blog/wp-content/themes/chloeaddison-tinselpop/images/border.png) 1 round;
}

.zoomContainer {
    z-index: 0;
}

.swatch input:checked + label {
  border:1px solid #eee;
  background: #fdf4f4;
  color: #000;
}



/* #Buttons
================================================== */

#addToCart {
    width: 150px !important;
    background: #d0aba7;
    color: #fff;
    font-family: Chronicle-Display-Roman;
    border: none;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: normal;
    height: 40px;
    letter-spacing: 0.02em;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#addToCart:hover,
 {
  color: #fff;
  background: #ce908f;
}


.bold_cart_edit_button  {
    width: 70%;
    max-width: 100%;
    background: #f5f5f5;
    color: #000000;
    font-family: Chronicle-Display-Roman;
    border: none;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: normal;
    height: 50px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.bold_cart_edit_button:hover {
  color: #000;
  background: #e6e6e6;
}


.product-add h5 {
    font-weight: 400;
    font-size: 13px;
    font-family: Chronicle-Display-Roman;
    letter-spacing: 0.08em;
  
}

.swatch .header {
    margin: 0.5em 0;
    font-weight: 400;
  	letter-spacing: 0.08em;
}

.swatch {
    margin: 0;
    background: #ffffff;
    border-bottom: 0px solid #fef4f4;
  	padding: 5px;
}

.qty-selection { 
	margin-bottom: 20px; 
	background: #ffffff;
	padding: 10px;
}

.swatch input:checked + label {
    border: 0px solid #eee;
    background: #d0aba7;
    color: #000;

}

.swatch label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    padding: 0;
    background-color: #fff;
    margin: 0px 3px 10px;
    cursor: pointer;
    border: 0px solid #eee;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    min-width: 44px !important;
    height: 34px !important;
    line-height: 34px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
}

a.down, a.up {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 8px;
    width: 30px;
    color: #676767;
    border: 0px solid #ffffff;
    text-align: center;
    background: #fff;
}



input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
    width: 100%;
    font-family: Gill Sans;
    font-size: 13px;
    color: #676767;
    border: 1px solid #e6e6e6;
    height: 50px;
    margin: 0px;
    margin-bottom: 20px;
    max-width: 100%;
    text-indent: 10px;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

p.afterpay-paragraph {
  font-size: 11px;
}

.swatch .swatch-element.soldout label {
  text-decoration: line-through;
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}

ul#popups { display:block} 


ul#popups {
    margin: 20px 0 15px;
    list-style-type: none;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}

ul#popups li a {
    text-decoration: none;
    color: #d0aba7;
}

.sorted { 
margin-bottom: 30px;
}


/* GOOD SEARCH BAR */



input[type=search] {
    background: url(https://cdn.shopify.com/s/files/1/0899/8618/files/searchicon2.png?v=1602479707) no-repeat 0px center;
    border: solid 0px #fff;
    padding: 0px 1px 9px 20px;
    width: 15px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-size: 20px;
}

input[type=search]:focus {
  	width: 120px;
	background-color: transparent;
	border-color: #d1b984;
  	z-index: 100;
	
	-webkit-box-shadow: 0 0 0px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 0px rgba(109,207,246,.5);
	box-shadow: 0 0 0px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

.header #q {
    padding: 6px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
}

.site-header-search__input {
    margin: 0 0 0 0px;
    border: 0;
    height: 24px;
    outline: none;
    flex: 1 0 auto;
}


/* GOOD SEARCH BAR END*/


#logo {
    line-height: initial;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0px;
    text-align: center;
}


/* MOBILE EDITS & ADJUSTMENTS */

@media screen and (max-width: 740px) { 
#logo {
    margin-top: 80px;
    margin-bottom: 35px;
}
}

@media screen and (max-width: 740px) {
header {
    line-height: 25px;
    position: fixed;
    width: 100%;
    padding-top: 0px;
    background: #d0aba7;
}
    .pages-content p { 
    font-size: 2.5vw;
}
  .pages-content { 
    display: block; 
}
  .section-title.lines {
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: -20px;
}

  .currency-switch { 
    display: none;
}
}

@media screen and (max-width: 980px) {
ul#social-icons li, ul#cart li {
    padding: 0 1.5vw;
}
  .section-title.insta a {
    font-size: 3vw;
} 

}
/* MOBILE EDITS & ADJUSTMENTS END */



/* NEW HEADER LOGOS */

@media screen and (min-width: 980px) {
ul#cart {
    margin-bottom: 0;
    text-align: center;
    z-index: 5;
    position: relative;
    list-style: none;
    margin-top: 0;
    float: left;
    z-index: 1;
    top: 95px;
 	width: auto;
}
  
    #item_count {
    position: absolute;
    top: 0px;
    font-size: 12px;
    color: #fdf4f4;
    right: -0.4vw;
    padding: 2px 6px;
    background-color: #d0aba7;
    line-height: 13px;
    min-width: 13px;
    font-weight: 500;
    border-radius: 100%;
    box-shadow: 0 0 0 #ffc0cb80;
    animation: pulse 2s infinite;
    /* animation: pulse 2s infinite; */
}
  
  
  header {
    background: #ffffff;
    line-height: 25px;
    position: relative;
    z-index: 3;
    color: #101010;
}
}

@media screen and (min-width: 340px)and (max-width: 369px) {
#item_count {
    position: absolute;
    top: 5px;
    right: -2vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
   animation: pulse 3s infinite; 
    /* animation: pulse 2s infinite; */
}
}

@media screen and (min-width: 370px)and (max-width: 399px) {
#item_count {
    position: absolute;
    top: 5px;
    right: -2vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 2s infinite; */
}
}

@media screen and (min-width: 400px)and (max-width: 414px) {
#item_count {
    position: absolute;
    top: 5px;
    right: -2vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 2s infinite; */
}
}

@media screen and (min-width: 415px)and (max-width: 434px) {
#item_count {
    position: absolute;
    top: 5px;
    right: -2vw;    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 2s infinite; */
}
}

@media screen and (min-width: 435px)and (max-width: 454px) {
#item_count {
    position: absolute;
    top: 5px;
    right: -2vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 2s infinite; */
}
}

@media screen and (min-width: 455px)and (max-width: 479px) {
#item_count {
    position: absolute;
    top: 5px;
    right: -2vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 2s infinite; */
}
}


@media screen and (min-width: 480px)and (max-width: 499px) {
#item_count {
    position: absolute;
    top: 5px;
    right: -2vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 2s infinite; */
}
}

@media screen and (min-width: 500px)and (max-width: 740px) {
#item_count {
    position: absolute;
	top: 5px;
    right: -1.5vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 3s 5; */
}
}

  @media screen and (min-width:740px) and (max-width: 980px) {
    #item_count {
    position: absolute;
	top: 12px;
    right: -1.5vw;
    padding: 3px 7px;
    font-size: 12px;
    color: #d0aba7;
    background-color: #ffffff;
    font-weight: 500;
    line-height: 13px;
    min-width: 13px;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    animation: pulse 3s infinite; 
    /* animation: pulse 3s infinite; */
}
}

@media screen and (min-width: 740px) and (max-width: 980px) {
ul#cart, ul#cart li, ul#social-icons, ul#social-icons li {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
}
  
  #logo {
    line-height: initial;
    position: relative;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 192, 203, 0.5019607843137255));
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 192, 203, 0.5019607843137255);
    box-shadow: 0 0 0 0 rgba(255, 192, 203, 0.5019607843137255);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


.menu-img {
    height: 25px;
    width: 30px;
  	margin-bottom: 1px;
  	vertical-align: middle;
}

.account-img:hover {
  opacity: 0.8; 
}


.account-img {
    height: 18px;
    width: 18px;
  	margin-bottom: 1px;
  	vertical-align: middle;
}

.account-img:hover {
  opacity: 0.8; 
}

.heart-img {
    height: 18px;
    width: 18px;
    margin-bottom: 1px;
    vertical-align: middle;
    opacity: 0.8;
}

.heart-img:hover {
  opacity: 0.7; 
}


.cart-img {
    height: 20px;
    width: 20px;
    margin-bottom: 1px;
    vertical-align: middle;
}

.cart-img:hover { 
  opacity: 0.8; 
}

ul#cart li a { 
  text-decoration: none; 
  font-size: 13px;
}

.mm-trigger {
    margin-right: 15px;
    margin-bottom: 2px;
}

.doubly-nice-select.slim {
    padding: 0 16px 0 0;
    height: 17px;
    line-height: 20px;
    border: 0;
    background: 0 0!important;
}

.doubly-nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Chronicle-Display-Roman;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.08em;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

ul#cart li {
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
  	margin-left: 7px;
  	margin-right: 7px;
}

.topbar {
    /*background: #d4aeaa;
    padding: 1px;
    border-top: 0px solid;
  	border-bottom: 1px solid White;
	border-left:0px solid;
	border-right:0px solid;*/
	/*border-image: url(https://anofficial.blog/wp-content/themes/chloeaddison-tinselpop/images/border.png) 1 round;*/

}

.topbar a { 
    color: #fdf4f3;
    font-size: 9px;
    font-weight: 500;
}

.advert-slider {
    margin-top: 3px;
  	margin-bottom: 3px;
    width: 100%;
}

@media (max-width: 980px){
.advert-slider {
    margin-top: 5px;
}
}



@media screen and (min-width: 741px) {
.slick-slide {
    text-align: center;
    line-height: 1rem;
    font-size: 10px;
    text-transform: uppercase;
    color: transparent;
    letter-spacing: 0.09em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
}

@media screen and (max-width: 740px) {
.slick-slide {
    text-align: center;
    line-height: 1rem;
    font-size: 1.5vw;
    text-transform: uppercase;
    color: transparent;
    letter-spacing: 0.09em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
  #footer-wrapper {
   	text-align: center;
}
}

  #footer-wrapper {
    text-align: ;
  }

.customs-header { 
  background: #fef4f4;
}
/* 
ul#cart li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 0 0px;
}

*/
/* NEW HEADER LOGOS END */


/* ====== Quick Cart ===== */

header .fa-2x { 
  font-size: 16px! important; 
}

@media screen and (min-width: 740px) {
  ul#cart {
      top: 0px;
  }
}

ul#cart { 
  margin-bottom: 0; 
  text-align: center; 
  z-index: 5; 
  position: relative; 
  list-style: none; 
  margin-top: 0; 
  float: left;
  z-index: 1; 
  

}

ul#cart li { 
  vertical-align: middle; 
  display: inline-block; 
  padding: 0px; 
}

ul#cart li a { 
  color: #292929;
}

ul#cart li a:hover { 
  color: #999999; 
}

ul#cart li.cart-overview { 
  position: relative; 
}

/*ul#cart li.cart-overview:after {
  font-family: 'FontAwesome'; 
  content: "\f107";
  margin-left: 10px;
  cursor: pointer;
}*/

ul#cart li.cart-overview:hover #crt { 
  display: block; 
}

ul#cart li.seeks-mobile { 
  display: none; 
}

ul#cart li select { margin: 0;}


.icon-shopping-cart { margin-right: 5px; }

@media screen and (min-width: 320px) and (max-width: 980px){
  #crt {
    top: 22px;
    padding: 20px;
    position: absolute;
    right: -10px;
    width: 293px;
    display: none;
    background: #fff;
    color: #292929;
    border: 1px solid #eee;
    z-index: 2;
}
}

@media screen and (min-width: 981px){
#crt {
  top: 22px;
  padding: 20px; 
  position: absolute; 
  left: -10px;
  width: 350px; 
  display: none; 
  background: #fff;  
  color: #292929; 
  border: 1px solid #eee;
  z-index: 2;
}
}

#crt.block { 
  display: block! important;
  position: fixed;
  top: 50px;
  right: 50px;
}

.quick-cart-item {
    border-bottom: 0px solid #eee;
    width: 280px;
    margin-left: 0px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: left;
}

.quick-cart-image { 
  height: 80px; 
  width: 70px; 
  float: left;  
}

.quick-cart-image img { 
  max-width: 60px;  
  max-height: 80px; 
  height: auto! important; 
}

.quick-cart-details { 
  color: #292929; 
  font-weight: normal;
  margin-left: 80px; 
  line-height: 15px! important;
}

.quick-cart-details p {
    padding: 0 10px 5px 0;
    margin: 0! important;
    text-align: left;
    font-size: 11px;
    color: #292929! important;
    font-weight: normal;
}

.quick-cart-details a { 
  padding-left: 0! important; 
  font-size: 12px! important; 
  line-height: initial! important; 
  color: #292929! important;
  font-weight: normal! important;  
  height: auto! important; 
}

a.checkout-link {
    color: #fdf4f3! important;
    float: left;
    line-height: 40px;
    width: 100%;
    clear: left;
    text-align: center;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    background: #d0aba7;
    letter-spacing: 0.08em;
    transition: 0.9s;
}

a.checkout-link:hover { 
  background: #d4aeaab5! important; 
    color: #ffffff! important;
}

p.empty-cart { text-align: center; margin-bottom: 0; }


.remove_item { float: left; margin-top: 10px; }

.currency-picker { 
  width: 60px;
  background: url(//cdn.shopify.com/s/files/1/0576/4893/t/53/assets/select-arrow.png?9082096865932062408) no-repeat right transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #292929;
  border: 0;
  line-height: 40px;
  font-weight: 100;
}

.currency-picker::-ms-expand {
  display: none;
}

#cart-subtotal {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#cart-subtotal h3 { 
  
    font-family: inherit;
   font-weight: 100;
}


.checkout-view {
    bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-style: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    font-size: 12px;
    line-height: 12px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    text-transform: uppercase;
    border-color: #1b1b1b;
    color: #1b1b1b;
}

.checkout-view {
    display: block;
    height: 40px;
    left: 15px;
    position: absolute;
    right: 15px;
    width: auto;
    padding-bottom: 12px;
    padding-top: 12px;
}

.section-title.lines h2 {
    display: inline-block;
    padding: 8px 23px;
    margin: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    font-weight: 100;
    margin-bottom: 20px;
    font-family: Chronicle-Display-Roman;
    letter-spacing: 0.08em;
    color: #000000;
}

.cust-out { 
    padding-left: 0;
    margin-left: -18px;
}


a.iWishAdd { 
text-decoration: none;}

@media screen and (min-width: 1700px) {
.iWishCount {
    position: absolute;
    top: 10px;
    right: 45.5%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}

@media screen and (min-width: 1220px) and (max-width: 1699px)  {
.iWishCount {
    position: absolute;
    top: 10px;
 	right: 45%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}

@media screen and (min-width: 980px) and (max-width: 1219px)  {
.iWishCount {
    position: absolute;
    top: 10px;
 	right: 44%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}

@media screen and (min-width: 741px) and (max-width: 979px)  {
.iWishCount {
    position: absolute;
    top: 26px;
    right: 47%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}

@media screen and (min-width: 500px) and (max-width: 740px) {
.iWishCount {
    position: absolute;
    top: 11px;
    right: 39.5%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}

@media screen and (min-width: 480px) and (max-width: 499px) {
.iWishCount {
    position: absolute;
    top: 11px;
    right: 39.5%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}

@media screen and (min-width: 400px) and (max-width: 479px) {
.iWishCount {
    position: absolute;
    top: 11px;
    right: 37.5%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}


/*
@media screen and (min-width: 341px) and (max-width: 369px) {
.iWishCount {
    position: absolute;
    top: 11px;
    right: 34%;
    padding: 0px 0px 2px 8px;
    background-color: #ffc0cb;
    line-height: 7px;
    min-width: 2px;
    border-radius: 100%;
    font-size: 0px;
}
}
*/

.iWishCount {
  display:none;
}

.iwishTitle {
    margin: 0 0 20px 0;
    text-align: center;
}

input.iwishBuyBtn {
    width: 70%;
    max-width: 100%;
    background: #292929;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    border: none;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    height: 29px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.iwishMsg { 
  text-align: center; 
}

.iWishAdd {
    padding: 10px 0;
    font-family: "Work Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
}

.iWishView, .iWishAdd, .iwishRemoveBtn {
    display: inline-block;
    outline: 0;
}


.iWishView, .iWishAdd, .iwishRemoveBtn {
    display: inline-block;
    outline: 0;
}

/*.slides { display: none} */



/* Homepage slideshow + Promo Boxes */
@media screen and (max-width: 739px) {
  .flexslider {display: none}

  .homepage-promo {
    position: relative;
    text-align: center;
    margin-top: 5px;
}
}


@media screen and (min-width: 740px) {
  .flexslider {display: block} {
}
}

@media screen and (min-width: 739px) {
  .gridlock .row .desktop-8 {
    width: 47.91666667%;
    display: none;
  }
} 
/* Homepage slideshow + Promo Boxes End */

input#addToCart.add.disabled {
    visibility: collapse;
    height: 0px;
}

.sale-item {
    color: #fff;
    background: #0606067a;
}

.so {
    color: #fff;
    background: #0606067a;
}

.was, .was-related  { 
  color: #ffc1cb;
}




.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #d0aba7;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  border: none;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  height: 45px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #d4aeaab5;
}

#cart-notes { 
  text-align: left;
}

.slider-nav-thumbnails .slick-slide {
	opacity: 0.5;
}


.swatch .color input:checked + label {
    box-shadow: 0px 0px 2px 2px #df9c9a;
}

.swatch .color label {
    background-size: 50px;
    filter: brightness(115%);
}

.swatch .color input:checked + label {
    box-shadow: 0px 0px 2px 2px #df9c9a;
    background-size: 50px;
    filter: brightness(115%);
}

/*
img {
    filter: brightness(103%);
} */

#hello p {
    color: #df9c9a;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

a.iWishAdd { 
  color: #df9c9a;
  text-decoration: none;
}


@media screen and (max-width: 980px) {
#product-price, .product-price {
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 20px;
}
}

.credit p {
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-align: center;
}

@media screen and ( max-width: 740px) {
.credit {
    margin-bottom: 25px;
}
}

/*.scrollup {
    width: 30px;
    height: 30px;
    opacity: 0.3;
    position: fixed;
    bottom: 65px;
    right: 20px;
    display: block;
    z-index: 3;
    text-align: center;
}*/

@media screen and (max-width: 980px){
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    /*bottom: 10%;
    right: 10px;*/
    display: block;
    z-index: 3;
    font-size: 20px;
  	text-align: center;
    bottom: 20px;
    left: 20px;
}
}

@media screen and (min-width: 981px){
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 1%;
    left: 15px;
    display: block;
    z-index: 3;
    font-size: 8px;
}
}

a.scrollup:hover {
	opacity: 1;
}


/*

.rte  {
    column-count: 1;
    column-gap: 60px;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #fef4f4;
    background: #fbfbfb;
    text-align:left
}


#collection-description {
    column-count: 1;
    column-gap: 60px;
    padding: 75px;
    margin-top: 90px;
    margin-bottom: 20px;
    border-top: 1px solid #fef4f4;
    background: #fbfbfb;
}
*/


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .0s ;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read more...';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '...Read less';
}

.read-more-trigger {
    font-style: italic;
    color: #5f5f5f;
    margin-top: -12px;
}


/* Row 1 */



@media screen and (min-width: 1680px)
.gridlock .row-1 {
    width: 1400px;
}

@media screen and (min-width: 1220px)
.gridlock .row-1 {
    width: 1200px;
}
@media screen and (min-width: 980px)
.gridlock .row-1 {
    width: 960px;
}
@media screen and (min-width: 740px)
.gridlock .row-1 {
    width: 720px;
}
@media screen and (min-width: 500px)
.gridlock .row-1 {
    width: 480px;
}


@media screen and (min-width: 981px) {
.gridlock .row-1 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
}


@media screen and (min-width: 500px) {
  .gridlock .row-1 {
    width: 100%;
  }
}
@media screen and (min-width: 740px) {
  .gridlock .row-1 {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row-1 {
    width: 100%;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row-1 {
    width: 1200px;
  }
}

@media screen and (min-width: 1680px) {
  .gridlock .row-1 {
    width: 1400px;
  }
}

.gridlock-fluid .row-1 {
  width: 98%;
}

@media screen and (max-width: 980px) {
  .gridlock-mobile-fluid .row-1 {
    width: 100%;
  }
}


@media screen and (max-width: 980px) {
gridlock .row-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}


.rte-desc {
    column-count: 1;
    column-gap: 82px;
    padding: 15px;
    margin-top: 5px;

}

.morenow { 
  	text-align: center;
	font-style: italic; 
}

a.morenow  { 
	text-decoration: none;
  	color: #df9c9a;
    background: #ffffff;
}

.rte-desc {
	overflow: hidden;
  	width: 100%;
	}

.rte-desc[data-readmore] { 
    padding: 15px;
  	padding-bottom: -10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #ffffff;
    background: #ffffff;

}


.collection-header { 
  margin-bottom: 10px;
}


.instagram-template { 
    /*background: radial-gradient(ellipse at center, #ffffff -245%, #fbfbfb8a 55%, rgba(173, 173, 173, 0) 215%, rgba(0, 0, 0, 0) -179%);*/
    padding: 0px;
  	margin-top: 0px;
    margin-bottom: 60px;
    border-bottom: 0px dotted #d6b87ca3;
}

ul#footer-icons {
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px solid #ffffff;
    background: #ffffff;
    margin-bottom: auto;
    margin-top: auto;
}

    .ssw-header-2 {
    text-align: center;
    font-family: Chronicle-Display-Roman;
    letter-spacing: 0.3em;
    font-size: 15px;  
}

ul#footer-icons li {
    display: inline-block;
    margin: 5px;
    width: 35px;
    height: 35px;
    padding: 0px;
  	background: #d0aba7;
  	border-radius: 60px;
    line-height: 43px;

}


ul#footer-icons li a { 
 color: #ffffff;
  font-size: 11px;
}



.fa-2x {
    font-size: 18px;
}

.widget-title {
    border-bottom: 0px solid;
    border-top: 1px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    -webkit-border-image: url(images/border.png) 1 round;
    -o-border-image: url(images/border.png) 1 round;
    border-image: url(https://anofficial.blog/wp-content/themes/chloeaddison-tinselpop/images/border.png) 1 round;
}

.widget-title {
    margin-bottom: 0;
    padding: 7px 0;
    background: #ffffff;
  	margin-top: 40px;

}

.widget-title h3 {
    position: relative;
    margin: 0;
	padding: 25px 10px;
    text-transform: uppercase;
    font-family: Chronicle-Display-Roman;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
  	color: #d0aba7;
}
}

/* Afterpay / Zip Pay / Sezzle */

.sezzle-hide {
    color: #676767;
    background: #ffffff;
    padding-top: 15px;
    margin-bottom: -5px;
}

p.afterpay-paragraph { 
  margin-bottom: 0px;
}

.pay-later {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.08em;
}
  

#product-description form, .product-description form {
    margin-bottom: 10px;
    border-top: 0px solid #f0f0f0;
    border-bottom: 0px solid #ffffff;
    padding-top: 0px;
}


@media screen and (max-width: 980px) {
.fp {
    background: #ffffff;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 15px;
    margin-bottom: 5px;
    padding-top: 20px;
}

.fp p {
    color: #888888;
    /*background: #ffffff;*/
    padding-left: 1%;
    padding-right: 0%;
    padding-bottom: 15px;
    margin-bottom: 14px;
}
  
  .sezzle-hide {
    color: #676767;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

}

@media screen and (min-width: 981px) {
.fp { 
  background: #ffffff;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 25px;
    margin-bottom: 5px;
    padding-top: 20px;
}

.fp p {
    color: #888888;
    /*background: #ffffff;*/
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 0px;
}
}



p.product-title-desc {
    color: #636363;
    text-align: center;
    font-family: Chronicle-Display-Roman;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 600;
    border-bottom: 1px dotted #d6d6d6;
    padding-top: 10px;
}

p.product-title-pre {
    color: #636363;
    text-align: center;
    font-family: Chronicle-Display-Roman;
    font-size: 10px;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding-top: 12px;
    text-transform: uppercase;
}

.product-name-pre {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #505050;
    margin-bottom: 0px;
    font-size: 13px;
}


.desc {
    padding-top: 10px;
    display: none;
}

img.heart-img {
    max-width: 20px;
}

img.account-img {
    max-width: 30px;
}

img.cart-img {
      max-width: 20px;
}

img.menu-img { 
      max-width: 20px;
}


/*body.collection h1 {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    padding: 20px;
    color: #545454;
    border-bottom: 0px solid #e2e2e2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}*/

#instock {
    color: #bfbfbf;
    padding-top: 20px;
    margin: 5px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#outstock {
    color: #d18484;
    padding: 15px;
    margin: 5px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
  	display: none;
}

#prestock {
    color: #bfbfbf;
    padding-top: 20px;
    margin: 5px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
}

@media (max-width: 980px){
#top-bar p {
    margin-top: 5px;
    margin-bottom: 5px;
}
}

@media screen and (min-width: 320px) and (max-width: 980px){   
#top-bar p {
    text-transform: uppercase;
    letter-spacing: 2px;
  	font-size: 8px;
    text-align:center;
}
}

@media screen and (min-width: 981px){   
#top-bar p {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
  	font-size: 10px;
  	margin: 5px;
}
}

#top-bar {
    text-align: center;
    line-height: 25px;
    background: whitesmoke;
    /*padding: 1.5px;*/
    color: #8a8a8a;
}

#top-bar br {
    display: none;
  
}

@media screen and (min-width: 981px) {
input#footer-EMAIL {
    width: 73%;
    height: 46px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    background: #ffffff;
    color: #000000;
    border: 0;
    border: 5px solid whitesmoke;
    border-radius: 0;
    margin-right: 10px;
}
}

@media screen and (min-width: 320px)  and (max-width: 980px) {
input#footer-EMAIL {
    width: 70%;
    height: 46px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    background: #ffffff;
    color: #000000;
    border: 0;
    border: 5px solid whitesmoke;
    border-radius: 0;
    margin-right: 10px;
}
}


.newsletter-text {
    font-size: 12.5px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #8e8e8e;
    text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 980px){
 .rte-one {
    column-count: 1;
    column-gap: 82px;
    padding: 15px;
    margin-top: 5px;

}
}

@media screen and (min-width: 981px) {
.rte-one {
    column-count: 1;
    column-gap: 82px;
    padding: 0px;
    margin-top: 5px;

}
}

.rte-one { 
  	text-align: left;
	font-style: italic; 
}

a.rte-one  { 
	text-decoration: none;
  	color: #df9c9a;
    background: #fdfdfd;
}

.rte-one {
	overflow: hidden;
  	width: 100%;
	}

.rte-one [data-readmore] { 
    padding: 0px;
  	padding-bottom: -10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #fef4f4;
    background: #fdfdfd;

}

.moreabt {
    text-align: center;
    font-style: italic;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    line-height: 2;

}

a.moreabt  { 
	text-decoration: none;
  	color: #888888;
}

.swatch .color label { 
  border: 1px solid #ffbcbd;
}


.sound { 
float: right;
    margin-top: 15px;
}

.playPause { 
float: right;
    margin-top: 10px;
}

.player-buttons { 
  text-align: center;
}

#vid { margin-top: 10px } 

@media screen (min-width: 320px) and (max-width: 980px) {
ul#play-icons {
    text-align: center;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-top: 0px solid #ffffff;
    background: white;
    margin-bottom: 0px;
}
}

@media screen (min-width: 981px) {
ul#play-icons {
    text-align: center;
    margin-top: -8px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-top: 0px solid #ffffff;
    background: white;
    margin-bottom: 5px;
}
}

ul#play-icons li {
    display: inline-block;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    padding: 0px;
}

#play { 
  border-bottom: 1px solid #fef4f4;
  margin-right: 30%; 
  margin-left: 30%;
}

ul#play-icons {
    padding: 0;
    /*margin: -10px 0 10px 0; */
    list-style: disc inside;
}

.upsell { margin: 30px auto; width: 50%; overflow: hidden; }
.upsell .title { padding: 5px 10px; text-align: center; color: #fff; background: #d0aba7; }
.upsell .up-product {float: left;margin-top: 15px;width: 50%;}
.upsell .image { float: left; width: 40%; max-width: 130px; }
.upsell form { float: left; width: 60%; padding: 15px 15px 0 15px; }
.upsell label { margin-bottom: 5px; font-weight: normal; }
.upsell input[type="submit"] { height: 30px; line-height: 30px; }

@media screen and ( max-width: 980px){
  .upsell { width: 100%; }
}

#footer { text-align: center; }
#footer_signup, #mc_embed_signup { text-align: center; }

@media screen and (min-width: 981px) {
input#footer-EMAIL-ft, #mce-EMAIL {
    width: 70%;
    max-width: 656px;
    height: 35px;
    display: inline-block;
    float: inherit;
    margin-bottom: 0px;
    background: #ffffff;
    color: #000000;
    border: 0;
    border: 0px solid whitesmoke;
    border-radius: 0;
    margin-right: 2spx;
}
}

div#footer_signup, #mc_embed_signup {
    margin-top: 0px;
}

#footer-EMAIL-ft, #mce-EMAIL { 
  margin-bottom: 8px;
}

input#footer-subscribe {
    width: 25%;
    float: left;
    display: inline-block;
    background: #df9c9a;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    font-weight: normal;
}

@media screen and ( min-width: 981px ) { 
	#footer-subscribe-ft, #mc-embedded-subscribe {
    width: 25%;
    max-width: 25%;
    background: #df9c9a;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    border: none;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    height: 34px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
}


@media screen and ( max-width: 980px ) { 
	#footer-subscribe-ft, #mc-embedded-subscribe {
    width: 100%;
    max-width: 100%;
    background: #df9c9a;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    border: none;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    height: 45px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
}

#footer-subscribe-ft, #mc-embedded-subscribe { 
background: #d0aba7;
}

.copyright {
    font-family: Chronicle-Display-Roman;
    font-size: 14px;
  	margin-top: auto;
    margin-bottom: auto;
  	padding-bottom: 10px;
}

.production-calendar { 
  	margin-bottom: 10px;
}


@media screen and ( max-width: 980px ) { 
.order-date {
    background: #d0aba7;
    font-size: 14px;
    font-family: Gill Sans;
    width: 50%;
    float: left;
    padding: 10px;
  	margin-bottom: 20px;
  	min-height: 60px;
    max-height: 60px;
  	color: #ffffff;
  	font-weight: 100;
}


.complete-date {
    background: #d0aba7;
    font-size: 14px;
    font-family: Gill Sans;
    width: 50%;
    float: right;
    padding: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
    border-left: 5px solid white;
  	min-height: 60px;
    max-height: 60px;
    color: #ffffff;
  	font-weight: 100;

}
  .prodRight {
    text-align: center;
}
  
}




@media screen and ( min-width: 981px ) { 
.order-date {
    background: #d0aba7;
    font-size: 16px;
    font-family: Gill Sans;
    width: 50%;
    float: left;
    padding: 10px;
  	margin-bottom: 20px;
    color: #ffffff;
   	font-weight: 100;

}


.complete-date {
    background: #d0aba7;
    font-size: 16px;
    font-family: Gill Sans;
    width: 50%;
    float: right;
    padding: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
    border-left: 5px solid white;
  	color: #ffffff;
    font-weight: 100;
}
}

.production-header { 
    font-family: Chronicle-Display-Roman;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1em;
    background: #ffffff;
    margin-bottom: 1px;
    padding: 5px;
}




#iagree { 
 line-height: 16px;
    margin-bottom: 15px;
    background: #ffffff;
    padding-bottom: 15px;
    /*margin-top: 105px; */
  	margin-top: -15px; 
    padding: 15px;
}

#iagree-two { 
 line-height: 16px;
    margin-bottom: 0px;
    background: #ffffff;
    padding-bottom: 15px;
    padding: 15px;
}

label, i-agree-to-the-estimated-time-of-production { 
  font-size: 11px;
}


.tooltipm {
    position: relative;
    display: inline-block;
    background: url(https://cdn.shopify.com/s/files/1/0899/8618/files/info.png?5499);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    top: 3px;
}



.tooltipm .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipm .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipm:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.custom-header{
    font-size: 16px;
    font-family: Chronicle-Display-Roman;
    margin-left: 0px;
    margin-bottom: 20px;
}

#welcomeDiv {
  
 background: #f9f9f9;
    padding: 40px;
} 

#stuff {
    opacity: 0.0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    text-align: center;
    font-family: Chronicle-Display-Roman;
}
#hover {
    height:20px;
    margin-bottom:5px;
  text-align: center;
  font-family: Chronicle-Display-Roman;
  font-size:12px
}
#hover:hover + #stuff {
    opacity: 1.0;
}


#myDIV {
    width: 100%;
    padding: 0px 0;
    display: none;
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
}

.hidden-menu {
    width: 100%;
    padding: 0px 0;
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
}

.pointer {cursor: pointer;}

  .stock-notice { 
    color: #bfbfbf;
    padding-top: 20px;
    margin: 5px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.product-price {
      position: relative;
    font-weight: inherit !important;
    font-size: 16px;
    text-decoration: inherit !important;
    color: #d0aba7;
  	text-transform: uppercase;
  	font-family: Gill Sans;
}

@media screen and (max-width: 740px) {
.cart-title {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 14px;
}
}

@media screen and (min-width: 741px) {
.cart-title {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 5px;
  	text-align: left;
}
}

#related {
    margin-top: 0px;
    padding: 0px 0;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.prod-title {  color: #676767;
  background: #ffffff;
  font-size: 14px;
  font-family: Gill Sans;
  line-height: 1.6em;
  font-weight: 100;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }


.prod-price {
    font-family: Gill Sans;
  	font-weight: 100;
}

  /* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

i.icon-swym-wishlist {
    font-family: 'swym-icons';
    font-style: normal;
    vertical-align: middle;
}
i.icon-swym-wishlist+span {
    vertical-align: middle;
}
i.icon-swym-wishlist:after {
    content: '';
    font-size: 130%;
    line-height: 18px;
    text-align: center;
    display: inline;
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
    content: '\f004';
}

#content {
    padding-top: 20px;
  	/*width: 100%;*/
}


@media screen and (max-width: 980px) {
#main-nav { 
  display: none; 
}
}


@media screen and (min-width: 981px) {
#main-nav { 
  display: block; 
}
}

#breadcrumb, #breadcrumb a {
  color: #888888;
  letter-spacing: 1px;
  font-size: 12px;
}

#breadcrumb {
  padding-top: 0px;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (min-width: 980px)   { 

.collection #product-loop {
    padding-top: 0;
    display: table;
  	margin-bottom: 30px;
}

.collection-image {
  	height: auto;
 	width: 25%;
  	float: left;
    padding: 5px;
    text-align: center;
  	transition: transform 1s ease;
}

.collection-image:hover {
  -ms-transform: scale(1.01); /* IE 9 */
  -webkit-transform: scale(1.01); /* Safari 3-8 */
  transform: scale(1.01); 
}
}


@media screen and (max-width: 980px)   { 

.collection #product-loop {
    padding-top: 0;
    display: table;
  	margin-bottom: 30px;
}


.collection-image {
  height: auto;
    padding: 10px;
    text-align: center;
  	transition: transform 1s ease;
}

.collection-image:hover {
  -ms-transform: scale(1.01); /* IE 9 */
  -webkit-transform: scale(1.01); /* Safari 3-8 */
  transform: scale(1.01); 
}
}



ul#main-nav {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
}


ul#main-nav li a {
    font-family: Chronicle-Display-Roman;
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    display: block;
    padding: 0 0.5vw;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#footer-wrapper ul {
	text-align: left;
}

#footer-wrapper h4 {
	text-align: left;
}

.menu-search { display: none } 

.ssw-header-2 {
    position: relative;
    margin: 0;
    padding: 25px 10px;
 	padding-bottom: 15px;
    text-transform: uppercase;
    font-family: Karla;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: #d0aba7;
}

.copyright a {
    color: #888888;
}

.error { text-align: center } 


.section-title.lines:after {
  display: none;
}

#shopify-section-1582524200354 { 
    margin-top: 40px;
}
#shopify-section-1583119203176 { 
  
  margin-bottom: 30px;
  margin-top: 20px;

} 

#shopify-section-1582524492444 p {
  color: #d0aba7;
  font-family: "Chronicle-Display-Roman";
  
}




@media screen (min-width: 320px) and (max-width: 980px) {
#shopify-section-1582524492444 p {
  font-size: 10px; 
  color: #d0aba7;
  padding: 10px;
  font-family: "futura";
}
}

.owl-controls.clickable {
  display: block !important;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  
}

.dates { margin-bottom: 20px }


.section-title.lines h1 {
    display: inline-block;
    padding: 8px 23px;
    margin: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    font-weight: 100;
    margin-bottom: 20px;
    font-family: Chronicle-Display-Roman;
    letter-spacing: 0.08em;
    color: #000000;
}

.section-title.lines {
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
}

/*@media screen and (min-width: 740px)
.gridlock .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}*/

/*.gridlock .row [class*="all-"], .gridlock .row [class*="min-"], .gridlock .row [class*="mobile-"], .gridlock .row [class*="tablet-"], .gridlock .row [class*="desktop-"], .gridlock .row [class*="max-"] {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  	margin-bottom: 5px;
}
*/
/*@media screen and (max-width: 769px){
.gridlock .row .mobile-3 {
    width: 100%;
}
}*/

@media screen and (max-width: 768px){
	#content {
    
  	width: 100%;
    
}
}

#page {
	padding-left: 15px;
  	padding-right: 15px;
}


#main-nav > li a[href="/collections/sale"]
{font-weight:700;font-size: 13px;letter-spacing: 0.1em;}

ul#accordion li a  [href="/collections/sale"]
{ font-weight:700; color: #f55e5e; background:#fff }



.fp, .swym-button-bar, ul#popups, .swatch .header, .swatch, .sezzle-hide, #iagree, #iagree-two, .production-header {
	font-family: Chronicle-Display-Roman;
}

@media ( min-width: 980px) {
      #footer {
      	display: flex;
  	  }
  }
  
  @media ( max-width: 980px) {
  	#footer {
      	display: block;
  	  }
  }

.sub-footer {
    display: block;
    width: 100%;
  	border-top: 1px solid #f0f0f0;
  	margin-bottom: 130px;
}

ul#footer-icons {
    margin-left: auto;
    text-align: center;
  	margin-right: 20px;
  	float: right;
}



div#fsb_bar {
    height: 0 !important;
    padding: 0 !important;
}

iframe#tidio-chat-iframe {
    bottom: -20px !important;
}


/***********accordion***********/

ul {
	 list-style: none;
	 padding: 0;
}
 ul.inner {
	 /*padding-left: 1em;*/
	 overflow: hidden;
	 display: none;
}
 ul.inner.show {
	/*display: block;
	*/
}
 ul li {
	 /*margin: 0.5em 0;*/
}
 ul li a.toggle {
	 width: 100%;
	 display: block;
	 background: rgba(0, 0, 0, 0.78);
	 color: #fefefe;
	 padding: 0.75em;
	 border-radius: 0.15em;
	 transition: background 0.3s ease;
}
 ul li a.toggle:hover {
	 background: rgba(0, 0, 0, 0.9);
}
 

/***********accordion***********/

.row.sign-up {
    width: 25% !important;
}

.accordion{
	width: auto !important;
}

.sign-up {
    margin-left: auto !important;
  	margin-right: 20px !important;
}

ul#main-nav li {
    line-height: 23px !important;
}

.product-info {
    padding: 0px;
  	text-align: left;
}

.product-info-inner {
    float: left;
}

.row {
    width: 100% !important;
}


.gridlock .row .row {
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel-top div a span {
    color: #ffffff;
}

.zippay-box {
    display: none;
}

input.quantity {
    border: none;
}


h4.toggle {
    cursor: pointer;
}

span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    display: none;
}

span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
  	display: none;
}

.product-description-slider > h3 {
	border: none !important;
}

.cal {
    width: 50%;
    margin: auto;
}

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: none;
}

div#share-coupon-small{
	background: #d0aba7 !important;
}

.share-coupon-small-body {
    font-weight: 100 !important;
    font-family: Gill Sans !important;
} 

@media (max-width: 980px){
#footer {
    width: 80%;
    display: grid;
    margin-top: 0px !important;
}
  #footer-wrapper h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;

  }
  
  #footer-wrapper ul {
    text-align: center;
}
  
  .desktop-3.tablet-3.mobile-3.row.sign-up {
    width: 90% !important;
    margin: auto !important;
    margin-top: 30px !important;
}
  
  .desktop-4.tablet-3.mobile-3.accordion {
    margin-left: 0px;
}
  .sub-footer {
    display: grid;
  }
  
  ul#footer-icons {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
  
  .copyright {
    margin-left: auto;
  }
  
  .cal {
    width: 100%;
    margin: auto;
}
  
  .leftSubFooter {
    margin-left: 0px !important;
  }
}

.leftSubFooter {
    margin-left: 20px;
    padding-top: 10px;
}

body{
	font-family: Chronicle-Display-Roman;
}

.newestSlider.slick-initialized.slick-slider {
    top: 20px;
}

#gf_pagination_wrap .pagination>.current, .pagination>.current>a:hover, #gf_pagination_wrap .pagination>.current:focus {
    background-color: #d0aba7 !important;
    border-color: #d0aba7 !important;
}

#collection-description {
    text-align: center;
}

.collection-carousel {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-top: 50px;
}

p.line-item-property__field {
	margin-bottom: 0;
  	margin: 5px;
}




.homepage-promo.desktop-8.tablet-4.mobile-3 {
    width: 100%;
    margin-left: auto;
  	margin-right:
}

/**************************************hide content on mobile************/

@media (max-width: 980px){
  div#carousel-1601603601538, div#shopify-section-1583119203176, div#shopify-section-1601603348132 {
    display: none !important;
}
  
  div#shopify-section-1601603492908 {
    display: none !important;
}
  
}

/**************************************end hide content on mobile********/

h1, h2, h3, h4, h5 {
    font-family: Chronicle-Display-Roman;
}

.tooltiptextCart {
  visibility: hidden;
  width: 120px;
  background-color: #1e1e1e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  right: -10px;
  margin-left: -60px;
}

.tooltipm:hover .tooltiptextCart {
  visibility: visible;
}

div#share-coupon-small {
    display: none !important;
}

.spf-col-1, .spf-col-2, .spf-col-3, .spf-col-4, .spf-col-5, .spf-col-6, .spf-col-7, .spf-col-8, .spf-col-9, .spf-col-10, .spf-col-11, .spf-col-12, .spf-col, .spf-col-auto, .spf-col-sm-1, .spf-col-sm-2, .spf-col-sm-3, .spf-col-sm-4, .spf-col-sm-5, .spf-col-sm-6, .spf-col-sm-7, .spf-col-sm-8, .spf-col-sm-9, .spf-col-sm-10, .spf-col-sm-11, .spf-col-sm-12, .spf-col-sm, .spf-col-sm-auto, .spf-col-md-1, .spf-col-md-2, .spf-col-md-3, .spf-col-md-4, .spf-col-md-5, .spf-col-md-6, .spf-col-md-7, .spf-col-md-8, .spf-col-md-9, .spf-col-md-10, .spf-col-md-11, .spf-col-md-12, .spf-col-md, .spf-col-md-auto, .spf-col-lg-1, .spf-col-lg-2, .spf-col-lg-3, .spf-col-lg-4, .spf-col-lg-5, .spf-col-lg-6, .spf-col-lg-7, .spf-col-lg-8, .spf-col-lg-9, .spf-col-lg-10, .spf-col-lg-11, .spf-col-lg-12, .spf-col-lg, .spf-col-lg-auto, .spf-col-xl-1, .spf-col-xl-2, .spf-col-xl-3, .spf-col-xl-4, .spf-col-xl-5, .spf-col-xl-6, .spf-col-xl-7, .spf-col-xl-8, .spf-col-xl-9, .spf-col-xl-10, .spf-col-xl-11, .spf-col-xl-12, .spf-col-xl, .spf-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

#gf_pagination_wrap button.gf-loadmore-btn {
    font-family: 'Chronicle-Display-Roman';
    background-color: #d0aba7;
}

#gf_pagination_wrap button.gf-loadmore-btn:hover {
    background-color: #d0aba7;
}

.gf-top_one .gf-option-block.is-collapsed .gf-block-title h3 {
    padding-bottom: 5px;
    border: 0px solid #ffffff;
}
#theVideopro{
	width: 100%;
    height: 99.2%; 
    background-color: white !important;
    z-index: 9999;
    position: absolute;
   	object-fit: cover;
    padding: 2px;
  }
#gf-grid *:not(i), #gf-tree, #gf-tree *:not(i), #quick-view-modal *:not(i) {
    font-family: Chronicle-Display-Roman;
}
.sort-by:before{
  bottom: 0;
  top: 0;
}
@media screen and (min-width: 769px)   {

  .sort-by:before, .sort-by {
    background: #ffffff;
  }

  .gf-sort-wrap {
    margin-bottom: 10px;
    width: 30%;
    float: right;
  }
}


li.doubly-wrapper {
    display: none !important;
}

span.current.notranslate {
    font-family: 'Chronicle-Display-Roman';
}

.doubly-nice-select.slim {
    line-height: 25px !important;
}

.doubly-nice-select.slim:after {
    right: 8px !important;
    top: 8px !important;
    border-color: #000000;
}

img.search-img {
    height: 20px;
    cursor: pointer;
    margin-top: 9px;
}

@media (max-width: 980px){
div#mobNavRight {
    float: right;
}

div#mobNavLeft {
    float: left;
    margin-top: 5px;
}
}

div#shopify-section-1603931933e123c314 .homepage-section .row {
    width: 100% !important;
    margin: auto !important;
}

div#shopify-section-1603931933e123c314 .homepage-section .row .desktop-12 {
    width: 100%;
  	margin: auto !important;
}





@media screen and (min-width: 740px)   {
  .advert-slider-body{
  	display: none !important;
  }
}

@media screen and (max-width: 740px)   {
  .advert-slider-body-new{
  	display: none !important;
  }
  
  
  div#shopify-section-1613716283567290e0 {
    display: none;
}
}

.advert-slider-body {
    margin-bottom: -5px;
}

@media screen and (max-width: 980px){
ul.sub {
    list-style-type: none;
    text-indent: 25px;
}
  
  ul#accordion li {
  	border-top: 1px solid #eee;
  }
  
  /*.accordion-content, .accordion-content2 {
    display: none;
    border-top: 1px solid #eee;
  }*/
  
  .accordion-content .sub li {
    border: none !important;
}
  ul.sub {
    border-top: 1px solid #eee;
        margin: 0px;

}
  
  .accordion-content2 .sub {
    text-indent: 50px;
}
  
}

.powered-by-rebuy {
    display: none;
}


p.p1 {
    padding-bottom: 10px;
}

td {
    border: 1px solid #eee;
}

.gf-top_one #gf-tree {
  border-bottom: 0;
}
span.gf-summary {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
  margin: 0;
}


#gf_pagination_wrap .pagination>span>a, #gf_pagination_wrap .pagination>span>span, #gf_pagination_wrap .pagination>span.deco {
  width: auto;
  height: auto;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 18px;
  text-decoration: none;
  color: #a5a5a5;
  background-color: #fff;
  border: 0px solid #ddd;
  margin: 0 0 0 -1px;
  font-size: 13px;
  border-radius: 0;
}

#gf_pagination_wrap .pagination>.current, .pagination>.current>a:hover, #gf_pagination_wrap .pagination>.current:focus {
  border-width: 1px!important;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 20px;
  text-decoration: none;
  font-size: 13px;
  border-width: 1px;
  background-color: #b49d73;
  border-color: #b49d73;
  color: #fff;
}

#gf_pagination_wrap .pagination>.current{

  border-radius: 60%;
  width: 30px;
  height: 40px;
  padding: 5px 10px;
  line-height: 20px;
  border-width: 1px;
  margin: 1px;
}

#gf_pagination_wrap .pagination>span {
  margin: 1px;
}

#gf_pagination_wrap .pagination>span>a:hover{
  border-radius: 60%;
}  
.reveal > img, .hidden > img {
  width: 100%;
  height: auto;
}
.h4.spf-product-card__title {
  text-align: left;
}

.spf-product-card__price-wrapper {
  text-align: left;
}
.gf-block-title h3 {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 0;
  color: #d0aba7;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #b49d73;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar :hover {
  background-color: #b49d73;
}

.noUi-connect {
  background: #b49d73;
  border-radius: 0;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}  

@media only screen and (max-width: 767px){
  .gf-refine-toggle-mobile {
    background: #f6f6f6;
    color: #fff !important;
    width: 100%;
    margin-bottom: 0;
  }

  .gf-refine-toggle-mobile span, .gf-refine-toggle-mobile a {
    color: #b49d73 !important;
  }


}

@media only screen and (max-width: 768px){
  #gf-products div{
    padding-right: 1px;
    padding-left: 1px;
  }

  .spf-has-filter #gf-products {
    margin-left: -1px;
    margin-right:-1px;
  }

  .sort-by {
    float: left;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    width: 50vw;
    position: relative;
    background-color: #f6f6f6;
    display: inline-flex;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }

  .limit-by{
    margin-left: 0;
    margin-right: 0;
  }

  .sort-by+.sort-by {
    margin-right: 0;
  }

  select.sortby-select {
    width: 100%;
  }

}


.h4.spf-product-card__title a {  
  color: #676767;
  background: #ffffff;
  font-size: 13px;
  font-family:'Montserrat', sans-serif;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

#gf-grid *, #gf-tree, #gf-tree *, #quick-view-modal * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

}

span.spf-product__label.spf-product__label-sale {
  color: #ffffff;
  background: #d1b984b5;
}


span.spf-product__label {
  font-size: 11px;
  position: absolute;
  left: 12px;
  padding: 20px 11px;
  z-index: 9;
  top: 10px;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/*.spf-product-card__oldprice, .spf-product-card__price, .spf-product-card__saleprice {
font-size: 15px;
font-family: Archivo,sans-serif;
font-weight: 400;
font-style: normal;
} */

.spf-product-card__saleprice { 
  color: #b49d73;
}

span.spf-product-card__price {
  color: #4d5959;
}



.spf-product__info {
  padding-top: 0px;
  line-height: 1.2;
}

.spf-product-card__price { 
  position: relative;
  font-size: 12px;
  color: #4d5959;
  text-decoration: inherit !important;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.spf-product-card__saleprice { 

  position: relative;
  font-size: 12px;
  color: #b49d73;
  text-decoration: inherit !important;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.spf-product-card__oldprice { 

  position: relative;
  font-size: 12px;
  color: #4d5959;
  text-decoration: line-through;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.spf-product-card {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px){
  #filter-wrapper {
    position: relative;
    padding-top: 25px;
  }

  .gf-filter-selection {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 9999;
  }

  #gf-grid {
    position: static;
  }
  .gf-top_one .gf-option-block .gf-block-title h3 {
    display: flex;
    align-items: center;
  }
}

div#gf_pagination_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div#fsb_container {
    display: none !important;
}
#gf-products img.gflazyloaded, #gf-products img.gflazyload, #gf-products img.lazyload, #gf-products img.lazyloaded{
  width: 100%;
  height: auto;
}
.sort-by.active:after {display: none !important;}
.sort-by, .sort-by span {
  color: #b49d73;
}

h4.super-title {
    margin: 10px !important;
}

.product-info-inner {
    width: 100%;
}

div#AjaxinatePagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

div#AjaxinatePagination a {
    color: #fff !important;
    font-weight: 800;
    text-align: center;
    border: 1px solid #1e1e1e;
    background: #1e1e1e;
    width: 100%;
    margin: auto;
    padding: 12px 40px;
    font-family: 'Chronicle-Display-Roman';
    font-size: 12px;
    letter-spacing: 2px;
}

select#sort-by {
  margin: 0;
  border: 1px solid #eee;
  border-radius: 0;
}

div#full-width-filter {
    width: auto;
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Chronicle-Display-Roman';
}


.cloud-search-filter__values::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cloud-search-filter__values::-webkit-scrollbar:vertical {
    width: 10px;
}

.cloud-search-filter__values::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

a.cloud-search-filter__more, a.cloud-search-filter__less {
    font-weight: 600;
  	color: #d0aba7;
}
a.cloud-search-filter__more::after {
    content: " +";
}
a.cloud-search-filter__less::after {
    content: " -";
}
/*********************************************/



.cloud-search-filter .cloud-search-filter-value__count {
  color: #d0aba7;
}

span.cloud-search-filter-value__count {
    float: right;
}


.cloud-search-filters-pane__heading {
    font-family: 'Chronicle-Display-Roman';
}
.cloud-search-filters-pane__filters {
    font-family: 'Chronicle-Display-Roman';
}

.cloud-search-applied-filter__values {
    font-weight: 800;
}

@media only screen and (max-width: 740px){
  
  .cloud-search-page-controls__applied-filters {
    display: none;
}
  
  .cloud-search-page-controls.cloud-search-filters-horizontal.cloud-search-filters-mobile-classic.cloud-search-page-controls--collection-page.cloud-search-page-controls--with-margins {
    width: 48%;
}
  
  div#full-width-filter {
    margin-top: 8px;
    width: 48%;
    float: right;
    margin-left: 0;
}
  
  div#sort_by_chosen {
    width: 100% !important;
}
  a.chosen-single {
    height: 32px !important;
    padding-top: 3px !important;
}
  .chosen-container-single .chosen-single div {
    top: 5px !important;
  }
  
  a.cloud-search-page-controls__filters-link {
    width: 100%;
    color: #000000 !important;
}
  .cloud-search-filter {
    border-bottom: 1px solid #ddd;
  }
  span.cloud-search-filter-value__count {
    right: 20px;
  }
  
  .cloud-search-page-controls__filters-container {
    padding: 7px;
    border: 1px solid #eee;
}
}

a.gm-target.js-no-transition {
    padding: 0 !important;
}

div#navigation {
    margin: auto;
}

.gm-item.gm-level-0 a {
	letter-spacing: 2px !important;
}

.cloud-search-filter__name {
    font-family: 'Chronicle-Display-Roman';
    font-size: 14px !important;
} 

.cloud-search-page-controls .cloud-search-page-controls__filters>div {
    margin: 8px 20px;
}

.cloud-search-filter__values.cloud-search-filter--open {
    font-family: 'Chronicle-Display-Roman';
}
  
  .cloud-search-filter-values-container.cloud-search-filter .cloud-search-filter__values {
    /*display: none;*/
    max-height: 362px;
    overflow-y: auto;
    z-index: 2147483646!important;
    padding: 5px 5px 5px;
    width: 300px;
    border: 5px solid #fff;
    border-right: 0;
  }

.cloud-search-filter__values.cloud-search-filter--open {
    border: 10px solid;
}

.cloud-search-page-controls--with-margins {
    margin: 3px 15px 15px;
}

.chosen-container {
    font-size: 14px !important;
}

.cloud-search-page-controls__filters-container>.cloud-search-page-controls__filters-link {
    margin: 0;
}

a.cloud-search-page-controls__filters-link {
    font-family: 'Chronicle-Display-Roman';
}

.cloud-search-filter__name {
	color: #d0aba7;
}

.cloud-search-filter-value__name {
    width: 100%;
}


#pagination {
    font-family: 'Chronicle-Display-Roman';
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
}

#pagination span.current {
  	padding: 0px 10px;
    border-bottom: 1px solid #000;
  	margin-right: 0;
    color: #000;
}

#pagination a {
    color: #000 !important;
  	margin-right: 0;
}

.gm-heading {
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
}

li.gm-item.gm-heading {
    border-bottom: none !important;
}

.cloud-search-page-controls__filters-container>div {
    margin-bottom: 0px;
}

#filterHeading{	
  display: none;
}


@media only screen and (min-width: 740px){
  #filterHeading{
      display: block;
      width: auto;
      margin: 0;
      margin-left: 20px;
      margin-right: 20px;
      font-family: 'Chronicle-Display-Roman';
      font-size: 14px;
  }

  #filterHeading span{
      float: right;
  }

  #filterSort{
      border-top: 1px solid #d0aba7;
      border-bottom: 1px solid #d0aba7;
      margin: 5px;
      height: 45px;
  }

  a.chosen-single {
      border: none !important;
    background: none !important;
  }
  
}

 ul#sortme {
    margin: 0;
    height: 30px;
}

.product-index {
	margin-bottom: 25px !important;
  padding: 5px;
}

li.active-result.sortOption {
    display: block !important;
  	margin: 0 !important;
}

.collection-header {
	margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    color: #545454;
    border-bottom: 0px solid #e2e2e2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/*.product-index {
    margin-left: 0px !important;
    margin-right: 0px !important;
}*/

@media screen and (min-width: 980px){
.gridlock .row .desktop-3 {
    width: 25%;
    margin: auto;
}
}

.gm-retractor {
    margin-left: 5px !important;
}

ul#main-nav li a {
	padding: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  text-transform: capitalize;
}

li.gm-item.gm-level-0 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

ul#main-nav li:hover {
    background: none;
}

@media screen and (max-width: 740px){
  ul#main-nav{
      display: none;
  }
}

li.gm-item {
    padding: 2px !important;
}

li.gm-item.gm-heading .gm-text {
    text-transform: uppercase;
      font-weight: 800;

}

.prod-image {
    height: auto !important;
}

div#shopify-section-162494791561baabca {
    margin: 20px 100px;
    padding-top: 30px;
}

div#shopify-section-1624949859231770cc {
    margin: 20px 100px;
  	padding-bottom: 20px;
}

@media screen and (max-width: 740px){
  div#shopify-section-1613716202b6ea817a, div#shopify-section-162494791561baabca, div#shopify-section-1624949859231770cc{
  	display: none;
  }
}
@media screen and (min-width: 740px){
  div#shopify-section-162501204097271e60, div#shopify-section-162501136811bcb526{
  	display: none;
  }
  
}


.locale-selectors__container {
    background: none !important;
}

div#bro {
    width: auto;
    float: right;
  	margin: 0 10px;
}

#footer-wrapper ul {
    margin-top: 5px;
}

.footerOption {
    padding: 5px 0;
}

.faq-index-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 980px){
  .gridlock .row .desktop-push-2 {
      margin: auto;
  }
  .gridlock .row .desktop-9 {
    width: 100%;
	}
}

.customerCareAlert, .customerCareAlert1 {
    margin: -5px;
  	padding: 0px 5px;
}

.customerCareAlert1 {
    margin-top: 10px;
}