.modal * {
  -webkit-font-smoothing: antialiased;
}

.modal-dialog {
  min-width: 316px;
  margin: auto;
}

.modal-content {
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.0005);
  border-radius: 6px;
}

.modal-header {
  padding: 10px 12px 12px 29px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header:before, .modal-header:after {
  display: none;
}

.modal-close-btn.close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #E9E9E9;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  margin-top: 0;
}
.modal-close-btn.close svg {
  width: 11px;
  height: 11px;
  fill: rgba(0, 0, 0, 0.7);
}
.modal-close-btn.close:hover {
  background: #C7C7C7;
  opacity: 0.7;
  fill: rgba(0, 0, 0, 0.7);
}

.modal-title {
  font-family: "Meta Serif Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #000000;
}

.block-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  height: 500px;
}
.block-overflow::-webkit-scrollbar {
  width: 7px;
  border-radius: 6px;
  background: transparent;
}
.block-overflow::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 6px;
  background: #E3E3E3;
}

.postcard_block {
  position: relative;
}

.badge_postcard {
  position: absolute;
  top: -6px;
  right: -5px;
}

.panel-body {
  padding: 0;
}

.modal-body {
  padding: 0;
  color: #000;
}

.modal-info {
  padding: 17px 50px 19px 16px;
  background: #F6F7F9;
  position: relative;
}

.modal-collapse-icon {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 16px;
  top: 12px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.75px solid #fff;
  transition: all 0.6s ease;
}
.modal-collapse-icon:hover {
  background: #FFFFFF;
  border: 1.75px solid #3F61BA;
}
.modal-collapse-icon svg {
  width: 12px;
  height: 8px;
  fill: #3F61BA;
  transform: rotate(-180deg);
  transform-origin: center;
  transition: all 0.6s ease;
}
.modal-collapse-icon:hover svg {
  width: 12px;
  height: 8px;
  fill: #3F61BA;
}
.modal-collapse-icon .accordion-toggle.collapsed svg {
  transform: rotate(0deg);
  transform-origin: center;
}

.accordion-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}

.counters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.counter-divider {
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 15px;
  display: block;
}

.modal-action-block {
  text-align: center;
  padding: 12px 15px 2px;
  border-top: 1px solid #F3F3F3;
}

.modal-action-block_btn {
  width: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 5px !important;
  margin-right: 9px;
}

.panel-body_descr {
  padding-left: 10px;
}

.modal-main-content {
  padding: 19px 30px;
  background: #fff;
}

.counter-2 {
  border-left: 1px solid rgba(119, 119, 119, 0.0901960784);
  margin-left: 10px;
  padding-left: 10px;
}

.media-section {
  width: 60%;
}

