/*
Theme Name: Rituels d'Orient Child
Theme URI: https://www.rituelsdorient.com/
Description: Acércate a nuestro spa de Barcelona inspirado en la tradición oriental y déjate llevar con nuestros tratamientos y masajes del Oriente.
Author: Digital Agency Barcelona
Author URI: https://www.digitalagencybarcelona.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: Spa, Hammam, Barcelona, Masajes, Tratamientos
*/

.hidden{
    display: none;
}

.force-hidden{
    display: none !important;
}


input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder{
    background-color: transparent !important;
    color: var( --e-global-color-primary );
}

input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder{
    background-color: transparent !important;
    color: var( --e-global-color-primary );
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline-width: 0;
    outline: none;
    color: var( --e-global-color-primary ) !important;
    border: 1px solid var( --e-global-color-secondary ) !important;
}

select option:hover {
    background-color: #000000 !important;
    color: var( --e-global-color-secondary ) !important;
}


/* For Chrome, Safari, and newer versions of Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}


.strike{
    text-decoration: line-through;
}

picture.aligncenter img{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fa-plus, .fa-minus{
    font-size: 10px;
}

.rdo-icon{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

    .rdo-icon-edit::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/wp-content/uploads/2025/04/RDO-edit-col2.png');
        background-size: cover;
    }

    .rdo-icon-edit:hover::before{
        background-image: url('/wp-content/uploads/2025/04/RDO-edit-col1.png');
    }


.rdo-icon-whatsapp{
    margin-top: 15px;
    width: 32px;
    height: 32px;
}
    .rdo-icon-whatsapp::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/wp-content/uploads/2025/04/RDO-whatsapp-col1.png');
        background-size: cover;
    }

    .rdo-icon-whatsapp:hover::before{
        background-image: url('/wp-content/uploads/2025/04/RDO-whatsapp-col4.png');
    }


.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{
    line-height: 12px;
}

.read-less{
    display: none;
    cursor: pointer;
}

abbr.required {
    color: var(--e-global-color-820d1f9);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

.validation-error input,
.validation-error select{
    border: 1px solid var(--e-global-color-820d1f9) !important;
}

.home #elementor-popup-modal-164 .dialog-widget-content{
    margin: 47px 0px 0px 0px;
}

header.elementor-sticky--active{
    background: rgba(0,0,0,0.95);
}

header.elementor-sticky--active .elementor-widget-theme-site-logo.logo img,
header.elementor-sticky--active .elementor-widget-theme-site-logo.logo picture{
    max-width: 180px;
}

.eicon-chevron-left, .eicon-chevron-right{
    border: 2px solid #D2B98C;
    border-radius: 25px;
    padding: 5px;
}

.separator-container{
    position: relative;
    display: block;
    clear: both;
}

.separator,
.elementor-divider{
    position: relative;
    margin: 0 !important;
    padding-block-start: 0 !important;
}
.separator .elementor-divider-separator,
.elementor-divider .elementor-divider-separator{
    border: 0 !important;
}

.separator .elementor-divider-separator .elementor-icon,
.elementor-divider .elementor-divider-separator .elementor-icon{
    background-color: #0f0d0b;
    z-index: 1;
    padding: 0px 5px;
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator::after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator::before,
.elementor-widget-divider--view-line_text .elementor-divider-separator::after,
.elementor-widget-divider--view-line_text .elementor-divider-separator::before{
    border-width: 0 !important;
}

.separator::before,
.elementor-divider::before{
    content: '';
    background-image: linear-gradient(to right, rgba(255,255,255,0), var( --e-global-color-secondary ), rgba(255,255,255,0));
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 80%;
    margin: 5px auto;
}


.text-center .elementor-accordion .elementor-tab-title{
    text-align: center;
}

.elementor-nav-menu li.menu-main-title a,
.elementor-nav-menu li.menu-main-title a:hover,
.elementor-nav-menu li.menu-main-title a:focus,
.elementor-nav-menu li.menu-main-title a:active{
    text-transform: uppercase;
    color: var( --e-global-color-primary ) !important;
    fill: var( --e-global-color-primary ) !important;
}

.swiper-pagination-bullet{
    position: relative;
}
.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #cab88d;
    display: block;
    padding: 5px;
    z-index: -1;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 15px;
    transform: translate(3px, -3px);
}

.home-gallery{
    max-width: 1920px;
    margin: 0 auto;
}


table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th{
    background: transparent;
}
table td, table th{
    border: none;
}

.titou h1,
.titou h2,
.titou h3,
.titou h4{
    display:inline-block;
    position: relative;
    padding: 0 60px;
}

.titou h1::before, .titou h1::after,
.titou h2::before, .titou h2::after,
.titou h3::before, .titou h3::after,
.titou h4::before, .titou h4::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Type Embellishments One LET Plain';
    font-size: 34px;
}
.titou h1::before,
.titou h2::before,
.titou h3::before,
.titou h4::before{
    content: 'i';
    left: 0;
}
.titou h1::after,
.titou h2::after,
.titou h3::after,
.titou h4::after{
    content: 'j';
    right: 0;
}

.titou-left h1,
.titou-left h2,
.titou-left h3,
.titou-left h4{
    display:inline-block;
    position: relative;
    padding: 0 42px;
}

.titou-left h1::before,
.titou-left h2::before,
.titou-left h3::before,
.titou-left h4::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Type Embellishments One LET Plain';
    font-size: 28px;
}
.titou-left h1::before,
.titou-left h2::before,
.titou-left h3::before,
.titou-left h4::before{
    content: 'i';
    left: 0;
}


.accordion dt {
    margin-bottom: 15px;
    padding: 5px 0 0;
    border-color: var( --e-global-color-secondary );
    border-style: solid;
    border-width: 0 0 1px 0;
    border-image: linear-gradient( to right, var(--e-global-color-secondary), var(--e-global-color-primary), var(--e-global-color-secondary)) 1;
}
.accordion dt.active,
.accordion dt:hover {
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-secondary );
    border-style: solid;
    border-width: 0 0 1px 0;
    border-image: linear-gradient( to right, var(--e-global-color-primary), var(--e-global-color-secondary), var(--e-global-color-primary), var(--e-global-color-secondary), var(--e-global-color-primary)) 1;
}
.accordion dt h3{
    cursor: pointer;
    margin-block-start: .5rem;
    margin-block-end: 0.5rem;
}
.accordion dt h3 i{
    float: right;
    margin-right: 15px;
}

.accordion dd {
    margin: 0;
}

input, select, textarea,
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus{
    background: transparent;
    color: var( --e-global-color-secondary );
    border: 1px solid var( --e-global-color-secondary );
    border-radius: 4px;
}

input[type='radio']{
    accent-color: var( --e-global-color-accent );
}

select option{
    background: #000000 !important;
    background-color: #000000 !important;
}
select option:hover,
select:focus option:hover,
select option:focus,
select option:checked,
select:focus option:checked {
    color: var( --e-global-color-primary );
    background: #000000 !important;
    background-color: #000000 !important;
    box-shadow: 0 0 10px 100px var( --e-global-color-secondary ) inset;
}


.e-woo-select2-wrapper .select2-results__option{
    color: var( --e-global-color-secondary );
}
.e-woo-select2-wrapper .select2-results__option:hover{
    background-color: transparent;
    color: var( --e-global-color-primary );
}

.select2-container{
    flex: 1;
}

.select2-container .select2-selection,
.select2-container .select2-dropdown{
    background-color: #000000;
    padding-top: 6px;
}

.select2-container .select2-dropdown--above{
    margin-top: 1px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: var( --e-global-color-secondary);
    border-radius: 4px 4px 0 0;
}

.select2-container .select2-dropdown--below{
    margin-top: -1px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var( --e-global-color-secondary);
    border-radius: 0 0 4px 4px;
}



.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: transparent;
    color: var( --e-global-color-secondary );
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-image: linear-gradient( to right, rgba( 0, 0, 0, 0) 3%, var(--e-global-color-secondary), rgba( 0, 0, 0, 0) 97% ) 1;
}

.select2-container--default .select2-dropdown--above .select2-results__option,
.select2-container--default .select2-dropdown--above .select2-results__option[aria-selected="true"]{
    border-width: 0 0 1px 0;
}


.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option[aria-selected="true"]:hover{
        background-color: transparent;
        color: var( --e-global-color-primary );
        cursor: pointer;
    }

.select2-container--default .select2-results__option:empty, 
.select2-container--default .select2-results__option[data-selected="true"]{
    display: none;
}



.select2-container .select2-dropdown:has( > span > ul#select2-booking_clients_number-results){
    border: 0;
    background-color: #0f0d0b;
    padding: 0;
}

    .select2-container .select2-dropdown:has( > span > ul#select2-booking_clients_number-results) .select2-results__option{
        font-size: 1.2em;
        color: var( --e-global-color-primary );
        border-color: transparent;
        border-style: solid;
        border-width: 0 0 1px 0;
        border-image: linear-gradient( to right, rgba( 0, 0, 0, 0) 10%, var(--e-global-color-primary), rgba( 0, 0, 0, 0) 90% ) 1;
        padding: 6px 10px;
    }
    
    .select2-container .select2-dropdown:has( > span > ul#select2-booking_clients_number-results) .select2-results__option:first-child{
        border-width: 1px 0 1px 0;
    }


.select2-container--default .select2-selection{
    background: transparent;
    color: var( --e-global-color-secondary );
    border: none;
    height: 50px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: var( --e-global-color-primary ) !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow{
    color: var( --e-global-color-secondary ) !important;
    height: 50px;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b{
        border-color: var( --e-global-color-secondary ) transparent transparent transparent;
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}




/* TOPBAR */
.wpml-ls-legacy-dropdown-click{
    width: 60px;
}

