
/* USER AGENT Overrides
--------------------------*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* html{scroll-behavior:smooth} */


/*  THEME Overrides
------------------------*/


/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;
$bp-xl: 1280px;

*/

	
@media screen and (min-width: 769px){	
  .mobile-only{	
    display: none !important;	
  }	
}


@media screen and (min-width: 1022px){
  .laptop-down-only{
    display: none !important;
  }
}

@media screen and (max-width: 1023px){
  .laptop-up-only{
    display: none !important;
  }
}


@media screen and (max-width: 768px){	
  .desktop-only{	
    display: none !important;	
  }	
}

body {
}

.nobreak{
      white-space: nowrap;
}

.visually--hidden{
  display: none !important;
}

body, button, input, optgroup, select, textarea {
  font-family: Cabin, sans-serif;
}

.shopify-section {
  /* overflow: hidden !important; */
  
}
#site-main {
  overflow: hidden;
}


.atc-banner--container {
  
  background-color: #fafafa !important;
  
}

.site-navigation a, .site-navigation .navmenu-depth-1>li>a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #383838;
}

.site-navigation .navmenu-submenu {
  box-shadow: none !important;
}

.site-navigation .navmenu-meganav-item>a:focus {
  outline: none !important;
}

.site-navigation a:focus {
  outline: none;
  font-weight: 700 !important;
}

.contact-page-content {
  margin: 0 !important;
}

h1.collection--title {
 font-size: 1.75rem !important; 
}

/* MEGA NAV CUSTOMISATION
--------------------------*/

/* temp testing: 
.site-navigation .navmenu-submenu { 
  display: inline-flex !important;
}

*/

.tmenu_item--root .tmenu_item_display_header > .tmenu_item_link span{
	white-space: normal !important;
}

.tmenu_item .tmenu_submenu .tmenu_item_link{
  white-space: nowrap !important;
}

.site-navigation .navmenu-depth-1>li {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

#site-main > article > header > h1 {
  margin: 0 !important;
}

.navmenu-meganav--scroller {
  display: flex !important;
}

.navmenu-icon.mega {
  right: 40px !important;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

.navmenu-meganav-item > a {
  
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: #383838 !important;
  
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-2 {
  display: flex;
  flex-direction: column;  
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-2 li {
  
  flex: 1 1 auto;
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-3 {
  flex-direction: column;
  
  display: -ms-flexbox;           /* IE 10 */
  display: -webkit-flex;          /* Safari 6.1+. iOS 7.1+ */
  display: flex;
  -webkit-flex-flow: wrap column; /* Safari 6.1+ */
  flex-flow: wrap column;
  max-height: 240px !important;
   
  
  /* using column-count for fixed no. of columns
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  */
  
}

.navmenu-meganav--desktop {
  border: 1px solid #e4e4e4;
  float: unset !important;
  -webkit-transition: width 5s;  /* For Safari 3.1 to 6.0 */
  transition: width 5s;
  
  /* js is used to change width to 100% when hover over menu item with level 2 links */

  /* TESTING: 
  display: block !important;   */
  
}

.navmenu-item.selected {
  background-color: #e4e4e4;
}

.custom-menunav-level-3 {
  padding-top: 18px;
  border-left: 1px solid #e4e4e4; 
  display: none;
  left: 30px;
  top: -6px;
  position: relative;    
  
  /* js is used to change to visible when hover over menu item with level 2 links */
}

.live-search-form {
  box-shadow: none !important;
}

.form-field-input, .form-field-select {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.form-field-input:focus {
  border-color: #8f2407 !important;
}

.form-field-title.no-transition {
  transition: none !important;
  top: 0.5rem;
  font-size: 0.8125rem;
}

.form-field-title {
    font-style: normal;
    color: #8b885d;
}

.product-gallery--slider .flickity-prev-next-button svg {
  fill: #fff;
}

.product--container {  
  max-width: 1490px !important;  
}


.product-section--title {
  font-size: 1.2rem !important;
  margin-bottom: 1.2rem !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  text-align: center;
}

.product-title {
  font-size: 1.45rem !important;
  font-weight: 100 !important;
  text-transform: none !important;
  color: #212121 !important;
  letter-spacing: normal;
}

	.product-pricing {	
  margin: 7px 0 !important;	
      align-items: center;	
    justify-content: space-between;	
  flex-wrap: wrap;	
  	
}

.product--price .price--compare-at.visible+.price--main {
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  height: 100%;
}

.price--main {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 22px;
}

.price--compare-at {
  color: #383838;
  font-size: 14px !important;
  font-weight: 400;
  text-decoration: line-through;
}

.badge--sale {
  color: #383838;
  background-color: #fff;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0 !important;
  padding: 0 0.25rem !important;
}

.product-condition-container {
  margin-bottom: 0px;
}

.product-condition { 
  color: #313131;
  font-size: 14px;
  font-weight: 100;
  text-align: left; 
  display: flex;
  padding-bottom: 3px;
  margin-right: 3px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px){
  .product-condition{
    padding-bottom: 0px;
  }
}

.product-condition a { 
  text-decoration: none !important;
}
  

.product-condition-name { 
  color: #313131;
  margin-right: 3px;
  cursor: text; 
}

.product-condition-green {
  color: #379824 !important;
  cursor: pointer; 
  font-weight: 100;
}

.product-condition-value { 
  color: #379824;
  cursor: text; 
}

.icon-green-check {
  margin: 0 5px;
}

.icon-green-check svg:not(:root) {
  overflow: visible !important;
}

.button-primary {
  font-weight: 400 !important;
}


/* Slideshow - mobile view
--------------------------*/


.slideshow-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.slideshow-slide-text-mobile {
  display: block;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 16px 15px;
}

.slideshow-button:hover {
  color: #fff;
  background-color: #8b885d !important;
  border: 1px solid #8b885d !important;
  
}

.flickity-page-dots {
  display: none;
}


ol.flickity-page-dots li.is-selected {
  background-color: #922f15 !important;
}

@media screen and (min-width: 720px){
  .slideshow-slide-text-mobile {
    display: none;
  } 
}

@media screen and (max-width: 719px){
  .slideshow-height-medium {
    height: 81vw;
  }
  
  .slideshow-slide-text {
    display: none;
  }
  
  .flickity-page-dots {
    position: initial !important;
    display: block;
    
  }
  
  .flickity-page-dots .dot {
    opacity: 0.99 !important;
    background: #d8d8d8 !important;
  }
  
}

.home-section--title {
  margin: 3rem 0 !important;
}

@media screen and (max-width: 719px) {
  
  .home-section--title {
    margin: 2.6rem 0 1rem 0 !important;
  }

  
}

.product-row--container>h2 {
  margin-top: 16px !important;
}

/* Related Products */
@media screen and (max-width: 1023px) {
  
  .related-products.mobile {
    display: flex;
  }
  
  .related-products.desktop {
    display: none;
  }
  
}

@media screen and (min-width: 1024px) {
  
  .related-products.mobile {
    display: none;
  }
  
  .related-products.desktop {
    display: flex;
  }
  
}



/* Promo-mosaic
------------------*/

.promo-mosaic--mobile .flickity-page-dots {
  
  position: relative !important;
  bottom: 16px;
}

.promo-mosaic--mobile .flickity-page-dots .dot{
  background: #f8f8f8 !important;
}

.promo-mosaic--mobile .flickity-page-dots .dot.is-selected{
  background: #922f15 !important;
}

.promo-mosaic--mobile-cell {
  width: 100%; /* Width of the slideshow cells */
  height: 85vw;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.promo-mosaic--mobile-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
}


.promo-mosaic--container {
  padding: 0;
  height: 38rem;
}

.promo-mosaic--section {
  margin-bottom: 80px;
}

.promo-mosaic--column.promo-mosaic--column-wide {
  width: 100% !important;
}

.promo-mosaic--column.promo-mosaic--column-narrow {
  width: 100% !important;
}

.promo-mosaic--row {
  display: none;
}

.promo-block--content {
  align-items: center !important;
}

.promo-block--header {
  letter-spacing: 1px !important;
  font-size: 28px;
  font-weight: 500;
}

.promo-block--text {
  letter-spacing: 2px !important;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

.promo-block--no-button {
  color: #2a2a2a;
  margin-top: 30px;
}

.promo-block--button {
  width: 250px;
  height: 60px;
  border-radius: 2px;
  color: #f8f8f8;
  background-color: #383838;
  padding: 0 !important;
  line-height: 60px !important;
}

.promo-block--button.button-secondary:not(.disabled):hover {
  background: #5a5a5a !important;
}

.blogposts--section,
.rich-text--section {
  margin-bottom: 30px; 
}

.featured-collection--section {
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  
  .blogposts--section,
  .rich-text--section,
  .featured-collection--section {
    margin-bottom: 40px;
  }  
}

@media (min-width: 1024px) {
  
  .blogposts--section,
  .rich-text--section,
  .featured-collection--section {
    margin-bottom: 80px;
  }  
}


/* MEDIA screen overrides
-----------------------------------

/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;
$bp-xl: 1280px;

*/

@media screen and (max-width: 719px) {
   
  .promo-block--content {
    height: 85vw;
    margin: 12px 0;
    cursor: pointer;
    color: #fff;
    padding: 32px 20px;
  }
  
  .promo-mosaic--section {
    margin-bottom: 40px;
  }
  
  .promo-mosaic--container {
    padding: 0;
    height: auto;
  }
  
  .promo-block--promo-mosaic-block-2 {
    background-color: #d8d8d8 !important;
  }
  
  .promo-block--content-wrapper {
    max-width: 100% !important;
  }
  
  .promo-block--header {
    font-size: 4vw;
    overflow: visible;
    white-space: normal;
  }
  
  .promo-block--text {
    font-size: 3vw;
    overflow: visible;
    white-space: normal;
    
  }
  
  .promo-block--button {
    display: inline-block;
    opacity: 1;
    width: 80%;
    
  }
  
}

@media screen and (min-width: 1080px){
  .promo-mosaic--column-narrow {
    margin: 0 !important;
    height: 100% !important;
  }
  
  .promo-mosaic--height-small {
    height: 600px !important;
  }
}

@media screen and (min-width: 1024px) {
  
  .promo-block--header {
    letter-spacing: 1px !important;
    font-size: 28px !important;
    font-weight: 500;
  }
  
  .promo-block--text {
    letter-spacing: 2px !important;
    font-size: 18px !important;
    font-weight: 500;
  }
  
  .promo-block--button {
    border-radius: 2px;
    color: #f8f8f8;
    background-color: #383838;
    font-size: 1.14rem !important;
    font-weight: normal !important;
  }
  
}

@media screen and (min-width: 720px){
  
  .promo-mosaic--mobile {
    display: none;
  }
  
  .promo-mosaic--container {
    max-width: 1400px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .promo-mosaic--column.promo-mosaic--column-narrow {
    width: 50% !important;
  }
  
  .promo-mosaic--column-narrow:first-child {
    padding-right: 10px;
  }
  
  .promo-mosaic--column-narrow:last-child {
    padding-left: 10px;
  }
  
  .promo-mosaic--column {
    height: auto;
  }
  
  .promo-mosaic--row {
    height: 300px !important;
    margin: 20px 0;
    display: block;

  }
  
  .promo-block {
 	margin: 0 !important;
    padding: 0 !important;
    height: 300px !important;
    border-radius: 2px !important;
  }
  
}

/* Featured Collection 
-----------------------*/

@media screen and (max-width: 719px) {
 
  #shopify-section-home-featured-collection-2 {
    display: none;
  }
  
}

/*				    	*/
/***  Product Page 	  ***/
/*					 	*/

/* product gallery 
---------------------*/

.gallery-prev-next-buttons {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  padding: 5px;
  top: 200px; 
  transform: translateY(-50%);
  z-index: 9999;
  fill: #383838;
}

.gallery-prev-next-buttons.prev {
  float: left;
}

.gallery-prev-next-buttons.next {
  float: right;
}

button.gallery-prev-next-buttons:focus {
  
  outline: none;
  
  
}


/* Product Condition Modal
----------------------------*/

#collection-open-modal #modal-contents{
  max-height: initial;
}

#collection-open-modal .collection-modal-product-title{
  font-size: 23px;
  display: block;
  margin-bottom: 15px;
}

#collection-open-modal .sample-modal.title{
  font-size: 20px;
}

#collection-open-modal .sample-modal-wrapper {
  grid-template-areas: 
    "header      header"
    "variant     variant"
    "firstOption secondOption"
    "qty		 ."
    "desc        ."
    "div		 div"
    "footer      atc";
    
}

#collection-open-modal .collection-modal-option-wrapper{
    grid-area: variant;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    width: 100%;
}

.collection-sample-success{
     color: #379824;
    font-weight: bold;
    margin-top: 5px;
  display: none;
}

.collection-sample-success.show{
  display: block !important;
}
.collection-modal-option-wrapper .form-options{
    margin-top: 0;
    margin-bottom: 28px;
}

.collection-modal-option-wrapper .form-field-select-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 400px;
    padding-left: 29px;
}

