.h1, .h2, .h3, .h4, body {
    color: var(--color-green-dark);
}
#left-column .btn_sumbit_filter {
    display: none;
    border: none;
    background-color: var(--color-green);
    color: var(--color-green-dark);
    font-weight: 600;
}
button.sendcloud-spp__pick-button.btn.btn-default.button.button-small {
    background: #ce0c4b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
button.sendcloud-spp__pick-button.btn.btn-default.button.button-small span{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1104px) {
     #checkout #header {
        height: 70px;
        padding: 0;
    }
    #checkout #header svg:first-child {
        height: 45px;
    }
    body#checkout #header .header-nav {
        padding: 0;
    }
        #checkout #header .checkout_header_content_right svg:first-child {
        height: auto;
    }
    body#checkout section.checkout-step .address-item>header {
        min-height: auto;
    }
    body#checkout button.continue {
        width: 100%;
    }
    .sendcloud-spp__selection {
    justify-content: center;
    align-items: center;
    }
}







@media screen and (max-width: 768px) {
    #category  h1 {
        font-size: 3rem;
        text-align: center;
    }
    #category #wrapper .container {
        display: flex;
        flex-direction: column;
    }
    #wrapper .breadcrumb {
        order: 2;
        text-align: center;
    }
    #category #wrapper {
        margin-bottom: 0;
    }
    .product_details_left .product-images {
        padding: 0;
    }
    .product_details_left .product-flags {
        padding: 0;
    }
    .toggle_display_price label {
        position: absolute;
        right: 0;
        top: 0;
    }
    .bloc-qty-addtocart {
        width: 100%;
        display: flex;
    }
    .bloc-qty-addtocart .add {
        width: 100%;
    }
    .product_details_right button.add-to-cart {
        width: 100%;
    }
    .container_product_details_actions #product-availability {
        font-size: 0.8rem;
    }
    #product #wrapper .container .row div#content-wrapper {
        padding: 0;
    }
    #product .estimate-delivery {
        padding-left: 10px;
    }
    #product .up-delivery-estimate {
        display: flex;
        gap: 11px;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        width: 100%;
    }
    #header .list_actions {
        flex-direction: row-reverse;
    }
    body#checkout section.checkout-step .address-item>header {
        min-height: auto;
    }

}
@media screen and (max-width: 480px) {
    .product_details_left .product-images .js-qv-product-cover{
        max-height: 250px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .product_details_left .swiper-product-thumb{
        display: none;
    }
        #product .product-container {
        order: 1;
        position: relative;
        margin-top: 1rem;
    }
    body#product h1 {
        font-size: 1.5rem;
        position: absolute;
        top: 1rem;
    }
    #product .product-images {
        margin-top: 7rem;
    }
    #product .product-information .product-description{
        display: none;
    }
    #product .product-images .img-manufacturer-logo {
        max-width: 60px;
        bottom: 0;
    }
        .bloc-qty-addtocart {
        width: 100%;
        display: flex;
        flex-direction: row !important;
    }
    .product_details_right button.add-to-cart {
        height: 45px;
    }
    .content_svg_add_to_cart {
        position: absolute;
        right: -5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: var(--color-green);
        border: 3px solid white;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    }
    .content_svg_add_to_cart svg.svg_cart {
        width: 20px;
    }
    #product #main {
        display: block;
    }
    .product-information {
        border-left: none;
        padding: 0;
        border-top: 1px solid #efefef;
        margin-top: 1rem;
    }
    .container_product_bottom {
    margin-top: 25px;
    }
    .content_zoom{
        display: block!important;
    }
    #product-modal .modal-content .modal-body .product-images {
        flex-direction: row;
        margin-top: 0;
    }
     #product .has-discount .discount{
        display: none;
    }
    #category h1 {
        font-size: 2rem;
    }
    p.price-ecotax {
    color: var(--color-green);
    font-size: 0.8rem;
    }
    #checkout .btn.btn-primary {
        height: 50px;
        font-size: 1rem;
    }
}


@media screen and (max-width: 414px) {
    .container_product_details_actions #product-availability {
        font-size: 0.7rem;
    }
    #product .up-delivery-estimate p {
        font-size: 0.8rem;
    }
    body#product h1 {
        font-size: 1.3rem;
        position: absolute;
        top: 0.5rem;
        width: 94%;
    }
}




.payment-option label {
    font-size: 1rem;
    color: var(--color-green-dark);
    text-align: right;
    font-weight: bold;
}





.alert {
    margin-top: 1rem;
    border-radius: 5px;
}
#product .estimate-delivery{
    border-left: 1px solid #efefef;
    padding-left: 1rem;
}
#sticky-atc {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 16px 14px;
    background: #fff;
    box-shadow: 0 -2px 16px rgb(0 0 0 / .13);
    border-top: 1px solid #e5e5e5
}

.sticky-atc-info {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
    flex-wrap: wrap
}

.sticky-atc-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-green-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55%;
}

.sticky-atc-variant {
    font-size: 12px;
    color: #777;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sticky-atc-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-green);
    white-space: nowrap;
    margin-left: auto
}

#sticky-atc .sticky-atc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 98%;
    padding: 11px;
    background: var(--color-green-dark);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    transition: background .2s;
    position: relative;
}

#sticky-atc .sticky-atc-btn:hover {
    background: var(--color-green);
}

#sticky-atc.is-visible {
    display: block;
    animation: slideUp .25s ease
}
span#sticky-atc-qty {
    font-size: 12px;
    color: #777;
    flex: 1;
    white-space: nowrap;
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@media (min-width: 768px) {
    #sticky-atc {
        display:none!important
    }
}