#products_menu_header {
  color: #ffb823;
}
#products_menu_header_mobile {
  color: #ffb823;
}

.products_container {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
.middle_products_container {
  width: 1200px;
  height: auto;
  position: relative;
  margin: auto;
}
.products_image_header {
  width: 901px;
  height: 541px;
  position: absolute;
  right: -240px;
  top: -85px;
  background: url(../../images/products_image_header.png);
}
.products_title_container {
  width: 314px;
  height: 41px;
  padding-top: 154px;
  position: relative;
  margin-left: 12px;
}
.products_title {
  width: 100%;
  text-align: center;
  position: relative;
  left: 0px;
  line-height: 0.8;
  font-size: 45px;
  font-weight: 900;
  color: #ffb823;
  z-index: 2;
}
.products_title_line {
  width: 100%;
  height: 20px;
  background: #ddd;
  margin-top: 1em;
  border-radius: 5px;
  position: relative;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.products_text {
  width: 585px;
  overflow: hidden;
  margin-top: 47px;
  margin-left: 38px;
  font-size: 20px;
  color: #454548;
}

.product_title_and_back {
  width: 100%;
  height: 55px;
  background: white;
  margin-top: 55px;
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  margin-bottom: 35px;
}
.product_detail_title {
  float: left;
  font-size: 25px;
  font-weight: 900;
  color: #363636;
  line-height: 0.9;
  margin-left: 27px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.product_detail_back {
  float: right;
  width: 118px;
  height: 45px;
  background: #ffb823;
  border-radius: 15px;
  cursor: pointer;
  margin-right: 6px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.product_detail_back_arrow {
  float: left;
  width: 9px;
  height: 15px;
  background: url(../../images/back_product_details.png);
  margin-left: 24px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.product_detail_back_text {
  float: left;
  line-height: 0.9;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 10px;
  font-size: 20px;
  color: #363636;
  font-weight: 900;
}
.product_detail_back:hover {
  background: white;
}
.product_details_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 213px;
}
.product_details_info_price {
  width: 600px;
  /*overflow: hidden;*/
  position: relative;
  float: left;
}
.product_details_info_title_line {
  width: 314px;
  height: 30px;
  margin-top: 18px;
  position: relative;
}
.product_details_info_title {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 25px;
  font-weight: 900;
  color: #ffb823;
  line-height: 0.8;
  z-index: 2;
}
.product_details_info_line {
  width: 314px;
  height: 20px;
  background: #e1e1e1;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
}
.product_details_info_text {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 18px;
  color: #363636;
}
.product_details_one_info_container {
  width: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.product_details_one_info_text {
  width: calc(100% - 23px);
  height: auto;
  margin-top: 5px;
  margin-left: 23px;
  font-size: 25px;
  color: #363636;
}
.product_details_drop_list_container {
  width: 400px;
  height: 83px;
  position: relative;
  margin-top: 30px;
}
.product_details_drop_list_title {
  font-size: 18px;
  font-weight: 900;
  color: #ffb823;
  margin-left: 23px;
}
.product_details_drop_list {
  width: 100%;
  height: 55px;
  background: white;
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.product_details_drop_list_select {
  /*width: 88%;*/
  width: 100%;
  height: 100%;
  padding-left: 25px;
  border: 0px;
  outline: none;
  font-family: 'Muli', sans-serif !important;
  font-size: 18px;
  color: #363636;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  cursor: pointer;
}
.product_details_drop_list_arrow {
  width: 26px;
  height: 26px;
  background: url(../../images/arrow_select_product.png);
  background-position: left;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 2;
  margin-top: -13px;
  margin-right: 19px;
}
.product_details_drop_list:hover .product_details_drop_list_arrow {
  background-position: right;
}
.product_details_add_to_cart_container {
  width: 550px;
  height: 71px;
  border-radius: 15px;
  background: #ffb823;
  margin-top: 108px;
  position: relative;
}
.product_details_add_to_cart_price {
  float: left;
  margin-left: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 0.9;
  font-size: 30px;
  font-weight: 900;
  color: #363636;
}
.left_in_stock_values {
  position: absolute;
  font-size: 20px;
  color: #454548;
  left: 25px;
  bottom: -40px;
}
.product_details_add_to_cart_quantity_and_button {
  width: 288px;
  height: 50px;
  float: right;
  margin-right: 9px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.product_details_add_to_cart_quantity_container {
  width: 100px;
  height: 40px;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.product_details_add_to_cart_quantity_number_container {
  width: 66px;
  float: left;
  height: 100%;
  border-right: 1px solid #e3e3e3;
  position: relative;
}
.product_details_add_to_cart_quantity_number {
  width: 100%;
  text-align: center;
  line-height: 0.9;
  font-size: 18px;
  color: #363636;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0px;
  outline: none;
  font-family: 'Muli', sans-serif !important;
}
.product_details_add_to_cart_quantity_picker {
  float: right;
  width: 33px;
  height: 100%;
  position: relative;
}
.product_details_add_to_cart_quantity_picker_arrow_top_container {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.product_details_add_to_cart_quantity_picker_arrow_top {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #959595;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -4px;
}
.product_details_add_to_cart_quantity_picker_arrow_top_container:hover
  .product_details_add_to_cart_quantity_picker_arrow_top {
  border-bottom: 8px solid #363636;
}
.product_details_add_to_cart_quantity_picker_arrow_bottom_container {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
.product_details_add_to_cart_quantity_picker_arrow_bottom {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #959595;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -4px;
}
.product_details_add_to_cart_quantity_picker_arrow_bottom_container:hover
  .product_details_add_to_cart_quantity_picker_arrow_bottom {
  border-top: 8px solid #363636;
}
.product_details_add_to_cart_button {
  width: 175px;
  float: right;
  background: #363636;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 900;
  color: white;
  line-height: 0.8;
  padding-top: 18px;
  padding-bottom: 18px;
  cursor: pointer;
}
.product_details_add_to_cart_button:hover {
  background: white;
  color: #363636;
}
.product_details_images {
  width: 495px;
  height: 450px;
  float: right;
  margin-right: 51px;
  border-radius: 25px;
  background: white;
  position: relative;
  overflow: hidden;
}
.mobile_product_details_images {
  display: none;
}
.one_product_detail_image {
  max-width: 495px;
  max-height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
