p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

svg {
  pointer-events: none;
}

/* .btn-group .btn-block {
  position: relative;
} */
.none {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

.oerlay_cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 49;
}

.cart_modal {
  /* max-width: 715px; */
  width: 715px;
  padding: 20px 20px 40px 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  background-color: white;
  overflow-y: auto;
  height: 100%;
  transition: all 0.3s ease;
}

.visible {
  right: -300%;
}

/* заголовок */
.cart_block-title {
  font-size: 35px;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0f0f0e;
}

.cart_modal-info {
  font-family: var(--second-family);
  text-transform: uppercase;
}

.cart_title {
  font-weight: 400;
  font-size: 35px;
  line-height: 120%;

  color: #0f0f0e;
}

.cart_button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

/* карта */
.cart_order-wrapper {
  /* margin-top: 56px; */
  padding: 20px 0;
  max-height: 578px;
  overflow-y: auto;
}

.modal_button-pop_up {
  height: 55px !important;
}

.cart_pop-up {
  text-align: center;
  margin-top: 56px;
}

.modal_button-pop_up {
  margin-top: 25px;
}

.cart_order-title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #0f0f0e;
}

.cart_order {
  display: flex;
  gap: 37px;
  overflow: hidden;
}

.cart_order-img {
  max-width: 190px;
  max-height: 175px;
  /* border: 1px solid rgba(15, 15, 14, 0.4); */
}

.cart_order-text {
  margin: 0;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
  text-transform: uppercase;
}

.order_text-title {
  opacity: 0.6;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #0f0f0e;
  line-height: 130%;
}

.cart_color {
  font-size: 16px;
  line-height: 20%;
}

.cart_size {
  font-size: 20px;
}

.cart_order-price {
  font-size: 24px;
}

.price_opacity {
  opacity: 0.6;
  margin-right: 15px;
}

.cart-score {
  display: flex;
}

.cart_modal-score {
  width: 32px;
  height: 35px;
  background: #0f0f0e;
  color: white;
}

.cart_modal-score:first-child {
  border-radius: 5px 0 0 5px;
}

.modal_score {
  width: 50px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e8e8e8;
}

.modal_score-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 35px;
  font-weight: 700;
  border: 1px solid #0f0f0e;
  border-radius: 0 5px 5px 0;
  background-color: transparent;
}

.modal_price {
  margin: 20px 0 12px 0;
  font-size: 22px;
}

.modal_price span {
  color: rgba(15, 15, 14, 0.6);
}

.modal_price-sum {
  font-size: 24px;
}

.modal_price-sum span {
  color: rgba(15, 15, 14, 0.6);
}

