.atcSection img {
    width: 100%;
    display: block;
}

.atc-box {
    background: #F3FBFF;
    border: 0.8px solid #375C6D;
    color: #232323;
    border-radius: 10px;
    overflow: hidden;
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.atc-box .title {
    background-color: #375C6D;
    color: #fff;
    padding: 0.8em 2.5em;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Work Sans", sans-serif;
}

.atc-box .column__wrapper {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	padding: 1.7em 2em 30px;
	background: #F3FBFF;
}

.atc-box .column {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}

.atc-box .column .heading {
    color: #375C6D;
    font-weight: 500;
    line-height: 1.25;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

.atc-box .column .price-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.atc-box .column .price-section .price-row .price {
    font-weight: 700;
    line-height: 1;
    font-size: 5em;
}

.atc-box .column .price-section .price-row .per-bottle-txt {
    font-weight: 500;
    font-size: 1.8em;
}

.atc-box .column .btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #f90 0, #ffd500 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    font-style: italic;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 25px;
    margin: 15px auto;
    max-width: 95%;
}

.atc-box .column .btn__decline {
    background: linear-gradient(180deg, #c4c4c4 0, #f2f2f2 100%);
    border: 1.5px solid #888;
    color: #5f5f5f;
    display: inline-block;
    padding: 10px 2em;
    margin-bottom: 0.8em;
    font-size: 1.6em;
}

.atc-box .column .btn__atc:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 45deg, transparent 0, transparent 75%, rgba(255, 255, 255, 0.8) 75%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 1% top;
    background-size: 300% 300%;
    transition: all 0.5s ease-out;
}

.atc-box .column .btn__atc {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.countdown-wrapper {
    margin: 1em auto;
}

.countdown {
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.countdown__item {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    background-color: red;
    color: #fff;
    border-radius: 10px;
    padding: 5px 5px 15px;
}

.countdown__item .border-wrapper {
    border: 1px solid #ffffffa8;
    position: relative;
    padding: 30px 20px 25px;
    border-radius: 10px;
}

.countdown__item .amount {
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.countdown__item .period {
    background-color: red;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    padding: 0 5px;
}

.atc-box .column .price-section .guarantee-row {
    width: 100%;
    margin-left: 10px;
}

.atc-box .column .price-section .guarantee-row .guarantee-money-back {
    max-width: 180px;
    margin: 0 auto;
}

.atc-box .column .price-section .guarantee-row .guarantee-icons {
    margin: 10px auto;
    max-width: 200px;
}

.atc-box .column .price-section .guarantee-row .guarantee-desc {
    color: #5f5f5f;
    background-color: #fff;
    border: 0.5px solid #b7e1e8;
    border-radius: 10px;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 500;
}

.atc-box .column .price-section .guarantee-row .guarantee-desc .options-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    font-weight: 700;
    margin-bottom: 7px;
}

.atc-box .column .price-section .guarantee-row .guarantee-desc .options-list .icon {
    margin-right: 10px;
    max-width: 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.atc-box .column .price-section .guarantee-row .guarantee-desc .options-list p {
    font-size: 1.3em;
    line-height: 1;
    max-width: 65%;
}

.atc-box .column .price-section .guarantee-row .guarantee-desc p {
    margin-bottom: 0;
    line-height: 1.25;
}

.atc-box .column .shipping-extra {
    background: #fff;
    border: 0.5px solid #b7e1e8;
    border-radius: 10px;
    padding: 1em 1.5em;
    font-size: 0.95em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    line-height: 1.3;
    text-align: left;
    margin-top: 1.3em;
    margin-bottom: 1em;
}

.atc-box .column .shipping-extra .icon {
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    margin-right: 10px;
}

.atc-box .list {
    list-style: none;
    padding: 0 1.5em 1.3em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.atc-box .list li {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 1em;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.atc-box .list li:before {
    content: "";
    background-image: url(/assets-mbn/images/certified-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 130px;
    height: 63px;
    margin-right: 10px;
}

.d-none {
    display: none !important;
}

@media (min-width: 1400px) {
    .atc-box .column .btn {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .atc-box .column .heading {
        font-size: 1.5em;
    }
    .atc-box .column .countdown__item .amount {
        font-size: 2.5em;
    }
    .atc-box .column .countdown__item .period {
        font-size: 0.75em;
    }
    .atc-box .column .price-section {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .atc-box .column .price-section .price-row {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .atc-box .column .price-section .price-row .price {
        font-size: 5.5em;
    }
    .atc-box .column .price-section .price-row .per-bottle-txt {
        font-size: 1.5em;
    }
    .atc-box .column .btn {
        font-size: 1.4em;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 10px;
        max-width: 100%;
    }
    .atc-box .column .btn__atc {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .atc-box .list {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 2em 1.7em;
        background: #F3FBFF;
    }
    .d-lg-block {
        display: block !important;
    }
}


@media (min-width: 768px) {
    .countdown {
        font-size: 20px;
    }
    .countdown__item .border-wrapper {
        padding: 30px 30px 30px;
    }
    .countdown__item .amount {
        font-size: 3.5em;
    }
}

@media (max-width: 768px) {
    .atc-box .column__wrapper {
        padding: 1em 0.5em 0;
    }
    .atc-box .column__wrapper {
        display: -block;
        display: block;
    }
    .atc-box .column .price-section .guarantee-row {
	width: 100%;
	margin-left: 0px;
}
}

@media (max-width: 768px) {
    .atc-box .title {
        padding: 0.8em 0.5em;
        font-size: 28px;
    }
    .header_logo {
        width: 100%;
        max-width: 130px;
    }
    .atc-box .column .price-section .price-row .price {
        font-size: 3em;
    }
    p.hint {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .atc-box .list li {
        font-size: 0.8em;
    }
   img.gift1 {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
    .atc-box .column .btn {
        font-size: 1.3em;
    }
    .atc-box .column .price-section .guarantee-row .guarantee-money-back {
        max-width: 170px;
    }
    .footer_logo {
        max-width: 200px;
        margin-bottom: 30px;
    }
    .atc-box .column .btn__decline {
        font-size: 1.2em;
    }
    .atc-box .column .shipping-extra {
        padding: 1em 1em;
    }
}
@media (max-width: 500px) {
    .atc-box .column .shipping-extra {
	font-size: 0.83em;
	
}
.atc-box .title {
	font-size: 26px;
}
.atc-box .column .price-section .price-row .price {
	font-size: 2.6em;
}
.atc-box .column .price-section .price-row .per-bottle-txt {
	font-weight: 500;
	font-size: 1.5em;
}
.atc-box .column .btn {
	font-size: 1em;
}
}
@media (max-width:428px){
    .atc-box .column .heading {
    font-size: 1.14em;
}
    .atc-box .column .shipping-extra .icon {
	max-width: 50px;
	margin-right: 0px;
}
 .atc-box .column .shipping-extra {
	font-size: 0.70em;
	
}
}
@media (max-width:390px){
    .atc-box .column .heading {
    font-size: 1em;
}
.atc-box .title {
	font-size: 24px;
}
.atc-box .column .price-section .price-row .price {
	font-size: 2.5em;
}
.atc-box .column .price-section .price-row .per-bottle-txt {
	font-weight: 500;
	font-size: 1.5em;
}
.atc-box .column .btn {
	font-size: 1em;
}
}
@media (max-width:350px){
    .atc-box .column .shipping-extra {
	font-size: 0.65em;
	
}
}
@media (max-width: 280px)
{
  
.header_logo {
    max-width: 110px;
}
}