
/* metagenics/metagenics/templates/template/content/static/womens_health.html / metagenics.com/static/womens_health/1.html 
*/
.headimg{
    color: #433D3D;
    position:relative;
}
.headimg img{
    object-fit: cover;
    float:right;
}
.onheadimg{
    background: linear-gradient(89.37deg, #FEF9F4 49.97%, rgba(217, 217, 217, 0) 97.44%);
   position:absolute;
   top: 0px;
   bottom: 0px;
   width: 100%;
    display: flex;
    align-items: center;
}
.headimg .title{
    font-size: 52px;
    line-height: 70px;
}
.headimg .sub-title{
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0;
}
.headimg .link-button{
    padding: 12px 80px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: capitalize;
    cursor: pointer;
}
.premium-formulas{padding: 70px 0;}
.premium-formulas h2{
    font-size: 32px;
    line-height: 43px;
    font-weight: normal;
    text-align:center;
    margin: 0 0 40px;
}
.premium-formulas .flexbox-blocks{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.premium-formulas .flexbox-blocks .block{
    border-radius: 10px;
    text-align:center;
    margin: 10px;
    width: 25%;
-webkit-box-shadow: 0px 5px 22px 1px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 5px 22px 1px rgba(0,0,0,0.09);
box-shadow: 0px 5px 22px 1px rgba(0,0,0,0.09);
    padding: 25px 20px;
    font-size: 18px;
}
.premium-formulas .flexbox-blocks .block h4{    
    font-weight: 600;
    font-size: 18px!important;
    margin-bottom: 25px;
}
.two-column-block{
    display:flex;
    flex-direction:row;
    background: linear-gradient(0deg, #FEF9F4 0%, rgba(237, 233, 225, 0.35) 49.74%, #F7FBFD 100%);
}
.two-column-block .data{
    width: 50%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(0deg, #FEF9F4 0%, rgba(237, 233, 225, 0.35) 49.74%, #F7FBFD 100%);
    order: 1;
}
@media (min-width:1400px){
    .two-column-block .data, .two-column-block{background: #fff!important;}
}
.quote-frame{position:relative;margin: 0 5%; }
.quote-frame img{
    object-fit: cover;
}
.two-column-block .data .quote-frame .quote{       
    font-size: 26px;
    line-height: 35px;
    font-style: oblique;
    color: #2F3133;
    position:absolute;
   top: 12%;
    left: 8%;
    right: 8%;
}
.two-column-block .data .quote .author{font-size: 18px;font-weight: 600;font-style:normal;}
.two-column-block .image{
    width: 50%;
    order: 2;
}
.two-column-block.menopause .image img{object-fit: cover;}

.menopause-product{}
.margin40px-vert{
    margin: 40px 0;
}

.product h3{
    color:#433D3D;
    font-size: 40px;
    line-height: 54px;
    font-weight:700;
    text-align:center;
    margin: 40px 0;
}
.product .sub-title{
    text-align:center;
    font-size: 20px; 
    line-height: 27px;
    margin-bottom: 40px;
}

.product .product-block{
   border-radius:8px;
   background: rgb(246,250,252);
    background: linear-gradient(180deg, rgba(246,250,252,1) 0%, rgba(254,249,244,1) 43%);
   position:relative;
}
.product .product-block img{object-fit: cover;border-radius: 8px 0 0 8px;}
.product .product-block .product-details{
    width: 50%;
    position:absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgb(246,250,252);
    background: linear-gradient(180deg, rgba(246,250,252,1) 0%, rgba(254,249,244,1) 43%);
    border-radius: 0 8px 8px 0;
}
.product .product-block .product-details .content{
    margin: 5%  20% 0% 15%;
}
.product .product-block .product-details .product-title{
    font-size: 32px;
    font-weight: 700;
    color: #373A3C;
}
.product .product-block .product-details .product-title a{
    color: #007AB8;
    font-size: 16px;
    font-weight:normal;
}
.product .product-block .product-details .list{
    color: #373A3C;
    font-size: 16px;
    font-weight: 600;    
    line-height:22px;
}
.product .product-block .product-details .list div{
    background: url(../images/womens_health/pink_check.png) top left no-repeat;
    padding-left: 30px;
    margin-bottom: 16px;
}
.product-details .selection-block{
    border: 1px solid #E15997;
    margin: 50px 0;
    padding: 30px 20px 20px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}
.product-details .selection-block .main-price{
    background: #fef9f4;
    color: #373a3c;
    font-weight: 400;
    font-size: 30px;
    line-height: 18px;
    left: 20px;
    padding: 0 10px;
    position: absolute;
    top: -10px;    
}
.product-details .selection-block .main-price .price-per-serving{font-size: 12px;vertical-align:middle;}

.product-details .pc-group{
    margin-bottom: 20px;
}

.product-details .pc-group .pc-wrapper{
    display: flex;
    flex-direction: row;
    align-items:center;
}
.product-details .pc-group .attribute-title{
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
}
.product-details .pc-group .attribute-radios li{margin: 0 10px 0 0;}
.product-details .pc-group .attribute-radios label{
    padding: 2px 0px;
    width: 55px;
    text-align:center;
    cursor: pointer;
    border-color: #8b8b8b;
}
.product-details .pc-group .attribute-radios label.pc-selected{
    border: 1px solid #007AB8;
    background: transparent;
    font-weight:400;
}
.product-details .link-button.primary{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.product h4{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color:#000;
    margin: 40px 0;
    text-align:center;
}

.product .charts-block{
    display:flex;
    flex-direction:row;
    justify-content: center;
}
.product .charts-block .chart{
    text-align:center;
    width: 300px;
    margin: 20px 40px;
    font-size: 18px;
    line-height: 24px;
    color:#000;
}
@media (min-width: 768px) and (max-width:990px){
    .product .charts-block .chart{
        margin: 20px 5px;
        width: 240px;
        font-size: 16px;
    }
}
.product .charts-block .chart div {
    padding: 0px 30px;
}
.product .note{
    font-size: 12px;
    line-height: 16px;
    color:#000;
    text-align:center;
    margin: 10px auto;
}
.product .note.framed-note{
    border: 1px solid #000;
    max-width: 580px;
    padding: 5px 40px;
}

.product.intimacy-product .product-block .product-details .content{margin: 5%  10% 0% 15%;}
.product.intimacy-product .product-block .product-details .list div{background: url(../images/womens_health/green_check.png) top left no-repeat;}
.product.intimacy-product .product-block .product-details .selection-block{border: 1px solid #A1BB37;max-width: 408px;}

.product.pregnancy-product .product-block .product-details .list div{background: url(../images/womens_health/purple_check.png) top left no-repeat;}
.product.pregnancy-product .product-block .product-details .selection-block{border: 1px solid #9e6fb1;}
.product.pregnancy-product .product-block img{margin: 30px 0;}

.product.pregnancy-product .pack{
        display:flex;
        flex-wrap: wrap;
        align-items:center;
        justify-content:center;
    }
    .product.pregnancy-product .pack .block{
        border: 0px solid #eee; 
        margin: 5px 40px;
        width: 30%;
        text-align:center;
        font-size: 18px;
        line-height: 24px;
    }
    .product.pregnancy-product .pack .block h6{
        font-size: 21px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 25px;
    }

.orange-block{
    background:#FFF9F2;
    font-size: 18px;
    line-height: 24px;    
}
.orange-block .container{padding: 100px 40px;}
.orange-block h4{
    font-size: 42px;
    font-weight: 700;
    line-height: 57px;
    text-align:center;
    color: #433D3D;
    margin-bottom: 30px;
}

.container.certificate{
    padding: 80px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.container.certificate img{float:left; margin-right: 60px;}
.container.certificate h4{
    color: #373A3C;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}
.container.certificate a{
    color:#007AB8;
}
#bottom-nav-container {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
}
#bottom-nav {
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.09);
	margin: 0 20px;
	padding: 5px 0;
	display: flex;
	justify-content: center;
}
#bottom-nav > div {
	margin: 20px 60px;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
}
@media (max-width:768px){
    #bottom-nav > div {
        font-size: 14px;
        margin: 20px 10px;
    }
}
@media (min-width:768px) and (max-width:990px){
    #bottom-nav > div {
        margin: 20px 20px;
    }
}
#bottom-nav > div.separator {
	width: 1px;
	margin: 7px 10px;
	border-right: 1px solid #ccc;
}
#bottom-nav > div.link {
	border-bottom: 1px solid #fff;
	display: block;
	cursor: pointer;
}
#bottom-nav > div.link:hover {
	color: #E15997;
	border-bottom: 1px solid #E15997;
}
#bottom-nav > div.link.selected {
	color: #E15997;
	border-bottom: 1px solid #E15997;
}

