/*----------------------------------------------------------------------------------------------------------------------
Maintenance Log
----------- ---
Date Description
2020/09/23 Fixed the strike-through on the swatches that don't have inventory - JP
2020/11/11 Using CSS star rating instead of Yotpo for the product ratings in the collections. - JP
2021/08/22 Added Findmine styling so that the letters are bigger. -JP
2022/02/07 Adjusted the search bar border and size. -JP
2022/09/12		Basecamp: https://3.basecamp.com/3094111/buckets/1358758/todos/5301330605
                Added final sale styling for items with tag "final sale" - JP
2023/08/25		Replaced "globale-hide" CSS class with "ge-hide" -JP               
----------------------------------------------------------------------------------------------------------------------*/
/** Featured Highlights **/
ul.featured-highlights {margin:0}

//div#bc-sf-filter-products {
//display: block !important;
//}

//#CollectionSection .grid.grid--uniform.grid--collection {
//display: none;
//}
.product__description .reduction-code:nth-child(2) {
display: none !important;
}

/***** PDP CALLOUT
****/  

/*******
.template-product .product-single__title:after {
  display: block;
  content: "Save $25 on $125+, $50 on $175+, $75 on $225+ - Use code CUSAVE";
  text-align: left;
  font-size: .8em;
  font-weight: bold;
  padding: .5rem 0;
  color: #7b1d1d;
}

#CartDrawer .ajaxcart__discount.cart__discount:nth-child(n + 2) {
  display: none;
}
small.cart__discount:nth-child(n + 2) {
  display: none;
}
HIDE MULTIPLE DISCOUNTS IN CART
*******/


/* Store Locator Buttons  */  
p[class^="hc-store-change-button-"], div[class^="hc-home-store-pdp-button"], div[class^="hc-home-store-dropdown-button"] {
        color: #000 !important;
        /* font-weight: 600; */
    }
 
/* Returns Callout */
.return-wrap{
  background-color: #a8dbd2;
  max-width:1920px;
  padding:2% 10%;
  text-align:center;
}

.return-wrap h4{
  margin-bottom: 4px;
}

/* END Returns Callout */

#content-below-title {
  display: flex;
  justify-content: center;
}

#content-below-title .btn-banner-wrapper {
display: flex;
}

#content-below-title .btn-banner-box {
display: flex;
flex-direction: row;
justify-content: space-around;
margin: 0 0 1em 0;
}

#content-below-title a.btn-banner.btn {
text-decoration: none;
margin: 0.5em;
background-color: #3d3d3d;
}

#content-below-title a.btn-banner.btn:hover {
background-color: #034238;
}

/* This is needed to scale font size for the promotions correctly */
@media screen and (max-width: 769px) {
#content-below-title a.btn-banner.btn {
font-size: calc(12px + 4 * ((100vw - 600px) / 600));
}
}

@media screen and (min-width: 770px) and (max-width: 1199px) {
#content-below-title a.btn-banner.btn {
font-size: calc(8px + 4 * ((100vw - 600px) / 600));
}
}

@media screen and (min-width: 1200px) {
#content-below-title a.btn-banner.btn {
font-size: calc(11px + 0.5 * ((100vw - 600px) / 600));
}
}

@media screen and (max-width: 39.9em) {
#content-below-title .btn-banner-box {
flex-flow: wrap;
}
#content-below-title a.btn-banner.btn {
width: 100%;
}
}


/* IMAGE SCALING ON HOVER *************************************************************/

.zoom-image img:hover {
-moz-transform: scale(2) rotate(0deg);
-webkit-transform: scale(1.1) rotate(0deg);
-o-transform: scale(1.1) rotate(0deg);
-ms-transform: scale(1.1) rotate(0deg);
transform: scale(1.1) rotate(0deg);
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-o-transition: 0.8s;
-ms-transition: 0.8s;
transition: 0.8s;
}


.zoom-image img {
max-width: 100%;
height: auto;
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-o-transition: 0.8s;
-ms-transition: 0.8s;
transition: 0.8s;
}


/* DISCOUNT CALLOUTS ******************************************************************/

.pdp-swatch-callout {
    text-align: left;
    font-size: .85rem;
    line-height: .65rem;
    font-weight: bold;
    color: #fb2f2f;
    display: inline;
    margin-top: 5px;
    margin-left: 10px;
    /* padding: 5px 5px 5px 0; */
    /* margin: 5px 5px 5px 0; */
}

.new-product {
font-weight: bold;
color: #000;
}

.ajaxcart__discount,
.ajaxcart__savings {
padding-top: 3px;
font-size: 0.75rem;
color: #fff;
padding: 0.25rem 0;
text-align: center;
background: #006857;
margin: 0.3rem 0;
}


/* LOYALTY DISCOUNT
.loyalty .boost-pfs-filter-products .collection_callout1:after {
content: "GOOD LIFE MEMBERS - EXTRA 15% OFF";
text-align: center;
font-size: .75em;
font-weight: normal;
color: #006857;
display: block;
}

.loyalty .template-product .product-barcode:before {
content: "GOOD LIFE MEMBERS - EXTRA 15% OFF";
text-align: center;
font-size: 1.25em;
font-weight: normal;
padding: .5rem 0;
color: #006857;
display: block;
}
*/

@media screen and (max-width: 39.9em) {
.boost-pfs-filter-products .collection_callout1:after,
.boost-pfs-filter-products .collection_callout2:before,
.boost-pfs-filter-products .collection_callout2:after {
font-size: 10px;
}
}

/* This is needed to scale font size for the promotions correctly */
@media screen and (max-width: 769px) {
.boost-pfs-filter-products .collection_callout1:after, .boost-pfs-filter-products .collection_callout2:before, .boost-pfs-filter-products .collection_callout2:after {
font-size: calc(12px + 4 * ((100vw - 600px) / 600));
}
}

@media screen and (min-width: 770px) and (max-width: 1199px) {
  .boost-pfs-filter-products .collection_callout1:after, .boost-pfs-filter-products .collection_callout2:before, .boost-pfs-filter-products .collection_callout2:after {
    font-size: calc(8px + 4 * ((100vw - 600px) / 600));
  }
}

@media screen and (min-width: 1200px) {
  .boost-pfs-filter-products .collection_callout1:after, .boost-pfs-filter-products .collection_callout2:before, .boost-pfs-filter-products .collection_callout2:after {
    font-size: calc(8px + 1.5 * ((100vw - 600px) / 600)); // reset to 7px
  }
}

.EXCLUDE .grid-product__price--markdown,
.template-product .EXCLUDE .product__price.on-sale:before {
display: none;
}

/* EXCLUSIONS */

/* .boost-pfs-filter-products .grid__item.CollectionFinalSale:after,
.boost-pfs-filter-products .grid__item.CollectionFinal-Sale:after {
content: " ";
text-align: center;
font-size: x-small;
font-weight: bold;
color: #000;
display: block;
line-height: 1.1;
}

.template-product .CollectionFinalSale .product-single__title:after,
.template-product .CollectionFinal-Sale .product-single__title:after {
content: " ";
text-align: center;
font-size: 0.75em;
font-weight: bold;
padding: 0.5rem 0;
color: #006857;
background-color: #fff;
display: block;
} */

/* End callout */

/* HEADER BAR CSS ************************************************************************/

/* HIDE VIDEO ON MOBILE */
@media screen and (max-width: 39.9em) {
div [id*="1561998587127"] {
display: none;
}
}

/* /HIDE VIDEO ON MOBILE */

/* Hiding the Announce Play Button */
#AnnouncementSlider .uw-pp {display:none !important}

/******** RED NAVIGATION COLORS: ***********/
.site-navigation [href*="/collections/clearance"] {
    color: red !important;
    font-weight: bold;
}

/* GIFT GUIDE NAVIGATION STYLE */

.site-header [href*="gift-guide"] {
color: #ff1900;
font-weight: bold;
}

.site-header [href*="gift-guide"]:before {
display: inline-block;
margin-right: 3px;
margin-top: -1px;
width: 14px;
height: 14px;
content: url(/cdn/shop/files/gift.svg?26044);
filter: invert(24%) sepia(87%) saturate(7345%) hue-rotate(2deg) brightness(102%) contrast(101%);
}

.mobile-nav [href*="gift-guide"]:after {
display: inline-block;
width: 20px;
height: 20px;
text-indent: 5px;
position: relative;
top: 2px;
content: url(/cdn/shop/files/gift.svg?26044);
filter: invert(24%) sepia(87%) saturate(7345%) hue-rotate(2deg) brightness(102%) contrast(101%);
}

/* CUSTOM CSS FOR THEME ******************************************************************/

.mw-gp-container .mw-gp__table__cell--price {
color: #000 !important;
}

/* Preorder PDP Button */
p.preorder {
margin: 1rem auto;
width: fit-content;
display: flex;
}

/*
Standard dark color: #3d3d3d
*/
.announcement-bar {
background-color: #a2c4e9;
z-index: 4;
margin: 0 0 0 0;
color: #000;
}
.grid-product__title {
/* text-transform: uppercase; */
}

.add-to-cart {
border-radius: 15px;
border: unset;
}

.megamenu__colection-image {
display: none !important;
}

@media only screen and (max-width: 768px) {
#producttitlemobile #producttitle {
display: flex;
width: 100%;
justify-content: center;
}
}

#shopify-section-header .ge-hide {
background-color: #fff;
}

#CartDrawer .ge-hide {
background-color: unset !important;
}

html {
scroll-behavior: smooth;
}

.megamenu .h5 {
font-weight: bold;
font-family: "Montserrat", sans-serif;
font-size: 14px;
}

li.site-nav__item.site-nav__expanded-item.site-nav--has-dropdown.site-nav--is-megamenu
div[class*="appear-delay"]
div:not(.h5) {
font-size: 14px;
}
.text-center .megamenu .grid {
text-align: center;
margin-left: unset;
}

.text-center .megamenu .grid .grid__item {
float: none;
display: inline-block;
vertical-align: top;
text-align: left;
border-left: 0px solid rgba(0, 104, 87, 0.15);
}

.grid__item.medium-up--one-fifth.appear-animation.appear-delay-1:first-child {
border-left: none;
}

.text-center .megamenu .grid .grid__item.medium-up--one-fifth {
width: 17%;
}

.mobile-nav__link--top-level {
font-size: 1.4em;
font-weight: 600;
}

li.mobile-nav__item:nth-last-child(2).appear-animation a {
color: #000;
}

/********** CSS to reduce the font of the navigation *************/

.site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
font-size: 14px !important;
text-transform: uppercase;
}

p.btn.btn--secondary.btn--small.btn--tint-border {
color: #fff;
background-color: #006857;
font-weight: bold;
font-size: 0.85em;
}

.site-nav__dropdown li a[href="/collections/final-sale"] {
color: red;
}

.site-header
ul.site-nav.site-navigation
li.site-nav__item:last-child.site-nav__expanded-item.site-nav--has-dropdown
.site-nav__link--underline:after {
border-bottom: 2px solid #000 !important;
}

/* Product Badges ****************************/

/*badge = Best Sellers */
/*
.CollectionBestSellers .grid-product__image-mask::before {
  color: #111;
  background: RGBA(255, 255, 255, 0.74);
  display: block;
  z-index: 1;
  content: "Best Seller";
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3% 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  top: auto;
  height: auto;
}
*/
/* For PDP */
/*
.CollectionBestSellers .product__main-photos::after {
  color: #111;
  background: RGBA(255, 255, 255, 0.74);
  display: block;
  z-index: 1;
  content: "Best Seller";
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3% 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  top: auto;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .collection_callout1::before,
  .grid-product __image-mask::after {
    font-size: small !important;
    border-radius: 7px !important;
  }
  .CollectionBestSellers.CollectionNewArrivals
  .grid-product__image-mask::after {
    top: 25px;
  }
}

*/

/*badge = Big & Tall 
div.grid__item.grid-product.CollectionBigTall .grid-product__content:before, .template-product .CollectionBigTall .product__main-photos:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 30%;
  background: url(/cdn/shop/files/badge-bigtall.png?v=1675790249) no-repeat;
  background-size: contain;
  z-index: 1;
}
*/

/*badge = Best Seller */
div.grid__item.grid-product.material100-linen .grid-product__content:before, .template-product .material100-linen .product__main-photos:before, div.grid__item.grid-product.CollectionBestSellers .grid-product__content:before, .template-product .CollectionBestSellers .product__main-photos:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 30%;
  background: url(/cdn/shop/files/badge-best-seller.png?v=1686756904) no-repeat;
  background-size: contain;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 480px) {
  /* div.grid__item.grid-product.material100-linen .grid-product__content:before, .template-product .material100-linen .product__main-photos:before, div.grid__item.grid-product.CollectionBestSellers .grid-product__content:before, */ .template-product .CollectionBestSellers .product__main-photos:before {
    display: none;
  }
}

/*badge = 100% Linen */
div.grid__item.grid-product.material100-linen .grid-product__content:before, .template-product .material100-linen .product__main-photos:before, div.grid__item.grid-product.Material100% .grid-product__content:before, .template-product .Material100% .product__main-photos:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 30%;
  background: url(/cdn/shop/files/badge-linen.png?v=1675790249) no-repeat;
  background-size: contain;
  z-index: 1;
  display: none;
}

/******************* DOORBUSTERS ***********************/

.Doorbuster .grid-product__image-mask::before {
color: #fff;
background:#870A16;
display: none; /* was block */
z-index: 1;
content: "DOORBUSTER";
font-size: x-small;
font-weight: bold;
text-align: center;
line-height: 1;
position: absolute;
top: auto;
bottom: 0;
left: 0;
padding: 2% 0;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
width: 30%;
height: auto;
border-radius: 25px;
}


