/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/



.canal-btn-retour {
    display: none !important;
}
.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
    display: none;
}

p a, li a{
    color: #0170B9;
    font-weight: 600;
}

/**************************************** Page produits ***************************************/


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {    color: #ffffff !important;
    background-color: var(--e-global-color-primary) !important;
}

.single-product table {
    margin-block-end: 0;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.related.products .add_to_cart_button{
    width: 100%;
    text-align: center;
}

/*.variations th, .variations td, table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{*/
/*    background-color: transparent !important;*/
/*}*/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--e-global-color-primary);
    font-size: 1.25em;
}

.elementor-add-to-cart form .single_add_to_cart_button{
    min-height: 3.3rem;
}

.variations tbody {
    display: flex;
    gap: 1.5rem;
}

@media screen and (max-width: 768px) {
    .variations tbody {
        flex-flow: wrap;
    }
}

.variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

.variations th,
.variations td {
    display: block;
    padding: 0;
    width: 100%;
    text-align: start;
}

.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}

.tab-info{
    display: flex;
    gap: 10px;
}

/****************************** YITH *************************************/

.yith-wapo-block .options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.yith-wapo-block .options .yith-wapo-option{
min-width: 48% !important;
}

.wapo-total-options, .wapo-product-price{
    display: none;
}

#wapo-total-price-table table td,#wapo-total-price-table table th {
    border: none !important;
}

#wapo-total-price-table table th {
    padding-left: 0;
}

.tooltip-yith-icone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: #15375A;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    margin-left: 6px;
    position: relative;
    vertical-align: middle;
    flex-shrink: 0;
    line-height: 1;
    border: 1px solid #15375A;
}

.tooltip-yith-bulle {
    display: none;
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #15375A;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: normal;
    width: 260px;
    z-index: 9999;
    line-height: 1.6;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    white-space: normal;
    pointer-events: none;
}

.tooltip-yith-bulle::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: white;
}

.tooltip-yith-icone:hover .tooltip-yith-bulle {
    display: block;
}

/**************************************** Canal d'achat ***************************************/

.woocommerce form input, .woocommerce form textarea {
    border: 1px solid #dfe6f2 !important;
    border-radius: 8px !important;
    background: #fff !important;
 }

.iti__selected-country:hover, .iti__selected-country:focus{
    background-color: #eef4ff !important;
}

.woocommerce-info {
    border-top-color: transparent;
}

.woocommerce-info, .woocommerce-message {
    background: #f4f8ff;
    color: #1d5edb;
    border: 1px solid #7ca7ff;
    border-radius: 4px;
}

.woocommerce-error {
    background: #fff4f5;
    color: #f12529;
    border: 1px solid #ff7f82;
    border-radius: 4px;
}

.woocommerce-error::before {
    content: "\e016";
    color: #f12529;
}

.woocommerce form .form-row .required, .woocommerce form .form-row.woocommerce-invalid label {
    color: #f12529;
}

.showcoupon{
    color: #1d5edb;
}

.woocommerce-info::before {
    color: #1d5edb;
}


.woocommerce form.checkout_coupon {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.aero-tab-nav-button-icon {
    color: #07184a;
    background-color: white;
    border: 1px solid #dfe6f2 !important;
    line-height: 1.8;
}

.woocommerce-page{
    color: #07184a;
    max-width: 1300px;
    margin: 20px auto;
}

.aero-tab-nav-button:hover, .aero-tab-nav-button:focus{
    background-color: transparent;
    color: #07184a;
}

.aero-tab-nav-button.nav-active{
    border-color: #1d5edb !important;
}

.aero-tab-nav-button {
    color: #07184a !important;
    border-color: #eef1f6 !important;
}

.shop_table td, .shop_table th {
    background-color: transparent !important;
    border-bottom: 1px solid #eef1f6;
    border-top: none !important;
    border-right: none;
    border-left: none;
}

.shop_table a {
    color: #1d5edb;
}

.shop_table {
    border: none !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background: #f4f8ff;
    color: #1d5edb;
    border: 1px solid #7ca7ff;
    border-radius: 4px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-privacy-policy-link, .woocommerce-terms-and-conditions-link{
    color: #1d5edb;
}

.woocommerce .woocommerce-customer-details address {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.woocommer button{
    padding: 11px 18px;
}

.return-button-checkout{
    margin-bottom: 20px;
}

/****************************************   AeroSI  ***************************************/

.fc-day-sat .fc-daygrid-day-number {
    color: #376dfb !important;
}

.fc-day-sun .fc-daygrid-day-number {
    color: #f12529 !important;
}

.booking-products__qty-btn, .booking-options__qty-btn {
    width: 32px !important;
    height: 30px !important;
    background: #fff !important;
    color: #07184a !important;
}

.booking-buttons__button--gift {
    color: #fda750 !important;
}

.booking-products__qty-btn:hover, .booking-options__qty-btn:hover {
    background: #eef4ff !important;
}

.fc-theme-standard td{
    background: transparent !important;
}

@media (max-width: 767px) {
    .aerosi-mobile-calendar__nav:hover, .aerosi-mobile-calendar__nav:focus {
        background-color: #fff !important;
        color: #0b66ff !important;
    }

    .aerosi-mobile-calendar__session:hover, .aerosi-mobile-calendar__session:focus {
        background-color: #fff !important;
        color: #07184a !important;
    }
}

.aerosi-booking-modal__products__options .aerosi-booking-modal__card{
    width: 100%;
}
