@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600,700 | family=Roboto:400,700,900');
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');
main.mbs-upsell-2018-12, div.mbs-upsell-2018-12 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    color: #353535;
}
.mbs-upsell-2018-12 h1, .mbs-upsell-2018-12 h2, .mbs-upsell-2018-12 h3, .mbs-upsell-2018-12 h4, .mbs-upsell-2018-12 h5, .mbs-upsell-2018-12 h6 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}
.mbs-upsell-2018-12 h1 {
    font-size: 50px;
    color: #373536;
    font-weight: 700;
    line-height: 1;
}
.mbs-upsell-2018-12 h2 {
    font-size: 48px;
    color: #373536;
    line-height: 1.1;
}
.mbs-upsell-2018-12 h3 {
    font-size: 42px;
    line-height: 1;
}
.mbs-upsell-2018-12 h4 {
    font-size: 30px;
    line-height: 1.1;
}
.mbs-upsell-2018-12 h5 {
    font-size: 24px;
}
.mbs-upsell-2018-12 h6 {
    font-size: 20px;
}
.mbs-upsell-2018-12 p{
    margin: 0 0 28px;
    line-height: 1.5;
}
.mbs-upsell-2018-12 img{
    max-width: 100%;
}
.mbs-upsell-2018-12 ul{
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.mbs-upsell-2018-12 input:focus, .mbs-upsell-2018-12 button:focus{
    outline: none;
}
.mbs-upsell-2018-12 a:hover, .mbs-upsell-2018-12 a:active{
    text-decoration: none;
}
.mbs-upsell-2018-12 sup{
    font-size: 0.7em;
}
.mbs-upsell-2018-12 .button{
    font-weight: 600;
    color: #fff;
    border: 1px solid #1CAD78;
    text-transform: uppercase;
    background: #1cd28e;
    font-size: 30px;
    padding: 6px 45px;
    display: inline-block;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    background: -webkit-linear-gradient(top, #1cd28e 0%,#04a168 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1cd28e),to(#04a168));
    background: -o-linear-gradient(top, #1cd28e 0%,#04a168 100%);
    background: linear-gradient(to bottom, #1cd28e 0%,#04a168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cd28e', endColorstr='#04a168',GradientType=0 );
}
.mbs-upsell-2018-12 .button:hover{
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
            box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.mbs-upsell-2018-12 .small-show{
    display: none !important;
}
.mbs-upsell-2018-12 .visible-xs{
    display: none !important;
}
.mbs-upsell-2018-12 .mobile-image{
    display: none !important;
}
.mbs-upsell-2018-12 .white{
    color:#fff;
}
.mbs-upsell-2018-12 .black{
    color:#373536;
}
.mbs-upsell-2018-12 .red{
    color:red !important;
}
.mbs-upsell-2018-12 .yellow{
    color:#F9B95E;
}
.mbs-upsell-2018-12 .green{
    color:#29CD37 !important;
}
.mbs-upsell-2018-12 .base-color{
    color:#010427 !important;
}
.mbs-upsell-2018-12 .marker{
    background: yellow;
    font-weight: 700;
    color: #000 !important;
    padding: 0 5px;
}
.mbs-upsell-2018-12 .no-upper {
    text-transform: none !important;
}
.mbs-upsell-2018-12 .larg{
    font-size: 1.1em;
}
.mbs-upsell-2018-12 .styled-list {
    margin: 35px 0;
}
.mbs-upsell-2018-12 .styled-list li {
    background: url("/cms/product-pages/muscle-building-stack/img/tick-icon.png") no-repeat left top 5px;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.mbs-upsell-2018-12 .styled-list.red-list li {
    background: url("/cms/product-pages/muscle-building-stack/img/tick-icon-2.png") no-repeat left top 5px;
}

.mbs-upsell-2018-12 .area-title {
    background: #010427;
    color: #fff;
    text-align: center;
    padding: 20px 50px;
    position: relative;
    margin-bottom: 50px;
}
.mbs-upsell-2018-12 .area-title::before {
    content: "";
    height: 0;
    width: 0;
    border-top: 40px solid #010427;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.mbs-upsell-2018-12 .area-title-blue {
    background: #00ABEA;
}
.mbs-upsell-2018-12 .area-title-blue::before {
    border-top: 40px solid #00ABEA;
}
.mbs-upsell-2018-12 .area-title-orange {
    background: #F26522;
    color: #fff !important;
}
.mbs-upsell-2018-12 .area-title-orange::before {
    border-top: 40px solid #F26522;
}
.mbs-upsell-2018-12 .area-title-red {
    background: red;
    color: #fff !important;
}
.mbs-upsell-2018-12 .area-title-red::before {
    border-top: 40px solid red;
}
.mbs-upsell-2018-12 .area-title-green {
    background: #94C93D;
    color: #fff !important;
}
.mbs-upsell-2018-12 .area-title-green::before {
    border-top: 40px solid #94C93D;
}
.mbs-upsell-2018-12 .area-title-yellow {
    background: #F5D105;
    color: #333 !important;
}
.mbs-upsell-2018-12 .area-title-yellow::before {
    border-top: 40px solid #F5D105;
}
.mbs-upsell-2018-12 .area-title-green-2 {
    background: #66CD42;
    color: #fff !important;
}
.mbs-upsell-2018-12 .area-title-green-2::before {
    border-top: 40px solid #66CD42;
}
.mbs-upsell-2018-12 .area-title-yellow {
    background: #F2B317;
    color: #fff !important;
}
.mbs-upsell-2018-12 .area-title-yellow::before {
    border-top: 40px solid #F2B317;
}










/*BANNER STYLES*/
.mbs-upsell-2018-12 .banner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.6)), to(rgba(0,0,0,.65))) repeat 0 0%, rgba(0, 0, 0, 0) url("/cms/product-pages/muscle-building-stack/img/bg-1.jpg") no-repeat center center / cover;
    background: -webkit-linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.65)) repeat 0 0%, rgba(0, 0, 0, 0) url("/cms/product-pages/muscle-building-stack/img/bg-1.jpg") no-repeat center center / cover;
    background: -o-linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.65)) repeat 0 0%, rgba(0, 0, 0, 0) url("/cms/product-pages/muscle-building-stack/img/bg-1.jpg") no-repeat center center / cover;
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.65)) repeat 0 0%, rgba(0, 0, 0, 0) url("/cms/product-pages/muscle-building-stack/img/bg-1.jpg") no-repeat center center / cover;
    padding: 45px 0 60px 0;
    color: #fff;
    text-align: center;
}
.mbs-upsell-2018-12 .banner-wrapper h5 {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 15px;
}
.mbs-upsell-2018-12 .banner-wrapper .last-h5{
    margin-top: 30px;
}
.mbs-upsell-2018-12 .banner h1 {
    margin:15px 0 35px 0;
    text-shadow: 0 0 5px #333;
    color: #fff;
}
.mbs-upsell-2018-12 .banner-wrapper h4 {
    margin-bottom: 15px;
}
.mbs-upsell-2018-12 .banner-image-area h5 {
    width: 60%;
    border-left: 2px solid rgba(255,255,255,.3);
    padding: 2% 0 2% 5%;
}
.mbs-upsell-2018-12 .banner-image-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    background: rgba(255,255,255,.1);
    color: #000;
    padding: 20px;
    margin-top: 40px;
}