/* For PDP */
.Doorbuster .product__main-photos::after {
color: #fff;
background: #870A16;
display: none; /* was block */
z-index: 1;
content: "DOORBUSTER";
font-size: x-small;
font-weight: bold;
text-align: center;
line-height: 1;
position: absolute;
top: auto;
bottom: 10%;
left: 0;
padding: 2% 0;
margin: 0 0 0 3%;
text-transform: uppercase;
letter-spacing: 1px;
width: 30%;
height: auto;
border-radius: 25px;
}

@media only screen and (max-width: 480px) {
  .Doorbuster .grid-product__image-mask::before {
    font-size: 6px;
    width: 41%;
  }

.collection_callout1::before,
.grid-product__image-mask::after {
font-size: small !important;
border-radius: 7px !important;
}
  .Doorbuster.CollectionNewArrivals .grid-product__image-mask::after {
    top: 25px;
  }
}



/*badge = COMING SOON */

.comingsoon .bc-sf-filter-product-item-inner::before {
color: #ffa9d1;
background: #3d3d3d;
display: block;
z-index: 1;
content: "COMING SOON";
font-size: small;
text-align: center;
line-height: 1;
position: absolute;
bottom: 6rem;
left: 0;
padding: 0.3rem 0.5rem;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
width: auto;
}


@media only screen and (max-width: 480px) {
.comingsoon .collection_callout1::before {
font-size: 7px !important;
border-radius: 2px !important;
bottom: 45%;
}
}


/* For PDP */
.comingsoon .product__main-photos::before {
color: #ffa9d1;
background: #3d3d3d;
display: block;
z-index: 1;
content: "COMING SOON";
font-size: small;
text-align: center;
line-height: 1;
position: absolute;
bottom: 60px;
left: 0;
padding: 0.3rem 0.5rem;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
width: auto;
}

.fa-heart-o:before {
font-size: small;
}

/* Sitewide Image banner */

salebanner-img a {
display: block !important;
border: none !important;
}

.salebanner-img {
text-align:center;
background:#a2c4e9;
}


/* Green Promotion banner CSS */

.greenbanner {
font-family: Montserrat, sans-serif;
background: #045445;
padding: 1.2% 2%;
text-align: center;
font-weight: 200;
}

.greenbanner a:focus {
outline: 0;
}

.greenbanner h2 {
color: #fff;
font-size: 2rem;
letter-spacing: 2px;
font-weight: 600;
line-height: 1;
/* margin-top: .8rem; */
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 0px;
}

.greenbanner .accordion-content {
padding: 1rem;
border: 0;
background-color: transparent;
font-size: 1rem;
color: #fff;
text-align: left;
}

.greenbanner .accordion-content p {
font-family: Montserrat, sans-serif;
font-size: 0.9rem;
}

.greenbanner .accordion-title::before {
display: none;
}

.greenbanner .accordion-title {
color: #fff;
font-size: 0.8rem;
line-height: 1;
letter-spacing: 2px;
padding: 0;
border: 0;
}

.greenbanner .accordion,
.greenbanner .accordion-title:hover {
background: transparent;
margin: 0;
}

:last-child > .accordion-content:last-child,
.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
border: 0 !important;
}

.greenbanner .accordion-title:focus,
.greenbanner .accordion-title:hover {
background-color: transparent;
}

@media only screen and (max-width: 500px) {
.greenbanner {
padding: 1.2% 2% 4%;
}

.greenbanner h2 {
font-size: 1.7rem;
margin: 0.25rem;
}

.greenbanner .accordion-title {
font-size: 0.5rem;
}
}

/* HOMEPAGE */

@media screen and (min-width: 40em) {
div.hero__text-shadow h2.h1.hero__title {
line-height: 4rem;
}

div.promo-grid.promo-grid--space-top {
padding-top: 1.25rem;
}

/* Video margins */
.shopify-section.index-section {
margin: 1.25rem 0 0 0;
}

/* Homepage Subcategory text and button sizing */
div.promo-grid__text div.rte--block.rte--strong {
font-size: 2.5em;
line-height: 1.1;
}

div.promo-grid__text a.btn {
padding: 9px 17px;
font-size: 1rem;
}
}

@media print, screen and (max-width: 39.975em) {
h2.h1.hero__title {
line-height: 2rem;
}

h2.h1.hero__title .animation-cropper .animation-contents {
line-height: 1em;
}

main#MainContent.main-content div div.promo-grid.promo-grid--space-top {
padding-top: 25.5px;
}

/* Video margins */
main#MainContent.main-content .shopify-section.index-section {
margin: 25.5px 0 0 0;
}

/* Slider button and text positioning for mobile */
div.hero__text-shadow,
div.promo-grid__container div.promo-grid__content {
display: block;
text-align: center;
right: 0;
left: 0;
}

.hero__text-content.vertical-center {
vertical-align: bottom;
}

/* Slider button and text font sizing for mobile */
h2.h1.hero__top-subtitle,
div.promo-grid__text div.rte--em {
font-size: 1.5rem;
}

h2.h1.hero__title,
div.promo-grid__text div.rte--strong {
font-size: 2rem;
}

div.hero__link a.btn,
div.promo-grid__text a.btn {
font-size: 1rem;
}

/* Homepage Subcategory text and button sizing */
div.promo-grid__text div.rte--block.rte--strong {
font-size: 2.5em;
line-height: 1.1;
}

div.promo-grid__text a.btn {
padding: 9px 17px;
font-size: 1rem;
}

/*Category Header mobile size */
h1.section-header__title {
font-size: 1.5em;
line-height: 1.25em;
}
}


/* Homepage Video text Padding */
@media only screen and (min-width: 769px) {

.hero__text-content{padding: 45px 24%;}

}

/* LANDINGPAGE */

.summer-shop .row {
max-width: 85rem;
}

/* GLOBAL */
.icon__fallback-text {
    font-size: 14px;
}

#dynamic-checkout-cart ul{
margin-left: 0;
}

#dynamic-checkout-cart ul li{
list-style: none;
}

@media screen and (min-width: 40em) {
    .product-image-main {
      box-sizing: content-box;
      margin-left: 1%;
  }  
}

/* Klarna Checkout button */

#CartDrawer div.klarna-button-container {
padding: 0;
width: 100%;
display: none; /* flex */
align-content: center;
justify-content: center;
height: 54px;
margin: 7px 0 0 0;
}

#CartDrawer a.klarna-checkout {
width: 100%;
display: flex;
align-content: center;
justify-content: center;
height: 54px;
content: "" !important;
background-color: #ffb2c8;
border-radius: 5px;
padding: 1.1em;
}

#CartDrawer a.klarna-checkout:hover {
background-color: #f9a9c0;
}

.cart div.klarna-button-container {
padding: 0;
width: 100%;
display: none; /* flex */
align-content: center;
justify-content: center;
height: 54px;
}

.cart a.klarna-checkout {
width: 100%;
display: flex;
align-content: center;
justify-content: center;
height: 54px;
content: "" !important;
background-color: #ffb2c8;
border-radius: 5px;
padding: 1.1em;
}
.cart a.klarna-checkout:hover {
background-color: #f9a9c0;
}

@media only screen and (min-width: 769px) {
/* Page width update */
.page-width,
.page-full {
max-width: 1920px;
}
}

.dont-break-out {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

a:hover,
.text-link:hover {
color: #006857;
}

.collection_callout1 a:hover .grid-product__title {
color: #000;
}

/* BUTTONS */

.btn--secondary:hover {
background: #000;
color: #fff;
}

/* POPUP */

#NewsletterPopup-newsletter-popup h3 {
color: #006857;
}

#NewsletterPopup-newsletter-popup .btn {
background-color: #006857;
}

.modal .newsletter .text-close {
font-size: small;
}

.modal-open .modal:before {
background-color: #fff;
}

/* TOP NAVIGATION BAR: Toolbar Menu */

.toolbar {
margin: 8px;
}

.toolbar .login,
.toolbar .register {
color: #000;
line-height: 2;
border-right: 1px solid #e8e8e1;
padding-right: 0.5rem;
margin-right: 0.5rem;
}

.toolbar .login svg,
.toolbar .register svg {
margin-right: 0.5rem;
}

.mobile-nav__item [href="/account/register"]:before,
.mobile-nav__item [href="/account"]:before {
content: "\00BB";
margin: 0 0.25rem 0 0;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

.mobile-nav__item:not(.mobile-nav__item--secondary)
+ .mobile-nav__item--secondary {
margin-top: 0;
background: #f1f1f1;
padding: 0.5rem;
}

.mobile-nav__social-item {
border: 0;
}

/* site-header--stuck */

.site-header.site-header--stuck .js-search-header {
display: inline;
margin: 0;
}

.site-header--stuck .text-center {
text-align: left !important;
}

@media only screen and (max-width: 769px){
/* .site-header.site-header--stuck .js-search-header {
display: none;
margin: 0;
}
*/
}

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

.site-header--stuck .page-width,
.page-full {
max-width: 100%;
}

.site-header--stuck
.header-layout[data-logo-align="center"]
.header-item--navigation {
display: none;
}

.site-header--stuck
.header-layout[data-logo-align="center"]
.header-item--icons {
position: absolute;
right: 1%;
}

.site-header--stuck
.header-layout[data-logo-align="center"]
.site-header__logo {
margin: 0;
text-align: left;
}

.site-header--stuck
.header-layout[data-logo-align="center"]
.header-item--logo {
margin: 0;
}

.site-header--stuck .site-header__logo a {
width: 250px;
}

.site-header-sticky .site-header--stuck .site-header__logo a{
        width: 180px;
}

.site-header--stuck .site-header__logo {
margin: 5px 0;
}

.site-header--stuck .header-layout--center {
float: left;
margin-right: 1rem;
}
  .site-header--stuck .text-center{
    text-align: center !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
.site-header--stuck .header-layout--center {
float: none;
}

.site-nav__link {
padding: 0.5rem;
}
}

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

.site-nav__link {
font-size: 13px !important;
text-transform: uppercase;
}
.site-nav__dropdown.megamenu.text-left {
padding-left: 4%;
}
 .site-header-sticky .site-nav__link{
        font-size: 12px !important;
        text-transform: uppercase;
} 
}

@media only screen and (min-width: 769px) and (max-width: 1499px) {
.site-nav__item {
position: relative;
display: inline-block;
margin: 0%;
}
.site-header__logo a {
width: 160px !important;
}

.site-nav__link {
font-size: 12px !important;
text-transform: uppercase;
}
.site-nav__dropdown.megamenu.text-left {
padding-left: 4%;
}
}

/* SEARCH */

.site-search-inline {
background: #fff;
}

@media only screen and (min-width: 769px) {
  .site-header__logo a {
width: unset !important;
}
  
.header-item.header-item--logo {
padding-left: 2%;
}
  .site-search-inline {
      margin: auto auto auto auto;
      width: 40%;
      display: flex;  
  }
}

.medium-up--hide .site-search-inline {
border-bottom: 1px solid #e8e8e1;
}

.kuGridView ul li .kuPrice {
float: none;
margin-top: 12px;
padding-left: 10px;
text-align: center !important;
color: #414042;
}

.kuSpecialPrice {
color: #006857 !important;
}

@media only screen and (min-width: 769px) {
.site-search-inline .site-header__search-form {
padding: 0;
border: 2px solid #e8e8e1; /* default: 1px */
background: #fff;
/* width: 350px; */ /* default: 300px */
color: #000;
margin: 0.25rem;
padding: 0;
}

.site-header-sticky .page-width {
padding: 0;
}
}

.site-search-inline .site-header__search-btn {
padding: 0 15px;
color: #fff;
background: #006857;
border-radius: 25px;
width: 30px;
height: 30px;
margin: 0.25rem;
text-align: center;
padding: 0.25rem;

/* animation: shake-animation 4.72s ease infinite;*/
}

/*
.bc-sf-search-box:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
*/

/* SMALL - MOBILE */
/*
@media only screen and (max-width: 768px) {
.bc-sf-search-suggestion,
.bc-sf-search-suggestion-wrapper {
width: 100vw !important;
}
}
*/

@keyframes shake-animation {
0% {
transform: translate(0, 0);
}

1.78571% {
transform: translate(5px, 0);
}

3.57143% {
transform: translate(0, 0);
}

5.35714% {
transform: translate(5px, 0);
}

7.14286% {
transform: translate(0, 0);
}

8.92857% {
transform: translate(5px, 0);
}

10.71429% {
transform: translate(0, 0);
}

100% {
transform: translate(0, 0);
}
}

/* NAVIGATION */

.site-nav__link {
color: #606060;
font-weight: 600;
}

.site-nav--has-dropdown.is-focused > a,
.site-nav--has-dropdown:hover > a {
color: #006857 !important;
}

.site-nav--has-dropdown .site-nav__link--underline:after {
border-bottom-color: #006857;
}

.toolbar a {
color: #000;
}

.toolbar a:hover {
color: #006857 !important;
}

/* div.site-nav__icons svg.icon.icon-bag:hover g:nth-child(2){
  fill: #006857 !important;
} */

.mobile-nav__social-item {
border: 0;
}

/* ANNOUNCEMENT */

/*
#AnnouncementSlider [id^="AnnouncementSlide-1524770296206"] span.announcement-text {
box-sizing: border-box;
background: url(/cdn/shop/files/klarna-white-logo.gif?21192) center/contain no-repeat;
text-indent: -999999px;
margin: 0 auto;
}

*/

#AnnouncementSlider [id^="AnnouncementSlide-"]:first-child,
#AnnouncementSlider [id^="AnnouncementSlide-"]:nth-child(2) {
border-right: none !important;
}

#AnnouncementSlider [id^="AnnouncementSlide-"]:last-child {
border-right: none !important;
}

.announcement-text {
    text-transform: uppercase;
}

@media screen and (min-width: 770px) {
.announcement-text {
font-weight: normal;
display: block;
font-size: 1.5rem;
/* font-size: small; */
}
.announcement-subtext {
font-weight: normal;
display: block;
font-size: x-small;
}

.announcement-link .announcement-link-text {
text-decoration: none;
display: block;
margin: 0 0 0 10px;
font-size: 13px;
}
}

