#_desktop_top_menu .last-sub-menu ul.adtm_elements > li .sub-last-item {
    padding: 20px 25px !important;
}

#_desktop_top_menu .last-sub-menu ul.adtm_elements > li {
    padding: 0 !important;
}

.paypal-button-text {
    color: #000;
}

.ps_checkout-payment-option label {
    display: flex !important;
}

section dt, section dd {
    color: #000;
}

.wishlist-modal .modal-body .form-group .form-control {
    color: #fff;
}

body .wishlist-list .wishlist-list-item:hover {
    background: #AB8E61;
}

body .wishlist-list .wishlist-list-item p {
    color: #fff;
}

.wishlist-list-item:hover .wishlist-list-item-title {
    color: #fff !important;
}

.wishlist-product .wishlist-product-title,
.wishlist-product .wishlist-product-price,
.wishlist-product .wishlist-product-combinations-text,
.wishlist-product .wishlist-product-combinations a {
    color: #fff;
}

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e") !important;
}

body:not(#index) #content-wrapper {
    margin-top: 30px;
}

#product #fixed-add-to-cart.fixed #ps_checkout-payment-method-logo-block-container {
    display: none;
}

#product #fixed-add-to-cart.fixed .product__delivery__information {
    display: none;
}

.title-description{
    display: block;
    margin: 30px 0;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--grey43);
    border-radius: 5px;
}

.cart-voucher__code .js-code{
    color: #ab8e61;
}

#checkout-modal .modal-content{
    background: #000;
}

#ps_checkout-paypal-pay-later-message-cart{
    background: #fff;
    padding: 10px 10px 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn{
    color: #000;
}

#ps_checkout-payment-method-logo-block-title{
    color: #fff !important;
}


.accept-cgv{
    display: block !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: #fff;
}

#checkout-personal-information-step .nav{
    display: none;
}

.checkout__steps__list .btn:disabled,
.checkout__steps .nav-tabs .checkout__steps--current .nav-link.active{
    color: #fff;
}

.accordion{
    --bs-accordion-active-color: #fff;
}

@media (max-width: 400px) {
    #product #fixed-add-to-cart.fixed .product__prices .product__current-price {
        font-size: 25px;
        line-height: 23px;
    }
    #product #fixed-add-to-cart.fixed .container-fixed{
        padding: 0;
    }

    #product #fixed-add-to-cart.fixed .product__ecotax-price{
        font-size: 12px;
    }
}