.mbs-upsell-2018-12 .banner-image-area img {
    width: 30%;
    margin-right: 3%;
}
.mbs-upsell-2018-12 .banner-numbering {
    display: flex;
    justify-content: center;
    margin: 0px 0 20px;
}
.mbs-upsell-2018-12 .banner-numbering h5 {
    margin: 0;
    position: relative;
    background: #ddd;
    color: #333;
    padding: 7px 36px;
}
.mbs-upsell-2018-12 .banner-numbering h5:nth-child(2n) {
    background: #FF0000 url(/cms/product-pages/muscle-building-stack/img/lr.png) no-repeat left center / auto 100%;
    color: #fff;
}
.mbs-upsell-2018-12 .banner-numbering h5:last-child {
    background: #ddd url(/cms/product-pages/muscle-building-stack/img/lr-2.png) no-repeat left center / auto 100%;
}



/*SECTION-1 AREA STYLES HERE*/
.mbs-upsell-2018-12 .section-1 {
    background: url("/cms/product-pages/muscle-building-stack/img/performance_enhancers_stack-2023-june.webp") no-repeat left 20px bottom 30px / 45vw;
    padding: 70px 0;
}
/*whit-mw AREA STYLES HERE*/
.mbs-upsell-2018-12 .white-mw {
    background: #fafafa url("/cms/product-pages/muscle-building-stack/img/bg-1.jpg") no-repeat scroll center center / cover;
    border-top: 1px solid #eee;
    padding: 70px 0 60px;
}
.mbs-upsell-2018-12 .larg-section {
    background: url(/cms/product-pages/muscle-building-stack/img/bg-3.jpg) no-repeat center center / cover;
    padding: 100px 0;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 74px;
    color: #fff;
    text-align: center;
}
/*SECTION-11 AREA STYLES HERE*/
.mbs-upsell-2018-12 .section-11 {
    padding: 70px 0;
}
.mbs-upsell-2018-12 .section-11 .red.text-center {
    margin-right: 23px;
}
.mbs-upsell-2018-12 .middle-markup-text p {
    font-size: 18px;
    border-left: 3px solid #EC1C29;
    padding-left: 15px;
}
.mbs-upsell-2018-12 .middle-markup-text-right {
    text-align: right;
}
.mbs-upsell-2018-12 .middle-markup-text-right p {
    font-size: 16px;
    border-right: 3px solid #EC1C29;
    border-left: 0px solid #EC1C29;
    padding-right: 15px;
}
.mbs-upsell-2018-12 .section-11-box {
    background: #fff;
    padding: 25px 50px 10px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    z-index: 111;
    position: relative;
    margin-top: 65px;
}
.mbs-upsell-2018-12 .section-11-box img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 20px;
    background: #eee;
    margin-bottom: 20px;
}
.mbs-upsell-2018-12 .middle-markup-img-2{
    display: none;
}
.mbs-upsell-2018-12 .section-11-bottom {
    background: #333;
    padding: 150px 0;
}
.mbs-upsell-2018-12 .section-11-bottom .section-11-box {
    background: #fff;
    margin-top: 0px !important;
}
.mbs-upsell-2018-12 .middle-markup-wrapper-2 p span {
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px;
    border-left: 4px solid red;
    padding-left: 10px;
}
.mbs-upsell-2018-12 .middle-markup-wrapper-2 .middle-markup-text-right p span {
    border-right: 4px solid red;
    border-left: 0px solid red;
    padding-right: 10px;
    padding-left: 0px;
}
.mbs-upsell-2018-12 .middle-markup-wrapper-2 p {
    padding: 0;
    border: 0;
    margin: 30px 0;
}
.mbs-upsell-2018-12 .middle-markup-wrapper-2 p img {
    max-height: 70px;
    margin-bottom: 15px;
}
.mbs-upsell-2018-12 .white-area, .mbs-upsell-2018-12 .white-2-area {
    padding: 70px 0 60px;
}
.mbs-upsell-2018-12 .section-6 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-7.jpg") no-repeat center center / cover;
    color: #212121;
    padding: 60px 0;
}
/*INGREDIENT AREA STYLES HERE*/
.mbs-upsell-2018-12 .ingredient-area{
    margin: 105px 0 -15px;
}
.mbs-upsell-2018-12 .ingredient-area h3.text-center {
    line-height: 1.2;
}
.mbs-upsell-2018-12 .ingredient-area h1{
    text-align: center;
    width: 98%;
    margin: 0 auto 55px;
    line-height: 1em;
}
.mbs-upsell-2018-12 .ingredient-area h1 small {
    font-size: 0.7em;
    font-weight: 400 !important;
    margin-right: 5px;
}
.mbs-upsell-2018-12 .single-ingredient{
    margin: 0 0 75px;
}
.mbs-upsell-2018-12 .single-ingredient:after{
    content: '';
    display: table;
    clear: both;
}
.mbs-upsell-2018-12 .ingredient-text{
    float: left;
    width: 55%;
}
.mbs-upsell-2018-12 .ingredient-text:first-child{
    width: 55%;
    margin-right: 3%;
}
.mbs-upsell-2018-12 .ingredient-text:last-child{
    width: 58%;
}
.mbs-upsell-2018-12 .ingredient-text h3 {
    position: relative;
    color: #313131;
    line-height: 1;
    padding: 23px 0 12px;
}