.collection-modal-option-wrapper .form-field-select-wrapper svg{
    right: 1.625rem;
    z-index: 10;
}

.collection-modal-option-wrapper .form-field-title {
    position: relative;
  top: 0;
    left: 0;
}

.collection-modal-option-wrapper .form-field-select{
       padding: 15px 25px;
    margin: 0 15px;
}

.custom-modal {
  
  padding: 20px;
  background: #fff;
  width: 50vw;
  min-width: 300px;
  max-height: 75%;
  /* 
  margin: 70px auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 5s ease-in-out; 
  */
}

.custom-modal--title {

  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 15px;
  color: #262626;
  
}
.custom-modal--content {
  
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.8rem;
  padding: 10px 14%;
}

.custom-modal--content .form-field-textarea {
  height: 6rem !important;
  min-height: 20px;
}

.custom-modal--content .contact-page-content {
  margin: 0 !important;
}

.custom-modal .modal-close {
  right: 0;
  top: 0;
}

.custom-modal--button {
  width:100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

@media screen and (max-width: 768px){
  #collection-open-modal .sample-modal-wrapper {
    grid-template-areas: 
      "header      header"
      "variant     variant"
      "secondOption secondOption"
      "firstOption firstOption"
      "qty qty"
      "desc        ."
      "atc ."
      "div		 div"
      "footer      footer";

  }
  
  .collection-modal-option-wrapper .form-field-select-wrapper{
    padding-left: 8px;
  }
  
  .collection-modal-option-wrapper .form-options{
    margin-bottom: 10px;
  }

}


/*

.modal-window {
  position: fixed;
  background: rgba(0, 0, 0, 0.702497);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s; 
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

*/

.modal-window{
  display: none;
}


.modal-window > div {
  /*
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  
  */
  background-color: #fff;
}

/* sample modal close
---------------------*/
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  opacity: 1;
}
.modal-close:hover {
  opacity: 0.3;
  
}
.modal-close:before, .modal-close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 18px;
  width: 1px;
  background-color: #383838;
}
.modal-close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#modal-contents{
  width: 540px;
  max-width: 540px;
  max-height: 400px;
}

body.modal-open {
  overflow: hidden !important;
}

.form-field-select-wrapper.sample-modal.qty {
  width: 140px;
  height: 50px;
  margin-left: 29px;
  justify-self: left;
}

#sample-quantity-show {

}

#sample-quantity-select-label {
  left: 0.5rem;
  top: 0.4rem;
  overflow: hidden;
}

