.custom-product--modal-loader,
.custom-product--modal-loader:before,
.custom-product--modal-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

span.can-exclude.excluded .ingridient-value {
  background-image: linear-gradient(to right, #fe8333 33%, rgba(255, 255, 255, 0) 0%);
  text-decoration: line-through;
}

.custom-product--modal-ingridient .closer {
  display: inline-flex;
  align-items: center;
}

.custom-product--modal-loader {
  color: #EE6213;
  font-size: 10px;
  margin: 120px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.product-counter .changer.plus {
  background-image: url(/wp-content/themes/pizzaro/assets/images/icons/plus-icon.svg);
}

.custom-product--modal-loader:before,
.custom-product--modal-loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.custom-product--modal-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.custom-product--modal-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


.add_to_cart_button::before,
.product_type_external::before,
.product_type_simple::before,
.product_type_variable::before {
  display: none;
}

.checkmark-icon {
  width: 15px;
  height: 15px;
  background: url('/wp-content/themes/pizzaro/assets/images/icons/check-mark-svgrepo-com.svg') no-repeat;
  background-size: 100% auto;
}


.container_upsells__wrapper {
  margin-top: 14px;
}

.container_upsells__wrapper .checkmark-icon {
  display: none;
  height: 41px;
}

.custom-product--modal .container_upsells__wrapper .wc-forward {
  display: none;
}

.custom-products {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  position: relative;
}

.custom-product {
  flex: 1 0 21%;
  margin: 5px;
  max-width: 280px;
  transition: all 0.5s;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}

.custom-product:hover a {
  color: #EE6213;
}

.custom-product .fa,
.custom-product--modal .fa {
  font-size: 13px;
}

.custom-product--modal-ingridients .fa {
  margin: 0 2px 0 7px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.custom-product--modal .fa-times-circle {
  background-image: url(/wp-content/themes/pizzaro/assets/images/cross-modal.svg);
  border: 1px solid #E4E4E4;
  border-radius: 100px;
  background-size: 8px;
}

.custom-product--image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.custom-product:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 13%);
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 13%);
}

.custom-product--info {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-product--title {
  font-size: 20px;
  font-weight: 500;
  color: #343941;
  margin-bottom: 1rem;
}

.custom-product--title a {
  transition: all 0.5s;
}

.custom-product--title a:hover {
  color: #EE6213;
}

.custom-product--description {
  line-height: 1.3;
  font-size: 14px;
  line-height: 20px;
  color: rgb(92, 99, 112);
  font-weight: 300;
  max-height: 6em;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.custom-product--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
}

.custom-product--price-current {
  font-size: 22px;
  font-weight: bold;
  color: #343941;
}

.custom-product--price-old {
  text-decoration: line-through;
  margin-bottom: -8px;
}

.custom-product--add-to-cart {
  width: 140px;
  height: 46px;
  display: inline-block;
  padding: 0;
  opacity: 0.8;
  transition: all 0.5s;
  background-color: #ffe3d0;
  color: rgb(209, 87, 0);
  font-weight: 500
}

.button--upsell--add-cart, .button--upsell--add-cart-dops {
  cursor: pointer;
  background-color: #EE6213;
  color: #fff;
  display: block !important;
  /* width: 100%; */
  padding: 0.75rem 2rem;
  opacity: 0.8;
  transition: all 0.5s;
}

.button--upsell--add-cart-dops.dop-added-to-cart {
  cursor: pointer;
  background-color: #d62b08;
  color: #fff;
  display: block !important;
  /* width: 100%; */
  width: 113px;
  padding: 0.75rem 2rem;
  opacity: 0.8;
  transition: all 0.5s;


}

.custom-product--add-to-cart.add_to_cart_button {
  display: inline-block;
}

.custom-product:hover .custom-product--add-to-cart {
  opacity: 1;
}

.custom-product--add-to-cart:hover {
  background-color: #EE6213;
  color: #fff;
}

.custom-product--bottom-right {
  flex: 0 0 55%;
  text-align: right;
}

.custom-product .wc-forward {
  /*display: inline-block;
  background: transparent !important;
  color: #EE6213;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 400;*/
  display: none
}

.custom-product--modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s;
  overflow-y: hidden;
  visibility: hidden;
  z-index: -1000;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.custom-product--modal-backdrop.show {
  visibility: visible;
  opacity: 1;
  z-index: 9000;
}

.custom-product--modal {
  /* background-color: #fff;
  border-radius: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -26%);
  bottom:2vh;
  z-index: -1001;
  width: 960px;
  max-width:100%;
  transition: all 0.5s;
  height: auto;
  min-height: 1390px;
  max-height:100%;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto; */


  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 11vh;
  /* top: auto; */
  bottom: auto;
  transform: translate(-50%, 0);
  z-index: -1001;
  width: 960px;
  max-width: 100%;
  transition: all 0.5s;
  height: auto;
  min-height: auto;
  max-height: 800px;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
}

.custom-product--modal.show {
  visibility: visible;
  opacity: 1;
  z-index: 9001;
}

.custom-product--modal-top {
  display: flex;
}

.custom-product--modal-top-left {
  flex: 0 0 465px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  position: relative;
}

.custom-product--modal-image {
  border-radius: 16px 0;
  width: 465px;
  height: auto
}

.custom-product--modal-top-right {
  flex: 0 0 calc(100% - 500px);
  padding: 2rem 2rem 2rem 3rem;
  padding-right: 3rem;
  text-align: left;
}

.custom-product--modal-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 3rem;
  color: #343941;
}