.announcement-link .announcement-link-text {
text-decoration: none;
}

.announcement-bar .promotion-callout-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 770px) {
.announcement-text {
font-size: 1rem;
}
.announcement-subtext {
font-weight: normal;
display: block;
font-size: xx-small;
}
.announcement-bar .promotion-callout-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}

/* PRODUCT PAGE - DROPDOWN ***************/

.product-single__variants {
display: inline-block;
margin: 1em 0;
}

/*
.variant-wrapper--button:not(.color) {
display: none !important;
}
*/


/* PRODUCT PAGE - PDP */

.breadcrumb{
  text-align: left;  
}

.page-content--product .breadcrumb {
font-size: small;
}

.breadcrumb a:link {
text-decoration: underline;
}

.product-barcode,
.product-single__sku {
font-size: x-small;
}

.product__price.on-sale {
color: #000;
font-weight: bold;
}

.product__price-savings {
font-weight: bold;
}

.product-section-master .master-swatch img {
border: 2px solid #eee;
}

.product-section-master .master-swatch img:hover {
border: 2px solid #bbb;
}

.product__inventory {
font-weight: bold;
}

/* MOBILE */
@media screen and (max-width: 39.9375em) {
/* COLLECTION: collection-filter sticky */

/*
#bc-sf-filter-tree-mobile button {
margin: 10px 0 !important;
}
*/

.site-header--opening {
transform: translate3d(0, 0, 0);
transition: transform 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.collection-filter {
position: sticky;
top: 60px;
z-index: 5;
background: #fff;
box-shadow: 0 2px 5px -6px #000;
}

.collection-filter__item {
margin-bottom: 0;
}

.collection-filter__item--count {
display: none;
}
}

/* NOSTO - SHOP THE LOOK */

.nosto_element .section-header__title {
font-size: 1rem;
padding: 1rem;
border-top: 1px solid #e8e8e1;
}

.nosto_element .section-header {
margin: 0;
}

#nosto-bundle {
/* display: none !important;*/
border-bottom: 1px solid #e8e8e1;
}

#nosto-bundle .grid-product {
margin: 0;
padding: 0;
}

#nosto-bundle .page-width {
padding: 0;
margin: 0;
}

#nosto-bundle .product-single__related {
display: flex;
}

#nosto-bundle .product-single__related .grid__item {
flex-grow: 1;
max-width: 25%;
}

#nosto-bundle .product-single__related .grid__item + .grid__item {
margin-left: 2%;
}

#nosto-bundle .product-single__related .grid__item .grid-product__title,
#nosto-bundle .product-single__related .grid__item .grid-product__price {
font-size: xx-small;
}

#nosto-bundle .product-single__related .grid__item .grid-product__meta {
padding: 0.25rem 1rem;
}

#nosto-bundle .product-single__related .grid__item .grid-product__price {
color: red;
}

#nosto-bundle
.product-single__related
.grid__item
.grid-product__price--original {
color: #000;
}

#nosto-bundle
.product-single__related
.grid__item
.grid__image-ratio--portrait:before {
padding-bottom: 100%;
}

/* SMALL - MOBILE */
@media only screen and (max-width: 768px) {
#nosto-bundle .product-single__related {
display: flex;
flex-wrap: wrap;
}
}

/* PRODUCT PAGE - PDP - Fit Toggle */

.fit-toggle .fit-toggle-option {
color: #777;
font-family: "Montserrat", sans-serif;
letter-spacing: 0.025em;
line-height: 1.4;
position: relative;
display: inline-block;
font-weight: normal;
padding: 7px 15px 7px;
background-color: #fff;
box-shadow: 0 0 0 2px #ccc;
margin: 0 4px 12px;
min-width: 150px;
}

.fit-toggle .variant__label {
font-weight: bold;
}

.fit-toggle .fit-toggle-option:hover {
color: #fff;
background-color: #ccc;
}

.fit-toggle .fit-toggle-option.disable {
box-shadow: 0 0 0 2px #eee;
background: #eee;
pointer-events: none;
}

@media only screen and (min-width: 769px) {
.page-content.page-content--product {
padding-top: 0.5rem;
}

.hr--medium {
margin: 5px auto;
border-top: 0;
}

.product__thumbs--beside {
margin-top: 10px;
}
}

.variant__label[for] {
font-weight: bold;
}

.page-content--product .variant-wrapper {
margin-bottom: 0;
}

.page-content--product [name="Color"] {
display: none;
}

.modal .page-content--product [name="Color"] {
display: none;
}

.product__thumb-item.slick-current {
border-color: #aaa;
}

.product__thumb-item {
border: 2px solid #f1f1f1;
}

.product__thumb-item:hover {
border: 2px solid #ddd;
}

.template-product .color-swatch {
background-size: cover !important;
background-repeat: no-repeat !important;
}

.product-single__description {
font-size: 0.85rem;
}

.button-area-line {
flex-flow: row wrap;
display: flex;
align-items: center;
justify-content: center;
}

.button-area-line .btn {
font-size: 0.75rem;
border: 1px solid #ccc;
background: #fff;
margin: 5px;
flex-grow: 1;
transition-duration: 0.2s;
}

.size-chart-btn {
text-align: left;
}

.size-chart-btn img {
margin: 0 auto 1rem;
}

.size-chart-btn span,
.size-chart-btn span:hover {
display: block;
color: #000;
font-size: .90rem;
font-weight: 700;
}

.variant-wrapper--button .color-swatch {
background-size: 400% !important;
background-position: 50% !important;
}

.btn--secondary:hover {
color: #fff;
border: 1px solid #000;
background-color: #000;
}

.add-to-cart {
background: #006857;
color: #fff;
font-size: 1rem;
}

.add-to-cart:hover {
background: #00826c;
color: #fff;
border: 0;
}

.btn[disabled]:hover,
.btn.disabled:hover {
background-color: #f6f6f6 !important;
}

.variant-input-wrap label {
box-shadow: 0 0 0 2px #ccc;
color: #777;
}

.variant-input-wrap input[type="radio"]:checked + label {
font-weight: bold;
}

.variant-input-wrap label:hover {
box-shadow: 0 0 0 1px #aaa;
}

.grid-product__title--body {
font-size: 0.75rem;
}

.grid-product__title:hover {
text-decoration: underline;
}

.shopify-payment-button__more-options {
text-transform: uppercase;
color: #000;
border: 1px solid #e8e8e1 !important;
margin: 1em auto !important;
padding: 8px 14px !important;
background-position: 150% 45% !important;
min-width: 90px !important;
font-size: 10px !important;
width: auto !important;
line-height: 1.42;
letter-spacing: 0.2em;
}

.shopify-payment-button__more-options:hover:not([disabled]),
.shopify-payment-button__more-options:hover {
text-decoration: none !important;
background: #eee;
}

.product-single__title {
font-size: 1.2rem;
font-weight: bold;
line-height: 1.5rem;

margin-bottom 10px !important;
}

.variant-input-wrap input[type="radio"]:checked + label {
box-shadow: 0 0 0 2px #006857;
color: #fff;
font-weight: bold;
background: #006857;
}

.js-modal-close {
padding: 0;
border: 0;
}

/* Product Personalization */

.ptc_button {
background: #fff;
color: #000;
border: 2px solid #000;
}

.cstmfy_personalize_text {
width: 100%;
background: #f1f1f1;
padding: 0 0 1rem;
text-align: center;
margin: 0 0 0.5rem;
}

.cstmfy_personalize_text:before {
content: "Personalized Monogram";
font-size: 1rem;
font-weight: bold;
color: #000;
background: #fff;
padding: 1rem 0;
width: 100%;
display: block;
}

.product-personalizer .pplr-wrapper label {
font-weight: bold;
letter-spacing: normal;
width: 100%;
text-align: center !important;
margin: 0;
}

.product-personalizer {
text-align: center;
padding: 1rem 0 !important;
margin: 1rem 0 !important;
}

.product-personalizer .pplr-swatch-main .pplr-swatch-element {
border-radius: 0 !important;
float: none;
}

.pplr-wrapper {
float: none;
text-align: center;
}

.pplr_thumb_image .pplr-selecter-item,
.pplrfontthumb .pplr-selecter-item {
border: 2px solid #fff;
background: transparent;
}

span.pplrColor.selected,
span.pplrColor:hover,
span.pplrimage.selected {
border: 2px solid #006857 !important;
}

.pplrfontthumb .selected-font {
border: 1px solid #006857 !important;
background: #fff !important;
color: #006857;
}

.pplrfontthumb .pplr-selecter-options {
text-align: center;
float: none !important;
width: 100% !important;
}

.pplrfontthumb .pplr-selecter-options .pplr-selecter-item {
min-width: 100px;
text-align: center;
float: none !important;
display: inline-block;
}

.pplr-wrapper.pplr-ecompersonalization,
.pplr-wrapper.pplr-personalization,
.pplr-wrapper.pplr-lf {
/* display: none; */
}

.pplr-swatch-main .pplr-swatch-element {
border-radius: 0;
padding: 18px !important;
}

.p_c_c .pplrlabel {
width: 100%;
text-align: center;
}

.product-personalizer .pplr_monogram {
font-size: 2.5rem;
font-weight: bold;
color: #006857;
width: 150px;
height: 20px;
margin: 0 auto !important;
display: block;
text-align: center;
}

.pplrgcolor {
float: none;
width: auto;
margin: 0 auto;
text-align: center;
display: block;
}

.pplr-preview-btn {
float: none !important;
margin: 1rem auto !important;
}

h3,
.h3 {
line-height: 1;
}

/* HOMEPAGE */

.collection-item__title--overlaid-box > span {
line-height: 1;
}

/* PAGE */

.template-page .inline-list.payment-icons {
margin: 1rem 0 2rem;
}

.section-header__title {
font-size: 1.5rem;
color: #3d3d3d;
font-weight: bold;
letter-spacing: 1px;
}

/* COLLECTION - CATEGORY */

.grid-product__price {
font-size: 13px;
}

.grid-product__price--sale {
font-weight: bold;
}

.collection_callout1 .image-wrap {
background: #fafafa;
}

.collection-filter__item--count {
font-size: 12px;
}

.template-collection .page-content {
padding-top: 1vh;
}

.grid-product__meta {
font-size: 0.75rem;
}

/* Remove since we now have swatches - JP - 10/21/2020
.grid__item .CollectionMoreColors:after {
content: "MORE COLORS AVAILABLE";
display: block;
font-size: 0.45rem;
font-weight: bold;
color: #777;
padding-top: 0.25rem;
text-align: center;
}
*/

.collection-hero__content .section-header__title {
color: #fff;
}

.collection-hero {
background-color: #006857;
}

.grid-product__price {
color: #000;
font-weight: normal;
}

.grid-product__price--original {
color: #000;
font-weight: normal;
}

.collections-meta-content p {
font-size: 0.8rem;
}

.template-collection .category-banner {
margin-bottom: 2rem;
text-align: center;
}

#shopify-section-collection-template .rte {
margin-bottom: 0;
text-align: center;
}

.grid-product__price--savings {
font-weight: bold;
}

.grid-product__tag {
background-color: #006857;
font-size: 10px;
}

.grid-product__tag--sale {
background-color: #006857;
}

.grid-product__tag--sold-out {
background-color: #eee;
}

#CollectionSection .rte {
font-size: 0.75rem;
}

/* QUICKVIEW */

.modal {
z-index: 100;
}

.mwgroupedproduct .quick-product__btn,
.modal .shopify-payment-button__more-options,
.modal .size-chart-btn {
display: none;
}

.modal .product-link {
font-size: small;
}

.modal--square .modal__close {
right: 15px;
}

.modal-open .modal:before {
background-color: #000;
}

.modal__close .icon {
border: 1px solid #000;
border-radius: 25px;
cursor: pointer;
}

.modal__close .icon:hover {
border: 1px solid #eee;
background: #eee;
}

#seo-bottom:empty {
display: none;
}

#seo-top,
#seo-bottom {
font-size: 0.65rem;
display: flex;
margin: 15px 10%;
align-content: center;
justify-content: center;
text-align: center;
flex-direction: column;
}

@media screen and (max-width: 768px) {
#seo-top,
#seo-bottom{
margin: 5px 2%;
display: none;
}
}

#seo-bottom {
font-size: 0.65rem;
padding: 2rem 2rem 1rem 2rem;
border-top: 1px solid #e8e8e1;
}

#seo-bottom h2 {
font-size: 0.75rem;
font-weight: bold;
line-height: 1.2;
}

/* COLLECTION: SIDEBAR - REFINEMENTS */
@media screen and (min-width: 768px) {
.grid__item--sidebar {
overflow-y: scroll;
max-height: 90vh;
padding-top: 2vh;
padding-right: 1vw;
padding-bottom: 100px;
}
}

/* JP - Make the scrollbar thicker
.grid__item--sidebar::-webkit-scrollbar {
width: 4px;
}
*/

.grid__item--sidebar::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.grid__item--sidebar::-webkit-scrollbar-thumb {
background-color: #aaa;
outline: 1px solid #f2f2f2;
}

.collection-filter__item--drawer .js-drawer-open-collection-filters {
display: none;
opacity: 0;
visibility: hidden;
}

.boost-pfs-filter-option
.boost-pfs-filter-option-content
.boost-pfs-filter-button,
,
.boost-pfs-filter-option
.boost-pfs-filter-option-content
.boost-pfs-filter-option-range-amount
input {
font-size: 0.75em;
}

@media only screen and (min-width: 769px) {
/* Filter styles */
.boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-text {
font-size: 12px !important;
}
}

.boost-pfs-filter-scroll-to-top {
/* background-color: #fff !important;
color: #000; */
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
font-size: initial !important;
border-radius: 25px !important;
}