.sample-modal {

}

.sample-modal.title { 
  grid-area: header; 
  -ms-grid-row: 1; 
  -ms-grid-column: 1; 
  -ms-grid-column-span: 2; 
  

  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  padding-bottom: 28px;

  text-align: center;
  color: #383838;
}

.radio {
 
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99999999999999999;
}
.radio input[type="radio"] + .sample-radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .sample-radio-label:before {
  background-color: #006dd4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .sample-radio-label:before {
  outline: none;
  border-color: #006dd4;
}
.radio input[type="radio"]:disabled + .sample-radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .sample-radio-label:empty:before {
  margin-right: 0;
}

.sample-modal.radio.one {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: firstOption;
  padding-left: 29px;
  -ms-grid-column-align: left;
  justify-self: left;
}

.sample-modal.radio.two {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: secondOption;
  padding-right: 29px;
  -ms-grid-column-align: right;
  justify-self: right;
}

.sample-modal.qty {
  grid-area: qty;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.sample-modal.order-desc {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: desc;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 19px;
  margin-bottom: 19px;
  margin-left: 29px;
  -ms-grid-column-align: left;
  justify-self: left;
}

.sample-modal-info {
  font-size: 10px;
  line-height: 12px;
  color: #383838;
}

.sample-modal.div {
  grid-area: div;
  -ms-grid-row: 5; 
  -ms-grid-column: 1; 
  -ms-grid-column-span: 2; 
  border-top: 1px solid #979797;
  width: 100%;
}

.sample-modal.atc {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: atc;
}

.sample-modal.footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: span 2;
  grid-area: footer;
  padding-top: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sampleATC {
  border-radius: 0;
}

.sample-radio-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #383838;  
  cursor: pointer;
}


.sample-modal-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
    "header      header"
    "firstOption secondOption"
    "qty		 ."
    "desc        ."
    "div		 div"
    "footer      atc";
  justify-items: center;
  padding: 25px;
}

.sample-select-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 16px;
  margin-bottom: 19px;
}

.sample-info {
  font-size: 14px;
}

/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;
$bp-xl: 1280px;



@media screen and (max-width: 1023px) { 
  
  #modal-contents {
    width: 60%;
  }
}



@media screen and (max-width: 679px) { 
  
  #modal-contents {
    width: 90%;
    min-height: 360px;
  }
}


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

*/

@media screen and (max-width: 679px) { 
  
  #modal-contents {
    z-index: 999;
    overflow-y: scroll;
    width: 290px;
    max-height: 530px;

  }

  .sample-form-wrapper {
    padding-bottom: 12px;
  }  
  
  .modal-window {    
    overflow-y: scroll;
  }
  
  .sample-modal-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 
      "header"
      "secondOption"
      "firstOption"
      "qty"
      "desc"
      "atc"
      "div"
      "footer";
    justify-items: left;
    padding: 19px;
  }
  
  .sample-modal.title {
    padding-bottom: 0;
  }
  
  .sample-modal.footer {
    flex-direction: column;
  }
  
  .sample-modal-info, .sample-modal.atc {
    width: 100%;
    margin: 5px 0;
  }
  
  .sample-modal.radio.one, .sample-modal.radio.two {
    padding: 0;
    margin-top: 24px;
    justify-self: left;
  }
  
  .form-field-select-wrapper.sample-modal.qty, .sample-modal.order-desc {
     margin-left: 0; 
  }
  
  .form-field-select-wrapper.sample-modal.qty {
    margin-top: 19px;
  }
  
  .sample-select-label {
    margin-top: 12px;
    margin-bottom: 0;
  }
    
}

/*	Variant selector and cart buttons 	*/


input.shipping-rate-radio{
  margin-right: 15px;
}

.cart-shippingcalc-rates{
  padding-left: 5px;
}

.cart-shippingcalc-rates li{
  list-style-type: none;
}

.product-form--qty-section {
  /*border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; */
  margin: 0;
  padding-top: 0.5rem;
}

.product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-brand-img {
      margin: 0px 4px 0px;
    margin-left: 18px;
    top: -3px;
    position: relative;

}

.product-brand-img #brand_img {
  max-height: 30px;
}

.product-form--alt{
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #fafafa;
  padding: 16px;
  float: right;
}

@media screen and (max-width: 1023px) {
  .product-form--alt {
    display: none;  
  }
}


.product-form--atc {
  padding-top: 10px;
  padding-bottom: 4px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
}

.product-form--atc-qty {
  width:100% !important;
  
}

.product-form--atc-qty-quote {
  margin-left: 6%;
}

.product-form--atc-qty-coverage-label {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8f2407;
}

.product-quantity-select {
  object-fit: contain;
  border: solid 1px #8f2407;
  background-color: #ffffff; 
  -webkit-appearance:none;
}

.product-quantity-select:disabled {
  border: solid 1px #eaeaea; 
}

.atc-button--checkout {
  background-color: #379824;
}

.atc-button--checkout:hover {
  background-color: #268713 !important;
}

.product-form--atc-button {
  
  width: 100%;
  object-fit: contain;
  border-radius: 2px;
  background-color: #379824;
  margin-left: 0 !important;
  border: 0 !important;
  
}

.product-form--atc-button:hover {
  background-color: #268713 !important;
}

.product-form--notes {
  font-size: 0.8125rem;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DDDDDD;
}

.order-desc {
  color: black;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin: 15px 0;
}

/* ORDER DESC ARROW */

.product-form--row .order-desc {
	position: relative;
	background: #ffffff;
	border: 1px solid #ddd;
}
.product-form--row .order-desc:after, .product-form--row .order-desc:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.product-form--row .order-desc:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.product-form--row .order-desc:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ddd;
	border-width: 16px;
	margin-left: -16px;
}


.product-form--price {
  padding-top: 7px;
}

.subtotal {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.subtotal-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.details-error {
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding-top: 9px;
}

/* Collection Sample button */

.collection-sample-button{
  margin-top: 5px;
  background: #006dd4;
  border-radius: 2px;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  height: 30px;
  width: 130px;
  cursor: pointer;
}

/* SAMPLE BUTTON
-----------------------*/

button {
  border: none;
}

.button-sample {
  background: #006dd4;
  border-radius: 2px;
  color: #fff !important;

  text-align: center;
  
  font-weight: 100;
  line-height: 17px;
  letter-spacing: 0.04em;
      padding: 0.875rem 1.75rem;
    max-width: 100%;
    font-size: 16px;
  width: 100%;
}



.button-sample:hover {
  background: #005cc3;
  cursor: pointer;
}

.button-sample:disabled {
  background: #004bb2;
  color: #eaeaea !important;
  cursor: default;
}

/* Tooltip to use instead of bubble on product form
-----------------------------------------------------*/

.tooltip-visible {
  display:inline-block;
}

.tooltip-visible .right {
  width: 100%;
  height: 40px;
  transform: translate(0, 0%);
  padding-left: 10px;
  color: #006dd4;
  background-color: #fff;
  font-weight: normal;
  font-size: 12px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #006dd4;
  display: flex;
  justify-content: center;
}

.tooltip-visible .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}

.tooltip-visible .right i::after {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:0;
  top:50%;
  transform:translate(50%,-50%) rotate(-45deg);
  background-color:#fff;
  border:1px solid #006dd4;
}

/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;  ***
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;	
$bp-xl: 1280px;

*/

@media screen and (min-width: 375px) and (max-width: 1023px) {
  .tooltip-visible .right {

  }
}




/* THE SPEECH BUBBLE
----------------------------------------------------- */

.bubble-text {
  text-align: left;
  align-self: center;
  min-width: 60px;
}

.bubble
{
  width: 30%;
  height: 44px;
  background: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #006dd4 solid 2px;  
  color: #383838;
  font-weight: bold;
  font-size: 10px;    
}