.mbs-upsell-2018-12 .ingredient-text h3.bold{
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    line-height: 1;
}
.mbs-upsell-2018-12 .ingredient-text h3:before{
    content: '';
    position: absolute;
    height: 3px;
    background: #04BE7A;
    top: 0;
    left: 0;
    width: 50px;
}
.mbs-upsell-2018-12 .ingredient-text em{
    color: #ec5f67;
    font-style: normal;
    font-weight: 700;
}
.mbs-upsell-2018-12 .ingredient-text p strong{
    font-weight: 700;
}
.mbs-upsell-2018-12 .ingredient-text ul strong{
    font-weight: 600;
}
.mbs-upsell-2018-12 .ingredient-text ul{
    margin: 0 0 26px;
}
.mbs-upsell-2018-12 .ingredient-text ul li{
    position: relative;
    padding-left: 56px;
    margin: 0 0 20px;
}
.mbs-upsell-2018-12 .ingredient-text ul li:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 22px;
    background: url("/cms/product-pages/muscle-building-stack/img/red-tick.png") no-repeat scroll 0 0 / 100% auto;
    height: 20px;
    width: 18px;
}
.mbs-upsell-2018-12 .ingredient-image{
    float: left;
    width: 42%;
}
.mbs-upsell-2018-12 .ingredient-image img{
    max-width: 90%;
    margin: 0 auto;
}
/*GUARAN TEE AREA STYLES HERE*/
.mbs-upsell-2018-12 .guarantee-area{
    text-align: center;
}
.mbs-upsell-2018-12 .guarantee-top{
    background: #F6F9FB;
    padding: 50px 0 38px;
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
}
.mbs-upsell-2018-12 .guarantee-top-inner{
    width: 70%;
    margin: 0 auto;
}
.mbs-upsell-2018-12 .guarantee-top img{
    margin: 0 auto;
}
.mbs-upsell-2018-12 .guarantee-top h4{
    color: #06364e;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    line-height: 1.4;
    margin: 4px 0 25px;
}
.mbs-upsell-2018-12 .guarantee-top h5{
    color: #fb4953;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0 0 8px;
    position: relative;
}
.mbs-upsell-2018-12 .guarantee-top h5:before, .mbs-upsell-2018-12 .guarantee-top h5:after{
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: #D4D7D9;
    width: 22%;
}
.mbs-upsell-2018-12 .guarantee-top h5:before{
    left: 17%;
}
.mbs-upsell-2018-12 .guarantee-top h5:after{
    right: 17%;
}
.mbs-upsell-2018-12 .guarantee-bottom{
    background: #FBFBFB;
    padding: 40px 0;
    border-bottom: 1px solid #E9EFF4;
}
.mbs-upsell-2018-12 .guarantee-bottom h2{
    color: #173b82;
}
.mbs-upsell-2018-12 .guarantee-bottom p{
    width: 68%;
    margin: 0 auto 30px;
}





