/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/*IMAGEN RESPETUOSO*/

.img-respetuoso{
    display:none !important;
}

.product_cat-calzado-infantil-respetuoso .img-respetuoso{
    display:block !important;
}

.product_cat-calzado-barefoot-infantil .img-respetuoso{
     display:block !important;
}
/*FIN IMAGEN RESPETUOSO*/

/*AÑADE UNA RESEÑA*/
a.btn-escribir-opinion {
    text-decoration: none;
    padding: 5px 20px;
    background-color: #00828a;
    color: white;
    border-radius: 2px;
}

/**/
.rey-new-badge::before {
  content: "🍭 " !important;
  margin-right: 4px !important;
	font-size:19px;
}

.single-product span.rey-new-badge {
    padding: 8px;
    background-color: #ffffff;
    border-radius: 18px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00c7ad;
    border: 2px solid #00c7ad;
/*     margin-bottom: 20px !important; */
}
h1.product_title.entry-title {
/*     margin-top: 20px; */
}

.rango-tallas-producto span {
    color: #00828a !important;
}
/*minicart*/
.rey-crossSells-carousel.splide .splide__pagination {
    --size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit !important;
    position: inherit !important;
    right: 0 !important;
    top: auto !important;
}

/*Checkout*/
.woocommerce-checkout .correos_oficial {
    margin-left: -20px;
}