/* 
Theme Name: Thanks Base
Theme URI: https://thanks.studio/
Description: 
Author: Thanks Studio
Author URI: https://thanks.studio/
Template: hello-elementor
Version: 2.0.1
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,svg, .elementor-button{
    -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: 5px 10px ; 
	background:var(--e-global-color-text) !important;
  	color:var(--e-global-color-secondary) !important;
  	border-radius: 10px;
  	margin-right: 10px;
}
.childrens .jet-listing-dynamic-field__content a:hover{
	background:var(--e-global-color-primary) !important;
}
.presto-block-video {
    margin: 0px !important;
}

.woocommerce-account h2{
    text-align: center;
}

/*COMPLIANZ*/
.cmplz-cookiebanner,
#cmplz-manage-consent .cmplz-manage-consent{
    background: var(--e-global-color-primary) !important;
}
.cmplz-cookiebanner .cmplz-message {
    font-size: 15px !important;
    line-height: normal !important;
    color: var(--e-global-color-text) !important;
}
.cmplz-cookiebanner .cmplz-title {
    font-size: 18px !important;
    color:  var(--e-global-color-secondary) !important;
    font-weight: bold !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
    color: var(--e-global-color-secondary) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{
    background: var(--e-global-color-secondary) !important;
    border-color:  var(--e-global-color-secondary) !important;
    color: var(--e-global-color-text) !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link:hover,
.cmplz-cookiebanner .cmplz-btn:hover{
    opacity: .75;
}
/*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*/
