.mini-cart-item {
    width: 24px;
    float: right;
}
.header-rt__col {
    width: 10% !important;
}

.header-lt__col {
    width: 90% !important;
    margin: 0 !important;
}

.mini-cart-item {
    --cBoxOffset: 60px;
}

.cart-count {
    position: absolute;
    right: -9px;
    top: -9px;
    background: #fff;
    color: #000;
    width: 20px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    line-height: 1;
    font-size: 12px;
    display: grid;
    place-items: center;
}

.mini-cart-content {
    background: #fff;
    position: absolute;
    right: 0;
    width: 300px;
    top: var(--cBoxOffset);
    padding-block: 20px;
    border: 1px solid #eeeeee;
    padding-inline: 10px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    display: none;
}

.mini-cart-content::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 30px;
    height: var(--cBoxOffset);
    right: 0;
    bottom: 100%;
    display: none;
}

@media (min-width: 981px) {
    .mini-cart-item:hover>.mini-cart-content {
        display: block;
    }
}
@media(max-width: 980px){
    .mini-cart-item {
        --cBoxOffset: 40px;
    }
    .header-navbar {
        position: relative;
    }
    .custom-cart {
        position: absolute;
        right: 50px;
        top: 30%;
    }
    

}
@media(min-width: 981px) and (max-width: 1080px){
    .header-navbar .et_pb_menu__logo-wrap{
        width: 18% !important;
    }
}
@media(max-width: 480px){
    .mini-cart-content {
        transform: translate(26%, -10px);
    }
}
.cart-icon {
    color: #fff !important;
    position: relative;
    z-index: 1;
}



/*  */
.header-navbar {
    display: flex;
    align-items: center;
}
.mini-cart-item {
    display: flex;
}
.mini-cart-item .cart-icon {
    width: 24px;
    margin-left: auto !important;
}

.woocommerce-mini-cart-item a {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center;
	margin-bottom: 20px;
}
.woocommerce-mini-cart-item .remove_from_cart_button {
    float: right;
    display: block !important;
}
.woocommerce-mini-cart-item a img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    margin-right: 10px !important;
}

.woocommerce-mini-cart__buttons .button {
    background-color: #8d1c5c !important;
    color: #fff !important;
    padding: 10px 20px!important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-radius: 0px !important;
}

.woocommerce-mini-cart__buttons .quantity, 
.woocommerce-mini-cart__buttons .total{
    color: #000;
    font-size: 16px;
}

.woocommerce-mini-cart__buttons .button:hover::after {
    display: none;
    padding: 10px 20px!important;
}

.et-menu > li > a:after{
    transition: all 0.3s ease 0s;
}

.et-menu-nav .et-menu > li > a:hover:after{
    top: 43% !important;
    transform: rotate(180deg) !important;
}

@media (max-width: 980px){
    .et_mobile_menu{
        max-height: calc(100vh - 125px);
        overflow: auto;
    }
    .mobile-toggle svg{
        fill: #fff;
    }
}
