/*.pizza-row__item-price__constructor,   #popup_combo_constructor .combo_add_basket {
  background-color: #22A322;
  color: #FFF;
  font-size: 16px;
  font-family: 'Raleway'; font-weight: 300;
  border-radius: 7px;
  padding: 11px 27px;
  cursor: pointer;
  outline: 0;
  border: none;
  user-select: none;
}
.pizza-row__item-price__constructor:hover,   #popup_combo_constructor .combo_add_basket:hover {
  background-color: #33A033;
}*/

#popup_combo_constructor{
  text-align: left;
  padding: 0px;
}

#popup_combo_constructor .popup__form{
  max-width: 900px;
  width: 100%;
  background: #FFF;
  padding: 21px 21px;
}

/*#popup_combo_constructor *, ::before, ::after {
  box-sizing: border-box;
}*/

#popup_combo_constructor .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: unset;
}

#popup_combo_constructor .col-lg-1, #popup_combo_constructor .col-lg-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#popup_combo_constructor .col-6, #popup_combo_constructor .col-sm-4, #popup_combo_constructor .col-lg-3, #popup_combo_constructor .col-xl-3
#popup_combo_constructor .col-8, #popup_combo_constructor .col-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#popup_combo_constructor .left-side {
  background: #f3f3f3;
  border-radius: 16px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  font-size: 14px;
}

#popup_combo_constructor .left-side .summary {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  /*direction: rtl;*/
}

#popup_combo_constructor .left-side .summary {
  height: 100%;
  overflow: auto;
  padding: 15px;
}

#popup_combo_constructor .left-side .summary .product-name {
  font-size: 16px;
  font-weight: 600;
  direction: ltr;
}

#popup_combo_constructor .left-side .summary .product-desc {
  padding: 5px 0 15px 0;
  opacity: 0.6;
  direction: ltr;
}

#popup_combo_constructor .left-side .summary .slot-list {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  height: 100%;
}

#popup_combo_constructor .left-side .summary .slot-list .choice_group_for_combo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 0 0 15px 0;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

#popup_combo_constructor .left-side .summary .slot-list .choice_group_for_combo.active-slot {
  background: white;
  border: 0;
  box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.08);
}

/*#popup_combo_constructor .left-side .summary .slot-list label.active-slot span.arrow {
  width: 10px;
  height: 44px;
  background: url('../../../../upload/76107756-89ba-439f-89dc-cc7abdd3b29c/file_manager/theme/slot-active.svg');
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}*/

#popup_combo_constructor .left-side .summary .slot-list .choice_group_for_combo input {
  display: none;
}

#popup_combo_constructor .left-side .summary .slot-list .choice_group_for_combo .info {
  flex: 0 0 80%;
  padding: 0 0 0 10px;
}

#popup_combo_constructor .left-side .summary .slot-list .choice_group_for_combo .description {
  margin-bottom: 10px;
}

/*.slot-img {
  flex: 0 0 20%;
  border-radius: 8px;
  overflow: hidden;
}

.w-100 {
  width: 100% !important;
}*/

#popup_combo_constructor .left-side .bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}


#popup_combo_constructor .slots-select-area {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  /*margin: 10px 10px 10px 0;
  padding-left: 10px;*/
}

/*#popup_combo_constructor .options-list {
  margin: 0 -7.5px;
  padding: 20px 20px 20px 0;
}*/

#popup_combo_constructor .options-list .option-container {
  padding: 0 7.5px;
  display: flex;
}

@media (min-width: 480px){
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1000px){
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/*@media (min-width: 992px){
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px){
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}*/

#popup_combo_constructor .options-list {
  display: none;
}

#popup_combo_constructor .options-list.active {
  display: flex;
}

#popup_combo_constructor .options-list .option-container .component-item {
  display: flex;
  height: 100%;
  width: 100%;
}

#popup_combo_constructor .options-list .option-container label {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 15px 0;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
}

#popup_combo_constructor .options-list .option-container label input {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#popup_combo_constructor .options-list .option-container label .image {
  border-radius: 5px;
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

#popup_combo_constructor .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

#popup_combo_constructor .options-list .option-container label .info {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#popup_combo_constructor .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

#popup_combo_constructor .no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

#popup_combo_constructor .options-list .option-container label .info .name {
  font-size: 14px;
  font-weight: 500;
}

.text-right {
  text-align: right !important;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#popup_combo_constructor .options-list .option-container label .btn-select-product {
  width: 20px;
  height: 20px;
}
#popup_combo_constructor .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#popup_combo_constructor .btn-circle {
  text-align: center;
  padding: 0;
  border-radius: 100%;
}

#popup_combo_constructor .btn-primary {
  background: #22A322;
  border-color: #22A322;
  color: white;
  outline: 0;
  border: none;
  user-select: none;
  display: inline-block;
  background-image: url("../images/icons/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.combo_full_price_info {
  color: #494949;
  font-size: 23px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab';
  line-height: 31px;
}
.combo_mod_full_price {
  color: #228322;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.combo_mod_full_price:after {
  color: #22A322;
  font-weight: normal;
  content:"\20BD";
  margin-left: 5px;
  font-family: 'Roboto Slab', sans-serif;
}

#alertBox{
  position:fixed;
  top:100px;
  left:100px;
  border:solid 1px black;
  background-color: #f3f3f3;
  padding: 30px 20px;
  visibility: hidden;
  z-index: 1000;
}
#alertClose{
  position: absolute;
  right:0;
  top: 0;
  background-color: black;
  border: solid 1px white;
  color: white;
  width: 2em;
  text-align: center; 
  cursor: pointer;
}