@font-face {
    font-family: "AutoBusBold";
    src: url("../fonts/autobus-bold.eot");
    src: url("../fonts/autobus-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/autobus-bold.woff2") format('woff2'), url("../fonts/autobus-bold.woff") format('woff'), url("../fonts/autobus-bold.svg#AutobusBold") format('svg')
}

@font-face {
    font-family: "AkzidenzGroteskBQ";
    src: url("../fonts/akzidenzgroteskbq-ligext.eot");
    src: url("../fonts/akzidenzgroteskbq-ligext.eot?#iefix") format("embedded-opentype"), url("../fonts/akzidenzgroteskbq-ligext.woff2") format('woff2'), url("../fonts/akzidenzgroteskbq-ligext.woff") format('woff'), url("../fonts/akzidenzgroteskbq-ligext.svg#Akzidenz-GroteskBQLightExten") format('svg')
}

.autobusbold {
    font-family: 'AutoBusBold';
    font-weight: 400;
}

.akzidenzgrotesk {
    font-family: 'AkzidenzGroteskBQ';
    font-weight: 400;
}

.akzidenzgrotesk-bold {
    font-family: 'AkzidenzGroteskBQ-Bold';
    font-weight: bold;
}

.mont-font {
    font-family: Montserrat;
}

.impact-font {
    font-family: Anton;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.popup-content {
    border-radius: 10px;
    background: white;
    padding: 25px;
    color: #222;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    max-width: 900px;
}

.bold-font {
    font-weight: 700;
}

.medium-font {
    font-weight: 500;
}

.black-font {
    /*font-weight: 800;*/
}

.regular-font {
    font-weight: 400;
}

.light-font {
    font-weight: 300;
}

.white-color {
    color: white;
}

.red-color {
    color: #c63f36;
}

.grey-color {
    color: white;
    font-size: 18px;
}

.yellow-color {
    color: #fff1cd;
}

body {
    font-family: Montserrat;
    line-height: 1.4;
    color: #817653;
    font-size: 14px;
    background: black;
}

.section-top {
    padding: 30px 0;
    background: url("../img/top-bg_opt.jpg") no-repeat center top;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/top-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/top-bg.png");    
    background-repeat: no-repeat;
    background-position: center top;*/

    background-size: cover;
}


.section-down {
    padding: 30px 0;
    background: url("../img/bottom-bg.jpg") no-repeat center top;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/top-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/top-bg.png");    
    background-repeat: no-repeat;
    background-position: center top;*/

    background-size: cover;
}

.custom-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.custom-list li {
    padding-left: 40px;
    margin: 0;
    background: url("../img/double-arrow.png") no-repeat left 10px;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/double-arrow.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/double-arrow.png");    
    background-repeat: no-repeat;
    background-position: left 10px;*/

    background-size: 32px auto;
    font-size: 30px;
    color: #fff1cd;
}

.top-text {
    font-size: 12px;
    color: #6e3e3c;
}

.top-text-1 {
    width: 290px;
    margin-bottom: 10px;
}

.top-text-2 {
    width: 350px;
    margin-bottom: 30px;
}

.top-image-group {
    padding-left: 200px;
}

.top-bundle {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-top: 0%;
    margin-bottom: -15%;
}

.top-badge {
    position: absolute;
    right: -40px;
    top: 33%;
    width: 120px;
}

.top-left {
    z-index: 3;
}

.check-top {
    font-size: 18px;
    line-height: 1.3;
}

.check-top img {
    margin-right: 10px;
    max-width: 72px;
}

.skewY {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.black-shadow {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.form-title {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.form-wrap {
    padding: 20px 25px 0;
    background: url("../img/form_bg-1.jpg") no-repeat center top;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/form_bg-1.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/form_bg-1.png");    
    background-repeat: no-repeat;
    background-position: center top;*/

    background-size: cover;
}

.guarantee-text {
    color: white;
    margin-bottom: 10px;
    margin-top: 20px;
}

.img-btn {
    border: none;
    background: transparent;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.img-btn img {
    -webkit-filter: drop-shadow(2px 2px 15px black);
    filter: drop-shadow(2px 2px 15px black);
}

#order_form {
    margin-top: 65px;
}

.form-field-label {
    font-size: 13px;
    color: #7d2621;
    font-weight: 500;
}

.field-item .form-control {
    font-size: 14px;
    font-weight: 500;
}

.check-bottom {
    font-size: 12px;
    margin-top: 20px;
}

.check-bottom img {
    margin-bottom: 5px;
}

.top-featured {
    margin-bottom: 15px;
}

.section-2 {
    background: url("../img/second-bg.jpg") no-repeat center top;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/second-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/second-bg.png");    
    background-repeat: no-repeat;
    background-position: center top;*/

    background-size: 100% 100%;
}

.rotated-bottle {
    position: absolute;
    width: 550px;
    margin-left: 100px;
}

.order-btn-img {
    width: 425px;
    max-width: 100%;
    margin: 40px auto 70px;
}

.get-text {
    margin-bottom: 30px;
}

.section-2 .custom-list {
    padding-left: 50px;
}

.section-2-men {
    width: 600px;
    margin-top: -260px;
    margin-left: -50px;
}

.section-3 {
    background: url("../img/section-3-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/section-3-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/section-3-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;*/

    background-size: 100% 100%;
}

.section-3 h2 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
    color: #fff1cd;
}

.improve-text {
    margin-bottom: 20px;
    margin-top: 30px;
}

.section-3 h2 span {
    color: #CA312A;
}

p {
    font-size: 16px;
}

.bottles-badge {
    max-width: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-top: 10%;
    margin-bottom: -20%;
}

.section-4 {
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/section-4-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/section-4-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/section-4-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;
*/
    background-size: contain;
}

.section-4 h3 {
    font-size: 62px;
    line-height: 1;
    color: #CA312A;
    text-align: center;
}

.section-4 h4 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
    color: #fff1cd;
    text-align: center;
}

.review-slider-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.quote {
    font-size: 220px;
    line-height: 1;
}

.quote-left {
    margin-bottom: -100px;
}

.quote-right {
    text-align: right;
    margin-bottom: -100px;
}

.review-title {
    font-size: 30px;
}

.review-top {
    margin-bottom: 25px;
}

.review-star {
    width: 120px;
}

.slick-dots li button:before {
    opacity: 1;
    color: #fff;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E2A417;
}

.section-5 h2 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff1cd;
}

.section-5 h3 {
    font-size: 56px;
    line-height: 1.2;
    color: #CA312A;
}

.section-5 h4 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff1cd;
}

.section-5 {
    background: url("../img/section-5-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/section-5-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/section-5-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;*/

    background-size: cover;
    padding: 50px 0;
}

.single-review-wrap {
    padding-left: 80px;
}

.doctor-image {
    max-width: 100%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-top: 130px;
}

.section-5 .order-btn-img {
    margin-top: -170px;
    margin-bottom: 0;
}

.bottle-3-image {
    width: 450px;
}

.section-6 {
    padding-bottom: 200px;
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/section-6-bg.jpg") no-repeat center bottom;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/section-6-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/section-6-bg.png");    
    background-repeat: no-repeat;
    background-position: center bottom;*/

    background-size: contain;
}

.section-6-top {
    padding: 130px 0;
    background: url("../img/imgs.jpg") no-repeat center bottom;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/man-rope.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/man-rope.png");    
    background-repeat: no-repeat;
    background-position: center bottom;*/

    background-size: cover;
}

.section-6-top h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.section-6-top img {
    max-width: 100%;
}

.section-6-bottom img {}

.section-6-bottom h2 {
    font-size: 68px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.faq-order {
    text-align: center;
    display: block;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.faq-right-img {
    right: 0;
    max-width: 70%;
    bottom: 0;
}

.section-faq {
    padding-bottom: 100px;
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/faq-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/faq-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/faq-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;*/

    background-size: 100% 100%;
}

.faq-title {
    margin-bottom: 40px;
}

.accordion-button {
    background: transparent !important;
    color: white !important;
    border: none !important;
    padding: 20px 0;
    font-size: 32px;
    font-family: 'AutoBusBold';
}

.accordion-item {
    background: transparent;
    border: none;
    border-bottom: 2px solid #A85B1B;
}

.accordion-body {
    padding: 15px 0;
    font-size: 18px;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button::after {
    width: 24px;
    height: 40px;
    background-image: url("../cdn.sportsillustratedintensit.com/images/noOptimized/arrow-down.png");
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/arrow-down.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/arrow-down.png");    */

    background-size: contain;
    background-position: right center;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../cdn.sportsillustratedintensit.com/images/noOptimized/arrow-up.png");
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/arrow-up.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/arrow-up.png");    */

    -webkit-transform: none;

    transform: none;
}

.section-bottom {
    padding-bottom: 50px;
    /*background: url("../cdn.sportsillustratedintensit.com/images/optimized/bottom-bg.jpg") no-repeat center top;*/
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/bottom-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/bottom-bg.png");    
    background-repeat: no-repeat;
    background-position: center top;
*/
    background-size: cover;
}

.bottom-order-btn {
    padding-top: 145%;
    display: block;
}

.section-bottom ul.custom-list {
    padding-left: 20px;
}

.bottom-bottles {
    -webkit-transform: scale(2);
    transform: scale(2);
    margin-top: 65px;
    margin-bottom: 150px
}

.bottom-right {
    max-width: 400px;
}

.bottom-badge {
    width: 140px;
    margin-top: 30px;
}

.section-bottom ul.custom-list li {
    font-size: 26px;
}

footer,
footer a,
footer p {
    color: #817653;
    font-size: 14px;
}

footer a {
    text-decoration: none;
    padding: 0 5px;
}

footer a:hover {
    color: white;
}

footer {
    padding: 40px 0;
}

.slick-prev,
.slick-next {
    top: calc(100% + 13px);
    width: 50px;
    height: 50px;
    z-index: 999;
}

.slick-next {
    right: 35%;
    background: url("../cdn.sportsillustratedintensit.com/images/noOptimized/arrow-right.png") no-repeat center center !important;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/arrow-right.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/arrow-right.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;*/

    background-size: contain !important;
}

.slick-prev {
    left: 35%;
    background: url("../cdn.sportsillustratedintensit.com/images/noOptimized/arrow-left.png") no-repeat center center !important;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/arrow-left.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/arrow-left.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
*/
    background-size: contain !important;
}

.slick-prev:before,
.slick-next:before {
    opacity: 0 !important;
}

.trust-text {
    max-width: 100%;
}

.green-color {
    color: #2df436;
}

body.checkout {
    background: black url("../cdn.sportsillustratedintensit.com/images/optimized/checkout-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/checkout-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/checkout-bg.png");
    background-repeat: no-repeat;
    background-position: center center;*/

    background-size: cover;
}

.check-header-right {
    text-align: right;
    color: #b7b7b9;
    font-size: 19px;
    line-height: 1.3;
}

.check-header-right span#time-title {
    display: block;
}

.check-header-right span.country_offer {
    font-size: 19px;
}

.checkout-header {
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
}

.checkout-header:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100px;
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/check-header-shadow.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/check-header-shadow.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/check-header-shadow.png");
    background-repeat: no-repeat;
    background-position: center center;*/

    background-size: 100% auto;
    top: 80%;
    left: 0;
}

.checkout-content {
    padding: 30px 0;
}

.approve-text {
    font-size: 22px;
    line-height: 1.3;
    color: #c4c4c5;
}

.approve-text span {
    font-size: 1.4em;
    color: #fff1cd;
}

.pack-item {
    padding: 0;
    position: relative;
    cursor: pointer;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-bottom: 100px;
}

.pack-inner {
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/pack-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/pack-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/pack-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;*/
    background-size: cover;
    border: 10px solid #FFF1CD;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
}

.active.pack-inner {
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3), inset 0 0 10px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3), inset 0 0 10px 3px rgba(0, 0, 0, 0.3);
    /*border-color: #FFBF71;*/
    border-color: #C79300;
}

