/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 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 */



/* global */
p:last-child {
    margin-bottom:0 !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin-block-end: .9rem;
}

.grecaptcha-badge {
    display: none !important;
}

.elementor-field-type-acceptance .elementor-field-option {
    font-size: 14px;
    display: flex;
    gap:6px;
    align-items: flex-start;
}

.elementor-field-type-acceptance .elementor-field-option input {
    margin-top:0px;
}

.elementor-field-type-acceptance a {
    color: inherit;
    text-decoration: underline;
}

.elementor-field-type-acceptance a:hover {
    text-decoration: none;
}




/* content edge right */
.content-edge-right {
    padding-left:calc((100vw - var(--container-max-width))/2);
}





/* cms */
.cms * + h2,
.cms * + h3,
.cms * + h4,
.cms * + h5 {
    margin-top:40px !important;
}




/* tag */
.tag * {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.tag .elementor-heading-title {
    display: inline-flex;
    padding:10px 20px;
    border-radius: 50px;
    border:1px solid var(--e-global-color-accent);
}




/* product loop item */
li.product .add_to_cart_button {
    background-image:url('assets/img/icon-shopping-bag.svg') !important;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 20px 10px;
    padding-left:42px !important;
}




/* products archive */
select.orderby {
    background: transparent;
    border: 0;
    color: var(--e-global-color-primary);
    font-weight: 600;
    background-image:url('assets/img/icon-order.svg');
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    padding-left: 23px;
    padding-right: 0;
    appearance: none;
    max-width: 200px;
}

.woocommerce-ordering {
    margin-bottom:40px !important;
}

@media (min-width:1024px) {
.product-filter {
    margin-bottom: -62px !important;
}
}

.product-filter .berocket_single_filter_widget {
    z-index: 2;
}

.product-filter .elementor-shortcode {
    display: flex;
    align-items: center;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap:10px;
}

.product-filter .elementor-shortcode .berocket_single_filter_widget ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}  


.product-filter .bapf_sfilter {
    margin-bottom:0;
}

.product-filter .bapf_button,
.product-filter .elementor-shortcode .berocket_single_filter_widget label {
    border:1px solid var(--e-global-color-primary);
    border-color:transparent !important;
    background:transparent !important;
    color: var(--e-global-color-primary) !important;
    border-radius: 5px;
    font-weight: 700;
    padding:14px 20px !important;
    line-height: 1;
}

.product-filter .elementor-shortcode .berocket_single_filter_widget li.checked label,
.product-filter:not(:has(li.checked)) .bapf_button {
    border:1px solid var(--e-global-color-primary) !important;   
}

.product-filter .elementor-shortcode .berocket_single_filter_widget li.checked label:before {
    display: none !important;
}

.product-filter .bapf_button:hover {
    border:1px solid var(--e-global-color-primary);
    background:transparent;
    color: var(--e-global-color-primary);
}

.product-filter ul li:nth-child(1) {
  order: 3;
}

.product-filter ul li:nth-child(2) {
  order: 10;
}

.product-filter ul li:nth-child(3) {
  order: 1;
}

.product-filter ul li:nth-child(4) {
  order: 2;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: none !important;
}

.flex-viewport {
    height: auto !important;
    overflow: initial !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
    float:none !important;
    width:100%;
}

.quantity button {
    background-color:transparent !important;
    padding:0;
    color: var(--e-global-color-text) !important;
    font-size: 20px !important;
    margin-block-start:0 !important;
    padding:10px !important;
}

.quantity input {
    background-color:transparent !important;
    height: auto !important;
    border:0 !important;
    font-size: 18px;
    font-weight: 700;
}

.quantity {
    display: flex;
    float:none;
    align-items: center !important;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    text-align: center;
    max-width: 30px;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    padding-left:0;
    padding-right: 0;
    background:transparent;
    text-align: left;
}

.woocommerce div.product form.cart .variations label {
    padding-top: 7px;
}

.reset_variations {
    font-weight: 700;
}

.woocommerce div.product div.images{
    margin-bottom:0;
}


.hide,
.tipo-producto-budget .hide-tipo-budget,
.tipo-producto-booking .hide-tipo-booking {
    display: none !important;
}

.tipo-producto-budget .visible-tipo-budget,
.tipo-producto-booking .visible-tipo-booking {
    display: block !important;
}



.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--e-global-color-primary);
    font-weight: 700;
}


.woocommerce-privacy-policy-text {
    margin-bottom:20px !important;
}

@media (max-width: 767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr);
    }
}