.bubble:after
{
  content: '';
  position: relative;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #fafafa;
  display: block;
  z-index: 1;
  left: -68px;
  top: -25px;
}

.bubble:before
{
    content: '';
    position: relative;
    border-style: solid;
    border-width: 7px 13px 7px 0;
    border-color: transparent #006dd4;
    display: block;
    z-index: 0;
    right: 72px;
    top: 13px;
}

/*									    	*/
/***  Style for the product info tabs 	  ***/
/*										 	*/

ul.tab-style {  
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-bottom: 2px solid #e0e0e0;
}

ul.tab-style li {
  width: 100%;
  height: 30px;
  padding: 0;
}

ul.tab-style li a {
  display: inline-block;
  height: 29px;
  text-decoration: none;
  width: 100%;
  color: #212121 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; 
  text-align: center;
}

ul.tab-style li a.active {
  border-bottom: 3px solid #922f15;
}

ul.tab-style li {
  margin-bottom: -3px !important;
  display: flex !important;
}

ul.tab-style li:first-child a {
  
}

ul.tab-style li:last-child a {

}

ul.tab-style li:last-child {

}

#tab-1, #tab-2, #tab-3 {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* Product Tabs Content (Applications, Specs)
-------------------------------------------------*/
.specsTable {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin-bottom: 7px;
  
  font-size: 16px;
}

.specsCol1 {
  width: 60%;
}

.specsCol2 {
  width: 40%;
}

.specsRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 6px 6px;
  margin: 6px 0;
}

.specsCol2.No:before {
  content: "\2717";
  color: #8f2407; /* was crimson */
  font-family: FontAwesome;
  left: -5px;
  position: relative;
  top: 0;
}

.specsCol2.Yes:before {
  content: "\2713";
  color: #379824; /* was darkgreen */
  font-family: FontAwesome;
  left: -5px;
  position: relative;
  top: 0;
}

/* NEW SPECS TABLE */
.specsTable2 li {
  border-radius: 4px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.specsTable2 .specsRow {
  /* background-color: #fafafa;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
   */
  
  border-bottom: dashed 1px #e0e0e0;
}
.specsTable2 .specsCol1 {
  flex-basis: 50%;
}
.specsTable2 .specsCol2 {
  flex-basis: 50%;
  text-align: right;
}


/*									    	*/
/***  'Scroll down for more information'  ***/
/***     		on product info 		  ***/
/*										 	*/

.product-info--scroll-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.product-info--scroll-link a {
  font-weight: bold;
  font-size: 14px;
  color: #383838 !important;
  float: left;
  text-decoration: none !important;
}

.circle-down-arrow {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid #383838;
  background-color: #383838;
  border-radius: 50%;
  margin-left: 0.75em;
  margin-top: 5px;
}

.circle-down-arrow:after {
  content: '';
  display: inline-block;
  margin-bottom: 0.8em;
  margin-left: 0.1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.circle-up-arrow {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid #383838;
  background-color: #383838;
  border-radius: 50%;
  margin-left: 0.75em;
  margin-top: 5px;
}

.circle-up-arrow:after {
  content: '';
  display: inline-block;
  margin-bottom: 0.2em;
  margin-left: 0.1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*									    	*/
/***     Product info collapsible	 	 ***/
/*										 	*/
  
#shopify-section-static-product-info {
  
  background: #fafafa;
  text-align: center;
  border: 1px solid #e4e4e4;

}

.product-info-section-title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px; 
}

.product-info-section-content {
  max-width: 690px;
  width: 60%;
  text-align: left;
  display: inline-block;
  padding: 9px;
}

/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;  ***
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;	
$bp-xl: 1280px;

*/

@media screen and (max-width: 374px) {
  .product-info-section-content {
    width:95%  
  }
}

@media screen and (max-width: 859px) {
  .product-info-section-content {
    width:90%  
  }
}


/* Accordion styles */

.collapsable {
  background-color: #fff;
  padding-inline-start: 0;
}

.part {
  position: relative;
  border: 0.5px solid #e4e4e4;
  border-left-width: 1px;
  border-right-width: 1px;
  width: 100%;
  overflow: hidden;
}

.part:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.part input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.part label {
  position: relative;
  display: block;
  margin: 20px;
  cursor: pointer;
  max-width: 90%;
  color: #383838;
  font-size: 18px;
  line-height: 21px;
  padding-right: 16px;
}

.part-text {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.part-text p {
  margin: 0 20px;
  margin-bottom: 22px;
  max-width: 500px;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
}

.part-text > ul > li:not(:last-child) > p {
  margin-bottom: 0 !important;
}

/* :checked */
.part input:checked ~ .part-text {
  max-height: 600vh;
}

/* Icon */
.part label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  
}
.part input[type=checkbox] + label::after {
}

.part input[type=radio] + label::after {
  border-style: solid;
  border-width: 0.12em 0.12em 0 0;
  content: '';
  height: 0.6em;
  top: 0.2em;
  transform: rotate(45deg);
  width: 0.6em;  
}
.part input[type=checkbox]:checked + label::after {
}

.part input[type=radio]:checked + label::after {
  transform: rotate(135deg);
}

/* Site Header and Site Info (Samll-Promo) Customisations:
--------------------------------------------*/

.site-header {
  padding-bottom: 0;
}

.header-info {
  font-size: 14px;
  font-weight: normal;
  color: #383838;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.header-info a {

  color: #383838;
  text-decoration: none;

}

.header-info-icons {
  float: left;
  max-width: 30px;
  position: relative;
  padding-top: 6px;
  
}

.header-info-icon {
  width: auto;
  height: 28px;
}

.header-info-icon-2-svg {
  display: none;
}

.header-info-icon-2-custom {
  display: none;
}

.header-info-icon svg {
  width: 100%;
  height: 50%;
  max-width: 60px;
  max-height: 60px;
}

.header-info-icon img {
  height: 50%;
}

.header-info-heading {
  display: inline;
  margin: 0;
}

.header-info-content {
  /* width: 100%; */ 
  line-height: 1.7rem;
  text-align: center;
  max-width: 200px;
  margin-left: 5px;
  

}

.header-info-text-mobile {
  text-decoration: underline;
}

.header-info-text-desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  
  .site-header {
    padding-bottom: 10px;
  }
  
  .header-info-text-desktop {
  display: block;
  }
  
  .header-info-enabled {
    margin-right: 20px;
  }
  
  .header-info {
    margin-left: 16px;
    font-weight: 500;
    padding-top: 0;
  }
  
  .header-info-text-mobile {
    font-size: 12px;
    display: none;
  }
  
  .header-info-content{
    max-width: 200px;
    text-align: left;
  }
  
  .header-info-heading {
    display: block;
  }
  
  .header-info-icon-2-svg {
    display: block;
  }
  
  .header-info-icon-2-custom {
    display: block;
  }
  
  .header-info-icon--custom {
    width: auto;
  }
  
  .header-info-icon--svg {
    width: 16px;
  }
  
  .header-info-icons {
    padding: 0;
  }
  
  .header-info-icon {
    width: auto;
    height: 28px;
    margin-right: 5px;
    transform: translateY(30%);   
  }
  
}

/* Site Header Account and Cart icons
--------------------------------------*/

.site-header-buttons {
  margin: 0 30px;
  padding-left: 40px;
  display: flex;
}

.site-header-button-account,
.site-header-button-cart {
  display: block;  
}

.site-header-cart--count {
  position: absolute;
  top: 19px !important;
  right: 69px !important;
  display: block;
}

.site-header-cart--count:after {
  background-color: #379824;
}

.site-header--button {
  display: inline-block;
  padding: 10px;
}

.site-header--button svg {
  display: block;
}

/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;  ***
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;	
$bp-xl: 1280px;

*/

