/* ===============================================
// Custom Styles
// =============================================== */

.hidden { display: none }

/* ===============================================
// Globals
// =============================================== */

.g-recaptcha {
 justify-content: flex-start!important; 
}

.product-single__price {
 font-size: 24px; 
  margin-bottom: 10px;
}

.password-page__footer {
	display: none!important;  
}

body {
  letter-spacing: 0.6px;
  font-size: 12px
}

.grid-uniform {
  display: flex;
  justify-content: space-between;
}


.mfp-bg,
.mfp-container,
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.6);
}

button.mfp-close {
  color: #fff;
}

.btn {
  line-height: 1em;
  font-size: 1.2em;
}

input, select, textarea {
    color: #374151;
    background-color: #fff;
    border-width: 1px;
    border-color: #d1d5db;
    border-radius: 0;
    box-shadow: rgba(0,0,0,0) 0 0 0 0,rgba(0,0,0,0) 0 0 0 0,rgba(0,0,0,0.05) 0 1px 2px 0;
}

input:hover, select:hover, textarea:hover {

}

option {
  transform: translateY(30px);
}

.wrapper {
  max-width: 1200px;
}

.site-nav__link, .site-nav__dropdown-link {
  font-size: 1.1em;
}

.site-nav__dropdown a:hover {
  background-color: #f5f5f5;
  transition: ease-in-out 0.2s;
}

@media screen and (min-width: 769px) {
  body:not(.template-index) .main-content {
      padding-top: 0!important;
  }
}

@media screen and (max-width: 590px) {
  .product-single__media-group-wrapper {
      margin-top: 0;
      margin-left: -15px;
      margin-right: -15px;
  }
}

.btn a {
  color: #fff;
}

table {
  background-color: #fff;
  
}

th {
  background-color: #e2e2e2;
  font-weight: 500;
}

tr:first-child td:after, tr:first-child th:after {
  border-bottom: 1px solid #f5f5f5;
}

td:last-child {
  border-right: transparent;
}

tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table td {
  border-right: 1px solid #f5f5f5;
}

.spr-badge {
  margin-bottom: 15px;
}

.index-sections .shopify-section {
  margin: 45px 0;
}

h2 {
    width: 100%; 
    text-align: left; 
    border-bottom: 3px solid #f5f5f5; 
    line-height: 0.1em;
    margin: 10px 0 45px;
    padding-left: 30px; 
 } 
 
h2 span { 
     background:#fff; 
     padding:0 10px; 
 }

.title-container h3 {
 	margin: 0.1em; 
}

.hero--adapt .hero__title, .hero__slide .hero__title {
  margin-bottom: 0.1rem;
}

.rfq-btn {
  background-color: #556f4c!important;
}



.rfq-btn:hover {
  background-color: #719365!important;
}


/* ===============================================
// Alerts
// =============================================== */

.alert {
  padding: 20px;
  margin: 15px 0;
  width: 100%;
  border: solid 1px transparent;
  border-radius: 5px;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}


/* ===============================================
// Header
// =============================================== */

/* ===============================================
// Title Container
// =============================================== */

.title-container {
  padding: 25px 0;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.title-container h1, .title-container h2 {
  margin-bottom: 3px;
}

/* ===============================================
// Homepage
// =============================================== */

/* Featured Blocks */

.featured-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  text-align: center;
  transition: 0.2s;
  padding: 10px; 
}

@media (max-width: 767px) {
  .featured-block {
   width: 50%; 
  }
  
}

.featured-block h3 {
  color: #333;
}


.featured-block-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-block .featured-block-image {
  max-width: 70px;
}

.featured-block .featured-block-text {
  padding: 10px;
}

/* Vendor Blocks */

.vendor-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vendor-images img {
  filter: grayscale(100%);
  transition: ease-in 0.2s;
  width: 16%;
  padding: 15px;
}

@media (max-width: 767px) {
  .vendor-images img {
   width: 33%; 
  }
  
}

.vendor-images img:hover {
  filter: grayscale(0%);
  transition: ease-in 0.1s;
}

/* ===============================================
// Breadcrumbs
// =============================================== */

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:last-child {
  color: #aaa;
}

.breadcrumbs__item a {
  text-decoration: none;
}

.breadcrumbs__item a:hover {
  text-decoration: none !important;
}

.breadcrumbs__item:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin-right: 5px;
}

.breadcrumbs__link {
  text-decoration: underline;
}

