body .atc-box-title {
    text-align: center;
    color: #6b73b7
}
.six-btl-img{
    max-width: 340px;
}
.move-h {
    margin-right: -.7em;
    margin-left: -.7em
}

body .atc-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em;
    margin:  auto;
    padding:10rem 0px 80px 0px;
    font-size: 16px;
    color: #000
}

body .atc-box-wrapper {
    background-color: #ededed;
    padding-top: 2.5em;
    padding-bottom: 3em
}

body .atc-box__item {
    color: #AA1060;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #00000040;
    border-radius: 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 0px;
    padding-top: 15px;
}

body .atc-box__item:last-child {
    -ms-flex-order: 2;
    order: 2
}

body .atc-box__item.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .25s linear;
    border: .8px solid #375c6d;
    background: linear-gradient(0deg, #762A78 0%, #DF2C89 100%);
    ;
    color: #fff;
    overflow: initial;
    position: relative;
    -ms-flex-order: 1;
    order: 1
}
.txt-wyt{
    color: #FFFFFF !important;
}

body .atc-box__item.active:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    background-image: url("/assets-mbn/images/most-popular.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 60px;
    width: 100%
}

body .atc-box__item .content .column__right, body .atc-box__item.active .content .arrow-icon {
    position: relative
}

body .atc-box__item.active:active, body .atc-box__item.active:focus, body .atc-box__item.active:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #f3fbff
}

body .atc-box__item.active .content .arrow-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -31px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url("/assets-mbn/images/arrow-red.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	width: 37px;
	height: 55px;
	z-index: 1;
}

body .atc-box__item.active .content .price {
    color: #fff;
}

body .atc-box__item.active .content .atc-button {
    text-align: left;
    background: linear-gradient(90deg, #FF9900 0%, #FFD500 100%);
    border: 1.5px solid #f90;
    margin-top: 37px;
}

.atc-box__item.active .content .atc-button:active, .atc-box__item.active .content .atc-button:focus, .atc-box__item.active .content .atc-button:hover {
    -webkit-filter: brightness(0.86);
    filter: brightness(.86)
}

body .atc-box__item.active .content .guarantee-box {
    /* margin-top: 40px; */
    margin-bottom: 10px
}
.one-bttl-img {
    max-width: 288px;
}
.thee-btl-img{
    max-width: 300px;
}
body .atc-box__item .title {
    margin-top: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1em;
}

body .atc-box__item .title__sub {
    font-size: 19px;
    font-weight: 400;
    text-transform: initial;
    color: #000;
}

body .atc-box__item > .title {
    display: none;
}

body .atc-box__item .content {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 15px;
    align-items: center;
}

body .atc-box__item .content .ribbon {
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px .5em;
    border-radius: 5px;
    margin: 0 auto .5em
}

body .atc-box__item .content .ribbon .icon {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICAgdmlld0JveD0iMCAwIDUxLjU3IDQyLjkyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MS41NyA0Mi45MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMy0zIiBmaWxsPSIjMEY4QzQ0IiBkPSJNMTUuMTEsMjkuNjINCgkJbC04LjEzLTkuODZMMCwyNS41NmwxNy4xMSwxNy4zNUMzMS44MiwxMC4xMyw1MS41NywwLDUxLjU3LDBDMzUuNDgsMy45OSwxNS4xMSwyOS42MiwxNS4xMSwyOS42MiIvPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-size: 85% 100%;
    background-position: center;
    margin-right: 5px
}

body .atc-box__item .content .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

body .atc-box__item .content .column__right:before {
    content: "";
    border-left: .5px solid #979797;
    height: 95%;
    position: absolute;
    left: 0
}

body .atc-box__item .content .column__left .column__padding {
    padding: 0 10px 10px
}

body .atc-box__item.active .content .column__left .column__padding {
    padding-top: 0%;
}

body .atc-box__item .content .column__right .column__padding {
    padding: 25px 10px 10px
}

body .atc-box__item .content .column__right .guarantee-box {
    display: none
}

body .atc-box__item .content .img__wrapper {
    max-width: 299px;
    margin: 0 auto;
    position: relative;
    margin-top: 21px;
    margin-bottom: 0px;
}

body .atc-box__item .content .img__wrapper .saving-price {
    position: absolute;
    right: -5%;
    top: -12%;
    max-width: 55px;
    z-index: 1
}

body .atc-box__item .content .img__wrapper .saving-price:before {
    content: "save $" attr(data-saving-price);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    color: #fff;
    font-size: .83em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1
}

body .atc-box__item .content .img__wrapper[data-count]:after {
    content: attr(data-count);
    position: absolute;
    right: -10%;
    bottom: 5%;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: .5em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@supports not (background-image:url("/assets-mbn/images/atc-img/w_200.webp")) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        background-image: url("/assets-mbn/images/atc-img/w_200.png")
    }
}