/*
.boost-pfs-filter-scroll-to-top span:before {
color: #000;
}


#bc-sf-filter-tree-mobile button {
color: #000 !important;
background: #fff !important;
text-transform: capitalize !important;
font-size: 16px !important;
border: 1px solid #e8e8e1 !important;
border-radius: 0 !important;
}

#bc-sf-filter-tree-mobile button svg {
margin: 0 1rem;
}

.bc-sf-filter-selection-wrapper h3 span {
font-size: 80%;
}

*/

.collapsible-trigger {
font-weight: bold;
}

/*
.bc-sf-filter-option-block
.bc-sf-filter-block-content
.bc-sf-filter-option-swatch
li
a
.bc-sf-filter-option-swatch-image {
border: 2px solid #fff !important;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
margin: 0.1rem;
}

*/

.bc-sf-filter-option-swatch
a[data-value="Color%3ABeige"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-beige {
background-color: #deb887 !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3ABlack"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-black {
background-color: #111111 !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3ABlue"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-blue {
background-color: #1e90ff !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3ABrown"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-brown{
background-color: #a0522d !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3AGray"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-gray {
background-color: #a9a9a9 !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3AGreen"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-green {
background-color: #006400 !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3AOrange"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-orange {
background-color: #ff8c00 !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3APink"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-pink {
background-color: #ffc0cb !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3APurple"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-purple {
background-color: #6a5acd !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3ARed"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-red {
background-color: #ed4545 !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3AWhite"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-white {
background-color: #f1f1f1 !important;
}

.bc-sf-filter-option-swatch
a[data-value="Color%3AYellow"]
span.bc-sf-filter-option-swatch-image,
.color-swatch--pei-yellow {
background-color: #fcf3ac !important;
}
*/

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image {
border: 2px solid #fff !important;
box-shadow: 0 0 1px 1px #aaa !important;
margin: .1rem .5rem .1rem !important;
}

span.boost-pfs-filter-option-swatch-image[title="Beige"], .color-swatch--pei-beige {
background-color: #deb887 !important;
}

span.boost-pfs-filter-option-swatch-image[title="Black"], .color-swatch--pei-black {
background-color: #111111 !important;
}

span.boost-pfs-filter-option-swatch-image[title="Blue"], .color-swatch--pei-blue {
background-color: #1e90ff !important;
}

span.boost-pfs-filter-option-swatch-image[title="Brown"], .color-swatch--pei-brown {
background-color: #a0522d !important;
}

span.boost-pfs-filter-option-swatch-image[title="Gray"], .color-swatch--pei-gray {
background-color: #a9a9a9 !important;
}

span.boost-pfs-filter-option-swatch-image[title="Green"], .color-swatch--pei-green {
background-color: #006400 !important;
}

span.boost-pfs-filter-option-swatch-image[title="Orange"], .color-swatch--pei-orange {
background-color: #ff8c00 !important;
}

span.boost-pfs-filter-option-swatch-image[title="Pink"], .color-swatch--pei-pink {
background-color: #ffc0cb !important;
}

span.boost-pfs-filter-option-swatch-image[title="Purple"], .color-swatch--pei-purple {
background-color: #6a5acd !important;
}

span.boost-pfs-filter-option-swatch-image[title="Red"], .color-swatch--pei-red {
background-color: #ed4545 !important;
}

span.boost-pfs-filter-option-swatch-image[title="White"], .color-swatch--pei-white {
background-color: #f1f1f1 !important;
}

span.boost-pfs-filter-option-swatch-image[title="Yellow"], .color-swatch--pei-yellow {
background-color: #fcf3ac !important;
}


/* AJAX CART: drawer */

.template-cart .section-header .rte a {
border: 1px solid #aaa;
padding: 0.5rem 1rem;
}

.cart-link__bubble--visible {
width: 20px;
height: 20px;
font-size: 8px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 2;
}

#CartDrawer {
z-index: 999999999;
}

.drawer__title {
padding-left: 0;
font-weight: bold;
}

.drawer__close-button {
right: 0;
}

.ajaxcart__note {
font-size: 10px;
opacity: 1;
text-align: center;
/** Added Ray D. 121024 **/
font-weight: 600;
background-color: #fdbfbf;
padding: 0.2rem .2rem;
color: #333;
border-radius: 4px;
}

.ajaxcart__product-name {
font-size: 0.75rem;
font-weight: bold;
}

.ajaxcart__product-name + .ajaxcart__product-meta {
padding-bottom: 1rem;
border-bottom: 1px dashed #eee;
margin-bottom: 1rem;
}

.ajaxcart__product-meta {
font-size: 0.65rem;
padding: 0.25rem 0 0;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

#CartDrawer small {
font-size: 0.75em;
}

#CartDrawer .ajaxcart__price {
font-size: 0.8rem;
}

.drawer__footer .ajaxcart__price {
font-weight: bold;
}

#CartDrawer .drawer__inner {
/* top: 112px; */
top: 105px;
}

#CartDrawer #CartContainer .drawer__inner {
top: 0;
}

@media only screen and (min-width: 769px) {
.drawer__header,
.drawer__fixed-header {
height: auto;
}
}

/* CART PROGRESS BAR */

/* FREE SHIPPING CART PROGRESS */
.cart-discount-progress.shipping {
display: block !important;
}

.cart-discount-progress {
/* border-bottom: 1px solid #e8e8e1; */
padding-bottom: 0.25rem;
}

.template-cart .cart__row .cart-discount-progress {
margin-top: 0.75rem;
/*border-top: 1px solid #e8e8e1; */
}

.cart-discount-progress .refresh-icon {
float: right;
}

.cart-discount-progress .refresh-icon svg {
width: 20px;
height: 20px;
display: inline-block;
background: #fff;
border-radius: 25px;
text-align: center;
vertical-align: middle;
border: 1px solid #eee;
padding: 3px;
cursor: pointer;
}

.cart-discount-progress .refresh-icon svg:hover {
background: #000;
fill: #fff;
border: 1px solid #000;
}

.cart-discount-progress .total {
color: #006857;
font-size: 11px;
}

.cart-discount-progress .title {
font-weight: bold;
font-size: 11px;
text-align: center;
background: #fafafa;
padding: 0.25rem;
margin: 3px 0;
}

.cart-discount-progress .title .btn {
font-size: xx-small;
padding: 4px 8px;
border-radius: 25px;
margin: 0 5px;
background: #333;
}

.cart-discount-progress .progress-bar {
border-radius: 60px;
overflow: hidden;
width: 98%;
margin: 0 3px;
text-align: center;
}

.cart-discount-progress .progress-bar span {
display: block;
-webkit-transition: width 2s;
transition: width 2s;
}

.cart-discount-progress .bar {
background: rgba(0, 0, 0, 0.05);
}

.cart-discount-progress .progress {
background: #006857;
color: #fff;
padding: 5px 0;
width: 0;
}

/* FOOTER */

.h4.footer__title {
font-size: 1rem;
font-weight: bold;
color: #006857;
letter-spacing: normal;
}

.site-footer {
padding-top: 0;
border-top: 0;
}

.site-footer__linklist a:hover {
color: #006857;
}

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

.site-footer a.btn.btn--secondary {
color: #000;
background-color: #fff;
border: 1px solid #ccc;
}

.site-footer a.btn.btn--secondary:hover {
color: #fff;
background-color: #000;
border: 1px solid #000;
}

.collapsible-trigger__icon {
color: #aaa;
}

/*
a[href="/pages/store-locator"] {
font-size: 0.75rem;
color: #006857;
font-weight: bold;
border: 1px solid #006857;
background-color: transparent;
padding: 8px 14px;
background-position: 150% 45%;
min-width: 90px;
}

a[href="/pages/store-locator"]:hover {
color: #fff;
background-color: #006857;
}
*/

/* FOOTER: SUPPORT BAR */

.chat__support {
  padding-left: 15px;
  font-size: 16px;
}

.footer__support_bar {
display: block;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 0.5rem 1rem;
margin: 1rem 0;
}

.footer__support_bar .footer__support_buttons {
display: inline-block;
text-align: center;
}

.footer__support_bar .telephone {
display: inline-block;
margin: 0 1rem;
vertical-align: sub;
}

.footer__support_bar .footer__social {
display: inline-block;
text-align: right;
float: right;
}

.footer__support_bar .footer__social .title, .footer__support_bar .footer__social h2 .title{
    margin: 0 1rem 0 0;
    display: inline-block;
    vertical-align: sub;
    font-size: 15px;
    font-weight: normal;
}

.footer__support_bar .footer__social li {
display: inline-block;
margin: 0 15px 0 0;
}

.footer__support_bar .footer__social .icon {
width: 16px;
height: 16px;
}

/********************************
Begin Size Chart CSS
********************************/

.size-chart-landing h3 {
color: #006858;
font-size: 1rem;
}

.accordion-title,
.tabs-title > a {
color: #3c3c3c;
}

.tabs-title > a:hover {
color: #111;
}

.tabs-content .accordion-item.is-active {
background-color: #006858;
color: #fff;
}

.tabs-content .accordion-item.is-active a {
color: #fff;
}

.chart-size {
background: #ddd;
color: #333;
}

.chart-highlight {
background: #eee;
color: #333;
font-style: italic;
}

#size-chart-tabs {
border: none;
background: #fafafa;
}

#size-chart-tabs .tabs-title a {
letter-spacing: 0.5px;
padding: 1.25rem 1rem;
}

#size-chart-tabs .tabs-title.bigtall a {
background-color: #eee;
font-weight: bold;
}

#size-chart-tabs .tabs-title a[aria-selected="true"] {
background-color: #006858;
color: #fff;
}

.size-table {
font-size: 0.7rem;
color: #333;
text-align: center;
}

.size-table caption {
text-transform: uppercase;
}

.size-table th {
font-size: 0.8rem;
font-family: "Montserrat", Helvetica, sans-serif;
background: #006858;
color: #fff;
text-align: center;
}

.size-table td {
text-align: center;
font-family: "Montserrat", Helvetica, sans-serif;
font-size: 1rem !important;
}

.size-chart-accordion .size-link {
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.size-chart-accordion .size-link:hover {
background-color: #006858;
color: #fff;
}

.size-chart-accordion .size-link:focus {
background-color: #006858;
color: #fff;
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}

.subhead {
border-left: 1px solid #fff;
background: #aaa;
color: #fff;
}

.size-chart-accordion .custom-content .size-hdr {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.size-chart-accordion .custom-content .size-txt {
font-size: 0.8rem;
}

.size-chart-accordion .custom-content hr {
margin: 0.75rem 0 1.2rem;
}

.tabs-content.no-border {
border: transparent;
}

.tabs-content.no-border .tabs-panel {
padding: 1rem 0;
}

.tabs-panel .tabs-hdr {
font-size: 1rem;
text-transform: uppercase;
}

.tabs-panel hr {
margin: 0.2rem 0 0.75rem;
}

.custom-content > h5:not(:first-child) {
margin-top: 2rem;
}

.subtext {
font-size: 0.75rem !important;
display: block;
clear: both;
}

#sizechart h3 {
font-weight: bold;
margin: 0 0 2rem;
text-align: center;
border-bottom: 2px solid #ccc;
padding: 0 0 1rem;
}

#sizechart h4 {
margin: 2rem 0 0;
text-align: center;
font-size: 1rem;
}

.centered {
text-align: center;
}

@media screen and (min-width: 40.1em) {
.size-table {
width: 100% !important;
}
}

@media screen and (max-width: 40em) {
.chart-size {
/*position: absolute;*/
width: 75px;
}

.size-table .size-mobile {
/*position: absolute; */
padding: 0.47rem 0;
}

.ui-widget.ui-widget-content {
width: 98% !important;
margin: 0 0.5rem;
}

.tabs li.bigtall {
width: 100%;
}

.tabs li {
width: 50%;
border-bottom: 2px solid #fff;
}

.chart-size {
width: 100px;
}
}

/********************************
End Size Chart CSS
********************************/

/* Small: Mobile */

@media only screen and (max-width: 768px) {
.footer__support_bar {
border-bottom: 0;
line-height: 2rem;
}

.footer__support_bar .footer__social {
float: none;
}
}

/* FORMS */

.form-validation .error {
width: 100%;
padding: 3%;
display: block;
color: red;
margin: 0;
background: #ffebeb;
text-transform: capitalize;
letter-spacing: normal;
position: relative;
}

/* LOYALTY */

/* Hide optin options for members */

/*
.accepts_marketing .cf-field-container.email-signup {
display: none;
}

.loyalty .cf-field-container.loyalty-signup {
display: none;
}
*/

/*
.cf-form-step .cf-fields-container .loyalty-signup {
  display: none;
}
*/

.loyalty-rewards-banner {
background-color: #045445;
text-align: center;
color: #fff;
padding: 0.8rem;
margin: 0 auto;
}

.loyalty-rewards-banner a {
color: #fff;
padding: 1rem;
width: 80%;
display: block;
margin: 0 auto;
}

.loyalty-rewards-banner .loyaltylogo {
display: inline-block;
width: 320px;
float: left;
}

.loyalty-rewards-banner p {
color: #fff;
line-height: 1.3;
display: inline-block;
margin: 0 3rem;
vertical-align: middle;
text-transform: uppercase;
font-size: 1.1rem;
}

.loyalty-rewards-banner .btn {
background: #fff;
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
}

.loyalty-rewards-banner .btn:hover {
background: #02231d;
color: #fff;
}

@media only screen and (max-width: 768px) {
.loyalty-rewards-banner p {
margin: 0;
font-size: 0.7rem;
}

.loyalty-rewards-banner .btn {
margin: 1rem 0 0 0;
}

.loyalty-rewards-banner a {
padding: 0;
}
}

/* LOYALTY - FOOTER BANNER ******************************************************************/

.loyalty-exclusive-container {
font-family: "Montserrat", sans-serif;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
color: #fff;
background: #00826c;
display: flex;
align-items: center;
justify-content: center;
padding: 0.5rem;
}

