/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: 
Author: Hello Elementor child
Author URI: https://mdesigner.co
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
*{
    font-family: "Poppins", Sans-serif!important;
}


/* Productos loop */

.product-title a{
   font-weight: 700; 
}

.card-product .elementor-widget-theme-post-featured-image a {
    width: 100%;
}

.card-product .elementor-button-content-wrapper {
    align-items: center;
}

.card-product .elementor-button-text, 
.card-product .elementor-button-icon {
    flex-grow: 0!important;
}

.card-product .elementor-button-icon i{
    font-size: 30px;
}

.e-hotspot__button {
    border: 1px solid #fff;
}

/* QTY Styles */

.woopq-quantity {
    float: right;
}

.woopq-quantity-input{
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    justify-content: space-between;
    max-width: 120px;
	background-color: #fff!important;
}

.woopq-quantity-input-minus, 
.woopq-quantity-input-plus {
	background-color: transparent!important;
}

.woopq-quantity-input div{
    border: 0!important;
}

:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
	background-color: #fff!important;
	border: none!important;
}

.input-text.qty.text,
.woopq-quantity-input input {
    text-align: center!important;
    border: none!important
}


.woocommerce-mini-cart__buttons>.button.wc-forward:not(.checkout)  {
    font-size: 0!important;    
	margin-bottom: 1em;
}
.woocommerce-mini-cart__buttons >.button.wc-forward:not(.checkout)::after{
    font-size: 14px;
    line-height: 1.6em;
    content: 'Ver orden de compra';
}

.product-thumbnail img{
	background-color: #EAEAEA!important;
	
}



.woocommerce-mini-cart__buttons {
	gap: 1em;
}
/* Precio estilos para plugin descuentos*/
.awdr_cart_strikeout_line {
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.awdr_cart_strikeout_line::before {
    color: #3E45ED;
    font-size: 12.15px;
    font-weight: 300;
    content: 'Valor unitario'
}

.awdr_cart_strikeout_line ins {
    margin-top: -1.8em;
}
.awdr_cart_strikeout_line ins::before, 
.awdr_cart_strikeout_line del::before {
    font-size: 1.125rem !important;
    line-height: 1.6;
    content: 'COP ';
}

.awdr_cart_strikeout_line ins span  {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
 }

.awdr_cart_strikeout_line del span{
    font-size: 18px!important;
    font-weight: normal!important;
    text-decoration: line-through!important;
}


/* Noticias de Woocommerce*/
.elementor-widget-woocommerce-notices {
	display: none;
}
