.responsive-video {
    padding-bottom: 56.25%;
    /* for 16:9 ratio */
    padding-top: 25px;
    position: relative;
    height: 0;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.payment_info_buybox i {
    color: #3bc10f;
}

.home-promo__box_grey {
    padding: 36px;
    background: #f5f5f5;
    position: relative;
}

.home-promo__box{
  border: solid #c6c6c6 1px;
  border-radius: 5px;
}



#shopify-section-home-content-hexor .home-promo__item:first-child{
	margin-top: -30px;
}
#shopify-section-home-content-hexor {
margin-top:100px;
}

#shopify-section-section-sustainable-02 .text-center {
    text-align: center;
    margin: auto;
}

.blog-label {
    position: absolute;
    top: 12px;
    right: -6px;
    padding: 6px 18px;
}

.blog-label__text {
    font-family: $font--button;
    letter-spacing: $font--button-space;
    text-transform: $font--button-transform;
    font-size: $font--button-size;
    font-weight: $font--button-weight;
    font-style: $font--button-style;
    margin: 0;

    @include mq-max($tab) {
        font-size: $font--button-mobile-size;
    }
}

.blog-label--brand {
    background-color: $color--brand;

    .label__text {
        color: $color--btn;
    }
}

.blog-label--brand .blog-label__text {
    color: #fff;
}





.custom-product-box {
    line-height: 1.5;
    text-align: center;
    margin-top: 17px;
    font-size: 0.9rem;
}
.custom-product-box #custom-box-h6 {
    margin-bottom: 0px;
    margin-top: 15px;
  font-size: 0.8rem;

}

.custom-product-box p {
    margin-bottom: 0px;
}

.custom-product-box i {
    color: #3bc10f;

}

.product-sku {
  font-size: 0.7em;
  color: #b4b4b4;
}

.tax_discount {
    text-align: center;
    border: solid #00759d 1px;
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.7em;
    color: #00759d;
}


.tax_discount p {
    margin: 0px;
}

#shopify-section-page-sections-team .home-image-grid__desc{
  padding-left: 20px;
}