.site-header-cart-side.active {
    z-index: 999999999999999;
}

.mini-cart-thumbnail img {
    width: 60px !important;
    object-fit: contain;
}

.mini-cart-dropdown {
    width: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    z-index: 999;
}

/* Style for each mini cart item */
.mini-cart-item {
    display: flex;
    margin-bottom: 10px;
    padding: 10px 0
}

.mini-cart-item bdi {
    font-size: 18px
}

/* Style for the thumbnail image */
.mini-cart-thumbnail {
    flex: 1;
    margin-right: 10px;
    display: flex;
    justify-content: center
}

/* Style for the details (product name, price, quantity) */
.mini-cart-details {
    flex: 2;
}

/* Additional styles as needed */
.mini-cart-product-name {
    font-weight: bold;
}

.mini-cart-total {
    margin-top: 10px;
    text-align: right;
    padding: 20px;
    border-top: 1px solid #e8e8e8 !important
}

.mini-cart-total span {
    font-weight: bold;
}



.mini-cart-dropdown {
    display: none;
}

.cart-content-2::before {
    color: #73785b;
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    font-size: 24px;
    vertical-align: baseline;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    font-weight: 400;
}

span.count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    background-color: #ef3636;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 21px;
}

#totalOutside bdi {
    font-size: 17px
}

.process {
    border-radius: 5px;
}

#saving {
    background: #fff2a1;
    padding: 5px 10px
}

#saved {
    background: #a1ffa5;
    padding: 5px 10px
}

.mini-cart-actions a.remove:hover {
    cursor: pointer;
}


a.remove-item {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    position: relative;
    display: none;
    cursor: not-allowed;
}

a.remove-item:before {
    font-family: "ekommart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #959595;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}

.page-numbers span {
    display: none;
}

a.next.page-numbers,
a.prev.page-numbers {
    line-height: 50px !important;
}

.wps_wpr_apply_custom_points {
    display: none !important;
}

.coupon {
    display: none !important;
}

.woocommerce-cart .woocommerce-message {
    /*display: none;*/
}

.archive .woocommerce-message {
    display: none !important;
}