/*PLUGIN PRODUCTERO*/
section.productero-single {
  border: 1px solid #c4c0c0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: box-shadow 0.5s;
}
section.productero-single:hover {
  -webkit-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
  box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
}
section.productero-single p.nombre-productero, section.productero-single p.nombre-productero a, section.productero-single p.nombre-productero a:hover {
  text-align: center;
  font-weight: bolder;
  color: #333333;
  margin: 20px 0 20px 0;
}
section.productero-single p.productero-oferta {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #2bac21;
}
section.productero-single .productero-descuento {
  background: #8dc153;
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
}
section.productero-single a.precio-single {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(247,222,160,1);
background: -moz-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,222,160,1)), color-stop(100%, rgba(240,195,83,1)));
background: -webkit-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -o-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -ms-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: linear-gradient(to bottom, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dea0', endColorstr='#f0c353', GradientType=0 );
  color: #000;
  text-decoration: none;
  border: 1px solid #846a29;
}
section.productero-single a.precio-single:hover {
background: rgba(244,210,131,1);
background: -moz-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,210,131,1)), color-stop(100%, rgba(238,186,56,1)));
background: -webkit-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -o-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -ms-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: linear-gradient(to bottom, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d283', endColorstr='#eeba38', GradientType=0 );
}
@media screen and (max-width: 752px) {
section.productero-single {
  width: 100%;
}
section.productero-single .productero-descuento {
  font-size: 15px;
}
 }