@media screen and (max-width: 1023px) {
  .site-header-button-cart {
    right: 0;
    top: 10px;
    bottom: auto;
    position: absolute;   
  }
  
  .site-header-cart--count {
    top: 13px !important;
    right: 39px !important;
  }
  
  .site-header-button-account {
    display: none !important;
  }
}

@media screen and (min-width: 100px max-width: 720px) {
  .site-header-buttons {
     max-width: calc(100% - #{28px * 2});
  }
}

@media screen and (min-width: 720px) {
  .site-header-button-account,
  .site-header-button-cart {
    display: inline-block;
    margin-left: 0;
  }   

}

/* Cart
--------*/

.button-cart {
  display: flex;
  background-color: #379824;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 40px;
  color: #F8F8F8 !important;
  border: none !important;
  letter-spacing: 0.069em !important;
}

.button-primary.button-cart.mobile {
  width: 100%;
  height: 50px;
  display: block;
  
  font-size: 16px;
  line-height: 21px;
  padding: 0 !important;
  margin: 0 auto;
}

.button-cart:not(.disabled):hover {
  background-color: #268713;
}

.cart-title-left h1 {
  color: #5d5d5d;
  font-weight: 800;
  line-height: 37px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 1.7375rem;
}

.cart-subtitle {
  letter-spacing: 0.03em;
}

.cart-checkout .button-primary {
  font-size: 1rem !important;
  line-height: 1.4rem;
}

#icon-cart {
  padding: 4px 0;
  margin: 0 5px;
}

#icon-cart svg>path{
  fill: #F8F8F8 !important;
}

.cart-item {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 1.25rem 0px;
}

.cart-item--content-title {
  text-transform: none !important;
}

.cart-item--price-title, .cart-item--option-name {
  font-weight: 400 !important;
}

.cart-item--total {
  font-weight: 500;
}

.cart-item--quantity .form-field-filled.form-field-input+.form-field-title {
  top: -1.2rem;
  left: 0;
  letter-spacing: 0.04rem;
  font-size: 14px;
  font-style: normal !important;
}

.cart-item--quantity .form-field-input {
  height: 50px !important;
  width: 150px;
  padding: 0;
  padding-left: 15px;
  font-weight: 700;
}

.cart-item--quantity .form-field-select-wrapper svg {
  right: -16px;
}

.cartitems--container {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}

.js .form-fields--qty .hidden {
  z-index: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.js .form-fields--qty .visible {
  z-index: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.yotpo-reviews-carousel {
  margin-bottom: 80px;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  font-family: Cabin,sans-serif;
  font-style: normal;
  font-weight: 400!important;
  font-size: 1.375rem!important;
  margin-bottom: 30px;
  line-height: 1.25;
}


/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;  ***
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;	
$bp-xl: 1280px;

*/

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

  .button-primary.button-cart.mobile {
    display: none;   
  }

  .button-primary.button-cart.desktop {
    display: block;
  }
  
}

@media screen and (max-width: 679px) {
  
  .button-primary.button-cart.mobile {
    display: block;   
  }
  
  .button-primary.button-cart.desktop {
    display: none;
  }
  
  
  .cart-item--content-price, .cart-item--product-options {
    color: #243a53;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 5px;
  }

  .cart-item--content-title {
    margin-bottom: 5px;
  }

  .cart-item--info {
	margin-top: 26px;
  }
  
  .cart-item--remove {
    right: 37px;
    bottom: -2px;
  }
  
  .cart-item--total {
    color: #383838;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
  
  #icon-cart {
    margin: 0 !important;
  }

  
}

@media screen and (max-width: 859px) {
  .cart-item--quantity .form-field-input {
    height: 40px !important;
    padding: 0 10px;
  }
}


/* Calculate Shipping button animation
---------------------------------------*/

#calcShipping {
  display: flex;
  justify-content: center;
  align-items: center;
}

#calcShipping:disabled + .loader {
 display: block; 
}
  

.calc-shipping-button-wrapper {
  display: flex; 
  align-items: center;
}
/*
.loader {
  margin-left: 6px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #8b885d; 
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  display: none;
}
*/
.loader {
  	background-image: url(https://cdn.shopify.com/s/files/1/1394/1063/files/preload.gif?v=1616243992);
    width: 52px;
    height: 52px;
    background-size: cover;
    position: relative;
    top: 11px;
    left: 2px;
    display: none;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* FOOTER
-------------*/

.site-footer-left, .site-footer-right {
    float: right;
}

/* COLLECTION VIEWS
---------------------*/

/* product search & filter */
.bc-sf-filter-selected-items .selected-type {
  font-size: 14px !important;
}

.productitem--title a {
  /*
  font-size: 12px;
  */
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #383838;
}

.productitem--price .price--main .price--label{
      font-weight: 100;
}

.product-grid-brand{
  font-weight: bold;
}


.productitem--info .price--main {
  font-size: 14px !important;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #243a53 !important;
}

.productitem--icon-multiple-prices {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  z-index: 999;
}

.productitem--icon-multiple-prices svg {
  height: 20px;
  width: 30px;
}

/* remove focus border from multiple prices toolip */
.productgrid--item:focus {
   outline: 0 none !important;
}


.productitem:focus .tooltip .right {
  outline: 0 none !important;
}


.productitem--icon-multiple-prices.tooltip:focus {
    outline: 0 none !important;
}

/* Tooltip for Product-grid-item */

.tooltip .right  {
  min-width:200px; 
  max-width:400;
  top:10%;
  left:100%;
  margin-left:20px;
  transform:translate(0, -50%);
  padding:10px 20px;
  background-color:#fff;
  border-radius:8px;
  position:absolute;
  z-index:999999;
  box-sizing:border-box;
  border:1px solid #e4e4e4;
  box-shadow: 0 0.5px 0.5px rgba(127,127,127,0.25);
  visibility:hidden; opacity:0; transition:opacity 0.4s;
}

.tooltip .right .heading {
  font-size: 14px !important;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #243a53 !important;
  margin-top: 4px;
}

.tooltip .right .text {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #383838;
}

.heading-wrapper {
  margin-bottom: 4px;
}

.tooltip:hover .right {
    visibility:visible; opacity:1;
}

.tooltip .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#fff;
    border:1px solid #e4e4e4;
    box-shadow: 0 0.5px 0.5px rgba(127,127,127,0.25);
}

/* tooltip - product-grid - mobile */

/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;  ***
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;	
$bp-xl: 1280px;

*/

@media screen and (max-width: 679px) {
  
  .tooltip .right  {
    top: -50px;
    left: -180px;
  }

  .tooltip .right i {
    top: 108%;
    right: 8%;
    transform: rotate(270deg);
  }

}


/* Page.liquid template
------------------------*/

.page-content.generic {
  margin: 0 auto; 
  padding: 0 20px !important;
}


.page-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 !important;
  
}

.site-page {
  margin-top: 0;
}

.page-masthead {
  background: #FAFAFA;
  height: 200px;
  margin: 0 auto;
  width: 100%;
  display: table;
}

@media (min-width: 1024px) {
  .free-local-pickup-page .page-masthead {
      height: 522px!important;
  }  
}
 
.free-local-pickup-page .page-content {  
    font-size: 18px;
  	line-height: 1.22;
  	max-width: 900px!important;
  	margin-bottom: 100px;
}

.free-local-pickup-page .page-content > *:first-child,
.free-local-pickup-page .page-content > *:last-child {
	font-size: 24px;
}

.faq-wrapper {
  display: flex;
  justify-content: center;
}

.faq-content {
  max-width: 690px;
  width: 60%;
  text-align: left;
  display: inline-block;
  padding: 9px;
}

.faq-content .part-text {
  
  margin: 5px;
  
}

/* Blogs
----------*/

.article-list-item.blog-collection {
  display: block !important;
}

.blog--section {
  
  margin-top: 50px;
  
}

