body .atc-box-title {
    text-align: center;
    color: #6b73b7;
}
.move-h {
    margin-right: -0.7em;
    margin-left: -0.7em;
}
.pt-mbl-30{
    padding-top: 30px;
}
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: 2em auto;
    font-size: 16px;
    color: #000;
}
.btl-2 {
	max-width: 249px;
}
.wht_txt{
    color: #fff !important;
}
.a_link{
    text-decoration: none;
}
.btl-3 {
	max-width: 240px;
}
body .atc-box-wrapper {
    background-color: #ededed;
    padding-top: 2.5em;
    padding-bottom: 3em;
}
body .atc-box__item {
    color: #636aa3;
    background: #e5e7f9;
    box-shadow: 0 4px 15px 0 #00000040;
    border-radius: 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    -ms-flex-order: 3;
    order: 3;
}
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: 0.25s linear;
    border: 0.8px solid #375c6d;
    background: linear-gradient(360deg, #e93293 0, #6b73b7 50%, #22b0e5 100%);
    color: #fff;
    overflow: initial;
    position: relative;
    -ms-flex-order: 1;
    order: 1;
}
body .atc-box__item.active:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    background-image: url("../images/atc-img/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: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../images/atc-img/arrow-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 20px;
    height: 35px;
    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, #f90 0, #ffd500 100%);
    border: 1.5px solid #f90;
}
.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(0.86);
}
body .atc-box__item.active .content .guarantee-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
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 .content .column__right .guarantee-box,
body .atc-box__item > .title {
    display: none;
}
body .atc-box__item .title__sub {
    font-size: 0.9em;
    font-weight: 500;
    text-transform: initial;
}
body .atc-box__item .content {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 15px;
}
body .atc-box__item .content .ribbon {
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0.5em;
    border-radius: 5px;
    margin: 0 auto 0.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: 0.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: 20%;
}
body .atc-box__item .content .column__right .column__padding {
    padding: 25px 10px 10px;
}
body .atc-box__item .content .img__wrapper {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
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: 0.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: 0.5em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@supports not (background-image: url("../images/atc-img/w_200.webp")) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        background-image: url("../images/atc-img/w_200.png");
    }
}
@supports (background-image: url("../images/atc-img/w_200.webp")) {
    body .atc-box__item .content .img__wrapper[data-count]:after {
        background-image: url("../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: 0.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: 0.5em;
    }
}
body .atc-box__item .content .img__wrapper[data-count="x1"]:after {
    right: 10%;
}
body .atc-box__item .content .price {
    font-size: 3em;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    color: #636aa3;
}
body .atc-box__item .content .price .per-bottle-txt {
    font-size: 0.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 #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: linear-gradient(270deg, #383271 0, #6b73b7 100%);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.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: 0.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("../images/atc-img/basket.svg");
}
body .atc-box__item .content .extra-txt {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #1e1e1e;
    margin-top: 5px;
    margin-bottom: 5px;
}
body .atc-box__item .content .made-in-img {
    margin: 1em auto;
    max-width: 115px;
    border-radius: 5px;
}
.btn_x6 {
    text-decoration: none;
    color: inherit;
}
body .atc-box__item .content .payment-methods {
    margin: 0 auto 0.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: 0.75em;
}
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;
}
body .atc-box__item .content .guarantee-box .text-sm {
    font-size: 0.8em;
}
@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: 0.8em;
    }
    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: 0.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 0.5em 6px;
	font-size: 16px;
	max-width: 245px;
	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: 0.4em 1em;
        margin-bottom: 0.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: 0.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: 991px) {
    .atc-box img {
        width: 82%;
    }
}
.guarantee-img img {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: auto;
}
@media (max-width: 768px) {
    body .atc-box__item .content .img__wrapper .saving-price {
        right: 12%;
        top: 10%;
        max-width: 62px;
    }
    body .atc-box__item .content .img__wrapper .saving-price:before {
        font-size: 0.8em;
    }
    body .atc-box__item .content .atc-button {
        font-size: 1.3em;
    }
    body .atc-box__item .content .price {
        font-size: 3em;
    }
    .saving-price img {
	width: 54px;
}
}
@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;
    }
}
@media (max-width: 428px) {
    body .atc-box__item .content .price {
        font-size: 3em;
        margin-bottom: 5px;
    }
    body .atc-box__item.active .content .img__wrapper {
        margin-bottom: 0;
    }
    body .atc-box__item .content .atc-button {
        font-size: 0.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%;
    }
    .btl-3 {
	max-width: 155px;
}
.btl-2 {
	max-width: 160px;
}
}
@media (max-width: 400px) {
    body .atc-box__item .content .atc-button {
        font-size: 1em;
    }
    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: 0.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: 0.7em;
    }
    body .atc-box__item .content .atc-button .icon {
        width: 14px;
        height: 22px;
        margin-right: 1px;
    }
}
@media (max-width: 350px) {
    body .atc-box__item .content .atc-button {
        font-size: 0.7em;
    }
}
@media (max-width: 340px) {
    body .atc-box__item .content .price {
        font-size: 2.5em;
    }
}
