
.eltdf-page-header .eltdf-menu-area {
    background-color: transparent;
}






.link-menu a {
    color: white !important;
    font-weight: 600 !important;
}


.eltdf-page-header {
    height: 125px;
    background: var(--active-hover-black) !important;
}

    .eltdf-page-header:hover {
        background: var(--active-hover-black) !important;
    }





.header-title{
    height: 141px !important;
}


.eltdf-woo-pl-info-below-image ul.products > .product:hover .added_to_cart,
.eltdf-woo-pl-info-below-image ul.products > .product:hover .button-order {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}


.button-order{
    margin: 0;
        width: calc(100% + 2px);
        left: -1px;
        bottom: -1px;
        position: absolute;
        background-color: #fff;
        color: #464646;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        -o-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
}

.owl-nav{
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    gap: 70%;
    flex-direction: row;
    justify-content: center;
}

.owl-dots{
    margin-top: 1rem;
}

.owl-theme .owl-dots .owl-dot {
    width: 9px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 5px;
    height: 5px;
}

.owl-prev span, .owl-next span{
    font-size: 25px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}


ul.products>.product .eltdf-pl-inner .eltdf-pl-image img {
    display: block;
    min-height: 262px !important;
    max-height: 262px !important;
}


.eltdf-woo-pl-info-below-image ul.products > .product .added_to_cart, .eltdf-woo-pl-info-below-image ul.products > .product .button {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 12px 46px 13px;
}