.loyalty-exclusive-container .item {
margin: 0 0.5rem;
}

.loyalty-exclusive-container .item a.btn.btn--secondary {
min-width: 180px;
color: #fff;
background-color: transparent;
border: 2px solid #fff;
font-weight: bold;
font-size: 0.75rem;
}

.loyalty-exclusive-container .item a.btn.btn--secondary:hover {
color: #00826c;
background-color: #fff;
}

.loyalty-exclusive-container .item.half {
width: 70%;
}

.loyalty .loyalty-exclusive-container .item.half {
width: 100%;
text-align: center;
}

.loyalty-exclusive-container .signup-item.item {
margin-right: 70px;
}

/* IE 6 */
* html .loyalty-exclusive-container {
position: absolute;
top: expression(
(
0- (footer.offsetHeight)+
(
document.documentElement.clientHeight ?
document.documentElement.clientHeight: document.body.clientHeight
)+ (ignoreMe=document.documentElement.scrollTop ?
document.documentElement.scrollTop: document.body.scrollTop)
)+"px"
);
}

@media only screen and (max-width: 770px) {
.loyalty-exclusive-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.loyalty-exclusive-container .item {
margin: 1% !important;
width: 48%;
}

.loyalty-exclusive-container .item.half {
width: 100%;
margin: 0 auto 1rem;
}

.loyalty .loyalty-exclusive-container .item.half {
width: 100%;
margin: 0 auto;
}

.loyalty-exclusive-container .item.half strong {
display: block;
}

.loyalty-exclusive-container .item a.btn.btn--secondary {
min-width: 100%;
font-size: 0.6rem;
}
}

/* SITEMAP */

.flex-container-sitemap h2 {
border-bottom: 2px solid #ddd;
padding: 0.5rem;
}

.flex-container-sitemap ul {
list-style: none;
margin: 0;
}

.flex-container-sitemap ul li {
font-size: inherit;
border-bottom: 1px dotted #ddd;
padding: 0.5rem;
}

.flex-container-sitemap {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}

.flex-container-sitemap .flex-item {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
padding: 1rem;
text-align: center;
border: 1px solid #eee;
margin: 1rem;
min-width: 49%;
}

/* Small */

@media only screen and (max-width: 768px) {
.flex-container-sitemap {
flex-direction: column;
margin: 0 0.25rem;
}
}

/* VIDEO */

.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* FINDMINE - PRODUCT RECOMMENDATIONS*/

[id^="findmine-container"] {
margin: 1rem 0;
}

[id^="findmine-container"] .fm-wrap {
border-top: 1px solid #e8e8e1;
border-bottom: 1px solid #e8e8e1;
margin: 0 auto;
padding: 1rem 0;
width: 100%;
}

[id^="findmine-container"] .fm-wrap header {
margin: 0 0 1rem;
position: relative;
}

[id^="findmine-container"] .fm-wrap header button {
display: inline-block;
width: 20%;
padding: 0.5rem;
margin: 0.5rem 0.25rem;
border: 1px solid #e8e8e1;
font-size: 0.7rem;
cursor: pointer;
position: relative;
}

[id^="findmine-container"] .fm-wrap header button.fm-prev-set {
position: absolute;
top: -8px;
left: 0;
}

[id^="findmine-container"] .fm-wrap header button.fm-next-set {
position: absolute;
top: -8px;
right: 0;
}

[id^="findmine-container"] .fm-wrap header button:hover {
background: #f1f1f1;
}

[id^="findmine-container"] .fm-wrap .fm-header {
font-size: 1rem;
text-transform: uppercase;
color: #000;
font-weight: bold;
letter-spacing: 1px;
text-align: center;
}

[id^="findmine-container"] .fm-wrap .fm-sets {
list-style: none;
margin: 0;
}

[id^="findmine-container"] .fm-wrap .fm-items {
list-style: none;
margin: 0;
}

[id^="findmine-container"] .fm-sets li .fm-items li .fm-image {
width: 120px;
height: 160px;
display: block;
margin: 0 auto;
}

[id^="findmine-container"] .fm-sets li .fm-items li .fm-details .fm-title {
padding: 0 1rem;
line-height: 1;
}

[id^="findmine-container"] .fm-sets li .fm-items li .fm-details .fm-title a {
font-size: xx-small;
text-align: center;
}

[id^="findmine-container"] .fm-sets li .fm-items li {
vertical-align: top;
text-align: center;
width: 24.5%;
display: inline-block;
margin: 0;
}

/* Small */

@media screen and (max-width: 40em) {
[id^="findmine-container"] .fm-wrap header button {
width: 40%;
font-size: 0.75rem;
}

[id^="findmine-container"] .fm-wrap header button.fm-prev-set,
[id^="findmine-container"] .fm-wrap header button.fm-next-set {
margin: 1rem 0.25rem 0;
position: relative;
}

[id^="findmine-container"] .fm-sets li .fm-items li {
width: 50%;
margin: 0 0 2rem 0;
}

[id^="findmine-container"] .fm-sets li .fm-items li .fm-details .fm-title {
padding: 0.25rem 2rem;
}
}

/* POWERREVIEWS - REVIEWS*/

section.pr-review-snippet-container.pr-no-reviews {
display: none;
}

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
float: none !important;
}

.p-w-r .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
display: none;
}

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet {
text-align: center;
margin: 2% 0;
}

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a {
font-weight: bold;
}

.pr-snippet .pr-snippet-write-review-link {
background: #aaa;
color: #fff !important;
padding: 6px 8px !important;
text-decoration: none !important;
border-radius: 25px;
}

.pr-snippet-stars-reco-reco {
display: none;
}

.pr-snippet-slider-root {
display: none !important;
}

.p-w-r .pr-read-review a,
.p-w-r .pr-review-display a {
color: #000;
border: 1px solid #e8e8e1;
background-color: transparent;
padding: 8px 14px;
background-position: 150% 45%;
min-width: 90px;
font-size: 0.75rem;
text-decoration: none !important;
display: inline-block;
margin: 0 0 2rem;
}

#pr-image-display {
display: none !important;
visibility: none !important;
}

#pr-reviewdisplay {
color: #555;
max-width: 1500px;
margin: 0 auto;
}

#pr-reviewdisplay .pr-headline {
color: #777 !important;
font-size: 1.25rem !important;
letter-spacing: 1px;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-block-container
.pr-review-snapshot-block
.pr-review-snapshot-block-headline,
.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-block-container
.pr-review-snapshot-block
.pr-review-snapshot-tags
dt,
.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-histogram-msq-container
.pr-review-snapshot-msq-histogram
.pr-histogram-msq-headline {
font-size: 1rem !important;
color: #777 !important;
}

#pr-reviewdisplay .pr-subheadline {
display: none;
}

.p-w-r a,
.p-w-r .pr-read-review a,
.p-w-r .pr-review-display a {
color: #000 !important;
}

.p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon__line {
stroke: #000 !important;
}

.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-header
.pr-review-snapshot-snippets
.pr-snippet-stars-reco-inline
.pr-snippet-stars-reco-stars
.pr-snippet
.pr-snippet-stars-container
.pr-snippet-stars
.pr-snippet-rating-decimal {
border: 3px solid #000 !important;
color: #000 !important;
}

.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-header
.pr-review-snapshot-snippets
.pr-snippet-stars-reco-inline
.pr-snippet-stars-reco-stars
.pr-snippet
.pr-snippet-read-and-write
.pr-snippet-review-count {
color: #777 !important;
font-style: normal !important;
}

.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-header
.pr-review-snapshot-snippets
.pr-snippet-stars-reco-inline
.pr-snippet-stars-reco-stars
.pr-snippet
.pr-snippet-read-and-write
.pr-snippet-write-review-link {
background: #000;
color: #fff !important;
padding: 0.25rem 1rem;
border-radius: 25px;
font-weight: bold;
text-decoration: none;
}

.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-block-container
.pr-review-snapshot-block
.pr-review-snapshot-tags
.pr-snapshot-tag-def
.pr-filter-btn--active
.pr-filter-btn__voteCount,
.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-block-container
.pr-review-snapshot-block
.pr-review-snapshot-tags
.pr-snapshot-tag-def:active
.pr-filter-btn__voteCount,
.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-block-container
.pr-review-snapshot-block
.pr-review-snapshot-tags
.pr-snapshot-tag-def:hover
.pr-filter-btn__voteCount {
background-color: #333 !important;
}

.p-w-r
.pr-review-snapshot.pr-review-enhanced
.pr-review-snapshot-header
.pr-review-snapshot-snippets
.pr-snippet-stars-reco-inline
.pr-snippet-stars-reco-stars
.pr-snippet
.pr-snippet-read-and-write
.pr-snippet-write-review-link:hover {
background: #000 !important;
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue,
.p-w-r
.pr-slider-root
.pr-slider
.pr-slider-node-group
.pr-slider-node.pr-active {
background: #000 !important;
}

.p-w-r .pr-read-review.pr-rd-display-desktop .pr-review,
.p-w-r .pr-read-review.pr-rd-display-tablet .pr-review,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-review {
padding: 0 1rem;
}

.p-w-r .pr-star-v4-0-filled {
background-image:
url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNDQ0NDQ0MiIGQ9Ik0xMC4wMDEsMC44MzNsMi43MTEsNi4zOTVsNi45MzYsMC41OTVsLTUuMjYxLDQuNTZsMS41NzksNi43ODRsLTUuOTY1LTMuNTk3bC01Ljk2MywzLjU5N2wxLjU3OC02Ljc4NA0KCWwtNS4yNjMtNC41Nmw2LjkzOC0wLjU5NkwxMC4wMDEsMC44MzMiLz4NCjwvc3ZnPg0K")
!important;
}

.p-w-r .pr-star-v4-25-filled {
background-image:
url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNDQ0NDQ0MiIHBvaW50cz0iMTkuNjQ3LDcuODIzIDEyLjcxMiw3LjIyOCAxMC4wMDEsMC44MzMgNy4yOTEsNy4yMjcgNy4yNSw3LjIzIDcuMjUsMTcuMjI5IDEwLjAwMSwxNS41NyANCgkxNS45NjYsMTkuMTY3IDE0LjM4NywxMi4zODMgIi8+DQo8cG9seWdvbiBwb2ludHM9IjAuMzUzLDcuODIzIDUuNjE2LDEyLjM4MyA0LjAzOCwxOS4xNjcgNy4yNSwxNy4yMjkgNy4yNSw3LjIzICIvPg0KPC9zdmc+DQo=")
!important;
}

.p-w-r .pr-star-v4-50-filled {
background-image:
url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iMTkuNjQ3LDcuODIzIDEyLjcxMiw3LjIyOCAxMC4wMDEsMC44MzMgMTAuMDAxLDE1LjU3IDE1Ljk2NiwxOS4xNjcgMTQuMzg3LDEyLjM4MyAiLz4NCjxyZWN0IHg9IjEwIiB5PSIwLjgzNSIgd2lkdGg9IjAuMDAxIiBoZWlnaHQ9IjE0LjczNSIvPg0KPHBvbHlnb24gZmlsbD0iI0NDQ0NDQyIgcG9pbnRzPSI3LjI5MSw3LjIyNyAwLjM1Myw3LjgyMyA1LjYxNiwxMi4zODMgNC4wMzgsMTkuMTY3IDEwLDE1LjU3MSAxMCwwLjgzNiAiLz4NCjwvc3ZnPg0K")
!important;
}

.p-w-r .pr-star-v4-75-filled {
background-image:
url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNDQ0NDQ0MiIHBvaW50cz0iMTQuMzg3LDEyLjM4MyAxOS42NDcsNy44MjMgMTIuNzUsNy4yMzEgMTIuNzUsMTcuMjI4IDE1Ljk2NiwxOS4xNjcgIi8+DQo8cG9seWdvbiBwb2ludHM9IjEyLjcxMiw3LjIyOCAxMC4wMDEsMC44MzMgNy4yOTEsNy4yMjcgMC4zNTMsNy44MjMgNS42MTYsMTIuMzgzIDQuMDM4LDE5LjE2NyAxMC4wMDEsMTUuNTcgMTIuNzUsMTcuMjI4IA0KCTEyLjc1LDcuMjMxICIvPg0KPC9zdmc+DQo=")
!important;
}

.p-w-r .pr-star-v4-100-filled {
background-image:
url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xNS45NjYsMTkuMTY3bC01Ljk2NS0zLjU5N2wtNS45NjMsMy41OTdsMS41NzgtNi43ODRsLTUuMjYzLTQuNTZsNi45MzgtMC41OTZsMi43MS02LjM5NGwyLjcxMSw2LjM5NWw2LjkzNiwwLjU5NQ0KCWwtNS4yNjEsNC41NkwxNS45NjYsMTkuMTY3eiIvPg0KPC9zdmc+DQo=")
!important;
}

.p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details,
.p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details {
line-height: 1.25rem !important;
}

.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-footer {
border-bottom: 0 !important;
}

.p-w-r .pr-read-review .pr-review,
.p-w-r .pr-review-display .pr-review {
padding: 0 1rem !important;
}

/* POWERREVIEWS - WRITE A REVIEW */

.p-w-r .pr-war {
max-width: 100% !important;
}

#pr-write {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#pr-write .pr-header-title {
font-weight: bold !important;
color: #aaa !important;
}

.p-w-r .pr-header .pr-header-product-img img {
border: 5px solid rgba(0, 0, 0, 0.1) !important;
}

.p-w-r .pr-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.p-w-r .pr-btn-add-tag a:after {
color: #000 !important;
left: 3px !important;
top: 35% !important;
}

.p-w-r .pr-btn-fileinput {
color: #000 !important;
}

[href="http://www.powerreviews.com"]
{
display: none !important;
}

