﻿
/* Product Promotion */

#productPromoSection {
    background-color: #003087;
}

#productPromoSection .product-promo-description {
    width: 55%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    z-index: 2;
}

#productPromoSection .product-promo-description p {
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.5em;
}

#productPromoSection .product-promo-img {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#productPromoSection .product-promo-img img {
    z-index: 2;
}

#productPromoSection .product-promo-recipe.background {
    height: 100%;
    min-height: 300px;
}

#productPromoSection .product-promo-recipe.background:before {
    background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, .4) 0%,  rgba(0, 0, 0, .3) 80%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, .4) 0%,  rgba(0, 0, 0, .3) 80%);
    background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, .4) 0%,  rgba(0, 0, 0, .3) 80%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #productPromoSection .product-promo-description {
        width: 100%;
        margin-bottom: 130px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #productPromoSection .product-promo-img img {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    #productPromoSection .product-promo-img.wide-product img {
        max-height: 140px;
    }
}

@media screen and (max-width: 991px) {
    #productPromoSection .product-promo-description {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1024px) {
    #productPromoSection .product-promo-description h2 {
        font-size: 25px;
        line-height: 28px;
    }
    #productPromoSection .product-promo-description p {
        font-size: 1.125em;
    }
}

/* Product Promotion End */

/* Product Tip Module */

.productTipSection .product-tip-description {
    margin: 30px;
}

.productTipSection .product-tip-description p {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.5em;
}

.productTipSection .product-tip-image.background {
    height: 100%;
}

.productTipSection .product-tip-image .icon-wrapper img {
    max-height: 117px;
    margin: 0;
    width: auto;
}

@media screen and (min-width: 768px) {
    .productTipSection .span_6_of_12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .productTipSection .product-tip-description {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .productTipSection .product-tip-description {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .productTipSection .product-tip-description h2 {
        font-size: 25px;
        line-height: 28px;
    }
    .productTipSection .product-tip-description p {
        font-size: 1em;
    }
}

/* Product Tip Module End */

/* Products Texas Only */

.available-stores .smallsectionH4-labels.texasonly {
    display: none;
}

.available-texas-only .available-stores .smallsectionH4-labels {
    display: none;
}

.available-texas-only .available-stores .smallsectionH4-labels.texasonly {
    display: block;
}

/* Products Texas Only End */