/*---- Fonts Stylesheet ----*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

.ubuntu-font {
    font-family: 'Ubuntu', sans-serif !important;
}
.nunito-font {
    font-family: 'Nunito Sans', sans-serif !important;
}
.fa, .fab, .fad, .fal, .far, .fas {
    font-family: "FontAwesome";
    font-weight: 900;
}
.term-recambios-sostenibles-ecopro .custom-hide-main-wrap {
    display: none;
}
.slider-nav .video-thumb .thumbImg:after {
    display: none;
}
.pitcherproproductos-container ul.menu-container-ul li ul.pitcherproproductos-submenu-wrap .updated-new-menu-col h4 a {
    text-transform: none !important;
}
/*---- Fonts Stylesheet ----*/
.banner-slider .slider.slider-for ul.slick-dots li.slick-active.video-slick-dots {
    background: transparent;
}
/* .menu-container-es-updated.menu-container.pitcherproproductos-container ul.menu-container-ul li:nth-child(2) a {
    padding-right: 0;
} */
.checkout-right-shipping-details-coupon-section p {
    margin-bottom: 0;
}
.elementor-template-full-width .ast-container {
    max-width: 100%;
    padding: 0;
}
.element-center-liline-wrap .elementor-icon-list-item {
    align-items: flex-start;
}
.element-center-liline-wrap .elementor-icon-list-item .elementor-icon-list-icon {
    position: relative;
    top: 7px;
}
.agree-terms,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    position: relative;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms input,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    z-index: 2;
}
.woocommerce-order-received .checkout-main-step-two-page > .elementor-container {
    padding: 0;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms label,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    padding-left: 25px;
    position: relative;
    display: inline-block;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms label:after,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15.4px;
    height: 15.4px;
    border: 1px solid #003955;
    border-radius: 2px;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms label:before,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:before {
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: 1px;
    font-size: 9px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0;
    z-index: 1;
    line-height: normal;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:before{
    top: 50%;
    transform: translateY(-50%);
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms input:checked ~ label:before,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked ~ span:before{
    opacity: 1;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms input:checked ~ label:after,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked ~ span:after {
    background: #003955;
    border-color: #003955;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms input:hover ~ label:after,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:hover ~ span:after{
    border-color: #09ABA9;
}

ul.wc_payment_methods li.wc_payment_method,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new {
    position: relative;
}

ul.wc_payment_methods li.wc_payment_method > input,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token input,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new input {
    width: 100% !important;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0 !important;
}
ul.wc_payment_methods > li.wc_payment_method > label:after,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label:after,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label:after{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #003955;
    border-radius: 50%;
}
ul.wc_payment_methods > li.wc_payment_method > label:before,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label:before,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #09ABA9;
    border-radius: 50px !important;
    opacity: 0;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data div#stripe-card-element .__PrivateStripeElement {
    position: relative;
    top: 8px;
}
ul.wc_payment_methods > li.wc_payment_method input:checked ~ label:before,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token input:checked ~ label::before,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new input:checked ~ label::before {
    opacity: 1;
}
ul.wc_payment_methods > li.wc_payment_method input:hover ~ label:after,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token input:hover ~ label::after,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new input:hover ~ label::after {
    border-color: #09ABA9;
}
ul.wc_payment_methods li.wc_payment_method > label,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token,
.payment_box.payment_method_stripe .wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new {
    padding-left: 20px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"] {
    height: 24px;
    display: block;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .custom_list_main_wrap .content-like-porximo-pago-wrap .tappwater-content-links-wrap p.tappwater-content-links {
    margin-bottom: 16px;
}
/*---- Button-Loader Stylesheet ----*/
button#tif_popup1_form_submit_v2 span.form_submit_loader {
    position: relative;
    left: 50%;
    top: 50%;
    width: 21px;
    height: 21px;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/03/Spinner-1s-200px-5.gif) #ffffff;
    background-position: center;
    background-size: contain;
    border-radius: 8px;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    display: block;
}
.custom-checkbox-wrap .custom-checkbox-first-column .custom-checkbox-first-wrapper h2{
    color: #003955;
}
@-webkit-keyframes rotating{
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/*---- Button-Loader Stylesheet ----*/


/*---- Padding Stylesheet ----*/
.section-padding {
    padding: 60px 0;
}
.section-padding-32 {
    padding: 60px 0;
}
.section-padding-10 {
    padding:10px 0;
}

/*---- Padding Stylesheet ----*/
/*---- Alignment Stylesheet ----*/
.text-center-align {
    text-align: center;
}

.text-right-align {
    text-align: right;
}

.text-left-align {
    text-align: left;
}

/*---- Alignment Stylesheet ----*/
/*---- Heading Stylesheet ----*/
/* h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
} */

h1, h2, h3, h4, h5 {
    font-family: 'Ubuntu', sans-serif !important;
}
.nunito-font h1,
.nunito-font h2,
.nunito-font h3,
.nunito-font h4,
.nunito-font h5,
.nunito-font p{
    font-family: 'Nunito Sans', sans-serif !important;
}
.tapp-h1-title h1 {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0.23px;
    line-height: 60px;
}
.tapp-h2-title h2 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.17px;
    line-height: 57px;
}
.tapp-h2-title h2.elementor-heading-title.elementor-size-default{
    margin-top: 0;
}
.tapp-h3-title h3 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.24px;
    line-height: 51px;
}
.tapp-h4-title h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.21px;
    line-height: 35px;
}
.tapp-h5-title h5 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.17px;
    line-height: 28px;
}

/*---- Heading Stylesheet ----*/

/*---- Font-style Stylesheet ----*/
.font-style-italic p,
.font-style-italic{
    font-style: italic;
}
.small-font{
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 36px;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
}
/*---- Font-style Stylesheet ----*/

/*---- Paragraph Stylesheet ----*/
p {
    font-family: 'Nunito Sans', sans-serif !important;
}
.ubuntu-font p{
    font-family: 'Ubuntu', sans-serif !important;
}
.tapp-paragraph-large p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
}
.tapp-paragraph-large-bold p {
    font-weight: bold !important;
}
.tapp-paragraph-large-regular p {
    font-weight: 400 !important;
}
.tapp-paragraph-medium p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
}
.tapp-paragraph-medium-bold p {
    font-weight: bold !important;
}
.tapp-paragraph-medium-regular p {
    font-weight: normal !important;
}
.tapp-paragraph-small p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
}
.tapp-paragraph-small-bold p {
    font-weight: bold !important;
}
.tapp-paragraph-small-regular p {
    font-weight: normal !important;
}

/*---- Paragraph Stylesheet ----*/

/*---- text-decoration Stylesheet ----*/
.text-decoration-underline .elementor-heading-title,
.text-decoration-light-blue, .text-decoration-underline-link {
    text-decoration: underline !important;
    display: inline-block;
}
.text-decoration-underline .elementor-heading-title:hover,
.text-decoration-light-blue:hover, .text-decoration-underline-link:hover {
    text-decoration: none !important;
}
.text-decoration-light-blue{
    color: #09ABA9 !important;
}
/*---- text-decoration Stylesheet ----*/

/*---- Spacing Stylesheet ----*/
.margin-bottom-10{
    margin-bottom: 10px !important;
}
/*---- Spacing Stylesheet ----*/

/*---- Button Stylesheet ----*/
.comman-tappwater-button-wrap .elementor-button-link {
    background: #09ABA9;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.16px;
    line-height: 20px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    padding: 16px 45px;
    color: #ffffff;
    display: inline-block;
}
.button-bg-custom-red.comman-tappwater-button-wrap .elementor-button-link,
.button-bg-custom-red.comman-tappwater-button-wrap a{
    background:#F07582;
    color: #ffffff;
}
.comman-tappwater-button-wrap .elementor-button-link:hover {
    background: #80D6CF;
    color: #003955;
}
.button-bg-custom-red.comman-tappwater-button-wrap .elementor-button-link:hover,
.button-bg-custom-red.comman-tappwater-button-wrap a:hover{
    background: #FCE1E4;
    color: #003955;
}
/*---- Button Stylesheet ----*/

