/* product desc */

/* primary_block ***************************************************************************** */
#primary_block {
  display: flex;
  margin-top: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  padding-top: 100px;
}

/* pb-right-column ***************************************************************************** */
#pb-right-column {
  margin: 0 1%;
  width: 40%;
}

#pb-right-column #image-block {
  background: none repeat scroll 0 0 white;
  border: none;
  overflow: hidden;
  margin: auto;
  max-width: 70%;
  max-height: 90%;
}
#pb-right-column #image-block img {
  cursor: pointer;
  width: 60%;
  border-radius: 13px;
} /* border:1px solid #cdcdcd} */
#pb-right-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
}
#pb-right-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 10px;
  left: 32%;
  display: block;
  padding: 0 12px 0 30px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  text-transform: uppercase;
  background-image: url(../img/icon/zoom.png);
  background-repeat: no-repeat;
  background-position: 10px 2px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
#pb-right-column #image-block #view_full_size .span_link img {
  position: relative;
  top: 3px;
  left: -3px;
  border: none;
  padding-right: 2px;
}
/* miniatures */
#pb-right-column #views_block {
  margin: 10px;
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

#thumbs_list {
    overflow: hidden;
    margin: auto;
    width: 80%;
	height:70;
 }

.thumbs-controlls-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}

#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}
#thumbs_list li {
  float: left;
  height: 60px;
  width: 72px;
  cursor: pointer;
}
#thumbs_list li img {
  margin: 0 6px;
  border: 1px solid #cdcdcd;
}

span.view_scroll_spacer {
  float: left;
  height: 16px;
  width: 21px;
}
#view_scroll_left,
#view_scroll_right {
  height: 18px;
  width: 9px;
  text-indent: -3000px;
  background: url(../img/thumbs_left.gif) no-repeat center center transparent;
}
#view_scroll_right {
  background-image: url(../img/thumbs_right.gif);
}
.resetimg {
  padding: 10px 0 0 0;
}
/* link list */
#usefull_link_block {
  list-style-type: none;
  margin-top: 20px;
}
#usefull_link_block li {
  padding: 2px 0;
  cursor: pointer;
}
#usefull_link_block li.print {
  padding-left: 20px;
  background: url(../img/icon/print.gif) no-repeat 0 0;
}
#usefull_link_block li.sendtofriend {
  padding-left: 20px;
  background: url(../img/icon/send_friend.gif) no-repeat 0 0;
}
#usefull_link_block li#left_share_fb {
  padding-left: 20px;
  background: url(../img/icon/picto_fb.png) no-repeat 0 0;
}
/* pb-left-column ****************************************************************************** */
#pb-left-column {
  width: 30%;
  display: flex;
  flex-direction: column;
}
#pb-left-column h1 {
  margin-bottom: 10px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 110.9%;
  letter-spacing: -0.03em;
  color: #000000;
}

#pb-left-column #short_description_content h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 160.9%;
  color: #000000;
}

#pb-left-column #short_description_block {
  color: #666;
  font-size: 14px !important;
}
#pb-left-column #short_description_block .buttons_bottom_block {
  display: none;
}
/* form */
#pb-left-column #buy_block {
  margin-top: 10px;
}
#buy_block p {
  padding-bottom: 10px;
}


#attributes {
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
}

#pb-left-column #buy_block label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160.9%;
  color: #000000;
}

#color_picker #color_to_pick_list {
  list-style-type: none;
}
#color_picker #color_to_pick_list li {
  float: left;
  margin-right: 8px;
  padding: 1px;
  border: 1px solid #ccc;
}
#color_picker #color_to_pick_list a.color_pick {
  display: block;
  height: 15px;
  width: 15px;
}
.product_attributes {
  padding: 10px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
} /* attributes */
#attributes select {
  border: 1px solid #25293e;
  font-size: 20px !important;
  width: 200px !important;
  border-radius: 8px;
}

/* quantity_wanted */
#quantity_wanted_p input {
    
    width: 11%;
    max-height: 20px;
    border: 1px solid;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
}

#pQuantityAvailable {
  font-size: 14px;
}

#avisa_dispo input:hover,
#add_to_cart input:hover {
  background: #25293e;
}

#avisa_dispo input,
#add_to_cart input {
  margin-top: 3%;
  background: #25378d;
  width: auto;
  padding: 10px 30px;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160.9%;
}

