.sg-header-section {
    height: 82vh;
    background-image: url("/images/biote-store-images/Nutra-Page-Header-Desktop-Image-scaled.webp");
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
}

.sg-header-section .product-banner-content {
    border-radius: 0;
    background-color: rgba(255, 255, 255, .89);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 15px;
    z-index: 2;
}

.sg-header-section .product-banner-content .heading .sub-title {
    color: rgba(112, 112, 112, .78);
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    display: block;
}

.sg-header-section .product-banner-content .heading .title {
    color: #683e98;
    font-weight: 700;
    font-size: 34px;
    padding-left: 20px;
    line-height: 1;
    display: block;
}


.sg-main-sctn .content h1 {
    color: #449d35;
}

.sg-main-sctn .content {
    margin-bottom: 30px;
    width: 100%;
    max-width: 1030px;
    margin-right: auto;
    margin-left: auto;
}

.sg-main-sctn .content p {
    color: #707070;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 35px;
}

.sg-products-wrapper {
    flex: 0 0 auto;
    width: 100%;
}


.sg-products-wrapper .products-container .products {
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.sg-products-wrapper .products .product {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 60px;
    max-width: 100%;
    flex: 0 0 100%;
}

.sg-products-wrapper .product .product-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sg-main-sctn .product-wrap .image .product-quickView img {
    width: 16px;
    height: auto;
    margin-left: 5px;
}

.sg-products-wrapper .product-wrap .image {
    flex: 0 0 120px;
    max-width: 100%;
    position: relative;
}

.sg-products-wrapper .product-wrap .image a img {
    width: 100%;
    height: auto;
}

img {
    height: auto;
    max-width: 100%;
}

img {
    border: 0;
}

img,
svg {
    vertical-align: middle;
}


.sg-products-wrapper .product-wrap .content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
}

.sg-products-wrapper .product-wrap .content-wrap .content-container {
    padding-left: 40px;
    padding-right: 40px;
}

.sg-products-wrapper .product-wrap .content-wrap .product-title {
    margin-bottom: 5px;
    color: #449d35;
    font-weight: 700;
    font-family: "atten-round-new", sans-serif;
    font-size: 27px;
    line-height: 25px;
    text-transform: uppercase;
}

.sg-products-wrapper .product-wrap .content-wrap .short-description h3 {
    color: #a8a8a8;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 0;
}

.sg-products-wrapper .product-wrap .content-wrap .short-description p {
    color: #a8a8a8;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
}

.sg-products-wrapper .product-wrap .content-wrap .links {
    text-align: center;
    margin-top: 30px;
}

.sg-products-wrapper .product-wrap .content-wrap .links a:last-child {
    margin-bottom: 0;
}

.sg-products-wrapper .product-wrap .content-wrap .links a {
    margin-bottom: 20px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.cta.cta-main.cta-solid {
    background-color: #0C2D48;
    color: #fff;
}

.cta.cta-main {
    border-color: #0C2D48;
    color: #0C2D48;
}

.cta {
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    flex: 1;
    height: 40px;
    color: #707070;
    border: 3px solid #707070;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'atten-round-new';
    font-weight: 700;
    transition: all ease .3s;
    text-decoration: none;
}

.cta.cta-main.cta-solid:hover {
    background-color: transparent;
    color: #0C2D48;
}

.sg-main-sctn .product-wrap .image .product-quickView {
    position: absolute;
    left: -6px;
    bottom: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 114px;
    width: 130px;
    max-width: 100%;
    height: 30px;
    border: 4px solid #0C2D48;
    background-color: rgba(255, 255, 255, .75);
    color: #0C2D48;
    font-size: 11px;
    font-family: "atten-round-new", sans-serif;
    font-weight: 700;
    line-height: 10px;
    border-radius: 36px;
    transition: all ease .3s;
}

.sg-main-sctn .product-wrap .image a {
    display: block;
}

/* Media queries */

@media (min-width: 1200px) {
    .sg-header-section .product-banner-content {
        border-radius: 0 185px 0 0;
        max-width: 900px;
        padding: 70px 55px;
    }
}

/* @media (min-width: 768px) {
    .sg-header-section .product-banner-content .heading .sub-title {
        font-size: 42px;
    }
} */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 33px;
    position: relative;
}