.p-w-r .pr-accessible-btn {
background-color: #000 !important;
border-bottom: 2px solid #000 !important;
width: 100% !important;
text-align: center !important;
display: block !important;
padding: 1rem !important;
font-size: 1.15rem !important;
}

/* Small */

@media screen and (max-width: 40em) {
#pr-reviewdisplay {
max-width: 95% !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
margin: 0 !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
border-bottom: 0 !important;
}

.p-w-r
.pr-review-snapshot.pr-review-enhanced.pr-snapshot-mobile
.pr-review-snapshot-header
.pr-review-snapshot-snippets
.pr-snippet-stars-reco-inline {
align-items: center !important;
}

.p-w-r .pr-review-display .pr-rd-pagination {
border-top: 0 !important;
border-bottom: 0 !important;
}
}

/* LOYALTY HEADER */

.loyalty .toolbar .login svg {
background: #eee;
fill: black;
margin-right: 0.25rem;
border-radius: 25px;
padding: 4px;
width: 25px;
height: 25px;
}

.loyalty.gold .toolbar .login svg {
background: #ffea8a;
}

/* ACCOUNNT REGISTRATION - LOYALTY SIGNUP */

#create_account {
padding-top: 2rem;
}

#create_account input,
#customer-fields input {
border: 3px solid #e8e8e1;
}

#customer-fields .action-icon {
margin: 1rem 0 !important;
display: block !important;
height: 40px !important;
width: 100% !important;
}

#customer-fields .action-icon.loading:before {
display: none !important;
background-image: url(/cdn/shop/files/icon-loader.svg?26260) !important;
background-size: 75% !important;
background-repeat: no-repeat !important;
background-color: #000 !important;
width: 30px !important;
height: 30px !important;
border-radius: 50% !important;
padding: 1rem !important;
width: 100%;
}

.customr-field-file.uploading label:after {
background: url(/cdn/shop/files/icon-loader.svg?26260) !important;
background-size: contain !important;
}

#customer-fields .action-icon.success:before {
background-image: url(/cdn/shop/files/icon-check.svg?26260) !important;
background-size: contain !important;
}

.customr-field.loyalty-signup .customr-control-label,
.customr-field.email-signup .customr-control-label {
display: none !important;
visibility: hidden;
}

#customer-fields label {
font-weight: bold;
}

.email-signup .cf-enum-field__choice input[type="checkbox"],
.loyalty-signup .cf-enum-field__choice input[type="checkbox"] {
display: none !important;
}

.email-signup span,
.loyalty-signup span {
margin-left: 30px;
}

.email-signup input[type="checkbox"] + span::before,
.loyalty-signup input[type="checkbox"] + span::before {
content: "";
position: relative;
left: -10px;
top: 4px;
border-radius: 50%;
border: 2px solid #000;
width: 20px;
height: 20px;
display: inline-block;
background: #fff;
}

.email-signup input[type="checkbox"]:checked + span::before,
.loyalty-signup input[type="checkbox"]:checked + span::before {
background: #006857;
border: 2px solid #fff;
box-shadow: 0 0 2px #000;
}

#customer-fields .form-footer {
margin-top: 0 !important;
border-top: 0 !important;
padding-top: 2rem !important;
background: none !important;
}

#customer-fields input[type="submit"] {
outline: none;
border: 0;
margin: 0;
display: inline-block;
width: auto;
color: #fff;
background: #045445;
width: 100% !important;
}

#customer-fields input[type="submit"]:hover {
background: #079d81;
}

.form-footer .cancel-form {
display: none;
visibility: hidden;
}

.template-customers-register #create_customer label,
.template-customers-login label,
.template-customers-account label {
font-weight: bold;
font-size: 0.8rem;
width: 100%;
cursor: pointer;
}

.template-customers-register #create_customer label small,
.template-customers-account #create_customer label small {
display: inline;
text-transform: capitalize;
letter-spacing: normal;
color: #777;
font-weight: normal;
padding-left: 5px;
width: 100%;
}

.cf-field.email-signup,
.cf-field.loyalty-signup {
background: #e8e8e1;
padding: 0.25rem 1rem;
border: 4px solid #fff;
padding: 1rem;
width: 100%;
border-radius: 10px;
}

.cf-enum-field__choices {
width: 100%;
}

.cf-field.loyalty-signup .cf-enum-field__choice {
margin: 0;
}

#create_account .cf-form-actions .btn.button {
display: none;
}

#create_account .cf-form-actions .btn.button.cf-submit-form {
display: block;
width: 100%;
border-radius: 0;
}

.email-signup .customr-control label .radio-text,
.loyalty-signup .customr-control label .radio-text {
background: #fff;
border: 3px solid #e8e8e1;
padding: 0.5rem 2rem;
text-align: left;
position: relative;
cursor: pointer;
display: block;
}

.email-signup .customr-control label .radio-text:hover,
.loyalty-signup .customr-control label .radio-text:hover {
border: 3px solid #000;
}

.email-signup
.customr-control
label
input[type="checkbox"]:checked
+ .radio-text,
.loyalty-signup
.customr-control
label
input[type="checkbox"]:checked
+ .radio-text {
background: #e8e8e1;
}

.email-signup .customr-control label .radio-text::before,
.loyalty-signup .customr-control label .radio-text::before {
color: #fff;
content: "";
border: 3px solid #e8e8e1;
position: absolute;
top: 15%;
right: 3%;
height: 25px;
width: 25px;
line-height: 26px;
text-align: center;
border-radius: 50%;
background: #fff;
}

.email-signup
.customr-control
label
input[type="checkbox"]:checked
+ .radio-text::before,
.loyalty-signup
.customr-control
label
input[type="checkbox"]:checked
+ .radio-text::before {
background: #fff
url(https://cdn.shopify.com/s/files/1/0090/9780/5929/files/icon-check.svg?10322);
border-color: #fff;
background-size: contain;
}

.template-customers-register #create_customer p.terms,
.template-customers-register #create_account p.terms,
.template-customers-account #create_account p.terms,
.template-customers-login p.terms {
border-top: 1px solid rgba(0, 0, 0, 0.15);
padding: 1rem 0;
margin: 0;
font-size: x-small;
text-align: center;
}

.template-customers-register #create_customer p.terms a,
.template-customers-register #create_account p.terms a,
.template-customers-account #create_account p.terms a,
.template-customers-login p.terms a {
text-decoration: underline;
}

.template-customers-register #create_customer .submit-button {
margin: 1rem 0 0;
}

.loyalty-benefits {
margin: 7% 5%;
background: #f1f1f1;
padding: 2rem;
}

.loyalty-benefits h2 {
font-size: 1em;
line-height: 1rem;
font-weight: bold;
}

@media only screen and (max-width: 700px) {
.template-customers-register #create_customer section {
flex-direction: column;
}

#loyalty-benefits ul.numbered-list,
#loyalty-benefits ul.registration-list {
margin: 2rem 0;
}
}

/* CUSTOMER ACCOUNTS - PROFILES */

.template-customers-account .customer-details {
background: #f1f1f1;
margin-top: 2rem;
padding: 2rem;
border: 0.5rem solid #fff;
}

.template-customers-account .loyalty-status,
.template-customers-account .profile {
border: 1px solid #f1f1f1;
padding: 1rem;
}

.template-customers-account .loyalty-status {
background: #fafafa;
border-bottom: 0px;
}

.template-customers-account .main-content a {
font-weight: bold;
}

.template-customers-account .main-content a:hover {
color: #777;
}

.template-customers-account .loyalty-status-tier .tier {
font-size: 11px;
background-color: #ccc;
color: #444;
padding: 0.15rem 0.5rem;
border-radius: 25px;
text-transform: uppercase;
margin: 0 0.15rem;
}

.template-customers-account .loyalty-status-tier .tier.gold {
font-size: 11px;
background-color: #ffea8a;
color: #8a6116;
padding: 0.15rem 0.5rem;
border-radius: 25px;
text-transform: uppercase;
margin: 0 0.15rem;
}

.template-customers-account .accepts_marketing {
font-size: 12px;
background-color: #ddd;
color: #444;
margin: 0;
padding: 0.25rem 1rem;
border: 1px solid #ddd;
}

.template-customers-account h2,
.template-customers-account h3,
.template-customers-account .h5 {
font-size: 1rem;
font-weight: bold;
}

.template-customers-account .h5 {
letter-spacing: 1px;
}

.template-customers-account h2,
.template-customers-account h3 {
margin-bottom: 2rem;
letter-spacing: 1px;
}

[class*="template-customers-"] table tr:nth-child(odd) td {
background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
[class*="template-customers-"] h2,
[class*="template-customers-"] h3 {
margin: 2rem 0;
}

.template-customers-account .table--responsive td {
padding: 0.5rem;
}

[class*="template-customers-"] .table__section + .table__section {
margin-top: 0;
padding-top: 0;
}

[class*="template-customers-"] .table__section + .table__section:after {
left: 0;
right: 0;
border-bottom: 1px solid #ddd;
}
}

/* CUSTOMER ACCOUNTS - ADDRESSES */

.template-customers-addresses h2,
.template-customers-addresses .h4 {
font-size: 1rem;
font-weight: bold;
}

.template-customers-addresses label {
font-weight: bold;
}

.template-customers-addresses .cancel.btn--secondary {
float: right;
margin-bottom: 1rem;
}

/* CUSTOMER ACCOUNTS - RECOVERY */

.notice {
font-size: small;
padding: 1rem;
background: #f1f1f1;
margin: 0 0 1rem 0;
}

#RecoverPasswordForm {
border: 1px solid #ccc;
padding: 1rem;
font-size: 0.85rem;
}

#RecoverPasswordForm h2 {
font-size: 0.85rem;
}

/* CUSTOMER ACCOUNTS - PROFILES */

.template-customers-account .customer-details {
background: #f1f1f1;
margin-top: 2rem;
padding: 2rem;
border: 0.5rem solid #fff;
}

.template-customers-account .customer-details h5 {
font-size: 1rem;
font-weight: bold;
}

/* ERROR PAGES - 404 PAGE NOT FOUND */

/* KLARNA PLACEMENT */

.klarna-container {
font-family: Klarna Text, "Klarna Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
text-align: center;
color: #17120f;
font-size: 12px;
font-weight: 400;
line-height: 14px;
background-color: #FFFFFF;
border-radius: 5px;
border-width: 1px;
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
margin-top: 30px;
}

.klarna-container .klarna-logo {
margin: 0;
padding: 5px 0;
height: 20px;
width: auto;
position: relative;
top: 0px;
vertical-align: middle;
}

.klarna-container a {
text-decorate: underline;
}

.klarna-popup {
position: relative;
background: #FFF;
padding: 0;
width: auto;
max-width: 500px;
margin: 20px auto;
border-radius: 25px;
}

/* NOSTO */

.nosto_element .section-header {
margin-bottom: 0;
}

/***custom collection css ***/
.custom-disable div {
color: #e8e8e1;
}

.variant-input-wrap label.custom-disable,
.variant-input-wrap label.disabled {
pointer-events: none;
color: #fff;
background: #e2e2e2;
box-shadow: 0 0 0 2px #e2e2e2;
}

.variant-input-wrap label.custom-disable:after,
.variant-input-wrap label.disabled:after {
position: absolute;
content: "";
top: -50%;
left: 50%;
bottom: 0;
border-left: 2px solid;
border-color: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
height: 70px;
}

/*** ACCORDION ***/

.csstabs {
display: flex;
flex-wrap: wrap;
transition: all 0.5s ease;
border: 1px solid #ddd;
}

.csstabs label {
flex-grow: 1;
order: 1;
display: block;
margin: 0;
padding: 1rem 2rem;
cursor: pointer;
background: #ddd;
font-size: 0.75rem;
font-weight: bold;
text-align: center;
transition: background ease 0.2s;
}

.csstabs label:hover {
background: #fff;
}

.csstabs .tab {
order: 99;
flex-grow: 1;
width: 100%;
display: none;
padding: 1rem;
background: #fff;
}

.csstabs input[type="radio"] {
display: none;
}

.csstabs input[type="radio"]:checked + label {
background: #fff;
}

.csstabs input[type="radio"]:checked + label + .tab {
display: block;
}

@media (max-width: 45em) {
.csstabs .tab,
.csstabs label {
order: initial;
}

.csstabs label {
width: 100%;
margin-right: 0;
}
}

/* GLOBAL-E */

.ql-editor *,
.ql-editor,
.CustomSwitcherPopup .country .dropDownRow .caption,
.CustomSwitcherPopup .glCancelBtn,
.CustomSwitcherPopup .Backtoshop {
font-family: "Montserrat", sans-serif !important;
}

.CustomSwitcherPopup .glCancelBtn {
letter-spacing: 2px !important;
font-weight: bold !important;
}

.CustomSwitcherPopup .Backtoshop {
font-size: 12px !important;
letter-spacing: 2px !important;
}

.ql-editor upper {
text-transform: uppercase;
letter-spacing: 1px;
}

.globale_overlay {
background-color: #000 !important;
}

.gep-switcher-text-desktop {
font-size: 9px !important;
display: none !important;
}

.mobile-nav .gep-switcher.gep-switcher-mobile {
background: #eee;
  
    margin: 0px 1px 0px 0px !important;
}
.mobile-nav .gep-switcher.gep-switcher-mobile {
    display: flex;
    border-bottom: 1px solid #e8e8e1;
    padding: 15px;
    padding-top: 15px;
    padding-right: 12px !important;
    padding-bottom: 15px;
    padding-left: 15px;
}

.gep-switcher-text-mobile {
font-size: 1rem !important;
}

.boost-pfs-filter-options-wrapper {
    padding-top: 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}

.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
display: none;
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none !important;
}

.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}

.mfp-preloader a {
color: #ccc;
}

.mfp-preloader a:hover {
color: #fff;
}

.mfp-s-ready .mfp-preloader {
display: none;
}

.mfp-s-error .mfp-content {
display: none;
}

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}