/* availability_statut */
#availability_statut {
  padding-bottom: 10px;
}
#availability_statut span#availability_label {
  display: inline-block;
  width: 125px;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
#availability_statut span#availability_value {
  display: inline-block;
  padding: 1px 5px;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #9b0000;
}
#table_consulta > div {
  width: 50%;
  margin: auto;
}

#idTab0 {
  width: 50%;
  margin: auto;
}

#idTabopiniones .botonera {
  display: flex;
  justify-content: center;
}

#idTabopiniones .opin_tit {
  text-align: center;
}

#table_opiniones {
  margin: 0 auto;
}

#form_consulta {
  width: 100%;
}

#form_consulta input,
#form_consulta textarea {
  border-width: 1px;
  border-radius: 8px;
  padding: 7px;
}

#form_consulta input[type="button"] {
  background: #db0812;
  color: #fff;
  width: 40%;
}

#form_consulta label,
#form_consulta input[type="button"] {
  margin: 10px 0;
  font-weight: 900;
}

#form_consulta,
#form_consulta div {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
/* add_to_cart */
.content_prices #add_to_cart {
  position: relative;
  float: right;
  padding-bottom: 0;
}

#more_info_block {
	padding-top:30px;
  width: 70%;
  margin: auto;
}

.content_prices #add_to_cart .exclusive,
.content_prices #add_to_cart .exclusive_disabled {
  padding: 4px 7px 4px 15px;
}
*:first-child + html .content_prices #add_to_cart .exclusive {
  padding: 4px 3px 4px 11px;
}
.content_prices #add_to_cart span {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  height: 26px;
  width: 26px;
  background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent;
}

/* prices */
.content_prices {
  margin-top: 10px;
  text-align: right;
}
#buy_block p.price {
  padding: 0;
}

.price .discount {
  /*display:none*/
  top: 0;
  right: 0;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #db0812;
  margin-bottom: 15px;
  border-radius: 8px;
  width: 80px;
  text-align: center;
}

#buy_block p#old_price {
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.our_price_display {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 160.9%;
  letter-spacing: -0.04em;
  color: #25293e;
}

#reduction_percent {
  display: none;
  /*float: right;
	margin-left:10px;
   padding: 0 0 0 10px;
   font-weight: bold;
   font-size: 12px;
   color: #fff;
	background: url(../img/bg_reduction.png) no-repeat 0 0 transparent*/
}
#reduction_percent span {
  /*display: block;*/
  padding: 1px 5px 1px 0;
  background: url(../img/bg_reduction.png) no-repeat 100% 0 transparent;
}
/* buttons_bottom_block */
.buttons_bottom_block {
  clear: both;
}
/* add to wishlist button */
#wishlist_button {
  margin-top: 10px;
  padding: 2px 0 2px 20px;
  border: none;
  background: url(../img/icon/add.png) no-repeat 0 0 transparent;
}

/* PRODUCT IN THE SAME CATOGORY ################################################################ */
#productscategory {
  overflow: auto;
}

/* CROSSSELING ################################################################################# */
#crossselling_noscroll {
  overflow: auto;
}

/* quantityDiscount  ########################################################################### */
#quantityDiscount table.std {
  border: none;
}
#quantityDiscount table.std td {
  border: none;
  border-bottom: 1px solid #ccc;
}
#quantityDiscount table.std td:first-child {
  border-right: 1px solid #ccc;
}

/* ------------------------------------------------------ */
#image-block .icon_low {
  background: red !important;
  color: #ffffff;
  /*font-family: "Pacifico";*/
  font-size: 25px;
  height: 50px;
  padding-top: 19px;
  position: absolute;
  right: 2px;
  width: 50px;
  top: 1px;
  border-radius: 50%;
}

#buy_block .price_title {
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  #primary_block {
    flex-direction: column;
    align-items: center;
  }

  #pb-right-column {
    width: 100%;
  }

  #pb-left-column h1 {
    margin-top: 50px;
    text-align: center;
  }

  #pb-left-column {
    width: 90%;
    align-items: center;
  }

  form#buy_block {
    width: 100%;
    text-align: center;
  }

  #attributes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 1%;
  }

  #quantity_wanted_p {
    padding: 10px;
    display: block;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #more_info_block {
    width: 100%;
  }

  #idTab0 {
    width: 90%;
  }

  #table_consulta > div {
    width: 90%;
  }

  #form_opiniones table {
    width: 90%;
  }

  .user-benefits .banner-container {
  }
}