.custom-product--modal-description {
  line-height: 1.3;
  margin-bottom: 3rem;
  font-size: 16px;
  font-weight: 400;
  color: #7F858E;
}

.custom-product--modal-close {

  position: absolute;
  /* top: 5px; */
  right: 15px;
  cursor: pointer;
  width: 70px;
  height: 70px
}

.custom-product--modal-inner {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fafafa;
  border-radius: 16px;
}

.custom-product--modal-inner.show {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
}

.custom_product--modal-header {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #F0F0F0;
}

.custom_product--modal-header h3 {
  margin-bottom: 0;
  color: #121212;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
}

.supp_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.supp_content h4 {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FF6600;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 20px;
}

.custom-product--modal-content .supp_content .supplements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 40px;
  width: 100%;
  gap: 0 35px;
}

.custom-product--modal-content .supp_content .supplements label {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  color: #ABABAB;
  margin-bottom: 0;
  border-bottom: 1px solid;
}

.custom-product--modal-content .supp_content .supplements label:nth-last-child(1),
.custom-product--modal-content .supp_content .supplements label:nth-last-child(2) {
  border-bottom: none;
}

.supp-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}

.custom-product--modal-clones {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  padding: 30px;
  border-top: 2px solid #F0F0F0;
}

.custom-product--modal-clones .product-counter {
  margin-bottom: 0;
}

.custom-product--modal-variation-description,
.custom-product--modal-clone-description {
  display: none;
}

.custom-product--modal-add-to-cart {
  background-color: #EE6213;
  color: #fff;
  display: block !important;
  /*width: 100%;*/
  padding: 11px 40px;
  opacity: 0.8;
  transition: all 0.5s;
  font-weight: 400 !important;
}

.custom-product--modal-add-to-cart span {
  font-weight: bold !important;
}

.custom-product--modal-add-to-cart:hover {
  opacity: 1;
}

.custom-product--modal-add-to-cart.added::after {
  display: none !important;
}

.custom-product--modal-ingridients {
  margin-bottom: 3rem;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  color: #7F858E;
}

