/*--------------------------------------------------------------------------------
HARAVAN APP
--------------------------------------------------------------------------------*/
/*======  COMBO APP  =========*/
.combo-info--title {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 600; }

.combo-info--content + .combo-info--content {
  border-top: 0;
  padding-top: 15px; }

.combo-info .combo-content--name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px; }

.combo-info .combo-content--list .list-combos {
  display: flex;
  -ms-display: flex;
  flex-wrap: wrap; }

.combo-info .combo-content--total {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  padding-top: 15px;
  border-left: 0;
  border-top: 1px dashed #ddd;
  text-align: left; }

.combo-info .combo-content--total p {
  margin: 0 0 10px;
  font-size: 15px; }

.combo-info .combo-content--total p span.combo-total-price {
  color: #ff2c26;
  font-size: 16px; }

.combo-info .combo-content--total p.txt1 {
  font-weight: 700; }

.combo-info .combo-content--total p.txt2 .combo-total-priceInit {
  font-weight: 500;
  font-size: 16px; }

.combo-info .combo-content--total .add-combo {
  font-size: 13px;
  background: #4cb748;
  border: 1px solid;
  border-color: #4cb748;
  border-radius: 10px;
  padding: 15px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  min-width: 185px;
  height: 45px;
  text-transform: uppercase; }

.combo-info .combo-content--total .add-combo:focus {
  outline: none; }

.combo-info .combo-item {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column; }

.combo-info .combo-item--images {
  position: relative;
  margin-bottom: 15px; }

.combo-info .combo-item--images a {
  width: 100px;
  text-align: center;
  display: block; }

.combo-info .combo-item--detail {
  padding-right: 30px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }

.combo-info .combo-item--detail p {
  margin-bottom: 0; }

.combo-info .combo-item--title {
  position: relative;
  margin-bottom: 5px;
  font-weight: 500; }

.combo-info .combo-item--title input {
  margin-right: 5px;
  cursor: pointer;
  vertical-align: -2px; }

.combo-info .combo-item--option {
  margin-bottom: 10px; }

.combo-info .combo-item--option .options-title {
  color: #999;
  font-weight: 500; }

.combo-info .combo-item--option .select-option {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  margin-top: 8px; }

.combo-info .combo-item--option .select-option:hover label {
  opacity: 1;
  visibility: visible; }

.combo-info .combo-item--option .select-option label {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  line-height: 24px;
  background: #17191a;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 3px;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  display: none; }

.combo-info .combo-item--option .select-option label:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid;
  border-width: 8px 8px 0 8px;
  border-color: transparent;
  border-top-color: #000;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.combo-info .combo-item--option .select-option select {
  font-size: 12px;
  color: #000;
  padding: 5px;
  border-color: #ececec;
  border-radius: 2px;
  outline: none;
  font-weight: 500; }

.combo-info .combo-item--option .select-option select.disable {
  pointer-events: none;
  padding: 3px 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.combo-info .combo-item--option .select-option select option[disabled] {
  color: rgba(0, 0, 0, 0.3); }

.combo-info .combo-item--option.is-hide {
  display: none; }

.combo-info .combo-item--option.disable .options-title {
  display: none; }

.combo-info .combo-item--option.disable .filter-option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  padding: 5px 8px; }

.combo-info .combo-item--bottom {
  margin-top: auto; }

.combo-info .combo-item--priceInit {
  margin-top: auto; }

.combo-info .combo-item--priceInit span b {
  font-weight: 600; }

.combo-info .combo-item--priceInit del {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.26);
  font-size: 12px;
  font-weight: 500; }

.combo-info .combo-item--price {
  color: #d0011b;
  font-weight: 600;
  margin-top: 5px;
  font-size: 15px; }

.combo-info .combo-item--price .price-tt {
  font-size: 12px;
  color: #757575;
  display: block; }

.combo-info .combo-item--price del {
  color: rgba(0, 0, 0, 0.26);
  margin-left: 5px;
  font-size: 12px; }

.combo-info .combo-item.item-force .combo-item--images a, .combo-info .combo-item.item-force .combo-item--title input {
  pointer-events: none; }

.combo-info .combo-item.item-force:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none; }

.combo-info .combo-item.disabled .combo-item--images a.image {
  opacity: 0.5; }

.combo-info .combo-item:not(:last-child) .combo-item--images:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100px;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(#000, #000), linear-gradient(#000, #000), transparent;
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  background-repeat: no-repeat; }

