.product-info .options .option {
  font-size: 11px;
}

.price {
  z-index: 2;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.search-button {
  cursor: pointer;
}

.dropdown-content {
  /* display: none; */
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content .item {
  color: black;
  padding: 0px 5px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #999;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-content .item:hover {
  background: #e2e2e2;
}

.dropdown-content .selected {
  background: #e2e2e2;
}

.dropdown-content .item img {
  margin-right: 5px;
}

.dropdown-content .search-box {
  display: block;
  overflow: auto;
}

.dropdown-content .title {
  border-left: 1px solid;
  padding-left: 5px;
}

/* option_value_detail */
.option_value_detail {
  border: solid 1px #ccc;
  border-radius: 5px;
}

.option_value_detail .title {
  padding: 0.4em 1em;
  position: relative;
  background: silver;
}

.option_value_detail .title span {
  font-weight: bold;
}

.option_value_detail .close_detail {
  color: white;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.option_value_detail .detail {
  padding: 5px;
  background: #f4f3f3;
  max-height: 50px;
  overflow: auto;
}

.option_value_detail .header {
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
}

.option_value_detail .button {
  text-transform: lowercase;
  padding: 0;
  color: #000;
  text-align: center;
  background: silver;
  width: 100px;
  margin: 0 auto;
  cursor: pointer;
}

.option_value_detail .button img {
  height: 10px;
}

.option-grid.row .col-md-2 {
  padding: 5px;
  text-align: center;
}

.option-grid.row .col-md-2 .card {
  padding: 5px;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.option-grid.row .col-md-2 .card .card-text {
  height: 75px;
}

.option-grid.row .col-md-2 .card i.fa-info-circle {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.option-grid.row .col-md-2 .card i.fa-arrows-alt {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.option-grid.row .col-md-2 .card .card-text .price-diff {
  color: #845eff;
}

.modal .modal-header button.close {
  margin-top: -20px;
}

.option-grid.row .col-md-2 .card .kies-btn button{
  text-transform: lowercase;
}

.no-click-event {
  pointer-events: none;
}

@media only screen and (max-width: 1100px) {
  .option-grid.row .col-md-2 {
    display: inline-block;
    width: 24%;
  }
}

@media only screen and (max-width: 500px) {
  .option-grid.row .col-md-2 {
    display: inline-block;
    width: 49%;
  }
}
