/*
Theme Name:   TopShop Child
Theme URI:    https://kairaweb.com/wordpress-theme/topshop/
Description:  TopShop Child is a child theme for the TopShop WordPress theme. It currently has mo theme changes, as it's just set up and ready for you to start your own editing.
Author:       Kaira
Author URI:   https://kairaweb.com/
Template:     topshop
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, news
Text Domain:  topshop-child
*/

/* -- Add your Own Custom CSS Here -- */

/* 
Theme Name: TopShop Child 
Theme URI: 
Description: Twenty Seventeen Child 
Theme Author: Luis Fernando Suarez
Author URI: http://LuisFerSuarez.com
Template: twentyseventeen 
Version: 1.0.0
Text Domain: twentyseventeen-child
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

purgar
/wp-content/themes/topshop-child/style.css
*/



.onsale {
    /*#DD3333 rojoº/
    /*#fdd835 amrillo*/
    background-color: #90b378 !important;
    color: #fff !important;
}

.sin-existencias {
    background-color: #A6A6A6;
    /* Color de fondo */
    color: white;
    /* Color de texto */
    padding: 5px 10px;
    /* Espaciado alrededor del texto */
    font-size: 14px;
    /* Tamaño del texto */
    font-weight: bold;
    /* Negrita */
    text-transform: uppercase;
    /* Texto en mayúsculas */
    position: absolute;
    /* Posicionamiento absoluto */
    top: 10px;
    /* Posición desde la parte superior */
    left: 10px;
    /* Posición desde la parte izquierda */
    z-index: 100;
    /* Asegurarse de que la etiqueta quede encima del contenido */
    border-radius: 5px;
    /* Bordes redondeados */
}

.woocommerce div.product .out-of-stock {

    font-size: 1.92em !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-decoration: underline !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-decoration: underline !important;
}



.woocommerce ul.products li.product .price {
    /*color: #77a464!important;*/
    font-size: 2rem !important;
    /*font-size: clamp(2rem, 5vw, 4rem) !important;*/
    color: #90b378 !important;
    font-weight: bold;
}

p.price {
    color: #90b378 !important;

}

.aws-search-field {
    /*background-color: #F9E79F;
	font-weight: 900;*/
}

.aws-container .aws-search-field {
    line-height: 40px;
}

.aws-container .aws-search-field {
    font-size: 17px;
}

.aws-container .aws-search-field {
    padding: 0 0 0 10px;
}

.woocommerce-breadcrumb {
    font-size: 14px !important;
    height: 4.5em;

}

.woocommerce-breadcrumb a:hover {
    border-bottom: 1px solid;
    background: #30BDBF;
    color: #ffffff;
}

p.stock {
    font-size: 2em !important;
}

.home-slider-wrap {
    visibility: hidden;
}

.styledefult .azm-socials {
    color: #25d366;
}

.styledefult .azm-whatsapp {
    background: #fff;
    font-weight: bold;
    color: #25d366 !important;
}