.wpml-ls-legacy-dropdown-click a, .wpml-ls-legacy-dropdown-click a:focus{
    color: #cab88d !important;
    background-color: transparent !important;
    border-width: 0;
}

.wpml-ls-legacy-dropdown-click a:hover{
    color: #f1ead7 !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    right: 10px;
    position: absolute;
    top: calc(50% - .175em);
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    display: none;
}




#booking-cart-top-menu,
#giftvoucher-cart-top-menu{
    display: none;
}

#booking-cart-top-menu .item-quantity,
#giftvoucher-cart-top-menu .item-quantity{
    align-items: center;
    background-color: transparent !important;
    border: 1px solid var( --e-global-color-primary ) !important;
    border-radius: 1em;
    box-shadow: none;
    color: var( --e-global-color-primary ) !important;
    display: flex;
    justify-content: center;
    font-size: 10px;
    line-height: 12px;
    min-height: 15px;
    min-width: 15px;
    padding: 0 .2em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-20%,-10%);
    white-space: nowrap;
    z-index: 1;
}


/* MENU */
.elementor-nav-menu--main .elementor-nav-menu .menu-main-title a.elementor-item,
.elementor-nav-menu--main .elementor-nav-menu .menu-main-title a.elementor-item.highlighted,
.elementor-nav-menu--main .elementor-nav-menu .menu-main-title a.elementor-item:focus,
.elementor-nav-menu--main .elementor-nav-menu .menu-main-title a.elementor-item:hover{
    font-size: 20px;
    margin-top: 30px;
}

.elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item br,
.elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item.highlighted br,
.elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item:focus br,
.elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item:hover br{
    display: none;
}



.main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item.current-menu-parent a.elementor-item::before,
.main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item.current-menu-item a.elementor-item::before,
.main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item:hover::before{
    content: '';
    background: transparent;
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/06/puce-fleur.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: -30px;
    opacity: 1;
}


.icon-review p {
    display: inline-block;
    border: 1px solid var( --e-global-color-accent );
    border-radius: 36px;
    padding: 0 20px;
    background: #0F0D0B;
    transform: translateY(-40px);
}

/*
.elementor-widget-wc-categories .woocommerce .product-category a::before{
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    aspect-ratio: 1.1;
    background: rgba(0,0,0,0.1);
}
 */


.woocommerce .products .product-category{
    background: #000;
    max-width: 340px;
}

.woocommerce .products .product-category a h3{
    opacity: 0.5;
}

.woocommerce .products .product-category a:hover h3{
    opacity: 1;
}

.woocommerce .products .product-category a:hover::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}


.woocommerce .products .product-category .woocommerce-loop-category__cat-title{
    text-align: center;
    font-size: 2rem !important;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}
.woocommerce .products .product-category .woocommerce-loop-category__desc {
    position: relative;
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    text-align: center;
    padding: 0 10px 15px;
    z-index: 2;
}


/* RDO CUSTOM FORM FIELD */

.rdo-custom-form-field{
    position: relative;
    display: block;
}

.rdo-custom-form-field label{
    cursor: text;
    font-family: inherit;
    font-size: 1rem;
    font-style: inherit;
    font-weight: inherit;
    left: .675em;
    letter-spacing: inherit;
    line-height: 0.9em;
    margin: 0;
    max-width: calc(100% - 20px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(0.9em);
    transform-origin: top left;
    transition: all .2s ease;
}

.rdo-custom-form-field input:not(.iti__search-input),
.rdo-custom-form-field textarea{
    background-color: transparent;    
    border: 1px solid var( --e-global-color-secondary );
    border-radius: 4px;
    box-sizing: border-box;
    color: var( --e-global-color-primary );
    font-family: inherit;
    font-size: 1rem;
    height: 50px;
    line-height: 1;
    margin: 0;
    min-height: 0;
    padding: 1.5em .7em .5em ;
    width: 100%;
}


.rdo-custom-form-field .select2-selection{
    border: 1px solid var(--e-global-color-secondary);
    font-family: inherit;
    font-size: 1rem;
    height: 50px;
    line-height: 1;
    margin: 0;
    min-height: 0;
    padding: .6em .3em .3em;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    background: none;
    min-width: 260px;
}

.rdo-custom-form-field .select2-selection__rendered{
    color: var( --e-global-color-primary );
    line-height: 0.9em;
    margin: 0;
    padding: 0 20px 0 0;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
}

.rdo-custom-form-field.is-active label,
.rdo-custom-form-field input:autofill + label{
    transform: translateY(5px) scale(.7);
    line-height: 1.5em;
}




.rdo-custom-form-field.add-phone-code .iti__selected-country,
.rdo-custom-form-field.add-phone-code .iti__selected-country:hover,
.rdo-custom-form-field.add-phone-code .iti__selected-country:focus,
.rdo-custom-form-field.add-phone-code .iti__selected-country:active{
    border: 0 !important;
    padding: 1.7em .3em .6em;
}


.iti__arrow{
    border-top-color: var( --e-global-color-primary ) !important;
}
.iti__arrow--up{
    border-bottom-color: var( --e-global-color-primary ) !important;
}
.iti__selected-dial-code{
    color: var( --e-global-color-primary ) !important;
    font-size: 16px !important;
}
.iti__dropdown-content{
    background-color: #000000 !important;
}
/* END RDO CUSTOM FORM FIELD */

/* CHECKBOX CUSTOMIZED */

.custom-checkbox {
    box-sizing: border-box;
    --checkbox-height: 15px;
}

@-moz-keyframes tickbottom {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes tickbottom {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes tickbottom {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes ticktop {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes ticktop {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes ticktop {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.custom-checkbox input[type=checkbox] {
    display: none;
}

.custom-checkbox label {
    display: flex;
    align-items: center;
}

.custom-checkbox label span {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid var( --e-global-color-secondary );
    border-radius: 0;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 1px;
    aspect-ratio: 1;
}
.custom-checkbox label span::before,
.custom-checkbox label span::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .15);
    background-color: var( --e-global-color-primary );
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.custom-checkbox label span::before {
    top: calc(var(--checkbox-height) * .69);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) #0f0d0b;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.custom-checkbox label span::after {
    top: calc(var(--checkbox-height) * .32);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-checkbox input[type=checkbox]:checked + label,
.custom-checkbox input[type=checkbox]:checked + label a,
.custom-checkbox label.checked{
    color: var( --e-global-color-primary );
}
.custom-checkbox input[type=checkbox]:checked + label span,
.custom-checkbox label.checked span {
    border-color: var( --e-global-color-primary );
}
.custom-checkbox input[type=checkbox]:checked + label span::after,
.custom-checkbox label.checked span::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: tickbottom 0.2s ease 0s forwards;
    -o-animation: tickbottom 0.2s ease 0s forwards;
    -webkit-animation: tickbottom 0.2s ease 0s forwards;
    animation: tickbottom 0.2s ease 0s forwards;
}
.custom-checkbox input[type=checkbox]:checked + label span::before,
.custom-checkbox label.checked span::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: ticktop 0.4s ease 0s forwards;
    -o-animation: ticktop 0.4s ease 0s forwards;
    -webkit-animation: ticktop 0.4s ease 0s forwards;
    animation: ticktop 0.4s ease 0s forwards;
}

/* END CHECKBOX CUSTOMIZED */



/* CATEGORIES PAGE */
.woocommerce-shop .content-area{
    margin-top: 150px;
}

.woocommerce-shop .content-area #breadcrumbs{
    display: none;
}


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

.woocommerce-shop .content-area .woocommerce-products-header h1.woocommerce-products-header__title{
    display: inline-block;
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
}

.woocommerce-shop .content-area .woocommerce-products-header h1.woocommerce-products-header__title::before, .woocommerce-shop .content-area .woocommerce-products-header h1.woocommerce-products-header__title::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Type Embellishments One LET Plain';
    font-size: 34px;
}
.woocommerce-shop .content-area .woocommerce-products-header h1.woocommerce-products-header__title::before{
    content: 'i';
    left: 0;
}
.woocommerce-shop .content-area .woocommerce-products-header h1.woocommerce-products-header__title::after{
    content: 'j';
    right: 0;
}

.woocommerce-shop .content-area .woocommerce-products-header .page-description{
    text-align: justify;
}

.woocommerce-page .content-area .woocommerce-loop-category__title{
    color: var( --e-global-color-primary );
    font-family: "Philosopher", Sans-serif;
    font-weight: 600;
}



/* CATEGORY PAGE */
.woocommerce-products-cat .woocommerce-products-cat-header{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15vw 0 12vw;
}

.woocommerce-products-cat .content-area{
    background-size: auto;
    background: transparent url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/frise-haut-de-page.png') repeat-x top center;
    padding: 5px 0;
}

#breadcrumbs{
    margin-bottom: 50px;
    padding-left: 10px;
}

#breadcrumbs, #breadcrumbs a{
    color: var( --e-global-color-secondary ) !important;
    /*font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;*/
    font-size: 14px !important;
    /*font-weight: 200 !important;*/
}