.mbs-upsell-2018-12 .section-18 {
    background: url(/cms/product-pages/muscle-building-stack/img/bg-6.jpg) no-repeat center center / cover;
    padding: 100px 0;
    color: #fff;
}
.mbs-upsell-2018-12 .arrow-boxed {
    height: 100%;
    background: #E22E2C;
    color: #fff;
    padding:50px 35px;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.mbs-upsell-2018-12 .arrow-boxed::after {
    content: "";
    height: 0;
    width: 0;
    border-left: 15px solid red;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.mbs-upsell-2018-12 .arrow-boxed-img-wrapper {
    height: 100px;
}
.mbs-upsell-2018-12 .arrow-boxed img {
    max-height: 100px;
    margin-bottom: 25px;
}
.mbs-upsell-2018-12 .arrow-boxed h5 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
}
.mbs-upsell-2018-12 .arrow-boxed p {
    margin-bottom: 0px;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-1{
    background: #fff;
    color: #333;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-1 h5 {
    color: #333;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-2{
    background: #E22E2C;
    color: #fff;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-2 h5 {
    color: #fff;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-3{
    background: #fff;
    color: #333;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-3 h5 {
    color: #333;
}
.mbs-upsell-2018-12 .arrow-boxed::after {
    content: "";
    height: 0;
    width: 0;
    border-left: 15px solid red;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.mbs-upsell-2018-12 .arrow-boxed-wrapper .col-12:last-child .arrow-boxed::after {
    display: none;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-1::after {
    border-left: 15px solid #fff;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-2::after {
    border-left: 15px solid #E22E2C;
}
.mbs-upsell-2018-12 .arrow-boxed.arrow-boxed-3::after {
    border-left: 15px solid #fff;
}


.mbs-upsell-2018-12 .product-cta-area-box {
    background: #F6F9FB;
    padding: 25px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    text-align: center;
    width: 90%;
    margin: 35px auto 0;
    border: 1px solid #ddd;
}
.mbs-upsell-2018-12 .bottle-3 {
    width: 75%;
    margin: 0 auto;
}
.mbs-upsell-2018-12 .site-btn {
    background: red;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    display: block;
    padding: 10px 15px;
    line-height: 1.3 !important;
    margin: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.2);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
}
.mbs-upsell-2018-12 .site-btn.green {
    background: #58B63F;
    border-color: #58B63F;
    color: #fff !important;
}
.mbs-upsell-2018-12 .site-btn span{
    font-size: 1em !important;
    line-height: 1.3 !important;
}
.mbs-upsell-2018-12 .product-cta-area-box span {
    font-size: 22px;
    line-height: 1.4;
}
.mbs-upsell-2018-12 .option-area {
    padding: 50px 0 70px;
}
.mbs-upsell-2018-12 .section-4{
    background: url(/cms/product-pages/muscle-building-stack/img/bg-8.jpg) no-repeat center center / cover;
    padding: 100px 0;
}
.mbs-upsell-2018-12 .section-4 h2 {
    font-size: 136px;
    font-weight: 900;
    line-height: .7;
    text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.mbs-upsell-2018-12 .sectio-4-wrapper {
    position: relative;
    background: rgba(1,4,39,.87);
    color: #fff;
    font-weight: 600;
    padding: 30px 40px 10px;
    background: rgba(0,171,234,.9);
    background: rgba(243,39,45,.9);
}
.mbs-upsell-2018-12 .sectio-4-wrapper p{
    color: #fff;
}
.mbs-upsell-2018-12 .sectio-4-wrapper > img {
    position: absolute;
    height: 160%;
    top: 50%;
    transform: translateY(-58%);
    left: 8%;
}

.mbs-upsell-2018-12 .c-and-d {
    background: #F4F4F4;
    padding: 35px 0;
    overflow-wrap: break-word;
}
.mbs-upsell-2018-12 .c-and-d p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4;
    color: gray;
}
.mbs-upsell-2018-12 .cd-d-p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
/* ##### footer area styles #####*/
.mbs-upsell-2018-12 footer {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 50px 0 0;
}
.mbs-upsell-2018-12 .bottom-footer {
    padding: 30px 0 10px 0;
}
.mbs-upsell-2018-12 .bottom-footer span {
    color: rgb(85,85,85);
    margin-left: 20px;
}


.mbs-upsell-2018-12 .white-mw{
    background: #fafafa url("/cms/product-pages/muscle-building-stack/img/bg-1.jpg") no-repeat scroll center center / cover;
    border-top: 1px solid #eee;
}
.mbs-upsell-2018-12 .white-laddo-bg{
    background: #fafafa url("/cms/product-pages/muscle-building-stack/img/bg-2.jpg") no-repeat scroll center center / cover;
    color: #fff;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 74px;
}
.mbs-upsell-2018-12 .section-6 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-7.jpg") no-repeat center center / cover;
    color: #212121;
    padding: 60px 0;
}
.mbs-upsell-2018-12 .section-2-item h5 {
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.mbs-upsell-2018-12 .section-2-item-img {
    height: 120px;
    width: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
.mbs-upsell-2018-12 .section-2-item img {
    max-height: 70px;
    margin: 0;
}
.mbs-upsell-2018-12 .section-2 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-9.jpg") no-repeat center center / cover;
    padding: 60px 0;
}
.mbs-upsell-2018-12 .section-3 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-4.jpg") no-repeat center center / cover;
    padding: 60px 0 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.mbs-upsell-2018-12 .section-3-item.one {
    border-right: 1px dashed #333;
}
.mbs-upsell-2018-12 .sectio-2-wrapper {
    margin: 75px 25px;
}
.mbs-upsell-2018-12 .section-3-in-image {
    height: 150px;
    width: 150px;
    background: rgba(255,255,255,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    box-shadow: 0 0 45px #00ABEA;
}
.mbs-upsell-2018-12 .section-3-in-image img {
    max-height: 90px;
    margin: 0 !important;
}
.mbs-upsell-2018-12 .left-box-wrapper {
    margin: 80px 0 0;
}
.mbs-upsell-2018-12 .section-17 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-5.jpg") no-repeat fixed center center / cover;
    color: #fff;
}
.mbs-upsell-2018-12 .left-icon-box-text p {
    color: rgba(255,255,255,.8);
}
/*.mbs-upsell-2018-12 .left-icon-box-text h5 {
    color: #fff !important;
}*/
.mbs-upsell-2018-12 .single-option-image {
    height: 350px;
}
.mbs-upsell-2018-12 .single-option-image img {
    max-height: 350px;
}
.mbs-upsell-2018-12 .ingredient-area h4.no-upper {
    margin-bottom: 50px;
}
.mbs-upsell-2018-12 .two-bottle-area {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-5.jpg") no-repeat fixed center center / cover;
    color: #fff;
    padding: 70px 0;
    margin-top: 70px;
}
.mbs-upsell-2018-12 .section-18 .arrow-boxed-wrapper {
    margin-top: 50px;
}
.mbs-upsell-2018-12 .two-bottle-area .section-3-in-image {
    box-shadow: 0 0 45px red;
    background: #fff;
}
.mbs-upsell-2018-12 .white-laddo-bg p, .mbs-upsell-2018-12 .section-2 p, .mbs-upsell-2018-12 .section-3 p, .mbs-upsell-2018-12 .two-bottle-area p {
    color: #fff;
}
.mbs-upsell-2018-12 .product-cta-area-box h3 {
    margin-bottom: 30px;
}
.mbs-upsell-2018-12 .embed-responsive::before {
    display: none;
}

.mbs-upsell-2018-12 .section-17 {
    padding: 70px 0 50px;
    background: none;
    color: #333;
}
.mbs-upsell-2018-12 .left-box-wrapper {
    position: relative;
}
.mbs-upsell-2018-12 .left-box-wrapper::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ddd;
    left: 50%;
    top: 0;
    position: absolute;
}
.mbs-upsell-2018-12 .left-box-item {
    display: flex;
    padding-left: 30px;
    margin-top: 80px;
}
.mbs-upsell-2018-12 .left-box-item::before {
    content: "";
    height: 0;
    width: 0;
    border-left: 15px solid #ddd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 3px;
    position: absolute;
    top: 110px;
}
.mbs-upsell-2018-12 .left-icon-box-img {
    height: 100px;
    width: 100px;
    background: #11A6DF;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mbs-upsell-2018-12 .left-icon-box-img img {
    max-height: 60px;
    max-width: 60px;
    display: block;
}
.mbs-upsell-2018-12 .left-icon-box-text {
    width: calc(100% - 120px);
}
.mbs-upsell-2018-12 .left-icon-box-text h5 {
    line-height: 1.2;
    margin-bottom: 5px;
}
.mbs-upsell-2018-12 .left-icon-box-text p {
    font-size: 17px;
    line-height: 1.4;
    color: gray;
}
.mbs-upsell-2018-12 .left-icon-box-text p:last-child {
    margin-bottom: 0;
}
.mbs-upsell-2018-12 .left-box-wrapper .col-12:nth-child(2n+1) {
    text-align: right;
}
.mbs-upsell-2018-12 .left-box-wrapper .col-12:nth-child(2n+1) .left-icon-box-img {
    order: 1;
    margin-right: 0;
    margin-left: 20px;
}
.mbs-upsell-2018-12 .left-box-wrapper .col-12:nth-child(2n+1) .left-box-item {
    padding-left: 0;
    padding-right: 30px;
    margin-top: 0;
}
.mbs-upsell-2018-12 .left-box-wrapper .col-12:nth-child(odd) .left-box-item::before {
    border-right: 15px solid #ddd;
    border-left: 0px solid #ddd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: unset;
    right: 0px;
    top: 0;
}





.mbs-upsell-2018-12 .top-banner {
    background: #010427 url("/cms/product-pages/muscle-building-stack/img/product-price-bg.jpg") no-repeat scroll center center / cover;
}
.mbs-upsell-2018-12 .section-1 {
    background: url("/cms/product-pages/muscle-building-stack/img/performance_enhancers_stack-2023-june.webp") no-repeat left 20px bottom 50px / 43vw;
}
.mbs-upsell-2018-12 .single-option-image {
    height: 350px;
}
.mbs-upsell-2018-12 .single-option-image img {
    max-height: 350px;
}
.mbs-upsell-2018-12 .ingredient-area h4.no-upper {
    margin-bottom: 50px;
}
.mbs-upsell-2018-12 .two-bottle-area {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-5.jpg") no-repeat center center / cover;
    color: #fff;
    padding: 70px 0;
    margin-top: 70px;
}
.mbs-upsell-2018-12 .section-18 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-6.jpg") no-repeat center center / cover;
}
.mbs-upsell-2018-12 .larg-section {
    background: #fafafa;
    border-top: 1px solid #ddd;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 44px;
    color: #000;
}
.mbs-upsell-2018-12 .section-11-t-1{
    background: url("/cms/product-pages/muscle-building-stack/img/bg-2.jpg") no-repeat center center / cover;
    color: #fff;
}
.section-11-t-2{
    background: url("/cms/product-pages/muscle-building-stack/img/bg-3.jpg") no-repeat center center / cover;
    color: #fff;
}
.mbs-upsell-2018-12 .section-11-t-2 p.yellow.text-center {
    margin-bottom: 0 !important;
}
.mbs-upsell-2018-12 .styled-list.lnline-styled {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}
.mbs-upsell-2018-12 .styled-list li {
    font-size: .9em;
    padding: 0 20px;
}
.mbs-upsell-2018-12 .section-11-t-3 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-4.jpg") no-repeat left center / cover;
    color: #fff;
}
.mbs-upsell-2018-12 .section-3 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-7.jpg") no-repeat center center / cover;
    color: #fff;
}
.mbs-upsell-2018-12 .section-3-item img {
    max-height: 100px;
    margin: 0 auto 15px auto;
    display: block;
}
.mbs-upsell-2018-12 .section-7 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-9.jpg") no-repeat center center / cover;
    padding: 70px 0;
}
.mbs-upsell-2018-12 .section-7-wrapper-fu .section-7-item {
    padding: 20px;
    font-size: 16px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mbs-upsell-2018-12 .section-7-wrapper-fu .section-7-item p{
    margin: 0;
}
.mbs-upsell-2018-12 .section-7-item {
    background: url("/cms/product-pages/muscle-building-stack/img/fu-bg-1.png") no-repeat center center / 100% 100%;
}
.mbs-upsell-2018-12 .section-7-item-2 {
    background: url("/cms/product-pages/muscle-building-stack/img/fu-bg-2.png") no-repeat center center / 100% 100%;
}
.mbs-upsell-2018-12 .section-7-item-3 {
    background: url("/cms/product-pages/muscle-building-stack/img/fu-bg-3.png") no-repeat center center / 100% 100%;
}
.mbs-upsell-2018-12 .section-14 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-8.jpg") no-repeat right 15% center / auto 110%;
    border-top: 1px solid #eee;
    color: #333;
    padding: 70px 0;
}
.mbs-upsell-2018-12 .section-3-item.one {
    border-right: 1px solid rgba(255,255,255,.3);
    margin-right: -15px;
}
.mbs-upsell-2018-12 .section-3-item {
    padding: 15px;
}
.mbs-upsell-2018-12 .styled-list.wrong li{
    background: url("/cms/product-pages/muscle-building-stack/img/tick-icon-5.png") no-repeat left center / auto 80%;
    padding-left: 1.5em;
}




