/* Add To Card box */

body .atc-box-title {
  text-align: center;
  color: #6b73b7;
}

.move-h {
  margin-right: -0.7em;
  margin-left: -0.7em;
}

.x1-img{
    max-width: 220px !important;
}
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: #000000;
  /* Media Queries */
  /* above 576px devices */
  /* above 992px devices */
  /* above 1200px devices */
  /* above 1919px devices */
}

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

body .atc-box__item {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

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: all 0.25s linear;
  border: 0.8px solid #375c6d;
  background: #fbfbff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  overflow: initial;
  position: relative;
  -ms-flex-order: 3;
  order: 3;
}

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

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

body .atc-box__item.active .title {
  background-color: #375c6d;
  color: white;
  border-radius: 10px 10px 0 0;
}

body .atc-box__item.active .title__sub {
  border-radius: 0;
  color: #000;
  background-color: #d2dfe4;
  border-color: rgb(65 178 165 / 23%);
}

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

body .atc-box__item.active .content .img__wrapper {
  margin-bottom: 10px;
}

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

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

body .atc-box__item.active .content .atc-button {
  text-align: left;
}

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

.atc-box__item.active .content .payment-methods {
  margin-bottom: 1em;
}

body .atc-box__item.active .content .guarantee-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

body .atc-box__item:not(.active) > .title {
  display: none;
}

body .atc-box__item .title {
  text-transform: uppercase;
  color: #fff;
  background-color: #aaaaaa;
  border-bottom: 1px solid #979797;
  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: 1em;
  min-height: 35px;
}

body .atc-box__item .title__sub {
  background-color: #ededed;
  color: #000;
  font-size: 0.8em;
  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: 12px;
  font-weight: 800;
  color: #fff;
  background-color: #9c1d20;
  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;
}

.ribbon.ribbon__first {
  background-color: #375c6d !important;
}

body .atc-box__item .content .ribbon.purple {
  background-color: #375c6d;
}

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__left.column__padding,
body .atc-box__item .content .column__left .column__padding {
  padding: 0 10px 10px;
}

body .atc-box__item .content .column__right {
  position: relative;
}

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__right .column__padding {
  padding: 25px 10px 10px;
}

body .atc-box__item .content .column__right .ribbon {
  display: none;
}

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

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: bold;
  text-transform: uppercase;
  line-height: 1.1;
}

@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;
  }
}

@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__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("/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[data-count]:after {
    font-size: 2rem;
    bottom: 4%;
    padding: 0.4em;
  }
}

@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;
}

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;
}

/* body  .atc-box__item .content .pay-only strong{
  font-family: proxima-nova-bold;
} */

.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: 2px solid #ff9900;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(90deg, #ff9900 0%, #ffd500 100%);
  color: white;
  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("/assets-mbn/images/atc-img/basket.svg");
}

