/** Shopify CDN: Minification failed

Line 197:6 Unexpected "("

**/
.tmenu_item--root > .tmenu_item_link {
    color: #fff;
}
a.tmenu_item_link {
    line-height: 32px;
}
.h5 {
    font-size: 16px;
}
a.footer-nav__link {
    font-size: 16px;
    font-weight: 400;
}
.social-links__link{
  
    width: 38px;
    height: 38px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .8);
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
li.social-links__item {
    margin: 3px 9px 0 0;
}
h2.product-card__title {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    font-family: sans-serif;
    line-height: 1.4;
    margin-top: 12px;
}
product-card-title {
    text-transform: uppercase;
}
.home-intro__content {
    max-width: 860px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#geobox{display:none;}

p.price__note.price__note--tax { display: none;}

.product-form__qty { display: flex;justify-content: space-between;}

input#product-form-template--16116795867184__main--quantity {background-color: #f2f2f2;}
#perunit {font-size: 12px;margin: 0 0 0 4px;}
.product-single__box__block--price {
    background-color: #f2f2f2;
    position: relative;
    border-bottom: 1px solid #b1b1b1;
    padding: 12px 24px;
}
.product-form__spacer--has-border {
    border-bottom: 0px solid #b1b1b1;
}
li.secondary-nav__item.f-family--heading.f-caps--true.f-space--2 {
    margin-left: 15px;
}

li.secondary-nav__item.f-family--heading.f-caps--true.f-space--2 a {
    font-size: 15px;
}

.announcement__text.announcement__text--body span {
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    color: #035702;
}
.shipping-counter-wrap {
    display: flex;
    justify-content: center;
    padding-top: 2px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    background-color: #074a49;
    color: #fff;
}
.shipping-counter-wrap img {
    margin-right: 10px;
    margin-top: 3px;
}
#shippingcounter {
    font-weight: 700;
    text-align: center;
}
.whats-in-stock-container table, .whats-in-stock-container th, .whats-in-stock-container td {
    border: 1px solid #F7F7F7;
    font-size: 14px;
}
table {
    color: var(--color--text);
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.whats-in-stock-container table, .whats-in-stock-container th, .whats-in-stock-container td {
    border: 1px solid #F7F7F7;
    font-size: 14px;
}
.whats-in-stock-container th {
    font-weight: 700;
    background-color: #f7f7f7;
    text-align: center;
}
.whats-in-stock-container th span {
    display: block;
}
.whats-in-stock-container th .small-size {
    font-size: .7rem;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
}
.whats-in-stock-container td.ten {
    width: 10%;
    text-align: center;
}
.whats-in-stock-container td.yes {
    background-color: #90ee90;
}
.whats-in-stock-container td {
    padding: 10px;
}
.whats-in-stock-container .product-image {
    display: inline-block;
    max-width: 50px;
    margin-right: 10px;
}
.whats-in-stock-container tr a {
    font-weight: 700;
}
.whats-in-stock-container td.no {
    background-color: #fed8b1;
}
.whats-in-stock-container td.no a {
    font-weight: 400;
}

.whats-in-stock-container td.na {
    background-color: #e6e5e5;
}
.whats-in-stock-container td.yes a {
    font-weight: 400;
}
.section__title-text:after {
    content: "";
    width: 36px;
    height: var(--font--title-border-size);
    background: var(--color--brand);
    position: absolute;
    left: 0;
    bottom: -12px;
}
.product-single__add-btn__text:after,
.product-featured__add-btn__text:after,
.product-btn__text:after {
  content: "+"!important;
  font-size: 19px!important;
  font-family: sb-icons!important;
  margin-left: 6px!important;
  line-height: 1!important;
  top: 1px!important;
  height: 13px!important;
  display: inline-block!important;
  position: relative!important;
  font-weight: bold!important;
}
.staged-action__text:after {
  content: "+"!important;
  font-size: 19px!important;
  font-family: sb-icons!important;
  margin-left: 6px!important;
  line-height: 1!important;
  top: 1px!important;
  height: 13px!important;
  display: inline-block!important;
  position: relative!important;
  font-weight: bold!important;
}
/* .selector-wrapper__label {
    position: absolute;
    top: 10px;
    left: 10px;
} */
media (min-width: 520px) {
    .shipping-counter-wrap img {
        display: block;
    }
}