@media(max-width: 480px){
    .premium-formulas .flexbox-blocks .block{width: 280px!important;}
    .premium-formulas .flexbox-blocks{flex-wrap: wrap;justify-content:center;}
    .product.pregnancy-product .pack{flex-direction:column;}
    .product.pregnancy-product .pack .block{width:80%;margin: 10px;}
}
@media(max-width: 767px){
    .onheadimg{position:static;padding: 30px 20px;text-align:center;}    
    .headimg .title{font-size: 32px;line-height: 43px;font-weight: 400;}
    .headimg .sub-title{font-size: 16px;}
    .headimg .link-button{padding: 12px 40px;width: 100%;}

    .premium-formulas{padding: 30px 20px 40px;}    
    .premium-formulas h2{font-size: 20px;line-height: 27px;font-weight: 600;}

    .premium-formulas .flexbox-blocks{flex-wrap: wrap;justify-content:center;}
    .premium-formulas .flexbox-blocks .block{width: 45%;}

    .two-column-block{
        flex-direction:column;
    }
    .two-column-block .data,
    .two-column-block .image{width: 100%;}
    .two-column-block .image{order: -1;}
    .two-column-block .data{display:block;padding: 40px 20px;}
    .two-column-block .data .quote-frame{max-width:570px;margin:auto;}
    .two-column-block .data .quote-frame .quote {font-size: 20px; line-height: 27px;}
    .two-column-block .data .quote .author{font-size: 16px;}


    .product h3{font-size: 32px;margin-bottom: 20px;}
    .product .product-block{
        background: transparent;
    }
    .product .product-block .product-details{
        position:static;
        display:block;
        width: 100%;
        border-radius: 0 0 8px 8px;
    }
    .product-details .selection-block{margin: 50px 0px 0;}
    .product .product-block .product-details .content,
    .product.intimacy-product .product-block .product-details .content{margin: auto;max-width: 460px;padding: 30px 20px;}
    .product .product-block img{border-radius: 8px 8px 0 0;width: 100%;object-fit:contain;}
    .product .product-block .product-details .product-title{text-align:center;margin:0 70px 30px;line-height: 24px;}

    .product h4{font-size: 24px;}
    .product .charts-block{flex-direction:column;justify-content:center;align-items:center;}
    .product .charts-block .chart{margin-bottom: 50px;}

    .orange-block .container{padding: 20px;}
    .orange-block h4{font-size: 24px!important; line-height: 32px!important;}

    .container.certificate{text-align:center;}
    .container.certificate img{float:none;margin: 0;}
    .container.certificate h4{font-size:24px;line-height: 18px;}

    .product.intimacy-product .product-block .product-details .product-title{margin: 0 0px 30px;font-size: 30px;}
    .product.pregnancy-product .product-block img{margin: auto;width:initial;}
    .product.pregnancy-product .product-block .product-image{text-align:center;background:#F7FBFD;border-radius: 8px 8px 0 0;padding-top: 30px;}  
    .product.pregnancy-product .pack .block{margin: 10px;width: 45%;}  
}
@media(min-width: 768px) and (max-width:998px){
    .two-column-block .data .quote-frame .quote,
    .two-column-block .data .quote .author{
        font-size: 14px;
        line-height: 24px;
    }
    .product .product-block .product-details .content,
    .product.intimacy-product .product-block .product-details .content{margin: 15px;}
    .product .product-block .product-details .product-title{margin-bottom: 10px;}
    .product .product-block img{border-radius: 8px;}
    .product-details .selection-block{margin: 30px 0;padding: 15px;}
    .product-details .pc-group{margin-bottom: 0px;}
}
@media(min-width: 990px) and (max-width: 1200px){
    .two-column-block .data .quote-frame .quote{
        font-size: 18px;
        line-height: 32px;
    }
    .product .product-block .product-details .content,
    .product.intimacy-product .product-block .product-details .content{margin: 5% 8% 0% 8%;}
    .product.pregnancy-product .pack .block{width: 35%;}
}
@media(min-width: 1201px){
    .product.pregnancy-product .product-block img{margin: 30px 8%;}
}
@media(min-width: 991px){
    .orange-block .container,
    .container.certificate{max-width: 1000px;}
}
@media(min-width: 1400px){
    .two-column-block.menopause .data .quote-frame .quote{top: 16%;}
    .two-column-block.intimacy .data .quote-frame .quote{top: 17%;}
    .two-column-block.pregnancy .data .quote-frame .quote{top: 24%;}
}