.article--excerpt-wrapper--featured{
  background: #8b885d;
  color: #FFF;
}

.article--excerpt-meta-item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 18px;/* identical to box height */

  color: #FFF;
}

.article--excerpt-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 28px;
  text-transform: none;
}

.article--excerpt-text rte {
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px;
}

.article--excerpt-button {
  color: #fff !important;
  border: none !important;
  background-color: #922F15 !important;
  border-radius: 2px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.86px;
}

.blog--container > .blog-title {
  margin-bottom: 20px;
}

.blog--container {
  max-width: 1600px !important;
  padding: 0 !important;
  
}

/* Page Templates
-------------------*/
.page-masthead {
  max-width: unset !important;
  padding: 0 !important;
  height: 320px; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  background-color: #8b885d;
}

.page-title {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.page-header--background {
  
}

.page-content {
  max-width: 1440px !important;
}

.custom-page-content--container {  
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  padding: 30px 8vw; 
}

.custom-contact-page-content--col1 { 
  flex: 1;
}

.custom-page-content--col1 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #383838 !important; 
  flex: 1;
}

.custom-page-content--col2 {
  color: #383838 !important;
  flex: 1.4;
  margin-left: 6vw;
}

.custom-page-content--col2 h1, 
.custom-page-content--col2 h2, 
.custom-page-content--col2 h3, 
.custom-page-content--col2 h4,
.custom-page-content--col2 h5, 
.custom-page-content--col2 h6 {
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: none !important;
  color: #383838 !important;
  margin-top: 0;
}

.custom-page-content--col1 p {
  font-weight: 400;
  font-size: 24px; 
  line-height: 30px; 
}


.custom-page-content--col2 p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
}

/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;  ***
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;	
$bp-xl: 1280px;

*/

@media screen and (max-width: 679px) {
  .custom-page-content--container {  
	flex-flow: column wrap;
    padding: 0 3vw; 
  }

  .custom-page-content--col2 {
    margin-left: 0;
  }
}


/* Inspiration / Gallery / Portfolio page 
---------------------------------------*/

.grid--full {
  display: grid;
  justify-items: center;
  grid-gap: 0.6rem;
  padding: 0 24px;
  margin-top: 70px;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 440px);
}

.grid__item {
  position: relative;
  display: flex;
}

.grid__item > a > img {
  max-width: 100%   
}

.grid__item .after {
  
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 300px;
  letter-spacing: 1px;
  color: #FFF;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: opacity 400ms linear;
  -ms-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  
  opacity: 0;	
  
}
.grid__item:hover .after {

  background: rgba(0, 0, 0, .6);
  -webkit-transition: opacity 400ms linear;
  -ms-transition: opacity 400ms linear;
  transition: opacity 400ms linear;

 
  opacity: 1;

}


.page-gallery-masthead {
  margin: 0;
}

.page-gallery-title {
  text-align: center;
  font-size: 1.2rem !important;
  margin-bottom: 1.2rem !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  text-transform: none;
}

.gallery-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

.slideshow-modal-wrapper {
  padding: 24px;
}

.scale-anm {
  transform: scale(1) !important;
}

#portfolio .tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

/* TESTIMONIALS
----------------*/

.testimonials--container {
  height: 100%;
}

.testimonials--inner {
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(127,127,127,0.25); 
}


.testimonial--wrapper {
  min-width: 440px;
  max-width: 500px;
  padding: 0px 24px;
  
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  grid-auto-rows: minmax(15px, 30px);
  grid-template-areas: 
    "img		rating		date"
    "img		heading		heading"
    "img		body		body"
    "cap	    body		body"
    ".			name		.";
  justify-items: start;
  grid-row-gap: 2px;
  grid-column-gap: 15px;
  
}

.testimonial--product-image {
  grid-area: img;
}

.testimonial--product-caption {
  grid-area: cap;
  
  font-size: 10px;
  font-weight: 500;
  color: #a5a5a5;
}

.testimonial--star-rating {
  grid-area: rating;
}

.testimonial--date {
  grid-area: date;

  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #a5a5a5;
}

.testimonial--heading {
  grid-area: heading;
  
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #383838;
}

.testimonial--body {
  grid-area: body;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  color: #383838
  
}

.testimonial--customer-name {
  grid-area: name;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #a5a5a5;
}


/* ! Breakpoints - for reference

$bp-xs: 375px;
$bp-smaller: 680px;
$bp-small: 720px;  ***
$bp-medium: 860px;
$bp-large: 1024px;
$bp-large-home: 1080px;	
$bp-xl: 1280px;

*/

@media screen and (max-width: 679px) {
  
  .testimonials--inner {

    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(127,127,127,0.25); 

  }

  .testimonial--wrapper {
    width: 80%;
    padding: 0px 9px;
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
    grid-template-rows: 1fr auto;
    grid-auto-rows: minmax(15px, 30px);
    grid-template-areas:
      "img		rating		date"
      "img		heading		heading"
      "cap		body		body"
      "cap		body 		body"
      ".		name		.";
    justify-items: start;
    grid-row-gap: 2px;
    grid-column-gap: 5px;
    
  }
  
  .testimonial--customer-name {
    padding-top: 0;
  }
  
  .testimonial--date {
    justify-self: end;
    padding-right: 23px;
  }
  
  .testimonial--body {
    font-size: 12px;
  }

  .testimonial--heading {
    font-size: 18px;
  }
  
  .testimonial--product-image {
    padding-right: 5px;
  }

}

.bc-sf-filter-option-item[title="White"] .bc-sf-filter-option-swatch-image {
border: 2px solid #000 !important;
}

.modal-window .fancybox-close-small{
  display: none !important;
}

/* AVAILABILITY TIMER */
.availability-text.free-local-pickup{
  font-weight: 400;
}

 .availability-text .available-dayname, .availability-text .available-month, .availability-text .available-day, .availability-text .available-timer, .availability-text .map-popup-link{
  font-weight: 700;
}

 .availability-text .available-dayname, .availability-text .available-month, .availability-text .available-day, .availability-text .available-timer{
   color: #379824;
 }



/* PRODUCT MAP MODAL */

.fancy-popup{
  display: none;
  background-color: none !important;
}

.fancybox-inner {
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
  }

.map-popup-container.fancy-popup{
  max-width: 800px;
  margin: 30px;
}

.map-popup-link{
      color: blue;
    text-decoration: underline;
    cursor: pointer;
  font-size: 12px;
}



/* PRODUCT QUANTITY BOX */
.product-qty-input-container{
  width: 100%;
}
.product-form--price{
  display: flex;
    justify-content: center;
  display: none !important;
}

.product-form--price .product-quantity-box{
  width: 100%;
}

.product-form--price .product-quantity-box span.icon-plus:after {
    content: "+";
    color: #8e8e8e;
}

.product-form--price .product-quantity-box span.icon-minus:after {
    content: "-";
    color: #8e8e8e;
}

.product-form--price .product-quantity-box span.ss-icon.js-change-quantity {
    padding: 10px;
    font-size: 24px;
}

.product-form--price .product-quantity-box .js-change-quantity:hover{
 cursor: pointer;
}

.product-form--price .product-quantity-box .quantity{
  max-width: 70%;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 6px;
  background-color: rgb(235, 235, 228);
}

/** PRODUCT MAP PRICE GRID **/

.product--price-right .price--popup{
  margin-top: 5px;
}

.price--container{
  display: flex;
    align-items: center;
}

.product--price.has-map-price .price--text{
  color: blue;
  cursor: pointer;
}

.price--main-label{
  display: none;
}
  
 

.product--price:not(.has-map-price) .price--main-label{
  display: block;
}

  .has-map-price.product--price .price--main{	
    margin-bottom: 5px;
  }

