/** Shopify CDN: Minification failed

Line 388:2 Comments in CSS use "/* ... */" instead of "//"
Line 393:2 Comments in CSS use "/* ... */" instead of "//"
Line 394:1 Comments in CSS use "/* ... */" instead of "//"
Line 427:3 Comments in CSS use "/* ... */" instead of "//"
Line 429:3 Comments in CSS use "/* ... */" instead of "//"
Line 471:4 Comments in CSS use "/* ... */" instead of "//"
Line 521:3 Comments in CSS use "/* ... */" instead of "//"
Line 531:1 Comments in CSS use "/* ... */" instead of "//"
Line 533:0 Comments in CSS use "/* ... */" instead of "//"
Line 535:6 Comments in CSS use "/* ... */" instead of "//"
... and 25 more hidden warnings

**/
/** Menu **/
.allcaps {
  text-transform: uppercase;
}


/** Footer **/


.footer__blocks_wrapper::before,
.footer__blocks_wrapper::after {
    border-bottom: 1px solid var(--footer-bars-color);
    opacity: .2;
    content: "";
    grid-area: h1;
    margin: 1.75rem 0;
  	display: grid;
  
}
 

.footer__newsletter-text{
  opacity: .6;
  font-size: .75rem;
  letter-spacing: .2px;
}

.footer__newsletter-wrapper{
  padding-top: 10px;
}

div.footer__newsletter-text a:link {
  color: var(--footer-text-color);
}

div.footer__newsletter-text a:hover {
  color: var(--footer-text-color)!important;
    text-decoration: underline;
    text-underline-position: auto;
}


.div.footer__newsletter-text a:visited {
   color: var(--footer-text-color);
   text-decoration: underline;
}


.footer__block-item--newsletter input[type="email"] {
    width: 95%;
}

.newsletter-form-wrapper{

}

.newsletter-form-button-wrapper button{
	margin-top: 0;

}


.form__input-wrapper{


}

.footer__wrapper a.footer__link-item:hover {
  color: var(--footer-accent-color);
  text-decoration: underline;
}

.footer__wrapper a.footer__link-item:visited {
  color: var(--footer-accent-color);
}

.footer__wrapper a.footer__link-item:focus {
  color: var(--footer-accent-color);
}

