/*
 Theme Name:   HerPro Tools Theme
 Theme URI:    https://www.herprotools.es/
 Description:  HerPro Tools
 Author:       All Around Digital
 Author URI:   https://www.allaround.digital/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  inknitewp
*/

/*=============================================*/
/*GENERAL*/
/*=============================================*/
#et-main-area{
  overflow-x: hidden !important;
}
.row_five_items .et_pb_column, .row_four_items .et_pb_column{
  position: relative!important;
  text-align: center!important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-flex-direction: row!important;
  flex-direction: row!important;
}
.row_five_items .et_pb_column .row_item{
  position: relative!important;
  text-align: center!important;
  width: 18%!important;
  flex-basis: 18%!important;
  margin-left: 1%!important;
  margin-right: 1%!important;
  padding: 20px!important;
  border-radius: 8px!important;
  background-color: #EEE!important;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
margin-bottom: 20px !important;
}
.row_four_items .et_pb_column .row_item{
  position: relative!important;
  text-align: center!important;
  width: 22%!important;
  flex-basis: 22%!important;
  margin-left: 1.5%!important;
  margin-right: 1.5%!important;
  padding: 20px!important;
  border-radius: 8px!important;
  background-color: #EEE!important;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
margin-bottom: 20px !important;
overflow: hidden;
}
#aplicaciones.row_four_items .et_pb_column .row_item{
  min-height: 250px!important;
}
#aplicaciones.row_four_items .et_pb_column .row_item{
  min-height: 250px!important;
}
#aplicaciones.row_four_items .et_pb_column .row_item::before{
  content: "";
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  position: absolute;
}
#aplicaciones.row_four_items .et_pb_column .row_item h3{
  color: #FFF !important;
  z-index: 99 !important;
  position: relative !important;
}
.row_five_items .et_pb_column .row_item p{
  font-size: 18px !important;
}
.row_five_items .et_pb_column .row_item h3{
  font-size: 18px !important;
}
.b_cta_comprar{
    background-color: #ff0000;
    width: auto;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #000000;
    padding: 15px !important;
    color: #fff;
    font-size: 20px;
    position: relative;
    display: inline-block;
    transform: skewX(-15deg) skewY(0deg) !important;
    margin-left: 20px;
    vertical-align: middle;
    margin-top: -10px;
    cursor: pointer;
    font-weight: bold !important;
    transition: all 0.3s cubic-bezier(.56,.2,.23,.89) !important;
    font-family: 'Russo One',Helvetica,Arial,Lucida,sans-serif !important;
}
.b_cta_comprar:hover{
  transform: skewX(-15deg) skewY(0deg) scale(0.95,0.95) !important;
}
.popup_btn .b_cta_comprar{
    background-color: #FFF;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 #710303;
    padding: 15px;
    color: #ff0000;
    font-size: 17px;
    position: relative;
    display: inline-block;
    transform: skewX(-15deg) skewY(0deg) !important;
    margin-left: 0px;
    vertical-align: middle;
    margin-top: 5px;
    transition: all 0.5s cubic-bezier(.56,.2,.23,.89);
}
.popup_btn .b_cta_comprar:hover{
  color: #FFF;
  background-color: #000;
  box-shadow: 0 5px 0 0 #FFF;
  transform: scale(0.95,0.95) skewX(-15deg) skewY(0deg) !important;
}
.amazon .popup_btn .b_cta_comprar{
    background-color: #FFF;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 5px 0 0 #777;
    padding: 15px;
    color: #555;
    font-size: 17px;
    position: relative;
    display: inline-block;
    transform: skewX(-15deg) skewY(0deg) !important;
    margin-left: 0px;
    vertical-align: middle;
    margin-top: 5px;
        transition: all 0.5s cubic-bezier(.56,.2,.23,.89);
}
.amazon .popup_btn .b_cta_comprar:hover{
  color: #FFF;
  background-color: red;
  box-shadow: 0 5px 0 0 #000;
  transform: scale(0.95,0.95) skewX(-15deg) skewY(0deg) !important;
}
/*POP-UP*/