.button_block-modal {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal_button {
  width: 100%;
  height: 42px;
  background: #0f0f0e;
  font-family: 'Fixel Display', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #e8e8e8;
}

.modal_subbutton {
  border: 1px solid #000;
  background-color: white;
  color: #000;
}

/* Доповнення до замовлення */
.cart_down {
  margin: 40px 0 40px 0;
}

.cart_down-wrapper {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #0f0f0e;
}

.addition_wrapper {
  padding: 0 40px;
}

.addition {
  font-family: var(--font-family);
  text-transform: uppercase;
  display: flex;
}

.addition_list {
  width: 180px;
  max-width: 180px;
  height: 100%;
  margin-right: 15px;
  position: relative;
}

.addition_img {
  max-width: 197px;
  max-height: 245px;
  margin-bottom: 16px;
}

.addition_title {
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0e;
  line-height: 142%;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addition_price {
  margin: 8px 0 16px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(15, 15, 14, 0.5);
}

.addition_price-line {
  /* margin-left: 10px; */
  text-decoration: line-through;
}

.addition_button {
  width: 100%;
  height: 42px;
  font-size: 18px;
  text-transform: uppercase;
  color: #e8e8e8;
  background: #0f0f0e;
}

.addition_new {
  width: 50px;
  height: 31px;
  top: 10px;
  left: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0f0f0e;
  color: white;
}

/* SLIDER */
/* Стрілка вліво */
.addition .slick-arrow.slick-prev {
  background: url(/img/addition_prev.svg);
  background-repeat: no-repeat !important;
}

/* Стрілка вправо */
.addition .slick-arrow.slick-next {
  background: url(/img/addition_next.svg);
  background-repeat: no-repeat !important;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

/* MEDIA */

@media (max-width: 768px) {
  .cart_modal {
    padding: 10px;
    max-width: 100%;
    height: 100%;
  }

  /* заголовок */

  .cart_title {
    font-size: 20px;
  }

  .cart_button svg {
    width: 18px;
    height: 18px;
  }

  /* карта */
  .cart_order-wrapper {
    padding: 0;
    border: none;
  }

  .cart_order-title {
    font-size: 18px;
    margin-top: 0;
  }

  .cart_order {
    display: flex;
    gap: 20px;
  }

  .cart_order-img {
    max-width: 165px;
  }

  .order_text-title {
    font-size: 14px;
  }

  .cart_color {
    font-size: 14px;
  }

  .cart_size {
    font-size: 16px;
  }

  .cart_order-price {
    font-size: 14px;
  }

  .modal_price {
    font-size: 16px;
  }

  .modal_price-sum {
    font-size: 24px;
  }

  .cart_down-wrapper {
    font-size: 18px;
    margin: 0;
  }

  .cart_down {
    margin: 16px 0;
  }
}

@media (max-width: 480px) {
  .addition_img {
    /* max-width: 150px;
    max-height: 200px; */
    margin-bottom: 8px;
    display: block;
    width: 100%;
  }

  /* .addition_title {
    font-size: 12px;
  } */

  .addition_price-line {
    margin-left: 0px;
  }

  .addition_wrapper {
    padding: 10px;
  }

  .addition .slick-prev {
    left: -20px;
  }

  .addition_new {
    width: 35px;
    height: 20px;
    font-size: 11px;
  }

  .modal_price {
    margin: 0;
  }

  .modal_price-sum {
    margin-top: 10px;
  }

  .cart_order-wrapper {
    margin-bottom: 10px;
    max-height: 400px;
  }

  /* pop_up cart */
  .cart_pop-up {
    margin-top: 30px;
  }

  .cart_popup-img {
    max-width: 56px;
    max-height: 56px;
  }

  .product-cart-empty {
    padding-top: 26px;
  }
}

.modal_button .cart-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.84px;
  color: #fff;
}

.modal_button .cart-btn:hover {
  color: #fff;
}

.addition_wrapper {
  position: relative;
}

.addition_wrapper .slider-prev,
.addition_wrapper .slider-next {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 32%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  /* display: block; */
}

.addition_wrapper .slider-prev {
  left: -10px;
}

.addition_wrapper .slider-next {
  left: 95%;
}

.addition_wrapper li {
  /* height: 380px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 450px) {
  .addition_list {
    max-width: 165px;
  }

  .addition_wrapper li {
    /* height: 360px; */
  }

  .slider-basket.no-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .slider-basket.no-scroll .slick-track {
    display: flex;
    width: auto;
  }

  .slider-basket {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .slider-basket::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .cart_block-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {

  /* .addition_wrapper .slider-prev,
  .addition_wrapper .slider-next {
    display: none !important;
  } */
  .addition {
    padding: 0 20px 0 10px;
  }
}

video.addition_img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.cart_content {
  position: relative;
  height: 98%;
}

.cart-preloader-block {
  position: absolute;
  z-index: 100;
  left: -1%;
  top: 0;
  background: white;
  width: 110%;
  height: 110%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cart-preloader {
  font-size: 50px;
  position: relative;
}

.card-old-price {
  margin-right: 5px !important;
  text-decoration: line-through;
}

.card-price {
  margin-right: 15px !important;

}

.price_line_trough {
  opacity: 0.6;
  text-decoration: line-through;
}

.cart-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 660px) {
  .cart-modal-footer {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }
}