/* 
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
*/


/* .targetHover{
    position: absolute;
    height: 0;
    width: 100%;
    background: rgba(2,255,255,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    overflow: hidden;
    animation: fadeIn 5s;
  }
  
  .share{
      color: red;
  }
  
  .woocommerce-loop-product__link:hover .targetHover{
    height: 100%;
  } */


/* Slick product detail  */

.woocommerce div.product div.images .flex-control-thumbs {
    max-width: 120px;
    width: 20%;
    float: left;
}
.comments-area a, .page-content a {
    text-decoration: underline;
    color: black !important;
}

.flex-viewport {
    width: 80%;
    float: right;
    height: 100%;
    object-fit: cover;
}

.flex-control-nav {
    display: flex;
    align-items: center;
    overflow: scroll;
}

.slick-list {
    overflow: overlay!important;
}

.elementor-866 .elementor-element.elementor-element-13e8b0cd .slick-list.draggable{
	height: 330px!important;
}

.slick-arrow {
    display: none!important;
}

.flex-control-nav li {
    border: 7px solid #f3f3f3;
}


/*Ocultar descripción en productos: Lo quiero ya*/

.woocommerce-product-details__short-description {
    display: block;
}

.tab-manual {
    display: none;
}

.wobd-badges {
    z-index: auto;
}

.wobd-first-text {
    color: #fff;
    font-weight: 600;
}

.item-tags {
    display: inline-block;
    position: absolute;
    display: block;
    z-index: 1;
    flex-direction: space-between;
}

.item-tags a {
    font-size: 12px;
    color: #fff;
    background-color: #000;
    padding: 6px 15px;
    left: 0;
    font-weight: 4500;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -1px 7px 23px 6px rgb(0 0 0 / 0%);
    box-shadow: 0px 10px 13px -7px #000000, -1px 7px 23px 6px rgb(0 0 0 / 0%);
    border-radius: 4px;
    text-transform: uppercase;
}

.item-tags :nth-child(1) {
    display: inline-block;
    margin-right: 10px
}

.item-tags :nth-child(2) {
    display: inline-block;
    margin-right: 10px
}

.woocommerce-product-details__short-description strong {
    margin-bottom: 10px!important;
}

.hidden-all .elementor-tab-content.elementor-active {
    display: none !important;
}

.woocommerce span.onsale{
  background-color: #000!important;
}

/*Icono de botón Lo quiero ya*/
/*
.product_cat-lo-quiero-ya .button.addtocartbutton:after {
    content: "\f232";
    position: relative;
    right: -5px;
}
*/

@media (max-width: 600px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        max-width: 120px;
        width: 20%!important;
        float: left;
    }
    .flex-viewport {
        width: 80%;
        float: right;
        height: 100%;
        object-fit: cover;
    }
    .flex-control-nav {
        display: flex;
        align-items: center;
        /*overflow: scroll;*/
    }
    .slick-list {
        overflow: overlay!important;
    }
    .slick-arrow {
        display: none!important;
    }
    .flex-control-nav li {
        border: 7px solid #f3f3f3;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        max-width: 460px;
        width: 100%;
    }
    .flex-viewport {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .elementor-866 .elementor-element.elementor-element-13e8b0cd .slick-list.draggable {
        height: 215px!important;
    }
    .item-tags :nth-child(1) {
        display: inline-block;
        margin-top: 10px;
    }
    .product_cat-lo-quiero-ya .button.addtocartbutton{
      font-size: 12px;
    }
}