@supports (background-image:url("/assets-mbn/images/atc-img/w_200.webp")) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        background-image: url("/assets-mbn/images/atc-img/w_200.webp")
    }
}


@media only screen and (min-width: 350px) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        font-size: 1.2rem
    }
}

@media only screen and (min-width: 390px) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        font-size: 1.4rem
    }
}

@media only screen and (min-width: 460px) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        font-size: 1.6rem
    }
}

@media only screen and (min-width: 576px) {
    body .atc-box__item .content .img__wrapper .saving-price {
        right: -8%;
        top: -2%;
        max-width: 85px
    }

    body .atc-box__item .content .img__wrapper .saving-price:before {
        font-size: 1em
    }

    body .atc-box__item .content .img__wrapper[data-count]:after {
        font-size: 2rem;
        bottom: 4%;
        padding: .4em
    }

    body .atc-box {
        font-size: 18px
    }

    body .atc-box .atc-box__item .content .guarantee-box .icon {
        max-width: 40px
    }
}

@media only screen and (min-width: 1919px) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        font-size: 2.4rem;
        bottom: -2%;
        padding: .5em
    }
}

body .atc-box__item .content .img__wrapper[data-count=x1]:after {
    right: 10%
}

body .atc-box__item .content .price {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    color: #AA1060;
    margin-bottom: 15px;
}

body .atc-box__item .content .price .per-bottle-txt {
    font-size: .3em;
    font-weight: 400
}

body .atc-box__item .content .pay-only {
    font-weight: 900;
    font-size: 1.4em;
    margin-bottom: 0
}

.atc-box img {
    width: 100%
}

body .atc-box__item .content .pay-only .save-cash {
    font-weight: 400;
    text-decoration: line-through;
    -webkit-text-decoration-color: #ff0000;
    text-decoration-color: #ff0000;
    text-decoration-thickness: 2px
}

body .atc-box__item .content .atc-button {
    border-radius: 10px;
    border: 1.5px solid #AA1060;
    background: linear-gradient(90deg, #622264 0%, #AA1060 100%);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 900;
    padding: 7px;
    margin-bottom: 1.25em;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .2s ease-in-out
}

body .atc-box__item .content .atc-button .icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    display: inline-block;
    margin-right: 5px
}

body .atc-box__item .content .atc-button .icon__basket {
    background-image: url("/assets-mbn/images/cart-logo.webp")
}

body .atc-box__item .content .extra-txt {
    font-size: .9em;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #000;
    margin-top: 5px;
    margin-bottom: 25px;
}

body .atc-box__item .content .made-in-img {
    margin: 1em auto;
    max-width: 115px;
    border-radius: 5px;
}

.a_link {
    text-decoration: none;
    color: inherit;
}

body .atc-box__item .content .payment-methods {
    margin: 0 auto .5em
}

body .atc-box__item .content .guarantee-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    font-size: .75em;
  
}
.guarantee-box {
    padding-top: 10px;
}
.atc-bx{
    background-color: #EEEEEE;
}

body .atc-box__item .content .guarantee-box .icon {
    max-width: 30px;
    margin-right: 10px
}

body .atc-box__item .content .guarantee-box .text-lg {
    font-weight: 800;
    font-size: 1em;
    color:#000
}

body .atc-box__item .content .guarantee-box .text-sm {
    font-size: .8em;
    color:#000
}

@media only screen and (min-width: 360px) {
    body .atc-box__item .content .price {
        font-size: 3.3em
    }

    body .atc-box__item .content .guarantee-box {
        font-size: .8em
        ma
    }

    body .atc-box__item .content .guarantee-box .icon {
        max-width: 35px
    }
}