/* ###### OPTIONS AREA STYLES ######*/
.mbs-upsell-2018-12 .option-area h2{
    margin-bottom: 25px;
}
.mbs-upsell-2018-12 .option-area{
    padding: 70px 0;
    border-top: 1px solid #eee;
}
.po-2{
    padding-bottom: 45px;
    background: #fafafa;
}
.mbs-upsell-2018-12 .single-option {
    background: #fafafa;
    padding: 15px !important;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.01);
    overflow: visible;
    transition: all .3s;
    position: relative;
    border: 1px solid #eee;
}
.mbs-upsell-2018-12 .single-option:hover {
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.2);
}
.mbs-upsell-2018-12 .single-option h3 {
    color: #3d3d3d;
    line-height: 1.2;
    color: gray;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
}
.mbs-upsell-2018-12 .single-option h3 span{
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.mbs-upsell-2018-12 .single-option h3 span:first-child {
    font-weight: 700;
    margin: 0 0 -4px;
    letter-spacing: 0;
}
.mbs-upsell-2018-12 .single-option h3 span:last-child {
    color: #8f8f8f;
    font-weight: 400;
    margin: -8px 0 0 0;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    z-index: 11;
    display: table;
    margin-left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0;
    width: 60%;
    margin-top: 5px;
}
.mbs-upsell-2018-12 .option-middle .col-lg-4:nth-child(2) .single-option h3 span:last-child {
    background: #FEFAF9;
}
.mbs-upsell-2018-12 .single-option h3 span:last-child::before {
    content: "";
    width: 134%;
    height: 2px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}
.mbs-upsell-2018-12 .single-option h3 span:last-child::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.mbs-upsell-2018-12 .option-middle .col-lg-4:nth-child(2) .single-option h3 span:last-child::after {
    background: #FEFAF9;
}
.mbs-upsell-2018-12 .option-middle .col-lg-4:nth-child(1) h3 span:first-child{
    color: #a9a8a8;
}
.mbs-upsell-2018-12 .option-middle .col-lg-4:nth-child(2) h3 span:first-child{
    color: #fb4953;
}
.mbs-upsell-2018-12 .option-middle .col-lg-4:nth-child(3) h3 span:first-child{
    color: #28629e;
}
.mbs-upsell-2018-12 .mbs-upsell-2018-12 .single-option h6{
    text-transform: uppercase;
}
.mbs-upsell-2018-12 .single-option h6 em{
    color: #ff5b52;
    font-style: normal;
}
.mbs-upsell-2018-12 .single-option a {
    width: 100% !important;
}
.mbs-upsell-2018-12 .single-option > p {
    color: #969696;
    font-size: 14px;
    width: 70%;
    margin: 10px auto 12px;
    line-height: 1.2;
    text-align: center;
}
.mbs-upsell-2018-12 .single-option img {
    margin: 0 auto;
    max-height: 100%;
    display: block;
}
.mbs-upsell-2018-12 .single-option-image{
    height: 275px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mbs-upsell-2018-12 .option-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    flex-direction: column;
    margin: -10px 0 10px;
}
.mbs-upsell-2018-12 .option-info h6{
    color: #474747;
    font-weight: 600;
    margin: 18px 0 0;
}
.mbs-upsell-2018-12 .option-price p{
    font-size: 14px;
    margin: 0 0 -11px;
    color: #9c9c9c;
}
.mbs-upsell-2018-12 .old-price, .mbs-upsell-2018-12 .current-price {
    float: none;
    width: 100%;
}
.mbs-upsell-2018-12 .old-price {
    position: relative;
    width: 75%;
    margin: 0 auto !important;
    margin-top: 15px !important
}
.mbs-upsell-2018-12 del.red {
    margin-left: 5px;
}
.mbs-upsell-2018-12 .single-option.top-option .old-price:before{
    background: #EEDFD9;
}
.mbs-upsell-2018-12 .old-price span{
    color: #9f9f9f;
}

.mbs-upsell-2018-12 .price {
    font-size: 54px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mbs-upsell-2018-12 .old-price .price {
    font-size: 24px;
    border-top: 2px solid #9f9f9f;
    border-bottom: 2px solid #9f9f9f;
}
.mbs-upsell-2018-12 .price-currency {
    top: -7px;
    position: relative;
    font-size: 0.6em;
}
.mbs-upsell-2018-12 .single-option-gua {
    position: absolute;
    width: 90px;
    margin: 0 !important;
    right: 10px;
    top: 10px;
}
.mbs-upsell-2018-12 .price-each {
    font-size: 18px;
    font-weight: 600;
    left: 0;
    margin-left: 15px;
}

.mbs-upsell-2018-12 .old-price {
    padding-right: 15px;
}
.mbs-upsell-2018-12 .you-save {
    padding: 6px 10px;
    background: red;
    color: #fff !important;
    font-size: 14px;
}
.mbs-upsell-2018-12 p.auto-refill {
    margin: 0px;
}
.mbs-upsell-2018-12 .extra {
    color: gray;
}


@media only screen and (min-width: 1401px) {
.mbs-upsell-2018-12 .section-1 {
    background: url("/cms/product-pages/muscle-building-stack/img/performance_enhancers_stack-2023-june.webp") no-repeat left 15px bottom 50px / 620px;
}
}


@media only screen and (max-width: 1199px) {
.mbs-upsell-2018-12 h1 {
    font-size: 42px;
}
.mbs-upsell-2018-12 h2{
    font-size: 40px;
}
.mbs-upsell-2018-12 h3 {
    font-size: 36px;
}
.mbs-upsell-2018-12 h5 {
    font-size: 22px;
}
.mbs-upsell-2018-12 img{
    max-width: 100%;
}
main.mbs-upsell-2018-12, div.mbs-upsell-2018-12 {
    font-size: 18px;
}
.mbs-upsell-2018-12 .section-1 {
    background: url("/cms/product-pages/muscle-building-stack/img/performance_enhancers_stack-2023-june.webp") no-repeat left 25px bottom 35px / 45vw;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 66px;
}
.mbs-upsell-2018-12 .section-7-wrapper-fu .section-7-item {
    min-height: 260px;
}
.mbs-upsell-2018-12 .section-11 .styled-list li {
    padding-right: 5px;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 38px;
}

.mbs-upsell-2018-12 .product-cta-area-box {
    width: 90%;
}

.mbs-upsell-2018-12 .single-option h3 {
    font-size: 24px;
}
.mbs-upsell-2018-12 .site-btn span {
    font-size: 36px !important;
}
.mbs-upsell-2018-12 .single-option-image {
    height: auto;
    margin-top: 15px;
}
.mbs-upsell-2018-12 .single-option-gua {
    position: absolute;
    width: 80px;
}
.mbs-upsell-2018-12 .single-option h5.extra {
    font-size: 19px;
}
.mbs-upsell-2018-12 .price {
    font-size: 40px;
}
.mbs-upsell-2018-12 .site-btn span {
    font-size: 30px !important;
}
}



@media only screen and (max-width: 991px) {
.mbs-upsell-2018-12 h1 {
    font-size: 34px;
}
.mbs-upsell-2018-12 h5 {
    font-size: 20px;
}
.mbs-upsell-2018-12 p {
    margin: 0 0 20px;
    font-size: 18px;
}
.mbs-upsell-2018-12 .section-1 {
    background: none;
}
.mbs-upsell-2018-12 .middle-markup-img-1{
    display: none;
}
.mbs-upsell-2018-12 .middle-markup-img-2{
    display: block;
}
.mbs-upsell-2018-12 .banner-wrapper h5 {
    width: 100%;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 48px;
}
.mbs-upsell-2018-12 .banner-numbering h5 {
    padding: 7px 20px;
}
.mbs-upsell-2018-12 .top-banner {
    background: linear-gradient(rgba(1,4,39,.87), rgba(1,4,39,.87)) repeat 0 0%, rgba(0, 0, 0, .99) url("/cms/product-pages/muscle-building-stack/img/product-price-bg.jpg") no-repeat right center / cover;
}
.mbs-upsell-2018-12 .section-1 {
    background: none;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 34px;
}
.mbs-upsell-2018-12 .styled-list.lnline-styled {
    flex-wrap: wrap;
}
.mbs-upsell-2018-12 p {
    font-size: 16px;
}

.mbs-upsell-2018-12 .single-option h3 {
    font-size: 22px;
}
.mbs-upsell-2018-12 .single-option-gua {
    width: 80px;
}
.mbs-upsell-2018-12 .site-btn span {
    font-size: 30px !important;
    display: block;
}


}



@media only screen and (max-width: 767px) {
.mbs-upsell-2018-12 h1 {
    font-size: 28px;
    line-height: 1.1;
}
.mbs-upsell-2018-12 h2 {
    font-size: 30px;
}
.mbs-upsell-2018-12 h3 {
    font-size: 28px;
}
.mbs-upsell-2018-12 h4{
    font-size: 22px;
}
.banner-wrapper h5 {
    font-size: 17px;
}
.mbs-upsell-2018-12 p {
    margin: 0 0 16px;
    font-size: 16px;
}
main.mbs-upsell-2018-12, div.mbs-upsell-2018-12 {
    font-size: 16px;
}
.mbs-upsell-2018-12 .mobile-p-break{
    display: block;
    margin-top: 10px;
}
.mbs-upsell-2018-12 .guarantee-top p {
    text-align: left;
}
.mbs-upsell-2018-12 .guarantee-bottom p {
    text-align: left;
}
.mbs-upsell-2018-12 .option-top p {
    text-align: left;
}
.mbs-upsell-2018-12 .single-ingredient {
    margin: 0 0 20px;
    border-bottom: 1px dashed #333;
    padding-bottom: 15px;
}
.mbs-upsell-2018-12 .single-ingredient:last-child {
    border-bottom: 0px dashed #333;
}
.mbs-upsell-2018-12 .phn-chuku-bg {
    margin: 0 0 20px;
    background: url("/cms/product-pages/muscle-building-stack/img/question-bg.png") no-repeat center center / 130% 100%;
    color: #fff;
    padding: 15px 15px 30px;
    text-align: center;
}
.mbs-upsell-2018-12 .visible-xs{
    display: block !important;
}
.mbs-upsell-2018-12 .hidden-xs{
    display: none !important;
}
.mbs-upsell-2018-12 .mobile-image {
    display: block !important;
    width: 320px;
    margin: 20px auto;
}
.mbs-upsell-2018-12 .middle-markup-img-2 {
    display: none;
}
.mbs-upsell-2018-12 .middle-markup-img-1 {
    display: block;
    max-width: 300px;
    margin: 15px auto;
}
.mbs-upsell-2018-12 .middle-markup-text-right {
    text-align: left;
}
.mbs-upsell-2018-12 .middle-markup-text-right p span {
    border-right: 0px solid #EC1C29;
    border-left: 4px solid #EC1C29;
    padding-right: 0;
    padding-left: 10px;
}
.mbs-upsell-2018-12 .middle-markup-wrapper-2 .middle-markup-text-right p span {
    border-right: 0px solid red;
    border-left: 4px solid red;
    padding-right: 0px;
    padding-left: 10px;
}
.mbs-upsell-2018-12 .section-11 {
    padding: 45px 0;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 42px;
}


.mbs-upsell-2018-12 .section-2 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-3.jpg") no-repeat left -100px center / cover;
}
.mbs-upsell-2018-12 .section-3-item.one {
    border-right: 0;
    border-bottom: 1px dashed #333;
}
.mbs-upsell-2018-12 .sectio-2-wrapper {
    margin: 0;
}
.mbs-upsell-2018-12 .section-3 .area-title {
    margin-bottom: 50px;
}
.mbs-upsell-2018-12 .white-laddo-bg {
    background: #fafafa url("/cms/product-pages/muscle-building-stack/img/bg-2-2.jpg") no-repeat scroll right center / cover;
}
.mbs-upsell-2018-12 .two-bottle-area {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-5.jpg") no-repeat fixed left center / cover;
    padding: 50px 0 30px;
    margin-top: 70px;
}
.mbs-upsell-2018-12 .section-18 {
    background: url(/cms/product-pages/muscle-building-stack/img/bg-4.jpg) no-repeat left center / cover;
    padding: 50px 0;
}
.mbs-upsell-2018-12 .white-mw {
    background: #fafafa url("/cms/product-pages/muscle-building-stack/img/bg-1-2.jpg") no-repeat scroll right center / cover;
}
.mbs-upsell-2018-12 .section-3 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-4.jpg") no-repeat right -150px center / cover;
}
.mbs-upsell-2018-12 .section-6 {
    background: none;
}
.mbs-upsell-2018-12 .section-2-item {
    border-right: 0;
    padding-right: 0;
    height: auto;
    border-bottom: 2px dashed rgba(255, 255, 255, .3);
    max-width: 300px;
    margin: 0px auto;
}
.mbs-upsell-2018-12 .section-2-wrapper .col-md-4 {
    margin: 25px 0;
}
.mbs-upsell-2018-12 .section-3-item {
    padding: 40px 0 15px 0;
}
.mbs-upsell-2018-12 .single-ingredient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mbs-upsell-2018-12 .ingredient-area {
    margin: 45px 0 -20px;
}
.mbs-upsell-2018-12 .ingredient-image{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.mbs-upsell-2018-12 .ingredient-text, .mbs-upsell-2018-12 .ingredient-text:first-child, .mbs-upsell-2018-12 .ingredient-text:last-child, .mbs-upsell-2018-12 .ingredient-image, .mbs-upsell-2018-12 .ingredient-image:first-child, .mbs-upsell-2018-12 .ingredient-image:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.mbs-upsell-2018-12 .ingredient-text{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.mbs-upsell-2018-12 .ingredient-image img {
    width: 100%;
    max-width: 250px;
    margin-top: 0 !important;
    display: block;
}
.mbs-upsell-2018-12 .ingredient-text h3 {
    padding: 15px 0 12px;
    margin: 8px 0 0;
}
.mbs-upsell-2018-12 .arrow-boxed::after {
    display: none !important;
}
.mbs-upsell-2018-12 .site-btn {
    font-size: 34px;
}
.mbs-upsell-2018-12 footer p {
    width: 100%;
    font-size: 14px;
}
.mbs-upsell-2018-12 .footer-list ul li a {
    font-size: 16px;
}
.mbs-upsell-2018-12 .section-1 {
    padding: 30px 0 20px 0;
}
.mbs-upsell-2018-12 .middle-markup-wrapper-2 p {
    margin: 15px 0;
}
.mbs-upsell-2018-12 .middle-markup-text-right p, .mbs-upsell-2018-12 .middle-markup-text p {
    font-size: 14px;
}
.mbs-upsell-2018-12 .styled-list {
    margin: 15px 0;
}
.mbs-upsell-2018-12 .bottom-footer span {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
}
.mbs-upsell-2018-12 .bottom-footer {
    text-align: center;
}
.mbs-upsell-2018-12 .banner-numbering h5 .mobile-p-break {
    display: block;
    margin-top: 0;
}
.mbs-upsell-2018-12 .product-cta-area-box h2 {
    font-size: 36px;
}

.mbs-upsell-2018-12 .top-banner {
    background: #010427 url("/cms/product-pages/muscle-building-stack/img/assets/black-twill.png") repeat center center;
}
.mbs-upsell-2018-12 .section-1-wrapper h6 {
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1.2;
}
.mbs-upsell-2018-12 .section-3-item.one {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.mbs-upsell-2018-12 .section-7-wrapper-fu .col-12 {
    margin: 15px auto;
}
.mbs-upsell-2018-12 .section-14 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-8-2.jpg") no-repeat right 15% center / auto 110%;
}
.mbs-upsell-2018-12 .section-18 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-6.jpg") no-repeat right center / cover;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 22px;
}
.mbs-upsell-2018-12 .larg-section {
    padding: 70px 0;
}
.mbs-upsell-2018-12 .styled-list li {
    font-size: 1em;
}
.mbs-upsell-2018-12 .section-7-wrapper-fu .section-7-item {
    min-height: 260px;
    max-width: 300px;
    margin: 0 auto;
}
.mbs-upsell-2018-12 .left-box-wrapper::before,
.mbs-upsell-2018-12 .left-box-item::before,
.mbs-upsell-2018-12 .left-box-wrapper .col-12:nth-child(2n+1) .left-box-item::before {
    display: none;
}
.mbs-upsell-2018-12 .left-box-wrapper .col-12:nth-child(2n+1) .left-icon-box-img {
    order: 0;
    margin-right: 20px;
    margin-left: 0;
}
.mbs-upsell-2018-12 .left-box-wrapper .col-12:nth-child(2n+1) {
    text-align: left;
}
.mbs-upsell-2018-12 .left-icon-box-img {
    margin-bottom: 0;
}
.mbs-upsell-2018-12 .left-box-item {
    display: flex;
    padding-left: 0;
    margin-top: 0;
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
}
.mbs-upsell-2018-12 .left-box-wrapper {
    margin: 55px 0 25px;
}
.mbs-upsell-2018-12 .area-title {
    padding: 20px 15px;
}

.mbs-upsell-2018-12 .product-cta-area-box h2 {
    font-size: 36px;
}


.mbs-upsell-2018-12 .site-btn {
    margin-bottom: 0 !important;
}
.mbs-upsell-2018-12 .single-option-image {
    height: auto !important;
}
.mbs-upsell-2018-12 .option-middle .col-md-6{
    margin-top:10px;
    margin-bottom:10px;
}
.mbs-upsell-2018-12 .p-img {
    width: 200px;
}
.mbs-upsell-2018-12 .single-option {
    width: 300px;
    margin: 0 auto;
}
.mbs-upsell-2018-12 .price-each {
    font-size: 16px;
    margin-bottom: 2px;
}
.mbs-upsell-2018-12 .you-save {
    padding: 3px 10px;
    font-size: 12px;
}
.mbs-upsell-2018-12 .old-price .price {
    font-size: 20px;
}
.mbs-upsell-2018-12 .site-btn span {
    font-size: 28px !important;
}
.mbs-upsell-2018-12 .old-price {
    margin-top: 10px !important;
}
}




@media only screen and (max-width: 575px) {
main.mbs-upsell-2018-12, div.mbs-upsell-2018-12 {
    font-size: 14px;
}
.mbs-upsell-2018-12 h1 {
    font-size: 22px;
}
.mbs-upsell-2018-12 h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.mbs-upsell-2018-12 h3 {
    font-size: 24px;
}
.mbs-upsell-2018-12 p {
    margin: 0 0 10px;
    font-size: 14px;
}
.mbs-upsell-2018-12 .banner {
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.85)) repeat 0 0%, rgba(0, 0, 0, 0) url("/cms/product-pages/muscle-building-stack/img/bg-1.jpg") no-repeat right center / cover;
    padding: 40px 0;
}
.mbs-upsell-2018-12 .single-ingredient {
    margin: 0 0 20px;
}
.mbs-upsell-2018-12 .ingredient-text ul li {
    padding-left: 28px;
}
.mbs-upsell-2018-12 .ingredient-text ul li::before {
    top: 10px;
    left: 0;
}
.mbs-upsell-2018-12 .guarantee-top h4 {
    margin: 15px 0 20px;
    line-height: 1.2;
}
.mbs-upsell-2018-12 .guarantee-top h5::before, .mbs-upsell-2018-12 .guarantee-top h5::after {
    display: none;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 32px;
}
.mbs-upsell-2018-12 .larg-section {
    padding: 60px 0;
}
.mbs-upsell-2018-12 .section-18 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-4.jpg") no-repeat left top / auto 40%;
    padding: 50px 0 0;
}
.mbs-upsell-2018-12 .middle-markup-img-1 {
    max-width: 100%;
}
.mbs-upsell-2018-12 .banner-wrapper h5 br {
    display: none;
}
.mbs-upsell-2018-12 .white-area, .mbs-upsell-2018-12 .white-2-area {
    padding: 45px 0 35px;
}
.mbs-upsell-2018-12 .section-4 {
    background: url(/cms/product-pages/muscle-building-stack/img/bg-8.jpg) no-repeat center center / cover;
    padding: 0 0;
}
.mbs-upsell-2018-12 .section-4 .container {
    padding: 0;
}
.mbs-upsell-2018-12 .sectio-4-wrapper {
    padding: 30px 15px 10px;
}
.mbs-upsell-2018-12 .footer-list ul li {
    float: none;
}
.mbs-upsell-2018-12 .product-cta-area-box {
    padding: 25px 15px;
    width: 100%;
}
.mbs-upsell-2018-12 .option-area {
    padding: 35px 0 40px;
}
.mbs-upsell-2018-12 .site-btn {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.mbs-upsell-2018-12 footer {
    padding: 30px 0 30px;
}
.mbs-upsell-2018-12 .product-cta-area-box span {
    font-size: 15px;
}
.mbs-upsell-2018-12 .banner-numbering h5 {
    padding: 7px 15px;
    font-size: 14px;
}
.mbs-upsell-2018-12 .banner-numbering {
    margin: 0px 0 10px;
}
.mbs-upsell-2018-12 .banner-numbering h5:nth-child(2n) {
    background: #FF0000 url(/cms/product-pages/muscle-building-stack/img/lr.png) no-repeat left center / 10px 100%;
}
.mbs-upsell-2018-12 .banner-numbering h5:last-child {
    background: #ddd url(/cms/product-pages/muscle-building-stack/img/lr-2.png) no-repeat left center / 10px 100%;
}
.mbs-upsell-2018-12 .banner {
    padding-bottom: 0;
}
.mbs-upsell-2018-12 .banner-Video {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.mbs-upsell-2018-12 .section-18 {
    background: url("/cms/product-pages/muscle-building-stack/img/bg-6.jpg") no-repeat right top / auto 40%;
    padding-bottom: 0;
    padding-top: 50px;
}
.mbs-upsell-2018-12 .section-14 .styled-list.wrong li {
    font-size: 1.1em;
    padding-bottom: 5px;
}
.mbs-upsell-2018-12 h6 {
    font-size: 1.05em;
    line-height: 1.2;
}
.mbs-upsell-2018-12 .larg-section h2 {
    font-size: 20px;
}
.mbs-upsell-2018-12 .larg-section {
    padding: 50px 0;
}
.mbs-upsell-2018-12 .section-7-wrapper-fu .section-7-item {
    max-width: 260px;
}
.mbs-upsell-2018-12 h4 {
    font-size: 18px;
}
.mbs-upsell-2018-12 .section-7 {
    padding: 45px 0 20px;
}
.mbs-upsell-2018-12 .section-14 {
    padding: 35px 0;
}
.mbs-upsell-2018-12 .styled-list.wrong li {
    background: url("/cms/product-pages/muscle-building-stack/img/tick-icon-5.png") no-repeat left top 4px/ auto 60%;
}
.mbs-upsell-2018-12 .left-icon-box-img {
    height: 80px;
    width: 80px;
}
.mbs-upsell-2018-12 .left-icon-box-text p {
    font-size: 15px;
}
.mbs-upsell-2018-12 .section-17 {
    padding: 45px 0 30px;
}
.mbs-upsell-2018-12 input[type="radio"] + span::before {
    height: 20px;
    width: 20px;
    top: 1px;
    line-height: 16px;
}
}
