﻿.body-content {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(41, 23, 112, 0.70)), url(https://immediac.blob.core.windows.net/gepi/images/productsBanner.jpg);
    background-size: cover;
    background-position: top center;
    height: 440px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}

    .body-content:before {
        color: #fff;
        position: absolute;
        bottom: 120px;
        right: 100px;
        z-index: 100000;
        content: "Products";
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2em;
    }

.cms-category-breadcrumbs {
    display: none !important;
}

.cms-public-layout-container {
    padding-top: 510px;
    padding-bottom: 0px;
    margin-top: 0px;
}

    .cms-public-layout-container h1 {
        margin-top: 0px;
    }

.navbar-inverse .navbar-nav > li > a.cms-page-link-5 {
    color: #85c226;
}

.cms-shop-quantity-wrap .btn {
    padding: 3px 13px;
    margin: 0px;
    font-size: 18px;
    border-radius: 0px;
}

.cms-product-details-add-to-cart-btn {
    margin-top: 0px !important;
}

.cms-product-details-add-to-cart-line {
    margin-top: 30px;
}

.cms-product-details-price-row {
    display: none !important;
}

.cms-shop-quantity-wrap .btn:last-child {
    padding: 3px 10px;
    margin: 0px;
    font-size: 18px;
    border-radius: 0px;
}

.cms-cart-table-cell-actions .btn {
    margin-top: 0px !important;
}

.cms-shop-quantity {
    border-radius: 0px;
}

.cart {
    padding-left: 0px !important;
    margin-left: -5px;
}

.cms-product-details-images {
    padding-top: 0px;
}

.cms-product-details-images {
    padding-right: 60px;
}

.product-img-slide {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 1481px) and (max-width: 1600px) {
    .body-content {
        height: 400px;
    }

    .cms-public-layout-container {
        padding-top: 470px;
    }

    .body-content:before {
        bottom: 110px;
    }
}

@media (min-width: 1367px) and (max-width: 1480px) {

    .body-content {
        height: 400px;
    }

    .cms-public-layout-container {
        padding-top: 470px;
    }

    .body-content:before {
        bottom: 110px;
    }

    .body-content:before {
        font-size: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .body-content {
        height: 400px;
    }

    .cms-public-layout-container {
        padding-top: 460px;
    }

    .body-content:before {
        bottom: 110px;
    }

    .body-content:before {
        font-size: 36px;
    }
   
}

@media (min-width: 992px) and (max-width: 1199px) {
    .body-content {
        height: 320px;
    }

    .cms-public-layout-container {
        padding-top: 360px;
    }

    .body-content:before {
        bottom: 80px;
    }

    .body-content:before {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .body-content {
        height: 380px;
    }

    .cms-public-layout-container {
        padding-top: 420px;
    }

    .body-content:before {
        bottom: 80px;
    }

    .body-content:before {
        font-size: 30px;
    }
}

@media (min-width: 280px) and (max-width: 767px) {
    .body-content:before {
        font-size: 30px;
    }

    .body-content {
        height: 180px;
    }

        .body-content:before {
            bottom: 70px;
            right: 20px;
        }

    .cms-public-layout-container {
        padding-top: 200px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .cms-public-layout-container {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .cms-product-details-images {
        padding-right: 0px;
    }

    .cms-product-details-carousel {
        width: 100%;
        height: 250px;
    }

    .grecaptcha-badge {
        display:none;
    }
}
