
/* 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;

*/

body {
}

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: 2px !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: italic !important;
}

.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: 600 !important;
  text-transform: none !important;
  color: #212121 !important;
}

.product-pricing {
  display: block !important;
  margin: 7px 0 !important;
}

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

.price--main {
  margin-bottom: 0 !important;
  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: 12px;
}

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

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

.product-condition-name:hover {
  color: #8b885d;
  cursor: pointer; 
}

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

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

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

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

.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: 4rem;
}

.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;
}


/* 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: 0;
  }
  
  .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
----------------------------*/

.custom-modal {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  width: 50vw;
  min-width: 300px;
  max-height: 75%;
  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;
}


/* Full Sample modal form
--------------------------*/

.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 > 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;
}
.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 	*/
.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: 4px;
  margin-left: 18px;
}

.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: bold;
  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: #006dd4;
  line-height: 22px;
  font-weight: 500;
  font-size: 0.75rem;  
}

.product-form--price {
  border-top: 1px solid #DDDDDD;
  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;
}

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

button {
  border: none;
}

.button-sample {
  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: 36px;
  width: 143px;
}

.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: 140px;
  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: #383838;
  font-weight: 400;
  line-height: 37px;
  text-transform: uppercase;
  letter-spacing: 0.069em;
}

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

.cart-checkout .button-primary {
  font-size: 0.8rem !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;
}

.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;
}



/* ! 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; /* Light grey */
  border-top: 16px solid #8b885d; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  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: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #383838;
}

.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;
}

.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;
}

.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;
  }

}