.ff-title {
  font-family: "Meta Serif Pro";
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-black {
  color: #000;
}

.modal-title-ff {
  font-family: "Meta Serif Pro";
}

.modal-text-ff {
  font-family: "Open Sans";
}

.img-cover {
  position: absolute;
  object-fit: cover;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.fz-10 {
  font-size: 10px;
}

.fz-12 {
  font-size: 12px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-26 {
  font-size: 26px;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.lh-1-5 {
  line-height: 1.5;
}

.mb-1 {
  margin-bottom: 10px;
}

.color-warn {
  color: #A3341A;
}

.color-muted {
  color: rgba(0, 0, 0, 0.5);
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.info_block {
  display: flex;
  width: 70%;
}
.description {
  display: flex;
}

.additional-block {
  display: flex;
  width: 40vw;
  margin-top: 20px;
  padding: 14px 17px;
  border-radius: 5px;
  background: linear-gradient(90deg, #B572D6 0%, #8C6FDF 100%);
  flex-direction: column;
}

.additional-block-title {
  color: #FFF;
  text-align: center;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.additional-block-content {
  display: flex;
  border-radius: 5px;
  background: #FFF;
  padding: 20px 40px;
  gap: 40px;
}
.additional-block-content .action_section {
  display: flex;
  flex-direction: column;
}
.additional-block-content .txt-section .title {
  color: #000;
  font-family: "Meta Serif Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-bottom: 10px;
}
.additional-block-content .description {
  color: #000;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.additional-block-content .learn-more {
  color: #9294EC;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 0px;
  text-decoration: underline;
  cursor: pointer;
}
.additional-block-content .action_block {
  text-align: center;
}
.additional-block-content .price_block {
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
}
.additional-block-content .price_block sup {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.additional-block-content .price_block s {
  color: #909090;
  font-family: Open Sans;
  font-size: 13.979px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 18px;
}

.preview_conteiner {
  flex: 0 0 247px;
  max-width: 247px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 6px 0 0 6px;
}

.play-demo {
  height: 100%;
  width: 100%;
}

.img {
  width: 100%;
  border-radius: 6px 0 0 6px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.play_icon_container img {
  position: absolute;
  bottom: 25px;
  left: 22px;
  height: 25px;
  width: 28px;
  z-index: 10;
}

.mask_container {
  position: relative;
  height: 100%;
}

.mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 10;
  border-radius: 6px 0 0 6px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.78;
}

.info_block {
  margin: 0 10px;
}

#modal-video .modal-body {
  padding: 0;
}
#modal-video i.close-modal {
  position: absolute;
  background-image: url("../../images/theme_v2/x_icon_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  z-index: 1060;
  border-radius: 19px;
  background-color: rgba(40, 37, 37, 0.3137254902);
}
#modal-video i.close-modal:hover {
  cursor: pointer;
  background-color: rgba(40, 37, 37, 0.5647058824);
}
#modal-video video {
  height: 80%;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
#modal-video .title-bundle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 15px;
}
#modal-video .title-bundle > span {
  font-family: Meta Serif Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #000000;
}
#modal-video .btn-red {
  margin: 0;
}

.modal-dialog {
  margin: 5% auto;
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.block-overflow {
  max-height: calc(90vh - 80px);
  height: auto;
}

.action_btn_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .modal-lg {
    width: 600px;
  }
}
.mobile_bar .x_btn {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path d='M7.36149 6.99963L13.478 0.677005C13.6284 0.521507 13.6284 0.272122 13.478 0.116624C13.3276 -0.0388746 13.0863 -0.0388746 12.9359 0.116624L6.5469 6.72091C6.39647 6.87641 6.39647 7.12579 6.5469 7.28129L12.9359 13.8826C13.0097 13.9589 13.109 14 13.2055 14C13.302 14 13.4013 13.9619 13.4751 13.8826C13.6256 13.7271 13.6256 13.4778 13.4751 13.3223L7.36149 6.99963Z' fill='black'/><path d='M6.22933 6.99963L0.112838 0.677005C-0.0375915 0.521507 -0.0375915 0.272122 0.112838 0.116624C0.263267 -0.0388746 0.504519 -0.0388746 0.654949 0.116624L7.04392 6.72091C7.19435 6.87641 7.19435 7.12579 7.04392 7.28129L0.654949 13.8826C0.581153 13.9589 0.481813 14 0.385312 14C0.28881 14 0.189471 13.9619 0.115676 13.8826C-0.0347528 13.7271 -0.0347528 13.4778 0.115676 13.3223L6.22933 6.99963Z' fill='black'/></svg>");
  width: 30px;
  height: 30px;
  top: 7px;
  right: 7px;
}

.quiz {
  margin-top: 20px;
  margin-bottom: 20px;
}
.quiz .container {
  padding: 0 15px;
}

.quiz_container {
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  background-image: url("../../images/theme_v2/quiz_background.svg");
  background-position: center;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding: 5px 45px;
  margin: 0 0px;
}

.quiz_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.quiz_text span {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 38px;
  color: #FFFFFF;
  vertical-align: middle;
}

.btn-take-quiz {
  background: linear-gradient(108.27deg, #7D68BE 16.69%, #BC70AD 87.05%, #BC70AD 102.36%);
  border-radius: 90px;
  color: #FFFFFF;
  padding: 7px 25px;
  display: inline-block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.btn-take-quiz:hover, .btn-take-quiz:active {
  text-decoration: none;
  color: #FFFFFF;
}

@media only screen and (max-width: 1300px) {
  .additional-block-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .pay_section .box,
  .additional-block {
    width: 45vw;
  }
}
@media only screen and (max-width: 768px) {
  .cart_block, .checkout_block {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout_block {
    margin-top: 20px;
  }
  .pay_section .box,
  .additional-block {
    width: 90vw;
  }
  .cart_block .gift_img {
    display: none;
  }
}
@media (max-width: 1200px) {
  .quiz_text span {
    font-size: 19px;
  }
  .quiz_container {
    padding: 5px 30px;
  }
}
@media (max-width: 991px) {
  .quiz_container {
    background: url("../../images/theme_v2/quiz_mobile_background.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px;
    text-align: center;
    margin: 0;
  }
  .quiz_text {
    align-items: self-start;
  }
  .quiz_text img {
    margin-top: -10px;
  }
  .btn-take-quiz {
    margin: 10px 0;
  }
  .quiz_text span {
    font-size: 21px;
  }
}

/*# sourceMappingURL=cart.css.map */