/*---- Marquee Stylesheet ----*/
.comman-marquee {
    width: 100%;
    overflow: hidden;
}
.comman-marquee .comman-marquee-inner {
    width: 100%;
    /* display: flex; */
    color: white;
}
.comman-marquee .comman-marquee-inner>* {
    white-space: nowrap;
}
.comman-marquee .comman-marquee-inner a {
    color: #ffffff;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 22.5px;
    cursor: default;
    outline: 0;
    margin: 0 4px;
    font-weight: bold;
}
.comman-marquee .comman-marquee-inner a:first-child{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.comman-marquee .comman-marquee-inner a:first-child:hover{
    text-decoration: none;
}
.comman-marquee .comman-marquee-inner p{
    margin-right: 5px;
    font-family: "Nunito Sans";
    font-size: 20px;
    margin-bottom: 0;
    line-height: normal;
}
.comman-marquee .comman-marquee-inner p.tapp-primary-color a{
    color: #003955!important;
}
/*---- Marquee Stylesheet ----*/


/*---- Colors Stylesheet ----*/
.tapp-text-white-color,
.tapp-text-white-color h1,
.tapp-text-white-color h2,
.tapp-text-white-color h3,
.tapp-text-white-color h4,
.tapp-text-white-color h5,
.tapp-text-white-color p{
    color: #ffffff !important;
}
.tapp-primary-color,
.tapp-primary-color h1,
.tapp-primary-color h2,
.tapp-primary-color h3,
.tapp-primary-color h4,
.tapp-primary-color h5,
.tapp-primary-color p {
    color: #003955!important;
}
.tapp-primary-light-color,
.tapp-primary-light-color h1,
.tapp-primary-light-color h2,
.tapp-primary-light-color h3,
.tapp-primary-light-color h4,
.tapp-primary-light-color h5,
.tapp-primary-light-color p {
    color: #C7E8F2!important;
}
.tapp-primary-extra-light-color,
.tapp-primary-extra-light-color h1,
.tapp-primary-extra-light-color h2,
.tapp-primary-extra-light-color h3,
.tapp-primary-extra-light-color h4,
.tapp-primary-extra-light-color h5,
.tapp-primary-extra-light-color p {
    color: #EAF6F7!important;
}
.tapp-secondary-color,
.tapp-secondary-color h1,
.tapp-secondary-color h2,
.tapp-secondary-color h3,
.tapp-secondary-color h4,
.tapp-secondary-color h5,
.tapp-secondary-color p {
    color: #09ABA9!important;
}
.tapp-secondary-light-color,
.tapp-secondary-light-color h1,
.tapp-secondary-light-color h2,
.tapp-secondary-light-color h3,
.tapp-secondary-light-color h4,
.tapp-secondary-light-color h5,
.tapp-secondary-light-color p {
    color: #80D6CF!important;
}
.tapp-secondary-extra-light-color,
.tapp-secondary-extra-light-color h1,
.tapp-secondary-extra-light-color h2,
.tapp-secondary-extra-light-color h3,
.tapp-secondary-extra-light-color h4,
.tapp-secondary-extra-light-color h5,
.tapp-secondary-extra-light-color p {
    color: #BFEBE5!important;
}
.tapp-tertiary-color,
.tapp-tertiary-color h1,
.tapp-tertiary-color h2,
.tapp-tertiary-color h3,
.tapp-tertiary-color h4,
.tapp-tertiary-color h5,
.tapp-tertiary-color p {
    color: #E8C4B5!important;
}
.tapp-tertiary-light-color,
.tapp-tertiary-light-color h1,
.tapp-tertiary-light-color h2,
.tapp-tertiary-light-color h3,
.tapp-tertiary-light-color h4,
.tapp-tertiary-light-color h5,
.tapp-tertiary-light-color p {
    color: #EDE3DE!important;
}
.tapp-tertiary-extra-light-color,
.tapp-tertiary-extra-light-color h1,
.tapp-tertiary-extra-light-color h2,
.tapp-tertiary-extra-light-color h3,
.tapp-tertiary-extra-light-color h4,
.tapp-tertiary-extra-light-color h5,
.tapp-tertiary-extra-light-color p {
    color: #F9F6F4!important;
}
.tapp-status-warning-color,
.tapp-status-warning-color h1,
.tapp-status-warning-color h2,
.tapp-status-warning-color h3,
.tapp-status-warning-color h4,
.tapp-status-warning-color h5,
.tapp-status-warning-color p {
    color: #E88F7E!important;
}
.tapp-status-warning-light-color,
.tapp-status-warning-light-color h1,
.tapp-status-warning-light-color h2,
.tapp-status-warning-light-color h3,
.tapp-status-warning-light-color h4,
.tapp-status-warning-light-color h5,
.tapp-status-warning-light-color p {
    color: #FFF3EA!important;
}
.tapp-status-info-color,
.tapp-status-info-color h1,
.tapp-status-info-color h2,
.tapp-status-info-color h3,
.tapp-status-info-color h4,
.tapp-status-info-color h5,
.tapp-status-info-color p {
    color: #FDE39D!important;
}
.tapp-status-info-light-color,
.tapp-status-info-light-color h1,
.tapp-status-info-light-color h2,
.tapp-status-info-light-color h3,
.tapp-status-info-light-color h4,
.tapp-status-info-light-color h5,
.tapp-status-info-light-color p {
    color: #FCF5E1!important;
}

.tapp-status-error-color,
.tapp-status-error-color h1,
.tapp-status-error-color h2,
.tapp-status-error-color h3,
.tapp-status-error-color h4,
.tapp-status-error-color h5,
.tapp-status-error-color p {
    color: #F15643!important;
}

.tapp-status-error-light-color,
.tapp-status-error-light-color h1,
.tapp-status-error-light-color h2,
.tapp-status-error-light-color h3,
.tapp-status-error-light-color h4,
.tapp-status-error-light-color h5,
.tapp-status-error-light-color p {
    color: #FCF4EF!important;
}

.tapp-status-success-color,
.tapp-status-success-color h1,
.tapp-status-success-color h2,
.tapp-status-success-color h3,
.tapp-status-success-color h4,
.tapp-status-success-color h5,
.tapp-status-success-color p {
    color: #6DD400!important;
}

.tapp-status-success-light-color,
.tapp-status-success-light-color h1,
.tapp-status-success-light-color h2,
.tapp-status-success-light-color h3,
.tapp-status-success-light-color h4,
.tapp-status-success-light-color h5,
.tapp-status-success-light-color p {
    color: #F0FFF1!important;
}

.tapp-grey-dark-color,
.tapp-grey-dark-color h1,
.tapp-grey-dark-color h2,
.tapp-grey-dark-color h3,
.tapp-grey-dark-color h4,
.tapp-grey-dark-color h5,
.tapp-grey-dark-color p {
    color: #999599!important;
}

.tapp-dark-grey-custom-color,
.tapp-dark-grey-custom-color h1,
.tapp-dark-grey-custom-color h2,
.tapp-dark-grey-custom-color h3,
.tapp-dark-grey-custom-color h4,
.tapp-dark-grey-custom-color h5,
.tapp-dark-grey-custom-color p{
    color: #AAA6AA !important;
}

.tapp-grey-medium-color,
.tapp-grey-medium-color h1,
.tapp-grey-medium-color h2,
.tapp-grey-medium-color h3,
.tapp-grey-medium-color h4,
.tapp-grey-medium-color h5,
.tapp-grey-medium-color p {
    color: #D1D1D1!important;
}

.tapp-grey-light-color,
.tapp-grey-light-color h1,
.tapp-grey-light-color h2,
.tapp-grey-light-color h3,
.tapp-grey-light-color h4,
.tapp-grey-light-color h5,
.tapp-grey-light-color p {
    color: #F4F3F5 !important;
}

/*---- Colors Stylesheet ----*/
/*---- Background-Colors Stylesheet ----*/
.tapp-primary-bg-color {
    background: #003955;
}

.tapp-primary-light-bg-color {
    background: #C7E8F2;
}

.tapp-primary-extra-light-bg-color {
    background: #EAF6F7;
}

.tapp-secondary-bg-color {
    background: #09ABA9;
}

.tapp-secondary-light-bg-color {
    background: #80D6CF;
}

.tapp-secondary-extra-light-bg-color {
    background: #BFEBE5;
}

.tapp-tertiary-bg-color {
    background: #E8C4B5;
}

.tapp-tertiary-light-bg-color {
    background: #EDE3DE;
}

.tapp-tertiary-extra-light-bg-color {
    background: #F9F6F4;
}

.tapp-status-warning-bg-color {
    background: #E88F7E;
}

.tapp-status-warning-light-bg-color {
    background: #FFF3EA;
}

.tapp-status-info-bg-color {
    background: #FDE39D;
}

.tapp-status-info-light-bg-color {
    background: #FDF0CA;
}

.tapp-status-error-bg-color {
    background: #F15643;
}

.tapp-status-error-light-bg-color {
    background: #FCF4EF;
}

.tapp-status-success-bg-color {
    background: #6DD400;
}

.tapp-status-success-light-bg-color {
    background: #F0FFF1;
}

.tapp-grey-dark-bg-color {
    background: #999599;
}

.tapp-grey-medium-bg-color {
    background: #D1D1D1;
}

.tapp-grey-light-bg-color {
    background: #F4F3F5;
}

/*---- Background-Colors Stylesheet ----*/

/*---- width Stylesheet ----*/
.width-55 .elementor-image img {
    width: 55px;
    height: auto;
}
.width-50{
    width: 50%;
    margin: 0 auto;
}
/*---- width Stylesheet ----*/
.tecnologia-filtros-de-agua-para-grifo-section {
    background: transparent;
}
/*---- Slick-Slider Stylesheet ----*/
.logos-carrousel-wrap {
    background: transparent;
}
.logos-carrousel-wrap {
    background: transparent;
    display: inline-block !important;
    width: 100%;
    height: 100%;
}
.logos-carrousel-wrap .item-logo-slider {
    text-align: center;
    margin: 15px;
}
.logos-carrousel-wrap .item-logo-slider img {
    width: 100%;
    max-width: 200px;
    max-height: 80px;
    margin: 0 auto;
    object-fit: contain;
}
.logos-carrousel-wrap button.slick-prev {
    position: absolute;
    top: calc(100% + 18px) !important;
    left: 47.5%;
    transform: translateY(-50%);
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2020/05/back@3x.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logos-carrousel-wrap button.slick-prev:focus,
.logos-carrousel-wrap button.slick-prev:hover{
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/01/back@3x-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logos-carrousel-wrap button.slick-next {
    position: absolute;
    top: calc(100% + 18px) !important;
    left: 51.5%;
    transform: translateY(-50%);
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2020/11/forward-1.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logos-carrousel-wrap button.slick-next:focus,
.logos-carrousel-wrap button.slick-next:hover{
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/01/forward-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logos-carrousel-wrap button:before{
    display: none;
}
.slick-slider button.slick-arrow {
    background: transparent;
    top: 50%;
    padding: 0;
}
.slick-slider button.slick-arrow:before {
    display: none;
}
.tecnologia-filtros-de-agua-para-grifo-section.slick-slider button.slick-arrow {
    top: 100%;
    transform: unset;
}
.tecnologia-filtros-de-agua-para-grifo-section.slick-slider button.slick-arrow:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/es/wp-content/uploads/sites/11/2020/08/forward-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: rotate(-180deg);
}
.tecnologia-filtros-de-agua-para-grifo-section.slick-slider button.slick-arrow.slick-next:after {
    transform: rotate(0deg);
}
.tecnologia-filtros-de-agua-para-grifo-section.slick-slider button.slick-arrow.slick-next {
    right: 225px;
}
.tecnologia-filtros-de-agua-para-grifo-section.slick-slider button.slick-arrow.slick-prev{
    left: 225px;
}
.tecnologia-filtros-de-agua-para-grifo-section .slick-track {
    display: flex;
    align-items: center;
}
/*---- Slick-Slider Stylesheet ----*/

.product-feature-box-main-wrap {
    margin-bottom: 25px;
}


/*---- Product-feature-4 link Stylesheet ----*/

.text-decoration-underline-link a.elementor-button-link {
    color: #003955;
    background: transparent;
    background-color: transparent !important;
    position: relative;
    padding: 0;
    font-size: 15px;
    font-weight: bold !important;
    letter-spacing: 1.16px;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif !important;
}
.text-decoration-underline-link a.elementor-button-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #BFEBE5;
    z-index: 1;
}
.text-decoration-underline-link a.elementor-button-link:before {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(https://pre.tappwater.co/es/wp-content/uploads/sites/11/2021/01/branded-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.text-decoration-underline-link a.elementor-button-link:hover:before,
.tapp-product-cards-box:hover ~ .elementor-column .text-decoration-underline-link .elementor-widget-container a.elementor-button-link:before{
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/02/branded-arrow-right-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.text-decoration-underline-link a.elementor-button-link:hover:after,
.tapp-product-cards-box:hover ~ .elementor-column .text-decoration-underline-link .elementor-widget-container a.elementor-button-link:after{
    opacity: 0;
}

/*---- Product-feature-4 link Stylesheet ----*/

/*---- Select Stylesheet ----*/
select.selected-select {
    color: #ffffff;
}
/*---- Select Stylesheet ----*/

/*---- Comman link Stylesheet ----*/
.text-decoration-link-v2 {
    position: relative;
}
.text-decoration-link-v2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    bottom: 0;
}
.tapp-status-info-light-bg-color .text-decoration-link-v2:after{
    background: #003955;
}
.tapp-secondary-extra-light-bg-color .text-decoration-link-v2:after{
    background: #003955;
}
.text-decoration-link-v2:hover:after{
    opacity: 0;
}
.text-decoration-link-v2 {
    margin-left: 5px;
}
/* .text-decoration-link-v2:before {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(https://dev.tappwater.co/es/wp-content/uploads/sites/11/2021/02/branded-arrow-right-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */
/* .tapp-status-info-light-bg-color .text-decoration-link-v2:before{
    background: url(https://dev.tappwater.co/es/wp-content/uploads/sites/11/2021/02/branded-arrow-right-blue.svg);
}
.tapp-secondary-extra-light-bg-color .text-decoration-link-v2:before{
    background: url(https://dev.tappwater.co/es/wp-content/uploads/sites/11/2021/02/branded-arrow-right-blue.svg);
} */

/*---- Comman link Stylesheet ----*/


/*---- Comman-Countdown Stylesheet ----*/
.promo-banner-a .elementor-heading-title .ubuntu-font {
    font-size: 16px;
    font-style: italic;
}
.comman-countdown-wrap .uael-countdown-items-wrapper {
    max-width: 100% !important;
    margin: 0;
}
.comman-countdown-wrap .uael-countdown-items-wrapper .uael-item {
    margin: 0 3px !important;
    padding: 0 !important;
    height: auto !important;
    background-color: #003955;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-grow: unset;
}
.comman-countdown-wrap .uael-countdown-items-wrapper .uael-item .uael-countdown-item {
    width: auto !important;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    font-family: "Nunito Sans", Sans-serif;
    margin-bottom: 0 !important;
}
.tapp-status-info-light-bg-color .comman-countdown-wrap .uael-countdown-items-wrapper .uael-item {
    background: transparent;
}
.tapp-status-info-light-bg-color .comman-countdown-wrap .uael-countdown-items-wrapper .uael-item .uael-countdown-item, .tapp-status-info-light-bg-color .comman-countdown-wrap .uael-countdown-items-wrapper .uael-item .uael-item-label {
    color: #003955 !important;
}
.comman-countdown-wrap .uael-countdown-items-wrapper .uael-item .uael-item-label {
    width: auto !important;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    font-family: "Nunito Sans", Sans-serif;
    margin-bottom: 0 !important;
    margin-left: 6px;
    text-transform: lowercase;
}
.promo-banner-a .elementor-column .elementor-widget-wrap {
    display: flex;
    justify-content: center;
}
.promo-banner-a .elementor-column .elementor-widget-wrap .elementor-element {
    width: auto;
    margin: 0 8px;
}
.tapp-status-info-light-bg-color.promo-banner-a .uael-item {
    background: transparent;
}
.tapp-secondary-extra-light-bg-color.promo-banner-a .uael-item {
    background: transparent;
}
.tapp-status-info-light-bg-color.promo-banner-a .comman-countdown-wrap .uael-countdown-items-wrapper .uael-item span {
    color: #003955 !important;
}
.tapp-secondary-extra-light-bg-color.promo-banner-a .comman-countdown-wrap .uael-countdown-items-wrapper .uael-item span {
    color: #003955 !important;
}
/*---- Comman-Countdown Stylesheet ----*/




/*---- Comman-Faqs Stylesheet ----*/
.tapp-comman-faq-wrap{
    font-family: 'Nunito Sans', sans-serif !important;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item,
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item .elementor-tab-content{
    border: 0;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title.elementor-active,
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-content.elementor-active {
    background: #E6F7F7;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: none;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title {
    font-size: 18px;
    line-height: 26px;
    color: #003955;
    display: flex;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    position: relative;
    outline: 0;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title:after{
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width:24px;
    height: 24px;
    background:url('https://tappwater.co/en/wp-content/uploads/sites/13/2021/08/dropdown-up-new.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title:after{
    transform: rotate(0);
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title span:first-child {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.21px;
    line-height: 35px;
    display: inline-flex;
    width: 30px;
    font-family: 'Ubuntu', sans-serif !important;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding-top: 0;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title:hover span:last-child
/* ,.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title span:last-child */
{
    text-decoration: underline;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title {
    padding-bottom: 10px;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item {
    margin: 15px 0;
    border-radius: 4px;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item:first-child {
    margin-top:0;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item .elementor-tab-content p:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #003955;
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item .elementor-tab-content p:before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -5px;
    width: 15px;
    height: 15px;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/02/faq-dropdown-custom-other.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item:last-child p:before,
.tapp-comman-faq-wrap .elementor-accordion .elementor-accordion-item:last-child p:after {
    display: none;
}
/*---- Comman-Faqs Stylesheet ----*/

/*---- Comman-Icon-list Stylesheet ----*/
.point-listing-comman-wrap .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: 'Nunito Sans', sans-serif;
}
/*---- Comman-Icon-list Stylesheet ----*/

/*---- Img-border-radius Stylesheet ----*/

.img-border-radius img{
    border-radius: 13px;
}

/*---- Img-border-radius Stylesheet ----*/



/*---- Product-Card Stylesheet ----*/

.tapp-product-cards-box .elementor-widget-wrap {
    border-radius: 8px;
    padding: 0 24px 16px !important;
}
.tapp-product-cards-box.tapp-product-cards-box-one-bg .elementor-widget-wrap{
    background: #C7E8F2;
}
.tapp-product-cards-box .elementor-widget-wrap:hover,
.tapp-2-twist-card-hover.tapp-product-cards-box .elementor-widget-wrap,
.tapp-2-click-card-hover.tapp-product-cards-box .elementor-widget-wrap,
.tapp1-card-hover .tapp-product-cards-box .elementor-widget-wrap{
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 1px 6px 4px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.tapp-product-cards-box.tapp-product-cards-box-two-bg .elementor-widget-wrap{
    background: #BFEBE5;
}
.tapp-product-cards-box.tapp-product-cards-box-three-bg .elementor-widget-wrap{
    background: #EDE3DE;
}
.products-card-side-mas {
    position: absolute;
    top: -41px;
    left: -78px;
    transform: rotate(-45deg);
    color: #003955;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #fde39d;
    padding: 62px 15px 7px;
    width: 125px;
    font-family: 'Nunito Sans', sans-serif !important;
}
.tapp-product-cards-box .elementor-widget-wrap {
    overflow: hidden;
}
.tapp-product-cards-box .tapp-hover-img{
    opacity: 0;
    position: absolute;
    right: -50px;
    width: 315px;
    top: 0;
}
.tapp-product-cards-box .tapp-actual-img img{
    position: relative;
    top: 0;
    right: -15px;
}
.tapp-product-cards-box:hover .tapp-actual-img,
.tapp-product-cards-box.tapp-2-twist-card-hover .tapp-actual-img,
.tapp-product-cards-box.tapp-2-click-card-hover .tapp-actual-img,
.tapp-product-cards-box.tapp1-card-hover .tapp-actual-img{
    opacity: 0;
}
.tapp-product-cards-box:hover .tapp-hover-img,
.tapp-product-cards-box.tapp-2-twist-card-hover .tapp-hover-img,
.tapp-product-cards-box.tapp-2-click-card-hover .tapp-hover-img,
.tapp-product-cards-box.tapp1-card-hover .tapp-hover-img{
    opacity: 1;
}
.tapp-product-cards-box .tapp-hover-img img {
    width: 100%;
}
.text-top-sec-wrap .tapp-product-cards-box .tapp-hover-img img {
    top: -7px;
    position: relative;
}
.column-one-by-one-wrap > .elementor-container .elementor-row {
    flex-wrap: wrap;
}
.column-one-by-one-wrap > .elementor-container > .elementor-row > .elementor-column.elementor-col-50.elementor-inner-column {
    width: 100%;
}


/*---- Checkout-Form ----*/

.eco-woo-cart-page{
    background: linear-gradient(to left, #EAF6FD calc(45%), #ffffff 35%);
}
@media screen and (min-width:1880px){
    .woocommerce-cart-main-wrap{
            background: transparent !important;
    }
}
@media screen and (min-width:1200px) and (max-width:1280px){
    .eco-woo-cart-page {
        background: linear-gradient(to left, #EAF6FD calc(44%), #ffffff 35%);
    }
}
@media screen and (min-width:1200px) and (max-width:1400px){
    .eco-woo-cart-page{
        background: linear-gradient(to left, #EAF6FD calc(44%), #ffffff 35%);
    }
}
.checkout-main-step-two-page{
    position: relative;
}
.checkout-main-step-two-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    background: linear-gradient(to left, #f4f3f5 calc(42% + 17px ), #ffffff 35%);
    z-index: 1;
}
p.form-row label abbr.required {
    color: #003955 !important;
}
.pedidos-payment-details-row {
    display: flex;
    flex-wrap: wrap;
}
.pedidos-payment-details-row .pedidos-payment-details-col {
    width: 50%;
}
.checkout-main-step-two-page .elementor-container {
    z-index: 2;
}
.eco-woo-cart-page .elementor-container .elementor-column:first-child {
    /* background: #ffffff; */
    padding-left: 0;
}
.ecoprocompact-register-user-form .ecopro-register-user .custom-newui-new-filter-title {
    font-family: 'Ubuntu',sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 40px;
    margin-bottom: 24px;
    color: #003955;
}
.ecoprocompact-register-user-form .ecopro-register-user p.ecopro_login_user {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 25px;
    color: #003955;
    font-weight: 400;
}
.ecoprocompact-register-user-form .ecopro-register-user p.ecopro_login_user a {
    color: #09ABA9;
    font-weight: bold;
    letter-spacing: 0.54px;
    text-decoration: underline;
    margin-left: 5px;
}
.ecoprocompact-register-user-form .ecopro-register-user p.ecopro_login_user a:hover {
    text-decoration: none;
}
.ecoprocompact-register-user-form .ecopro-register-user form p label {
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16px;
    width: 100%;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.ecoprocompact-register-user-form .ecopro-register-user form p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.ecoprocompact-register-user-form .ecopro-register-user form p input {
    height: 40px;
    width: 300px;
    border: 1px solid rgba(117,117,117,0.5);
    border-radius: 4px;
    outline: 0;
}
.ecoprocompact-register-user-form .ecopro-register-user form p input:hover,
.ecoprocompact-register-user-form .ecopro-register-user form p input:focus{
    border-color:#80D6CF;
}
.ecoprocompact-register-user-form .ecopro-register-user form p input.errorCustomInputv2 {
    border-color:#F15643;
}
.ecoprocompact-register-user-form .ecopro-register-user button.btn.ecopro-register-user {
    height: 52px;
    width: 100%;
    border-radius: 8px;
    background-color: #F07582;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    outline: 0;
    margin-top: 16px !important;
}
.ecoprocompact-register-user-form .ecopro-register-user button.btn.ecopro-register-user.ecopro-disabled {
    background-color: #DBDBDB !important;
    color: #999599 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.ecoprocompact-register-user-form .ecopro-register-user button.btn.ecopro-register-user:hover {
    background-color: #FCE1E4;
    color: #003955;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms {
    margin-top: 16px;
    flex-wrap: nowrap;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 0;
}
.ecoprocompact-register-user-form div.ecopro-register-user {
    padding: 32px 48px 0 0;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms input {
    width: auto;
    height: auto;
    margin-right: 10px;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms label {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: lowercase;
    position: relative;
    top: -3px;
}
.woocommerce-cart-main-wrap .cart-empty {
    border: 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 26px;
    color: #003955;
    padding: 0;
    background: transparent !important;
}
.woocommerce-cart-main-wrap .return-to-shop .button {
    border-radius: 8px;
    background-color: #F07582;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    outline: 0;
    margin: 0;
    height: 52px;
    line-height: 30px;
}
.woocommerce-cart-main-wrap p.return-to-shop .button:hover {
    background-color: #FCE1E4 !important;
    color: #003955 !important;
}
.woocommerce-cart-main-wrap {
    height: auto;
    background: #EAF6FD;
    padding: 32px 48px 64px !important;
    border: 0 !important;
}
.woocommerce-cart-main-wrap .woocommerce-notices-wrapper .woocommerce-info {
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #003955 !important;
    margin-bottom: 15px;
}
.ecopro-registered-user {
    text-align: center;
    padding: 95px 0 50px;
}
.ecopro-registered-user p.user-login-email {
    margin-bottom: 9px;
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
.ecopro-registered-user .user-loginout a {
    color: #09ABA9;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.54px;
    line-height: 23px;
    text-decoration: underline;
}
.ecopro-registered-user .user-loginout a:hover{
    text-decoration: none;
}
.ecopro-registered-user .user-loginout {
    margin-bottom: 41px;
}
.ecopro-registered-user .continue-checkout-button {
    border-radius: 8px;
    background-color: #F07582;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    outline: 0;
    margin: 0;
    height: 52px;
    width: 300px;
    display: inline-block;
    line-height: 52px;
}
.tiktok-thankyou-section-wrap.woocommerce-order-received .checkout-main-step-two-page .elementor-container .elementor-container .elementor-container {
    max-width: 1140px !important;
}
.ecopro-registered-user .continue-checkout-button:hover {
    background-color: #FCE1E4 !important;
    color: #003955 !important;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title {
    color: #003955;
    font-family: "Nunito Sans" !important;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 24px;
    position: relative;
}

.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li:not(:last-child) {
    margin-bottom: 15px;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-right-item-img {
    margin-bottom: 16px;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-right-item-img .checkout-right-item-img {
    margin-bottom: 0;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-right-item-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-product-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.checkout-subscription-message-wrap {
    background: #FDF0CA;
    border-radius: 8px;
    width: 100%;
    padding: 16px 20px;
    margin-top: 16px;
}
.checkout-subscription-message-wrap .checkout-subscription-message-wrap {
    font-size: 16px;
}
.checkout-subscription-message-wrap .checkout-subscription-message-para-wrap {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #003955;
    font-family: "Nunito Sans" !important;
}
.checkout-product-title {
    position: relative;
}
.checkout-product-title .delete-product {
    position: absolute;
    bottom: 0;
    right: -31px;
}
.checkout-product-title .delete-product a.epc-cc-delete-product-btn-wrap.epc-cc-delete-product-btn-wrap-ES img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain;
}
.checkout-subscription-message-wrap .checkout-subscription-message-para-wrap span {
    font-weight: 700;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-product-title-wrap .checkout-product-title h4, .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-shipping-details .checkout-right-shipping-col h5 {
    color: #003955;
    font-family: "Nunito Sans" !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-product-title-wrap .checkout-product-title p {
    margin-bottom: 0;
    color: #003955;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-product-title-wrap .checkout-product-price p,
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-shipping-details .checkout-right-shipping-price p,
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-shipping-details .checkout-right-shipping-price label {
    color: #003955;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Nunito Sans";
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-shipping-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px 0 15px;
    /* border-bottom: 1px solid #003955;
    padding-bottom: 18px; */
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-total-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    border-top: 1px solid #003955;
    padding-top: 15px;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-total-wrap .checkout-right-total-col h5 {
    color: #003955;
    font-family: "Nunito Sans" !important;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-transform: uppercase;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-total-wrap .checkout-right-total-price p {
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 0;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-total-notice p,
.coupon.epc-cc-coupon-code-section-wrap label.epc-cc-coupon-code-label-section-wrap {
    margin-bottom: 0 !important;
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 18px !important;
    font-weight: 400 !important;
}
.checkout-right-toggle .icons-listing-visa-icon {
    margin-top: 21px;
    margin-bottom: 24.5px;
}
.icons-listing-visa-icon {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.icons-listing-visa-icon li {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
}
.icons-listing-visa-icon li .icons-listing-title {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.el-cartucho-faq-main-wrap .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
    margin-bottom: 0;
}
.icons-listing-visa-icon li .icons-listing-title img {
    width: 20px;
    margin-right: 5px;
}
.icons-listing-visa-icon li .icons-listing-title p {
    margin-bottom: 0;
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
.icons-listing-visa-icon li .icons-listing-text-wrapper img {
    width: 23px;
}
.checkout-product-price .cart_item_qty {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #003955;
}
.elementor-custom-heading .elementor-heading-title a {
    color: #003955;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.43px;
}
.elementor-custom-heading {
    margin-top: 20px;
}
.ecoprocompact-register-user-form span.su_error {
    width: auto;
    display: inline-block;
    padding: 1px 15px;
    background: red;
    margin-bottom: 15px;
}
.login-div p.login-submit input[type="submit"] {
    height: 52px;
    width: 300px;
    border-radius: 8px;
    background-color: #F07582;
    color: #FFFFFF !important;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.16px;
    line-height: 20px;
    text-align: center;
    border: 0 !important;
    outline: 0;
    margin-top: 8px;
}
.login-div p.login-submit input[type="submit"].ecopro-disabled {
    background-color: #DBDBDB !important;
    color: #999599 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.login-div p.login-submit input[type="submit"]:hover {
    background-color: #FCE1E4;
    color: #003955;
}
.ecoprocompact-register-user-form div.ecopro-register-user .login-div p.ecopro_login_user {
    margin-bottom: 8px;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title span.price-custom {
    display: none;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px;
    position: relative;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set {
    margin: 0 !important;
    padding: 0 48px 0 15px;
    width: 59% !important;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout h3#order_review_heading {
    display: none;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout div#order_review {
    width: 41%;
    padding: 32px 48px 32px!important;
    margin: 0 !important;
    border: 0;
}
.login-div-section-wrap.login-div .custom-newui-new-filter-title {
    margin-bottom: 40px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set h2.title {
    display: none;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
fieldset#wc-stripe-cc-form br {
    display: none;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields > h3,
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-additional-fields > h3,
.checkout-main-step-two-page div#payment h3.woocommerce-payment-lists {
    font-family: Ubuntu !important;
    font-size: 28px !important;
    font-weight: bold;
    letter-spacing: 0.21px !important;
    line-height: 42px;
    margin-bottom: 15px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #003955;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    color: #003955;
    font-family: 'Nunito Sans', sans-serif !important;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-additional-fields {
    margin-top: 12px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
    width: 50%;
    padding: 0 12px 15px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row#billing_address_1_field {
    width: 100%;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.form-row-first,
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.form-row-last {
    width: 50%;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row#billing_country_field{
    width: 100%;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods label[for="payment_method_stripe"] img {
    width: 25px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label, .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.form-row label{
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input,
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row select,
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-container .select2-selection--single,
.woocommerce-shipping-fields .shipping_address p.form-row input,
.woocommerce-shipping-fields .shipping_address p.form-row select,
.woocommerce-shipping-fields .shipping_address p.form-row .select2-container .select2-selection--single{
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    color: #003955;
    letter-spacing: 0;
    height: 48px;
    font-family: "Nunito Sans";
    font-size: 16px
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-container .select2-selection--single {
    height: 48px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    font-size: 16px;
    color: #003955;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-container .select2-selection--single span.select2-selection__arrow:after {
    content: "\f078";
    position: absolute;
    right: 13.8px;
    top: 0;
    font-size: 16px;
    color: #003955;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-container .select2-selection--single span.select2-selection__arrow b {
    display: none;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-container--open span.select2-selection.select2-selection--single {
    border: 1px solid #09ABA9 !important;
}
.tapp-custom-select2-dropdown.select2-container--open span.select2-dropdown {
    border-color: #09ABA9;
    font-family: "Nunito Sans", sans-serif !important;
    border-top: 1px solid #09ABA9;
}
.tapp-custom-select2-dropdown.select2-container--default .select2-results__option[data-selected=true] {
    background: #ffffff !important;
    position: relative !important;
    z-index: 9999;
}
.tapp-custom-select2-dropdown.select2-container--default .select2-results__option[data-selected=true]:after {
    content: "\f00c";
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 16px;
    color: #09ABA9;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/* .select2-container--open span.select2-dropdown span.select2-search.select2-search--dropdown {
    display: none;
} */
.tapp-custom-select2-dropdown.select2-container--open .select2-search.select2-search--dropdown {
    padding: 10px 10px 3px;
}
.tapp-custom-select2-dropdown.select2-container--open .select2-search.select2-search--dropdown input {
    border: 1px solid #C3C3C3;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    color: #6B6C6D;
    border-radius: 8px;
    outline: 0;
    box-shadow: unset;
}
.tapp-custom-select2-dropdown.select2-container--open span.select2-dropdown span.select2-results .select2-results__options {
    padding: 0 !important;
}
.tapp-custom-select2-dropdown.select2-container--open span.select2-dropdown span.select2-results .select2-results__options::-webkit-scrollbar {
    display: none;
}
.tapp-custom-select2-dropdown.select2-container--open span.select2-dropdown span.select2-results .select2-results__options {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tapp-custom-select2-dropdown.select2-container--open span.select2-dropdown span.select2-results .select2-results__option--highlighted[data-selected] {
    background: #ffffff;
    color:#003955;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}
.tapp-custom-select2-dropdown.select2-container--open span.select2-dropdown span.select2-results li {
    padding: 10px 16px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input:hover,
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input:focus,
.woocommerce-shipping-fields .shipping_address p.form-row input:hover,
.woocommerce-shipping-fields .shipping_address p.form-row input:focus{
    border-color:#80D6CF;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input.errorCustomInputv2,
.woocommerce-shipping-fields .shipping_address p.form-row input.errorCustomInputv2 {
    border-color:#F15643;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .col-1 {
    width: 100% !important;
}
.checkout-main-step-two-page div#payment {
    width: 30%;
    padding-bottom: 44px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods label[for="payment_method_stripe"] {
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data {
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    margin-bottom: 0;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data label[for="card-element"] {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.67px;
    line-height: 16px;
    margin-bottom: 3px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data div#stripe-card-element {
    margin: 0;
    font-family: "Nunito Sans" !important;
}
.checkout-main-step-two-page div#payment {
    width: 100%;
    padding: 0 15px 40px;
    display: inline-block;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields {
    padding-top: 32px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods label[for="payment_method_stripe"] {
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data p,
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data p a {
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
}
.checkout-main-step-two-page div#payment .woocommerce-terms-and-conditions-wrapper .form-row label .woocommerce-terms-and-conditions-checkbox-text,
.checkout-main-step-two-page div#payment .woocommerce-terms-and-conditions-wrapper .form-row label .woocommerce-terms-and-conditions-checkbox-text a {
    display: block;
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data ul.woocommerce-SavedPaymentMethods input {
    margin-right: 0;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data label[for="card-element"] {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.67px;
    line-height: 16px;
    margin-bottom: 3px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data div#stripe-card-element {
    margin: 0;
    font-family: "Nunito Sans" !important;
    height: 48px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data div#stripe-card-element br {
   /*// display: none;*/
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data div#stripe-card-element br {
    /*display: none;*/
}
.checkout-main-step-two-page div#payment .place-order button#place_order {
    height: 52px;
    width: 100%;
    border-radius: 8px;
    background-color: #F07582;
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    outline: 0;
}
.checkout-main-step-two-page div#payment .place-order button#place_order.ecopro-disabled {
    background-color: #D1D1D1 !important;
    color: #999599 !important;
    cursor: not-allowed;
}
.checkout-main-step-two-page div#payment .place-order button#place_order:hover {
    background-color: #FCE1E4;
    color: #003955;
}
.checkout-main-step-two-page div#payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 32px;
}
.checkout-main-step-two-page div#payment .woocommerce-terms-and-conditions-wrapper .form-row {
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 17px;
}
.checkout-main-step-two-page div#payment .woocommerce-terms-and-conditions-wrapper .form-row label input {
    margin-right: 9px;
    position: relative;
    top: 5px;
}
.checkout-main-step-two-page div#payment .woocommerce-terms-and-conditions-wrapper .form-row label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.payment_box.payment_method_stripe {
    margin-bottom: 0 !important;
}
.checkout-main-step-two-page div#payment .woocommerce-terms-and-conditions-wrapper .form-row label span.required {
    display: none;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-top: 0;
    /*position: absolute;*/
    top: 0;
    background: #ffffff;
    left: 15px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    background: transparent !important;
    padding: 0;
    border: 0;
    color: red;
    margin-bottom: 0;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error::before {
    display: none;
}
span#billing_state-description {
    color: #999599;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    display: block !important;
    margin-top: 4px;
}
/*---- Checkout-Form ----*/

/*---- YOTPO Star Custom Image Start ----*/
span.yotpo-icon.yotpo-icon-star.rating-star {
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/06/Star-full.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

span.yotpo-icon.yotpo-icon-half-star.rating-star {
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/06/Star-half.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

span.yotpo-icon.yotpo-icon-empty-star.rating-star {
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/06/Star-empty.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/*---- YOTPO Star Custom Image End ----*/




/*---- Order Confirm Start ----*/
.site-tapp-confirm-ordrer-text {
    padding: 48px 0 64px;
    background: #F6FBFD;
    position: relative;
}
.woocommerce-order-received .checkout-main-step-two-page {
    background: transparent;
}
.woocommerce-order-received .checkout-main-step-two-page .elementor-container {
    max-width: 100%;
}
.woocommerce-order-received .checkout-main-step-two-page .custom-container {
    max-width: 1140px;
    margin: 0 auto;
}
.woocommerce-order-received .checkout-main-step-two-page .custom-container .tapp-h5-title {
    margin-bottom: 8px;
}
.woocommerce-order-received .checkout-main-step-two-page .custom-container .tapp-paragraph-medium p {
    margin-bottom: 0;
}
.site-tapp-confirm-bottom-wrap {
    padding: 100px 0;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col {
    width: 50%;
    padding: 0 15px;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-h3-title h3 {
    margin-bottom: 21px;
    line-height: 51px;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-paragraph-large p span {
    display: block;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-paragraph-large p span {
    display: block;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img {
    display: inline-block;
    position: relative;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img img {
    width: 331px;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img .caption-text {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    position: absolute;
    bottom: -41px;
    right: -28px;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/01/tappwater-mask-copy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotate(-8deg);
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img .caption-text span {
    display: block;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img .caption-text:before {
    content: '';
    position: absolute;
    left: -30px;
    top: -35px;
    width: 100px;
    height: 60px;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/02/arrow-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(65deg);
}
.woocommerce-order-received .checkout-main-step-two-page .custom-container .tapp-paragraph-medium p {
    font-weight: bold;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img.d-mobile-none {
    display: inline-block;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img.d-desktop-none {
    display: none;
}
.site-tapp-confirm-ordrer-text .tapp-h5-title h5 .d-lg-block-desk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.site-tapp-confirm-ordrer-text .tapp-h5-title h5 .d-lg-block-desk .plastic_bottle_counter_header .jcw-digit-container {
    background: transparent;
    border: 0 !important;
    width: 17px !important;
}
.site-tapp-confirm-ordrer-text .tapp-h5-title h5 .d-lg-block-desk .plastic_bottle_counter_header .jcw-digit-container .jcw-digit {
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: 0.17px !important;
    line-height: 28px !important;
    color: #003955 !important;
    font-family: 'Ubuntu', sans-serif !important;
}
.site-tapp-confirm-ordrer-text .tapp-h5-title h5 {
    line-height: 36px;
}
.site-tapp-confirm-ordrer-text .tapp-h5-title h5 .d-lg-block-desk .plastic_bottle_counter_header .jcw-odometer-div {
    display: flex;
}
/*---- Order Confirm End ----*/


/*---- Footer Start ----*/
.footer-brand-logo .uael-grid-item:first-child img {
    width: 191px;
    height: 46px;
    object-fit: cover;
}
.footer-brand-logo .uael-grid-item:last-child img {
    width: 185px;
    height: 46px;
    object-fit: cover;
}
.footer-brand-logo .uael-grid-item {
    width: auto !important;
}
/*---- Footer End ----*/


.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms label a,
.checkout-main-step-two-page div#payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.woocommerce-terms-and-conditions-checkbox-text a {
    color: #003955 !important;
    text-decoration: underline;
    display: inline;
    position: relative;
    z-index: 99;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms label a:hover,
.checkout-main-step-two-page div#payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.woocommerce-terms-and-conditions-checkbox-text a:hover{
    text-decoration: none;
}
.checkout-main-step-two-page div#payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: block;
}
.checkout-main-step-two-page div#payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input#terms {
    position: absolute;
    top: 0;
}
.checkout-main-step-two-page div#payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:before {
    top: 5px;
    left: 3px;
}
a.epc-cc-remove-coupon-code-btn-wrap {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.43px;
    text-transform: capitalize;
    text-decoration: underline !important;
}
a.epc-cc-remove-coupon-code-btn-wrap:hover {
    text-decoration: none !important;
}
form.woocommerce-cart-form.checkout-right-toggle .checkout-right-shipping-price span.woocommerce-Price-amount.amount {
    font-weight: 400;
}
.first_section .right_section .img_right.no_mobile {
    text-align: right;
}
.first_section .right_section .img_right.no_mobile img {
    width: 69%;
}
@media screen and (max-width:767px){
    .tapp-product-cards-box-main-wrap > .elementor-container {
        flex-wrap: unset;
        display: block;
        overflow: auto;
    }
    .tapp-product-cards-box-main-wrap > .elementor-container > .elementor-row {
        flex-wrap: unset;
        width: 200%;
    }
    .tapp-en-product-cards-box-main-wrap-v2.tapp-product-cards-box-main-wrap > .elementor-container > .elementor-row {
        width: 100%;
    }
    .tapp-product-cards-box-main-wrap .elementor-container .elementor-row .tapp-product-cards-box {
        width: 33.33%;
    }
    .products-card-side-mas {
        font-size: 7px;
        line-height: 10px;
        letter-spacing: 0.47px;
        top: -45px;
        left: -87px;
        font-weight: 900;
    }
    .tapp-product-cards-box .tapp-hover-img {
        width: 100%;
        right: 0;
        top: -6px;
    }
    .tapp-product-cards-box .tapp-hover-img img {
        width: 80%;
    }
    .tapp-en-product-cards-box-main-wrap-v2.tapp-product-cards-box-main-wrap .tapp-product-cards-box .tapp-hover-img img {
        display: none;
    }
    .tapp-en-product-cards-box-main-wrap-v2.tapp-product-cards-box-main-wrap .tapp-product-cards-box .tapp-actual-img{
        opacity: 1;
    }
    .tapp-product-cards-box .elementor-widget-wrap {
        padding: 0 16px 11.54px !important;
        min-height: 277.14px;
    }
    .products-card-side-mas {
        font-size: 7px !important;
        font-weight: 900 !important;
        letter-spacing: 0.47px !important;
        line-height: 10px !important;
        top: -48px !important;
        left: -76px !important;
    }
    .elementor-712 .elementor-element.elementor-element-6ac7a3a {
        text-align: left !important;
    }
    .elementor-180375 .elementor-element.elementor-element-64f4746b .elementor-heading-title {
        text-align: left !important;
    }
    .elementor-174357 .elementor-element.elementor-element-3cc9e8f8 .elementor-heading-title {
        text-align: left !important;
    }
    .elementor-176545 .elementor-element.elementor-element-d64d667 .elementor-heading-title {
        text-align: left !important;
    }
}

/*---- Product-Card Stylesheet ----*/
.d-lg-block-desk {
    display: block;
}
.img-space-20 img{
    margin-bottom: 20px;
}
.img-space-10 img{
    margin-bottom: 10px;
}
.accordian-main-wrap .elementor-toggle .elementor-toggle-item .elementor-tab-title {
    padding-right: 25px !important;
}
.epc-header .menu>ul>li>a::before {
    background: #F07582;
    bottom: -5px;
}
.epc-header .menu>ul>li>a.epc_active:before{
    bottom: 13px;
    opacity: 1;
}
.epc-header .menu>ul>li>a {
    overflow: unset;
}
.icon-box-wrap figure.elementor-image-box-img {
    width: 100% !important;
}
.icon-box-wrap figure.elementor-image-box-img img {
    width: 114px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
    width: auto;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
}
.site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col a.elementor-button-link {
    padding: 16px 26px;
}
.plastic_bottle_counter_header {
    margin: 0 6px !important;
    display: block;
}
@media screen and (min-width:1300px){
    .mytapp-top-nav-bar .elementor-icon-box-wrapper {
        position: relative;
        right: -15px;
        top: 4px;
    }
    .mytapp-top-nav-bar.mytapp-epc-top-nav-bar .elementor-icon-box-wrapper {
        position: relative;
        right: -81px;
        top: 4px;
    }
}
@media screen and (min-width:1500px){
    .elementor-section.elementor-section-boxed>.elementor-container,
    .woocommerce-order-received .checkout-main-step-two-page .custom-container {
        /* max-width: 1366px !important; */
    }
    .elementor-203975 .elementor-element.elementor-element-aca7fc8>.elementor-container {
        max-width: 620px !important;
    }
    .elementor-178490 .elementor-element.elementor-element-4b0fbf19 > .elementor-container,
    .elementor-175349 .elementor-element.elementor-element-685de2f3>.elementor-container,
    .elementor-element-50e491a6 > .elementor-container {
        max-width: 290px !important;
    }
    .elementor-location-header .elementor-section.elementor-section-boxed>.elementor-container {
        /* max-width: 1366px !important; */
        justify-content: space-between;
    }
    .shape-wave-wrap.elementor-section.elementor-section-boxed>.elementor-container{
        max-width: 920px !important;
    }
    .nuestros-planes-listing-main-wrap.elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 722.15px !important;
    }
    /* main#main {
        min-height: 100vh;
    } */
    .page-id-198380 .tapp-h3-title h3 {
        font-size: 40px;
        line-height: 52px;
    }
    .custom-headerv2-main-wrap .elementor-row .elementor-element.elementor-element-54511175 {
        width: 38.999%;
    }
    .custom-headerv2-main-wrap .elementor-row .elementor-element.elementor-element-43089625 {
        width: 20.437%;
    }
    .elementor-179065 .elementor-element.elementor-element-a4645fd>.elementor-container {
        max-width: 410px !important;
    }
}
/*.woocommerce-order-received .checkout-main-step-two-page .elementor-container {
    width: 100%;
    max-width: 100% !important;
}*/
.subscribe-form input[type="email"]{
    color: #003955 !important;
}

@media screen and (min-height:1030px){
    .page.page-id-179781 {
        position: relative;
    }
    .page.page-id-179781 .footer-main-wrap-v2{
        position: fixed !important;
        width: 100%;
        bottom: 0;
        left: 0;
    }
}
@media screen and (min-width:1200px){
    ul.botellas-de-slider-wrap.slick-initialized.slick-slider.slick-dotted {
        width: 90% !important;
        margin: 0 auto;
    }
    .ellos-de-slider-wrap.botellas-de-slider-wrap.ellos-de-slider-wrap.slick-initialized.slick-slider.slick-dotted {
        width: 100% !important;
        padding: 0 28px;
    }
    .ellos-de-slider-wrap.botellas-de-slider-wrap.ellos-de-slider-wrap.slick-initialized.slick-slider.slick-dotted button.slick-prev.slick-arrow {
        left: 0;
    }
    .ellos-de-slider-wrap.botellas-de-slider-wrap.ellos-de-slider-wrap.slick-initialized.slick-slider.slick-dotted  button.slick-next.slick-arrow {
        right: 0;
    }
    .header-main-page-v2 > .elementor-container {
        padding: 0 16px;
    }
    .woocommerce-order-received .checkout-main-step-two-page .custom-container {
        padding: 0 16px;
    }
    .elementor-element-dc48bf3 .elementor-element-4aa41ae4 .elementor-container {
        padding: 0 16px;
    }
}
div#elementor-tab-content-1112 .main-customize-img-wrap-v2 {
    margin-top: 25px;
}

/*---- Heading Stylesheet For Mobile ----*/
@media screen and (max-width:1024px) {
    .tapp-h1-title h1 {
        font-size: 57px;
        letter-spacing: 0.19px;
        line-height: 47px;
    }
    .tapp-h2-title h2 {
        font-size: 30px;
        letter-spacing: 0.1px;
        line-height: 33px !important;
    }
    .tapp-h3-title h3 {
        font-size: 28px;
        letter-spacing: 0.2px;
        line-height: 32px;
    }
    .tapp-h4-title h4 {
        font-size: 28px;
        letter-spacing: 0.2px;
        line-height: 32px;
    }
    .tapp-h5-title h5 {
        font-size: 20px;
        letter-spacing: 0.14px;
        line-height: 24px;
    }
    .section-padding-60 {
        padding: 40px 10px;
    }
    .section-padding-32 {
        padding: 40px 10px;
    }
    .width-50{
        width: 100%;
    }
    .tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title {
        padding-right: 35px;
        align-items: flex-start;
    }
    .tapp-comman-faq-wrap .elementor-accordion .elementor-tab-title .elementor-accordion-title span:first-child {
        width: auto;
        margin-right: 10px;
    }
    .d-lg-block{
        display: block;
    }
    .center-align-button.text-decoration-underline-link a.elementor-button-link {
        left: -12.5px;
    }
    .tapp-br-none br{
        display: none;
    }
    .logos-carrousel-wrap button.slick-prev {
        left: 41%;
    }
    .logos-carrousel-wrap button.slick-next {
        left: 54%;
    }
    .logos-carrousel-main-wrap.section-padding-32{
        padding-left: 0;
        padding-right: 0;
    }
    .change-order-mobile .order-1 {
        order: 1;
    }
    .change-order-mobile .order-2{
        order: 2;
    }
    .promo-banner-a .elementor-column .elementor-widget-wrap .elementor-element {
        width: 100%;
        margin: 0;
    }
    .comman-countdown-wrap .uael-countdown-items-wrapper {
        align-items: center;
        justify-content: flex-start;
    }
    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 24px;
    }
    .comman-countdown-wrap .uael-countdown-items-wrapper .uael-item {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .promo-banner-a .elementor-heading-title .ubuntu-font{
        font-size: 14px;
    }
    .text-decoration-link-v2 {
        margin-left: 0;
        display: inline-block;
        margin-top: 6px;
    }
    .text-hide-from-desktop{
        display: none;
    }
    .eco-woo-cart-page .elementor-container {
        flex-direction: column-reverse;
    }
    .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap {
        height: 64px;
        overflow: hidden;
        padding: 20px 24px 48px !important;
    }
    .register-user {
        padding: 0 24px 0;
    }
    .ecoprocompact-register-user-form div.ecopro-register-user {
        padding: 24px 0 64px;
    }
    .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap.no-order-wrap .cart-empty.woocommerce-info.woocommerce-info {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .ecoprocompact-register-user-form .ecopro-register-user form p input,
    .ecoprocompact-register-user-form .ecopro-register-user form .agree-terms,
    .ecoprocompact-register-user-form .ecopro-register-user button.btn.ecopro-register-user {
        width: 100%;
    }
    .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap.main {
        height: auto;
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title.toggle:after {
        transform: rotate(180deg);
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        margin-bottom: 27px;
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-product-title-wrap .checkout-product-title {
        padding-right: 15px;
        width: 80%;
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title span.price-custom {
        margin-right: 30px;
        display: block;
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title:after {
        content: "\f078";
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title.toggle span.price-custom {
        display: none;
    }
    .ecoprocompact-register-user-form div.ecopro-register-user .login-div {
        padding: 0 30px;
    }
    .login-div p.login-submit input[type="submit"] {
        width: 100%;
    }
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout {
        margin: 0;
    }
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set {
        width: 100% !important;
        padding: 0 24px;
        order: 2;
    }
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout div#order_review {
        width: 100%;
        padding: 24px 24px 48px !important;
        height: 60px;
        overflow: hidden;
        order: 1;
    }
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout div#order_review.main {
        height: auto;
        z-index: 9;
    }
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .col-1 {
        width: 100% !important;
    }
    .checkout-main-step-two-page div#payment {
        padding: 0 30px 44px;
        width: 100%;
        order: 3;
    }
    .checkout-main-step-two-page div#payment .form-row.place-order {
        padding-bottom: 0 !important;
    }
    .checkout-main-step-two-page div#payment .place-order button#place_order {
        margin-bottom: 0;
    }
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.form-row-first,
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.form-row-last,
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
        width: 100%;
    }
    .eco-woo-cart-page, .checkout-main-step-two-page {
        background: #ffffff;
    }
    body, html {
        overflow-x: hidden !important;
    }
    .icon-box-wrap figure.elementor-image-box-img img {
        width: 84px;
    }
    .site-tapp-confirm-ordrer-text {
        padding: 48px 30px 39px;
    }
    .woocommerce-order-received .checkout-main-step-two-page .custom-container .tapp-h5-title {
        margin-bottom: 16px;
    }
    .woocommerce-order-received .checkout-main-step-two-page .custom-container .tapp-h5-title h5 {
        line-height: 30px;
    }
    .site-tapp-confirm-bottom-wrap {
        padding: 48px 30px 43px;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col {
        width: 100%;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row {
        flex-direction: column;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-h3-title h3 {
        line-height: 42px;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-paragraph-large p span {
        display: inline;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-paragraph-large p {
        line-height: 27px;
        margin-top: 40px;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img.d-mobile-none {
        display: none;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img.d-desktop-none {
        display: block;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img img {
        width: 228px;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img .caption-text {
        right: -35px;
        bottom: 0px;
    }
    .site-tapp-confirm-ordrer-text .tapp-h5-title h5 .d-lg-block-desk {
        flex-wrap: wrap;
    }
    .site-tapp-confirm-ordrer-text .tapp-h5-title h5 .d-lg-block-desk .plastic_bottle_counter_header .jcw-digit-container .jcw-digit {
        font-size: 20px !important;
    }
    .footer-brand-logo .uael-grid-item:first-child img {
        width: 144px;
        height: auto;
    }
    .footer-brand-logo .uael-grid-item:last-child img {
        height: auto;
        width: 139.8px;
    }

}

.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title span.price-custom i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -10px;
    left: unset;
    position: absolute;
    right: 27px;
}










/*--- EcoPro Compact Login/Signup/MyTAPP Start ---*/



.epc-mytapp-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 31px 0 94px;
}
.epc-mytapp-form-row .epc-mytapp-login {
    width: 60%;
    padding: 0 15px;
}
.epc-mytapp-form-row .epc-mytapp-right-text-wrap {
    width: calc(40% - 115px);
    padding: 0 15px;
    margin-right: 110px;
}
.epc-mytapp-login .custom-newui-new-filter-title {
    font-family: Ubuntu !important;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.21px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #003955;
}
.epc-mytapp-login form#loginform p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.epc-mytapp-login form#loginform p label {
    position: relative;
    font-family: "Nunito Sans";
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.67px;
    line-height: 16px;
    width: 100%;
    color: #003955 !important;
    text-transform: uppercase !important;
    margin-bottom: 3px !important;
    left: 0;
}
.epc-mytapp-login form#loginform p input {
    height: 40px;
    background: #ffffff;
    width: 300px;
    border: 1px solid #E6E5E6;
    border-radius: 4px;
    outline: 0;
    color: #003955 !important;
    font-family: "Nunito Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}
.mytapp-top-nav-bar .elementor-icon-box-icon .elementor-icon svg {
    display: block !important;
}
i.fas,
i.fa{
    font-style: normal !important;
}
.epc-mytapp-login form#loginform p input:hover,
.epc-mytapp-login form#loginform p input:focus{
    border-color: #80D6CF;
}
.epc-mytapp-login form#loginform p input.errorCustomInput{
    border-color: #F15643;
}
.epc-mytapp-login form#loginform p.login-submit input[type="submit"] {
    height: 52px;
    width: 300px;
    border-radius: 50px;
    background-color: #F07582;
    color: #FFFFFF !important;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    outline: 0;
}
.epc-mytapp-login form#loginform p.login-submit input[type="submit"]:hover{
    color: #003955 !important;
    background-color: #FCE1E4;
}
.epc-mytapp-login form#loginform p.login-submit input[type="submit"].epc-disabled {
    background-color: #D1D1D1 !important;
    color: #999599 !important;
    cursor: not-allowed;
}
a.lost-pass.text-center {
    margin-bottom: 15px;
    display: inline-block;
    color: #003955;
}
p.ecopro_login_user {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 8px;
    color: #003955;
}
p.ecopro_login_user a#customer-lost-password {
    color: #09ABA9;
    font-weight: bold;
    letter-spacing: 0.54px;
    text-decoration: underline;
}
p.ecopro_login_user a#customer-lost-password:hover {
    text-decoration: none;
}
.epc-mytapp-form-row .epc-mytapp-right-text-wrap h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    font-family: "nunito sans", sans-serif !important;
    margin-bottom: 16px;
    color: #003955;
}
.epc-mytapp-form-row .epc-mytapp-right-text-wrap ul li {
    color: #003955;
    font-family: "Nunito Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}
.epc-mytapp-form-row .epc-mytapp-right-text-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.epc-mytapp-form-row .epc-mytapp-right-text-wrap ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #003955;
    border-radius: 50%;
}
.epc-mytapp-form-row .epc-mytapp-right-text-wrap ul li a {
    color: #09ABA9;
    font-weight: bold;
    letter-spacing: 0.54px;
    text-decoration: underline;
}
.epc-mytapp-form-row .epc-mytapp-right-text-wrap .epc-mytapp-right-text-inner {
    background: #EAF6F7;
    padding: 36px 32px;
}
fieldset#field_3_10 .ginput_container.ginput_container_radio .gfield_radio .gchoice {
    position: relative;
    padding-bottom: 0;
    margin-right: 20px;
}
fieldset#field_3_10 .ginput_container.ginput_container_radio .gfield_radio .gchoice label {
    font-size: 15px;
    line-height: 22px;
    padding-left: 24px;
    position: relative;
}
fieldset#field_3_10 .ginput_container.ginput_container_radio .gfield_radio .gchoice label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #003955;
    border-radius: 50%;
    display: block;
}
fieldset#field_3_10 .ginput_container.ginput_container_radio .gfield_radio .gchoice label:before {
    content: '';
    position: absolute;
    top: 6.5px;
    left: 5.5px;
    display: block;
    width: 8px;
    height: 8px;
    background: #80D6CF;
    border-radius: 50%;
    opacity: 0;
}
fieldset#field_3_10 .ginput_container.ginput_container_radio .gfield_radio .gchoice input:checked ~ label:before {
    opacity: 1;
}
fieldset#field_3_10 .ginput_container.ginput_container_radio .gfield_radio .gchoice input:checked ~ label:after,
fieldset#field_3_10 .ginput_container.ginput_container_radio .gfield_radio .gchoice input:hover:after {
    border-color: #80d6cf;
}
.yotpo .yotpo-regular-box {
    padding: 0 0 22px !important;
}
.yotpo-custom-review .yotpo-regular-box .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .yotpo-filter-stars .yotpo-icon {
    width: 14px !important;
    height: 14px !important;
}
.custom-checkbox-wrap .custom-checkbox-first-column .custom-checkbox-first-wrapper .custom-checkbox-first-wrapper-text .crossing-text-wrap .desc-price-card {
    font-size: 12px;
    line-height: 16px;
    color: #6B6C6D;
    font-weight: 400;
    margin-top: 8px;
}
.fitra-de-agua-main-banner-wrap .bottom-line-items-wrapper .yotpo-star-distribution-wrapper {
    display: none;
}
.elementor[data-elementor-type="header"] .elementor-sticky--active {
    z-index: 9999 !important;
}
.fitra-de-agua-main-banner-wrap .bottom-line-items-wrapper .bottom-line-items {
    width: 100% !important;
    padding-right: 0 !important;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 54px !important;
}
.fitra-de-agua-main-banner-wrap .bottom-line-items-wrapper .bottom-line-items .avg-score.font-color-gray-darker {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
}
.fitra-de-agua-main-banner-wrap .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container {
    column-gap: 10px;
    width: 100%;
    display: flex;
}
.fitra-de-agua-main-banner-wrap .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container span.yotpo-filter-stars.rating-stars-container {
    width: auto;
    display: block;
    margin: 0;
}
.banner-slider .slider.slider-nav {
    padding: 5px 0 0 !important;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options li:not(:first-child) a.dd-option::after {
    display: none;
}

@media screen and (max-width:1024px) and (min-width:768px){
    .botellas-de-slider-wrap li .botellas-de-subtitle {
        min-height: 170px;
    }
    .checkout-main-step-two-page:after {
        display: none;
    }
    .checkout-main-step-two-page div#payment .place-order button#place_order {
        margin: 0;
    }
    .ecoprocompact-register-user-form .ecopro-register-user form p input,
    /* .ecoprocompact-register-user-form .ecopro-register-user form .agree-terms,
    .ecoprocompact-register-user-form .ecopro-register-user button.btn.ecopro-register-user, */
    .login-div p.login-submit input[type="submit"] {
        width: 300px;
    }
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.form-row-first,
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.form-row-last,
    .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
        width: 50%;
    }
    .epc-scf-confirmation-section .epc-scf-confirmation-section-inner .epc-scf-confirmation-section-continue-btn {
        padding-left: 10px;
    }
    .epc-scf-confirmation-section .epc-scf-confirmation-section-inner .epc-scf-confirmation-section-back-btn, .epc-scf-cancel-form-section .epc-scf-cancel-form-section-inner.epc-scf-cancel-radio-section-inner .mantener-btn-wrap {
        padding: 0 22px;
    }
    .elige-tu-purchase-overflow-inner .elige-tu-purchase-overflow-bottom-row .elige-tu-purchase-overflow-bottom-col .elige-tu-purchase-overflow-bottom-col-inner .suscribirse-link {
        width: 100% !important;
    }
}
@media screen and (max-width:767px) {
    .epc-mytapp-form-row {
        padding: 32px 30px 48px;
    }
    .epc-mytapp-form-row .epc-mytapp-login {
        width: 100%;
        padding-bottom: 54px;
    }
    .epc-mytapp-form-row .epc-mytapp-right-text-wrap {
        width: 100%;
        margin-right: 0;
    }
    .epc-mytapp-login .custom-newui-new-filter-title {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0.2px;
        line-height: 42px;
    }
    .la-solucion-main-wrap .elementor-container .elementor-column:first-child {
        order: 2;
        padding-bottom: 16px;
    }
    .la-solucion-main-wrap .elementor-container .elementor-column:last-child {
        order: 3;
    }
    .checkout-main-step-two-page:after {
        display: none;
    }
    .ellos-de-slider-wrap.botellas-de-slider-wrap.ellos-de-slider-wrap.slick-initialized.slick-slider.slick-dotted li.slick-slide {
        margin: 0;
    }
    .ellos-de-slider-wrap.botellas-de-slider-wrap.ellos-de-slider-wrap.slick-initialized.slick-slider.slick-dotted button.slick-prev.slick-arrow {
        left: calc(50% - 30px);
    }
    .ellos-de-slider-wrap.botellas-de-slider-wrap.ellos-de-slider-wrap.slick-initialized.slick-slider.slick-dotted  button.slick-next.slick-arrow {
        right: calc(50% - 30px);
    }

    .ellos-de-slider-wrap.botellas-de-slider-wrap.ellos-de-slider-wrap.slick-initialized.slick-slider.slick-dotted button.slick-arrow {
        top: 117%;
    }
    .change-order-mobile.site-hero-banner-main-wrap > .elementor-container.elementor-column-gap-no {
        align-items: flex-start;
        flex-direction: column;
    }
    .nuestros-planes-listing-main-wrap .nuestros-plans-box>.elementor-widget-wrap {
        padding-top: 30px !important;
    }
    .pedidos-payment-details-row .pedidos-payment-details-col {
        width: 100%;
    }
    .bottom-tetx-footer ul.elementor-icon-list-items.elementor-inline-items {
        flex-direction: column;
    }
    .custom-mobile-title {
        margin-top: -20px;
    }
    .custom-mobile-title .elementor-heading-title {
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        font-family: "Nunito Sans", Sans-serif !important;
    }
    .custom-mobile-title .elementor-widget-container {
        margin-bottom: 8px !important;
    }
    .tabbing-content2-wrap .tabbing-right-content2 {
        width: 50%;
        padding: 0 15px;
    }
}
/*--- EcoPro Compact Login/Signup/MyTAPP End ---*/
@media screen and (max-width:1024px) and (min-width:768px){
    .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
        margin-bottom: 0 !important;
    }
    .woocommerce-shipping-fields h3#ship-to-different-address {
        margin-bottom: 0 !important;
    }
    .woocommerce-page.woocommerce-checkout form #order_review {
        border: 0 !important;
        padding: 0 1em !important;
    }
    .woocommerce #customer_details h3#order_review_heading {
        padding: 0 1em 1.5em !important;
    }
    .woocommerce-page.woocommerce-checkout #payment #place_order {
        margin-left: 0;
        margin-top: 15px;
        width: auto;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col {
        width: 55%;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-paragraph-large p {
        margin-top: 77px;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img .caption-text {
        right: 89px;
        bottom: -48px;
    }
    .twwa_443_parent .twwa_443_left_product_list {
        width: 100% !important;
    }
    .twwa_443_parent .twwa_443_lef_cart_totals {
        width: 50% !important;
    }
    .twwa_443_parent {
        justify-content: flex-end;
    }
    .twwa_443_parent .twwa_443_lef_cart_totals .cart_totals table .cart-discount td {
        justify-content: space-between !important;
        font-size: 0 !important;
    }
    .twwa_443_parent .twwa_443_lef_cart_totals .cart_totals table .cart-discount td::before {
        font-size: 18px;
    }
    .twwa_443_parent .twwa_443_lef_cart_totals .cart_totals table .cart-discount td .woocommerce-remove-coupon {
        font-size: 18px;
    }
    .twwa_443_parent .twwa_443_lef_cart_totals table tbody tr span.woocommerce-Price-amount.amount {
        font-size: 18px;
    }
    .email-reminder-section-heading-wrap {
        padding-left: 0;
    }
    .email-reminder-section button {
        margin-left: 0;
    }
    .newsletters-y-pro-main-wrap .elementor-field-type-checkbox {
        margin-left: 18px !important;
    }
}

@media screen and (max-width:767px){
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img .caption-text {
        right: 29px;
        bottom: -48px;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .tapp-paragraph-large p {
        margin-top: 80px;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img.d-desktop-none a {
        position: relative;
    }
    .site-tapp-confirm-bottom-wrap .site-tapp-confirm-bottom-row .site-tapp-confirm-bottom-col .site-tapp-confirm-bottom-img .caption-text {
        bottom: -155px;
        right: -60px;
    }
    .elementor-178490 .elementor-element.elementor-element-4b0fbf19>.elementor-container,
    .elementor-173442 .elementor-element.elementor-element-3ac545fa>.elementor-container,
    .elementor-175349 .elementor-element.elementor-element-685de2f3>.elementor-container {
        max-width: 100%;
        padding: 0 15px;
    }
    .elementor-element.elementor-element-669185.elementor-widget.elementor-widget-template {
        margin-bottom: 0;
    }
    .elementor-location-footer {
        height: auto;
    }
    .elementor-203975 .elementor-element.elementor-element-6649085f .elementor-heading-title,
    .elementor-203975 .elementor-element.elementor-element-8b15243 .elementor-heading-title,
    .elementor-178490 .elementor-element.elementor-element-5f753913 .elementor-heading-title,
    .elementor-173442 .elementor-element.elementor-element-6cb20648 .elementor-heading-title,
    .elementor-175349 .elementor-element.elementor-element-340e59dc .elementor-heading-title{
        font-weight: bold !important;
    }
    .padding-5-row {
        padding: 0px !important;
    }
}


.tapp-alert-note span {
    color: #999599;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 18px;
    display: block;
    padding: 0 15px;
}
.tapp-alert-note span b {
    font-style: normal;
}
button#tif_submit_filter_type_v2.disabled{
    color: #AAA6AA;
    background: #ECEBED;
}
.custom-radions-buttons .elementor-form-fields-wrapper .elementor-field-subgroup .elementor-field-option {
    margin-bottom: 13px !important;
}
.child-text-microfiltracion {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.mobile-quiz-button a.home-comprar-ga-wrap.elementor-button-link.elementor-button {
    padding: 12px 0 !important;
}








/*---- Header Style For  ----*/


@media screen and (min-width:1024px){
    .menu-container.menu-container-en-de-it .menu-container-ul>li.productos-menu-wrap > ul {
        width: 614px !important;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul>li.productos-menu-wrap ul .updated-new-menu-main-wrap .updated-new-menu-col {
        width: 50%;
        padding-right: 24px;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul>li.productos-menu-wrap ul .updated-new-menu-main-wrap .updated-new-menu-right-col {
        width: 50%;
        padding-left: 24px;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul>li.productos-menu-wrap ul .updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-col {
        width: 100%;
        padding: 0;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul>li.productos-menu-wrap ul .updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-row {
        margin: 0;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul > li > ul,
    .menu-container.menu-container-es-updated .menu-container-ul > li > ul{
        padding: 48px !important;
    }
    .menu-container.menu-container-es-updated .menu-container-ul > li.funciona-menu-wrap > ul li {
        margin: 0 -15px;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul > li > ul li {
        margin: 0 -15px;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul>li.productos-menu-wrap > ul li{
        margin: 0;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul>li.productos-menu-wrap ul .updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-row a {
        width: 100%;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul > li > ul.tappwatter-displaynone.normal-sub li {
        margin: 0;
    }
    .menu-container.menu-container-en-de-it .menu-container-ul > li > ul.tappwatter-displaynone.normal-sub li a p {
        margin-bottom: 0;
    }
    .menu-container.menu-container-es-updated .updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-row {
        margin: 0 -4px;
    }
    .menu-container.menu-container-es-updated .updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-row .updated-new-menu-inner-col {
        padding: 0 4px;
    }
    .menu-container.menu-container-es-updated .updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-row .updated-new-menu-inner-col a {
        width: 100%;
        padding-bottom: 0;
    }
    .menu-container.menu-container-es-updated .updated-new-menu-main-wrap .updated-new-menu-main-wrap .updated-new-menu-right-col {
        padding-left: 48px !important;
    }
    .updated-new-menu-main-wrap .updated-new-menu-right-col .updated-new-menu-bottom-text {
        position: absolute;
        bottom: 0;
    }
    .updated-new-menu-main-wrap .updated-new-menu-right-col {
        position: relative;
    }
    .updated-new-menu-main-wrap .updated-new-menu-right-col ul {
        margin-top: 40px;
    }
    .updated-new-menu-main-wrap .updated-new-menu-right-col ul li {
        margin-bottom: 12px !important;
    }
}
.updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-row .updated-new-menu-inner-tag {
    font-size: 15px !important;
    line-height: 24px !important;
}

@media screen and (max-width:767px){
    .updated-new-menu-main-wrap .updated-new-menu-col .updated-new-menu-inner-row .updated-new-menu-inner-col .updated-new-menu-inner-col-inner {
        padding: 0 16px 16px !important;
    }
    .t2c-right-side-main-wrap .t2c-right-side-bottom-wrap {
        min-height: 126px;
    }
    .registrate-form-v2 .elementor-field-type-checkbox span.elementor-field-option {
        align-items: flex-start !important;
    }
    .registrate-form-v2 .elementor-field-type-checkbox span.elementor-field-option input {
        margin-top: 3px !important;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .elementor-heading-title br {
        display: none;
    }
}
@media screen and (min-width:1024px){
    .logged-in .elementor-181653 .elementor-element.elementor-element-3fd5c52 {
        width: 36.434%;
    }
    .logged-in .elementor-181653 .elementor-element.elementor-element-2640a0a {
        width: 38%;
    }
    body:not(.logged-in) .elementor-181653 .elementor-element.elementor-element-2640a0a {
        width: 38%;
    }
    body:not(.logged-in) .elementor-181653 .elementor-element.elementor-element-3fd5c52 {
        width: 36.434%;
    }
    li.blog-menu-wrap-nuestra-mission2 a.blog-menu-wrap-nuestra-mission-link {
        padding: 13.5px 0 !important;
    }
}
@media screen and (max-width:1024px){
    li.blog-menu-wrap-nuestra-mission2 a.blog-menu-wrap-nuestra-mission-link {
        padding: 13.5px 0 !important;
    }
    .comman-tappwater-button-wrap.button-bg-custom-red.comman-tappwater-button-wrap.button-bg-custom-red-v2.mobile-quiz-button {
        margin-top: 32px;
    }
    .nav-mobile-menu-logged-in-user li {
        padding: 8px 0;
        margin-bottom: 0;
    }
    .nav-mobile-menu-logged-in-user {
        padding-bottom: 14px;
    }
    ul.menu-container-ul {
        margin-top: 17.5px;
    }
}
@media screen and (max-width:1600px) and (min-width:1300px){
    .elementor-181653 .elementor-element.elementor-element-745c023 {
        width: 193.97px !important;
    }
    /* .elementor-181653 .elementor-element.elementor-element-3fd5c52 {
        width: 32% !important;
    } */
}
.woocs_amount_custom_price::after {
    display: none;
}



.tapp-badge-main-wrap-v2 {
    position: absolute;
    right: 0;
    top: -92px;
    width: 112px !important;
    height: 112px !important;
    text-align: center;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/11/Mancha-01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(25deg);
}
.tapp-badge-main-wrap-v2 .tapp-badge-main-wrap {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #003955;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}
.tapp-badge-main-wrap-v2:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 92px;
    width: 52px;
    height: 28px;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2021/11/Arrow-02-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(75deg) scaleX(-1);
}
.dimensiones-main-wrapper .elementor-accordion-item {
    border: 0;
    border-bottom: 1px solid #003955;
}
@media screen and (max-width:767px) {
    .tapp-badge-main-wrap-v2 {
        top: -50px;
        right: -15px;
    }
    .tapp-badge-main-wrap-v2:after {
        transform: rotate(0deg) scaleX(1);
    }
    .term-jarra-filtrante-pitcherpro .elementor-element-c3adc8f,
    .term-filtro-agua-grifo-sostenible-ecopro .elementor-element-c3adc8f,
    .page-id-175951 .elementor-element-9e54d5 {
        display: none;
    }
}
.cart_item_qty {
    float: right;
}


@media screen and (max-width: 1024px){
    .mytapp-top-nav-bar .elementor-icon-box-wrapper {
        margin: 0 !important;
    }
    .mytapp-top-nav-bar-logged-in {
        background: #e5f4f2;
        padding-top: 23px;
    }
    .logged-in section.elementor-section.elementor-top-section.elementor-element.elementor-element-629ba823 {
        padding-top: 44px;
    }
    .mytapp-top-nav-bar-logged-in span.elementor-icon-box-title a {
        display: inline-block !important;
    }
    .mytapp-top-nav-bar-logged-in span.elementor-icon-box-title a .my-tapp-text {
        display: block;
        width: 100%;
    }
    .mytapp-top-nav-bar-logged-in .elementor-icon-box-icon {
        display: none !important;
    }
    body:not(.logged-in) .elementor-element-629ba823 {
        padding-top: 23px !important;
    }
}
.dialog-type-lightbox {
    z-index: 999999 !important;
}













/*---- Start Common FormStyle ----*/

.tapp-comman-form-wrap input:not([type="radio"]) {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #C3C3C3 !important;
    border-radius: 8px !important;
    outline: 0 !important;
}
.tapp-comman-form-wrap input::placeholder{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6B6C6D;
}
.tapp-comman-form-wrap input:focus,
.tapp-comman-form-wrap input:hover{
    border-color: #09ABA9 !important;
}
.tapp-comman-form-wrap .tapp-form-active:not([type="radio"]){
    border: 1px solid #003955 !important;
}
.tapp-comman-form-wrap input.error-input-wrap,
.tapp-comman-form-wrap .error-input-wrap input,
.tapp-comman-form-wrap textarea.error-input-wrap,
.tapp-comman-form-wrap .error-input-wrap textarea,
.tapp-comman-form-wrap .error-input-wrap.tapp-form-active:not([type="radio"]){
    border-color: #E36E60 !important;
}
.tapp-comman-form-wrap p label, .tapp-comman-form-wrap label {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}
.ecoprocompact-register-user-form .ecopro-register-user form .agree-terms label {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 0px !important;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-shipping-details.coupon-promoalert {
    margin-top: 1px;
    margin-bottom: 0;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-shipping-details-coupon-section.coupon-promoalert {
    margin-bottom: 14.5px;
    margin-top: -10px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row#billing_postcode_field .woocommerce-input-wrapper input {
    width: 169px !important;
}
.checkout-main-step-two-page div#payment .payment_box.payment_method_stripe {
    background-color: transparent !important;
    padding: 0;
}
.checkout-main-step-two-page div#payment .payment_box.payment_method_stripe::before {
    display: none;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li label {
    margin: 0 !important;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li input#wc-stripe-payment-token-new {
    margin-right: 7px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout #billing_phone_field .wwt-phone-validation,
.form-validation-text-wrap {
    font-size: 12px;
    line-height: 16px;
    color: #6B6C6D;
    font-family: "Nunito Sans" !important;
    margin-bottom: 0 !important;
    margin-top: 3.83px;
    font-weight: 400;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout #billing_phone_field .error-input-wrap:after{
    top: -6px;
    right: 13px;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row#billing_address_1_field .error-input-wrap:after,
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row#billing_address_2_field .error-input-wrap:after{
    top: -8px;
    right: 13px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token {
    margin-bottom: 5px;
}
.register-emailid.error-input-wrap::after,
.register-password.error-input-wrap::after,
.register-repeat-password.error-input-wrap::after,
.login-username.error-input-wrap::after,
.login-password.error-input-wrap::after {
    bottom: unset;
    top: 37px;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-product-title-wrap .checkout-product-price .cart_item_qty {
	float: unset;
	margin-top: -24px;
	text-align: right;
	position: relative;
}
@media screen and (max-width:1024px){
    .mytapp-cart-empty-wrap .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap {
        height: auto;
    }
    .mytapp-cart-empty-wrap .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap .cart-empty {
        padding: 0 !important;
        display: flex;
        justify-content: center;
    }
    .mytapp-cart-empty-wrap .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap .elementor-element .woocommerce {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mytapp-cart-empty-wrap .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap .elementor-element .woocommerce p.return-to-shop {
        margin-bottom: 0;
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title span.price-custom bdi {
        font-size: 18px;
    }
    body:not(.logged-in) .middle-mobile-menu-wrap {
        margin-top: 75px;
    }
    span.yotpo-icon.yotpo-icon-star.rating-star,
    span.yotpo-icon.yotpo-icon-half-star.rating-star,
    span.yotpo-icon.yotpo-icon-empty-star.rating-star {
        margin: 0 4px;
    }
    .yotpo-main-star-csutm a.text-m {
        margin-left: 8px;
        font-weight: 700 !important;
    }
}
@media screen and (max-width:767px){
    .ecoprocompact-register-user-form .ecopro-register-user .custom-newui-new-filter-title{
        font-size: 28px;
        line-height: 32px;
    }
    .elige-pitchpro-anual-main-wrap .main-customize-img-wrap-v2 a {
        width: 100%;
        text-align: center;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-23b94e5.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
        display: none;
    }
    .slider-for .video-thumb:after {
        display: none;
    }
    .yotpo.yotpo-main-widget .yotpo-review .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-main-widget .list-category .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-main-widget .bottom-line-items .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-main-widget .radio-label .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-comment .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-main-widget .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-main-widget .standalone-bottomline .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-lightbox-product .yotpo-icon, .yotpo.embedded-widget .yotpo-review .yotpo-review-stars .yotpo-icon, .yotpo.embedded-widget .list-category .yotpo-filter-stars .yotpo-icon, .yotpo.embedded-widget .bottom-line-items .yotpo-filter-stars .yotpo-icon, .yotpo.embedded-widget .radio-label .yotpo-filter-stars .yotpo-icon, .yotpo.embedded-widget .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .yotpo.embedded-widget .yotpo-comment .yotpo-review-stars .yotpo-icon, .yotpo.embedded-widget .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .yotpo.embedded-widget .standalone-bottomline .yotpo-icon, .yotpo.embedded-widget .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .yotpo.embedded-widget .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .yotpo.embedded-widget .yotpo-lightbox-product .yotpo-icon, .yotpo.yotpo-modal .yotpo-review .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-modal .list-category .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-modal .bottom-line-items .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-modal .radio-label .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-modal .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-modal .yotpo-comment .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-modal .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-modal .standalone-bottomline .yotpo-icon, .yotpo.yotpo-modal .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .yotpo.yotpo-modal .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-modal .yotpo-lightbox-product .yotpo-icon, .yotpo.bottomLine .yotpo-review .yotpo-review-stars .yotpo-icon, .yotpo.bottomLine .list-category .yotpo-filter-stars .yotpo-icon, .yotpo.bottomLine .bottom-line-items .yotpo-filter-stars .yotpo-icon, .yotpo.bottomLine .radio-label .yotpo-filter-stars .yotpo-icon, .yotpo.bottomLine .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .yotpo.bottomLine .yotpo-comment .yotpo-review-stars .yotpo-icon, .yotpo.bottomLine .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .yotpo.bottomLine .standalone-bottomline .yotpo-icon, .yotpo.bottomLine .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .yotpo.bottomLine .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .yotpo.bottomLine .yotpo-lightbox-product .yotpo-icon, .yotpo.yotpo-reviews-carousel .yotpo-review .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .list-category .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .bottom-line-items .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .radio-label .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .yotpo-comment .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .standalone-bottomline .yotpo-icon, .yotpo.yotpo-reviews-carousel .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .yotpo.yotpo-reviews-carousel .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-reviews-carousel .yotpo-lightbox-product .yotpo-icon, .mobile-filters-modal .yotpo-review .yotpo-review-stars .yotpo-icon, .mobile-filters-modal .list-category .yotpo-filter-stars .yotpo-icon, .mobile-filters-modal .bottom-line-items .yotpo-filter-stars .yotpo-icon, .mobile-filters-modal .radio-label .yotpo-filter-stars .yotpo-icon, .mobile-filters-modal .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .mobile-filters-modal .yotpo-comment .yotpo-review-stars .yotpo-icon, .mobile-filters-modal .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .mobile-filters-modal .standalone-bottomline .yotpo-icon, .mobile-filters-modal .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .mobile-filters-modal .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .mobile-filters-modal .yotpo-lightbox-product .yotpo-icon{
        width: 14px !important;
        height: 14px !important;
    }
    .yotpo .standalone-bottomline.star-clickable, .yotpo .standalone-bottomline .star-clickable {
        align-content: center !important;
        align-items: center !important;
    }
}





.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container,.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-select {
    width: 100% !important;
    font-family: "Nunito Sans", Sans-serif;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-select {
    background: transparent !important;
    border: 1px solid #003955;
    border-radius: 8px;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper {
    margin-bottom: 16px;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-select .dd-selected {
    padding: 12px 16px;
    display: block;
    line-height: normal;
    width: 100%;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-select .dd-selected label {
    font-size: 16px;
    line-height: 24px;
    color: #003955;
    font-weight: 700;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-select .dd-selected  small.dd-selected-description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #003955;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-select span.dd-pointer {
    border: 0 !important;
    top: 24px;
    right: 16px;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-select span.dd-pointer:after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #003955;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: normal;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options {
    width: 100% !important;
    border: 1px solid #09ABA9;
    position: absolute !important;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options .dd-option {
    background: transparent !important;
    border-bottom: 1px solid #09ABA9;
    padding: 12px 35px 12px 16px;
    display: block;
    line-height: normal;
    position: relative;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options .dd-option .dd-option-text {
    font-size: 16px;
    line-height: 24px;
    color: #003955;
    font-weight: 700;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options .dd-option .dd-option-description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #003955;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options li:last-child .dd-option {
    border: 0;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options .dd-option .dd-option-description span {
    background: #fce1e4;
    color: #db4958;
    position: absolute;
    right: 38px;
    top: 13px;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    padding: 6px;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none!important;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper .dd-container .dd-options .dd-option:after {
    content: "\f078";
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 16px;
    color: #003955;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: normal;
}
.custom-checkbox-wrap .ecopro-compact-main-product.wrapper {
    z-index: 999 !important;
}
.woocommerce h2.elementor-heading-title.elementor-size-medium {
    margin-bottom: 0 !important;
}
.menu-mobile-newheader21-wrap>ul>li.header21-menu-open-wrap>a:after {
    transform: translateY(-50%) rotate(179deg)!important;
}

.my-tapp-toast-section-wrap {
    position: relative;
    border-top: 4px solid #43b388;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 0 12px 40px;
}
.my-tapp-toast-section-wrap:after {
    content: "\f058";
    position: absolute;
    left: 11px;
    top: 11px;
    font-size: 16px;
    color: #43b388;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.tapp-gallery-image-item-wrap .elementor-image-gallery .gallery-icon img {
    margin: 0;
}
.tapp-gallery-image-item-wrap .elementor-image-gallery figure.gallery-item {
    width: auto;
}
@media screen and (min-width:1025px){
    .fitra-de-agua-main-banner-wrap .bottom-line-items .avg-score {
        position: absolute !important;
        left: 98px !important;
        top: -4px !important;
    }
    .fitra-de-agua-main-banner-wrap .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .reviews-qa-labels-container {
        margin-left: 30px;
    }
    .yotpo-custom-review .yotpo-regular-box .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .reviews-qa-labels-container .reviews-qa-label{
        top: -5px;
    }
}




.yotpo-filter-main-wrap {
    display: flex;
    align-items: center
}
.yotpo-filter-main-wrap .yotpo-filter-star-list-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
    column-gap: 8px
}
.yotpo-filter-main-wrap .yotpo-filter-star-list-wrap ul li i {
    color: #f0ad4e;
    font-size: 12.5px;
}
.yotpo-filter-main-wrap h4 {
    margin: 0 8px;
    font-size: 16px;
    font-family: nunito sans, sans-serif !important;
    font-weight: 400 !important
}
.yotpo-filter-main-wrap a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #09aba9;
    text-decoration: underline;
    font-family: nunito sans, sans-serif !important
}
.yotpo-filter-main-wrap a:hover {
    text-decoration: none
}

@media screen and (max-width:767px) {
    .yotpo-filter-main-wrap {
        justify-content: flex-end !important;
    }
    .yotpo-filter-main-wrap .yotpo-filter-star-list-wrap {
        margin-right: 8px
    }
    .tapp-gallery-image-item-wrap .elementor-image-gallery figure.gallery-item {
        width: 50%;
    }
}





.site-calculate-plan-main-wrap .dd-container {
    width: 540px !important;
    margin: 0 auto 16px;
    font-family: 'Nunito Sans', sans-serif !important;
    position: relative;
}
.site-calculate-plan-main-wrap .dd-container .dd-select {
    width: 100% !important;
    border: 1px solid #003955;
    border-radius: 8px;
    background: transparent !important;
}
.site-calculate-plan-main-wrap .dd-container .dd-select .dd-selected {
    padding: 12px 16px;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.site-calculate-plan-main-wrap .dd-container .dd-select .dd-selected .dd-selected-text, .site-calculate-plan-main-wrap .dd-container .dd-options a.dd-option .dd-option-text {
    font-size: 16px;
    line-height: 24px;
    color: #003955;
    display: block;
    width: 100%;
    font-weight: 700;
}
.site-calculate-plan-main-wrap .dd-container .dd-select .dd-selected .dd-selected-description, .site-calculate-plan-main-wrap .dd-container .dd-options a.dd-option .dd-option-description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #003955;
}
.site-calculate-plan-main-wrap .dd-container .dd-select .dd-pointer.dd-pointer-down {
    display: none;
}
.site-calculate-plan-main-wrap .dd-container .dd-select .dd-selected:after {
    content: "\f078";
    position: absolute;
    right: 14px;
    top: 16px;
    font-size: 16px;
    color: #003955;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: normal;
}
.site-calculate-plan-main-wrap .dd-container .dd-options {
    width: 100% !important;
    border: 1px solid #09ABA9;
    position: absolute !important;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
}
.site-calculate-plan-main-wrap .dd-container .dd-options a.dd-option {
    background: transparent !important;
    border-bottom: 1px solid #09ABA9;
    padding: 12px 35px 12px 16px;
    display: block;
    line-height: normal;
    position: relative;
    text-align: left;
}
.site-calculate-plan-main-wrap .dd-container .dd-options a.dd-option.dd-option-selected:after {
    content: "\f078";
    position: absolute;
    right: 14px;
    top: 16px;
    font-size: 16px;
    color: #003955;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: normal;
}
.site-calculate-plan-main-wrap .dd-container .dd-options li:last-child a.dd-option {
    border-bottom: 0;
}
.site-calculate-plan-loader-wrap {
    position: relative;
}
.site-calculate-plan-loader-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003955;
    opacity: 0.5;
    z-index: 99999999;
}
.site-calculate-plan-loader-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 35px;
    z-index: 99;
    animation: spin 1s ease-in-out infinite;
    background: url(images/loader.svg) center center;
    background-size: cover;
    text-align: center;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}


@media screen and (max-width:767px){
    .site-calculate-plan-main-wrap .dd-container {
        width: 100% !important;
    }
}



.__epc_clf_msw_inner h5 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}
.p-32 {
    padding: 32px;
}
.__epc_clf_msw_inner .__epc_clf_msw_inner_sub #__epc_clf_msw_inner_pause_button,
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section input {
    background: #09ABA9;
    border: 2px solid #09ABA9;
    border-radius: 24px;
    padding: 10px 21px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-top: 24px;
    font-weight: 500;
}
.__epc_clf_msw_inner .__epc_clf_msw_inner_sub #__epc_clf_msw_inner_pause_button:hover,
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section input:hover {
    background: #ffffff;
    color: #09ABA9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.__epc_clf_msw_inner .__epc_clf_msw_inner_sub .tapp-paragraph-large {
    margin-bottom: 8px;
}
.banner-slider .slider.slider-for, .banner-slider .slider.slider-nav {
    width: 100%;
    display: inline-block;
    background: transparent;
    background-color: transparent;
    opacity: 1;
}
.__epc_clf_msw_inner.__epc_clf_msw_inner_pause_section {
    margin-bottom: 64px;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub {
    background: #F6F6F6;
}
.__epc_clf_msw_inner .__epc_clf_msw_inner_sub .__epc_clf_msw_inner_cancellation_section .tapp-paragraph-large {
    margin-bottom: 32px;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input{
    position: relative;
    margin-bottom: 16px;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input input,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input label,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input label {
    position: relative;
    padding-left: 20.66px;
    font-family: "Nunito Sans", sans-serif !important;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input label:after,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #AAA6AA;
    border-radius: 50%;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input label:before,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    background: #80D6CF;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 0;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input input:checked ~ label:before,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input input:checked ~ label:before {
    opacity: 1;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input input:checked ~ label:after,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input input:checked ~ label:after,
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_input input:hover ~ label:after,
.__epc_clf_msw_inner_cancellation_section .__clf_form_input input:hover ~ label:after {
    border: 1px solid #003955;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_textarea {
    margin-top: 40px;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_textarea .tapp-paragraph-large {
    font-family: "Nunito Sans", sans-serif !important;
    display: inline-block;
    width: 100%;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_textarea textarea {
    width: 100%;
    height: 54.67px;
    resize: none;
    border: 1px solid #E5E5E5;
    overflow: auto;
    border-radius: 4px;
    margin-bottom: 31.52px;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section input {
    margin: 0;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section .__epc_clf_msw_submission_section_cancel_subs_link {
    cursor: pointer;
    margin-left: 16px;
    color: #003955;
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
.link-disabled{
    color: #6B6C6D !important;
    cursor: not-allowed !important;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section .__epc_clf_msw_submission_section_cancel_subs_link:hover {
    text-decoration: none;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .tapp-paragraph-large {
    margin-bottom: 32px;
}
.__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_first_child_option {
    padding-left: 22px;
}
.__epc_clf_msw_inner_sub.tapp-primary-extra-light-bg-color.p-32.__epc_clf_msw_inner_sub_disabled {
    background: #EAEAEA;
}
.__epc_clf_msw_inner_sub.tapp-primary-extra-light-bg-color.p-32.__epc_clf_msw_inner_sub_disabled input#__epc_clf_msw_inner_pause_button {
    pointer-events: none;
    background: #C3C3C3;
    border-color: #C3C3C3;
    color: #6B6C6D;
}
.my-tapp-toast-section-wrap {
    position: relative;
    border-top: 4px solid #43b388;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 0 12px 40px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.my-tapp-toast-section-wrap:after {
    content: "\f058";
    position: absolute;
    left: 11px;
    top: 11px;
    font-size: 16px;
    color: #43b388;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.my-tapp-toast-section-wrap.toast-error {
    border-color: #D04838;
}
.my-tapp-toast-section-wrap .link-epc-toast-cancel {
    position: absolute;
    right: 15px;
    top: 11px;
}
.my-tapp-toast-section-wrap .link-epc-toast-cancel i {
    color: #003955;
}
.epc_clf_status_box {
    font-family: 'Nunito Sans', sans-serif;
    padding: 16px;
    margin-bottom: 26px;
    border-radius: 4px;
}
.epc_clf_status_box h4 {
    color: #003955;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Nunito Sans', sans-serif !important;
    margin-bottom: 12px;
}
.epc_clf_status_box p {
    font-size: 14px;
    line-height: 17px;
}
.epc_clf_cancel_status {
    background: #EAEAEA;
}
.epc_clf_status_box p a {
    color: #003955;
    font-weight: 700;
    text-decoration: underline;
}
.epc_clf_status_box p a:hover,.epc_clf_status_box p a:focus {
    text-decoration: none;
}
.epc_clf_pending_status {
    background: #FDF0CA;
}
.my-tapp-toast-section-wrap.toast-error::after {
    content: "\f057";
    color: #D04838;
}
.my-tapp-toast-section-wrap.toast-warning {
    border-color: #EFC556;
}
.my-tapp-toast-section-wrap.toast-warning::after {
    content: "\f071";
    color: #EFC556;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .custom_list_main_wrap .content-like-porximo-pago-wrap .tapp-comman-content-wrap p:nth-child(2) {
    margin-bottom: 4px;
}

div#payment.ecoprocompact-checkout-page h3.woocommerce-payment-lists {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    margin-bottom: 40px !important;
}
div#payment.ecoprocompact-checkout-page .wc_payment_method label[for="payment_method_stripe"] {
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
    margin-bottom: 32px !important;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data > p {
    display: none;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row {
    padding: 0;
    margin: 0 0 16px;
}
.checkout-main-step-two-page div#payment .payment_box.payment_method_stripe {
    margin-top: 0 !important;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .wc-stripe-elements-field {
    width: 100%;
    margin: 0;
    font-family: "Nunito Sans" !important;
    height: 48px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    padding: 0 16px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .stripe-card-group {
    width: 265px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data div#stripe-card-element .__PrivateStripeElement {
    position: relative;
    top: 15px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .wc-stripe-elements-field .__PrivateStripeElement {
    position: relative;
    top: 14px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(2),
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(3) {
    width: auto;
    float: left;
    margin-right: 24px;
}
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(2) .wc-stripe-elements-field,
.checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(3) .wc-stripe-elements-field {
    width: 106px;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-right-item-img .checkout-product-price {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
.woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-right-item-img .checkout-product-price p {
    color: #003955;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Nunito Sans";
    position: relative;
    bottom: -6px;
}

.wc-sale-discount-price {
    font-size: 16px !important;
    font-weight: 400;
    margin-right: 5px;
    position: relative;
}


.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap .tapp-h5-title h5 {
    font-size: 32px !important;
    line-height: 40px !important;
    margin-bottom: 40px;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap .epc-payment-icons-title-wrap {
    margin-bottom: 32px;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap form#add_payment_method .woocommerce-PaymentMethods.payment_methods.methods {
    padding: 0 !important;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row {
    margin-bottom: 16px;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row label {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #003955 !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row .stripe-card-group {
    width: 265px;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row  .wc-stripe-elements-field {
    margin: 0 !important;
    font-family: "Nunito Sans" !important;
    height: 48px !important;
    border: 1px solid #c3c3c3 !important;
    border-radius: 8px !important;
    width: 100% !important;
    padding: 0 16px !important;
    background: transparent !important;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row .wc-stripe-elements-field .__PrivateStripeElement {
    position: relative;
    top: 15px;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row.form-row-first,
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row.form-row-last {
    width: 106px;
    float: left;
    margin-right: 24px;
}

.woocommerce-SavedPaymentMethods-saveNew {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
.woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
    width: 15px !important;
    height: 15px !important;
    position: relative;
}
p.woocommerce-SavedPaymentMethods-saveNew label {
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
.checkout-main-step-two-page div#payment .payment_box.payment_method_stripe {
    margin-bottom: 10px !important;
}

.woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method:checked:after {
    content: "\f00c";
    width: 15px !important;
    height: 15px !important;
    display: block;
    position: absolute;
    background-color: #003955;
    color: #fff !important;
    border-radius: 3px;
    font-family: "Font Awesome 5 free";
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-SavedPaymentMethods-saveNew:hover #wc-stripe-new-payment-method,
.woocommerce-SavedPaymentMethods-saveNew:hover .tapp-form-active:not([type="radio"]) {
    border-color: #09ABA9 !important;
}
.wc-stripe-new-payment-method:hover {
    border-color: #09ABA9 !important;
}
/* fieldset .woocommerce-SavedPaymentMethods-saveNew {
    display: none !important;
} */
fieldset {
    border: none !important;
    padding: 0 !important;
}

@media screen and (max-width:767px){
    .p-32 {
        padding: 24px;
    }
    .__epc_clf_msw_inner.__epc_clf_msw_inner_pause_section {
        margin-bottom: 48px;
    }
    /* .__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .tapp-paragraph-large {
        margin-bottom: 8px;
    } */
    .__epc_clf_msw_inner .__epc_clf_msw_inner_sub #__epc_clf_msw_inner_pause_button{
        margin-top: 16px;
    }
    .__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_textarea{
        margin-top: 24px;
    }
    .__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_textarea textarea {
        margin-bottom: 32px;
    }
    .__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section input {
        margin-bottom: 24px;
    }
    .__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section .__epc_clf_msw_submission_section_cancel_subs_link {
        margin: 0;
        display: block;
        text-decoration: underline !important;
    }
    .__epc_clf_msw_inner_cancellation_section .__epc_clf_msw_inner_sub .__epc_clf_msw_submission_section .__epc_clf_msw_submission_section_cancel_subs_link:hover {
        text-decoration: none !important;
    }
    .site-proximo-main-sec-wrap{
        text-align: center;
    }
    .site-proximo-main-sec-wrap .site-proximo-main-inner-wrap .site-proximo-main-checkbox{
        text-align: left;
    }
    .yotpo-filter-main-wrap .yotpo-filter-star-list-wrap ul {
        column-gap: 6px !important;
    }
    /* .yotpo-filter-main-wrap {
        justify-content: flex-start !important;
    } */
    .checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .stripe-card-group {
        width: 100%;
    }
    .checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(2),
    .checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(3) {
        width: 50%;
        margin-right: 0;
    }
    .checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(2) .wc-stripe-elements-field,
    .checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(3) .wc-stripe-elements-field {
        width: 100%;
    }
    .checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(2) {
        padding-right: 12.5px;
    }
    .checkout-main-step-two-page div#payment ul.wc_payment_methods div#stripe-payment-data .form-row:nth-child(3) {
        padding-left: 12.5px;
    }
    .wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap .tapp-h5-title h5 {
        font-size: 28px !important;
        line-height: 32px !important;
        margin-bottom: 24px !important;
    }
    .wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row .stripe-card-group {
        width: 100%;
    }
    .wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row.form-row-first,
    .wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row.form-row-last {
        width: 50%;
        margin-right: 0;
    }
    .wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row.form-row-first {
        padding-right: 12.5px !important;
    }
    .wc-custom-tab-main-wrap .woocommerce-MyAccount-content .epc-add-payment-main-wrap div#payment .form-row.form-row-last {
        padding-left: 12.5px !important;
    }
}



.radio-btn-main-wrapper>label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #003955;
    margin-bottom: 8px;
    font-family: "Nunito Sans", Sans-serif;
}
.radio-btn-main-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    column-gap: 8px;
}
.radio-btn-main-wrapper ul li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.radio-btn-main-wrapper {
    margin-bottom: 30px;
}
.radio-btn-main-wrapper ul li {
    position: relative;
}
.radio-btn-main-wrapper ul li span {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #EAEAEA;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 10%);
    position: relative;
    cursor: pointer;
    border:1px solid #EAEAEA;
}
.radio-btn-main-wrapper ul li span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
}
.radio-btn-main-wrapper ul li:first-child span:after {
    background: linear-gradient(90deg, #D4D4D4 0%, #A9A9A9 100%);
}

.radio-btn-main-wrapper ul li:hover span,
.radio-btn-main-wrapper ul li input:checked~span {
    border-color: #80D6CF !important;
}
.radio-btn-main-wrapper ul li .border-color-wrap~span {
    border-color: #80D6CF;
}

/* .tapp-two-click-filtro-de-agua-main-wrapper>.elementor-container>.elementor-row>.elementor-column:nth-child(2){
    overflow: auto;
}
.tapp-two-click-filtro-de-agua-main-wrapper>.elementor-container>.elementor-row>.elementor-column:nth-child(2)::-webkit-scrollbar {
    display: none;
}

.tapp-two-click-filtro-de-agua-main-wrapper>.elementor-container>.elementor-row>.elementor-column:nth-child(2)::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.tapp-two-click-filtro-de-agua-main-wrapper>.elementor-container>.elementor-row>.elementor-column:nth-child(2)::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
} */

.checkout-product-title .color {
    font-weight: 700;
    padding-bottom: 8px;
}
.mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li {
    padding: 23.5px 24px !important;
}
.mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-title {
    width: 35% !important;
}
.mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-title a {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-date {
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 20% !important;
}
.mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-process {
    font-size: 16px !important;
    font-weight: bold !important;
    width: 30% !important;
}
.mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-price {
    font-weight: bold !important;
}

.main-listing-section .heading-titles-status {
    display: flex;
}
.main-listing-section .heading-titles-status h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
}
.main-listing-section .heading-titles-status p {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.main-listing-section .pedidos-date-process-wrap p {
    font-size: 16px !important;
}
.main-listing-section .pedidos-pack-details h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}
.main-listing-section .pedidos-pack-details .selected-color {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
}
.main-listing-section .pedidos-pack-details p:last-child {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}
.main-listing-section .pedidos-pack-details p:last-child span {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}
.main-listing-section .pedidos-pack-details p:last-child {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}
.main-listing-section .pedidos-pack-details p:last-child span {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}
.main-listing-section .pedidos-envío-details h5,
.main-listing-section .pedidos-envío-details p{
    font-size: 16px !important;
}
.main-listing-section .pedidos-pack-total h4 {
    font-size: 24px !important;
    line-height: 32px !important;
}
.main-listing-section .pedidos-pack-total .custom-order-total-amount p {
    font-size: 24px !important;
    font-weight: 700 !important;
}
.common-main-section h2 a {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.banner-slider .slider.slider-for ul.slick-dots li.video-slick-dots:after {
    content: "\f04b";
    position: absolute;
    left: 1px;
    top: -5px;
    font-size: 10px;
    color: #ecebed;
    font-family: "font awesome 5 free";
    font-weight: 900;
}
.banner-slider .slider.slider-for ul.slick-dots li.video-slick-dots.slick-active::after {
    color: #003955;
    font-size: 12px;
}
.mytapp-subscription-detail-back-cta{
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    position: relative;
    padding-left: 20px;
}
.mytapp-subscription-detail-back-cta:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(https://tappwater.co/es/wp-content/uploads/sites/11/2020/05/back@3x.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.banner-section.gray-section.common {
    display: none;
}
#mytapp-epc-pause-flow-level-2-wrap h1 {
    line-height: 28px;
    margin-bottom: 24px;
}
#mytapp-epc-pause-flow-level-2-wrap .tapp-on-hold-subscription-notes p:first-child {
    margin-bottom: 16px;
}
.tapp-badge-main-wrap-v2.tapp-badge-main-wrap-v2-custom-da.bg-wrap-inner {
    width: 150px !important;
    right: 0px !important;
    top: -110px !important;
}

@media screen and (max-width:767px){
    .popup-scrollbar-wrap .compara-popup-camparision-sliderbar-wrap.slidecontainer {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-title {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
    .mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-process {
        margin-bottom: 24px !important;
        width: 100% !important;
    }
    .mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li .tappwater-subscription-relacionados-date{
        width: 50% !important;
        text-align: left;
        margin-bottom: 0 !important;
    }
    .mytapp-custom-orders-list-main-wrap .tappwater-subscription-relacionados ul li{
        padding: 16px !important;
    }
    .pedidos-main-content-wrap.main-listing-section {
        border: 1px solid #ecebed !important;
        padding: 12px !important;
    }
    .main-listing-section .heading-titles-status h4 {
        font-size: 18px !important;
    }
    .main-listing-section .heading-titles-status p {
        font-size: 14px !important;
    }
    .main-listing-section .pedidos-pack-details p:last-child {
        font-size: 16px !important;
    }
    .radio-btn-main-wrapper {
        margin-bottom: 18px !important;
    }
    .tapp-badge-main-wrap-v2.tapp-badge-main-wrap-v2-custom-da.bg-wrap-inner {
        width: 150px !important;
        right: -20px !important;
        top: 20px !important;
    }
    .checkout-right-col-wrap .epc-cc-coupon-code-section-wrap .epc-cc-coupon-code-input-btn-section-wrap button#epc-cc-apply-coupon-code-btn-section-wrap,
    .checkout-right-col-wrap .epc-cc-coupon-code-section-wrap .epc-cc-coupon-code-input-btn-section-wrap .epc-cc-coupon-code-input-para-wrap{
        width: calc(50% - 3px) !important;
    }
    .checkout-right-col-wrap .epc-cc-coupon-code-section-wrap .epc-cc-coupon-code-input-btn-section-wrap {
        column-gap: 6px;
    }
    .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-details ul li .checkout-product-title-wrap .checkout-product-title{
        width: 100%;
    }
    input.slider.compara-popup-camparision-sliderbar-input-wrap{
        width: calc(100% - 48px) !important;
        display: block;
        margin: 10px auto !important;
    }
    .compara-popup-camparision-sliderbar-wrap.slidecontainer{
        width: 100% !important;
    }
    /* .elige-tu-purchase-overflow-scroll .elige-tu-purchase-overflow-inner{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .elige-tu-purchase-overflow-scroll{
        padding-left: 24px !important;
        padding-right: 24px !important
    } */
    .page-id-240004 .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap,
    .page-id-215842 .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap,
    .page-id-240000 .eco-woo-cart-page .elementor-container .woocommerce-cart-main-wrap{
        height: auto !important;
    }
    .page-id-240004 .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title:after,
    .page-id-215842 .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title:after,
    .page-id-240000 .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title:after {
        display: none;
    }
    .page-id-240004 .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title span.price-custom,
    .page-id-215842 .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title span.price-custom,
    .page-id-240000 .woocommerce-cart-main-wrap .checkout-right-col-wrap .checkout-right-title span.price-custom {
        display: none !important;
    }
    .page-id-240004 .checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout div#order_review {
        height: auto;
    }


}
.modal-popup-header-wrap{
    position: relative;
    z-index: 9;
}
.checkout-right-col-wrap .epc-cc-coupon-code-section-wrap .epc-cc-coupon-code-input-btn-section-wrap input#epc_cc_coupon_code{
    background: transparent !important;
}
.checkout-right-col-wrap .epc-cc-coupon-code-section-wrap .epc-cc-coupon-code-input-btn-section-wrap button#epc-cc-apply-coupon-code-btn-section-wrap.ecopro-disabled{
    background-color: transparent !important;
    color: #80D6CF !important;
    border-color: #80D6CF !important;
}
/*.banner-section.gray-section.coommon {
    display: none;
}*/
.elementor-page-249080 .banner-section.gray-section.coommon,
.elementor-page-248915 .banner-section.gray-section.coommon,
.elementor-page-70637 .banner-section.gray-section.coommon,
.elementor-page-250388 .banner-section.gray-section.coommon,
.elementor-page-185938 .banner-section.gray-section.coommon,
.elementor-page-70913 .banner-section.gray-section.coommon,
.elementor-page-250054 .banner-section.gray-section.coommon,
.elementor-page-186720 .banner-section.gray-section.coommon,
..elementor-page-70328 .banner-section.white-section.coommon,
.elementor-page-179789 .banner-section.gray-section.coommon,
.elementor-page-176531 .banner-section.gray-section.coommon,
.elementor-page-237532 .banner-section.gray-section.coommon,
.elementor-page-179954 .banner-section.gray-section.coommon,
.elementor-page-179664 .banner-section.gray-section.coommon {
    display: block;
}
.elementor-page-250388 .banner-section.white-section.coommon,
.elementor-page-249080 .banner-section.white-section.coommon,
.elementor-page-248915 .banner-section.white-section.coommon,
.elementor-page-70637 .banner-section.white-section.coommon,
.elementor-page-185938 .banner-section.white-section.coommon,
.elementor-page-70913 .banner-section.white-section.coommon,
.elementor-page-250054 .banner-section.white-section.coommon,
.elementor-page-186720 .banner-section.white-section.coommon,
.elementor-page-70328 .banner-section.white-section.coommon,
.elementor-page-179789 .banner-section.white-section.coommon,
.elementor-page-176531 .banner-section.white-section.coommon,
.elementor-page-237532 .banner-section.white-section.coommon,
.elementor-page-179954 .banner-section.white-section.coommon,
.elementor-page-179664 .banner-section.white-section.coommon {
    display: none;
}
.banner-section.coommon .banner-slider .slick-track {
    width: 4005px !important;
}
.slider-banner-image._clas_for_slick_slider_sbi3.slick-slide.slick-current.slick-active {
    width: 445px !important;
}
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content .custom_list_main_wrap .tappwater-subscription-listing-wrap .tappwater-subscription-cancel-wrap .__clf_cursor_pointer:last-child{
    color: #003955;
}
.__suscripcion_anual_main_wrap_info_box_on_hold{
    background-color: #FDF0CA !important;
}
.tabbing-wrap-inner {
    flex-direction: column !important;
}
.slider-for11 {
    margin-bottom: 9px;
}
@media screen and (max-width:430px){
    .slider-banner-image._clas_for_slick_slider_sbi3.slick-slide.slick-current.slick-active {
        width: 377px !important;
    }
}
@media screen and (max-width:390px){
    .slider-banner-image._clas_for_slick_slider_sbi3.slick-slide.slick-current.slick-active {
        width: 327px !important;
    }
}
@media screen and (max-width:360px){
    .slider-banner-image._clas_for_slick_slider_sbi3.slick-slide.slick-current.slick-active {
        width: 312px !important;
    }
}


.secondwidget .yotpo .yotpo-display-wrapper .yotpo-stars-and-sum-reviews span.sr-only {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    z-index: 999;
    clip: unset !important;
    overflow: unset !important;
    white-space: unset;
    clip-path: unset;
    margin: 0 8px 0 2px !important;
    font-size: 15px;
    font-family: nunito sans, sans-serif !important;
    font-weight: 400 !important;
    color: #003955;
}
.mytapp-status-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 0;
}
.mytapp-status-new span.stock-status-new {
    color: #8942a6;
    font-family: nunito sans,Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.mytapp-status-new .stock-status-qty {
    color: #003955;
    font-family: "Nunito Sans",Sans-serif;
    font-size: 12px;
    line-height: 32px;
    font-weight: 700;
}
.mytapp-status-new span.stock-status-new.mytapp-instock {
    color: #6dd400;
}
@media screen and (min-width:1300px) and (max-width:1500px){
    .checkout-main-step-two-page:after {
        background: linear-gradient(to left, #EAF6FD calc(41% + 30px ), #ffffff 35%) !important;
    }
}
@media screen and (min-width:1025px) and (max-width:1299px){
    .checkout-main-step-two-page:after {
        background: linear-gradient(to left, #EAF6FD calc(41% + 17px ), #ffffff 35%) !important;
    }
}

/* Mobile popup scrollbar css */
input.slider.compara-popup-camparision-sliderbar-input-wrap::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40% !important;
    height: 8px !important;
    background: #C3C3C3 !important;
    cursor: pointer;
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
    border: 0 !important;
}

input.slider.compara-popup-camparision-sliderbar-input-wrap::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40% !important;
    height: 8px !important;
    background: #C3C3C3 !important;
    cursor: pointer;
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
    border: 0 !important;
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 100%;
    height: 8px !important;
    background: #F8F8F8 !important;
    outline: none;
    box-shadow: unset !important;
    border-radius: 50px;
}


.new-mytapp-my-filter-card {
    border: 1px solid #ECEBED;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 0px 0px rgb(0 0 0 / 0%);
    border-radius: 5px;
    display: flex;
    align-items: start;
    padding: 24px;
    column-gap: 24px;
    margin-bottom: 8px;
}
.new-mytapp-my-filter-card .new-mytapp-my-filter-img {
    width: 136px;
}
.new-mytapp-my-filter-card .new-mytapp-my-filter-img img{
    border-radius: 16px;
}
.new-mytapp-my-filter-card .new-mytapp-my-filter-card-detail {
    width: calc(100% - 160px);
}
.new-mytapp-my-filter-card-detail .new-mytapp-my-filter-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.new-mytapp-my-filter-title-box .new-mytapp-my-filter-newui-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #003955;
}
.new-mytapp-my-filter-title-box p {
    background: #67CAA4;
    color: #fff;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-align: center;
}
.mytapp-new-filter-heading{
    margin-bottom: 26px;
    margin-top: 14px;
}
.new-mytapp-my-filter-card-detail .new-mytapp-my-filter-newui-info-box {
    margin-bottom: 8px;
}
.new-mytapp-my-filter-card-detail .new-mytapp-my-filter-newui-info-box p {
    font-size: 16px;
    line-height: 24px;
}
.new-mytapp-my-filter-card-detail .new-mytapp-my-filter-newui-reset-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-mytapp-my-filter-card-detail .new-mytapp-my-filter-newui-reset-box .new-mytapp-edit-filter {
    text-decoration: underline;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}
.new-mytapp-my-filter-card .new-mytapp-remove-filter {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #003955;
    font-family: 'Ubuntu', sans-serif;
    border: 2px solid #003955;
    padding: 6px 8px;
    border-radius: 10px;
}
.new-mytapp-my-filter-card .m-new-mytapp-remove-filter {
    display: none;
}

a.new-my-tapp-add-filter {
    opacity: 1;
    color: rgba(0,57,85,1);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: underline;
}
.new-my-tapp-related-product-main {
    background: #FDF0CA;
    padding: 20px 24px 23px;
    margin-top: 24px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 16px;
    border-radius: 8px;
}
.new-my-tapp-related-product-main .my-tapp-upsell-product-img {
    width: 120px;
}
.new-my-tapp-related-product-main .my-tapp-upsell-product-data {
    width: calc(100% - 136px);
}
.new-my-tapp-related-product-main .my-tapp-upsell-product-img img {
    width: 100%;
    border-radius: 0;
}
.new-my-tapp-related-product-main .my-tapp-upsell-product-cart-mobile{
    display: none;
}

.my-tapp-upsell-product-data .my-tapp-upsell-product-info h2 {
    margin-bottom: 0;
    width: calc(100% - 20px);
    text-align: left;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px;
    line-height: 24px;
}

.my-tapp-upsell-product-data .my-tapp-upsell-product-info .close-upsell-product-sec {
    font-size: 24px;
    color: #003955;
    line-height: 0;
}

.my-tapp-upsell-product-data .my-tapp-upsell-product-info p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    width: 100%;
    padding-right: 30px
}

.my-tapp-upsell-product-data .my-tapp-upsell-product-info {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.my-tapp-upsell-product-cart-btn a {
    background: #09ABA9;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    min-width: 182px;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 8px;
    border-radius: 7px;
}

.my-tapp-upsell-product-cart-btn {
    display: inline-block;
}
.filter-red{
   background-color:#E36E60 !important;
}
.filter-yellow{
   background-color:#EE9B60 !important;
}
.filter-green{
   background-color:#67CAA4 !important;
}
.new-ui-remove-filter {
    color: #6B6C6D !important;
    margin-left: 8px;
}
/*24-08-2022 */
/* .page-id-215875 li.wc_payment_method.payment_method_stripe */
.page-id-215875 li.wc_payment_method.payment_method_wc_checkout_com_cards
 {
    display: none;
}
.heading-new-custom .tapp-h2-title h2 {
    line-height: 56px !important;
}
@media screen and (max-width: 650px){
    .mytapp-new-filter-heading {
        margin-bottom: 16px;
        margin-top: 24px;
    }
    .heading-new-custom .tapp-h2-title h2 {
        line-height: 40px !important;
    }
    .new-mytapp-my-filter-card {
        column-gap: unset;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .new-mytapp-my-filter-card .new-mytapp-my-filter-img {
        width: 73px;
    }
    .new-mytapp-my-filter-card .new-mytapp-my-filter-card-detail {
        width: calc(100% - 81px);
    }
    .new-mytapp-my-filter-card-detail .new-mytapp-my-filter-title-box {
        display: block;
    }
    .new-mytapp-my-filter-title-box .new-mytapp-my-filter-newui-title,
    .new-mytapp-my-filter-card-detail .new-mytapp-my-filter-newui-info-box p{
        text-align: left;
        margin-bottom: 8px;
    }
    .new-mytapp-my-filter-card-detail .new-mytapp-my-filter-newui-info-box p strong {
        display: block;
        margin-bottom: 16px;
    }
    .new-mytapp-my-filter-card .new-mytapp-remove-filter{
        display: none;
    }
    .new-mytapp-my-filter-card .m-new-mytapp-remove-filter {
        display: block;
        width: 100%;
        margin-top: 24px;
        text-align: center;
    }
    .new-my-tapp-related-product-main .my-tapp-upsell-product-img {
        width: 80px;
        order: 2;
    }
    .my-tapp-upsell-product-cart-btn {
        display: none;
    }
    .my-tapp-upsell-product-data .my-tapp-upsell-product-info p{
        margin-bottom: 8px;
    }
    .new-my-tapp-related-product-main {
        padding: 16px 16px 23px;
        flex-wrap: wrap;
        align-items: center;
    }
    .my-tapp-upsell-product-cart-btn a{
        min-width: 100%;
    }
    .my-tapp-upsell-product-data .my-tapp-upsell-product-info h2{
        width: 100%;
        order: 2;
    }
    .my-tapp-upsell-product-data .my-tapp-upsell-product-info p{
        order: 3;
    }
    .my-tapp-upsell-product-data .my-tapp-upsell-product-info .close-upsell-product-sec {
        width: 100%;
        text-align: right;
    }
    .new-my-tapp-related-product-main .my-tapp-upsell-product-data {
        width: 100%;
    }
    .new-my-tapp-related-product-main .my-tapp-upsell-product-cart-mobile {
        display: block;
        width: calc(100% - 100px);
        order: 3;
    }
    .new-ui-remove-filter {
        margin-left: 0 !important;
        display: block;
    }
    .checkout-right-item-img .product-quantity .quantity:after {
        content: "\f107";
        position: absolute;
        right: 6px;
        top: 4px;
        font-size: 18px;
        font-family:
        "Font Awesome 5 free";
        font-weight: 900;
        color: #003955;
    }

    .checkout-right-item-img .product-quantity .quantity {
        position: relative;
        width: 55px;
    }

    .checkout-right-item-img .product-quantity select {
        appearance: none;
        width: 100%;
    }
}
/* 21 06 2022 */
.tooltip-picherpro-price {
    display: flex;
}
.price-tooltip-main {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translatex(-50%);
    width: 312px;
    padding: 40px 16px 24px;
    background: #A6D4E3;
    border-radius: 8px;
}
.price-tooltip-main:before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  top: 10px;
  border: 15px solid transparent;
  border-top: 0;
  border-bottom: 15px solid #A6D4E3;
  transform: translate(-50%, calc(-100% - 5px));
}


.blue-back-on-tooltip .ab-test-tooltip .price-tooltip-main,
.blue-back-on-tooltip .ab-test-tooltip-old .price-tooltip-main {
    display: block !important;
}

.ab-test-tooltip,
.ab-test-tooltip-old {
    z-index: 999;
    position: relative;
}
.blue-back-on-tooltip .ab-test-tooltip,
.blue-back-on-tooltip .ab-test-tooltip-old {
    padding-bottom: 30px;
    z-index: 999999;
}
.price-tooltip-main i.eicon-close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 9999999;
}

.price-tooltip-main .tapp-paragraph-medium p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.price-tooltip-wrap p {
    padding-bottom: 15px;
}
.price-tooltip-inner {
    background: #fff;
    padding: 16px 19px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.price-tooltip-box-img-wrap img {
    width: 54px;
    height: auto;
}
.price-tooltip-box-wrap p {
    font-style: normal;
}
.price-tooltip-box-wrap p span {
    color: #DB4958 !important;
    font-style: italic;
    font-size: 12px !important;
    line-height: 16px !important;
    padding-left: 8px;
}
.tooltip-total {
    position: absolute;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: bold !important;
    right: 0;
    bottom: 0;
    width: 71px;
    text-align: right;
}
.price-tooltip-box-wrap p span.default-color {
    color: #003955 !important;
}
.price-tooltip-box-wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-tooltip-main .tapp-paragraph-medium .price-tooltip-box-wrap-inner p {
    font-size: 12px !important;
    padding: 0;
}

.tooltip-box-price-wrap {
    font-size: 12px !important;
    line-height: 16px !important;
}

.price-tooltip-box-img-wrap {
    text-align: center;
    position: relative;
}

.price-tooltip-box-img-inner {
    padding-top: 4px;
}

.price-tooltip-box-img-inner .dots-span {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    background: #A6D4E3;
    margin-bottom: 4px;
}
.price-tooltip-inner ul {
    padding-left: 18px;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 26px;
    margin: 0;
}

.price-tooltip-inner ul li {
    background: #C3C3C3;
    width: 5px;
    height: 5px;
    border-radius: 30px;
    margin: 0 1px;
}

.price-tooltip-inner ul li:first-child {
    width: 100%;
    position: relative;
}

.price-tooltip-inner ul li:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #A6D4E3;
    width: 90%;
    height: 5px;
    border-radius: 30px;
}

.price-tooltip-box-wrap {
    position: relative;
    display: block;
}
.blue-back-on-tooltip {
    position: relative;
    overflow: hidden;
}

.blue-back-on-tooltip:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003955;
    opacity: 0.6;
    z-index: 9999;
}
/* .ab-test-tooltip.none-tooltip{
    padding-bottom: 0;
}
.ab-test-tooltip.none-tooltip .price-tooltip-main {
    display: none !important;
}
*/

@media screen and (max-width: 650px){
    .price-tooltip-main{
        left: 50%;
    }
    .blue-back-on-tooltip:after{
        z-index: 999999;
    }
    .ab-test-tooltip,
    .ab-test-tooltip-old {
        position: unset;
    }
    .price-tooltip-main{
        top: 65px;
        z-index: 99999999;
    }
     .tooltip-picherpro-price-wrap {
        position: static;
        z-index: 999;
    }
    .blue-back-on-tooltip .tooltip-picherpro-price-wrap {
        position: static;
        z-index: 9999999;
    }
    .epc-add-payment-main-wrap form#add_payment_method .woocommerce-PaymentMethods.payment_methods.methods .epc-payment-method-list input{
        height: auto !important;
    }
}

.ct-ultimate-gdpr-cookie-bottomPanel-padding.popup-modern-style {
    padding-bottom: 0 !important;
}

.red-box-old {
    background: #f07582;
    font-size: 10px!important;
    line-height: 10px!important;
    display: inline-block;
    padding: 6px;
    border-radius: 14px;
    color: #fff!important;
    font-weight: 700!important;
    letter-spacing: .5px;
    text-decoration: none!important;
    text-transform: uppercase;
    margin-left: 8px;
    font-family: ubuntu,Sans-serif!important;
}
#wc-stripe-payment-request-button-separator,
#wc-stripe-payment-request-wrapper {
    display: none !important;
}

/*----NPS START----*/
.gravity-rating-custome-form {
    padding: 88px 48px 48px;
}
.gravity-rating-custome-form .options-title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 16px;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 8px;
    list-style-type: none;
    margin: 0 0 35px;
    padding: 0;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li {
    position: relative;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li input,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li input  {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li input.nps-error ~ label,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li input.nps-error ~ label{
    border-color:red;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li label,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li label {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #003955;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px;
    letter-spacing: 0.8px;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li:first-child:after,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li:first-child:after {
    content: 'Poco probable';
    position: absolute;
    left: 0;
    bottom: -21px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif !important;
    width: 100px;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li:last-child:after,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li:last-child:after {
    content: 'Muy probable';
    position: absolute;
    right: 0;
    bottom: -21px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif !important;
    width: 100px;
    text-align: right;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li input:checked ~ label,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li input:checked ~ label {
    background: #003955;
    color: #ffffff;
}
.gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li input:hover ~ label,
.gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li input:hover ~ label {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list li input {
    width: 13.33px;
    height: 13.33px;
    margin-right: 7.33px;
}
.gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list li label {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif !important;
}
.gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list li:last-child {
    margin-bottom: 0;
}
.gravity-rating-custome-form .tapp-common-btn {
    margin-top: 23px;
}
.mobile-nps-option-title {
    display: none;
}
.heading-new-custom .tapp-h2-title h2 {
    line-height: 56px !important;
}
.nps-step-one-error {
    font-size: 12px!important;
    line-height: 16px!important;
    font-weight: 400!important;
    color: #6B6C6D;
}
.nps-thanks-msg-bg {
    text-align: center;
    background: #FFF9E8;
    padding: 28px 16px;
}
@media screen and (min-width:768px){
    .nps-popup-arrow {
        display: none !important;
    }
}
@media screen and (max-width:767px){
    .nps-thanks-msg-bg {
        padding: 24px 16px 32px;
    }
    .gravity-rating-custome-form {
        padding: 80px 0px 40px;
    }
    #nps-popup-opinion .gravity-rating-custome-form {
        padding: 80px 24px 40px;
    }
    .heading-new-custom .tapp-h2-title h2 {
        line-height: 40px !important;
    }
    .gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list, .gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list {
        flex-wrap: wrap;
        row-gap: 24px;
        column-gap: 6px;
        margin-bottom: 65px;
    }
    .gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list{
        padding-bottom: 9px;
    }
    .gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li:first-child:after, .gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li:first-child:after {
        top: -21px;
    }
    .gravity-rating-custome-form .gravity-form-step-1 .gravity-cust-radio-list li label, .gravity-rating-custome-form .gravity-form-step-2 .gravity-cust-radio-list li label {
        width: 46px;
        height: 46px;
    }
    .gravity-rating-custome-form .options-title {
        margin-bottom: 54px;
    }
    .nps-popup-step-2 h3.options-title {
        margin-bottom: 23px;
    }
    .nps-popup-arrow {
        position: absolute;
        top: 24px;
        left: 24px;
        display: none !important;
        font-size: 17px;
    }
    #nps-popup-opinion .nps-popup-arrow {
        display: block !important;
    }
    #nps-popup-opinion .nps-popup-step-2 .gravity-step-1-submit {
        display: none;
    }
    #nps-popup-opinion .nps-popup-step-2 {
        animation-name: moveInRight;
      animation-duration: 0.5s;
    }

    @keyframes moveInRight {
        0% {
            opacity: 0;
            transform: translateX(100px);
        }

        80% {
            transform: translateX(1px);
        }

        100% {
            opacity: 1;
            transform: translate(0);
        }

    }
    #nps-popup-opinion .gravity-cust-radio-list {
        animation-name: moveInleft;
        animation-duration: 0.5s;
    }
    @keyframes moveInleft {
        0% {
            opacity: 0;
            transform: translateX(-100px);
        }

        80% {
            transform: translateX(-1px);
        }
        100% {
            opacity: 1;
            transform: translate(0);
        }
    }
    #nps-popup-opinion .new-design-mobile-show{
        display: block !important;
    }
    .gravity-rating-custome-form {
        position: relative;
        overflow-x: hidden;
    }
    .desktop-nps-option-title {
        display: none;
    }
    .mobile-nps-option-title {
        display: block !important;
    }
    .bottom-line-items-container-mobile .bottom-line-items {
        padding-inline-end: 10px !important;
        padding-inline-start: 10px !important;
    }
}
/*.woocommerce-MyAccount-content.expand-full {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-MyAccount-content.expand-full .gravity-rating-custome-form {
    padding: 48px 18px 0 80px;
}*/
#my_referral_link {
    display: none;
}
/*@media screen and (max-width: 767px){
    .woocommerce-MyAccount-content.expand-full .gravity-rating-custome-form {
        padding: 24px 0 0 0;
    }
}*/
.wc-custom-tab-main-wrap .woocommerce-MyAccount-content.nps-9to10-step-2-main {
    padding: 0 !important;
}

.wc-custom-tab-main-wrap .woocommerce-MyAccount-content.nps-9to10-step-2-main .gravity-rating-custome-form {
    padding: 48px 16px 0 80px !important;
}
@media screen and (max-width: 767px){
    .wc-custom-tab-main-wrap .woocommerce-MyAccount-content.nps-9to10-step-2-main .gravity-rating-custome-form {
        padding: 24px 0 0 0 !important;
    }
    .mobile-height-wrap-inner {
        height: 100px;
    }
    .en-refill-col-sec .biodegradables-right-side-img-wrap {
        top: -130px !important;
    }
    .gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list li label {
        width: calc(100% - 24px);
    }
    .gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list li {
        align-items: flex-start;
    }
    .wc-custom-tab-main-wrap .gravity-rating-custome-form {
        padding-top: 0;
    }
    .gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list li input {
        margin-top: 4px;
    }
    .checkout-subscription-message-wrap {
        padding: 16px;
    }
}
input#third_options_other_text {
    width: 100%;
    margin-top: 10px;
    display: block;
    height: 54px;
}

input#second_options_other_text {
    width: 100%;
    margin-top: 10px;
    display: block;
    height: 54px;
}
input#first_options_other_text {
    width: 100%;
    margin-top: 10px;
    display: block;
    height: 54px;
}
.display-wrap {
    flex-wrap: wrap;
}
.gravity-rating-custome-form .options-title{
    width: 100%;
}
/*---NPS END---*/

/* bg-color-class */
.blue-bg-wrap-color{
    background-color: #EAF6FD !important;
}
.yellow-bg-wrap-color{
    background-color: #FDF0CA !important;
}
.white-bg-wrap-colr{
    background-color: #fff !important;
}
/* end-bg-color-class */
.hide-text{
    visibility: hidden;
}
.gravity-rating-custome-form .tapp-common-btn {
    margin-top: 53px;
}
.gravity-rating-custome-form .gravity-cust-field-options .gravity-cust-options-list{
    margin-bottom: 10px;
}
.home .sticky-page-top-wrap, .tax-product_cat .sticky-page-top-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
/* .home .site-new-menu-wrap,
.tax-product_cat .site-new-menu-wrap {
    margin-top: 70px !important;
} */
@media screen and (max-width: 767px){
    /* .home .mobile-menu-wrap,
    .tax-product_cat .mobile-menu-wrap {
        margin-top: 56px !important;
    } */
}
.mytapp_delay_order_shipping {
    background: #F8EDE2;
    padding: 16px;
    margin: 32px 0 42px;
    border-radius: 8px;
}

.mytapp_delay_order_shipping .woocommerce-form__label-for-checkbox {
    margin-top: 16px;
    display: block;
    margin-bottom: 0 !important;
}

.mytapp_delay_order_shipping .woocommerce-form__label-for-checkbox span:after {
    top: 0 !important;
}
@media screen and (max-width: 767px){
    .mytapp_delay_order_shipping {
        margin: 32px 0;
    }


}
.product-price-tag-new-design {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-price-tag-new-design .crossing-text-wrap {
    width: 100%;
}

.product-price-tag-new-design .crossing-text-wrap .product-discount-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #003955;
    font-family: nunito sans,Sans-serif!important;
    margin-right: 7px;
    position: relative;
}

.product-price-tag-new-design .crossing-text-wrap .product-discount-price:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #003955;
    left: 0;
}

.product-price-tag-new-design .crossing-text-wrap .product-sale-price {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 900 !important;
    color: #DF7930 !important;
    font-family: nunito sans,Sans-serif!important;
}

@media screen and (max-width:767px) {
    .product-price-tag-new-design .red-box {
        margin: 0;
        order: 3;
        margin-top: 6px;
    }

    .product-price-tag-new-design .new-product-price {
        width: 100%;
    }
    .crossing-text-wrap .popup-crossing-text-wrap .product-sale-price {
        font-size: 18px !important;
    }
}
.popup-crossing-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-crossing-text-wrap .product-discount-price:after {
    width: 100% !important;
    left: 0;
}
.ga-subsave-echopro-annual .elementor-button-text .cross-price-btn {
    text-decoration: line-through;
    font-size: 12px;
    line-height: 16px;
    margin-right: 3px;
    letter-spacing: 0.6px;
}
.ga-subsave-echopro-annual .elementor-button-text .orignal-price-btn {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.product-new-btl-top-modal .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
    height: 295px!important;
}
.product-comapare-popup-contain-box.btl-product-compare-modal-new .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
    height: 362px !important;
}
.warning-msg {
    width: 390px !important;
    border-radius: 8px;
    padding: 16px 16px 18px;
}
.warning-msg h1.tapp-paragraph-medium {
    text-shadow: unset !important;
    font-family: 'Nunito Sans', sans-serif !important;
    -webkit-text-stroke-color: unset !important;
    stroke: unset !important;
    margin-bottom: 4px;
}
.new-mobile-table-main .new-mobile-table-wrap .elige-tu-purchase-overflow-top-col-inner img {
    padding: 20px;
}
@media screen and (min-width:768px) {
    .product-comapare-popup-contain-box.popup-button-show-desktop .new-mobile-table-main .new-mobile-table-wrap,
    .product-comapare-popup-contain-box.popup-button-show-desktop .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        min-height: 365px !important;
        height: 365px!important;
    }
    .product-comapare-popup-contain-box .new-mobile-table-main .new-mobile-table-wrap,
    .new-mobile-table-sticky-div .new-mobile-table-sticky-img{
        min-height: 390px !important;
    }
    .product-comapare-popup-btn-hide .product-comapare-popup-contain-box .new-mobile-table-main .new-mobile-table-wrap,
    .product-comapare-popup-btn-hide .product-comapare-popup-contain-box .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        min-height: 285px !important;
        height: 285px!important;
    }
}
@media screen and (max-width:767px) {
    .sp-refils-popup-new .product-comapare-popup-contain-box.popup-button-show-desktop .new-mobile-table-sticky-div .new-mobile-table-sticky-img,
.sp-refils-popup-new .product-comapare-popup-contain-box.popup-button-show-desktop .new-mobile-table-main .new-mobile-table-wrap {
    min-height: 360px !important;
    height: 360px !important;
}
    .product-comapare-popup-btn-hide .product-comapare-popup-contain-box .new-mobile-table-main .new-mobile-table-wrap,
    .product-comapare-popup-btn-hide .product-comapare-popup-contain-box .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        min-height: 270px !important;
        height: 270px!important;
    }
    .product-new-btl-top-modal .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        height: 265px!important;
    }
    .btl-product-compare-modal-new .divTableBody {
        width: 480px !important;
    }
    .product-comapare-popup-contain-box.btl-product-compare-modal-new .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        height: 265px !important;
    }
    .product-comapare-popup-contain-box.popup-button-show-desktop .new-mobile-table-main .new-mobile-table-wrap,
    .product-comapare-popup-contain-box.popup-button-show-desktop .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        min-height: 390px !important;
        height: 390px!important;
    }
    .product-comapare-popup-contain-box .new-mobile-table-main .new-mobile-table-wrap, .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        min-height: 360px!important;
        height: 360px!important;
    }
    .product-comapare-popup-contain-box.popup-button-show-wrap .new-mobile-table-main .new-mobile-table-wrap,
    .product-comapare-popup-contain-box.popup-button-show-wrap .new-mobile-table-sticky-div .new-mobile-table-sticky-img {
        min-height: 365px !important;
        height: 365px!important;
    }
    .product-comapare-popup-contain-box.product-new-btl-top-modal .new-mobile-table-sticky-div .new-mobile-table-sticky-text,
    .product-comapare-popup-contain-box.product-new-btl-top-modal .new-mobile-table-sticky-div .new-mobile-table-sticky-text:nth-child(4),
    .product-comapare-popup-contain-box.product-new-btl-top-modal .new-mobile-table-sticky-div .new-mobile-table-sticky-text:nth-child(8),
    .product-comapare-popup-contain-box.product-new-btl-top-modal .new-mobile-table-main:nth-last-child(2) .new-mobile-table-text,
    .product-comapare-popup-contain-box.product-new-btl-top-modal .new-mobile-table-main:nth-last-child(1) .new-mobile-table-text,
    .product-comapare-popup-contain-box.product-new-btl-top-modal .new-mobile-table-main .new-mobile-table-text {
        min-height: 129px !important;
    }
    .slider-arrow-hide-mobile .slick-arrow {
        display: none !important;
    }
    .elementor-widget-container .biodegradables-right-side-img-wrap {
        top: -125px !important;
    }
    .mobile-badge-wrap{
        display: block !important;
        margin: 0 !important;
        width: fit-content;
    }
    .btl-mob-review .yotpo-filter-main-wrap {
        justify-content: start !important;
    }
    .btl-summary-popup .heading-price-wrap .crossing-text-wrap,
    .btl-summary-popup .heading-price-wrap .crossing-text-wrap>div {
            font-size: 16px !important;
    }
    .slider.slider-nav.thumb-image {
        display: none !important;
    }
    .elementor-widget-container .biodegradables-right-side-img-wrap.new-design-wrap-img-wra.badge-2-mob {
        top: unset!important;
    }
    .product-comapare-popup-contain-box .elementor-button-link {
        padding: 12px 4px !important;
    }
}
.red-box{
    font-size: 8px !important;
    min-width: auto !important;
    padding: 4px 6px !important;
}

.price-tag-align-wrap .crossing-text-wrap span.red-box {
    font-size: 8px !important;
    line-height: 10px !important;
    padding: 4px 6px;
    margin-left: 20px;
    position: relative;
    top: -3px;
}
.product-name-badge-wrap .elementor-heading-title{
    display: flex;
    align-items: center;
}
.product-comapare-popup-contain-box .tapp-h5-title h5 {
    color: #003955 !important;
}
.new-link-color-wrap {
    color: #09ABA9 !important;
    margin-bottom: 8px !important;
    font-family: "Nunito Sans",Sans-serif !important;
}
.banner-slider .slider.slider-for11,
.banner-slider .slider.slider-for {
    height: 100%;
}
.new-color-name-wrap label {
    font-size: 12px!important;
    line-height: 16px!important;
}
.btp-product-color-wrap ul li span:after {
    background: #6B6C6D !important;
}

.btp-product-color-wrap ul li:last-child span:after {
    background: #7BCFCE !important;
}
.nps-filter-preloader {
    position: relative;
    background-color: #fff !important;
    font-size: 0 !important;
    min-width: 105px;
}

.nps-filter-preloader:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url(/wp-content/uploads/sites/11/2021/03/Loading.gif);
    z-index: 99999999;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    right: 0;
    background-position: center;
}
.custom-checkbox-wrap .custom-checkbox-first-column .custom-checkbox-first-wrapper .custom-checkbox-first-wrapper-text .crossing-text-wrap {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito Sans';
}
.product-comapare-popup-contain-box h5{
    color: #003955;
}
.btl-summary-popup .heading-price-wrap .crossing-text-wrap,
.btl-summary-popup .heading-price-wrap .crossing-text-wrap>div {
    font-family: nunito sans,sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.btl-summary-popup .heading-price-wrap h2{
    font-weight: 700 !important;
    font-family: nunito sans,sans-serif!important;
    margin-bottom: 0;
}
.offer-label {
    font-weight: 700;
    color: #db4958;
    font-size: 10px;
    font-family: ubuntu,Sans-serif;
    text-transform: uppercase;
}
.product-price-cross{
    position: relative;
    margin: 0 5px;
}
.product-price-cross:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #003955;
    height: 1px;
    width: 100%;
}
.product-price-non-cross{
    color: #e36e60 !important;
}
.new-mobile-table-main .new-mobile-table-text p span {
    font-size: 16px;
    line-height: 24px !important;
    font-weight: normal !important;
}
.new-mobile-table-main .new-mobile-table-text .non-crossing h4,
.product-comapare-popup-contain-box .tapp-h5-title h5 {
    font-family: nunito sans,sans-serif!important;
}
.tabbing-content2-wrap h5 {
    color: #003955;
}
.biodegradables-right-side-img-wrap .biodegradables-p-tag p a{
    font-weight: 700 !important;
}
.biodegradables-right-side-img-wrap .biodegradables-p-tag p{
    font-weight: 400 !important;
}
.updated-es-menu-v2-row .updated-es-menu-v2-col a .updated-es-menu-v2-col-img .img-caption{
    font-size: 8px !important;
    padding: 4px 6px !important;
    font-family: 'Ubuntu', sans-serif !important;

}
@media screen and (max-width:767px) {
    .elementor-page-70306 .product-comapare-popup-contain-box .tapp-h5-title h5 {
        min-height: 48px;
    }
    .btl-heading-height .product-comapare-popup-contain-box h5 {
        min-height: 48px !important;
    }
}
.banner-slider .slider.slider-nav .slick-list .slick-track {
    width: 100% !important;
}
.checkout-main-step-two-page .woocommerce .checkout.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-container .select2-selection--single span.select2-selection__arrow:after{
    display: none;
}

/*------------2810 Start-----------*/
.epc-hide-gray-prod-new .radio-btn-main-wrapper ul li:first-child span:after {
    background: #FFF;
}
/*------------2810 End-----------*/
.btn-fixed-cross-price {
    position: relative;
}

.btn-fixed-cross-price:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 50%;
}
.top-header-css-custom-wrap p {
    color: #92bd1e !important;
    font-family: nunito sans,Sans-serif !important;
    font-size: 16px;
    text-align: center;
    font-weight: 700 !important;
    line-height: 24px;
    letter-spacing: 1.08px;
}

.top-header-css-custom-wrap {
    padding: 24px;
    background-image: url(/es/wp-content/uploads/sites/11/2022/05/banner_promo_Desktop-scaled.jpg);
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}

#p21-abten-mejoras-ga {
    cursor: pointer !important;
}

.poppins-font h1, .poppins-font h2, .poppins-font h3, .poppins-font h4, .poppins-font h5, .poppins-font p, .poppins-font{	
	font-family: poppins !important;
}
.tapp-tertiary-extra-light-bg-color.home-page-thematic{
background:#F8F6F4 !important;
}
.font-size-12, .font-size-12 p{ font-size:12px !important; }
.font-size-13, .font-size-13 p{ font-size:13px !important; }
.font-size-11, .font-size-11 p{ font-size:11px !important; }