@media only screen and (min-width: 400px) {
    body .atc-box__item .content .guarantee-box {
        font-size: .95em
    }
}

@media only screen and (min-width: 992px) {
    body .atc-box__item .content .img__wrapper .saving-price {
        right: 0;
        top: 11%
    }

    body .atc-box__item .content .img__wrapper .saving-price:before {
        font-size: 1.3rem
    }

    body .atc-box {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: center;
        align-items: baseline;
        justify-content: center;
        gap: 1.5em
    }

    body .atc-box__item {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
        -ms-flex-order: initial;
        order: initial
    }

    body .atc-box__item:last-child {
        -ms-flex-order: initial;
        order: initial
    }

    body .atc-box__item > .title {
        display: -ms-flexbox;
        display: flex
    }

    body .atc-box__item.active {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
        -ms-flex-order: initial;
        order: initial
    }

    body .atc-box__item.active:before {
        top: -11px;
        right: -12px;
        height: 130px
    }

    body .atc-box__item.active .content .img__wrapper {
        max-width: 100%
    }

    body .atc-box__item.active .content .arrow-icon:before {
        width: 50px;
        height: 65px;
        left: -50px
    }

    body .atc-box__item .title {
        font-size: 1.7em;
        min-height: auto;
        margin-top: 1em;
    }

    body .atc-box__item .title__sub {
        font-size: 1.4em;
        margin-top: 5px;
    }

    body .atc-box__item .content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    body .atc-box__item .content .ribbon {
        padding: 8px .5em 6px;
        font-size: 17px;
        max-width: 266px;
        border-radius: 8px;
    }

    body .atc-box__item .content .ribbon .icon {
        width: 25px;
        height: 25px;
        border-radius: 8px;
        margin-right: 10px
    }


    body .atc-box__item.active .content .column__left .column__padding {
        padding-top: 0;
    }

    body .atc-box__item .content .column__right:before {
        content: none
    }

    body .atc-box__item .content .column__right .column__padding {
        padding: 0 25px
    }

    body .atc-box__item .content .column__right .guarantee-box {
        display: -ms-flexbox;
        display: flex
    }

    body .atc-box__item .content .column__left .guarantee-box,
    body .atc-box__item .content .title {
        display: none
    }

    body .atc-box__item .content .price {
        font-size: 80px
    }

    body .atc-box__item .content .extra-txt {
        font-size: 1.1em;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body .atc-box__item .content .atc-button {
        font-size: 1.1em;
        padding: .4em 1em;
        margin-bottom: .8em
    }

    body .atc-box__item .content .atc-button .icon {
        width: 40px;
        height: 40px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }

    body .atc-box__item .content .made-in-img {
        max-width: 140px;
    }

    body .atc-box__item .content .payment-methods {
        max-width: 80%;
        margin-bottom: 1em
    }

    body .atc-box__item .content .guarantee-box {
        margin-top: .5em;
        margin-bottom: 1em;
        font-size: 1em
    }

    body .atc-box__item .content .guarantee-box .icon {
        max-width: 50px
    }
}

@media only screen and (min-width: 1200px) {
    body .atc-box__item.active .content .arrow-icon:before {
        width: 60px;
        height: 75px;
        left: -55px
    }

    body .atc-box__item .content .atc-button {
        font-size: 23px
    }

    body .atc-box__item .content .atc-button .icon {
        width: 50px;
        height: 50px;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        margin-right: 10px
    }
}

@media only screen and (min-width: 1600px) {
    body .atc-box {
        font-size: 22px;
        max-width: 1400px
    }

    body .atc-box__item.active .content .price {
        font-size: 4.5em
    }

    body .atc-box__item .title {
        font-size: 30px
    }

    body .atc-box__item .title__sub {
        font-size: 1em
    }

    body .atc-box__item .content .pay-only {
        font-size: 1.3em
    }
}
@media(max-width:1170px){
  
    body .atc-box__item .content .price {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .atc-box img {
        width: 95%
    }
    body .atc-box__item .content .atc-button .icon {
        margin-right: 20px ;
    }
    .dktp_only {
        display: none !important;
    }
  body .atc-box__item.active::before {
	top: -11px;
	right: -12px;
	height: 125px;
}
.guarantee-img img {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: auto
}

body .atc-box__item .content .ribbon .icon {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
body .atc-box__item .content .ribbon {
    font-size: 16px;
    padding: 10px 21px 10px 10px;
    width: 100%;
    max-width: 270px;
}
body .atc-box__item .content .price {
    font-size: 66px;
}
}

@media (max-width: 768px) {
    body .atc-box__item .content .img__wrapper .saving-price {
        right: 12%;
        top: 10%;
        max-width: 62px
    }
    body .atc-box__item.active .content .atc-button {
	margin-top: 15px;
	margin-bottom: 10px;
}
    .a_link {
	flex: 50%;
}
        body .atc-box__item .title {
	font-size: 26px;
	margin-top: 8px;
}
body .atc-box__item .content .ribbon {
	font-size: 14px;
	padding: 5px 14px 5px 6px;
	max-width: 270px;
}
body .atc-box__item .content .ribbon .icon {
	width: 18px;
	height: 18px;
}
body .atc-box__item .title__sub {
	font-size: 19px;
}
    body .atc-box__item .content .img__wrapper .saving-price:before {
        font-size: .8em
    }

    body .atc-box__item .content .atc-button {
        font-size: 1.3em
    }

    body .atc-box__item .content .price {
        font-size: 3em
    }
}

@media (max-width: 560px) {

    body .atc-box__item .content .atc-button {
        font-size: 1.1em
    }

    body .atc-box__item .content .img__wrapper .saving-price {
        right: 1%;
        top: 10%;
        max-width: 51px
    }
body .atc-box__item .content .ribbon {
	font-size: 11px;
	padding: 5px 14px 5px 6px;
	font-weight: 500;
}
body .atc-box__item .content .ribbon .icon {
	width: 15px;
	height: 15px;
}
.atc-box img {
	width: 100%;
}
.one-bttl-img {
	max-width: 178px;
}
body .atc-box__item .title {
	font-size: 21px;
}
body .atc-box__item .title__sub {
	font-size: 17px;
	padding: 0px 7px;
}
}

@media (max-width: 428px) {
    body .atc-box__item .content .price {
        font-size: 3em;
        margin-bottom: 5px
    } 

body .atc-box {
	padding: 5rem 0px 80px 0px;
}
    body .atc-box__item.active .content .img__wrapper {
        margin-bottom: 0
    }

    body .atc-box__item .content .atc-button {
        font-size: .8em
    }

    body .atc-box__item .content .extra-txt {
        font-size: 1em
    }

    .atc-box img {
        width: 100%
    }

    body .atc-box__item .content .img__wrapper .saving-price {
        right: 0;
        top: 5%
    }
}

@media (max-width: 400px) {
    body .atc-box__item .content .atc-button {
        font-size: 1em
    }
    body .atc-box__item .content .atc-button .icon {
	margin-right: 7px;
}
    body .atc-box__item .content .price {
	font-size: 2.5em;
	margin-bottom: 10px;
}

    body .atc-box__item .content .guarantee-box .icon {
        margin-right: 2px
    }

    body .atc-box__item .content .img__wrapper .saving-price {
        right: 0
    }
}

@media (max-width: 390px) {
    body .atc-box-wrapper {
        padding: 1em 0
    }

    .guarantee-img img {
        max-width: 270px
    }

    body .atc-box__item .content .price {
        font-size: 3em
    }

    body .atc-box__item .content .atc-button {
        font-size: .8em
    }

    body .atc-box__item .content .img__wrapper .saving-price {
        max-width: 48px
    }
}

@media (max-width: 375px) {
    body .atc-box__item .content .atc-button {
        font-size: .7em
    }

    body .atc-box__item .content .atc-button .icon {
        width: 14px;
        height: 22px;
        margin-right: 1px
    }
    body .atc-box__item .title__sub {
	font-size: 14px;
}
body .atc-box__item.active::before {
	top: -9px;
	right: -9px;
	height: 93px;
}
body .atc-box__item .content .price {
    font-size: 2.5rem;
}
}

@media (max-width: 350px) {
    body .atc-box__item .content .atc-button {
        font-size: .7em
    }
}

@media (max-width: 340px) {
    body .atc-box__item .content .price {
        font-size: 2.5em
    }

    body .atc-box__item .content .price {
        font-size: 2.2em;
    }
}