.mfp-close:active {
top: 1px;
}

.mfp-close-btn-in .mfp-close {
color: #fff;
background: #000;
border-radius: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}

.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}

.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}

.mfp-arrow-left {
left: 0;
}

.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}

.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
right: 0;
}

.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}

.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
top: -40px;
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
line-height: 0;
}

.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}

.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}

.mfp-figure figure {
margin: 0;
}

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}

.mfp-image-holder .mfp-content {
max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}

.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}

.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}

.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}

.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}

.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}

/* Popup Styles */

.white-popup {
position: relative;
background: #fff;
padding: 20px;
width: auto;
max-width: 90vw;
margin: 20px auto;
}

.white-popup-tc {
position: relative;
background: #fff;
padding: 20px;
width: auto;
max-width: 600px;
margin: 20px auto;
}


.white-popup-tc strong {
font-size: 1em;
font-weight: 600;
display: block;
background-color: #006857;
padding: 15px;
color: #fff;
border-radius: 3px;
width: 90%;
}

.white-popup-tc p {
position: relative;
margin-bottom: 15px;
line-height: 1.5em;
cursor: pointer;
font-size: 14px;
letter-spacing: 0;
width: 100%;
padding: 5px;
}

.size-chart-white-popup {
position: relative;
background: #fff;
padding: 0.5rem;
width: auto;
max-width: 800px;
margin: 0 auto;
text-align: center;
}

/* Curalate */

#curalate-homepage-fanreel {
background: #fafafa;
}

.curalate-banner {
text-align: center;
padding: 0;
position: relative;
}

.curalate-banner p {
font-size: 0.85rem;
text-transform: none;
letter-spacing: 0;
color: #444;
margin: 0.5rem 2rem;
font-weight: normal;
}

.modal__inner #curalate-pdp-fanreel {
display: none;
}

#curalate-pdp-fanreel .curalate-banner p {
margin: 0.5rem 8rem;
line-height: 1.5;
}

#curalate-pdp-fanreel .curalate-banner .banner-hdr {
padding: 2rem 0.5rem 0;
}

.curalate-banner p strong {
background: #f1f1f1;
padding: 0 0.5rem;
border-radius: 10px;
font-size: small;
}

.curalate-banner .banner-hdr {
font-weight: bold;
line-height: 1;
display: block;
margin: 0;
font-size: 1.25rem;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
padding: 0.5rem;
}

.curalate-banner .banner-hdr a.curalate-link {
font-weight: bold;
color: #777;
border-bottom: 0;
}

.curalate-banner .button.hollow,
#curalate-upload-photos {
border: 1px solid #aaa;
color: #000;
background: #fafafa;
letter-spacing: 1px;
font-size: 0.75rem;
min-width: 140px;
border-radius: 25px;
}

.curalate-banner .button.hollow:focus,
.curalate-banner .button.hollow:hover,
#curalate-upload-photos:hover {
border-color: #045044;
color: #fff;
background: #045044;
}

.curalate-banner .button-group {
margin-bottom: 0;
font-size: 0;
}

#crl8-homepage-carousel .fBdLBt,
#crl8-gallery-masonry .eXqbrg,
#crl8-gallery-masonry .dfMAXR {
background: transparent;
color: #777;
border-color: #aaa;
}

#crl8-homepage-carousel .gtBTNk,
#crl8-product-carousel .iTIvCo {
display: none;
}

/* MOBILE - SMALL */
@media screen and (max-width: 39.9375em) {
.curalate-banner .banner-hdr {
margin: 1rem 0;
padding: 0;
}

#curalate-pdp-fanreel .curalate-banner p {
margin: 0.5rem 0 0;
font-size: 0.7rem;
}
}

/* Curalate end */

/* Backinstock */

#ISR_popup_container .modalCloseImg {
border-radius: 5px 5px 5px 5px;
color: #000 !important;
}

#ISR_button {
font-size: 12px !important ;
}

#ISR_button:hover {
text-decoration: underline;
}

/* Backinstock end */

/* h1banner */
.h1hp {
font-size: 12px;
text-align: center;
padding: 0px !important;
margin: 0px !important;
color: #006857;
font-weight: bold;
}

#h1hp {
text-align: center;
}

.promo-grid--space-top {
}

/* h1banner end */

/* unit limit */
div.order-logic-sweet-alert {
z-index: 10000000011 !important;
}


.klarnadrawer {
display: flex;
align-items: center;
font-size:small;
margin-top: 8px;
justify-content: center;

}


/* Cart Drawer*/

a.ajaxcart__product-name {
font-size: 11px !important;
width: 85%;
}

span.ajaxcart__product-meta
{
font-size: 11px !important;
}

/*
.bc-sf-filter-option-block.bc-sf-filter-option-block-box.bc-sf-filter-option-block-size {
text-transform: uppercase;
}
*/

.site-header--stuck {
z-index: 2000;
}

/* Flag and Search placement */

@media screen and (min-width: 601px) {
.site-header .header-item--icons {display: none;}
}

.site-header__search-container {
z-index: -1;
  display:none;
}

.site-header__search-container.is-active {
z-index: 100;
   display:inline-block !important;
}

.site-header.site-header--opening .header-item--icons {display: flex; justify-content: center; z-index:100;}

@media screen and (max-width: 600px) {
.site-header.site-header--opening .header-item--icons {justify-content: flex-end;}
}


/* Header Search bar center*/


/*
@media screen and (min-width: 601px) {
.toolbar__content :nth-child(1) { order: 1;
flex-grow: 2;}
.toolbar__content :nth-child(2) { order: 3; }
.toolbar__content :nth-child(3) { order: 4; }
.toolbar__content :nth-child(4) { order: 5; }
.toolbar__content :nth-child(5) {
order: 2;
flex-grow: 3;
width: auto;
display: flex;
justify-content: center;
padding: 0 max(1%, 10px);
width: 40%;
margin: 0 5%; }
.toolbar__content :nth-child(7) { order: 6; }
#producttitledt{ display: none;}
}
*/


@media screen and (max-width: 601px) {
/*
#producttitledt{ display: none;}
.product-single__meta > h1.product-single__title { display: none;}
*/
  .medium-up--three-fifths .h2.product-single__title {
    display: none !important;
}
  
}

/* PRICE DISPLAYING */

/************ Default Price Display Settings for Catalog pages **************/
.grid-product__price--markdown {
display: none;
}

.product__price.on-sale:before {
display: none !important;
}

.product__price.on-sale:before, .product__price--compare, .grid-product__price--original, .grid-product__price--markdown {
color: #000 !important;
}

.grid-product__percent--sale {
display: none;
font-weight: normal;
color: #ff0000;
margin: 0 5px;
}

.grid-product__title:hover {
text-decoration: underline;
}

.template-product .product__price.on-sale:before {
display: none !important;
}

.product__price--discounted {
display: none;
}
/************ Default Price Display Settings for Catalog pages **************/
/************ CUSTOM 3 Price Display Settings **************/

/*
* ! This is what shows the middle price on the category page
* ! The price is calculated in bc-sf-filter.js and will need to be altered there to show the correct price.
*/

/*
This is what shows the middle price on the product page
The price is calculated in product-discount-callout.liquid and will need to be altered there to show the correct price.
*/

.template-product .limitedtimeoffers .product__price.on-sale:before {
display: inline-block; /* inline-block */
text-decoration: line-through !important;
}

/************ /CUSTOM Price Display Settings ***************/


/************ IF THERE IS A SECOND Price Display Settings for Catalog pages **************/

/* Only shows 2 prices on certain styles */
.template-product .pricedisplay2 .product__price.on-sale:before, .pricedisplay2 .grid-product__price--markdown {
display: none !important;
}

.grid-product__price2--markdown {
display: none;
}

.template-product .product__price2.on-sale:before {
display: none !important;
}


/**
* swatch custom disable
*/

.custom-swatch-disable {
/* pointer-events: none; */
position: relative;
/* cursor: none !important; */
opacity: 0.5;
}

.custom-swatch-disable:after {
position: absolute;
content: '';
width: 25%;
transform: rotate(45deg);
height: 100%;
top: -15%;
left: 30%;
border-right: 1px solid black;
opacity: 0.5;
}


/* Tooltip Styles */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0); */
filter: alpha(opacity=0);
opacity: 0;
pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
position: absolute;
bottom: 100%;
left: 50%;
margin-bottom: 5px;
margin-left: -80px;
padding: 7px;
width: 160px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
width: 0;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100); */
filter: alpha(opacity=100);
opacity: 1;
}


/* Nosto review counts */
.text-s {
font-size: small;
}

/* Yotpo Stars on PDP */
.yotpo-stars {
  text-align:left;
}

/* Hide Yotpo logo */
span.yotpo-logo-title.yotpo-powered {
display: none;
}

.yotpo-icon-btn-big.transparent-color-btn.yotpo-logo-btn.yotpo-icon.yotpo-icon-yotpo-logo.yotpo-logo-icon-new.yotpo-icon.yotpo-icon-yotpo-logo {
display: none !important;
}

.yotpo-label-container {
border-top: none !important;
}
.yotpo .yotpo-icon-star {
color: #006857 !important;
}

.yotpo .yotpo-icon-empty-star {
color: #006857 !important;
}

.yotpo .yotpo-icon-half-star {
color: #006857 !important;
}

.yotpo-bottomline.pull-left.star-clickable .text-m {
  margin-left: 10px;
}

/* Align the fitbar to the left */
@media only screen and (max-width: 70.875em) {
  #fitGuideSection {
      padding-right: 16% !important;
  }
}

@media only screen and (min-width: 70.875em) and (max-width: 98.5625em) {
  #fitGuideSection {
      padding-right: 46% !important;
  }
}

@media only screen and (min-width: 98.5625em) {
  #fitGuideSection {
      padding-right: 62% !important;
  }
}

/* Hide Review Titles */
.content-title.yotpo-font-bold {
display: none !important;
}

/* Custom stars for the Collection pages */
.pei-star {
font-family: FontAwesome;
font-size: 1.1em;
width: 13px;
display: inline-block;
color: lightgray;

/* margin-top: -8px; */
vertical-align: -5px;
cursor: pointer;
}

.pei-star:last-child {
margin-right: 0;
}

.pei-star:before {
content:'\f005';
}

.pei-star.on {
color: #006857;
}

.pei-star.half:after {
content:'\f089';
color: #006857;
/* position: absolute;
margin-top: -20px; */
margin-left: -16px;
width: 9px;
overflow: hidden;
}

.pei-review {
//font-family: Open Sans;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: bold !important;
font-size: 13px;
border: none;
padding: 0;
margin-left: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

color: #000;
text-decoration: none;
cursor: pointer;

vertical-align: -3px;
}


.product__price-savings{
display: none;
color: #ff0000;
font-size: small;
font-weight: normal;
}

/* MASKS "EACH" */
.ProductGroupHEFM0002 .grid-product__price--sale::after,
.ProductGroupHEN95K07 .grid-product__price--sale::after,
.ProductGroupHEFM0001 .grid-product__price--sale::after,
.ProductGroupHEN95K05 .grid-product__price--sale::after,
.ProductGroupHEKM0001 .grid-product__price--sale::after,
.ProductGroupHEFS0003 .grid-product__price--sale::after{
content: " Each";
}


/* Used to overwrite swatches with an image instead of a hexadecimal color number */
.swatch-image-multicolor {
background-image:url('https://cdn.shopify.com/s/files/1/0051/3723/6054/files/color-multi-colored.png');
}

.swatch-image-gold {
background-image:url('https://cdn.shopify.com/s/files/1/0097/5821/2174/files/color-gold.png');
}

.swatch-image-silver {
background-image:url('https://cdn.shopify.com/s/files/1/0097/5821/2174/files/color-silver.png');
}


/* Kustomer hide */

/*
.kustomer {
display: none !important;
}
*/

/* Yotpo hide */
span.yotpo-logo-title {
display: none;
}

.yotpo-icon-btn-big.transparent-color-btn.yotpo-icon.yotpo-icon-yotpo-logo.yotpo-logo-icon-new.yotpo-icon.yotpo-icon-yotpo-logo {
display: none;
}

a.klarnalink {
text-decoration: underline ;
}

/* Review ratings adjustment */
/*
.bc-sf-filter-option-block .bc-sf-filter-block-content ul li a[data-value='1'], .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a[data-value='2'], .bc-sf-filter-option-block
.bc-sf-filter-block-content ul li a[data-value='3'] {
opacity: 0 !important;
display: none !important;
}
*/

/* z-index to bypass listrak offer button */
.drawer--left.drawer--is-open {

z-index: 100011 !important;
}

.pswp {
z-index: 100011 !important;
}
/* Cart Drawer overrides */
.cartitemwidth { width:22% !important; padding-right: 10px;}
.drawer .js-qty__num {
padding-top: 1px !important;
padding-bottom: 1px !important;

}

/* Listrak sticky mobile size*/
button#ltkPopupTriggerButton {
font-size: 12px !important;
}


/* Toolbar links smaller */
.toolbar

{font-size: 13px !important}


/* Cart drawer view cart link */
.fullcartlink {font-size:16px;text-decoration: underline;text-align: right;justify-content: flex-end;padding-right:10px;}
.h2carttitle { font-size: 2em;font-weight: 700; }
.drawer__close-button {
padding: 0px !important;
}


/*
#bc-sf-filter-scroll-to-top span:before {

content: "\25B2" !important;
}
*/


.sticky-cart-button {

z-index: 2147483631 !important;
padding: 35px 30px !important;
}


#CartDrawer {
z-index: 2147483638 !important;
}


/* Klevu autosuggest adjustment */

/*
@media only screen and (max-width: 769px) {
.klevu-searching-area-l2 {top: 156px !important;}
.klevu-pt-rs-hover {top: 156px !important;}
}

@media only screen and (min-width: 769px) and (max-width: 897px) {
.klevu-searching-area-l2 {top: 129px !important;}
.klevu-pt-rs-hover {top: 129px !important;}
}

@media only screen and (min-width: 898px) {
.klevu-searching-area-l2 {top: 111px !important;}
.klevu-pt-rs-hover {top: 111px !important;}
}
*/

