.sets {
  --color1: #f60;
  --color2: #71be00;
}

.set .timer {
  font-size: 20px;
  background-color: #cc0000;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  margin: 15px;
  display: none;
}

.sets h3 {
  margin-bottom: 14px;
  margin-left: 5px;
  color: #0f0f0f;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  text-transform: uppercase;
}

.sets h3 span {
  font-weight: 700;
}

#prd-sets {
  display: none;
  background: transparent;
  width: 100%;
}
/*
.sets .set-product .image img {
  max-width: 180px;
}
*/
.sets .set-product {
  position: relative;
  margin: 5px;
  width: 180px;
  flex: 1 1 0;
  /*
  max-width: 180px;
  min-width: 180px;
  */
}
.sets .setv .set-product,
.sets .setv .set-total {
  max-width: 100%;
  flex: 0 0 100%;
}
.sets .set-total {
  margin: 5px;
  padding: 40px 20px 18px;
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.sets .set-total .economy {
  margin-bottom: 33px;
  color: #1e1e1e;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}

.sets .set-total .economy span {
  font-weight: 700;
}

.sets .set-total .old_total {
  margin-bottom: 5px;
  color: #eb7676;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-decoration: line-through;
}

.sets .set-total .new_summ {
  color: #1e1e1e;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  white-space: nowrap;
}

.sets .set-product .price-new {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 16px;
}

.sets .set-product .price {
  font-size: 15px;
}

.sets .set-product .price-old {
  color: #7a7a7a;
  font-size: 12px;
}

.sets .set .disc {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 6px 4px 10px;
  background-color: var(--color1);
  border-radius: 5px 0 5px 0;
  color: white;
  z-index: 5;
}
.sets .set .quantity {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 6px;
  background-color: var(--color2);
  border-radius: 0 5px 0 5px;
  color: white;
  z-index: 5;
}
.img-resp {
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: auto;
}
.sets .set_table {
  display: flex;
  /*
  align-items: center;
  flex-flow: wrap;
  */
}
.set_wrap {
  position: relative;
  width: 380px;
  display: flex;
  align-items: center;
}
.sets .set-product h4 {
  margin: 14px 0 5px;
  height: 32px;
  color: #1e1e1e;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kjincluded {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  z-index: 9;
}
.sets .set-product .open-options {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  padding: 0 !important;
}
.sets .ao {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40%;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.sets .ao span {
  color: #0f0f0f;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-transform: uppercase;
}
.mymargin {
  margin-top: 30px;
}
.hidden {
  display: none;
}
#prd-sets {
  box-shadow: none;
  border: none;
}
#prd-sets table td {
  vertical-align: middle;
}
#prd-sets .owl-wrapper-outer {
  border: none;
  box-shadow: none;
}

.sets .out-stock {
  filter: grayscale(100%);
}

#prd-sets .swiper-viewport {
  box-shadow: none;
}

.series-options-modal .price {
  font-size: 18px;
  line-height: 38px;
  float: left;
  margin: 0;
  font-weight: 500;
}
.series-options-modal .price-old {
  text-decoration: line-through;
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 300;
}

.series-options-modal .price-new {
  margin-left: 10px;
  font-size: 19px;
  color: #444;
  white-space: nowrap;
  font-weight: 700;
}
.series-options-modal .discounts,
.series-options-modal input[name='quantity'] {
  display: none !important;
}
.series-options-modal input[name='quantity'] {
  width: 70px;
  margin-left: 10px;
  display: inline-block;
}
.series-options-modal .apply-options {
  float: right;
  font-size: 15px;
}
.series-options-modal .bs5-close {
  display: none;
}
.setv .set-product,
.setv .set-total {
  height: auto;
}

.set_table button {
  margin-top: 20px;
  padding: 12px 20px;
  color: #fff;
  background-color: #1e1e1e;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  border: 0;
  text-transform: uppercase;
}

/* Modal = START */
.series-options-modal .modal-dialog .modal-header {
  padding: 15px;
}
.series-options-modal .modal-dialog {
  max-width: 370px;
  width: 100%;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0%);
}
button.close.bs3-close {
  background: no-repeat;
  border: none;
  text-align: right;
}
.series-options-modal h4.modal-title {
  color: #000;
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}
.series-options-modal .modal-header {
  border: 0;
}
.series-options-modal ul.list-group {
  border: 1px solid #ada8a1;
}
/*
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.series-options-modal .apply-options {
  border-radius: 5px;
  background: #34302b;
  border: 1px solid;
  width: 140px;
  height: 40px;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
*/
.series-options-modal .bottom-modal .form-group {
  margin-bottom: 16px;
}
.series-options-modal .bottom-modal label {
  color: #000;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 8px;
}
.stock-status-product {
  margin-bottom: 20px;
  color: #2e7814;
  font-family: 'Gilroy', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
/* Modal = END */

@media (max-width: 1599.98px) {
  .sets .set_table {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 649.98px) {
  .set_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 380px;
  }

  .sets .set-total {
    padding-top: 18px;
  }
}

@media (max-width: 399.98px) {
  .set_wrap {
    width: 100%;
  }
}