#cta_popup_container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999 !important;
  display: none;
  padding: 50px !important;
}
#cta_popup_container.showup{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
}
#cta_popup_container #popup_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0,0,0,0.85)
}
#cta_popup{
  flex-basis: 50%;
  max-width: 700px;
  min-width: 650px;
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 20px;
  padding: 25px;
  z-index: 99;
  -webkit-box-shadow: -1px 0px 26px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: -1px 0px 26px 0px rgba(0,0,0,0.22);
  box-shadow: -1px 0px 26px 0px rgba(0,0,0,0.22);
}
.popup_box{
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.popup_contents_box{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  color: #222;
  padding: 20px;
}
.amazon .popup_contents_box{
  height: calc(100% - 151px);
}
.popup_contents_box ul{
  padding-left: 0;
  list-style: none;
  display: block;
  position: relative;
}
.popup_contents_box ul li{
  padding-left: 30px;
  list-style: none;
  display: block;
  position: relative;
  font-size: 15px;
  margin-bottom: 5px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-image: url(img/check_icon.png);
  background-size: 15px 15px;
}
.popup_contents_box h3{
  color: #FFF !important;
  text-align: center;
  margin-bottom: 5px;
}
.amazon .popup_contents_box h3{
  color: #222 !important;
}
.popup_logo_box{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  height: 131px;
}
.popup_logo_box img{
  max-width: 50%;
  display: relative;
  display: inline-block;
}
.sandiego .popup_contents_box{
  background-color: #cc0707;
  border-radius: 10px;
  color: #FFF;
}
.amazon .popup_contents_box{
  background-color: #EEE;
  border-radius: 10px;
  color: #222;
}
.popup_price{
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup_price span.before_price{
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: line-through;
  margin-left: 5px;
  margin-right: 5px;
}
.popup_price span.current_price{
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.popup_terms{
  line-height: 1.2;
  font-size: 9px;
  margin-top: 10px;
}
.popup_btn{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

/*PRODUCTO*/
#texto_header_producto ul{
  padding-left: 0px !important;
  margin-top: 15px !important;
}
#texto_header_producto li{
  list-style: none !important;
  padding-left: 22px !important;
  background-position: 0px 5px !important;
  margin-bottom: 5px !important;
  background-repeat: no-repeat !important;
  background-image: url(img/check_icon_red.png) !important;
  background-size: 14px 14px !important;
  font-weight: bold;
}
#precio_producto_header a.b_cta_comprar{
  margin-left: 0 !important;
  line-height: 1 !important;
}
#precio_producto_header strong span{
  font-size: 30px !important;
  margin-bottom: 10px !important;
  display: block;
}

/*GALERÍA*/

.et_pb_gallery_items.et_post_gallery{
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: -webkit-wrap !important;
  flex-wrap: wrap !important;
}
.et_pb_gallery_item.et_pb_grid_item{
  -webkit-flex-basis: 23% !important;
  flex-basis: 23% !important;
  width: 23% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
.et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_image{
  height: 15vw !important;
  overflow: hidden !important;
  position: relative !important;
}
.et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_image img{
  position: relative !important;
  top: 0;
  left: 0;
  height: auto !important;
  min-height: 15vw !important;
  width: auto !important;
}
/*FOOTER*/
#main-footer{
  padding-left: 10%;
  padding-right: 10%;
}
#footer-widgets{
  padding-bottom: 30px;
}
footer .footer-widget a{
  font-family: 'Russo One',Helvetica,Arial,Lucida,sans-serif !important;
  text-decoration: none !important;
  color: #CCC !important;
  font-size: 16px;
  transition: all 0.2s ease-out;
  display: block;
}
footer .footer-widget a:hover{
  color: #FE3302 !important;
}

/*GARANTÍA*/
#garantia_header{
  padding-top: 150px !important;
}
#garantia_header .et_pb_fullwidth_header_container{
  padding-right: 30% !important;
}
#garantia_header img{
  position: absolute !important;
  display: block !important;
  top: -100px !important;
  right: -50px !important;
}
/*AJUSTES TIENDA*/