/*
@media only screen and (min-width: 769px) {
.klevu-searching-area-l2 {top:0px !important;}
.klevu-pt-rs-hover {top:0px !important;}
}

@media only screen and (max-width: 769px) {
.klevu-searching-area-l2 {top:99px !important;}
.klevu-pt-rs-hover {top:0px !important;}
}
*/

/* Mobile compact cart drawer */
@media screen and (max-width: 39.9375em) {
p.ajaxcart__price.cart__discount {
font-size: x-small !important;
}

.klarnadrawer.hide--international {
display: none !important;
}

.h2.drawer__title {
font-size: small;
padding-left: 5px;
}

.additionalpayments {
display:none !important;
}

.h2carttitle { font-size: large !important; }

.drawer__header {
height: 40px;
padding: 5px 0;
}

p.appear-animation.appear-delay-3 {
margin-top: 50px;
}

.drawer__inner {
position: absolute;
top: 35px !important;
}

p.ajaxcart__note {
display: none;
}
}


/***** Desktop Google CLS *****/
@media only screen and (min-width: 769px) and (orientation : landscape) {
.hero {min-height: 460px !important }


  
}
/***** Mobile Google CLS *****/
@media only screen and (max-width: 768px) {
.hero {min-height: 310px !important }
.h1hp {display:none }
}



/* Kustomer widget offset */

iframe#kustomer-ui-sdk-iframe {

right: 4rem !important;
z-index: 2147483630 !important;
}



.uwy {

z-index: 2147483620!important;
}



/* Load more button styling */
.boost-pfs-filter-bottom-pagination paginationn {display:none !important}


  /* Rearrange the order of the stars (descending order so highest review is on top) */
  .boost-pfs-filter-option-item-list-rating {
    display: flex !important;
    flex-direction: column !important;
  }

  .boost-pfs-filter-option-item-list-rating li:first-child {
    order: 5;
  }
  
  .boost-pfs-filter-option-item-list-rating li:nth-child(2) {
    order: 4;
  }
  
  .boost-pfs-filter-option-item-list-rating li:nth-child(3) {
    order: 3;
  }

  .boost-pfs-filter-option-item-list-rating li:nth-child(4) {
    order: 2;
  }

  .boost-pfs-filter-option-item-list-rating {
    order: 1;
  }
  
  /* Hide Yotpo Star Filter for 1, 2, and 3 Stars */
	.boost-pfs-filter-option-item-list-rating li:nth-of-type(1),
	.boost-pfs-filter-option-item-list-rating li:nth-of-type(2),
	.boost-pfs-filter-option-item-list-rating li:nth-of-type(3) {
	  
	 opacity: 0 !important;
	 display: none !important; 
  }
  

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item {
margin-bottom: 4px !important;
}

/* Master refinement hide */
.boost-pfs-filter-option.boost-pfs-filter-option-list.boost-pfs-filter-option-master.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-column-1 {
display: none;
}

/* Boost clear underline */

.boost-pfs-filter-clear {
text-decoration: underline !important;
}

.boost-pfs-filter-clear:hover {
text-decoration: none !important;
}


/* Don't show the filter count in the collection temporarily until we have a fix for the master */
span.boost-pfs-filter-option-amount {
display: none !important;
}

a.boost-pfs-filter-scroll-to-top:before {
border-width: 3px !important;
}

.boost-pfs-filter-bottom-pagination pagination {display:none !important}

/**** Filter button styles ****/
.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item>button:hover {
background: #3d3d3d !important;
}

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item.selected>button {
border-color: #006857 !important;
background: #006857 !important;
}

/* Make the filter swatches squared */
.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image {
   -moz-border-radius: 0% !important;
   -webkit-border-radius: 0% !important;
   border-radius: 0% !important; 
}

.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image:before {
   -moz-border-radius: 0% !important;
   -webkit-border-radius: 0% !important;
   border-radius: 0% !important;   
}

/* FindMine Complete the Look Description Styling */
.FwcmS {
font-size: 1.1em !important;
}

/* FindMine Complete the Look Close the Gap Between Items */
.dPhvIA {
justify-content: space-evenly !important;
}

/* Nosto Overlay top */
@media screen and (max-width: 39.9375em) {
div#NostoPopUpContent {
z-index: 100011 !important;
}
}


/* Extended Sizes styling (Regular or Big and Tall) Styling */

.size_group_button {

box-shadow: 0 0 0 2px #ccc;

/* border: 5px solid #ccc; */
padding: 6px 5px 7px;
text-align: center;
text-decoration: none;
display: inline-block;
/* font-size: 13px; */
font-size: 16px;
font-family: Montserrat,sans-serif;
/* letter-spacing: .025em; */

margin: 0px 5px 20px 5px;
width: 185px;
color: #777;
line-height: 1.5;
letter-spacing: .025em;

}

.size_group_button:hover {
box-shadow: 0 0 0 1px #777;
color: #777;
}

.size_group_button[selected] {
box-shadow: 0 0 0 2px #006857;
color: #fff;
font-weight: 550;
background: #006857;
}

.size_group_container {
display: grid;
grid-gap: 5px;
grid-template-columns: repeat(2, 193px);
align-content: space-between;
justify-content: center;
align-items: center;
line-height: 1.5;
letter-spacing: .025em;
font-size: 16px;
/* text-align: center;
display: grid;
grid-template-columns: repeat(auto-fill, 110px); */
}

@media screen and (max-width: 768px) {
  .size_group_container {
      grid-template-columns: repeat(2, auto);
  }

  .size_group_container > div {
      width: auto;
      grid-gap: 10px;
  }
  .size_group_button {
      width: 150px;
  }
}

.group-size {
margin-top: 20px;

}


/* Style the title and price in collections page */

.more-colors {
margin-left: 5px
}

/*
@media screen and (min-width: 81rem) {

  .product-title-row {
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  }

  .product-title-column-left {
  flex: 1;
  justify-content: flex-start;
  margin-right: 10px;
  flex-wrap: wrap;
  }

  .product-title-column-right {
  flex: 0 1 auto;
  justify-content: flex-end;
  margin-left: 10px;
  text-align: right;
  margin-right: auto;
  }

  .collections-reviews {
  text-align: left;
  margin-left: 10%;
  display: none;
  }

  .grid-product__meta {
  font-size: .75rem !important;
  text-align: left;
  }

  .grid-product__colors {
  margin-left: 9%;
  }

  .collection_callout1:after {
  text-align: left !important;
  margin-left: 10% !important;
  }
  
  .collection_callout2:after {
  text-align: left !important;
  margin-left: 10% !important;
  }
}
*/

/* @media screen and (max-width: 81rem) { */

  .grid-product__meta {
  font-size: .75rem !important;
  text-align: center;
  }
  
  .grid-product__colors {
  justify-content: center;
  }
  
  .collections-reviews {
  text-align: center !important;
  display: none;
  }
/* } */

.grid-product__title {
font-size: 0.8rem;
}

/***** Screen Reader CSS (Added Ray D. 9/6/2022) *****/
.screen-reader-only {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px); // IE 6 and 7
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
}

/* PDP mobile review stars */
#reviews a.text-m {display:none;}


/* Final Sale */
.final_sale {
    margin-top: 20px;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    font-style: normal;
    color: red;
}

.final_sale_cart {
    text-align: left;
    font-size: 1.0em;
    font-weight: bold;
    font-style: normal;
    color: red; 
    margin-top: 20px;
}


/****** Grid-Basis CSS (Added by Ray D. 12/04/22) ******/
:root {
  --main-color: hsl(170, 100%, 20%);
}

section.hp-banner {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(12, 1fr);
  width: min(100%, 1920px);
  padding: 1rem;
  margin: auto;
}
section.hp-banner.hero{
  padding: 1px 0 1rem 0;
  width: min(100%, 1920px) !important;
  background: unset;
}

.no--gap {
  grid-gap: 0 !important;
}

.hero {
  padding-top: 0;
  width: min(100%, 1920px) !important;
  background: unset;
}

.grid-col-span-12 {
  grid-column: span 12;
}
.grid-col-span-11 {
  grid-column: span 11;
}
.grid-col-span-10 {
  grid-column: span 10;
}
.grid-col-span-9 {
  grid-column: span 9;
}
.grid-col-span-8 {
  grid-column: span 8;
}
.grid-col-span-7 {
  grid-column: span 7;
}
.grid-col-span-6 {
  grid-column: span 6;
}
.grid-col-span-5 {
  grid-column: span 5;
}
.grid-col-span-4 {
  grid-column: span 4;
}
.grid-col-span-3 {
  grid-column: span 3;
}
.grid-col-span-2 {
  grid-column: span 2;
}
.grid-col-span-1 {
  grid-column: span 1;
}

.stacked--container {
  grid-template-rows: repeat(2, 1fr);
}

.grid-row-span-4 {
  grid-row: span 4;
}

.grid-row-span-3 {
  grid-row: span 3;
}

.grid-row-span-2 {
  grid-row: span 2;
}

div[class*="grid-col-span-"] a.fit {
  display: flex !important;
  height: 100%;
  width: auto;
  align-items: stretch;
}

@media screen and (max-width: 738px) {
  section.hp-banner {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
  section.hp-banner.hero{
    padding: 0 0 1rem 0;
  }
  .image__container picture img {
    display: flex;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }

  div[class*="grid-col-span-"] {
    grid-column: span 12;
  }

  div[class*="grid-row-span-"] {
    grid-row: span 1;
  }

  .no--gap {
    grid-gap: 1.5rem !important;
  }
}

div#findmine-app-container section {
    display: block;
    padding: unset;
}


/* Syte */
.syte-discovery.syte-integration-injected {
    position: initial !important;
    display: initial !important;
}

/**********  FREE SHIPPING Callout on PDP **********/
.pdp-fs {
  width: 80%; 
  display: flex;
  text-align: left;
  justify-content: center;
  font-size: 12.8px !important;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #00685724;
  font-weight: 400;
  border-radius: 15px;
  /* margin: 1rem auto; */
  margin-top: 1rem;
  text-transform: uppercase;
}

.pdp-fs p {
  padding: 0;
  margin: 0;
  color: #006857;
}
@media screen and (max-width: 768px) {
  .pdp-fs {
    width: 100% !important;
    display: display-block;
    text-align: center;
  }
  .pdp-fs p {
    font-size: 12px;
  }
}

/************* Abu Style *************************/

/** Size Chart scroll view - Landingpage **/
.table-responsive {display: block;width: 100%;overflow-x: auto;-ms-overflow-style: -ms-autohiding-scrollbar;}
.csstabs label {flex-grow: 1; padding: 1rem 0.5rem;}
.flex-container-sizechart {display: flex; align-items: center; justify-content: center; max-width: 1200px; margin: 1rem auto; padding: 0; border: 0px solid #eee;}

@media screen and (max-width: 40em) {
    
   /** Size Chart mobile scroll view **/
   .table-responsive .size-table {overflow: scroll;}
   div.table-responsive table.unstriped.hover.size-table{width: 100%; min-width: 380px;}
   .table-responsive table{border-collapse: collapse; table-layout: fixed; width: 100%; }
}

button.ge-btn-open {
   align-items: center; !important 
}

.geFlag {
  border: 1px solid #516980;  
}


/* Allow the swtaches to be split up into multiple lines */

@media screen and (min-width: 768px) {
  .product-single__meta {
    padding-left: 18% !important;
    text-align: left !important;
  }
  .page-width{
    padding: 0 1rem !important;
  }

}

@media screen and (max-width: 768px) {
  .product-single__meta {
    padding-left: 0% !important;
    text-align: left !important;
  }
  .page-width{
    padding: 0 !important;
    padding: 0 .5rem !important;
  }

}


.template-product .product__price.on-sale:after {
  all: unset !important;
}

.add-to-cart-adjustment {
  text-align: left;
}

/* Make the add to cart button the size of the mobile screen */
.add-to-cart{
  width:80%;
  max-width:80%;
}

@media screen and (max-width: 39.9375em) { 
  .add-to-cart,
  .btn--full{
    width:100%;
    max-width:100%;
  }
}



/* HC - Hide same day options */

.hc-same-day-pdp section {

    display: none !important;
}


.hc-same-day-pdp {

    display: none !important;
}



/* HC - Compare at price adjustments - 01 Nov '23 */
.hc-compare {
  font-size: 15px;
  text-decoration: line-through;
  color: #6a6c77;
}
.hc-compare.hc-compare-\$0\.00 {
  display: none;
}



.grecaptcha-badge {

      display: none !important;

}


/* Boost Top Arrow relocated 12/19 */
.boost-pfs-filter-scroll-to-top{
  top: 80% !important;
}

/* TrueVault hide logo */
._powered_by-powered_by-pITfo {
display: none !important;

}

/* TrueVault desktop overrides */
@media screen and (min-width: 768px) {
._banner-banner-uWTk6 {
width: 25% !important;
margin-left: 20px !important;
margin-bottom: 20px !important;
}

#polaris-consent-widgets p,
#polaris-consent-widgets button,
#polaris-consent-widgets a {
font-size: .8em !important;
}
}
div#shop-hcaptcha-badge-container{
  display: none !important;
}

/* Add images to the mobile menu */
.mobile_menu_image {
  align-self:center;
  max-width:45px;
  max-height:45px;
  border-radius:100%;
}

/* Yotpo AI Generated callout */
@media screen and (min-width: 768px) {
  .yotpo-widget-clear.yotpo-bottom-line-scroll-panel {
    flex-flow: row wrap !important;
    gap: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .yotpo-widget-clear.yotpo-bottom-line-scroll-panel {
    flex-flow: column wrap !important;
    gap: unset;
  }
}