.footer_top{
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

.footer__aside-item--copyright{
  width: 100%!important;
  text-align: center!important;
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer__aside-item--menu{
  
}

.legalmenu {
 overflow: hidden;
 text-align:center;
} 


.legalmenu li{
  float: left;
  padding-left: 16px;
}

@media screen and (max-width: 430px) {
  
  .legalmenu li{
 	 float: unset;
 	padding-left: unset;
}
}

@media screen and (max-width: 640px) {
.legalmenu-container{
	display: flex; 
	justify-content: center; 
}

 .footer__aside-item--social {
       display: flex;
    justify-content: center;
 }

}

@media screen and (max-width: 640px) {
  .footer__aside-item {
    margin-top: 14px!important;
	}
}

.footer_top-left{
    display: flex;
    align-items: flex-start;
    flex: 1 0 auto;
  	flex-basis: 50%;
}

.footer_top-right {
    display: flex;
    align-items: flex-start;
    flex: 1 0 auto;
  	flex-basis: 50%;
  	flex-wrap: wrap;
}

.footer-top-left-text{
  max-width: 55ch;
  font-size: .85rem;
  letter-spacing: .2px;
  padding-left: 15px;
}

.footer-top-right-text{
  max-width: 55ch;
  font-size: .85rem;
  letter-spacing: .2px;
  padding-left: 35px;
}

@media screen and (max-width: 430px) {
  .footer_top-right {
    flex-basis: 100%;
  }
  .footer_top-left
  {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  
  .footer-top-right-text{
	font-size: 1.05rem;
    letter-spacing: -.1px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .footer__chat-btn_wrapper{
    padding-left: 0px!important;
    min-width:100%;
  }
  .btn-chat{
  	width:100%;
  }
  
  .footer-top-left-text{
        text-align: left;
  }
  
}

@media screen and (max-width: 999px) {
.footer__chat-btn_wrapper{
  padding-left: 35px;
  
}
}

.footer-svg {
  flex-shrink: 0;
    flex-grow: 0;
}

.btn-chat{
  margin-top: 0px!important; 
}

/** Custom Announcement  **/

.section-announcement{
  margin: 0px 0!important;
}


.over-banner--announcement{
    padding: .775rem;
}

.announcement-menu-container{
   overflow: hidden;
 	text-align:center;
}

.announcement-menu-container li{
  float: left;
  padding-left: 16px;
}


.announcement-menu{
}

.announcement-bar__menu{
  color: var(--secondary-background);
}

/** header **/

.mobile-menu__section-title.h5{
  color: var(--header-mobile-text-color);
}

.mobile-menu__section g {
 fill:  var(--header-mobile-text-color);
}

.mobile-menu__nav-item .text--strong {
  color: var(--header-mobile-text-color);
}


/** Location Selector **/

.header__store-selector{
    display: block;
  	padding-left : 25px;
   padding-right : 15px;
}

.header__store-selector-mobile{
  
}

.location-wrapper{
	  position: relative;
}

.selected-location{
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.5;
}

.selected-location svg {
    margin-right: 1rem;
    flex-shrink: 0;
  	fill: var(--header-accent-color);
}

.selected-location strong {
  font-weight: 500;
  font-size: .875rem;
    line-height: inherit;

}

.selected-location  a {
  font-weight: 500;
  color: var(--header-accent-color);
  height: auto;
  text-decoration: underline;
}

.selected-location-mobile{
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.5;
}

.selected-location-mobile svg {
    margin-right: 1rem;
    flex-shrink: 0;
  	fill: var(--header-mobile-text-color);
}

.selected-location-mobile strong {
  font-weight: 500;
  font-size: .875rem;
    line-height: inherit;

}

.selected-location-mobile  a {
  font-weight: 500;
  color: var(--header-mobile-text-color);
  height: auto;
  text-decoration: underline;
}


/** pages  **/

.page__header--left {
  text-align: left;
}

.h1-coast{
  font-size: 2.5rem!important;
}

.shopify-policy__title{
  text-align: left!important;
}

.shopify-policy__title h1 {
  font-size: 3rem!important;
}

/** covid 19 template **/

.coast-h1{
  font-size: 2.5rem!important;
}

.coast-image-with-text{

}

/** Store selector **/



modal--store-selector {
  bottom: 0;
  top: auto;
  height: auto;
}

.modal--store-selector .modal__dialog__store-locator {
  position: relative;
  height: auto;
  //padding: 48px 20px 20px 20px;
}

.popup-store-selector {
  text-align: center;
  //margin-bottom: 10px;
 // font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}

.popup-store-selector__close {
  position: absolute;
  right: 20px;
  top: 16px;
  color: var(--heading-color);
}

.popup-store-selector__close svg {
  width: 15px;
  height: 15px;
}

.popup-store-selector__content {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal--store-selector .modal__dialog__store-locator {
   width: calc(100% - 100px)!important;

  }
}


@media screen and (min-width: 641px) {
  .modal--store-selector {
    height: 100%;
  }

  .modal--store-selector .modal__dialog__store-locator {
   // max-width: 540px;
   width: calc(100% - 200px);
   // padding: 64px 80px 80px 80px;
  }

  .popup-store-selector__close {
    position: absolute;
    right: 30px;
    top: 24px;
  }
  .popup-store-selector__close svg {
    width: 20px;
    height: 20px;
  }

  .popup-store-selector__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
  }

  .popup-store-selector__form {
    margin-top: 30px;
  }
}

.modal[aria-hidden=false] .modal__dialog__store-locator {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.modal__dialog__store-locator {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: var(--secondary-background);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: scale(0.9);
  transition: transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

@media screen and (min-width: 641px) {
  .modal__dialog__store-locator {
    //width: 580px;
    width: calc(100% - 80px);
    height: auto;
    max-height: calc(100% - 80px);
    border-radius: 3px;
  }

  .modal__dialog__store-locator--stretch {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.map__store-list-store-selector{
	width:100%;  
}



@media screen and (min-width: 1000px) {
.store-locator-map {
	height: 675px!important;
}
}

/**
@media screen and (min-width: 1000px) {
  .map__store-list-store-selector {
    width: 40%;
    max-width: 580px;
    border-right: 1px solid var(--border-color);
  }

  .map__store-list-store-selector {
    padding: 0 40px 0 30px;
    overflow: auto;
  }
}
**/

@media screen and (min-width: 1000px) {
  .store-selector-right {
    width: 40%;
    max-width: 580px;
    border-right: 1px solid var(--border-color);
  }

  .store-selector-right {
   // padding: 0 40px 0 30px;
    overflow: auto;
  }
}

.selected__store {
  color:var(--primary-button-background)!important;
}

.popup-store-selector--province-row {  
	//padding: 10px;
    text-align: left;
//position: fixed;
    border-bottom: 1px solid var(--border-color);
      //padding-top: 15px;
      padding: 15px 40px 0 30px;
}

.map__store-item_padding {
   padding: 0px 40px 0 30px;
}

/** image full **/

.image-full {
}

.image--full-wrapper{
  height: auto !important;
  text-align: center;
}

/** pdp **/

.product-allspecs-container{
    display: flex;
  	flex-direction: column;
}

@media screen and (max-width: 640px) {
  .product-allspecs-container .button--tertiary {
    margin-top: 16px;
  }
}

@media screen and (min-width: 641px) {
  .product-allspecs-container{
    flex-direction: row;
    align-items: flex-start;
    margin: 0 -9px;
  }

  .product-allspecs-container > * {
    flex: none;
    width: calc(50% - 18px);
    margin: 0 9px;
  }
}

.button--tertiary {
  
  background: var(--tertiary-button-background);
  color: var(--tertiary-button-text-color);
}

.button--tertiary:hover{
  
  //background: rgba(var(--tertiary-button-background-rgb), 0.8);
  //background: var(--tertiary-button-background-rgb);
   background: var(--tertiary-button-background);
}
					  
/** produdct specs **/

.product-specs-body{
  //overflow: hidden;
  //height: calc(100% - 95px);
  //display: table-cell;
  position: relative;
  line-height: 2rem;
      max-height: 600px;
}


@media screen and (min-width: 800px) {
  
.product-specs-left{
      width: 20ch;
}

}




.product-specs-right{
    padding: 3.5rem 1.75rem;
 }

.product-specs-right dl{
    font-size: .875rem;
}

.product-specs-right dt{
     font-weight: 600;
 }

.product-specs-right dd{
    margin: 0 0 1rem;
 }
    

@media screen and (min-width: 600px) {
  .product-specs-left{
	//display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    width: 15ch;
    border-right: 1px solid var(--heading-color);
   // opacity: 0.5;
    display: table-cell;
  }
  
}

@media screen and (min-width: 800px) {
  .product-specs-right{
    padding: 3.5rem 5rem;
    left: 20ch;
  }
  
   .product-specs-right dl{
      display: grid;
    grid-template-columns: 28ch 1fr; //15ch 1fr;
   }

   .product-specs-right dtdt:not(:last-of-type){
		margin-bottom: 1rem;
   }
  
   .product-specs-right dd{
     margin: 0;
     padding-left: 3ch;
   }
}

@media screen and (min-width: 600px) {
  .product-specs-right{
		//position: absolute;
    //top: 0;
    	left: 15ch;
    display: table-cell;
    position: unset!important;
  }
}

.product-specs-general{
  
}

.product-specs-features{
  
}

.product-specs-dimensions{
  
}

.product-specs-header{
 	width: 100%; 
  	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem;
    border-bottom: 1px solid var(--border-color);
    height: 95px;
}


.modal .product-specs .product-specs-body {
  border: none;
}

.modal .product-specs .product-specs-body:first-child {
  border-right: 1px solid var(--border-color);
}

@media screen and (min-width: 1000px) {
  .product-specs {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .product-specs > * {
   // display: table-cell;
    vertical-align: top;
   // width: 50%;
  }

  .product-specs > :first-child {
    border-radius: 3px 0 0 3px;
  }

  .product-specs > :last-child {
    border-radius: 0 3px 3px 0;
    border-left: none;
  }
}

.product-specs{
  //max-height: calc(100% - 400px);
}

.product-specs-left ul{
    list-style: none;
    padding: 3.5rem 0;
   	padding-left: 20px;
}

.product-specs-right-section{
  margin-top: 3.5rem;
}

/** pdp core **/

.product-h1 {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px))!important;
}

.pricematch-title-container{
      position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    padding-top: 0;

}

.paybright-title-container{
      position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    padding-top: 5px;

}

.flexiti-title-container{
      position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    padding-top: 5px; 
	margin-left: 2px;
}

.pricematch-title-container button {
  
}

.pricematch-title-container svg {
    fill: currentColor;
}

.pricematch-inner {
  line-height: 1.87; 
}

.modal__dialog--pricematch{
  	width: 40ch!important;
    padding: 1.75rem;
  //height: auto;
      z-index: 10;
   border: 1px solid rgba(0, 71, 128, 0.6);
}

.modal__dialog--paybright{
  	width: 40ch!important;
    padding: 1.75rem;
  	//height: auto;
      z-index: 10;
   border: 1px solid rgba(0, 71, 128, 0.6);
}

.modal__dialog--flexiti{
  	width: 40ch!important;
    padding: 1.75rem;
  	//height: auto;
      z-index: 10;
   border: 1px solid rgba(0, 71, 128, 0.6);
}

@media screen and (min-width: 641px) {
.modal__dialog--pricematch {
  max-height: unset!important
}
  
  .modal__dialog--paybright {
  max-height: unset!important;
}
  
    .modal__dialog--flexiti {
  max-height: unset!important;
}
  
}
 
@media screen and (max-width: 641px) {
.modal__dialog--pricematch {
  max-height: unset!important;
  height: unset!important;
}
  .modal__dialog--paybright {
  max-height: unset!important;
  height: unset!important;
}
  
  .modal__dialog--flexiti {
  max-height: unset!important;
  height: unset!important;
  width: 30ch !important;
}
  
  
  .modal-small{
  position: absolute!important;
  }
  
}

.modal-pricematch{
  letter-spacing: -.1px;
 
}

.modal-paybright{
  letter-spacing: -.1px;
 
}

.modal-flexiti{
  letter-spacing: -.1px;
 
}

.modal-pricematch[aria-hidden=false] {
    /**visibility: visible;
    opacity: 1!important;
    pointer-events: auto; **/
  //display:contents;
}


@media screen and (min-width: 641px) {
  .modal-small{
    //display: flex;
    justify-content: center;
    align-items: center;
    display: contents;
  }
}

.modal-small .card {
  background: none;
}


.modal-small{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.modal-small::before {
 // position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  //pointer-events: none;
}


.modal-small[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-small[aria-hidden=false] .modal__dialog {
  //transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.pricematch-title{
  font-size: 1rem;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: -.2px;

}

.modal-pricematch a:hover {
  color: var(--text-color);
  text-decoration: underline;
}

.pricematch-link a:visited {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;
}

.modal-pricematch a:focus {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;    
}

.modal-pricematch a:active {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;    
}

.modal-pricematch a:link {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;    
}

/** quick ship **/

.quickship-logo{
    display: block;
    margin-top: .875rem;
    margin-bottom: .25rem;
}

/**
.quick-ship-status svg{
  fill:  var(--quickship-OutOfStock);
}


.quick-ship-status-instock svg{
  fill:  var(--quickship-InStock)!important;
}

**/

.quick-ship-status-0 svg{
  fill:  var(--quickship-status-0)!important;
}

.quick-ship-status-1 svg{
  fill:  var(--quickship-status-1)!important;
}

.quick-ship-status-2 svg{
  fill:  var(--quickship-status-2)!important;
}

.quick-ship-status-3 svg{
  fill:  var(--quickship-status-3)!important;
}

.quick-ship-status-4 svg{
  fill:  var(--quickship-status-4)!important;
}

.quick-ship-status-5 svg{
  fill:  var(--quickship-status-5)!important;
}

.quick-ship-status-6 svg{
  fill:  var(--quickship-status-6)!important;
}

.quick-ship-status-7 svg{
  fill:  var(--quickship-status-7)!important;
}

.quick-ship-status-8 svg{
  fill:  var(--quickship-status-8)!important;
}

.quickship-highlight{
  /**border: 1px dashed;**/
  margin: 10px 0px;
  padding: 15px 0px;
}

.quickship-highlight-6{
  /**border-color: var(--quickship-status-6); **/
}

.quickship-highlight-7{
  border-color: var(--quickship-status-7);
}

.quickship-highlight-8{
  border-color: var(--quickship-status-8);
}


.__quick-ship-status-text{
      margin-left: .5rem;
  	line-height: 1.75;
    letter-spacing: -.1px;
  	font-weight: 600;
}

.__quick-ship-special-order-text {
  margin-top: 1rem;
}

.__quick-ship-special-order-text,
.__quick-ship-shipping-tier{
    font-size: .875rem;
    letter-spacing: -.1px;
    line-height: 1.5;
    padding: 0!important;
}

.rte .quickship-img{
  margin: unset;
}


.card__separator-coast {
  width: calc(100% + var(--mobile-container-gutter));
  margin: 20px 0;
  border: none;
  border-top: 1px solid var(--border-color);
}


.card__separator-coast + .product-meta__share-buttons {
  margin-top: 0;
}

@media screen and (min-width: 641px) {
  .card__separator-coast {
    width: 100%;
    margin: 12px 0;
  }

  .card__section--tight .card__separator-coast {
    margin: 20px 0;
  }


}
/** free local delivery message below add to cart **/

.product-free-local-delivery-wrapper{
   margin-top: 1.5rem;
}

.product-free-local-delivery{
	align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 1rem .875rem;
  display: flex;
}

.product-free-local-delivery svg{
     width: 32px;
    height: 32px;
}

.product-free-local-delivery span{
  display: inline-block;
  margin-left: 8px;
    display: flex;
}

.product-free-local-delivery-text{}


/** product features **/

.product-features-wrapper{
  
}

/** product dimensions **/

.product-dimensions-wrapper{
  
}

.product-dimensions{
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(var(--product-dimensions-background), var(--product-dimensions-background));
}

.product-dimensions-svg{
    width: 100%;
    min-height: 401px;
}

@media screen and (max-width: 640px) {
  .product-dimensions-svg{
    	min-height: 280px;
}
  .product-dimension-value{
    font-size: 18px!important;
  }
  
}

.product-dimension{
  text-align: center;
  margin: 2.625rem 0;
  flex-grow: 1;
  flex-basis: 50%;
}

.product-dimension-value{
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 1.75rem;
}


.product-dimension-label{
  margin-top: .875rem;
  color: var(--text-color);
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

.product-dimension-group{
  flex-grow: 1;
    flex-basis: 100%;
    display: flex;
}

.product-form__option-no-swatch {
 margin-bottom: 0!important; 
}

/** cart **/

/** hauling **/


.hauling {
  padding: 20px 10px 20px 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.hauling__left {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  width: 80%;
}

.hauling__icon svg {
  display: block;
  margin-top: -4px;
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

.hauling__text {
  padding-right: 5px;
}

.hauling__text > span:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 641px) {
  .hauling {
   // display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }

  .hauling__left {
    margin-bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .hauling__left {
     width: 100%;
  }
    .hauling__icon {
  width: 65%;
}
}

@media screen and (min-width: 999px) {
    .hauling__left {
     width: 80%;
  }
  
  .hauling {
    display: flex;
  }
}

.hauling__icon{
    max-width: 78px;
    min-width: 78px;
}



/** installation **/


.installation {
  padding: 20px 10px 20px 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.installation__left {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  width: 80%;
}

.installation__icon svg {
  display: block;
  margin-top: -4px;
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

.installation__text {
  padding-right: 5px;
}

.installation__text > span:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 641px) {
  .installation {
   // display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }

  .installation__left {
    margin-bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .installation__left {
     width: 100%;
  }
    .installation__icon {
  width: 65%;
}
}

@media screen and (min-width: 999px) {
    .installation__left {
     width: 80%;
  }
  
  .installation {
    display: flex;
  }
}

.installation__icon{
    max-width: 78px;
    min-width: 78px;
}

.installation__hide{
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin-bottom: 0px;
    display: none;
}

.cart-service-superscription {
  font-size: 0.9rem;
  margin-bottom: 3rem;
  line-height: 1
}

@media screen and (max-width: 640px) {
  .cart-service-superscription {
      margin-left: 1rem;
      margin-right:1rem;
      line-height:1.5
  }
}

/** free shipping msg **/

.free-ship-threshold span {
  font-weight: bold;
}/** other value prop **/

.other-value-prop-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  	margin-top: 1.5rem;
}

.other-value-prop{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 50%;
    padding: .875rem 0;
}
.other-value-prop svg{
      margin-right: .875rem;
}

@media screen and (max-width: 640px) {
  .other-value-prop{ 
    flex-basis: 100%;
  }
}

.bunddle-item{
  
}

.bundle-item-list{
  line-height: 1.5;
  list-style-type:none;
}

/** newsletter popup **/

@media screen and (min-width: 641px) {

  .modal--newsletter .modal__dialog-coast {
    max-width: 840px!important;
  }
}

.newsletter-popup-form-extratext {
  padding-top: 15px;
  padding-bottom: 15px;
}


.newsletter-popup-form-extratext a:hover {
  color: var(--text-color);
  text-decoration: underline;
}

.newsletter-popup-form-extratext a:visited {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;
}

.newsletter-popup-form-extratext a:focus {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;    
}

.newsletter-popup-form-extratext a:active {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;    
}

.newsletter-popup-form-extratext a:link {
  color: var(--primary-button-background);
  font-weight: 500;
  letter-spacing: -.1px;    
}

.form__floating-label-email{
  position: absolute;
  left: 13px;
  top: 65px;
  line-height: 48px; /* allows to center the field */
  font-size: 1rem;
  color: var(--text-color);
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.newsletter-form-row{
  padding-top: 10px;
}

.newsletter-form-narrow{
  padding-top: 3px;
}


.form__field:focus + .form__floating-label-email,
.form__field.is-filled + .form__floating-label-email,
.select-wrapper.is-filled + .form__floating-label-email {
  transform: translateY(-6px) scale(0.8);
}

.form__field--large + .form__floating-label-email {
  left: 18px;
  line-height: 60px;
}


.form__floating-label-coast {
  position: absolute;
  left: 13px;
  top: 7px;
  line-height: 48px; /* allows to center the field */
  font-size: 1rem;
  color: var(--text-color);
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.form__field:focus + .form__floating-label-coast,
.form__field.is-filled + .form__floating-label-coast,
.select-wrapper.is-filled + .form__floating-label-coast {
  transform: translateY(-6px) scale(0.8);
}

.form__field--large + .form__floating-label-coast{
  left: 18px;
  line-height: 60px;
}

.optin-lbl {
  font-size: 12px;
}

.newsletter-error {
  color: red!important;
}

/** All **/

.display-flex{
  display:flex;
}

.hidden{
 display:none!important; 
}

.hiddenStore{
 display:none!important; 
}


.text--left {
  text-align: left;
}

.savings-tag-search-results{
    /**top: 10px;
    left: 0px;
    position: absolute;
  	**/
}

.regular-price{
  color: var(--text-color)!important;
}

.no-wrap{  
 white-space: nowrap; 
}

/** product reviews css override **/


.isp-product-discount{
    color: var(--header-accent-color)!important;
    opacity: 1;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;     
    
}

.isp-product-compareatprice{
  text-decoration: line-through;
  padding-right: 5px;
  color: var(--header-accent-color) !important;
  opacity: 1;
  font-size: 14px;
}

.promo-msg{
  font-size: 12px;
  color:var(--product-plp-isp-promo-msg);	
}

.promo-msg-div{
  font-weight: 400!important;
}

.price-discount{
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px))!important;
  margin-left: 0.5em;
}

/** product badges for shopify template **/

.badge--onsale .product-item__image-wrapper:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background: url(/cdn/shop/files/sale_icon_orange_1.png?v=1622478009) no-repeat;
	z-index: 1;
}

.badge--energy-star .product-item__image-wrapper:before{
    position: absolute;
  	bottom: -5%;
    right: -80%;
    top: unset!important;
    left: unset!important;
    height: 100%;
    width: 100%;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background: url(https://lh3.googleusercontent.com/BlZpTK4YkFx3QrxOH50YJCqKdN1mO88JUTthIKJ1xQ6dPnfEmwdTbafA_P0qLSHLFC-I16lPWUA4uQY-9ahX-I7FgIUCeuG0g0si) no-repeat;
	z-index: 1;
}

/** brand page **/

.quick-links__text{
      font-size: 14px;
  padding-top: 5px;
}

.quick-links__brands{
  text-decoration: none!important;
  box-shadow: none!important;
}

.quick-links__brand-logo{
  min-height: 35px;
}

.quick-links-brands{
  border: none!important;
}

.premium-brands-msg{
  
}
.premium-brands-msg-container{
    background: var(--messages-background);
    border-radius: 4px;
    padding: 3.5rem 1.875rem;
}


.brands-msg-container{
  
}

.brands-msg{
  
}

/** custom annoumcement top bar **/


.custom-annoucement-link:hover,
.custom-annoucement-link:focus {
  color: var(--secondary-background)!important;
  text-decoration: underline;
}

.product-meta__save-label{
  
}

.price-list-savings-badge {
  display: initial!important;
  
}

.price-list-with-save-label{
  line-height: 2!important;
}

.product-paybright-logo{
  height: 16px;
    display: inline;
    vertical-align: middle;
}

.product-flexiti-logo{
    display: inline;
    /**vertical-align: bottom;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-right: 5px; **/
    width: 55px;
    top: -9px;
    position: relative;  
}

/** product specs tab **/
.product-specs-tab-item {
	-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 16px;
}

.product-specs-tab-item-name{
  -webkit-box-align: top;
    -webkit-align-items: top;
    align-items: top;
    font-weight: 400;
    line-height: 20px;
    width: 50%;
    margin-right: 24px;
}

@media (min-width: 600px){
.product-specs-tab-item-name {
    width: 40%;
}

.product-specs-tab-item-value{
  width: 60%;
}
}

.product-specs-tab-item-value{
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    justify-content: right;
    width: 50%;
    line-height: 20px;
}
.product-specs-tab-item-shade {
background-color: var(--messages-background);
 
}

.product-specs-tab-item-spacer{
  margin-bottom: 24px;
}

.product-specs-tab-category{
      font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px))!important;
}

.collection-hero-banner-container{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.collection-hero-banner{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.store__cutom-msg{
  max-width: 150px;
}

/** landing page **/



@media screen and (min-width: 1000px){
.product-list--landing .product-item {
    min-height: 100%;
}
}


/** brand plp page **/

.plp-brand-details {
    padding-left: 9rem;
    padding-right: 0rem;
    margin-top: 4rem;
}
@media (max-width: 768px) {
.plp-brand-details{
  padding-left: .8em;
  padding-right: .8em;
   margin-top: 4rem;
}
}

 
.plp-brand-details-desc-title{
  font-size: 2rem;
  letter-spacing: -.75px;
  line-height: 1.125;
  font-weight: 700;
  margin: 0;
  color: var(--heading-color);
  padding-bottom: 10px;

}

@media (max-width: 768px) {
  .plp-brand-details-desc-title{
  font-size: 1.5rem;
  }
}

.plp-brand-details-desc-left{
  width: 35%;
  float:left;
}

.plp-brand-details-desc-right{
  width: 65%;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -.1px;
}

.plp-brand-details-desc-right-text{
  width: 70%; 
  text-align: justify;
  padding-bottom: 10px;
}

@media (max-width: 768px) {

  .plp-brand-details-desc-right-text{
    width: 90%; 
  }
}

@media (max-width: 559px) {
  .plp-brand-details-desc-left{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
  }


  .plp-brand-details-desc-right{
    width: 100%; 
    margin:auto;
  }
  .plp-brand-details-desc-right-text{
    width: 90%;
/*     padding-left: 5%;
    padding-right: 5%; */
  }

}


.plp-brand-offers{
    padding-left: 9rem;
    padding-right: 9rem;
    /**margin-top: 4rem;**/
}

@media (max-width: 768px) {
  .plp-brand-offers{
    padding-left: 0;
    padding-right: 0;
}
}
  

.quick-links-collection-brand-template{
  border: none !important;
}

.quick-links__collection-brand-template {
    text-decoration: none !important;
    box-shadow: none !important;
}

.quick-links__collection-brand-template__imglink{
 width:100%; 
}

.plp-brand-offers-offer-title{
  padding-top: 15px; 
  text-align: left;
/*   padding: 10px; */
}

.plp-brand-offers-offer-title h4 {
	font-size: 1rem;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: -.2px;
  	color: var(--heading-color);
/*     padding: 10px; */

}

.plp-brand-offers-offer-heading {
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 600;
  letter-spacing: -.2px;
  color: var(--heading-color);
}

.plp-brand-offers-offer-desc{
    letter-spacing: -.1px;
    line-height: 1.5;
    font-size: 14px;
    padding-top: 15px;
    text-align: left;
}

.plp-brand-offers-offer-link{  
    margin-top: .5rem;
  	text-align:left;
    color: var(--heading-color);
    text-decoration: underline;
	font-size: 1rem;
    font-weight: 500;      
}

/** pdp promo messaging **/


.pdp-promo-title{
  display:block;
}

.pdp-promo-desc{
  display:block;
}

.pdp-promo-messaging{
  
}

/** out of stock buttom **/

.button--disabled-coast{
  color:var(--text-color)!important;
  opacity: 0.5;
}

/** checkbox fix fff **/
@-moz-document url-prefix() {
input[type="checkbox"]{
  border: 1px solid lightgrey;
  width: 13px;
  height: 13px;
  content: "✔";
	position: relative;
	font-size: 12px;

}
  
  input[type="checkbox"]::before {
  content: "✔";
  position: absolute;
  font-size: 1.2em;
  right: -1px;
  top: -0.3em;
  visibility: hidden;
}

input[type="checkbox"]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}
  
}

/** store locator modal btn **/

.map__store-btn{
  padding-bottom: 10px;
  
}


.map__store-btn svg{
  
  fill: var(--primary-button-text-color);
  vertical-align: middle;
}

.btn-set-my-store{
	background: var(--primary-button-background);
    color: var(--primary-button-text-color)!important;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 3px 18px;
    font-size:12px;
    font-weight:bold;
}

.btn-set-my-store-full{
width:100%;  
}

@media only screen and (max-width: 600px) {
.map__map-container{
      margin-bottom: 0px!important;
}
}


/** End store locator modal btn **/


/** paybright logo on cart **/

.payment-list__item-paybright{
    
  	width: 76px;
    height: 24px;
    margin: 4px;
  
}


/* All categories */

.sub-cat-header {
  width: 85%;
  margin: auto;
}

.sub-cat-h2 {
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: 20px !important;  
}

.all-cat-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.all-cat-wrapper a {
  margin-bottom: 1.5rem!important;
}

@media only screen and (min-width: 1000px) {
  .all-cat-wrapper a {
    width: calc(25% - 30px);
  }
}

.parent-cat-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.container--medium--collection {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--mobile-container-gutter);
}

.main-cat-container {
  margin-left: auto;
  margin-right: auto; 
}

/* Services page styles */

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 0fr);
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-areas:
    "services-page-heading services-page-heading"
    "services-page-product-protection services-page-price-match"
    "services-page-shipping services-page-installations"
    "services-page-financing .";
}

.grid-container a {
   text-decoration-line: none !important;
}

.grid-container a:hover {
   text-decoration-line: underline !important;
}

.services-page-heading { 
  grid-area: services-page-heading;
  height: auto !important;
  margin-bottom: 1.75rem;
}

.services-page-product-protection { grid-area: services-page-product-protection; }

.services-page-price-match { grid-area: services-page-price-match; }

.services-page-shipping { grid-area: services-page-shipping; }

.services-page-installations { grid-area: services-page-installations; }

.services-page-financing { grid-area: services-page-financing; }

@media only screen and (max-width: 600px) {
.grid-container {
  display: block;
}

.services-page-heading { 
  grid-area: services-page-heading;
  margin-bottom: 1.75rem;
}

.services-page-product-protection {
  grid-area: services-page-product-protection;
  margin-bottom: 1.75rem;
}

.services-page-price-match { 
  grid-area: services-page-price-match;
  margin-bottom: 1.75rem;
}

.services-page-shipping { 
  grid-area: services-page-shipping;
  margin-bottom: 1.75rem;
}

.services-page-installations { 
  grid-area: services-page-installations;
  margin-bottom: 1.75rem;
}

.services-page-financing { 
  grid-area: services-page-financing;
  margin-bottom: 1.75rem;
}
}  

/* Accordion styles */

.support-faq-accordion {
  background-color: var(--secondary-background);
  cursor: pointer;
  padding: 1.75rem 0;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.support-faq-accordion:hover {
  text-decoration: underline;
}

.support-page-faq-active {
  border-bottom: none;
}

.support-faq-panel {
  background-color: var(--secondary-background);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 2px solid var(--border-color);
}

/* Plus sign \002B */
.support-faq-accordion:before {
  content: '\002B';
  color: var(--secondary-button-background);
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.support-faq-panel p {
  padding-bottom: 1.625em;
  margin-left: 12px;
}

.support-faq-panel ol {
  padding-bottom: 1.625em;
}

.support-faq-panel ul {
  padding-bottom: 1.625em;
}

/* Minus sign \2212 */
.active:before {
  content: "\2212";
}

.panel {
  background-color: var(--secondary-background);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 2px solid var(--border-color);   
}

/** force cursor pointer **/
.cursorponter{
 cursor: pointer;
}


/** Move in **/


.movein {
  padding: 20px 10px 20px 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.movein__left {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  width: 80%;
}

.movein__icon svg {
  display: block;
  margin-top: -4px;
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

.movein__text {
  padding-right: 5px;
}

.movein__text > span:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 641px) {
  .movein {
   // display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }

  .movein__left {
    margin-bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .movein__left {
     width: 100%;
  }
    .movein__icon {
  width: 65%;
}
}

@media screen and (min-width: 999px) {
    .movein__left {
     width: 80%;
  }
  
  .movein {
    display: flex;
  }
}

.movein__icon{
    max-width: 78px;
    min-width: 78px;
}

@media screen and (min-width: 641px) {
  .movein-vertical {
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }
  
  .hauling-vertical {
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }
}

@media screen and (min-width: 999px) {
 .cart-services-vertical{
   display: inline-block;
   vertical-align: top;
 }
  
  .hauling-vertical {
    display: flex;
  }
  
  .movein-vertical {
    display: flex;
  }
  
  .cart-services-hauling-card{
    margin-bottom: 18px !important;
  }
}

.movein-vertical {
  padding: 10px 10px 10px 30px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.hauling-vertical {
  padding: 10px 10px 10px 30px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

@media screen and (min-width: 1200px) {
  .movein-vertical {
    display: flex;
  }
  
    .hauling-vertical {
    display: flex;
  }
}

.bundle-section{
    margin-top: 30px;
  border:none!important;
}

.bundle-section-1, .bundle-section-2{
  min-height: 520px;
}

.bundle-section-3, .bundle-section-4{
  min-height: 900px;
}

.bundle-section-5, .bundle-section-6 {
  min-height: 850px; 
 }

@media screen and (min-width: 641px)
{
  .bundle-section-3 .card{
        margin-bottom: 0px;
  }
  
   .bundle-section-3 .card__section, .card__collapsible-button{
     padding-right: 30px;
     padding-bottom: 0px;
     padding-left: 30px;
   }
}


/** flexiti on cart **/

.payment-list__item-flexiti{
  width:58px;
  height: 24px;
  margin: 4px;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-flexiti-cart-logo{
  width:auto;
  height:27px;
  object-fit:cover;
  object-position:50% 50%; 
}

.financing-container{
      display: inline-flex;
}

.flexiti-container {
  height: 30px; 
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.flexitiApplyNowLink {
  display: none; 
}

.flxcalculator-plugin-wrapper {
  margin-top: -18px!important;
  font-size: 12.25px!important;
}

.flxcalculator-plugin-snippet {
 color: var(--text-color)!important; 
}

.flxcalculator-plugin-snippet img {
  display: none; 
 }

@media screen and (max-width: 640px) {
  .flxcalculator-plugin-wrapper {
    font-size: 11.375px!important;
  }
  .flexiti-container {
   height: 20px; 
  }
}

.tier-link {
  text-decoration: underline;
}

/* Styles to make prices inline  */

.price-list {
 align-items: center !important;
 gap: 7px;
 line-height: 0 !important;
 padding: 11px 0 11px 0;
}

.price--highlight {
 margin-right: 0 !important; 
}

.price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  color: var(--accent-color);
}

/* End inline prices */

.product-documents-wrapper ul{
  	list-style: none;
    list-style-position: outside;
    overflow: hidden;
}

.__quick-ship-shipping-tier-ab{
    font-size: .875rem;
    letter-spacing: -.1px;
    line-height: 1.5;
}

.grecaptcha-badge { visibility: hidden; }
/** cross sales **/
.primary-cross-sale-item
{
  border: 2px;
  border-color: var(--primary-button-background);
  border-style: dashed;
}

.cross-sale-option{
      margin-bottom: 10px;
}


@media screen and (max-width: 999px) {
  .primary-cross-sale-item{
	border: 2px dashed var(--primary-button-background)!important;
  }
  
}

.button--in-cart{
  opacity: 0.5;
  background: var(--tertiary-button-background);
  color: var(--tertiary-button-text-color);
}

.text-centered{
  text-align: center!important;
}

.cross-sale-item-qty-selector{
  margin:0!important;
}

.cross-sale-product-form__variants {
 	margin-bottom: 5px!important;
}

.cross-sale-product-form__info-list{
      border-spacing: 0 11px!important;
}

.cross-sale-product-item__info{
  /**justify-content: space-around!important; **/
}

.bundle-section-cross-sale-header{
      padding-top: 1%;
}

.button--primary-reversed {
  background: var(--primary-button-text-color);
  color: var(--primary-button-background);
  box-shadow: 0 0 0 1px var(--primary-button-background) inset;
  border: 0.5px solid var(--primary-button-background);
}

.button--primary-reversed:hover {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  box-shadow: 0 0 0 1px var(--primary-button-background) inset;
}

.cross-sale-modal-action-buttons-container{
  padding: 2%;
}



.is-loading-button::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.add-all-to-cart__text{
    transition: all 0.2s;
}

.cross-sale-button-group--fit > * {
  flex: 1 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 490px) {
  .cross-sale-button-group--fit > * {
    flex:unset;
    width:100%;
  }

}

.cross-sale-template-spacer{
  padding-bottom: 18px;
}

.cross-sale-disclaimer-container{
  padding-right: 2%;
  padding-left: 2%;
  
}

.cross-sale-disclaimer{
    font-style: italic;
    font-size: calc(var(--base-text-font-size) - 1px);
}

.disabled-element {
  color: var(--disabled-element-color)!important;
  background: var(--disabled-element-background);
}

.disabled-element .quantity-selector__button {
  color: var(--disabled-element-color)!important;
  background: var(--disabled-element-background);
}

@media screen and (max-width: 490px) {
.cross-sale__close{
      padding: 10px;
}
}

@media screen and (min-width: 1000px) {
.price--compare-small{
	font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px))!important;
}
}

/** announcement ipad fix **/
@media screen and (min-width: 641px) and (max-width:768px) { 
.announcement-bar .container{
  padding: 0 20px!important;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
} 
}

/** sub announcement fix **/
@media screen and (max-width: 490px) {
.over-banner--announcement p{
  font-size: calc(var(--base-text-font-size) - 1px)!important;
}
  
}

@media screen and (min-width: 491px) and (max-width: 767px) {
.over-banner--announcement p{
  font-size: calc(var(--base-text-font-size) - 1px)!important;
}
  
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.over-banner--announcement p{
  font-size: var(--base-text-font-size)!important;
}
}

/** in stock badge

.badge--instock .product-item__image-wrapper:before{
    position: absolute;
  	bottom: -2%;
    right: -75%;
    top: unset!important;
    left: unset!important;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
	z-index: 1;


}
 **/

.badge--instock  .badge--instock-label{
  background:var(--product-in-stock-color);
  color: var(--product-on-sale-color);
  /**visibility: visible; **/
  /**display: inline-block; **/
  display:unset;
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**line-height: 1.3;
  vertical-align: top; **/
  /**width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;**/
  /**width:99%; **/
  z-index: 1;
  pointer-events: none;
  /**position: absolute; 
  right: 20px;**/
  text-transform: uppercase;
  text-align: center;
  /**transform: scale(1.05);**/
  /**position: absolute;
  top: 2px;
  left: 2px; **/

  
}

.badge--instock-label{
  /**visibility:hidden; **/
  /**margin-bottom: 10px;
  position: absolute; **/
  margin-right: 10px;
  display: none;

}

.badge--instock-label-plp{
  background:var(--product-in-stock-color);
  color: var(--product-on-sale-color);
  /**display: inline-block; **/
  padding: 5px 10px 7px;
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**line-height: 1.3;
  vertical-align: top;**/
  /**width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;**/
  /**width: 99%;**/
  pointer-events: none;
  /**position: absolute;
  right: 20px; **/
  text-transform: uppercase;
  text-align: center;
  /**top: 20px; **/
  /**position: absolute;
  left: 2px;
  top: 2px;**/
  z-index:1;
  white-space: nowrap;
}

.invisible{
  visibility:hidden;
}

@media screen and (min-width: 1000px){
 .product-list-no-borders::before {
   border: none!important;
}
  
  .product-list-no-borders .product-item::after{
	box-shadow:none!important;
}

  .product-list-no-borders .product-item--vertical{
    /**max-height: 200px!important; **/
  }
  
}

.section-no-margins{
      margin: 10px 0!important;
}

.product-oos-container .product-item__title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.product-oos-container .product-item--vertical .product-item__info{
 justify-content: normal; 
 flex: 0 0 auto;
}

.product-oos-container .price .price-discount .card-price{
  
}

.product-list-no-borders .product-item {
    border: none!important;
}

.product-list-no-borders .product-item::after {
    box-shadow:none!important;

}

/** foooter promotions **/

.promotions-banner{
 display:flex; 
}

.promotions-drawer{
    margin: auto;
    width: 100%;
    font: inherit;
    bottom: 0px;
    position: fixed;
    z-index: 701;

}


.promotions-drawer-wrapper{
	border-width: 0px;
  	z-index: 997;
    border-radius: 5px 5px 0px 0px;
    bottom: 0px;
    box-sizing: border-box;
    height: 55px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    text-align: inherit;
    width: 100%;
    display: block;
}

.promotions-banner-content-wrapper{
  flex: 1 1 auto;
  padding-left: 6px;
}

.promotions-banner-content-inner-wrapper{
  display: flex; 
  flex-direction: column;
}

.promotions-banner-content-title-wrapper{
      flex: 1 1 auto;
}

.promotions-banner-content-title{
  	font-weight: 700;
    letter-spacing: 2px;
	font-size: 14px;
    display: block;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.promotions-banner-content-sub-title-wrapper{
      flex: 1 1 auto;
}

.promotions-banner-content-sub-title{
  	font-size: 0.85em;
    letter-spacing: 1px;
    display: block;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-align: center;  
}

.promotions-banner-handlebar-wrapper{
  
}

.promotions-banner-handlebar-icon {
	display: flex; 
 	transition-duration: 0.2s; 
  	transition-timing-function: ease-out;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDE0IDE0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNCAxNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBwb2ludHM9IjIuMDUxLDEwLjU5NiA3LDUuNjQ2IDExLjk1LDEwLjU5NiAxNC4wNyw4LjQ3NSA3LDEuNDA0IC0wLjA3MSw4LjQ3NSAiLz4KPC9zdmc+);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    float: right;
    height: 100%;
    transform: rotate(0deg);
    width: 20px;  
  
}

.promotions-banner-handlebar-wrapper .promotions-banner-icon-open {
    transform: rotate(-180deg)!important;
 
}



@media (min-width: 569px){
  .promotions-drawer-wrapper{
    padding: 6px 10px;
    width: 300px; 
  }
}

.promotions-content-wrapper{
    overflow: hidden;
    z-index: 600;
    transition: max-height 500ms cubic-bezier(0.25, 0, 0.25, 1) 0ms;
    max-height: 290px;
}

.promotions-content{
  	width: 100%;
    position: relative;
    z-index: 601;
    overflow-x: auto;
    text-align: center;
    box-sizing: border-box;
    bottom: 0px;
    font-size: 10px;
    height: 273px;
    white-space: nowrap;
  	background: var(--secondary-background);
}

.promotions-content-item-wrapper{
  width: 320px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(218, 218, 218);
  display: inline-block;
  /**margin: 20px 6px; **/
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 20px;
  margin-left: 6px;  
}

.promotions-content-item{
  height: 184px;
  width: 320px;
  padding: 1%;
}

.promotions-banner-link{
  
}

.promotions-banner-img{
  height: 184px;
  width: 320px;
}
.promotions-banner-img-wrapper{

}

.promotions-content-item-banner{
  height: 100%;
  width: 100%;
}

.promotions-content-item-banner-wrapper{
  margin: 0px auto 1em;
}

.promotions-content-item-details-title{
    left: 1em;
    font-weight: 800;
    text-align: left;
    white-space: normal;
    display: inline-block;
    max-width: 50%;
    pointer-events: none;
    border: none;
    float: left;
    line-height: 1.1em;
    text-transform: inherit;
    -webkit-font-smoothing: antialiased;
}

.promotions-content-item-details{
    height: 35px;
    margin-bottom: 13px;
    padding: 0px 1em;
    text-transform: uppercase;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: justify;
    justify-content: space-between;
  white-space: nowrap;
}

.promotions-content-item-details-label{
  	border: 0px;
    font-size: 13px;
    height: 100%;
    text-align: right;
    white-space: normal;
}

.promotions-content-item-title1{
    font-size: 19px;
    font-weight: 300;
}

.promotions-content-item-title2{
    font-size: 19px;
    font-weight: 300;
}

.promotions-content-item-title3{
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-top: .5em;
  	overflow: hidden;
}

.promotions-content-item-title4{
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.8px;
    font-weight: 600;
  	margin-top: 0;
    margin-bottom: 13px;
    overflow: hidden;
}

.promotions-content-item-text-titles{
	text-align: center;  
}

.promotions-banner-btns-container{
    bottom: 4%;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 3%;
    position: absolute;
    width: 100%;
}

.promotions-banner-btn{
  
}

.triple-link-img-wrapper{
  position: relative;
}

.promotions-banner-btn{
  	box-sizing: border-box;
    font-size: 10px;
    font-weight: 600;
    min-height: 24px;
    padding: 6px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 48.5%;
}

.promotions-banner-btn-right{
      margin-left: 3%;
}


.promos-closed .promotions-content-wrapper{
 	display:none;
}

 /* -- Slide Down and up promotions - */
/**
.slide-up { -webkit-animation-name: fadeIn;}
.slide-up-final { top: 0px; opacity: 1;}
.slide-down { -webkit-animation-name: fadeOut;}
.slide-down-final { top: 100px; opacity: .5;}
    
@-webkit-keyframes slideUp {
  0%      { opacity: .5; -webkit-transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0%)); }
}

@-webkit-keyframes slideDown {
  0%      { opacity: 1; -webkit-transform: translateY(0%); }
  100% { opacity: .5; -webkit-transform: translateY(100px) }
}

**/

.modal9999{
  z-index:999!important;
}


/** announcement ipad fix **/
@media screen and (max-width:768px) { 
.promotions-banner-handlebar-icon {
      margin-left: 10px;
}
}

.promos-closed {
    left: 50%;
    max-width: 300px;
    transform: translateX(-50%); 
}

.promo-dimmer{
  	width: 100%;
    z-index: 700;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    transition: opacity 250ms cubic-bezier(0.25, 0, 0.25, 1) 0ms;
    opacity: 1;
}

/** pdp class, shows when primary and secondary buttons are displayed **/

@media screen and (min-width: 1000px) and (max-width: 1050px) {
.dual-buttons {
  font-size:  calc(var(--base-text-font-size) - 2px)!important;
}
}

@media screen and (max-width: 640px) {
  .dual-buttons {
        margin-bottom: 15px;
  }
}

/** product item badges **/

.pdp-promo-messaging{
	margin-top: 5px;
}

.pdp_badge_style_rec{
  /**display: inline-block; **/
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product-item__label-list > .pdp_badge_style_rec {
  display: block;
  margin-bottom: 5px;
  border-radius: 0 3px 3px 0;
}


.pdp_badge_style_ova{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  border-radius: 18px;
  align-items: center;
  padding: 6px 10px;
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /**display: inline-block; **/
}


.pdp_badge_style_tgr{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top;**/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /**padding: 6px 10px;**/
  border-radius: 3px 0 0 4px;
  /**display: inline-block; **/
  /**height: 34px; **/
  /**float: left;**/
  /**line-height: 34px;**/
  /**padding: 0 30px 0 10px;**/
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;    
  -webkit-transition: color .2s;
  padding-top: 6px;
  padding-right: 25px;
  padding-bottom: 6px;
  padding-left: 10px;
  overflow: hidden;

}

.pdp_badge_style_tgr::before{
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    right: 13px;
    position: absolute;
    width: 6px;
    top: 10px;

}

.pdp_badge_style_tgr::after{
  	background: #fff;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.pdp_badge_item{
  margin-right: 10px;
  display:inline-grid;
  margin-top: 6px;
}

.pdp_badge_style_prg{
  	font-weight: var(--text-font-bolder-weight);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    margin-left: 0;
    padding: 2px 10px;
    transform: skewX(-15deg);
    flex-wrap: wrap; 
    display: inline-block; 
}

.pdp_badge_style_tgl{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0 3px 4px 0;
  /**display: inline-block; **/
  /**height: 34px;**/
  /**float: right; **/
  /**line-height: 34px; **/
  /**padding: 0 10px 0 30px;**/
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 25px;    
  overflow: hidden;
}

.pdp_badge_style_tgl::before{
	background: #fff;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.pdp_badge_style_tgl::after{
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 13px;
    position: absolute;
    width: 6px;
    top: 10px;

}

.product-item-badge{
/**  text-align: left;
  padding-bottom: 10px;
  max-height: 42px;
**/
}

.item-no-badge-placeholder{
  padding: 6px 10px;
}


.isp_grid_product .product-item-badge {
  /**padding-left: 10px; **/
  padding-bottom: 0px!important;
}

.price-not-on-sale{
      padding: 11px 0 11px 0;
}

.product-item-badges-container{
  display: flex;
  visibility: visible;
  text-align: left;
  padding-bottom: 10px;
  max-height: 35px;
  white-space: nowrap;  
}

@media screen and (max-width: 640px) {

.product-item-badges-container{
  	zoom: 0.8;
}
}

.badge-inline{
  display: inline-flex;
}

/** pdp badges **/


.pdp_badge_style_rec-pdp{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product-item__label-list > .pdp_badge_style_rec-pdp {
  display: block;
  margin-bottom: 5px;
  border-radius: 0 3px 3px 0;
}


.pdp_badge_style_ova-pdp{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  border-radius: 18px;
  align-items: center;
  padding: 6px 10px;
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}


.pdp_badge_style_tgr-pdp{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top;**/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 10px;
  border-radius: 3px 0 0 4px;
  display: inline-block;
  height: 34px;
  /**float: left;**/
  line-height: 34px;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;    
  
}

.pdp_badge_style_tgr-pdp::before{
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    right: 17px;
    position: absolute;
    width: 6px;
    top: 14px;

}

.pdp_badge_style_tgr-pdp::after{
  	background: #fff;
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.pdp_badge_style_prg-pdp{
  	font-weight: var(--text-font-bolder-weight);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    margin-left: 0;
    padding: 5px 10px;
    transform: skewX(-15deg);
    flex-wrap: wrap; 
    display: inline-block;
    -webkit-backface-visibility: visible;

}

.pdp_badge_style_tgl-pdp{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0 3px 4px 0;
  display: inline-block;
  height: 34px;
  /**float: right; **/
  line-height: 34px;
  padding: 0 10px 0 30px;
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;    
  
}

.pdp_badge_style_tgl-pdp::before{
	background: #fff;
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.pdp_badge_style_tgl-pdp::after{
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 17px;
    position: absolute;
    width: 6px;
    top: 14px;

}

.product-item-badges-container-plp{
  display: flex;
  visibility: visible;
  text-align: left;
  padding-bottom: 2px;
  max-height: 35px;
  padding-left: 20px;
}

.badge--plp-first-badge{
  padding-right: 10px; 
}

/** plp badges **/


.pdp_badge_style_rec-plp{
  /**display: inline-block; **/
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

.product-item__label-list > .pdp_badge_style_rec-plp {
  display: block;
  margin-bottom: 5px;
  border-radius: 0 3px 3px 0;
}


.pdp_badge_style_ova-plp{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  border-radius: 18px;
  align-items: center;
  padding: 6px 10px;
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /**display: inline-block; **/
  white-space: nowrap;
}


.pdp_badge_style_tgr-plp{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top;**/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /**padding: 6px 10px;**/
  border-radius: 3px 0 0 4px;
  /**display: inline-block; **/
  /**height: 34px; **/
  /**float: left;**/
  /**line-height: 34px;**/
  /**padding: 0 30px 0 10px;**/
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;    
  -webkit-transition: color .2s;
  padding-top: 6px;
  padding-right: 25px;
  padding-bottom: 6px;
  padding-left: 10px;
  white-space: nowrap;
}

.pdp_badge_style_tgr-plp::before{
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    right: 13px;
    position: absolute;
    width: 6px;
    top: 10px;

}

.pdp_badge_style_tgr-plp::after{
  	background: #fff;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}


.pdp_badge_style_prg-plp{
  	font-weight: var(--text-font-bolder-weight);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    margin-left: 0;
    padding: 2px 10px;
    transform: skewX(-15deg);
    flex-wrap: wrap; 
    display: inline-block; 
}

.pdp_badge_style_tgl-plp{
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  /**vertical-align: top; **/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0 3px 4px 0;
  /**display: inline-block; **/
  /**height: 34px;**/
  /**float: right; **/
  /**line-height: 34px; **/
  /**padding: 0 10px 0 30px;**/
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 25px;    
  white-space: nowrap;
}

.pdp_badge_style_tgl-plp::before{
	background: #fff;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.pdp_badge_style_tgl-plp::after{
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 13px;
    position: absolute;
    width: 6px;
    top: 10px;

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.isp_grid_product .plp-hide-badge-on-tablet {
  display:none;
}
}

/** available on clearance -- plp **/
.plp-clearance-model-available {
  font-size: 13px;
  color: var(--clearance-modal-available);
  text-align: center;
}

/** available on clearance -- relalted and recently**/
.clearance-model-available-related-recently {
  font-size: 13px;
  color: var(--clearance-modal-available);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-height: 30px;
  line-height: 1.5;
}

/** pdp sale ends date **/
.pdp-sale-ends-date {
  font-size: 12px;
  color: #f86a09;
  font-weight: bold;
}

/** pdp sale ends date -- relalted and recently**/
.pdp-sale-ends-date-related-recently {
  font-size: 12px;
  color: #f86a09;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 5px;
}

/** plp sale ends date -- plp **/
.plp-sale-ends-date {
  font-size: 11px;
  color: #f86a09;
  font-weight: bold;
  margin-top: -0.3rem!important;
  margin-bottom: -0.3rem!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
}

/** pdp radio button **/

.block-swatch__radio-option {
  /**border-radius: 4rem!important;**/
  margin-left: 14px;
  border:0!important;
  text-align:left!important;
}



.block-swatch__radio:checked+.block-swatch__radio-option {
    /**box-shadow: 0 0 0 1px var(--secondary-button-background)!important;
    border-color: var(--secondary-button-background)!important;
    background: rgba(var(--secondary-button-background),.06)!important;
  	**/
  box-shadow:unset!important;
  border-color:unset!important;
   background:unset!important;
  border:0!important;
  /**background:var(--quickship-OutOfStock)!important;**/
}

.pdp-dummy-radio:before{
    border: 1px solid #ccc;
    background: var(--background);
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    left: 5px;
    top: 13px;
    position: absolute;
}

.pdp-dummy-radio:after{
    background: var(--background);
    transform: scale(0);
    transition: transform .6s cubic-bezier(.175,.885,.32,1.4);
  	content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    left: 5px;
    top: 0;
    position: absolute;
}

/**
.pdp-dummy-radio{
line-height: 15px;
    height: 15px;
    display: block;
    position: relative;
}
**/

.block-swatch-list-radio{
      position: relative;
}

.block-swatch-radio{
  position: relative;
  width:100%;
}

.product-form__single-selector-radio:checked + .block-swatch__item .pdp-dummy-radio:after {
  transform: scale(.6);
  transition: transform .3s ease;
  background-color: var(--secondary-button-background);
  top: 13px;
}

.block-swatch-radio-selected{
      background: var(--quickship-OutOfStock)!important;
}

/**
.warranty-logo {
  width: 48px;
  padding: 8px;
  
}

.warranty-logo:before{
  	content: "";
    display: block;
    left: 25px;
    top: 0px;
    position: absolute;
}

.warranty-logo:after{
  	content: "";
    display: block;
    left: 25px;
    top: 0;
    position: absolute;
}
**/

.badge-hide-overflow{
    overflow: hidden;
}

.badge-nowrap{
  white-space: nowrap; 
}

.badge-block{
   display: block;
}


.warranty-badge-label-recommended{
  background:var(--warranty-label-recommended-background);
  color:var(--warranty-label-recommended-text);
}

.warranty-badge-label-bestvalue{
  background:var(--warranty-label-bestvalue-background);
  color:var(--warranty-label-bestvalue-text);
}

.warranty-badge-label{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
  vertical-align: top;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}

.warranty-badge-container{
  display: inline-flex;
}

.warranty-on-sale{
  padding-right: 10px;
  padding-left: 5px;
}

.warranty-not-on-sale{
   padding-left: 5px;
}

.availability-title{
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--text-color)!important;
}


/** cross sale warranties **/

.aspect-ratio--tiny{
  padding-bottom: 50% !important;
}


.aspect-ratio--tiny img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .aspect-ratio--tiny img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product-item__image-wrapper-radio-option{
  margin-top: 0px!important;
}

.cross-sale-item-radio-zoom{
      zoom: 0.85;
}

.cross-sale-item-radio-reviews-zoom{
      zoom: 0.65;
}

.cross-sale-form-radio{
  margin: 0 0 5px 0!important;
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid var(--header-accent-color);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--header-accent-color);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--header-accent-color);
  border-color: var(--header-accent-color) transparent var(--header-accent-color) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hidden-radio-container-cross-sale{
 display:none!important; 
}

.radio-option-disabled{
 opacity: 0.5; 
}

.cross-sale-product-form__variants .warranty-badge-label{
	font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.cross-sale-product-form__variants .product-label {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  
}

.block-swatch__radio-option-crosssale-item{
  padding: 1px 16px 1px 16px!important;
}

.pdp-dummy-radio-crosssale-item:before{
  top:5px!important;
}
.pdp-dummy-radio-crosssale-item:after{
  top:5px!important;
}

.line-item__shipping_tier{
  width: 100%;
  max-width: 400px;
  /**padding: 10px 16px;**/
  /**border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 12px;**/
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

@media screen and (max-width: 640px) {
  .line-item__shipping_tier{
     width: 90%;
     margin-top: 5px;
  }
}


.line-item__shipping_tier--6{
  color: #9F6000;
  /**background-color: #FEEFB3;**/
}

.shipping-tier-msg-icon{
  margin-right: 5px;
  vertical-align: middle;
}

.shipping-tier-msg-icon svg{
  width:20px;
  height:20px;
}

.shipping-tier-msg-icon--6 svg{
	fill: #9F6000;
}


.line-item__shipping_tier--0{
  color: #270;
  /**background-color: #DFF2BF;**/
}

.shipping-tier-msg-icon--0 svg{
	fill: #270;
}

@media screen and (max-width: 1200px) {
  .line-item__shipping_tier{
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }
}


.flexiti-learn-more-link{
    padding-left: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 4.5px;

}

@media screen and (max-width: 641px) {
  .flexiti-learn-more-link{
    margin-top: 1.5px;
  }
}

.flexiti-learn-more-btn{
   text-decoration: underline;
}

.clearance-view-availability-link__btn{
   margin-left: 10px;
   text-decoration: underline;
   font-size: 12.25px;
}

.clearance-available-text{
   font-size: 12.25px;
}

.product-documents-disclaimer{
  margin-left: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
}

.product-documents-disclaimer-icon svg{
  width:20px;
  height:20px;
  fill: #9F6000;
}

.product-documents-disclaimer-icon {
	float: left;
    margin-top: 6px;
    margin-right: 7px;
}


.product-documents-disclaimer-text{
    font-size: calc(var(--base-text-font-size) - 2px);
}

/**
 * --------------------------------------------------------------------
 * COLLECTION BLOG
 * --------------------------------------------------------------------
 */
.blog-article-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.blog-article-list--scrollable{
 flex-wrap: nowrap;
}

.blog-article-list--scrollable::after {
  content: "flickity";
  display: none;
}

.blog-article {
  position: relative;
  min-width: 0;
  margin-right: 0.6rem;
  flex-shrink: 0;
  white-space: normal;
}

.blog-article__figure{
  overflow: hidden;
}

.blog-article__figure img {
  max-height: 250px;
  object-fit: contain;
}

.blog-article-img-hover-zoom {
  overflow: hidden; 
}

.blog-article-img-hover-zoom img {
  transition: transform .3s ease,opacity .3s;
}

.blog-article-img-hover-zoom:hover img {
  transform: scale(1.05);
}

.blog-article__content {
  padding:10px 0.5% 10px 0.5%;
}

.blog-article__content__title :hover{
  text-decoration: underline;
}

.blog-article__content__title {
  margin: 0 0 8px;
  text-transform: none !important;
  line-height: 1.1 !important;
}
 
.blog-article__content__metafield-description {
  line-height: 1.3;
  margin-top: 0.8rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 641px) {
  .blog-article--width {
    width: 80%;
  }
  
  .blog-article__content__title {
    margin-bottom: 0;
    text-transform: none !important;
  }
}

@media screen and (min-width: 641px) {
  .blog-article--width { 
    width: calc(30% - 0.5rem);
  }
  
  .blog-article__content__title {
  margin-bottom: 0;
  text-transform: none !important;
  }
}
   
@media screen and (min-width: 641px) and (max-width: 999px) {
  .blog-article--width {
    width: calc(43% - 0.5rem);
  }
  
  .blog-article__content__title {
  margin-bottom: 0;
  text-transform: none !important;
  }
} 

.blog-article--vertical, .blog-article--vertical .blog-article__content {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
  .collection-blog-container--inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-blog-full-width {
    margin-left: .2%;
  }
}

@media screen and (min-width: 600px) and (max-width: 641px) {
  .collection-blog-container--inner {
    padding-left: 0;
    padding-right: 0;
  }
  
   .collection-blog-full-width {
     margin-left: 0;
     padding-left: .4%;
     padding-right:.4%;
  }
  
   .blog-article--width { 
     width: 70%;
  }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
  .collection-blog-full-width {
    margin-left: 0;
    padding-left: 0.4%;
  }
}

@media (min-width: 760px){
  .collection-blog-full-width {
    padding-left: 0.4em;
  }
}

.hide-toggle {
  visibility: hidden!important;
}

#clearance_availability {
  border:none;
  padding-top: 0px;
}

#clearance_availability button {
  padding-top: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 600px) {
  #stores_clearance_available {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .container-mobile-padded {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

#global-tab-clearance .card__collapsible-content {
    padding-left: 0px; 
}

.clearance_button {
  display:block !important;
  margin-top: 20px;
  margin-left:auto;
  margin-right:auto;
}

.clearance_description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.clearance_check {
  padding-right: 15px;
}

.clearance_expand {
  margin-bottom: 20px;
}

.clearance_card {
  margin-bottom: 5px !important;
}.product-item__title {
   height: 4.25rem;
}

@media screen and (min-width: 641px) {
  .product-item__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
    height: 3.5rem;
  }
}#shopify-section-product-recommendations-coast .product-item__title,
#shopify-section-static-recently-viewed-products-coast .product-item__title,
section[data-section-type="featured-collection"] .product-item__title,
.product-oos-container .product-item__title {
   font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
   height: 3rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box !important;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;  
}

/* For styling starts on pdp info and stars on all blocks */
@media screen and (max-width: 641px) {
  .pdp-bottom .pwr-category-snippets {
    margin-top: -1.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .pr-category-snippet {
    height: 2.7rem;  
  }
}

.pr-snippet-stars .pr-rating-stars .pr-star-v4,
.pr-category-snippet__rating .pr-rating-stars .pr-star-v4 {
  width: 14px!important;
  padding-top: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  height: 14px!important;
  padding-bottom: 0px!important; 
}

/* For styling review numbers and Customer Recommended after stars on pdp */
#pr-reviewsnippet .pr-snippet-read-and-write,
#pr-reviewsnippet .pr-snippet-stars-reco-reco {
  font-size: 14px;
  padding-top: 5px;
}

/* For styling stars on cross sale modal */
.pwr-cross-sale-container .pr-rating-stars .pr-star-v4 {
  width: 22px!important;
  height: 22px!important;
  padding: 0 0;
}

.pwr-cross-sale-container .pr-category-snippet__total {
  font-size: 19px!important;
}

/* For styling review numbers after stars on plp and blocks */
.p-w-r  .pr-category-snippet__total {
  font-size: 14px;
  padding-top: 5px;
}

.isp_review_filter > img {
  margin-top: 0px !important;
}

#lowStock {
  font-size: .875rem;
  font-weight: 700;
  color: var(--product-on-sale-accent);
  padding-bottom: 15px;
}
.progressbarWrapper {
  height: 10px;
  display: block;
  margin: auto;
  position: relative;
  background: #ddd;
  border-radius: 25px;
}

#progressBar {
  padding-bottom: 15px;
} 

#progressBar > .progressbarWrapper > .fillBar {
  border-radius: 25px;
  display: block;
  height: 100%;
  width: 0px;
  background-image: linear-gradient(to right, var(--product-on-sale-accent) , yellow);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
}

.isp-flexiti-text {
  display:block;
  overflow:hidden;
  text-overflow: ellipsis;
  font-size: calc(var(--base-text-font-size) - 3px);
  margin: 0px;
}.collection-search-result-toggle {
  display: flex;
  width: auto;
  justify-content: space-between;
}

.collection-search-result-toggle__title {
  display: flex;
  color: white;
  font-size: 14px;
  margin-right: 1rem;
  padding-top: 0.4rem;
  z-index: 1;
  font-weight: 600;
}

.collection-search-result-toggle__slide {
  margin-top: -0.8rem;
}
 
@media screen and (min-width: 999px) {
  .collection-search-result-toggle {
    display: flex;
    width: auto;
    margin-top: -1rem;
  }

  .collection-search-result-toggle__title{
    padding-top: 1.2rem;
  }

  .collection-search-result-toggle__slide {
    margin-top: 0!important;
  }
}

.collection-search-result-toggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.collection-search-result-toggle label {
  cursor: pointer;
  text-indent: -9999px;
  top: -3px;
  width: 40px;
  height: 12px;
  background: #BEBEBE;
  display: block;
  border-radius: 10px;
  position: relative;
}

.collection-search-result-toggle label:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.collection-search-result-toggle input:checked + label {
  background: #3CB371;
}

.collection-search-result-toggle input:checked + label:after {
  left: calc(100%);
  transform: translateX(-100%);
  background: #BDFCC9;
}

.product-item-badge > a:not(.button) {
  text-decoration: none !important;
}

.p-w-r {
  color: var(--text-color) !important;
}

.unavailable-stock {
  color: #707070 !important;
}

#predictive-search {
  background-color: var(--header-background);
  padding-left: 20px;
}

.predictive-search-results {
  list-style-type: none;
}

.predictive-search-results > li {
  margin-bottom: 10px;  
}

.predictive-search-results-collection {
  padding: 5px;
  background-color: var(--secondary-button-background);
  color: var(--secondary-button-text-color);
  border-radius: 3px;
}

.predictive-search-title {
 font-weight: 500; 
}

@media screen and (max-width: 641px)  {
  #predictive-search {
    position: relative;
    z-index: 10;
  }
  #shopify-section-Sub-Announcement {
    position: relative;
    z-index: -10;
  }
}

.unavailable-stock-mobile-facet {
  display: inline-grid;
  padding: 5px 7px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 5px;
  width: fit-content;
}

/* all-promotions template styles */
#all-promos-template .heading {
  margin: auto !important;
}

#all-promos-template .section__header {
   margin-top: 25px; 
   margin-bottom: 10px; 
}

#all-promos-template .quick-links__brands {
  padding: 2.5px;
}

#all-promos-template .promo-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.form-fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.disabled-link {
  pointer-events: none;
}

#isp_pagination_anchor .isp_pagination>.active>a {
  z-index: 1!important;
}

.product-form__option-name > .warranty-badge-container > .warranty-badge-label-container > .warranty-badge-label {
  vertical-align: baseline;
}

.__quick-ship-shipping-tier-msg {
  margin-right: 2px;
}

.product-gallery .product-gallery__carousel-wrapper .product-gallery__carousel .flickity-prev-next-button {
  display: none;
}

.change-store {
  cursor: pointer;
}

.next-day-delivery-badge,
.coast-recommends-delivery-badge {
  max-width: 25%;
  margin-left: auto;
  z-index: 1;
}

.product-item-right-corner-badge-parent {
    display: flex;
    flex-direction: column;
    position: relative;
    right: 0;
    top: 0;
    height: 0.3rem;
}

.product-item-right-corner-badge-parent:has(.hidden~.hidden) {
  display: none;
}

.blog-sidebar .product-item-right-corner-badge-parent {
  /* if it is in the featured-products block don't display this element it affects the styles. */
  display: none;
}