#breadcrumbs .breadcrumb_last{
    color: var( --e-global-color-primary );
}

.woocommerce-products-cat .woocommerce-products-cat-desc{
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    font-size: 16px;
    font-style: italic;
    padding: 0 0 30px;
}

.woocommerce-result-count, .woocommerce-ordering{
    display: none !important;
}

.tax-product_cat .woocommerce ul.products,
.tax-product_cat .woocommerce-page ul.products{
    padding-top: 60px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail{
    position: relative;
    flex: 1;
}


.woocommerce ul.products li.product.product_cat-rituales-del-hammam .woocommerce-loop-product__thumbnail a::before{
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 1;
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/05/moucharabieh-rituales.png');
    background-position: top left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail img,
.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail picture{
    margin: 0;
    height: 100%;
    object-fit: cover;
    width: auto;
}


.woocommerce ul.products li.product .woocommerce-loop-product__content{
    display: flex;
    flex-direction: column;
    background: #000000;
    flex: 2;
    padding: 15px 30px 30px 30px;
}


.woocommerce ul.products li.product .woocommerce-loop-product__content .woocommerce-loop-product__row{
    position: relative;
    flex: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__content h3{
    font-size: 1.2em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    position: relative;
    display: block;
    text-transform: uppercase;
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    padding: 3px 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__price-default,
.woocommerce ul.products li.product .woocommerce-loop-product__price{
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    float: right;
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__price-default .amount,
.woocommerce ul.products li.product .woocommerce-loop-product__price .amount{
    font-size: 1.2rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__excerpt{
    color: var( --e-global-color-7654a6b );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    position: relative;
    display: block;
    padding-top: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__excerpt::before {
    content: '';
    background-image: linear-gradient(to right, rgba(255,255,255,0), var( --e-global-color-secondary ), rgba(255,255,255,0));
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 80%;
    margin: 0 auto;
}

.woocommerce ul.products li.product .treatment_time{
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    position: relative;
    display: block;
}

.woocommerce ul.products li.product .treatment_time p{
    display: flex;
    align-items: center;
}

.woocommerce ul.products li.product .treatment_time img,
.woocommerce ul.products li.product .treatment_time picture{
    width: 18px;
    margin-right: 15px;
    margin-top: 3px;
}

.woocommerce ul.products li.product .treatment_time img:last-child,
.woocommerce ul.products li.product .treatment_time picture:last-child{
    margin-right: 6px;
}




.woocommerce .woocommerce-loop-product__footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}



.woocommerce .woocommerce-loop-product__footer .woocommerce-loop-product__buttons{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


.woocommerce .woocommerce-loop-product__footer .woocommerce-loop-product__actions > div{
    display: none;
}



.woocommerce .woocommerce-loop-product__footer .woocommerce-loop-product__buttons .woocommerce-loop-product__link{
    flex: 2;
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    position: relative;
    padding-left: 23px;
    text-decoration: none;
}
.woocommerce .woocommerce-loop-product__footer .woocommerce-loop-product__buttons .woocommerce-loop-product__link::before {
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var( --e-global-color-secondary );
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
}

.woocommerce .woocommerce-loop-product__footer .woocommerce-loop-product__buttons .woocommerce-loop-product__link:hover,
.woocommerce .woocommerce-loop-product__footer .woocommerce-loop-product__buttons .woocommerce-loop-product__link:hover::before {
    color: var( --e-global-color-primary );
}

.woocommerce button{
    position: relative;
    margin-left: 15px;
    padding: 5px 10px 5px 35px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce button:hover{
    border-color: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
}

.woocommerce .btn-show-booking-form::before,
.woocommerce .btn-booking-now::before,
.woocommerce .btn-booking::before,
.woocommerce .btn-show-giftvoucher-form::before,
.woocommerce .btn-giftvoucher-now::before,
.woocommerce .btn-giftvoucher::before,
.woocommerce .btn-go-to-booking-product-page::before,
.woocommerce .btn-go-to-giftvoucher-product-page::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 21px;
    height: 21px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce .btn-show-booking-form::before,
.woocommerce .btn-booking-now::before,
.woocommerce .btn-booking::before,
.woocommerce .btn-go-to-booking-product-page::before{
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-reserva-OFF.png');
}


.woocommerce .btn-show-booking-form:hover::before,
.woocommerce .btn-booking-now:hover::before,
.woocommerce .btn-booking:hover::before,
.woocommerce .btn-go-to-booking-product-page:hover::before{
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-reserva-ON.png');
}

.woocommerce .btn-show-giftvoucher-form::before,
.woocommerce .btn-giftvoucher-now::before,
.woocommerce .btn-giftvoucher::before,
.woocommerce .btn-go-to-giftvoucher-product-page::before{
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-regalar-OFF.png');
}

.woocommerce .btn-show-giftvoucher-form:hover::before,
.woocommerce .btn-giftvoucher-now:hover::before,
.woocommerce .btn-giftvoucher:hover::before,
.woocommerce .btn-go-to-giftvoucher-product-page:hover::before{
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-regalar-ON.png');
}


.woocommerce .btn-hide-booking-form-wrap,
.woocommerce .btn-hide-giftvoucher-form-wrap{
    text-align: end;
}

.woocommerce .btn-hide-booking-form,
.woocommerce .btn-hide-booking-form:focus,
.woocommerce .btn-hide-booking-form:active,
.woocommerce .btn-hide-booking-form:hover,
.woocommerce .btn-hide-giftvoucher-form,
.woocommerce .btn-hide-giftvoucher-form:focus,
.woocommerce .btn-hide-giftvoucher-form:active,
.woocommerce .btn-hide-giftvoucher-form:hover{
    border: none;
    outline: none;
    font-size: 0.8em;
    text-transform: capitalize;
    padding: 0;
}


.woocommerce ul.products li.product .woocommerce-loop-product__booking,
.woocommerce ul.products li.product .woocommerce-loop-product__giftvoucher{
    display: none;
    margin: 30px 0;
}


.woocommerce ul.products li.product .woocommerce-loop-product__booking .woocommerce-loop-product__options table.variations td,
.woocommerce ul.products li.product .woocommerce-loop-product__booking .woocommerce-loop-product__options table.variations th,
.woocommerce ul.products li.product .woocommerce-loop-product__giftvoucher .woocommerce-loop-product__options table.variations td,
.woocommerce ul.products li.product .woocommerce-loop-product__giftvoucher .woocommerce-loop-product__options table.variations th{
    border: 0;
    width: 50%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__booking .woocommerce-loop-product__options table.variations label,
.woocommerce ul.products li.product .woocommerce-loop-product__giftvoucher .woocommerce-loop-product__options table.variations label{
    font-weight: normal;
}







/* PRODUCT PAGE */

.woocommerce span.onsale{
    display: none !important;
}

.product_cat-programas_rituales .block-program-actions,
.product_cat-programas_tratamientos_faciales .block-program-actions,
.product_cat-programas_tratamientos_corporales .block-program-actions,
.product_cat-programas_masajes_rituels_d_orient .block-program-actions{
    display: none !important;
}

.single-product .content-area{
    background: transparent;
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/fleur-haut-de-page.png');
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
}

.single-product .content-area #main{
    padding: 5px 15px;
}

.single-product .content-area .product.product_cat-depilacion-con-caramelo .yith-wapo-addon,
.single-product .content-area .product.product_cat-depilacion-con-caramelo .yith-wapo-block{
    background: #000000 !important;
}

.single-product .content-area .nav_tab_epilation{
    display: flex;
    background: #000000;
}
.single-product .content-area .nav_tab_epilation .tab_epilation{
    flex: 1;
    padding: 30px 30px 0;
}
.single-product .content-area .nav_tab_epilation .tab_epilation a{
    font-family: "Philosopher", Sans-serif;
    color: #FFF6E2;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0.3;
}
.single-product .content-area .nav_tab_epilation .tab_epilation a.active{
    opacity: 1;
}
.single-product .content-area .nav_tab_epilation .tab_epilation a .bullet{
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2024/02/bullet.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;

}
.single-product .content-area .nav_tab_epilation .tab_epilation a.active .bullet{
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2024/02/bullet-full-1.png');
}

.product-experience-text{
    margin-top: 30px;
    padding-right: 5px;
}

.product-experience-text .without-combination-container,
.product-experience-text .only-treatment-container,
.product-experience-text .spa-session-container,
.product-experience-text .with-ritual-container,
.product-experience-text .exfoliation-oriental-container{
    display: none;
    height: 100%;
}

.product-experience-text .elementor-section .brief p:last-child{
    margin-bottom: 0;
}

.product-experience-text .custom-text-container .description,
.product-experience-text .without-combination-container .description,
.product-experience-text .only-treatment-container .description,
.product-experience-text .spa-session-container .description,
.product-experience-text .with-ritual-container .description,
.product-experience-text .exfoliation-oriental-container .description,
.product_details_bottom .description{
    display: none;
}


.product-experience-text .only-treatment-container,
.product-experience-text .product-experience-text-space{
    flex: 1;
}



.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
    width: 100%;
    background: #000000;
    padding: 30px;
}

.single-product .woocommerce-products-header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0 150px;
}
.single-product .woocommerce-products-header h1{
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: normal;
    text-align: center;
}

.single-product .woocommerce-breadcrumb{
    float: right;
}


.woocommerce div.product .product_subheader .product_subtitle.entry-title{
    color: var( --e-global-color-primary );
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.woocommerce div.product .product_subheader .product_subtitle_extra .treatment_time{
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    position: relative;

}

.woocommerce div.product .product_subheader .product_subtitle_extra .treatment_time p{
    margin-bottom: 0;
}

.woocommerce div.product .product_subheader .product_subtitle_extra .treatment_time img,
.woocommerce div.product .product_subheader .product_subtitle_extra .treatment_time picture{
    width: 15px;
    margin-right: 5px;
    vertical-align: text-top;
}

.woocommerce div.product .product_subheader .product_subtitle_extra .treatment_time img:last-child,
.woocommerce div.product .product_subheader .product_subtitle_extra .treatment_time picture:last-child{
    margin-right: 0;
}

.woocommerce div.product .product-description{
    padding: 0 0 15px;
}

.woocommerce div.product form.cart{
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations{
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{
    display: block;
    padding: 5px 0 0;
    text-align: left;
}



.woocommerce div.product .product-variation-option-container,
.woocommerce div.product .product-combination-container{
    margin-top: 15px;
}

.woocommerce div.product .product-variation-option,
.woocommerce div.product .product-combination{
    display: inline-block;
    position: relative;
    min-width: 150px;
}


.woocommerce div.product .product-variation-option label,
.woocommerce div.product .product-combination label{
    cursor: text;
    font-family: inherit;
    font-size: 0.8em;
    font-style: inherit;
    font-weight: inherit;
    left: .675em;
    letter-spacing: inherit;
    line-height: 0.9em;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(0.7em);
    transform-origin: top left;
    transition: all .2s ease;
}

.woocommerce div.product .product-variation-option .select2-selection,
.woocommerce div.product .product-combination .select2-selection{
    border: 1px solid var(--e-global-color-secondary);
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1;
    margin: 0;
    min-height: 0;
    padding: 1.8em .5em .3em;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

.woocommerce div.product .product-variation-option .select2-selection__rendered,
.woocommerce div.product .product-combination .select2-selection__rendered{
    color: var( --e-global-color-primary );
    line-height: 1;
    margin: 0;
    padding: 0 20px 0 0;
    width: 100%;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
}

.woocommerce div.product.product_cat-tratamientos-para-dos form.cart .yith-wapo-block .yith-wapo-addon .options-container .wapo-addon-description::after,
.woocommerce div.product.product_cat-masajes-rituels-dorient form.cart .yith-wapo-block .yith-wapo-addon .options-container .wapo-addon-description::after{
    content: '';
    position: relative;
    display: block;
    max-width: 100%;
    width: 400px;
    height: 100px;
    margin: 10px 0;
    background-image: url("https://ritualesdeloriente.com/wp-content/uploads/2024/05/options-picto.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.woocommerce div.product form.cart select.yith-wapo-option-value,
.woocommerce div.product form.cart .variations select,
.woocommerce div.product .product-option select,
.woocommerce div.product .product-variation-option select{
    width: auto;
    min-width: auto !important;
    padding: 5px;
    margin-top: 5px;
    background: #000000;
}


.woocommerce div.product form.cart .variation-radios{
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.woocommerce div.product form.cart .variation-radios > div{
    border: 1px solid var( --e-global-color-accent );
    padding: 5px 10px;
}

.woocommerce div.product form.cart .variation-radios > div label{
    font-weight: 400;
    padding: 0 15px;
}

.woocommerce div.product form.cart .variation-radios > div input[type='radio']{
    position: relative;
    accent-color: var( --e-global-color-accent );
}


.woocommerce .cart .button.single_add_to_cart_button,
.woocommerce .cart input.button.single_add_to_cart_button{
    display: none !important;   /* In Dev */
    position: absolute;
    right: 0;
    bottom: 100px;
    background: transparent !important;
    border-radius: 0;
    color: var( --e-global-color-secondary );
    border: 1px solid var( --e-global-color-secondary );
}

.woocommerce .cart .button.single_add_to_cart_button:hover,
.woocommerce .cart input.button.single_add_to_cart_button:hover{
    color: var( --e-global-color-primary );
    border: 1px solid var( --e-global-color-primary );
}

.woocommerce div.product div.quantity{
    display: none !important;
}

.woocommerce_bottom{
    display: flex;
}

    .woocommerce_bottom_summary{
        flex: 1;
        align-content: end;
        text-align: end;
        margin-top: 40px;
        padding: 0 15px;
    }

        .woocommerce_bottom_summary .woocommerce_bottom_price{
            padding-bottom: 30px;
            font-size: 20px;
        }

            .woocommerce_bottom_summary .woocommerce_bottom_price::before{
                content: 'TOTAL: ';
                color: var( --e-global-color-primary );
                margin-right: 10px;
            }


    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons button{
        position: relative;
        margin-left: 15px;
        padding: 7px 15px 7px 45px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        outline: 2px solid var( --e-global-color-secondary );
        border: 2px solid var( --e-global-color-text );
        background: var( --e-global-color-secondary );
        color: var( --e-global-color-text );
    }

    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons button:hover{
        border: 2px solid var( --e-global-color-text );
        outline: 2px solid var( --e-global-color-accent );
        background: var( --e-global-color-accent );
        color: var( --e-global-color-text );
    }

    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons .btn-book::before,
    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons .btn-giftvoucher::before{
        content: '';
        position: absolute;
        top: 6px;
        left: 10px;
        width: 21px;
        height: 21px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons .btn-book::before{
        background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-reserva-OFF.png');
    }


    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons .btn-book:hover::before{
        background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-reserva-ON.png');
    }

    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons .btn-giftvoucher::before{
        background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-regalar-OFF.png');
    }

    .woocommerce_bottom_summary .woocommerce_bottom_summary__buttons .btn-giftvoucher:hover::before{
        background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-regalar-ON.png');
    }



.product_details_bottom{
    display: block;
    clear: both;
    position: relative;
    padding-top: 20px;
}


.go-back-to-btn{
    display: block;
    clear: both;
    position: relative;
    text-align: center;
    margin: 60px 0;
}
    .go-back-to-btn a{
        padding: 10px 80px;
        position: relative;
        font-size: 17px;
        border: 1px solid var( --e-global-color-secondary );
    }
        .go-back-to-btn a:hover,
        .go-back-to-btn a:focus{
            color: var( --e-global-color-primary );
            border: 1px solid var( --e-global-color-primary );
        }

    .go-back-to-btn a::before,
    .go-back-to-btn a::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Type Embellishments One LET Plain';
        font-size: 34px;
    }
    .go-back-to-btn a::before{
        content: 'i';
        left: 15px;
    }
    .go-back-to-btn a::after{
        content: 'j';
        right: 15px;
    }


.post-1303 div[id^='yith-wapo-block'],
.post-2176 div[id^='yith-wapo-block']{
    display: flex;
    align-content: space-between;
    gap: 15px;
    background: #000000;
}

.post-1303 div[id^='yith-wapo-block'] .yith-wapo-addon,
.post-2176 div[id^='yith-wapo-block'] .yith-wapo-addon{
    margin: 0;
    padding: 30px 15px;
    overflow: hidden;
}

.post-1303 div[id^='yith-wapo-block'] .yith-wapo-addon:first-child,
.post-2176 div[id^='yith-wapo-block'] .yith-wapo-addon:first-child{    
    padding-right: 60px;
}

.show-epilation-block{
    background: #000000;
    padding: 30px 0;
}

.show-epilation-btn{
    display: block;
    height: 50px;
    width: 100%;
    background-color: #000000 !important;
    background: url("https://ritualesdeloriente.com/wp-content/uploads/2024/02/arrow-down-depilation-block.png") 25% top no-repeat, url("https://ritualesdeloriente.com/wp-content/uploads/2024/02/arrow-down-depilation-block.png") 75% top no-repeat;
    border-width: 0 !important;
}

.selection-epilation-summary{
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin-top: 30px;
    background-color: #000000;
}
.selection-epilation-summary-title{
    display: block;
    text-transform: uppercase;
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    padding-bottom: 15px;
}
.selection-epilation-summary .selection-epilation-summary-item{
    padding-top: 30px;
    text-transform: initial;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}
.selection-epilation-summary .selection-epilation-summary-item .selection-epilation-summary-item-space-between{
    flex-grow: 4;
    position: relative;
}
.selection-epilation-summary .selection-epilation-summary-item .selection-epilation-summary-item-space-between::after{
    content: '';
    position: absolute;
    width: 98%;
    height: 10px;
    bottom: 5px;
    left: 5px; right: 0;
    border-bottom: 1px dotted #D2B98C;
}



.post-1303 div[id^='yith-wapo-block'] .yith-wapo-addon .addon-header .wapo-addon-title,
.post-2176 div[id^='yith-wapo-block'] .yith-wapo-addon .addon-header .wapo-addon-title{
    position: relative;
    display: block;
    width: 100%;
}
.post-1303 div[id^='yith-wapo-block'] .wapo-addon-title::after,
.post-2176 div[id^='yith-wapo-block'] .wapo-addon-title::after{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), var( --e-global-color-secondary ), rgba(255,255,255,0));
    background-position: center;
    margin: 15px 0;
    background-size: 90% 1px;
    background-repeat: no-repeat;
}

.post-1303 div[id^='yith-wapo-block'] .options,
.post-2176 div[id^='yith-wapo-block'] .options{
    row-gap: 30px !important;
}

.post-1303 div[id^='yith-wapo-block'] > div,
.post-2176 div[id^='yith-wapo-block'] > div{
    flex: 1

}


div[id^='yith-wapo-block'] .options-container .option-description{
    display: none;
}

div[id^='yith-wapo-block'] .options-container .option-container{
    width: 100%;
    position: relative;
}

div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .yith-wapo-addon-label{
    line-height: 20px;
    width: 100%;
    padding-right: 35px;
    margin-left: 0;
}
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .yith-wapo-addon-label .option-price{
    float: right;
}
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .yith-wapo-addon-label .option-price .sign,
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .yith-wapo-addon-label .option-price .brackets{
    display: none;
}

/* Hide the browser's default checkbox */
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 1;
}

div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .checkboxbutton::before{
    display: none !important;
}

/* Create a custom checkbox */
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .checkboxbutton{
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border: solid var( --e-global-color-secondary ) 1px;
    background-color: #0f0d0b;
    margin-right: 0;
}

/* On mouse-over, add a grey background color */
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container:hover .checkboxbutton {
    border-color: #FFF6E2;
}

/* When the checkbox is checked, add a background */
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .checkboxbutton.checked {
    border-color: #FFF6E2;
}

/* Create the checkmark/indicator (hidden when not checked) */
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .checkboxbutton::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .checkboxbutton.checked::after {
    display: block;
}

/* Style the checkmark/indicator */
div[id^='yith-wapo-block'] .options-container .option-container .checkbox-button-container .checkboxbutton::after {
    left: 4px;
    bottom: 4px;
    width: 10px;
    height: 15px;
    border: solid #FFF6E2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#wapo-total-price-table table tr:hover > td,
#wapo-total-price-table table tr:hover > th{
    background: transparent;
}

#wapo-total-price-table{
    text-transform: uppercase;
    background: transparent;
    color: var( --e-global-color-primary );
    margin-top: 0;
    padding: 0 15px;
}


#wapo-total-price-table table{
    margin: 0 0 0 auto;
}

#wapo-total-price-table table th{
    font-weight: normal;
}

#wapo-total-price-table #wapo-total-order-price{
    padding-right: 0;
}

.popup-epilation-forfait .elementor-container .elementor-column{
    position: relative;
}

.popup-epilation-forfait .elementor-container .elementor-column:first-child::after{
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("https://ritualesdeloriente.com/wp-content/uploads/2023/05/picto-plus.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.popup-epilation-forfait .elementor-container .elementor-column:last-child::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("https://ritualesdeloriente.com/wp-content/uploads/2023/05/picto-plus.png");
    background-size: cover;
    background-repeat: no-repeat;
}



.product_cat-depilacion-con-caramelo .woocommerce-loop-product__footer,
.product_cat-depilacio-oriental .woocommerce-loop-product__footer,
.product_cat-eastern-epilation .woocommerce-loop-product__footer,
.product_cat-epilation-au-caramel .woocommerce-loop-product__footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.product_cat-depilacion-con-caramelo .quantity,
.product_cat-depilacio-oriental .quantity,
.product_cat-eastern-epilation .quantity,
.product_cat-epilation-au-caramel .quantity{
    display: none;
}


.reset_variations{
    display: none !important;
}





.woocommerce .block-program-container{
    display: flex;
    gap: 15px;
    clear: both;
}

.woocommerce .block-program-container .block-program-row{
    flex: 1;
}

.woocommerce .block-program-container .block-program-row .block-program{
    border-width: 1px;
    border-color: var( --e-global-color-primary );
    border-style: solid;
    padding: 15px;
    text-align: center;
}

.woocommerce .block-program-container .block-program-row .block-program .block-program-name{
    text-transform: uppercase;
    margin-block-end: 0;
}

.woocommerce .block-program-container .block-program-row .block-program .block-program-price .price{
    color: var( --e-global-color-primary );
}

.woocommerce .block-program-container .block-program-row .block-program .block-program-price .price ins{
    text-decoration: none;
}

.woocommerce .block-program-container .block-program-row .block-program .block-program-price .price del{
    color: var( --e-global-color-secondary );
    opacity: 1;
}

.woocommerce .block-program-container .block-program-row .block-program .block-program-description{
    padding-top: 15px;
    text-transform: uppercase;
}

.woocommerce .block-program-container .block-program-row .block-program .link-gift{
    border-color: var( --e-global-color-primary );
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 40px;
}

.woocommerce .block-program-container .block-program-row .block-program .link-gift::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 10px;
    width: 21px;
    height: 21px;
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-regalar-OFF.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.woocommerce .block-program-container .block-program-row .block-program .link-gift:hover::before{
    background-image: url('https://ritualesdeloriente.com/wp-content/uploads/2023/11/picto-regalar-ON.png');
}





/* MY ACCOUNT */
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    color: var( --e-global-color-secondary );
    border-top-color: #000000 !important;
    background: transparent;
}

.woocommerce-info::before {
    color: var( --e-global-color-secondary );
}