@media screen and (max-width: 768px){
  .has-map-price.product--price .price--main{
    margin-bottom: 0px;
  }
}
.product--price.has-map-price .price--text .map-price-before-show-price{	
  background-color: #922f15;	
    padding: 5px 10px;	
    color: white;	
}	
.has-map-price .price--text .price-before-map{	
  display: block;	
  	
}	
.price--text .map-price-show-price {	
      font-weight: 700;	
    font-size: 18px !important;	
    color: #922f15;	
    display: flex;	
}

.map-price-item{
  display: none;
}

.has-map-price .map-price-item{
  display: block;
}

.product--price:not(.product--price-right){

    display: grid;
    grid-template-areas:
        "price-main price-sticker"
        "lowest-price-sticker lowest-price-sticker"
        "delivery-saver-sticker delivery-saver-sticker"
      	"affirm affirm";
    justify-items: start;
  	align-items: center;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
  
}

@media screen and (max-width: 1024px){
  .product--price:not(.product--price-right){
    grid-template-areas:
          "price-main price-main"
          "lowest-price-sticker lowest-price-sticker"
          "delivery-saver-sticker delivery-saver-sticker"
      	  "affirm affirm"
      	  "product-best-sticker product-best-sticker"
          "price-sticker price-sticker";
          
  }
  
  .price-best-sticker{
    margin-top: 5px;
  }
}

.product--price.has-map-price{

    display: grid;
    grid-template-areas:
        "price-list price-main price-sticker"
        "price-price price-text price-popup"
      	"affirm affirm affirm";
    justify-items: start;
  	align-items: center;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
  
}


@media screen and (max-width: 1024px){
  .product--price.has-map-price{
    
    grid-template-areas: 
      	  "price-list price-main ."
          "price-price price-text price-popup"
      	  "affirm affirm affirm"
          "product-best-sticker product-best-sticker ."
    	  "price-sticker price-sticker .";
          
  }
}


.product--price-right.has-map-price{	
    display: grid;	
    grid-template-areas:	
        "price-list price-main price-main"	
        "price-price price-text price-text"
      	". price-popup price-popup"
      	"product-price-sticker product-price-sticker product-price-sticker";	
    justify-items: start;	
    grid-column-gap: 15px;	
    grid-row-gap: 5px;	
  	
}

.lowest-price-sticker{
  grid-area: lowest-price-sticker;	
}

.delivery-saver-sticker{
  grid-area: delivery-saver-sticker;	
}

.price-best-sticker{
  grid-area: product-best-sticker;	
}

.has-map-price .price-before-map{
  display: none;
}

.price-after-map{
  display: none;
}

.product--price-right.has-map-price .product-price-sticker-container{	
  grid-area: product-price-sticker;	
}

.price--stickers-container{
  grid-area: price-sticker;
  display: flex;
}

.has-map-price .price-after-map{
 display: initial;

}

.price--main {
   grid-area: price-main;
}

.has-map-price .price--list {
   grid-area: price-list;
      text-align: right;
    justify-self: end;
}
  
.has-map-price .price--price {
   grid-area: price-price;
  justify-self: end;
}

.has-map-price .price--popup {
   grid-area: price-popup;
}

.has-map-price .price--text {
   grid-area: price-text;
}

/* PRODUCT GRID */
.productgrid--item .productitem{
    display: flex;
    flex-direction: column;
}

.productgrid--item .productitem--info{
  flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/** PRODUCT MAP PRODUCT GRID **/
.productitem--price.has-map-price{
      display: grid;
    grid-template-areas:
        "price-list price-main"
        "price-price price-text";
    justify-items: start;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
  grid-auto-columns: auto;
}

.productitem--price.has-map-price .price--popup{
  display: none;
  
}

.free-local-pickup.custom-sticker:hover{
      cursor: pointer;
}

.custom_logocart ul a{
      text-decoration: none;
    color: #8b885d;
}

.productgrid--item .custom_logocart ul {
    flex-direction: column;
}

.custom_logocart .free-shipping-logo{
  text-transform: initial;
  display: flex;
}

.custom_logocart .free-local-pickup a{
  display: flex;
  align-items: center;
}

.sticker-icon{
  width: 40px;
  text-align: center;
      margin-right: 6px;
}

.productgrid--item .custom-sticker{
      font-size: 1rem;
    margin-bottom: 10px;
}

.productitem--info-stickers-container{
  text-align: center;
}


.cart-map-price{
      font-size: 13px;
    color: grey;
}

.strike{
      text-decoration: line-through !important;
}

.clickable{
  cursor: pointer !important;
}


div#shopify-section-static-cart .main-item .quantity{
      border-right: 0;
  max-width: 60px;
}

.product-quantity-box.left {
  display: flex
}

div#shopify-section-static-cart .main-item span.ss-icon.js-change-quantity{
  padding: 0 10px;
}


.qty-input-wrapper{
  display: flex;
    position: relative;
    align-items: center;
}

.qty-input-wrapper label{
  border: 1px solid #ccc;
    padding: 6px 6px 6px 0 !important;
    display: inline-block;
  border-left: 0px;
  line-height: 18px;
  height: 32px;
}

.qty-input-wrapper input{
  
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
  height: 32px;
  border-radius: 0px !important;
      box-shadow: none !important;
  background: transparent;
    outline: none;   
}

.qty-input-wrapper input:focus{
  outline: none;
}


.button-availability{
  background: #379824;
    border-radius: 2px;
    color: #fff !important;
    text-align: center;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.04em;
        padding: 0.575rem 0.9rem;
    max-width: 250px;
    font-size: 16px;
    width: 100%;
  cursor: pointer;
}

.button-availability.disabled{
  background: #bfbfbf;
    padding: 0.875rem 0.9rem;
  cursor: default;
}

.btn-green{
      background: #379824 !important
}

.cart-shippingcalc-message{
  margin-bottom: 1.25rem;
}

.product--price .price--main{	
  color: #922f15;	
      display: flex;	
    align-items: flex-start;	
    justify-content: center;	
  margin: 0;
}	
.product-price-sticker, .product-price-sticker a{	
  list-style-type: none;	
    color: #212121;	
  font-weight: 700;
  vertical-align: middle;	
  display: flex;		
}



.product-price-sticker:not(:first-child){
  margin-left: 15px;
}

.product-price-sticker.visible{
  display: flex !important;
      align-items: center;
}
.product-price-sticker a{	
  margin-left: 0px;	
  align-items: flex-start;	
}	
.product-price-sticker .sticker-icon{	
  width: inherit;	
}	
.product-price-sticker-container{	
  width: 100%;	
}	
.product-price-sticker img{	
  max-height: 23px;	
}	
.product-money-back-guarantee{	
  font-size: 14px;	
    margin-bottom: 12px;	
    display: block;	
}	
.variant-selection-wrapper{	
      display: flex;	
    flex-direction: column;	
}	
.desktop-sample-button-container .button-sample{	
      max-width: 250px;	
    height: 100%;	
}	
.middle-box-footer-button{	
  display: flex;	
  margin-top: 12px;	
}	
.middle-box-footer-button > div {	
  width: 50%;	
  padding-right: 10px;	
}

@media screen and (max-width: 768px){
  .middle-box-footer-button > div{
    padding-right: 0px;
    width: 100%;
  }
  
  .middle-box-footer-button{
    margin-top: 20px;
  }
  
  .button-availability{
    max-width: 100%;
    width: 100%;
  }
}
.product-form--row .product--price .price--main{	
  display: block;	
}	
.product-form--row .product-price-sticker{	
      margin-left: 0;	
      margin-top: 10px;	
}	
.free-shipping-value{	
  white-space: normal;	
}	
.product-form--row .product-pricing {	
    margin: 12px 0 7px !important;	
}	
.product-price-sticker{	
  font-size: 16px;	
}	
.shipping-estimate{	
  margin-bottom: 12px;	
}	
.standard-shipping-estimate, .free-pickup-estimate{	
  font-weight: bold;	
  white-space: nowrap;	
}	
.shipping-estimate-item:not(:last-child){	
  margin-bottom: 12px;	
}	
.shipping-estimate-item{	
  display: none;	
}	
.product-page-stickers .custom-sticker{	
  margin-bottom: 12px;	
}	
.product-price-sticker{	
  display: none;	
}

