/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

body {
    overflow-x: hidden !important;
  }


/*----Logo------*/
.logo-header{
	margin-bottom: 0;
}

/*-----Slide Home-------*/
.slide-home .elementor-slide-heading strong {
	color: #b02418;
}

.slide-home .elementor-slide-button {
	padding: 0;
    transition: 300ms;
}

.slide-home .elementor-slide-button:hover {
    color: #CC2222 !important;
}

.slide-home .elementor-slide-button:after {
    background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 5px;    
}

body[data-elementor-device-mode="mobile"]
.slide-home .swiper-wrapper .swiper-slide-bg  {
    background-position: right;
}

/*----Footer----*/
body[data-elementor-device-mode="desktop"]
.footer-columnas > .elementor-container {
	width: 85%;
	margin: 0 auto;
}

body[data-elementor-device-mode="desktop"]
.footer-columnas > .elementor-container .elementor-column ul {
    padding-left: 0;
}


body[data-elementor-device-mode="desktop"]
.footer-columnas > .elementor-container .elementor-heading-title {
	margin-bottom: 0;
}

body[data-elementor-device-mode="desktop"]
.footer-columnas > .elementor-container .elementor-widget-container p {
	margin-bottom: 10px;
}

.creditos-foo p {
	margin-bottom: 0;
}