.breadcrumbs__link[aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs__link[aria-current="page"]:hover,
.breadcrumbs__link[aria-current="page"]:focus {
  text-decoration: underline;
}


/* ===============================================
// Product Collections
// =============================================== */

/* Header */

.product-info--header {
  display: flex;
}

.product-info--text {
  width: 80%;
}

.product-info--image {
  width: 20%;
}

/* Left Nav */

.left-nav-block {
  margin-bottom: 15px;
}

.left-nav-block h5 {
  padding: 10px;
  background-color: #f5f5f5;
}

.products-left-nav {
  width: 100%;
  margin: 0;
}

.left-nav-item {
  list-style-type: none;
  margin: 0;
  display: block;
}

.left-nav-item a {
  display: block;
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  transition: 0.2s all;
}

.left-nav-item:last-child a {
  border: transparent;
}

.left-nav-item a:hover {
  background-color: #f5f5f5;
  transition: 0.2s all;
}

.collection-best-sellers a {
  display: flex;
  align-items: center;
}

.left-nav-img {
  width: 25%
}

.left-nav-title {
  width: 75%;
  padding-left: 10px;
}


/* Product Grid */

.sorting-block {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  
}
.coll-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-block {
  flex-shrink: 1;
  flex-basis: auto;
  width: 25%;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding: 5px;
}


.product-block .coll-details-block {
  background-color: #fff;
  padding: 10px;
  z-index: 1;
}

.details-block-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.product-icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
}

.product-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  margin-right: -1px;
  margin-top: -1px;
  z-index: 10;
}

.product-block .tooltip {
  position: relative;
}

.product-block .tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  right: 40px;
  font-size: 11px;
}

.product-block .tooltip:hover .tooltiptext {
  visibility: visible;
}

.product-block:hover .product-icons a {
  opacity: 1;
}

.details-block-extras {
  opacity: 0;
}

.product-block:hover .details-block-extras {
  opacity: 1;
}

.spr-badge-starrating .spr-icon {
  color: gold;
}



.product-single {
  text-align: left;
}

.grid-product__wrapper {
  border: 1px solid transparent;
}

.grid-product__wrapper:hover {
  border: 1px solid #ccc;
}

.grid-product__meta {
  padding: 10px;
}

.grid-product__meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.options-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.options-hover .options-hover-block {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: right;
  flex-direction: column;
}

a.options-hover-block-item {
  margin-top: -1px;
  margin-right: -1px;
  color: #333 !important;
  width: 40px;
  height: 40px;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* Image swap */

.product:hover .reveal img {
  opacity: 1;
  transition: ease-in-out 0.3s;
}


.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.reveal:hover .hidden {
  z-index: 2;
  opacity: 1;
  transition: ease-in-out 0.3s;
}

.reveal .caption {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: white;
  /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}

.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px;
  }
}

/* ===============================================
// Product Pages
// =============================================== */

.product-sku {
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
}

/* Tabs */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #556f4c;
}

.tabset > input:checked + label {
  border-color: #f5f5f5;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #f5f5f5;
}

.flex-options {
  display: flex;
}

.product-form__item {
  margin-right: 20px
}

.socials-block {
  border-top: 1px dotted #e8e8e8;
  border-bottom: 1px dotted #e8e8e8;
  display: flex;
  padding: 7px 0;
  margin: 10px 0;
  width: 50%;
}

.js-qty {
  margin-bottom: 0;
}


/* ===============================================
// Footer
// =============================================== */


.footer-wrapper .grid-uniform {
  flex-wrap: wrap;
}

.footer-wrapper {
  background-color: #333;
  color: #9e9e9e;
}

.footer-block a, .site-footer__copyright-content a {
  color: #fff;
  position: relative;
  transition: ease-out 0.25s;
}

.footer-block {
  text-align: left;
  width: 25%;
  padding: 10px;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
 .footer-block {
   text-align: center;
   justify-content: center;
   width: 100%;
 }
 .footer-block li {
   width: 100%; 
 }
 
 .footer-block li a {
   padding: 10px 20px!important;   
   width: 100%;
 }
}


.footer-block ul {
  margin-left: 0;
}

.footer-block li {
  justify-content: left; 
  align-items: center;
}

.footer-block a:after {
  transition: left .25s ease-out;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: -100%;
  top: 90%;
  background-color: transparent;
}

.footer-block a:hover {
  color: #fff;
  transition: ease-out 0.25s;
}

.footer-block a:hover:after {
  left: 0;
  background-color: #fff;
}

.site-footer {
  padding: 20px 0;
}

.footer-block h3 {
  color: #CED9DF;
}

.footer-block ul li {
  list-style-type: none;
  display: flex;
  align-items: left;
  
}

.footer-block ul li a {
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
}

.footer-block svg {
  margin-right: 10px;
}

.site-footer-bottom {
  background-color: #222;
  line-height: 4em;
}

.site-footer__copyright-content {
  margin: 0;
}