@media (min-width: 992px) {
  .combo-info .combo-content--total {
    position: relative;
    text-align: left;
    min-width: 195px; }
  .combo-info .combo-content--total .wrapbox-total {
    display: flex;
    align-items: center;
    height: 100%; }
  .combo-info .combo-content--total .wrapbox-total .combo-total {
    margin-right: 30px; }
  .combo-info .combo-content--total .wrapbox-total .combo-total p {
    margin: 0; }
  .combo-info .combo-content--total .wrapbox-total .combo-total .txt2 {
    margin-top: 1px; }
  .combo-info .combo-content--list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .combo-info .combo-item--option {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .combo-info .combo-item--option .options-title {
    margin-right: 10px;
    min-width: 90px;
    font-size: 13px;
    margin-top: 8px; }
  .combo-info--content {
    padding: 20px;
    border: 2px dashed #e70505;
    border-radius: 4px; }
  .combo-info--vertical .combo-info--content {
    overflow: hidden; }
  .combo-info--vertical .combo-content--total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .combo-info--vertical .combo-item--price .price-tt {
    display: inline-block;
    margin-right: 5px; }
  .combo-info--vertical.width-small .combo-item {
    flex: 0 0 50%;
    max-width: 50%; }
  .combo-info--vertical .combo-item:nth-child(3n) .combo-item--detail {
    padding: 0; }
  .combo-info--horizontal .combo-info--content {
    display: block; }
  .combo-info--horizontal .combo-info--content .combo-item--images a {
    width: 80px; }
  .combo-info--horizontal .combo-content--total {
    border-left: 0;
    padding-left: 0; }
  .combo-info--horizontal .combo-item--bottom {
    text-align: right;
    max-width: 150px;
    flex: 0 0 150px;
    margin-top: 0; }
  .combo-info--horizontal .combo-item {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    border-bottom: 1px dashed #e4e5f0; }
  .combo-info--horizontal .combo-item--title {
    position: initial; }
  .combo-info--horizontal .combo-item--title input {
    position: absolute;
    top: 0;
    left: 0; }
  .combo-info--horizontal .combo-item--detail {
    padding-right: 0;
    padding-left: 15px;
    flex-direction: row;
    justify-content: space-between; }
  .combo-info--horizontal .combo-item--option .options-title {
    margin-right: 15px;
    flex: 0 0 100%;
    color: #999;
    margin-top: 0px; }
  .combo-info--horizontal .combo-item--option .select-option {
    margin-right: 4px;
    margin-top: 4px; }
  .combo-info--horizontal .combo-item--price .price-tt {
    display: inline-block;
    padding-right: 3px; }
  .combo-info--horizontal .combo-item--price del {
    display: block; }
  .combo-info--horizontal .combo-item--price {
    margin: 0;
    font-size: 14px; }
  .combo-info--horizontal .combo-item:last-child {
    border-bottom: 0; }
  .combo-info--horizontal .combo-item:not(:last-child) .combo-item--images:before {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .combo-info--content, .combo-info--priceInit, .combo-info--price, .combo-info--price span {
    font-size: 14px; }
  .combo-info .combo-item {
    flex: 0 0 48%;
    max-width: 48%; } }

@media (max-width: 991px) {
  .combo-info--content {
    display: block; }
  .combo-info .combo-item--option .options-title {
    font-size: 12px;
    color: #999; }
  .combo-info .combo-item--option .select-option {
    margin-right: 4px;
    margin-top: 4px; }
  .combo-info .combo-content--total {
    width: 100%;
    padding-top: 15px; }
  .combo-info .combo-content--total .wrapbox-total {
    text-align: left; }
  .combo-info .combo-content--total .add-combo {
    padding: 12px 20px;
    width: 100%;
    height: 45px; }
  .combo-info .combo-content--list {
    margin: 0 -12px;
    overflow: hidden; }
  .combo-info .combo-content--list .list-combos {
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0 12px; }
  .combo-info .combo-content--list .list-combos::-webkit-scrollbar {
    display: none; }
  .combo-info .combo-item--detail {
    padding-right: 12px; }
  .combo-info .combo-item--priceInit, .combo-info .combo-item--price, .combo-info .combo-item--price span {
    font-size: 12px; }
  .combo-info--vertical .combo-content--total {
    display: block; } }

@media (max-width: 767px) {
  .combo-info .combo-item {
    flex: 0 0 49%;
    max-width: 49%; } }

@media (max-width: 360px) {
  .combo-info .combo-item--priceInit, .combo-info .combo-item--price, .combo-info .combo-item--price span {
    font-size: 11px; } }

.aftee-period-amount-custom {
  background: transparent !important; }