.creditos-foo a:hover, .creditos-foo a:hover { color: #000; }

/*-------Blog Home--------*/
body[data-elementor-device-mode="desktop"]
.blog-home {
    width: 80%;
    margin: 0 auto;
}

.blog-home .slick-slide .post-btn .readmore-btn {
	border-bottom: 0px !important;
}

body[data-elementor-device-mode="desktop"]
.blog-home .slick-list {
    width: 85%;
    margin: 0 auto;	
}

.blog-home .slick-slide .post-btn .readmore-btn:after {
	background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 5px;
}

/*----Blog vista------*/
body[data-elementor-device-mode="desktop"]
.encabezado-blog .elementor-column > .elementor-widget-wrap {
    width: 90%;
    margin: 0 auto;
}

body[data-elementor-device-mode="desktop"] 
.contenido-blog .elementor-post__title {
	width: 90%;
}

body[data-elementor-device-mode="desktop"] 
.contenido-blog .elementor-post__excerpt {
    width: 80%;	
}

.contenido-blog .elementor-post__read-more:after {
	background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 2px;
}

body[data-elementor-device-mode="desktop"] 
.contenido-blog .elementor-post .elementor-post__read-more {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}


.contenido-blog .elementor-post .elementor-post__read-more {
    transition: 200ms !important;
}

.contenido-blog .elementor-post .elementor-post__read-more:hover {
    font-weight: bold !important;
}                    
/*------Formulario estilo-----------*/
body[data-elementor-device-mode="desktop"]
.formulario {
    margin: 0 auto; 
}

.formulario .elementor-field-type-textarea textarea {
    resize: none;
    height: 145px;    
}   

.formulario .elementor-field-type-submit {
    margin-top: 25px;
}

.formulario .elementor-field-type-recaptcha {
    display: table;
    margin: 25px auto;
    width: auto;
}

.formulario .elementor-field-type-recaptcha .elementor-field {
    background: #fff;
}

.formulario .elementor-field-type-recaptcha .elementor-g-recaptcha {
    display: table;
    margin: 0 auto;
    width: auto;
}

.formulario .elementor-field-type-submit .elementor-button:focus {
    outline: none;
}

/*----Carrusel---*/
body[data-elementor-device-mode="desktop"]
.elementor-editor-active .carrusel,
.elementor-editor-active .carrusel .elementor-container {
    display: table;
    width: 100%;
}

body[data-elementor-device-mode="desktop"]
.carrusel .elementor-container .elementor-column {
    width: 33%;
    float: left;
}


/*body[data-elementor-device-mode="tablet"]
.carrusel,
.carrusel .elementor-container {
    display: table;
    width: 100%;
}

body[data-elementor-device-mode="tablet"]
.carrusel .elementor-container .elementor-column {
    width: 50%;
    float: left;
}*/

body[data-elementor-device-mode="mobile"] 
.texto-ban .elementor-widget-container p {
    color: #000 !important;
}

body[data-elementor-device-mode="mobile"] 
.carrusel .elementor-container {
    display: block;
}

body[data-elementor-device-mode="tablet"] 
.carrusel .elementor-container {
    display: block;
}

body[data-elementor-device-mode="mobile"] 
.carrusel .elementor-container .elementor-column {
    display: inline-block;
}

body[data-elementor-device-mode="tablet"] 
.carrusel .elementor-container .elementor-column {
    display: inline-block;
}


body[data-elementor-device-mode="mobile"] 
.carrusel .slick-list {
    width: 90% !important;
    margin: 0 auto;
    overflow: hidden;
}

body[data-elementor-device-mode="tablet"] 
.carrusel .slick-list {
    width: 90% !important;
    margin: 0 auto;
    overflow: hidden;
}

body[data-elementor-device-mode="mobile"] 
.carrusel .elementor-container .elementor-column .elementor-widget-wrap  {
    display: block;
}

body[data-elementor-device-mode="tablet"] 
.carrusel .elementor-container .elementor-column .elementor-widget-wrap  {
    display: block;
}

body[data-elementor-device-mode="mobile"] 
.carrusel .elementor-container .elementor-column .elementor-widget-heading {
    float: left;
}

body[data-elementor-device-mode="mobile"] 
.carrusel .elementor-container .elementor-column .elementor-widget-image {
    float: left;
}

body[data-elementor-device-mode="mobile"] 
.carrusel .elementor-container .elementor-column .elementor-widget-text-editor {
    display: table;
}

body[data-elementor-device-mode="tablet"] 
.carrusel .elementor-container .elementor-column .elementor-widget-heading {
    float: left;
}

body[data-elementor-device-mode="tablet"] 
.carrusel .elementor-container .elementor-column .elementor-widget-image {
    float: left;
}

body[data-elementor-device-mode="tablet"] 
.carrusel .elementor-container .elementor-column .elementor-widget-text-editor {
    display: table;
}


.carrusel .slick-prev {
    background: url(/wp-content/uploads/2023/03/right2.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    font-size: 0;
    position: absolute;
    border: none;
    bottom: -25px;
    right: 35px;
    left: 0;
    margin: 0 auto;
}


.carrusel .slick-prev:focus,
.carrusel .slick-next:focus {
    outline: none;
}

.carrusel .slick-next {
    background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    font-size: 0;
    position: absolute;
    border: none;
    bottom: -25px;
    right: 0;
    left: 35px;
    margin: 0 auto;    
}

/*----Productos Home------*/


body[data-elementor-device-mode="tablet"] 
.productos-home .products .woocommerce-LoopProduct-link img {
    width: 95%;
    height: 275px;
    object-fit: contain;
    margin: 0 auto;
}

body[data-elementor-device-mode="mobile"]
.productos-home .products .woocommerce-LoopProduct-link img {
    height: 280px;
    object-fit: contain;
    width: 95%;
    margin: 0 auto;
}

body[data-elementor-device-mode="mobile"]
.productos-home .products .swatchly-swatch {
    min-width: 27px;
    min-height: 27px;
    border-radius: 50%;   
}

body[data-elementor-device-mode="tablet"] 
.productos-home .products .swatchly-swatch {
    min-width: 27px;
    min-height: 27px;
    border-radius: 50%;   
}

body[data-elementor-device-mode="desktop"]
.productos-home .products .swatchly-swatch {
    min-width: 27px;
    min-height: 27px;
    border-radius: 50%;   
}

body[data-elementor-device-mode="mobile"]
.productos-home .products .variations tbody tr {
    justify-content: center;
}

body[data-elementor-device-mode="mobile"]
.productos-home .products .variations tbody tr td {
    padding: 0;
    justify-content: center;
}

body[data-elementor-device-mode="desktop"]
.productos-home .label label {
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 5px;
}

body[data-elementor-device-mode="desktop"] .productos-home .woocommerce-loop-product__title {
    padding-bottom: 0 !important;
}
body[data-elementor-device-mode="desktop"] .productos-home .price {
    margin-bottom: 5px !important;
}
.productos-home .price .amount:before {
    content: "PRECIO";
    display: inline-block;
    font-size: 18px;
    color: #181818;
    font-weight: 400;
    margin-right: 3px;
    font-family: "Poppins", Sans-serif;
} 
body[data-elementor-device-mode="tablet"] .productos-home .price .amount:before {
    font-size: 15px;
}
body[data-elementor-device-mode="mobile"] .productos-home .price .amount:before {
    font-size: 15px;
}
.productos-home .tinv-wishlist {
    width: auto;
    display: table;
    position: absolute;
    top: -20px;
    right: 20px;    
}
.productos-home .tinv-wishlist a:before { font-size: 40px !important; color: #000 !important; }
.productos-home .product .button { transition: 300ms; }
.productos-home .product .button:hover,.product .button:hover { color: #CC2222 !important; }
.productos-home .product .button:after {
    background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 5px;
}

/*Productos relacionados*/
body[data-elementor-device-mode="desktop"]
.productos-rel .products .woocommerce-LoopProduct-link img {
    width: 95%;
    height: 400px;
    object-fit: contain;
    margin: 0 auto;
}

body[data-elementor-device-mode="tablet"] 
.productos-rel .products .woocommerce-LoopProduct-link img {
    width: 95%;
    height: 275px;
    object-fit: contain;
    margin: 0 auto;
}

body[data-elementor-device-mode="mobile"]
.productos-rel .products .woocommerce-LoopProduct-link img {
    height: 280px;
    object-fit: contain;
    width: 95%;
    margin: 0 auto;
}

body[data-elementor-device-mode="mobile"]
.productos-rel .products .swatchly-swatch {
    min-width: 27px;
    min-height: 27px;
    border-radius: 50%;   
}

body[data-elementor-device-mode="tablet"] 
.productos-rel .products .swatchly-swatch {
    min-width: 27px;
    min-height: 27px;
    border-radius: 50%;   
}

body[data-elementor-device-mode="desktop"]
.productos-rel .products .swatchly-swatch {
    min-width: 27px;
    min-height: 27px;
    border-radius: 50%;   
}

body[data-elementor-device-mode="mobile"]
.productos-rel .products .variations tbody tr {
    justify-content: center;
}

body[data-elementor-device-mode="mobile"]
.productos-rel .products .variations tbody tr td {
    padding: 0;
    justify-content: center;
}

body[data-elementor-device-mode="desktop"]
.productos-rel .label label {
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 5px;
}

body[data-elementor-device-mode="desktop"]
.productos-rel .woocommerce-loop-product__title {
    padding-bottom: 0 !important;
}

body[data-elementor-device-mode="desktop"]
.productos-rel .price {
    margin-bottom: 5px !important;
}

.productos-rel .price .amount:before {
    content: "PRECIO";
    display: inline-block;
    font-size: 18px;
    color: #181818;
    font-weight: 400;
    margin-right: 3px;
    font-family: "Poppins", Sans-serif;
}   

body[data-elementor-device-mode="tablet"] 
.productos-rel .price .amount:before {
    font-size: 15px;
}

body[data-elementor-device-mode="mobile"] 
.productos-rel .price .amount:before {
    font-size: 15px;
}

.productos-rel .tinv-wishlist {
    width: auto;
    display: table;
    position: absolute;
    top: -20px;
    right: 20px;    
}

.productos-rel .tinv-wishlist a:before {
    font-size: 40px !important;
    color: #000 !important; 
}

.productos-rel .product .button {
    transition: 300ms;
}

.productos-rel .product .button:hover {
    color: #CC2222 !important;
}

.productos-rel .product .button:after {
    background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 5px;
}

/*------Pagina favoritos-----------*/
.tinv-wishlist .return-to-shop  {
    display: none;
}

.l-favo table {
    font-family: "Poppins", Sans-serif;
}

body[data-elementor-device-mode="desktop"]
.l-favo .tinvwl-table-manage-list tfoot tr td {
    border: none;
    padding-left: 0;
    padding-top: 45px;
}

body[data-elementor-device-mode="desktop"]
.l-favo .tinvwl-table-manage-list .tinvwl-to-right {
    text-align: left;
}

body[data-elementor-device-mode="desktop"]
.l-favo .social-buttons ul li a {
    width: 1em;
    font-size: 23px;
}

body[data-elementor-device-mode="desktop"]
.l-favo .social-buttons>span {
    margin-right: 5px;
}

.l-favo .social-buttons .ftinvwl {
    transition: transform 0.5s;
   
}


.l-favo .social-buttons .ftinvwl:hover {
    transform: scale(1.1);  
}

.l-favo .wishlist_item .product-action .button {    
    background: #636363;
}

.l-favo .wishlist_item .product-action .button:hover {
    background: #000;
}

.l-favo .wishlist_item .product-action .button span {
    font-weight: 500;
    text-transform: uppercase;
}

.l-favo .wishlist_item .product-name a:hover,
.l-favo .wishlist_item .product-name a {
    color: #181818;
}

.l-favo .tinvwl-table-manage-list .tinvwl-to-right .button {
    background: #636363;
    color: #fff;
    font-size: 15px;
    font-weight: 500;    
}

.l-favo .tinvwl-table-manage-list .tinvwl-to-right .button:hover {
    background: #000;
}

/*---------Interna Productos-------------*/
.variaciones .variations .label { padding: 0; }
body[data-elementor-device-mode="mobile"] .variaciones .variations .label { text-align: center; }
/*.variaciones .variations .swatchly-swatch {
    border-radius: 50%;
    min-width: 25px;
    min-height: 25px;
}*/
.precio-interna { margin-bottom: 0 !important; }
.precio-interna .price:before {
    content: "PRECIO DESDE";
    font-size: 20px;
    margin-right: 3px;
    font-family: "Poppins", Sans-serif;    
    font-weight: 300;
}
body[data-elementor-device-mode="desktop"] .woocommerce form.cart table.variations label:before{
    content: "Selecciona un atributo para cotizar";
    font-size: 20px;
    margin-right: 3px;
    font-family: "Poppins", Sans-serif;    
    font-weight: 300;
    position: absolute;
    top: 10px;
}
body[data-elementor-device-mode="mobile"] .woocommerce form.cart table.variations label:before{
    content: "Selecciona un atributo para cotizar";
    font-size: 18px;
    margin-right: 3px;
    font-family: "Poppins", Sans-serif;    
    font-weight: 300;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
}
.precio-interna .price { margin-bottom: 0; }
.variaciones .minus, .variaciones .plus {
    margin-left: 0 !important;
    color: #000;
    border: none;
    font-size: 18px;
    padding: 0 8px;
    font-weight: bold;
    height: 46px;
}
.variaciones .minus:focus, .variaciones .plus:focus { background: #000 !important; color: #fff !important;    }
.variaciones .minus:hover, .variaciones .plus:hover { background: #000; color: #fff; }
.variaciones .variations_button .button {
    background: #fff !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 400 !important; 
    padding-left: 5px !important; 
}
.variaciones .variations_button .button:after {
    background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 5px;
}
.variaciones .reset_variations {
    color: #000;
    font-family: 'Poppins';
    font-size: 15px !important;
}
body[data-elementor-device-mode="mobile"] .variaciones .variations tr {
    justify-content: center;
}
body[data-elementor-device-mode="mobile"] .variaciones .variations td {   
    margin: 0 auto;
}
.imagen-interna .woocommerce-product-gallery__image img {
    width: 95% !important;
    height: 550px !important;
    margin: 0 auto;
    object-fit: contain;   
    padding: 30px 0;
    /* border: 1px solid #F0EFEC; */
}
body[data-elementor-device-mode="mobile"] .imagen-interna .woocommerce-product-gallery__image img { height: auto !important;}
.imagen-interna .woocommerce-product-gallery .flex-viewport { display: table !important; height: 100%; }
.imagen-interna .woocommerce-product-gallery__image { position: relative; }
/*.imagen-interna .woocommerce-product-gallery__image:after {
    content: "";
    background: #c2c2c2;
    width: 100%;
    top: 0;
    z-index: -8;
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

body[data-elementor-device-mode="desktop"] .imagen-interna .flex-control-nav {
    margin-top: 30px !important;
    text-align: center;
}
.imagen-interna .flex-control-nav li { float: initial !important; display: inline-block !important; padding: 0 5px; }

body[data-elementor-device-mode="tablet"]
.imagen-interna .flex-control-nav {
    margin-top: 30px !important;
    text-align: center;
}

body[data-elementor-device-mode="tablet"]
.imagen-interna .flex-control-nav li {
    float: initial !important;
    display: inline-block !important;
}

body[data-elementor-device-mode="mobile"]
.imagen-interna .flex-control-nav {
    margin-top: 30px !important;
    text-align: center;
}

body[data-elementor-device-mode="mobile"]
.imagen-interna .flex-control-nav li {
    float: initial !important;
    display: inline-block !important;
}

.swiper-backface-hidden .swiper-slide { background: rgba(0,0,0,0.3) !important; }
.variaciones .tinv-wishlist .tinvwl_add_to_wishlist_button { margin-top: 10px; }
.variaciones .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before { font-size: 32px; }
.tinv-wishlist .tinvwl-table-manage-list .product-cb { display: none; }

/*------Carrito de compra------*/

.carrito-de-compra .shop_table .product-name a {
    color: #181818;
    text-decoration: none;
}

.carrito-de-compra .shop_table thead tr th {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;    
    text-align: center;
}

.carrito-de-compra .shop_table tbody tr td a,
.carrito-de-compra .shop_table tbody tr td { font-size: 15px; font-family: "Poppins", Sans-serif; }
.carrito-de-compra .shop_table tbody tr td.product-remove a { margin: 0 auto !important; color: #000 !important; }
.carrito-de-compra .shop_table tbody tr td.product-remove a:hover {background: #fff !important;}
.carrito-de-compra .actions:hover { background: #fff; }
.carrito-de-compra .actions .button { background: #636363; color: #fff; font-weight: 500; }
.carrito-de-compra .actions .button:hover { background: #000; color: #fff; }

/*-----Fomulariio checkout--------*/    
body[data-elementor-device-mode="desktop"]  
.formulario-check .woocommerce-checkout .col2-set > .col-1 { margin: 0 auto 35px; float: initial; width: 90%; }
.formulario-check .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
    margin-top: 0;
    display: none;
}
.woocommerce-cart-form .product-price { display: none !important; }   
.woocommerce-cart-form .product-subtotal { display: none !important; }
.formulario-check .woocommerce-checkout .col2-set > .col-2 { display: none; }
.formulario-check .woocommerce-shipping-fields h3, .formulario-check .woocommerce-billing-fields h3 {
    font-size: 25px;
    font-family: "Poppins", Sans-serif;  
}
.formulario-check #billing_company_field, .formulario-check .validate-postcode {
    display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields #billing_address_2_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field {
    display: none !important;
}
.formulario-check .woocommerce-shipping-fields .form-row input,
.formulario-check .woocommerce-additional-fields .form-row textarea,
.formulario-check .woocommerce-billing-fields .form-row input {
    background-color: #F5F5F5;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;    
}
.formulario-check .woocommerce-shipping-fields .form-row .select2-selection__rendered,
.formulario-check .woocommerce-billing-fields .form-row .select2-selection__rendered { 
    appearance: none !important;
    -moz-appearance: none !important;
    border-width: 0px 0px 0px 0px;
    padding: 0.5rem 1rem;
    border-radius: 10px 10px 10px 10px;  
    -webkit-appearance: none !important;
    background: url(/wp-content/uploads/2023/04/down2.svg) no-repeat 95% 50% / 17px auto #F5F5F5 !important;
}
.formulario-check .woocommerce-shipping-fields .form-row .select2-selection__arrow,
.formulario-check .woocommerce-billing-fields .form-row .select2-selection__arrow {
    display: none;
}
.formulario-check .woocommerce-shipping-fields .form-row .select2-selection,
.formulario-check .woocommerce-billing-fields .form-row .select2-selection {
    border: none;
}
.formulario-check .woocommerce-shipping-fields .validate-state,
.formulario-check .woocommerce-shipping-fields #billing_country_field,
.formulario-check .woocommerce-billing-fields #billing_country_field,
.formulario-check .woocommerce-billing-fields .validate-state {
    margin-bottom: 25px;
}
#billing_country_field { display: none;}
.formulario-check .woocommerce-shipping-fields textarea:placeholder,
.formulario-check .woocommerce-billing-fields .form-row input:placeholder {
    color: 181818;
    opacity: 1;
}
.formulario-check .woocommerce-additional-fields .form-row > label,
.formulario-check .woocommerce-billing-fields .form-row > label {
    color: #181818;
    font-size: 15px;
    font-family: "Poppins", Sans-serif;  
}   
.formulario-check .woocommerce-additional-fields .form-row textarea { height: 130px; resize: none; }
.formulario-check .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper,
.formulario-check .woocommerce-checkout-payment .methods {
    display: none;
}
.formulario-check .woocommerce-checkout-payment .place-order {text-align: center; }
.formulario-check .woocommerce-checkout-payment .place-order { background: #fff; }
.formulario-check #place_order { float: initial !important; background: #636363; font-weight: 500; }
.formulario-check #place_order:hover { background: #000; }
.formulario-check #order_review_heading { width: 80%; margin: 45px auto 25px; }
.formulario-check #order_review { width: 80%; margin: 0px auto 55px; }
body[data-elementor-device-mode="mobile"] .formulario-check #order_review { width: 95%; }
.woocommerce-checkout #order_review_heading { display: none; }
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table { display: none !important; }

/*-------Mensaje carrito--------*/
.woocommerce-notices-wrapper .woocommerce-message {
    background: #636363;
    color: #fff;
    font-weight: 500;   
}
.woocommerce-notices-wrapper .woocommerce-message a {
    text-decoration: none !important;
    color: #000 !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background: #000;
}
body[data-elementor-device-mode="desktop"] .imagen-interna .flex-control-nav li img {
    object-fit: contain;
}

/*------Pagina gracias-------*/
.woocommerce .woocommerce-order {
    max-width: 1140px;
    margin: 35px auto 25px;
}
.woocommerce .woocommerce-order .woocommerce-notice--success {
    font-size: 35px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    color: #b02418;
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
    font-family: 'Poppins';
    font-size: 17px; 
    padding-left: 0;
    display: table;
    margin: 30px auto 80px;
}
.woocommerce .woocommerce-order .woocommerce-order-details,
.woocommerce .woocommerce-order .woocommerce-customer-details {
    display: none;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li {
    font-family: 'Poppins';
    font-size: 17px;
}
.woocommerce .woocommerce-order .woocommerce-order-overview .total,
.woocommerce .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__payment-method {
    display: none;
}
body[data-elementor-device-mode="desktop"] .woocommerce .woocommerce-order .woocommerce-order-overview li {
    padding: 0;
    margin: 0 20px;
    margin-bottom: 15px;
    text-align: center;
    border-right: 0;
}
body[data-elementor-device-mode="mobile"] .woocommerce .woocommerce-order {
    max-width: unset;
    margin: 35px auto 25px;
    width: 80%;    
}
body[data-elementor-device-mode="mobile"] .woocommerce .woocommerce-order .woocommerce-notice--success {
    font-size: 25px;
}
body[data-elementor-device-mode="mobile"] .woocommerce .woocommerce-order .woocommerce-order-overview li {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
    border-right: 0;
}
body[data-elementor-device-mode="tablet"] .woocommerce .woocommerce-order {
    max-width: unset;
    margin: 35px auto 25px;
    width: 80%;    
}
body[data-elementor-device-mode="tablet"] .woocommerce .woocommerce-order .woocommerce-notice--success {
    font-size: 25px;
}
body[data-elementor-device-mode="tablet"] .woocommerce .woocommerce-order .woocommerce-order-overview li {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
    border-right: 0;
}

/*Pagina seguir comprando*/
.woocommerce-shop .woocommerce-breadcrumb {
    display: none;
}
.woocommerce-shop .woocommerce-ordering, .woocommerce-shop .woocommerce-result-count {
    display: none;
}
.woocommerce-shop .woocommerce-products-header .page-title {
    font-family: 'Poppins';
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 35px auto 65px;
} 
.woocommerce-shop .content-area .products .product .size-woocommerce_thumbnail {
    width: 95%;
    height: 400px;
    object-fit: contain;
    margin: 0 auto;    
}
.woocommerce-shop .content-area .products .product .woocommerce-loop-product__title {
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5px;
    color: #000;
}   
.woocommerce-shop .content-area .products .product .price .amount:before {
    content: "PRECIO";
    display: inline-block;
    font-size: 18px;
    color: #181818;
    font-weight: 400;
    margin-right: 3px;
    font-family: "Poppins", Sans-serif;
}   
.woocommerce-shop .content-area .products .product .price {
    color: #181818;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce-shop .content-area .products .product .variations .label {
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 5px;
}
.woocommerce-shop .content-area .products .product .swatchly-swatch {
    min-width: 27px;
    min-height: 27px;
    border-radius: 50%;
}
.woocommerce-shop .content-area .products .product .button {
    color: #222222;
    background-color: #00000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin-top: 10px;
}
.woocommerce-shop .content-area .products .product .button:after {
    background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 5px;
}
.woocommerce-shop .content-area .products .product .tinv-wishlist {
    width: auto;
    display: table;
    position: absolute;
    top: -20px;
    right: 20px;
}
.woocommerce-shop .content-area .products .product .tinv-wishlist a:before {
    font-size: 40px !important;
    color: #000 !important;
}

/*Pagina tienda movil*/

@media only screen and (min-width: 320px) and (max-width: 479px) {
.woocommerce-shop .content-area .products {
    padding: 0 20px;
}

.woocommerce-shop .content-area .products .product {
    width: 100% !important;
}

.woocommerce-shop .content-area .products .product .size-woocommerce_thumbnail {
    height: 280px;
}  

.woocommerce-shop .content-area .products .product .woocommerce-loop-product__title {
    font-size: 20px;
    text-align: center;
}

.woocommerce-shop .content-area .products .product .price {
    text-align: center;
}

.woocommerce-shop .content-area .products .product .button {
    text-align: center;
    width: 100%;
}

.woocommerce-shop .content-area .products .product .variations tbody tr {
    justify-content: center;
}

.woocommerce-shop .content-area .products .product .variations tbody tr td {
    padding: 0;
    justify-content: center;
}


}/*End movil*/

/*Pagina tienda tablet*/
@media only screen and (min-width: 768px) and (max-width: 950px) {
.woocommerce-shop .content-area .products .product .woocommerce-loop-product__title {
    font-size: 20px;
}    

.woocommerce-shop .content-area .products .product .size-woocommerce_thumbnail {
    height: 300px;
}

}

/*boton emergente cotizacion*/
a.button.wc-forward.wp-element-button{ background-color: #636363 !important; }
a.button.wc-forward.wp-element-button:hover { background-color: #fff !important; color: #000 !important;}

/*botones emergentes*/
button.button.tinvwl_button_view.tinvwl-btn-onclick{
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

button.button.tinvwl_button_view.tinvwl-btn-onclick:hover{
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    
}

button.button.tinvwl_button_close{
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

button.button.tinvwl_button_close:hover{
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    
}


a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.icon-black.no-txt.tinvwl-position-after.tinvwl-loop:hover::before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover::before {
    content: "\e908" !important;
    z-index: 9;
  }
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{ z-index: 9; }

  /*producto*/
.swatchly-swatch.swatchly-selected{ border: 3px solid #fff;  outline: 3px solid #000; }
.productosatributos .swatchly-swatch { border-radius: 50px !important; }
body[data-elementor-device-mode="mobile"] a.woocommerce-LoopProduct-link.woocommerce-loop-product__link::before { display: block; }
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link::before {
    content: "+" !important;
    position: absolute !important;
    top: 120px !important;
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 1 !important;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    font-size: 37px;
    border-radius: 50%;
    text-align: center;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover::before { display: block; }
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2:hover { color: #CC2222 !important; }
.posthov a::before {
    content: "+" !important;
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2) !important;
    z-index: 1 !important;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    font-size: 37px;
    text-align: center;
    display: none;
}
.posthov a:hover { display: block; }

body[data-elementor-device-mode="desktop"] .woocommerce ul.products li.product .woocommerce-LoopProduct-link img { 
    height: 265px !important;
    width: 100%;
    object-fit: cover;
    border: 0;
    padding: 22px;
}

body[data-elementor-device-mode="desktop"] .woocommerce .post-2523 .woocommerce-LoopProduct-link img{
    width: 90% !important;
}

body[data-elementor-device-mode="tablet"] .woocommerce ul.products li.product .woocommerce-LoopProduct-link img { 
    height: 265px !important;
    width: 100% !important;
    object-fit: cover;
    border: 0;
    padding: 22px;
}

body[data-elementor-device-mode="mobile"] .woocommerce ul.products li.product .woocommerce-LoopProduct-link img { 
    height: 185px !important;
    width: 100% !important;
    object-fit: contain;
    border: 0;
    padding: 10px;
}

.woocommerce ul.products .price, .woocommerce ul.products .variations_form { display: none !important; }
body[data-elementor-device-mode="mobile"] .product .woocommerce-variation-add-to-cart { display: flex; flex-direction: column; }
body[data-elementor-device-mode="mobile"] .product .woocommerce-variation-add-to-cart .quantity { margin: 15px 0 !important; }
body[data-elementor-device-mode="mobile"] .product .tinvwl_add_to_wishlist_button:before { 
    position: relative !important;
    left: initial !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{ display: grid !important; place-items: center; }
body[data-elementor-device-mode="desktop"] .posthov a:hover::before{
    content: "+" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.3) !important; 
    z-index: 1 !important;
    transition: opacity 0.3s ease-in-out;
    padding: 50px 0 !important;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 35px;
}
.postittlehove a:hover{ color: #CC2222 !important; }
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price,a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title{
    width: 100% ;
}
.imagen-interna .flex-active, .imagen-interna .flex-control-thumbs li img:hover {
    border: 2px solid #000;
    padding: 4px;
    border-radius: 8px;
}
.pswp__bg { background: rgba(0,0,0,0.8) !important; }
.woocommerce div.product div.images{position: relative;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { background: #000 !important; right: 1em;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before { border: 2px solid #fff !important; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after { background: #fff !important; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{background: #494949 !important;}
/*.woocommerce-product-gallery:hover::before { display: flex; }
.woocommerce-product-gallery::before {
    content: "+" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    z-index: 1 !important;
    transition: opacity 0.3s ease-in-out;
    padding: 50px 0 !important;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    font-size: 35px;
}*/

.corazon, .tinvwl_add_to_wishlist_button.disabled-add-wishlist  {
    color: #000000 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 16px;
    opacity: 0.7 !important;
    cursor: pointer !important;
  }
  .corazon:hover{opacity: 1 !important;}
  .corazon img{
    max-width: 30px !important; 
    max-height: 30px !important; 
  }
  .esconder{display: none !important;}
  
  body[data-elementor-device-mode="desktop"] .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    left: initial;
    right: 40px;
    top: 30px;
  }

  body[data-elementor-device-mode="tablet"] .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    left: initial;
    right: 40px;
    top: 30px;
  }

  body[data-elementor-device-mode="mobile"] .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    left: initial;
    right: 25px;
    top: 27px;
  }

  .woocommerce ul.products li.product .tinvwl-icon-custom img{
    border:0px solid transparent;
    max-width: 30px !important;
    max-height: 30px !important;
    opacity: 1;
  }
  .woocommerce ul.products li.product .tinvwl-icon-custom img:hover{opacity: 1;}
  .postproductshome .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
    position: absolute;
    top: 0;
    right: 30px;
  }
  .tinv-wishlist .tinv-modal .tinvwl-buttons-group button{
    padding: 6px 10px !important;
    text-align: center !important; 
    height: 50px !important;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  .woocommerce-loop-product__title{
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home .woocommerce-loop-product__title{height: 65px;}
  .tinv-wishlist .social-buttons{display: none;}
  .tinv-wishlist .product-thumbnail{width: 150px !important;}
  .tinv-wishlist .product-name a{
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    font-size: 14px;
  }
  .tinv-wishlist .product-name a:hover{color:#525252 !important;}
  .woocommerce.tinv-wishlist button.button.alt{background-color: #000 !important; border:1px solid #000000; color:#fff !important;}
  .woocommerce.tinv-wishlist button.button.alt:hover{background-color: #fff !important; color:#000 !important;}
  .tinv-wishlist table th{
    color: #000;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold 
  }
  .hover{
    background: #0000006e;
    color:#fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    bottom: 2%;
    left: 100%;
    width: 120px;
    text-transform: lowercase;
    display: none;
  }
  .hover{
    background: #0000006e;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    bottom: 27%;
    left: 19%;
    width: 165px;
    text-transform: lowercase;
    display: none;
  }
  .hover:first-letter{text-transform: capitalize !important;}
  li.product{position: relative;}
  li.product:hover .hover{display: block;}
  .tinv-wishlist form tfoot{display: none;}
  .woocommerce .quantity .qty{width: 4.631em;}

  .elementor-menu-cart__footer-buttons a::after{
    background: url(/wp-content/uploads/2023/03/right1.svg) no-repeat center;
    background-size: auto;
    content: "";
    display: inline-block;
    background-size: 100%;
    width: 17px;
    position: relative;
    top: 2px;
    height: 17px;
    left: 5px;
  }
  .woocommerce-info {
    border-top-color: #494949 !important;
  }

.woocommerce-info::before {
    color: #494949 !important;
}
.productcartcol .product-remove{padding: 4px 8px !important;}
.productcartcol .product-thumbnail{padding: 10px 5px !important;}
.productcartcol .product-thumbnail img{width: 120px !important;}
.productcartcol .product-name a:hover{color:#525252 !important;}
.productcartcol .product-quantity{padding: 4px 8px !important;}
.productcartcol .quantity .qty {
    margin-top: -4px;
    width: 30% !important;
    padding: 7px 5px !important;
}
.productcartcol .quantity button {
    padding: 2px 8px !important;
  }
body[data-elementor-device-mode="mobile"] .hover{left: 26%;}
body[data-elementor-device-mode="mobile"] .product .elementor-element-e4e4ce7{text-align: center;}
.pswp__caption__center{display: none;}


.woocommerce ul.products li.product_cat-comedor .woocommerce-LoopProduct-link img{object-fit: contain;}
.woocommerce ul.products li.product_cat-complementos .woocommerce-LoopProduct-link img{object-fit: contain;}

body[data-elementor-device-mode="desktop"] .variations .swatchly-type-wrap{
    display: grid;
    grid-template-columns: 120px 120px 120px 120px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

body[data-elementor-device-mode="tablet"] .variations .swatchly-type-wrap{
    display: grid;
    grid-template-columns: 120px 120px 120px 120px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

/* body[data-elementor-device-mode="mobile"] .variations .swatchly-type-wrap{
    display: grid;
    grid-template-columns: 0px 0px 0px 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
} */

.swatchly-swatch{min-height: 35px !important;}
.swatchly-swatch .swatchly-content{font-size: 13px !important; line-height: 13px !important;}

/*cambios de img interna*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
    position: relative !important;
}

body[data-elementor-device-mode="desktop"] .imagen-interna .woocommerce-product-gallery__image{
    height: 500px !important;
}

body[data-elementor-device-mode="desktop"].woocommerce div.product div.images .woocommerce-product-gallery__wrapper :hover::before{
    content: "+" !important;
    color: #fff;
    position: absolute !important;
    top: 31px !important;
    left: 38px !important;
    width: 459px !important;
    height: 488px !important;
    background-color: rgba(0, 0, 0, 0.3) !important; 
    z-index: 1 !important;
    opacity: 1 !important;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 35px;
  }

.woocommerce-product-gallery .flex-viewport{
    height: 200px !important;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #000 !important;
    color: #fff !important;
    text-align: center;
    padding-left: 20px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
    background-color: transparent !important;
    color: #000 !important;
    text-align: center;
    padding-left: 20px !important;
}

.l-favo .ftinvwl-times:before{
    background: url(/wp-content/uploads/2023/08/eliminar.svg) no-repeat center;
    background-color: transparent;
    background-size: 100%;
}

body[data-elementor-device-mode="desktop"].woocommerce-cart-form__cart-item .product-remove{
    background: url(/wp-content/uploads/2023/08/eliminar.svg) no-repeat center;
    background-color: transparent;
    background-size: 70%;
    color: transparent !important;
}

body[data-elementor-device-mode="tablet"].woocommerce-cart-form__cart-item .product-remove{
    background: url(/wp-content/uploads/2023/08/eliminar.svg) no-repeat center;
    background-color: transparent;
    background-size: 70%;
    color: transparent !important;
}

body[data-elementor-device-mode="mobile"].woocommerce-cart-form__cart-item .product-remove{
    background: url(/wp-content/uploads/2023/08/eliminar.svg) no-repeat center;
    background-color: transparent;
    background-size: 5%;
    color: transparent !important;
}

.textcolor a{
    color: #000;
}

.textcolor a:hover{
    color: red;
}

.displaynone{
    display: none;
}

.displayblock{
    display: block !important;
}

body[data-elementor-device-mode="mobile"].woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
    display: none !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart,.elementor-menu-cart__footer-buttons .elementor-button--checkout{
    padding: 0 !important;
}

body[data-elementor-device-mode="mobile"] .out-of-stock{
    text-align: center !important;
}

.swatchly_selected_variation_name{
    margin-left: -3px !important;
}

.cont-li li{
    margin: 10px 0 !important;
    text-align: justify !important;
}

a.woo-variation-gallery-trigger.woo-variation-gallery-trigger-position-top-right{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

body[data-elementor-device-mode="desktop"] .woocommerce-product-gallery__image.flex-active-slide{
    width: 535 !important
}

/*  */
.elementor-12 .elementor-element.elementor-element-8da6d79:not(.elementor-motion-effects-element-type-background){
    z-index: 9;
}

.woocommerce-Price-amount, .elementor-menu-cart__subtotal{
    display: none !important;
}

.elementor-menu-cart__footer-buttons{
    grid-template-columns: repeat(1 , 1fr) !important;
}
.elementor-button.elementor-button--checkout{
    display: none !important;
}