body .atc-box__item .content .extra-txt {
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  color: #282828;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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: 600;
	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: 576px) {
  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: 992px) {
  body .atc-box {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5em;
  }
  body .atc-box__item {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin-top: 0 !important;
  }
  body .atc-box__item:last-child {
    -ms-flex-order: inherit;
    order: inherit;
  }
  body .atc-box__item:not(.active) > .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: inherit;
    order: inherit;
  }
  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.active .content .guarantee-box {
    margin-bottom: 1em;
  }
  body .atc-box__item .title {
    font-size: 28px;
    min-height: 50px;
  }
  body .atc-box__item .title__sub {
    font-size: 20px;
  }
  body .atc-box__item .content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .atc-box__item .content .ribbon {
    padding: 8px 0.5em 6px 0.5em;
    font-size: 20px;
    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 .content .column__left.column__padding,
  body .atc-box__item .content .column__left .column__padding {
    padding: 20px 10px 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 .ribbon {
    display: -ms-flexbox;
    display: flex;
  }
  body .atc-box__item .content .column__right .guarantee-box {
    display: -ms-flexbox;
    display: flex;
  }
  body .atc-box__item .content .column__left .ribbon {
    display: none;
  }
  body .atc-box__item .content .column__left .guarantee-box {
    display: none;
  }
  body .atc-box__item .content .title {
    display: none;
  }
  body .atc-box__item .content .img__wrapper {
    margin-bottom: 1em;
  }
  body .atc-box__item .content .price {
    font-size: 80px;
  }
  body .atc-box__item .content .extra-txt {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body .atc-box__item .content .atc-button {
    font-size: 1.3em;
    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 .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 .extra-txt {
    font-size: 1.5em;
  }
  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) {
  .btl-size img {
    max-width: 175px;
    margin: auto;
  }
  .x1-img{
  max-width: 112px !important;
  }
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: 1em;
  }
  .six_btl img {
    max-width: 200px;
    margin: auto;
  }
  body .atc-box__item .content .extra-txt {
    font-size: 1.2em;
  }
  body .atc-box__item.active .content .column__left.column__padding {
    padding: 0px 10px 0;
  }
  body .atc-box__item .content .atc-button {
    font-size: 1.3em;
  }
body .atc-box__item .content .price {
	font-size: 3em;
}
  .btl-size img {
	max-width: 205px;
	margin: auto;
}

}

@media (max-width: 560px) {
  .btl-size img {
	max-width: 170px;
}
.x1-img {
	max-width: 82px !important;
	margin-bottom: 20px !important;
}
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: 2.7em;
}
 body .atc-box__item .content .ribbon {
	font-size: 9px;
	margin: 0 auto 0.3em;
}
  body .atc-box__item.active .content .img__wrapper {
    margin-bottom: 0px;
  }
  body .atc-box__item.active .content .column__left.column__padding {
    padding: 0px 10px 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%;
}
/*.six_btl img {*/
/*	margin-bottom: 20px;*/
/*	margin-top: 20px;*/
/*}*/
  body .atc-box__item .content .img__wrapper .saving-price {
    right: 0%;
    top: 5%;
  }
  body .atc-box__item .content .guarantee-box .text-sm {
	font-size: 0.6em;
}
body .atc-box__item .content .column__right .column__padding {
	padding: 31px 10px 10px;
}
  
 .x1-img {
	max-width: 69px !important;
}
}

@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 0em;
  }
  .guarantee-img img {
    max-width: 270px;
  }
 body .atc-box__item .content .price {
	font-size: 2.7em;
}
  body .atc-box__item .content .atc-button {
    font-size: 0.9em;
  }
  body .atc-box__item .content .img__wrapper .saving-price {
	max-width: 48px;
}
.x1-img {
	max-width: 81px !important;
	margin-bottom: 11px !important;
}
}
@media (max-width: 375px){
    body .atc-box__item .content .atc-button {
	font-size: 0.7em;
}
}
@media (max-width: 350px) {
body .atc-box__item .content .atc-button {
	font-size: 0.7em;
}
body .atc-box__item .content .price {
	font-size: 2.5em;
	line-height: 22px;
	margin-top: 12px;
}
}
@media (max-width: 340px) {
  body .atc-box__item .content .price {
    font-size: 2.5em;
  }
}

@media (max-width: 320px) {
  body .atc-box__item .content .price {
    font-size: 2.5em;
  }
  body .atc-box__item .content .atc-button {
    font-size: 0.7em;
  }
  .btl-size img {
	max-width: 142px;
}
  body .atc-box__item .content .column__left.column__padding,
  body .atc-box__item .content .column__left .column__padding {
    padding: 0 5px 5px;
  }
  body .atc-box__item .content .guarantee-box .icon {
    max-width: 25px;
    margin-right: 3px;
  }
  body .atc-box__item .content .payment-methods {
    margin: 0 auto 0.5em;
  }
  body .atc-box__item .content .img__wrapper .saving-price {
    max-width: 45px;
  }
  body .atc-box__item .content .img__wrapper .saving-price:before {
    font-size: 0.7em;
  }
  .x1-img{
  max-width: 77px !important;
  }
}

@media (max-width: 280px) {
  body .atc-box__item .content .guarantee-box .text-sm {
    font-size: 0.6em;
  }
  .btl-size img {
    max-width: 80px;
  }
  body .atc-box__item .content .atc-button {
    font-size: 0.5em;
    padding: 4px;
  }
  body .atc-box__item .content .ribbon {
    font-size: 9px;
    padding: 3px;
  }
  body .atc-box__item .content .price {
    font-size: 2em;
  }
  body .atc-box__item .content .pay-only {
    font-size: 1em;
  }
  body .atc-box__item .content .column__right .column__padding {
    padding: 15px 10px 10px;
  }
  body .atc-box__item.active .content .arrow-icon:before {
    left: -18px;
    width: 20px;
    height: 42px;
  }
}
