/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* header */
.elementor-location-header .logo-img img
{
    transition: all .2s;
}
.elementor-location-header .hide-icon-sticky
{
    display: none; 
}
.elementor-location-header .elementor-sticky.elementor-sticky--active
{
    background-color: #fff;
}
.elementor-location-header .elementor-sticky.elementor-sticky--active .hide-icon-sticky
{
    display: block;
}
.elementor-location-header .elementor-sticky.elementor-sticky--active .logo-img
{
    bottom: 0;
    top: -26px;
}
.elementor-location-header .elementor-sticky.elementor-sticky--active.elementor-sticky--effects .logo-img img
{
    content:url("https://becdor.web-project.ch/wp-content/uploads/2024/03/sticky_log_becdor.png");
    width: 160px;
}

.elementor-button-icon .elementor-button-icon-qty
{
    font-size: 10px;
    font-family: sans-serif;
}

@media screen and (max-width: 768px)
{
    .elementor-location-header .elementor-sticky.elementor-sticky--active .logo-img
    {
        bottom: -65px;
        top: unset;
    }
    .elementor-location-header .elementor-sticky.elementor-sticky--active.elementor-sticky--effects .logo-img
    {
        bottom: unset !important;
    }
    .elementor-location-header .elementor-sticky.elementor-sticky--active.elementor-sticky--effects .logo-img img
    {
        width: 160px;
    }
}




.carrousel-swiper img {
    height: 100%;
    object-fit: cover;
    max-width: unset;
}

.carrousel-swiper .swiper .elementor-swiper-button-prev {
    left: 10px;
    top: calc(100% - 30px);
}

.carrousel-swiper .swiper .elementor-swiper-button-next {
    top: calc(100% - 30px);
    left: 80px;
    right: unset;
}
.elementor-swiper-button-prev svg,
.elementor-swiper-button-next svg {
    width: 30px !important;
    height: auto;
    fill: #00000000 !important;
}

.carrousel-swiper,
.carrousel-swiper .swiper,
.carrousel-swiper .swiper .swiper-slide-inner {
    height: 100%;
}


/* Style pour le wrapper de la quantité */
.quantity-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Style pour les boutons + et - */
.quantity-wrapper button {
    cursor: pointer;
    display: inline-block;
    background-color: #f1f1f1;
    border: none;
    height: 30px;
    width: 30px;
    color: #000;
    font-size: 16px;
}

.quantity-wrapper button:hover {
    background-color: #ddd;
}

.quantity-wrapper button:focus {
    outline: none;
}

/* Style pour le bouton plus */
.quantity-wrapper button.plus {
    border-left: none;
    border-radius: 0 5px 5px 0;
}

/* Style pour le bouton moins */
.quantity-wrapper button.minus {
    border-right: none;
    border-radius: 5px 0 0 5px;
}

/* Style pour le champ de nombre */
.quantity-wrapper input[type=number] {
    margin-left: 25px !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    text-align: center !important;
}

.quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Optionnel : supprime l'espacement par défaut */
}

button.minus {
    top: calc(50% - 1px);
}

button.plus {
    top: calc(50% - 22px);
}

button.plus,
button.minus {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    position: absolute;
    font-weight: 600 !important;
    height: 20px !important;
    width: 20px !important;
    background-color: unset;
}

button.plus:hover,
button.minus:hover {
    background-color: unset !important;
    color: black !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: black;
}

.enov-coupon .label-coupon {
    text-align: justify;
    padding-bottom: 9px;
}
.enov-coupon #coupon_code {
    height: 28px;
    background-color: unset;
    border: solid 1px black;
    margin-right: 9px;
    padding: unset;
    padding-left: 10px;
}

.enov-coupon .coupon {
    display: flex;
}

.enov-coupon .coupon button {
    height: 28px;
    padding: unset !important;
    width: 170px !important;
}

.shop_table #enov-remov-col.product-remove {
    vertical-align: baseline !important;
    text-align: end;
}

.shop_table #enov-remov-col.product-remove a {
    color: #EBE6E6 !important;
    font-size: 24px !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 100px !important;
}

.elementor-menu-cart__container .cart_item .product-name 
{
    line-height: 18px;
    font-size: 16px;
    font-family: 'Engravers';
}
.e-cart__container .cart_item .product-name 
{
    line-height: 18px;
    font-size: 16px;
    font-family: 'Engravers';
}


.woocommerce table.shop_table tbody {
    border-top: solid 1px #EBE6E6 !important;
}

.woocommerce table.shop_table tbody.enov-resume-cart {
    border-bottom: solid 1px #EBE6E6 !important;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
}

.cart_totals h2 {
    margin-bottom: 0 !important;
    padding-top: 4px !important;
    padding-bottom: 9px !important;
}

.coupon.e-cart-section.shop_table {
    display: none;
}


/* WooCommerce pages */
.added_to_cart.wc-forward
{
    display: none !important;
}



/* Product listing */
.post-type-archive-product div.product.outofstock form.e-loop-add-to-cart-form div.quantity-wrapper
{
    display: none;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .out-of-stock
{
    font-family: 'Engravers';
    font-size: 20px !important;
    font-weight: 600;
}

.block-age {
    padding: 30px;
}

.block-age h3 {
    margin-bottom: 10px !important;
    font-family: "Engravers", Sans-serif;
    font-size: 18px !important;
    font-weight: 600;
}
.block-age > div {
    font-family: "Engravers", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.choix-age input {
    display: none;
}

.choix-age {
    padding-left: 10px;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}