modal-added.css 8.02 KB
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  position: absolute;
  top: 15%;
  left: 20%;
  margin: 0 auto;
  z-index: 101;
}
.modal__close {
  position: relative;
  cursor: pointer;
}
.modal__close:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_314_26000)'%3E%3Cpath d='M4 40L0 36L16 20L0 4L4 0L20 16L36 0L40 4L24 20L40 36L36 40L20 24L4 40Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_314_26000'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 59, 73, 0.8);
  z-index: 100;
  overflow: hidden;
}

.modal-added {
  max-width: 1030px;
  width: 100%;
  padding: 40px 40px 74px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-added--hidden {
  display: none;
}
.modal-added__close {
  top: -82px;
  right: -518px;
}
.modal-added__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #333B49;
}
.modal-added__button {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  padding: 16px 60px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.modal-added__button:hover {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
}

.modal-added-top {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.modal-top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-added-swiper {
  background: #F7F7F9;
  border-radius: 9.13041px;
  max-width: 384px;
  width: 100%;
  max-height: 302px;
  height: 100%;
  margin-top: 6px;
}

.modal-added-img {
  padding-left: 40px;
}

.swiper-pagination-bullet {
  width: 93px !important;
  height: 4px !important;
  border-radius: 26.6039px !important;
  background-color: #E0E0E0;
}

.swiper-pagination-bullet-active {
  background-color: #F5851A !important;
}

.content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-text__title {
  font-weight: 600;
  font-size: 14.6087px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #000000;
}

.modal-added-info-two {
  margin-left: 0;
}

.content-text-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
}
.content-text-down__before {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #ABB2BF;
  display: none;
}
.content-text-down__before--active {
  display: inline-block;
}
.content-text-down__price {
  font-weight: 600;
  font-size: 21.913px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #F5851A;
}
.content-text-down__button {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  font-size: 12.3973px;
  line-height: 12px;
  padding: 12px 25px 10px 24px;
}
.content-text-down__button:hover {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  padding: 12px 25px 10px 24px;
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  font-size: 12.3973px;
  line-height: 12px;
}

.modal-top-slider-content {
  margin-right: 26px;
  margin-left: 20px;
  max-width: 250px;
  width: 100%;
}
.modal-top-slider-content__title {
  margin-top: 10px;
}

.modal-top-slider-info {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-top-info-one {
  margin-bottom: 20px;
}

.modal-top-slider-down__price {
  margin-top: 8px;
}

.modal-top-cart {
  background-color: #636B78;
  max-width: 271px;
  width: 100%;
  padding: 40px 20px 30px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.modal-top-cart__par {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-top-cart__par--large {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.modal-top-cart > :nth-child(2) {
  margin-bottom: 30px;
}
.modal-top-cart__line {
  width: 100%;
  border: none;
  border-top: 1px solid #ABB2BF;
  margin-bottom: 30px;
}
.modal-top-cart__btn {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
  padding: 16px 15px;
  margin-top: 29px;
  border: none;
}
.modal-top-cart__btn:hover {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  border: none;
}

.modal-added-bottom {
  margin-top: 70px;
  position: relative;
}
.modal-added-bottom__btn-next {
  position: absolute !important;
  top: 40px !important;
  right: 6px !important;
  width: 18.91px !important;
  height: 18px !important;
}
.modal-added-bottom__btn-prev {
  position: absolute !important;
  top: 40px !important;
  left: 865px !important;
  width: 18.91px !important;
  height: 18px !important;
}

.modal-added-scrollbar {
  position: absolute !important;
  bottom: -34px !important;
  left: 0 !important;
  height: 8px !important;
  margin-left: 15px !important;
  background-color: #DFE1E7 !important;
  border-radius: 10px !important;
  cursor: pointer;
}

.swiper-scrollbar-drag {
  background-color: #ABB2BF !important;
}

.modal-added-overlay--hidden {
  display: none;
}