ul.dropdown-address {
  background-color: white;
  box-shadow: 0px 10px 30px -10px #000000;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute !important;
  z-index: 1000;
}
.dropdown-address li {
  list-style-type: none;
}
.dropdown-address li:hover {
  background-color: #b5b5b5;
}
.dropdown-address li a {
  color: black;
  display: block;
  padding: 7px;
  text-decoration: none;
}
.dropdown-address li a:hover {
  color: white;
}

#product .product_status_preorder {
  font-size: 18px;
  color: #a00;
  font-weight: bold;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  max-height: 590px;
  overflow: hidden;
}

@media(max-width: 900px) {
  max-height: 100vh;
}

.radio._radio_disabled label {
  /*cursor: default;*/
  /*opacity: .1;*/
}

.radio.out_of_stock, .radio.out_of_stock label {
  color: #AAA;
  cursor: default;
}

#product .radio.out_of_stock .name_opt_product {
  border: 1px solid rgba(229, 229, 229, .5);
}

#product label > input:checked + .name_opt_product {
  border-color: red !important;
}

#product label > input:checked + img {
  outline-color: red !important;
}

#account-order .order_info img {
  max-width: 100%;
  height: auto;
}

#product .option_size .radio._radio_disabled {
  display: none;
}

#product .option_color .img-thumbnail {
  border: solid 1px #333;
  transition: none;
}

#product .option_color input:checked + .img-thumbnail {
  border: solid 1px transparent;
}

.login_block form > a {
  text-align: left;
}