.custom-product--modal-ingridient {
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.custom-product--modal-ingridient:hover {
  color: #EE6213;
}

.custom-product--modal-ingridient:after {
  content: ", ";
}

.custom-product--modal-ingridient:last-child:after {
  content: "";
}

.custom-product--modal-ingridient.excluded {
  color: #EF762C;
}

.custom-product--modal .wc-forward {
  display: inline-block;
  background: transparent !important;
  color: #EE6213;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}


@media (max-width: 1024px) {
  .custom-product {
    flex: 1 0 46%;
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .custom-product {
    flex: 1 0 46%;
    max-width: 100%;
  }

  .container_upsells__wrapper .add_to_cart_button {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .custom-products{
    margin-bottom: 1rem;
  }

  .custom-product--modal {
    /*left: 0;
     margin-left: 0;
    width: 100%;
    transform: translate(0%, -26%); */
    top:0;
  }

  /* .custom-products {
    display: block;
  } */

  .custom-product {
    max-width: 100%;
  }

  .custom-product--image {
    text-align: center;
  }

  .custom-product--image img {
    margin: 0 auto;
  }

  .custom-product--modal-top {
    display: block;
  }

  .custom-product--modal-close {
    right: 1rem;
    top: 1rem;
  }

  .custom-product--modal-image {
    margin: 0 auto;
    border-radius: 16px;
    /* margin-top: 1rem; */
  }

  .custom-product--modal-product-counter {
    text-align: center;
  }

}

.custom-product--modal-variations {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 60px;
  overflow: hidden;
  justify-content: flex-start;
  margin-bottom: 8px;
  border: 2px solid #EFF2F5;
  width: fit-content;
  height: 44px;
  padding: 2px 2px;
}

.custom-product--modal-variation {
  cursor: pointer;
  font-weight: bold;
  height: 38px;
  line-height: 40px;
  border-radius: 60px;

  padding: 0 15px;
  text-align: center;
  border: 0px solid #f2f2f2;
  line-height: 1;
  transition: all 0.5s;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  color: #343941;
}

.custom-product--modal-variation.active,
.custom-product--other-variation.active {
  background-color: #f2f2f2;
}

.product-counter .fa {
  font-size: 0;
  width: 10px;
  height: 10px;
}

.product-counter {
  border-radius: 60px;
  background-color: #fff;
  height: 44px;
  user-select: none;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 130px;
  padding: 0 16px;
}

.product-counter>* {
  display: inline-block;
}

.product-counter input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-counter input {
  width: 40px;
  height: 40px;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  color: #292929;
}

.product-counter .changer.minus {
  background-image: url(/wp-content/themes/pizzaro/assets/images/icons/minus-icon.svg);
}

.product-counter .changer {
  cursor: pointer;
  line-height: 40px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #EE6213;
  font-size: 13px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.custom-product--modal-gallery-image {
  width: 26% !important;
  display: inline-block;
  border-radius: 10px;
  margin: 2%;
}

.custom-product--modal-ingridient .closer .fa:last-child {
  display: none;
}

.custom-product--modal-ingridient .closer.revert .fa:last-child {
  display: inline;
}

.custom-product--modal-ingridient .closer.revert .fa:first-child {
  display: none;
}

.custom-product--modal-bottom {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #fff;
}

.custom-product--modal-bottom-title {
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.custom-product--modal-cross-sells {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cross_sell_slider .custom-product--modal-cross-sells {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}

.custom-product--modal-cross-sell {
  flex: 0 0 25%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 3%);
  transition: all 0.5s;
  margin: 5px
}

.custom-product--modal-cross-sell-mage {
  border-radius: 10px;
  max-width: 250px !important;
  margin: 0 auto;
}

.custom-product--modal-cross-sell-title {
  margin-top: 1rem;
  line-height: 1;
  padding: 1rem;
  font-weight: 500
}

.custom-product--modal-cross-sell-price-current {
  font-weight: bold;
  border-radius: 60px;
  background-color: #fff;

  user-select: none;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: .207em 1.411em;
}

.can-exclude .ingridient-value {
  background-image: linear-gradient(to right, #7f858e 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}

.custom-product--modal-ingridient .fa-undo {
  background-image: url(/wp-content/themes/pizzaro/assets/images/icons/return-ing.svg);
}

.custom-product--other-variations .custom-product--other-variation {
  padding: 11px 23px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 12px;
  font-weight: 600;
  color: #343941;
}

.custom-product--other-variations {
  display: flex;
  width: 100%;
  height: 44px;
  max-width: 366px;
  border: 1px solid #EFF2F5;
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 2px 2px;
  background: white;
}

/* Слайдер товара в модалке */
.slider_big_img .swiper,
.slider_preview_img .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider_preview_img .swiper-slide,
.slider_big_img .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  max-height: 465px;
}

.slider_preview_img .swiper-slide img,
.slider_big_img .swiper-slide img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.slider_big_img {
  height: 80%;
  width: 100%;
}

.slider_preview_img {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.slider_preview_img .swiper-wrapper {
  justify-content: start;
  padding: 0 5px;
}

.slider_preview_img .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.slider_preview_img .swiper-slide-thumb-active {
  opacity: 1;
}

.slider_preview_img .swiper-slide-thumb-active img {
  border: solid 3px #fe8333;
}

.slider_preview_img .swiper-slide img,
.slider_big_img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cross_sell_slider.swiper {
  width: 100%;
  height: 100%;
  max-width: 80%;
}

.cross_sell_slider .swiper-slide {
  flex: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 3%);
  transition: all 0.5s;
  margin: 0
}

.cross_sell_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 162px;
  object-fit: cover;
}

/* .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
} */
.container_upsells,
.container_cross_sells {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  right: 35px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  left: 35px !important;
}

.swiper-button-next:after {
  content: '' !important;
  background-image: url('../images/icons/arrow-right.svg');
  width: 32px;
  height: 32px;
  display: block;
}

.swiper-button-prev:after {
  content: '' !important;
  background-image: url('../images/icons/arrow-left.svg');
  width: 32px;
  height: 32px;
  display: block;
}

/* Upsell */
.custom-product--modal-upsells {
  background: #fafafa;
}

.custom-product--modal-upsells .cross_sell_slider .swiper-slide {
  background: none;
  box-shadow: none;
  height: auto;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  align-items: center;
}

.custom-product--modal-upsells .cross_sell_slider .swiper-slide img {
  width: 130px;
  height: auto;
  position: relative;
  bottom: 112px;
  position: absolute;
  margin: 0 auto;
  left: auto;
  right: auto;
  text-align: center;
}

.custom-product--modal-upsells .cross_sell_slider .swiper-slide .custom-product--modal-cross-sell-title {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 60px 0 30px;
  width: 100%;
}

.custom-product--modal-upsells .cross_sell_slider .swiper-slide .custom-product--modal-cross-sell-title.dops-for-product-price  {
  padding: 60px 0 5px;
}

.custom-product--modal-upsells .cross_sell_slider .swiper-slide .custom-product--modal-cross-sell-price-current {
  margin: 0px;
  top: -15px;
  position: relative;
}

.cross_slider .custom-product--modal-cross-sells .custom-product--modal-cross-sell {
  flex: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 3%);
  transition: all 0.5s;
  margin: 0;
}

.cross_slider .custom-product--modal-cross-sells .custom-product--modal-cross-sell .custom_add_to_cart_btn {
  font-weight: bold;
  border-radius: 60px;
  background-color: #fff;
  user-select: none;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 6px rgb(0 0 0 / 7%);
  margin-bottom: 2rem;
  margin-top: 0;
  padding: .207em 1.411em;
  float: left;
  left: 15px;
  position: relative;
}

button.custom-product--open-modal-supplements {
  display: block !important;
  padding: 0.75rem 3rem;
  opacity: 0.8;
  transition: all 0.5s;
  font-weight: 400 !important;
  margin-top: 20px;
  height: 50px;
  width: 257px;
  /* left: 860px; */
  /* bottom: 412px; */
  border: 2px solid #EE6213;
  color: #EE6213;
  box-sizing: border-box;
  border-radius: 36px;
  background-color: unset;
}

.cart-dops-qty{
  color: #c1c1c1;
  padding: 0 35px;
}

.product-quantity-dop .plus{
  display: none!important;
}
.product-quantity-dop .minus{
  display: none!important;
}
.product-quantity-dop .qib-container{
  color: #c1c1c1;
  padding: 0 35px;
}

@media screen and (max-width: 428px) {
  .custom-product--modal-top-left {
    width: 100% !important;
  }

  .custom-product--modal {
    left: 0;
    margin-left: 0;
    width: 100%;
    transform: translate(0%, 1%);
  }

  .custom-product--modal-top-right .add_to_cart_button {
    display: block !important
  }

  .custom-product--modal-upsells .cross_sell_slider .swiper-slide .custom-product--modal-cross-sell-price-current {
    display: block !important;
  }

  .cross_slider .custom-product--modal-cross-sells .custom-product--modal-cross-sell .custom_add_to_cart_btn {
    display: block !important;
  }

  .custom-product--modal-close {
    z-index: 5;
  }
}
@media screen and (max-width: 820px) {
  button.custom-product--open-modal-supplements{
    /* margin-right: auto;*/
    /* margin-left: auto;  */
  }
  .custom-product--modal-content .supp_content .supplements {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.custom-product--modal-inner{
  height: 800px;
}

}
@media screen and (max-width: 375px) {
  .custom-product--modal {
    max-height: 400px;
  }
}

.custom-product--modal-close_v1 {
  position: absolute;
  cursor: pointer;
  font-size: 40px;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
}

.custom-product--modal-inner{
  width: 96%;
 max-height: 800px;
  overflow-y: scroll;
}
.custom-product--modal{
  overflow-y: hidden;
}
/* полоса прокрутки (скроллбар) */ 
.custom-product--modal-inner::-webkit-scrollbar {
  width: 6px; /* ширина для вертикального скролла */
  height: 6px; /* высота для горизонтального скролла */
  /*background-color: #143861;*/
}

/* ползунок скроллбара */
.custom-product--modal-inner::-webkit-scrollbar-thumb {
  background-color: #D4D4D4;
  border-radius: 5px;
  /*box-shadow: inset 1px 1px 10px #f3faf7;*/
}

/*обновлённый конструктор опций*/
  .qib-container .plus{
    height: 35px!important;
    width: 35px!important;
  }
  .qib-container .minus{
    height: 35px!important;
    width: 35px!important;
  }
  .supplements.supplements-multiple input[type="checkbox"] + .checkbox-ios-switch{
    display: none;
  }
  .supplements.supplements-multiple input[type="radio"] + .checkbox-ios-switch{
    display: none;
  }
  .custom-product--modal.supplements{
    overflow: hidden;
  }
  .inner-block{
    width: 95%;
    height: 553px;
    overflow-y: scroll;
    /* margin-left: auto;
    margin-right: auto; */

  }

    /* полоса прокрутки (скроллбар) */ 
  .custom-product--modal-content .inner-block::-webkit-scrollbar {
      width: 6px; /* ширина для вертикального скролла */
      height: 6px; /* высота для горизонтального скролла */
      /*background-color: #143861;*/
  }

  /* ползунок скроллбара */
  .custom-product--modal-content .inner-block::-webkit-scrollbar-thumb {
      background-color: #D4D4D4;
      border-radius: 5px;
      /*box-shadow: inset 1px 1px 10px #f3faf7;*/
  }
  .custom-product--modal-close-v2{
    position: relative;
    cursor: pointer;
    font-size: 40px;
    right: 10px;
    width:auto;
    height: auto;
  }
  .supplements label{
    border-bottom: 1px solid #F0F0F0!important;
    height: 40px;
  }
  .minus .qib-button{
    font-size: larger;
  }

  .qib-button:not(#qib_id):not(#qib_id) {
      line-height: 1;
      display: inline-block;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      height: 35px;
      width: 30px;
      float: left;
      min-height: initial;
      min-width: initial;
      max-height: initial;
      max-width: initial;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      border: 2px solid #D5D5D5;
      transition: none;
      background: #FFFFFF;
      border-radius: 0;
      box-shadow: none!important;
  }
  .custom-product--modal-inner{
    background-color: #FFFFFF;
  }
  .qib-button:hover{
    border: 2px solid #FF6600!important;
  }
  .qib-container{
    display: flex;
    border-radius: 20px!important;
    background-color: #F8F8F8;
    float: left;
  }
  .supp-div .qib-container{
    background-color: #F8F8F8;
  }
  .supp-quantity.woocommerce-cart-form__cart-item{
    min-width: 100px;
  }
  /* .supp-div .supp-name{
    align-items: center;
    letter-spacing: 0.01em;
    color: #ABABAB;
    text-align: start;
  } */
  .supp-div .supp-price{ 
      align-items: center;
      letter-spacing: 0.01em;
      line-height: 100%;
      font-weight: normal;
      color: #ABABAB;
      flex-basis: 100px;
  }  
  .custom-product--modal-content .supp_content .supplements{
    gap: 0;
  }
  @media (min-width: 820px){
    supplements supplements-multiple supplements-radio {
          display: flex;
      }
  }

  /* ios switch */
  @media (min-width: 1200px){
    #total_end_price {
        display: none;
    }
  }	

  .yith_wapo_group_total{
  display: none !important;	
  }
  span.supp-name {
    text-align: start;
    -webkit-flex-basis: 150px; 
    flex-basis: 150px;
    line-height: normal;
  }
  .checkbox-ios-switch{
    -webkit-flex-basis: 56px; 
    flex-basis: 56px;
  }
  /*.supplements.supplements-multiple .checkbox-ios, .supplements.supplements-once input[type="checkbox"] + .checkbox-ios-switch{*/
  .supplements.supplements-multiple .checkbox-ios, .supplements.supplements-once .supp-quantity, .supplements-radio input[type="radio"]{

    display: none;
  }

  .supplements .woocommerce-cart-form__cart-item{
    flex: none;
    width: max-content;
  /* margin: 0 0.5em; */
  }
  .supp-div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    justify-content: space-around;
    /* margin-bottom: 0.5em; */

  }	
  .checkbox-ios {
  display: inline-block;    
  height: 28px;    
  line-height: 28px;  
  margin-right: 10px;      
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;	
  }
  .checkbox-ios .checkbox-ios-switch {
  position: relative;	
  display: inline-block;
  box-sizing: border-box;			
  min-width: 56px;	
  height: 28px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 25%/50%;	
  vertical-align: top;
  background: #eee;
  transition: .2s;
  }
  .checkbox-ios .checkbox-ios-switch:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;	
  display: inline-block;
  width: 24px;	
  height: 24px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  transition: .15s;
  }
  .checkbox-ios input[type=checkbox] {
  display: block;	
  width: 0;
  height: 0;	
  position: absolute;
  z-index: -1;
  opacity: 0;
  }
  .checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
  }
  .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  background: #FF6600;
  }
  .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  transform:translateX(28px);
  }

  /* Hover */
  .checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, .3);
  }

  /* Disabled */
  .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, .1);
  }
  .checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
  background: #eee;
  }

  .checkbox-ios input[type=radio]:not(:disabled):active + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
  }
  .checkbox-ios input[type=radio]:checked + .checkbox-ios-switch {
  background: #FF6600;
  }
  .checkbox-ios input[type=radio]:checked + .checkbox-ios-switch:before {
  transform:translateX(28px);
  }

  input[type=radio]:checked ~ span{
  color: #121212;
  }
  input[type=checkbox]:checked ~ span{
  color: #121212;
  }
  /* Hover */
  .checkbox-ios input[type="radio"]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, .3);
  }

  /* Disabled */
  .checkbox-ios input[type=radio]:disabled + .checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, .1);
  }
  .checkbox-ios input[type=radio]:disabled + .checkbox-ios-switch:before {
  background: #eee;
  }

  /* Focus */
  .checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
  }
  .custom-product--modal-clones .added_to_cart{
    display: none;
  }

  .button--upsell--add-cart-dops{
    border-radius: 50px;
  }
  .ajax_add_to_cart__add_dops.disabled{
    width: auto;
  }


  @media (max-width: 820px){  
    .custom-product--modal-top-right{
      flex: 0 0 calc(100% - 200px);
    }

    .custom-product--modal-image{
      width: 360px;
    }

    .custom-product--modal-top-left{
      flex: 0 0 360px;
    }
  }


  /*Адаптация правок*/
  @media (max-width: 820px){
    .button--upsell--add-cart-dops.dop-added-to-cart{
        width: 100%;
    }
    /*слайдер ингридиентов*/
    .custom-product--modal-upsells .cross_sell_slider .swiper-slide{
      position: relative;
      background: none;
      box-shadow: none;
      height: auto;
      min-height: 230px;
      text-align: center;
      flex: none;
      /* display: flex; */
      display: inline-block;
    }
    .custom-product--modal-upsells .cross_sell_slider .swiper-slide img{
      width: 130px;
      height: auto;
      min-height: 130px;
      position: relative;
      margin: 0 auto;
      left: auto;
      right: auto;
      text-align: center;
      bottom: -35px;
    }
    .custom-products{
      flex-direction: column; 
    }
    .custom-product{
      display: flex;
      flex-direction: row;

    }
    .custom-product .custom-product--image {
        flex-basis: 40%;
    }
    .custom-product--catalog-product-counter{
      width: 110px;
    }
    .custom-product--add-to-cart{
      width: 110px;
    }
    .label-badge, .label-icon-bottom {
      position: absolute;

        bottom: 0px;
    }
    header{
      z-index: 2;
    }
    .custom-product--modal-backdrop.show{
      z-index: 10000;
    }
    .custom-product--modal-close {
      right: 1rem;
      top: -1rem;
    }
    .custom-product--modal-add-to-cart{
      margin-top: -10px;
    }
    .custom-product--modal-top-left{
      position:relative;
    }
    .supplements .custom-product--modal-inner{
      overflow: hidden;
    }
    .supplements .custom-product--modal-clones{
      gap: 0;
      padding: 20px 5px 5px 5px;
    }
    .supplements .custom-product--modal-add-to-cart{
      margin: 0 5px;
      width: 100%;
      padding: 10px 0px;
    }
    .cpm-preview .button.custom-product--open-modal-supplements{
      margin-top: 10px;
    }
    .custom-product--modal-inner{
      width: 100%;
      max-height: 100vh;
      /* height: 900px; */
    }

    /* .custom-product--modal-upsells .cross_sell_slider .swiper-slide .custom-product--modal-cross-sell-title.dops-for-product-price {
        padding: 135px 1px 10px;
    } */
    .custom-product--modal-close{
      z-index: 9;
    }
    /*
     .custom-product--modal{
      overflow-y: scroll;
    }
    .custom-product--modal-inner.show{
      overflow-x: hidden;
    }
    .custom-product--modal{
      overflow-y: visible;
    }

    .custom-product--modal.supplements.show{
      overflow: visible;
    }

    */

    /*модалки товара*/
    .custom-product--modal-backdrop.show{
      width: 100%;
      height: 100%;
      /* background-color: red; */
    }
    .custom-product--modal.cpm-modal, .custom-product--modal.cpm-preview{
      width: 100%;
      height: 100%;
      /* background-color: blue; */
      min-height: unset;
      max-height: unset;
      transform: unset;        
    }
    /*модалки ингридиентов*/
    .custom-product--modal.supplements.show{
      z-index: 9999;
      display: block;
    }
    .custom-product--modal.supplements{
      display: none;
      width: 100%;
      height: 100%;
      /* background-color: yellow; */
      position: absolute;
      z-index: 9999;
      overflow: visible;
      min-height: unset;
      max-height: unset;
      transform: unset;
    }
    .supplements .custom-product--modal-inner.show{
      width: 100%;
      height: 100%;
      /* background-color: red; */
      overflow: visible;
      overflow-y: scroll;
    }
    .supplements .custom-product--modal-content{
      height: fit-content;
      /* background-color: blueviolet; */
      overflow-y: scroll;
    }
    .supplements .custom-product--modal-content .inner-block{
      width: 100%;
      height: auto;
      overflow-y: auto;
    }


  }
  @media (max-width: 320px){
    .custom-product--bottom{
      flex-direction: column;
    }
    .custom-product--bottom-right {
      margin-top: 10px;
    }
    .custom-product--modal{
      overflow-y: visible;
    }
    .custom-product--modal-add-to-cart{
      width: 100%;
      padding: 15px 1px;
    }

  }
  .sumo_reward_points_auto_redeem_message{
    display: none!important;
  }

  /*Адреса*/
	.u-address{
    margin-left: 15px;
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		justify-content: space-between;
    cursor: pointer;
	}
  .u-address span{
    border-bottom: 1px solid #fff;
  }
  .u-address:hover span{
    border-bottom: 1px solid #000;
  }
	.short-address{
		flex: 0 0 80%
	}
	div.btn{
		flex: 0 0 10%;
		cursor: pointer;
	}
	div.btn:hover{
		color:#99081f;
		text-decoration: underline;
	}
	.add-address-btn{
		line-height: 10px;
		background-color: #EE6213;
		padding: 15px 20px;
		margin-top: 20px;
	}