.pack-item:before {
    content: '';
    width: 99%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 30px;
    background: #AA332D;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.pack-top {
    color: #E8D8B0;
    font-size: 24px;
    line-height: 1.2;
    padding: 15px 20px;
}

.pack-count {
    font-size: 28px;
}

.normal-price {
    color: #4f8e52;
}

.free-label {
    color: #95c2ab;
}

.pack-top span {
    font-weight: 400;
}

.no-skew {
    -webkit-transform: none !important;
    transform: none !important;
}

.pack-img-wrap {
    width: 65%;
}

.pack-item-right {
    padding: 50px 15px 10px;
    width: 35%;
    text-align: center;
}

.pack-title {
    font-size: 26px;
    color: #3e1e0a;
    line-height: 1.3;
    margin-bottom: 0;
}

.same-label {
    font-size: 10px;
    color: #3e1e0a;
    font-weight: 600;
}

.pack-price {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 0;
}

.pack-wrapper {
    padding-right: 80px;
}

.pack-img-wrap img {
    margin-top: 35px;
    -webkit-transform: scale(1.15) skewY(3deg) !important;
    transform: scale(1.15) skewY(3deg) !important;
}

.pack-save {
    right: -47px;
    top: 45px;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

.pack-save img {
    max-width: 200px;
}

.save-val {
    position: absolute;
    font-size: 13px;
    top: 16%;
    left: 33%;
}

.save-val div {
    font-size: 2em;
    line-height: 1;
}

.pack-select {
    position: absolute;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
    right: 15px;
    bottom: -43px;
    color: #fff1cd;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

.single-price {
    font-size: 46px;
    line-height: 1.1;
    color: #adb7af;
}

.check-payments {
    color: #7d2621;
    padding-top: 50px;
}

.payment_as_shipping_label {
    color: #7d2621;
}

.checkout-money h3 {
    color: #ECBD47;
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 0;
}

.checkout-money h3 span {
    font-size: 1.3em;
}

.checkout-money img {
    width: 110px;
    margin-right: 15px;
}

.checkout-money {
    padding-top: 20px;
}

.check-bottom {
    font-size: 12px;
    color: #6e3e3c;
    font-weight: 600;
    padding: 30px 0;
}

.check-bottom-inner {
    max-width: 350px;
    margin: 0 auto;
}

.check-bottom p {
    font-size: 12px;
}

body.upsell {
    background: black url("../cdn.sportsillustratedintensit.com/images/optimized/upsell-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/upsell-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/upsell-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;*/
    background-size: cover;
}

.upsell-width {
    max-width: 1000px;
    margin: 0 auto;
}

.upsell-header-right {
    font-size: 28px;
    line-height: 1.2;
    color: #e0ae42;
}

.upsell-header {
    padding: 25px 0 75px;
    margin-bottom: -30px;
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/upsell-header-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/upsell-header-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/upsell-header-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;*/
    background-size: 100% 100%;
}

.upsell-header-inner {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.upsell-title {
    font-size: 74px;
    line-height: 1;
    color: #ecbd47;
    text-align: center;
}

.upsell-inner {
    background: url("../cdn.sportsillustratedintensit.com/images/noOptimized/upsell-inner-bg.png") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/upsell-inner-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/upsell-inner-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;*/

    background-size: cover;
    border: 10px solid #FFF1CD;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 15px;
}

.upsell-inner.upsell-4 {
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/upsell-inner-4-bg.jpg") no-repeat center center;
    /*background-image: url("https://cdn.sportsillustratedintensit.com/images/upsell-inner-4-bg.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/upsell-inner-4-bg.png");    
    background-repeat: no-repeat;
    background-position: center center;
*/
    background-size: cover;
}

.upsell-wrap:before {
    content: '';
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0;
    top: 35px;
    background: #AA332D;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.upsell-badge {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 120px;
}

.upgrade-img {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    margin-bottom: 25px;
}

.upsell-left {
    color: black;
    font-weight: 600;
    padding: 25px 0;
}

.upsell-price {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 0;
}

.upsell-right {
    padding: 25px 0;
}

.upsell-right h5 {
    font-size: 22px;
    line-height: 1.4;
    color: black;
}

.upsell-discount {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 0;
    color: #6e3e3c;
}

.upsell-timer {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

.upsell-time {
    font-size: 62px;
    color: black;
    line-height: 1;
}

.upsell-time span.red-color {
    font-size: 1.2em;
    display: inline-block;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.upsell-right .upgrade-btn {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

.upgrade-btn {
    width: 350px;
}

.no-link,
.upsell-right p {
    color: black;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.upsell-wrap {
    margin-bottom: 50px;
}


@media (min-width: 1920px) {
    .checkout-header:before {
        height: 150px;
    }
}

@media (max-width: 1399px) {
    .top-text-1 {
        width: 240px;
    }

    .top-text-2 {
        width: 310px;
        margin-bottom: 20px;
    }

    .custom-list li {
        padding-left: 35px;
        background: url("../img/double-arrow.png") no-repeat left 6px;
        /*background-image: url("https://cdn.sportsillustratedintensit.com/images/double-arrow.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/double-arrow.png");    
        background-repeat: no-repeat;
        background-position: left 6px;*/

        background-size: 26px auto;
        font-size: 22px;
    }

    .check-top {
        font-size: 16px;
    }

    .form-wrap {
        padding: 20px 15px 0;
    }

    .form-title {
        font-size: 26px;
    }

    .rotated-bottle {
        width: 500px;
        margin-left: 50px;
    }

    .section-3 h2,
    .section-5 h2 {
        font-size: 76px;
    }

    .section-5 h3,
    .section-4 h3 {
        font-size: 50px;
    }

    .section-6-top h1 {
        font-size: 46px;
    }

    .section-6-bottom h2 {
        font-size: 56px;
    }

    .section-bottom ul.custom-list li {
        font-size: 22px;
    }

    .bottom-bottles {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        margin-top: 0;
        margin-bottom: 50px;
    }

}

@media (max-width: 1199px) {
    .order-btn-img {
        width: 325px;
        margin: 40px auto 30px;
    }

    .section-2-men {
        width: 500px;
        margin-top: -200px;
        margin-left: -25px;
    }

    .section-3 h2,
    .section-5 h2 {
        font-size: 64px;
    }

    p {
        font-size: 14px;
    }

    .section-4 h4,
    .section-5 h4 {
        font-size: 30px;
        line-height: 1.4;
    }

    .doctor-image {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        margin-top: 60px;
    }

    .single-review-wrap {
        padding-left: 0;
    }

    .section-6-top {
        padding: 100px 0;
    }

    .section-6-top h1 {
        font-size: 38px;
    }

    .faq-order img {
        width: 350px;
    }

    .accordion-button {
        font-size: 28px;
    }

    .accordion-body {
        font-size: 16px;
    }

    .bottom-order-btn {
        padding-top: 240%;
    }

    .bottom-order-btn img {
        width: 320px;
    }

    .pack-wrapper {
        padding-right: 0;
    }

    /*.check-header-right{
        font-size: 32px;
    }*/
    .checkout-logo {
        width: 160px;
    }

    .pack-top {
        font-size: 22px;
    }

    .pack-count {
        font-size: 26px;
    }

    .pack-title {
        font-size: 22px;
    }

    .pack-price {
        font-size: 40px;
    }

    .single-price {
        font-size: 40px;
    }

    .pack-img-wrap .pack-single img {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .section-top {
        background-size: contain;
    }

    .section-down {
        background-size: contain;
    }

    .top-badge {
        right: 0;
        top: 30%;
        width: 100px;
    }

    .top-text-1 {
        width: 200px;
    }

    .top-text-2 {
        width: 260px;
    }

    .top-bundle {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .section-2-men {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .rotated-bottle {
        width: 500px;
        margin: 0 auto;
        display: block;
        position: relative;
        max-width: 100%;
    }

    .section-3 h2,
    .section-5 h2 {
        font-size: 42px;
    }

    .bottles-badge {
        -webkit-transform: none;
        transform: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-5 h3,
    .section-4 h3 {
        font-size: 36px;
    }

    .section-4 h4,
    .section-5 h4 {
        font-size: 26px;
    }

    .doctor-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 40px;
    }

    .section-6-top h1 {
        font-size: 28px;
    }

    .section-6-top img {
        width: 250px;
    }

    .mobile-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
    }

    .bottom-order-btn {
        padding-top: 22%;
        text-align: center;
        margin-bottom: 50px;
    }

    .bottom-order-btn img {
        width: 260px;
    }

    .bottom-badge {
        width: 110px;
    }

    .bottom-bottles {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        margin-top: -50px;
        margin-bottom: 0;
    }

    .section-bottom {
        background-size: contain;
    }

    .section-2 {
        background-size: cover;
    }

    /*.check-header-right {
        font-size: 32px;
        line-height: 1.3;
    }
    .check-header-right span.country_offer {
        font-size: 14px;
    }*/
    .checkout-logo {
        width: 120px;
    }

    .checkout-header {
        padding: 15px 0;
    }

    .checkout-header:before {
        height: 70px;
    }

    .upsell-header-right {
        font-size: 20px;
    }

    .upsell-header {
        padding: 9px 0 40px;
        margin-bottom: -10px;
    }

    .upsell-title {
        font-size: 50px;
    }

    .upsell-badge {
        width: 80px;
    }

    .upsell-price,
    .upsell-discount {
        font-size: 54px;
    }

    .upsell-right h5 {
        font-size: 16px;
    }

    .upsell-time {
        font-size: 46px;
    }

    .upgrade-btn {
        width: 250px;
    }

}

@media (max-width: 767px) {
    .section-3 .col-lg-6 {
        max-width: 290px;
        display: block;
        margin: 0 auto
    }

    .top-image-group {
        padding-left: 75px;
    }

    p {
        font-size: 12px;
    }

    .img-btn {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    .quote {
        font-size: 150px;
    }

    .quote-left {
        margin-bottom: -80px;
    }

    .review-title {
        font-size: 24px;
    }

    .review-star {
        width: 90px;
    }

    .section-5 h3,
    .section-4 h3 {
        font-size: 28px;
    }

    .section-4 h4,
    .section-5 h4 {
        font-size: 22px;
    }

    .quote-right {
        margin-bottom: -55px;
        margin-top: -30px;
    }

    .slick-next {
        right: 27%;
    }

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px;
    }

    .slick-prev {
        left: 27%;
    }

    .section-6-top {
        padding: 50px 0;
    }

    .section-6-bottom h2 {
        font-size: 42px;
    }

    .section-bottom ul.custom-list {
        padding-left: 0;
    }

    .section-faq {
        background-size: cover;
    }

    .faq-right-img {
        max-width: 50%;
    }

    footer,
    footer a,
    footer p {
        font-size: 12px;
    }

    .pack-top {
        font-size: 18px;
        padding: 10px 15px;
    }

    .pack-count {
        font-size: 22px;
    }

    .pack-img-wrap img {
        margin-top: 20px;
    }

    .pack-save img {
        max-width: 150px;
    }

    .pack-save {
        right: -40px;
        top: 40px;
    }

    .save-val {
        font-size: 12px;
        font-weight: 300;
    }

    .save-val div {
        font-size: 1.4em;
    }

    .pack-select {
        font-size: 18px;
    }

    .upsell-header-right {
        font-size: 16px;
    }

    .upsell-header {
        padding: 5px 0 30px;
        margin-bottom: 0;
    }

    .upsell-title {
        font-size: 32px;
    }

}

@media (max-width: 575px) {
    .top-text-1 {
        width: 110px;
    }

    .section-top {
        padding-top: 15px;
    }

    .top-text-2 {
        width: 180px;
    }

    .top-badge {
        right: 73%;
        top: 55%;
        width: 70px;
    }

    .custom-list li {
        padding-left: 20px;
        background: url("../img/double-arrow.png") no-repeat left 6px;
        /*background-image: url("https://cdn.sportsillustratedintensit.com/images/double-arrow.webp"), url("https://cdn.sportsillustratedintensit.com/images/noOptimized/double-arrow.png");    
        background-repeat: no-repeat;
        background-position: left 6px;*/

        background-size: 12px auto;
        font-size: 18px;
    }

    .top-text {
        font-size: 10px;
    }

    .img-btn {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .section-3 h2,
    .section-5 h2 {
        font-size: 34px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .section-5 .order-btn-img {
        margin-top: -90px;
        margin-bottom: 0;
        width: 250px;
    }

    .section-6-bottom h2 {
        font-size: 32px;
    }

    .faq-order img {
        width: 300px;
    }

    .section-6 {
        padding-bottom: 100px;
    }

    .accordion-button {
        font-size: 20px;
    }

    .accordion-body {
        font-size: 13px;
    }

    .bottom-order-btn img {
        width: 200px;
    }

    .section-bottom ul.custom-list li {
        font-size: 13px;
    }

    .bottom-badge {
        width: 70px;
        margin-top: 10px;
    }

    .bottom-bottles {
        margin-top: -20px;
    }

    .form-field-label {
        font-size: 12px;
    }

    .field-item .form-control {
        font-size: 18px;
    }

    .check-header-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    /*.check-header-right{
        width: 100%;
        text-align: center;

    }*/
    .checkout-logo {
        margin-bottom: 10px;
    }

    .approve-text {
        font-size: 16px;
    }

    .pack-top {
        font-size: 12px;
    }

    .pack-count {
        font-size: 16px;
    }

    .pack-inner {
        border-width: 6px;
    }

    .pack-title {
        font-size: 14px;
    }

    .pack-item-right {
        padding: 50px 5px 10px;
    }

    .pack-price {
        font-size: 26px;
    }

    .pack-item:before {
        top: 20px;
    }

    .pack-save {
        top: 30px;
    }

    .pack-select {
        font-size: 14px;
        right: 5px;
        bottom: -28px;
    }

    .pack-item {
        margin-bottom: 50px;
    }

    .single-price {
        font-size: 24px;
    }

    .checkout-money img {
        width: 85px;
    }

    .checkout-money h3 {
        font-size: 28px;
    }

    body.upsell .checkout-logo {
        width: 90px;
        margin-bottom: 0;
    }

    .upsell-header-right {
        font-size: 12px;
    }

    .upsell-header {
        padding: 5px 0 35px;
        margin-bottom: 0;
        background-size: 200% 100%;
    }

    .upsell-title {
        font-size: 24px;
    }

    .upsell-left {
        padding: 10px 0;
    }

    .upgrade-img {
        margin-bottom: 10px;
    }

    .upsell-price,
    .upsell-discount {
        font-size: 42px;
    }

    .upsell-right h5 {
        font-size: 14px;
    }

    footer a {
        font-size: 10px;
    }
}

.cards-list {
    /*margin: 15px 25px 0*/
}

.cards-list:after,
.cards-list:before {
    content: "";
    display: block;
    clear: both
}

.cards-list img {
    /*float: left;*/
    max-width: 100%;
    width: 48px;
    margin-right: 10px
}

.animated {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation: pulse 1s ease 0s infinite;
    animation: pulse 1s ease 0s infinite;

}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.35);
    }

    50% {
        -webkit-transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1.35);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.sticky-countdown {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    color: #b7b7b9;
    font-size: 18px;
    font-family: 'AutoBusBold';
    line-height: 1.3;
    z-index: 9999;
    display: block;
    background: black;
    padding: 12px 8px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.sticky-countdown span#sticky-time-title {
    display: block;
    font-size: 22px;
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .check-header-right {
        font-size: 19px;
        line-height: 1.3;
        width: 100%;
        text-align: center;
    }

    .check-header-right span.country_offer {
        font-size: 14px;
    }

    .check-header-right span#time-title,
    .check-header-right span#time {
        font-size: 32px;
    }

    .sticky-countdown {
        left: 0;
        -webkit-transform: unset;
        transform: unset;
    }

    /*.check-header-right span#time-title {
        display: inline-block;
    }*/

}

.mfp-wrap.exit-popup .mfp-inline-holder .mfp-content {
    border: thick solid #d24532;
    border-radius: 8px;
    background: url("../cdn.sportsillustratedintensit.com/images/optimized/upsell-inner-4-bg.jpg");
    background-size: 100% 100%;
    max-width: 500px;
    padding: 0 0 20px 0;
    text-align: center;
}

.mfp-wrap.exit-popup .mfp-inline-holder .mfp-content p {
    font-size: 18px;
}

.mfp-wrap.exit-popup .mfp-inline-holder .mfp-content p.title {
    font-size: 2rem;
    font-weight: 800;
    color: #d24936;
}

.mfp-wrap.exit-popup .mfp-inline-holder .mfp-content p.inner-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d24936;
}

.mfp-wrap.exit-popup .mfp-inline-holder .mfp-content button.exit-popup-btn {
    background-color: #c7782b;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.mfp-wrap.exit-popup .mfp-inline-holder .mfp-content button.exit-popup-btn:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(199, 120, 43, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgba(199, 120, 43, 0.25) !important;
}

.mfp-wrap.hurry-popup .mfp-inline-holder .mfp-content {
    border: thick solid #D24532;
    border-radius: 8px;
    background: #E1CAAC;
    max-width: 500px;
    text-align: center;
}

.mfp-wrap.hurry-popup .mfp-inline-holder .mfp-content p.title {
    font-size: 18px;
    font-weight: 600;
    color: #D24936;
}

.mfp-wrap.hurry-popup .mfp-inline-holder .mfp-content p {
    font-size: 14px;
    font-weight: 500;
}

.mfp-wrap.hurry-popup .mfp-inline-holder .mfp-content button.hurry-popup-btn {
    background-color: #C7782B;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.mfp-wrap.hurry-popup .mfp-inline-holder .mfp-content button.hurry-popup-btn:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(199, 120, 43, 0.25) !important;
    box-shadow: 0 0 0 0.25rem rgba(199, 120, 43, 0.25) !important;
}

/*new*/

.text-center {
    text-align: center
}

.custom-modal {
    min-width: 300px;
    text-align: center;
    font-size: 20px;
    padding: 30px 0
}

.mfp-content {
    max-width: 800px;
    color: #000;
}

.api-error.alert.alert-danger {
    background: #ff3d47;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px
}

form .alert.alert-danger {
    background: #ff3d47;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px
}

[data-uitype=leadform] .alert.alert-danger {
    background: #ff3d47;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px
}

[data-uitype=leadform].position-absolute .alert.alert-danger {
    width: 85%;
    top: 0;
    left: 5%;
    position: absolute
}

[data-uitype=orderform] .alert.alert-danger {
    background: #ff3d47;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px
}

[data-uitype=orderform] .alert.alert-danger span {
    display: none
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .9
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .9
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: .7
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.95);
        opacity: .7
    }
}

.my-modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.my-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.my-modal-header .close {
    margin-top: -2px
}

.my-modal-title {
    margin: 0;
    line-height: 1.42857143
}

.my-modal-body {
    position: relative;
    padding: 15px
}

.my-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.my-modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.my-modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.my-modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .my-modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .my-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.clearfix:after,
.clearfix:before,
.my-modal-footer:after,
.my-modal-footer:before,
.my-modal-header:after,
.my-modal-header:before {
    content: " ";
    display: table
}

.clearfix:after,
.my-modal-footer:after,
.my-modal-header:after {
    clear: both
}

.mfp-bg.mfp-ready,
.mfp-wrap.mfp-ready {
    z-index: 9999999
}

.cvv-card {
    background-image: url(cvvnumber.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 350px;
    height: 233px;
    margin: auto;
    padding: 20px 0;
    display: block
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-content {
    max-width: 800px
}

body {
    -webkit-overflow-scrolling: touch
}

body.mfp-active {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    position: fixed;
    overflow: auto
}

body .mfp-wrap {
    position: fixed;
    overflow: auto;
    top: 0 !important
}

.custom-popover {
    background-color: rgba(127, 132, 142, 0.96);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.pop-uphead {
    margin: 0 auto;
    width: 100%;
    display: inline-block
}

.pop-box {
    max-width: 1000px;
    width: 100%;
    margin: 4px auto;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 100px;
    opacity: 0;
    -webkit-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.pop-box img {
    max-width: 100%
}

.fixed-content {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden
}

.pop-box a {
    color: #000;
    font-size: 12px
}

.mfp-iframe-scaler iframe {
    background: #fff;
}

.mfp-iframe-holder .mfp-content {
    height: 85%;
}

.hide {
    display: none;
}

.custom-modal-body {
    background: #fff;
}

.debug_alert {
    background: #fb0000;
    padding: 10px 0;
    color: #fff;
    text-a}lign: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    font-size: 20px;

.mfp-content {
    background: #fff;
    padding: 20px
}
}