.product-sample-button{
  height: 100%;
}

.product--price .affirm-as-low-as{
  margin: 0;
    color: black;
    line-height: normal;
    width: 100%;
    white-space: break-spaces;
  margin-top: 4px;
}

.product--price{
  flex-wrap: nowrap;
}

.product--price.product--price-right{
  flex-wrap: wrap;
}

.product--price.product--price-right .affirm-as-low-as{
     color: black;
    margin: 5px 0;
    width: 100%;
    white-space: break-spaces;
  display: block;
 
}

.affirm-as-low-as{
   grid-area: affirm;
}


@media screen and (max-width: 768px){
  
  .product--price .affirm-as-low-as{
    margin-top: 5px;
    margin-left: 0px;
  }
  
  .product--price .price--main{
    display: block;
  }
  
  .product-price-sticker, .product-price-sticker a{
    margin-left: 0;
  }
  
  .product-form--row{
    padding-top: 12px;
  }
}

.boxes-qty-change span.icon-minus:before, .product-qty-change span.icon-minus:before {
    content: "-";
    color: #8e8e8e;
}
.boxes-qty-change span.icon-plus:after, .product-qty-change span.icon-plus:after {
    content: "+";
    color: #8e8e8e;
}

.boxes-qty-input, #quantity-show{
    border: solid 1px #5a5a5a;
    background-color: white;
    -webkit-appearance: none;
    height: 50px;
    max-width: 100%;
  	width: 100%;
    text-align: center;
  border-radius: 10px !important;
}

.boxes-qty-change, .product-qty-change, div#shopify-section-static-cart .main-item span.ss-icon.js-change-quantity{
     font-size: 21px;
    padding: 0 10px;
    border: 1px solid #922f15;
    border-radius: 50%;
    margin: 0 5px;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.boxes-qty-change:hover, .js-change-quantity:hover, .product-qty-change:hover{
  background: #922f15;
}

div#shopify-section-static-cart .main-item .quantity{
  border-radius: 10px 0 0 10px !important;
}

div#shopify-section-static-cart .main-item .cart-item--info label{
      border-radius: 0px 10px 10px 0px !important;
}


@media screen and (min-width: 769px){
  .cart-item--total{
    max-width: 225px;
    width: 100%;
  }
}

.boxes-qty-change:hover span:before, .boxes-qty-change:hover span:after, div#shopify-section-static-cart .main-item .js-change-quantity:hover span.icon-plus:after,
div#shopify-section-static-cart .main-item .js-change-quantity:hover span.icon-minus:before{
  color: white !important;
}

.product-form--boxes-input-group{
  
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.product-form-input-divider{
  padding-top: 0.5rem;
    font-weight: bold;
    font-size: 18px;
  text-align: center;
}

.product-form--row.desktop-only .product-price-sticker-container .sticker-icon{
  width: 40px;
}

.slick-arrow img{
      max-width: 18px;
}

.slick-next {
    right: -10px;
}

.product-row.related-products.desktop .productgrid--item{
  margin: 0 10px;
}

.instock-text-container{
  font-size: 17px;
    line-height: 1.22em;
    margin: 7px 0 14px;
}

.related-products--container .productitem .affirm-as-low-as{
  display: none;
}

#bestPrice .custom-modal--content{
      padding: 10px 0%;
}

.product-brand-accent{
  margin: 0;
  font-weight: 100;
  font-size: 1em;
  text-transform: none;
}

.product-brand-link svg{
  fill: #922f15;
    width: 15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 15px;
}

.product-brand-link svg path{
  fill: #922f15 !important;
}

.product-brand-link span{
  position: relative;
    top: 2px;
    right: -3px;
}

.product-brand-link{
  text-decoration: none;
  color: #212121;
  display: flex;
  align-items: center;
}

.cart-item-brand{
  font-weight: bold;
}

.atc-button--text{
  font-weight: 100;
}

.route-widget{
  display: flex !important;
}

.route-widget .rw-contents{
  width: 100% !Important;
}

.product-qty-input-container{
  
  position: relative;
}

.product-qty-wrapper{
  display: flex;
      align-items: center;
}

@media screen and (max-width: 1024px){
  .product-price-sticker, .product-price-sticker a{
        color: #8b885d;
    font-weight: 500;
  }
  
  .product-price-sticker .sticker-icon{
    width: 40px !important;
  }
  
  .product-price-sticker:not(:first-child) {
      margin-left: 0px;
        margin-top: 5px;
  }
  
  .product-price-sticker.visible{
    width: 100%;
  }
  
  .price--stickers-container {
      flex-direction: column;
    margin-top: 5px;
  }
  
  .instock-text-container {
      margin: 0 !important;
  }
}

.warehouse-popup-link{
    color: #026dd4;
    text-decoration: underline;
  cursor: pointer;
}


.product-rebate-badge {
  position: absolute;
  top: 0;
  left: 0;
  height: 29px;
  box-shadow: -3px 2px 2px 1px black;
}

.product-rebate-badge-ribbon:after {
    content: "";
    position: absolute;
    display: block;
    border: 17px solid #922f15;
    z-index: 0;
    top: 0px;
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
  }


  .product-rebate-badge-ribbon {
    font-size: 12px;
    position: relative;
    background: #922f15;
    color: black;
    text-align: center;
    padding: 0 5px;
    display: flex;
    align-items: center;
    top: -2px;
    height: 34px;
    justify-content: center;
    font-weight: bold;
    width: 140px;
  }
  
  .product-rebate-badge-ribbon-content{
    color: white;
  }

.product-page-rebate-badge .product-rebate-badge-ribbon{
  width: 200px;
  height: 40px;
  font-size: 14px;
}

.product-page-rebate-badge .product-rebate-badge-ribbon:after{
  
  border: 20px solid #922f15;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.product-page-rebate-badge.product-rebate-badge{
  box-shadow: 3px 8px 2px 1px black;
}

.product-rebate-badge img{
  object-fit: contain;
}

.product-gallery .product-rebate-badge img{
  width: 200px
}

.product--section .map-price-atc{
  text-decoration: underline;
  cursor: pointer;
}

.js-see-price-in-cart-atc{
  cursor: pointer;
}

.lowest-price-ribbon:after {
  content: "";
  position: absolute;
  display: block;
  border: 17px solid #f5ebec;
  z-index: -1;
  top: 0px;
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.lowest-price-ribbon-flex-container{
  flex-grow: 1;
  max-width: calc(100% - 64px);
}

.lowest-price-ribbon {
  font-size: 11px !important;
  position: relative;
  background: #f5ebec;
  color: black;
  text-align: center;
  padding: 0px 0.2em;
  display: flex;
  align-items: center;
  top: -2px;
  height: 34px;
  justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  .lowest-price-ribbon {
    font-size: 8px !important;
  }
}

.lowest-price-ribbon-container img{
  max-height: 40px;
}

.lowest-price-ribbon-container{
  display: flex;
  align-items: center;
}

.product--section .lowest-price-ribbon:after{
  height: 61px;
  border: 30px solid #f5ebec;
  border-left-width: 1.5em;
border-right-color: transparent;
}

.product--section .lowest-price-ribbon-container img{
  max-height: 75px;
}

.product--section .lowest-price-ribbon{
  font-size: 16px !important;
    min-width: 200px;
    height: 61px;
}

.cart-item-promo-popup-link{
      color: #922f15;
    font-weight: bold;
}

.lowest-price-ribbon-popup{
  text-decoration: none;
}