.select-address.user-addresses{
    min-width: 300px;
}
.modal-user-addresses{
    margin: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-user-addresses li{
  list-style: none;
}
.modal-user-addresses li button{
  line-height: 10px;
  background-color: #EE6213;
  padding: 15px 20px;
  margin-top: 20px;
  width: 100%;
}
.disabled-area{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}


.fan__wrapper_type-info{
  max-width: -webkit-fill-available;
  min-width: 350px;
  min-height: 360px;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 30px;
  text-align: center;
}
.fan__wrapper_type-info p{
  font-weight: 900;
  padding: 10px 0;
  margin-top: 15px;
}


/*КГБУ*/
.custom-product--kgbu{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 5px;
}
.custom-product--kgbu-elem{
  font-size: 14px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 3px 10px;
  border-radius: 15px;
  line-height: 22px;
}
.custom-product--kgbu-elem .kgbu-value{
  font-weight: 600;
}






.suplements_new_contener .inner-block{
  width: 100%;
  height: auto;
  overflow-y: unset;
}

.suplements_new_contener .inner-block .supplements{
  /* width: 100%; */
}

.suplements_new_contener .inner-block .supp-div label{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.suplements_new_contener .supplements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 40px;
  width: 100%;
  gap: 0 35px;
}
.suplements_new_contener .supplements .quantity input.qty{
    background-color: unset;
}
@media (max-width: 425px) {
  .suplements_new_contener .supplements{
    display: flex;
    flex-direction: column;
  }
  .supp_content .supp-name{
    text-align: start;
    margin-left: 10px;
  }
  .custom-product--modal-clones{
    flex-direction: column;
    gap: 25px;
  }

  .cross_slider .custom-product--modal-cross-sells .custom-product--modal-cross-sell{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
  .cross_slider .custom-product--modal-cross-sells .custom-product--modal-cross-sell .custom_add_to_cart_btn{
    width: 100px;
  }

  .custom-product--modal-variations{
    height: auto;
    padding: 2px 2px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*телефоны в шапке*/
.header-phone-numbers-wrap .phone-number{
  display: flex!important;
  align-items: center;
}
.header-phone-numbers-wrap .phone-number svg{
  cursor: pointer;
}
#all-phones2{
  width: 25em;
      max-width: 100%;
}
#all-phones2 .modal-phones{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#all-phones2 .modal-phones li{
  display: flex;
    justify-content: space-between;
  align-items: center;
}
#all-phones2 .modal-phones li a:hover{
  text-decoration: underline;
}
.fan__wrapper_type-info.fan__wrapper-phones{
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  padding-top: 35px;
  gap: 20px;
  /* height: 13em; */
}
#billing_flat_field{
  margin-top: 20px;
}

.pickup-points-modal{
  height: 50vw;
  overflow: overlay;
}
/* полоса прокрутки (скроллбар) */ 
.pickup-points-modal::-webkit-scrollbar {
  width: 6px; /* ширина для вертикального скролла */
  height: 6px; /* высота для горизонтального скролла */
  /*background-color: #143861;*/
}

/* ползунок скроллбара */
.pickup-points-modal::-webkit-scrollbar-thumb {
  background-color: #D4D4D4;
  border-radius: 5px;
  /*box-shadow: inset 1px 1px 10px #f3faf7;*/
}
.supp-div input[type="radio"]{
  display: none;
}
