/*---------------------------menu-cart-01---------------------------*/

.menu-cart-01 #elementor-menu-cart__toggle_button {
    height: 21px !important;
}

.menu-cart-01 #elementor-menu-cart__toggle_button:focus {
    background-color: transparent;
}

.menu-cart-01 .eicon-cart-light:before {
    content: "";
}

.menu-cart-01 .elementor-menu-cart__wrapper {
    height: 20px;
}

.menu-cart-01 .eicon-cart-light {
    background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.875 6.25H13.75V5C13.75 2.75 12.25 1.25 10 1.25C7.75 1.25 6.25 2.75 6.25 5V6.25H3.125C2.75 6.25 2.5 6.5 2.5 6.875V15.625C2.5 17.375 3.875 18.75 5.625 18.75H14.375C16.125 18.75 17.5 17.375 17.5 15.625V6.875C17.5 6.5 17.25 6.25 16.875 6.25ZM7.5 5C7.5 3.4375 8.4375 2.5 10 2.5C11.5625 2.5 12.5 3.4375 12.5 5V6.25H7.5V5ZM16.25 15.625C16.25 16.6875 15.4375 17.5 14.375 17.5H5.625C4.5625 17.5 3.75 16.6875 3.75 15.625V7.5H16.25V15.625Z" fill="%23C5BBB6"/%3E%3C/svg%3E');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.menu-cart-01 .elementor-button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.menu-cart-01 .elementor-button-icon-qty {
    margin-left: 6px;
    font-family: 'Lato-Regular';
}

.menu-cart-01 .elementor-button-icon-qty:before {
    content: '(';
}

.menu-cart-01 .elementor-button-icon-qty:after {
    content: ')';
}

.menu-cart-01 #elementor-menu-cart__toggle_button {
    border: 0px !important;
}

.menu-cart-01 .product-remove,
.menu-cart-01 .product-remove:hover {
    border: 0px;
}

.menu-cart-01 .elementor-menu-cart__main {
    padding: 0px 24px;
    padding-bottom: 50px;
    padding-top: 30px;
}

@media (max-width: 1023px) {
    /*.menu-cart-01 .elementor-button-icon-qty{
        position: absolute;
        width: auto;
        height: auto;
        left: 50% !important;
        top: 65% !important;
        margin-left: 0px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 10px;
        color: #978B87;
    }*/
    .menu-cart-01 .elementor-button-icon-qty:before,
    .menu-cart-01 .elementor-button-icon-qty:after {
        content: "";
    }
}

@media (max-width: 767px) {}