.product.type-product .clearfix{
  display: -webkit-flex !important;
  display: flex !important;
  position: relative !important;
  padding-bottom: 100px;
  padding-top: 70px;
  padding-left: 10% !important;
  padding-right: 10% !important;
  margin-bottom: 60px !important;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(227,227,227,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=1 );
}
.product.type-product .clearfix:before{
  content: "";
  width: 100%;
  left: 0%;
  background-image: url(./img/divider.png);
  background-size: 100% 80px;
  bottom: 0;
  height: 80px;
  z-index: 0;
  position: absolute;
}
#left-area {
    width: 100% !important;
    padding-bottom: 23px;
}
.et_right_sidebar #left-area {
    float: none;
    padding-right: 0;
}
.product-template-default.single.single-product #sidebar{
  display: none !important;
}
.product-template-default.single.single-product .summary.entry-summary{
  border-radius: 20px;
  background-color: #EEE;
  padding: 30px;
  margin-bottom: 0px;
}
.product-template-default.single.single-product .summary.entry-summary .single_add_to_cart_button.button{
  color: #FFF;
  border-radius: 8px;
  transform: skewX(-10deg);
  border-bottom: 5px solid #000;
}
.product-template-default.single.single-product .summary.entry-summary .single_add_to_cart_button.button:hover{
  color: #FFF;
  border-radius: 8px;
  background-color: #000;
  transform: skewX(-10deg);
  border-bottom: 5px solid #000;
}
.product-template-default.single.single-product .summary.entry-summary .single_add_to_cart_button.button.wc-variation-selection-needed{
  color: #999;
  color: #2f2f2f;
  position: relative;
}
.product-template-default.single.single-product .summary.entry-summary .single_add_to_cart_button.button.wc-variation-selection-needed::after{
  content: "DEBE ELEGIR UNA OPCIÓN";
  position: absolute;
  display: none;
  font-family: sans-serif !important;
  left: 10px;
  bottom: -10px;
  border-radius: 4px;
  background-color: #FFCC00;
  text-align: center;
  padding: 6px;
  font-size: 12px;
  color: #000;
}
.product-template-default.single.single-product .summary.entry-summary .single_add_to_cart_button.button.wc-variation-selection-needed:hover:after{
  display: block;
}
.woocommerce div.product form.cart .variations select{
  background-color: #FFF !important;
  font-size: 16px !important;
}
.woocommerce-product-details__short-description{
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}
.woocommerce div.product form.cart .quantity input.qty {
    font-size: 15px!important;
    background-color: #fff!important;
    color: #333!important;
    font-weight: 700!important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-bottom: 0;
  padding: 50px;
  background-color: #FFF;
  border-radius: 20px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
}
.et_shop_image{
  border-radius: 20px;
  overflow: hidden;
  border: none !important;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.34);
}
.et_shop_image .et_overlay{
    border: none !important;
}
.woocommerce #main-content .container {
    padding-top: 0px;
}
.woocommerce .woocommerce-breadcrumb {
  color:#cacaca;
  background-color:#222;
  margin: 0;
  padding: 10px 10%;
}
.woocommerce .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding-top: 0;
}
.woocommerce-page div.product .woocommerce-tabs, .related.products{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-cart #sidebar, .woocommerce-checkout #sidebar{
  display: none !important;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #ff0100 !important;
    left: 10% !important;
}
.et_left_sidebar #left-area {
    float: right;
    padding-left: 0%;
}
.et_left_sidebar #left-area::before, .et_left_sidebar #main-content .container::before {
  display: none !important;
}
.up-sells.upsells.products{
  padding-left: 10%;
  padding-right: 10%;
  background-color: #EEE !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product .related h2, .up-sells.upsells h2{
  font-size: 35px !important;
  margin-top: 50px;
}
.product .related ul.products h2, .up-sells.upsells ul.products h2, .archive.tax-product_cat #left-area ul.products h2,  .archive.post-type-archive-product #left-area ul.products h2{
    padding-bottom: 16px;
    margin-top: 0px;
    font-size: 23px !important;
    padding-top: 30px !important;
}
/*Páginas de categoría*/
.archive.tax-product_cat #left-area ul.products, .archive.post-type-archive-product #left-area ul.products{
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.archive.tax-product_cat #sidebar,  .archive.post-type-archive-product #sidebar{
  display: none !important;
}
.woocommerce-products-header{
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    padding: 100px 10%;
    margin-bottom: 70px !important;
  }
  .woocommerce-products-header h1{
    color: #FFF !important;
    position: relative;
    z-index: 100;
    font-size: 40px !important;
  }
  .woocommerce-products-header::before{
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    border-bottom-right-radius: 200px;
    position: absolute;
    display: block;
    background-image: linear-gradient(290deg,#FF3300 15%,#000000 65%);
    background-color: #000;
  }
.archive p.woocommerce-result-count{
  display: none !important;
}
.archive form.woocommerce-ordering{
  margin-right: 10%;
}

/*PAGO SEGURO*/

.pago_seguro_box{
  width: 80%;
  display: block !important;
  margin-top: 10px !important;
  margin-bottom: 25px !important;
  background-color: #edf1f4;
  padding: 15px;
  border-radius: 15px;
}
.pago_desc{
  display: block;
  color: #555;
  font-size: 15px;
  margin-bottom: 10px;
}
.logos_tarjetas{
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.logos_tarjetas img{
  max-width: 70px;
  height: auto;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.logos_tarjetas img.pago_seguro{
    max-width: 90px;
}

/*RESPONSIVE*/
@media screen and (max-width: 1200px){
  #aplicaciones.row_four_items .et_pb_column .row_item h3{
    font-size: 19px;
  }
}
@media screen and (max-width: 1075px){
  #aplicaciones.row_four_items .et_pb_column .row_item h3{
    font-size: 17px;
  }
}
@media screen and (max-width: 980px){
  #cta_menu{
     margin-top: 0px;
     margin-right: 15px;
  }
  #aplicaciones.row_four_items .et_pb_column .row_item, .row_five_items .et_pb_column .row_item{
    position: relative!important;
    text-align: center!important;
    width: 31%!important;
    flex-basis: 31%!important;
    margin-left: 1%!important;
    margin-right: 1%!important;
    padding: 16px!important;
  }
  #aplicaciones.row_four_items .et_pb_column .row_item h3{
    font-size: 20px;
  }
  .product.type-product .clearfix{
    flex-direction: column;
    -webkit-flex-direction: column;
  }
   div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
   }
   .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
    margin-top: 30px !important;
   }
}
@media screen and (max-width: 900px){
  #garantia_header img{
    transform: scale(0.8,0.8);
  }
}
@media screen and (max-width: 768px){
  #aplicaciones.row_four_items .et_pb_column .row_item, .row_five_items .et_pb_column .row_item, .row_four_items .et_pb_column .row_item{
    position: relative!important;
    text-align: center!important;
    width: 48%!important;
    flex-basis: 48%!important;
    margin-left: 1%!important;
    margin-right: 1%!important;
    padding: 16px !important;
  }
  #aplicaciones.row_four_items .et_pb_column .row_item h3{
    font-size: 19px;
  }
  #garantia_header {
    padding-top: 50px!important;
    padding-bottom: 100px !important;
  }
  #garantia_header img{
    top: auto !important;
    bottom: -100px!important;
    right: -60px!important;
  }
  #cta_popup_container{
    padding: 20px !important;
  }
  #cta_popup{
    flex-direction: column;
    padding: 10px;
    z-index: 99;
    max-width: 90% !important;
    min-width: 90% !important;
  }
  .popup_box {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .popup_logo_box{
    margin-bottom: 5px !important;
    height: 70px;
  }
  .popup_contents_box h3{
    font-size: 16px;
  }
  .popup_contents_box ul li {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.1;
  }
  .popup_price {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .popup_price span.before_price,.popup_price span.current_price{
    font-size: 20px;
  }
  .popup_btn .b_cta_comprar {
    padding: 10px !important;
    font-size: 14px;
    margin-top: 0px;
   }
   .popup_logo_box img {
    max-width: 30%;
   }
}
@media screen and (max-width: 500px){
  #garantia_header img{
    transform: scale(0.6,0.6);
  }
  .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
    font-size: 40px !important;
    line-height: 1.1em!important;
   }
   #garantia_header img{
     top: auto !important;
     bottom: -140px!important;
     right: -80px!important;
   }
   #herpro_home_header.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{
     font-size: 30px !important;
   }
   #herpro_home_header.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    font-size: 25px;
    line-height: 1.2;
    }
}
@media screen and (max-width: 440px){
  .product.type-product .clearfix {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .product-template-default.single.single-product .summary.entry-summary {
    padding: 20px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo{
    max-width: 35% !important;
  }
  .product-template-default.single.single-product .summary.entry-summary .single_add_to_cart_button.button {
    font-size: 14px !important;
   }
  .woocommerce-variation.single_variation .woocommerce-Price-amount.amount{
    font-size: 25px;
    display: block;
    margin-bottom: 20px !important;
  }
  #cta_menu{
    margin-left: 0px !important;
    margin-right: 5px !important;
    font-size: 11px;
  }
  #aplicaciones.row_four_items .et_pb_column .row_item, .row_five_items .et_pb_column .row_item, .row_four_items .et_pb_column .row_item{
    position: relative!important;
    text-align: center!important;
    width: 100%!important;
    flex-basis: 100%!important;
    margin-left: 0%!important;
    margin-right: 0%!important;
    padding: 20px !important;
  }
  #aplicaciones.row_four_items .et_pb_column .row_item h3{
    font-size: 18px;
  }
  #et-boc .et_pb_row_10.et_pb_row{
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
  .et_pb_gallery_item.et_pb_grid_item{
    -webkit-flex-basis: 48% !important;
    flex-basis: 48% !important;
    width: 48% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  .et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_image{
    height: 25vw !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .pago_seguro_box{
    width: 100%;
  }
}

/*OTROS AJUSTES*/

.et_right_sidebar #main-content .container:before {
    display: none !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    background: #e21b04!important;
    font-size: 14px !important;
    border-radius: 10px !important;
}
.woocommerce-privacy-policy-text{
  margin-bottom: 25px !important;
}
.woocommerce a.button, .woocommerce-page a.button{
  font-size: 15px !important;
}
form.woocommerce-cart-form table button{
    font-size: 15px !important;
}
.woocommerce .woocommerce-cart-form__cart-item.cart_item .quantity{
  width: 100% !important;
}
.woocommerce .quantity input.qty{
  font-size: 15px !important;
  background-color: #DDD !important;
  color: #333 !important;
  font-weight: bold !important;
}
.woocommerce-Price-amount.amount{
    font-weight: bold !important;
}
.woocommerce a.remove {
    display: inline-block;
    font-size: 2.2em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: white!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background-color: #ff0100;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon input.input-text {
    color: #555 !important;
    font-size: 15px !important;
}
.woocommerce-page.et_pb_button_helper_class button.button{
  color: #ffffff;
  background-color: #ff0100;
  border: none;
}
.coupon button.button{
    background-color: #CCC !important;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
  background-color: #eee !important;
}
.woocommerce-page.et_pb_button_helper_class a.button:hover, .coupon button.button:hover, .woocommerce-page.et_pb_button_helper_class button.button:hover{
  color: #FFF !important;
}
.product-name a{
  font-weight: bold !important;
  color: #222 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
    background-color: #ff0100;
    color: #ffffff !important;
    border-radius: 10px;
}
.payment_method_redsys label{
  font-weight: bold;
  font-size: 18px !important;
}
#submit_redsys_payment_form{
  background-color: #ff0100;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  margin-right: 10px;
  border-bottom: 5px solid #000;
}
#redsys_payment_form{
  margin-top: 20px !important;
}
@media (min-width: 981px){
  #left-area {
      width: 65%;
      padding-bottom: 23px;
  }
  #sidebar {
      float: left;
      width: 34%;
  }
  #sidebar .pago_seguro_box{
    width: 100% !important;
  }
}
