﻿.disabledelem {pointer-events: none;opacity: 0.4;}
.text-color-success {
  color: #5a9e11 !important;
}

[data-form="names"] .__verification._text input[type="number"]{
    width:9vw;
}

[data-list="price"] .item{border:1px solid #e4e4e4;border-radius:5px}
[data-list="price"] .item._ispopularTrue { border-color:#4db5ac   }
[data-list="price"] .item ._popular { color:#4db5ac;background-color:#dffdff;font-size:14px;padding:6px   }
[data-list="price"] .item > div {        margin-bottom: 20px;    }
[data-list="price"] .item._ispopularFalse { margin-top:20px  }
[data-list="price"] .item ._generalTitle { margin-top:20px   }
[data-list="price"] .item._selected{ background-color: #179a9d;    color: #fff;    border-color: #179a9d;}
[data-list="price"] .item ._price {color:#5a9e11    }
[data-list="price"] .item ._priceOff {color:#e45a80    }
/*[data-list="price"] .item._selected ._price { color:#fff}*/
/* ------------------------------------------------------------------------------------------ */
/*                                         TOUCH  PAD                                         */
/* ------------------------------------------------------------------------------------------ */
[data-touchpad] {
  /* --------------------------------------    GENERAL   -------------------------------------- */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  /* --------------------------------------  HORIZONTAL  -------------------------------------- */
  /* --------------------------------------   VERTICAL   -------------------------------------- */
  /* --------------------------------------    OPTIONS   -------------------------------------- */
}
[data-touchpad="horizontal"] {
  overflow-x: auto !important;
}
[data-touchpad="horizontal"] [data-touchpad-item=""] {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}
[data-touchpad="horizontal"]._touchpad_reverse {
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
[data-touchpad]._touchpad_space_around {
  justify-content: space-around;
}
[data-touchpad]._touchpad_space_between {
  justify-content: space-between;
}

.flex{display: flex !important}
.text-green{
  color:#4db5ac;
}