/* Close button */
.close {
    font-size: 31px;
    top: 20px;
    right: 20px;
    position: absolute;
    color: #fff;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.product-quickView-modal .modal-header {
    padding-top: 45px;
    padding-bottom: 40px;
    padding-left: 300px;
    justify-content: flex-start;
    background-color: #449d35;
    border: none;
    border-radius: 33px 33px 0 0;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.product-quickView-modal .modal-header .modal-title {
    font-size: 50px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    display: block;
    color: #fff;
}
.product-quickView-modal .modal-dialog .modal-body {
    padding-top: 50px;
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 70px;
}
.product-quickView-modal .product-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.product-quickView-modal .image-wrap {
    flex: 0 0 300px;
    margin-top: -80px;
    max-width: 100%;
    padding: 0px 20px;
}
.product-quickView-modal .image-wrap .image {
    margin-bottom: 15px;
    width: 100%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
}
.product-quickView-modal .image-wrap .image img {
    width: 100%;
    height: auto;
}
.product-quickView-modal .content-wrap {
    flex: 1;
    max-width: 100%;
    padding-top: 4%;
    padding-right: 2%;
}
.product-quickView-modal .content {
    max-height: 100%;
    overflow-y: initial;
}
.product-videos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.product-quickView-modal .content-wrap .content p {
    color: #707070;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 35px;
}
.product-quickView-modal .content-wrap .content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #683e98;
    margin-bottom: 10px;
}
.product-videos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.product-videos .video-holder {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 5%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.product-quickView-modal .other-images .other-image {
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
}
.text-center{
    text-align: center;
}
.mb-4{
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    .sg-header-section .product-banner-content .heading .title {
        font-size: 50px;
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    .sg-main-sctn .content h1 {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 15px;
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .sg-main-sctn .content {
        margin-bottom: 81px;
    }
}

@media (min-width: 1200px) {
    .sg-main-sctn .content p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .sg-products-wrapper .products-container {
        width: 100%;
        max-width: 1030px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .sg-products-wrapper .products .product {
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .sg-products-wrapper .products .product {
        flex: 0 0 40%;
        max-width: 100%;
    }
}



/* @media (min-width: 768px) {
    .sg-products-wrapper .product-wrap .image {
        flex: 0 0 105px;
    }
} */

@media (min-width: 768px) {
    .sg-products-wrapper .product-wrap .content-wrap {
        flex: 1;
        max-width: 100%;
        margin-top: 0;
        padding-left: 80px;
    }
}

@media (min-width: 768px) {
    .sg-products-wrapper .product-wrap .content-wrap .content-container {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (min-width: 1200px) {
    .sg-products-wrapper .product-wrap .content-wrap .product-title {
        font-size: 23px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}


@media (min-width: 1200px) {
    .sg-products-wrapper .product-wrap .content-wrap .short-description h3 {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .sg-products-wrapper .product-wrap .content-wrap .short-description p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .sg-products-wrapper .product-wrap .content-wrap .links {
        text-align: left;
    }
}


@media (min-width: 992px) {
    .sg-products-wrapper .product-wrap .content-wrap .links a {
        height: 36px;
        max-width: 204px;
        font-size: 17px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .sg-products-wrapper .product-wrap .content-wrap .links a {
        max-width: 315px;
        margin-left: 0;
    }
}


@media (min-width: 1200px) {
    .cta {
        border-width: 3px;
        height: 29px;
        font-size: 12px;
        max-width: 159px;
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex;
    }
}

/* new media querry */
@media only screen  and (max-width: 1366px){
    .sg-header-section .product-banner-content{
       padding: 50px 0px;
   }
   .sg-products-wrapper .products-container .products {
       margin-left: 0px;
       margin-right: 0px;
   }
   .sg-products-wrapper .product .product-wrap{
       gap:20px;
   }
   
   .sg-products-wrapper .product-wrap .content-wrap {
       padding-left: 0px;
   }
   .sg-header-section .product-banner-content{
       margin-left: 0px;
   }
   .sg-main-sctn .content p{
       margin-left: 10px;
   }
   /* .sg-header-section {
       height: 90vh;
   } */
   .sg-products-wrapper .product-wrap .content-wrap .product-title{
       padding-top: 10px;
   } 
   


   /* .sg-header-section {
       height: 90vh;
   } */


} 

@media screen and (max-width:1200px){
    .sg-header-section {
        height: 52vh;
    }
    .sg-header-section .product-banner-content{
        width:88%;
        padding: 30px;
    }
    .layout-productContainer {
        padding: 15px;
    }
}
/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sg-products-wrapper .product .product-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
   
} */

@media only screen and (max-width: 932px) {


    .sg-header-section .product-banner-content {
        padding: 50px 0px;
    }

    .sg-products-wrapper .products .product {
        padding-right: 0px;
        padding-left: 0px;
    }

    .sg-main-sctn .content {
        padding: 0px;
    }

    .sg-products-wrapper .products-container .products {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* .sg-main-sctn .content h1 {
        padding-left: 40px;
    } */

    /* .sg-main-sctn .content p {
        padding-left: 40px;
    } */
    .sg-header-section .product-banner-content .heading .title{
        padding-left: 0px;
        margin-left: 10px;
        font-size: 34px;
    }
    .sg-header-section .product-banner-content .heading .sub-title{
        margin-left: 10px;
        font-size: 36px;
    }
    .sg-header-section {
        height: 32vh;
    }
}
@media screen and (max-width:767px){
    .sg-header-section .product-banner-content .heading .title{
        font-size: 18px;
    }
    .sg-header-section .product-banner-content{
        padding: 20px 0px;
        
    }
    .sg-header-section .product-banner-content .heading .sub-title{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .sg-products-wrapper .product-wrap .content-wrap, .sg-products-wrapper .product-wrap .content-wrap .product-title{
        text-align: center;
        font-size: 22px;
    }
    .sg-products-wrapper .product-wrap .content-wrap .content-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}



