@charset "UTF-8";


.notice_group{
  max-width: 930px;
  margin: 0 auto 20px!important;
}

.notice_text{
  font-size: 12px;
  line-height: 1.4;
}

.product_order{
  margin-bottom: 20px;
}

/*.product_order .product_select > li .product_select_color li label[for="1"],
.product_order .product_select > li .product_select_color li label[for="3"] {
  background-image: url("../images/select_color_light_ocher.png")!important;
}
.product_order .product_select > li .product_select_color li label[for="2"],
.product_order .product_select > li .product_select_color li label[for="4"] {
  background-image: url("../images/select_color_ocher.png")!important;
}*/

/*.product_order .product_select > li .product_select_name strong{
  text-align: center;
}

.product_order .product_select > li .product_select_name small{
  text-align: center;
}*/

.to_top{
  z-index: 1;
}

@media (max-width: 430px) {
  .notice_group{
    margin: 0 10px 20px!important;
  }
}