/* 
Theme Name: Thanks Base
Theme URI: https://thanks.studio/
Description: 
Author: Thanks Studio
Author URI: https://thanks.studio/
Template: hello-elementor
Version: 2.0.0
Text Domain: thanks-base
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 
*/

/* Add your custom styles here */
a,.hover05{
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    
}   

ul, ol {
    margin: 0;
}
.mouseInActive{
    pointer-events: none;
}
.linkBlack a{
    color: #000 !important;
}
.linkWhite a{
    color: #fff;
}
.linkBlack a:hover,
.linkWhite a:hover{
    opacity: .5 !important;
}
.linkUnderline a {
  text-decoration: underline !important;
}
.linkUnderline a:hover {
  text-decoration: none !important;
}
.page-header-image {
  display: none;
}
.elementor-location-header{
  z-index: 999 !important; 
}

.max700{
    max-width: 700px;
}
.max500{
    max-width: 500px;
}
.opacity05:hover{
    opacity:0.5;

}
.site-header{
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
    position: fixed !important;
    z-index: 9989;
    width: 100% !important;
}
._500ms{
  -webkit-transition: all 500ms !important;
  -moz-transition: all 500ms !important;
  transition: all 500ms !important;
}

.childrens .jet-listing-dynamic-field__content a{
    padding: 10px;
    background: var(--e-global-color-text) !important;
    color: var(--e-global-color-secondary) !important;
    border-radius: 7px;
    margin-right: 10px;
    line-height: 21px;
    display: flex;
}
.childrens .jet-listing-dynamic-field__content a:hover{
	background:var(--e-global-color-primary) !important;
}
.childrens .jet-listing-dynamic-field__content div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
    padding: 20px 10px;
}
.woocommerce .woocommerce-ordering{
    display: none !important;
}

/*QUITAR IMAGEN DEL CARRITO Y CHEKOUT
.elementor-menu-cart__product-image.product-thumbnail,
.wc-block-cart-item__image img,
.wc-block-cart-items__header-image span{
    display: none !important;
}
.elementor-menu-cart__product {
    grid-template-columns: auto !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 10px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img,
.wc-block-cart-items__header-image,
.wc-block-cart-item__image{
    width: 0px !important;
    padding: 0px !important;
}
/*FIN QUITAR IMAGEN DEL CARRITO Y CHEKOUT*/
