#custom-mini-cart-drawer {
    position: fixed;
    top: 0;
    right: -500px;
    width: 500px;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    transition: right 0.35s ease;
    box-shadow: -4px 0 20px rgb(0 0 0 / 0.15);
    display: flex;
    flex-direction: column;
}
#custom-mini-cart-drawer.active {
    right: 0;
}
#custom-mini-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 0.4);
    opacity: 0;
    pointer-events: none;
    z-index: 999998;
}
#custom-mini-cart-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.mini-cart-header {
    padding: 21px 11px 21px 25px;
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    align-items: center;
    font-size: 16px;
}
.mini-cart-header span {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px;
    color: #054A5A;
}
.mini-cart-content {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}
.mini-cart-close {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    width: 26px;
    padding: 0;
    height: 26px;
    margin-top: 2px;
}
.woocommerce-mini-cart {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow: auto;
}
.widget_shopping_cart {
    display: flex;
    flex-direction: column;
/*     height: 100vh; */
    flex: 1 1 auto;
}
.mini-cart-items-wrapper {
    flex: 1 1 auto;
    position: relative;
}
.mini-cart-items-wrapper .woocommerce-mini-cart {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow: auto;
    padding: 15px !important;
}
#custom-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
#custom-cart-icon svg {
    transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#custom-cart-icon:hover svg {
    transform: scale(1.15);
}
.acnt-icon-header a svg {
    transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.acnt-icon-header a:hover svg {
    transform: scale(1.15);
}
#custom-cart-icon .cart-count {
    position: absolute;
    top: -6px;
    right: -12px;
    background: #e63946;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    min-width: 18px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
}
.woocommerce-mini-cart__buttons {
    padding: 36px 15px 42px !important;
}
.custom-mini-cart-open {
    overflow: hidden !important;
}
.woocommerce-mini-cart__empty-message {
    text-align: center;
    margin: 15px;
    font-size: 16px;
}
.woocommerce-mini-cart__empty-message svg {
    display: block;
    margin: 15px auto;
}
/* .woocommerce-mini-cart__buttons a {
    margin: 15px auto !important;
} */
.woocommerce-mini-cart__buttons a.checkout {
    float: right;
}
.woocommerce .woocommerce-mini-cart-item a img.size-woocommerce_thumbnail {
    width: 85px;
}
.mini-cart-qty {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
}
.mini-cart-qty button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}
#custom-mini-cart-drawer.loading {
    pointer-events: none;
    opacity: 0.6;
}
.mini-cart-qty .qty-controls {
    display: flex;
    align-items: center;
    gap: 0px;
    background: #fff;
    border: 1px solid #C3C3C3;
}
.mini-cart-qty .qty-minus,
.mini-cart-qty .qty-plus {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    color: #767676;
}
.mini-cart-qty .qty-minus:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.mini-cart-qty .qty-value {
    min-width: 30px;
    text-align: center;
    font-weight: 400;
    font-family: "Inter";
    font-size: 14px;
    color: #122646;
}
.mini-cart-line-price {
    font-size: 14px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
}
.mini-cart-loading {
    opacity: 0.7;
    pointer-events: none;
}
.mini-cart-totals {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}
.woocommerce-mini-cart-item {
    transition: all 0.2s ease;
}
#custom-mini-cart-drawer .woocommerce-mini-cart-item a {
    font-weight: 600;
}
.woocommerce-mini-cart-item #mini-cart-product-name {
    white-space: nowrap;
/*     width: 255px; */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #054A5A;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    padding-top: 10px;
}
#custom-mini-cart-drawer .woocommerce-Price-amount.amount {
    font-size: 14px !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    color: #000 !important;
}
.mini-cart-qty[data-key] {
    transition: opacity 0.1s ease;
}
#custom-mini-cart-drawer.loading .woocommerce-mini-cart__total {
    opacity: 0.4;
    pointer-events: none;
}
#custom-mini-cart-drawer ul > li {
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
    background: #EFEFEF;
    min-height: 105px;
}
#custom-mini-cart-drawer ul > li:last-child {
    margin-bottom: 0px;
}
.woocommerce a.remove {
    background: #FFD6D6;
}
#custom-mini-cart-drawer ul li a.remove_from_cart_button {
    font-weight: 600;
    line-height: 20px;
    height: 20px;
    width: 20px;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    border-radius: 0;
}
.mini-cart-qty.loading .qty-controls {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}
.mini-cart-qty.loading .qty-controls::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}
.woocommerce-mini-cart-item.updating {
    position: relative;
    pointer-events: none;
    background: #f3f3f3;
}
.woocommerce-mini-cart-item.updating::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 0.8);
    z-index: 1;
}
.woocommerce-mini-cart-item.updating::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -12px;
    border: 3px solid #17b4b7;
    border-top: 3px solid #03595a;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 2;
}
#custom-mini-cart-drawer .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #054A5A;
    border-bottom: 1px solid #054A5A;
}
#custom-mini-cart-drawer .woocommerce-mini-cart__total {
    padding: 11px 25px !important;
    color: #054A5A;
}
#custom-mini-cart-drawer .mini-cart-footer-wrapper .woocommerce-Price-amount.amount {
    color: #054A5A !important;
}
#custom-mini-cart-drawer .woocommerce-mini-cart__total strong {
    font-size: 14px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
}
.woocommerce-mini-cart-item.updating > * {
    position: relative;
    z-index: 0;
    opacity: 0.2;
}
.custom-mini-cart-message {
    padding: 12px 20px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    animation: slideDown 0.3s ease;
    border-bottom: 1px solid;
}
.custom-mini-cart-message.success {
    background-color: #d1e7dd;
    color: #0f5132;
    border-color: #badbcc;
}
.custom-mini-cart-message.error {
    background-color: #f8d7da;
    color: #842029;
    border-color: #f5c2c7;
}
.single_add_to_cart_button.loading {
    position: relative;
    opacity: 0.7;
}
.single_add_to_cart_button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgb(255 255 255 / 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
.single_add_to_cart_button.loading img.cart-icon {
    opacity: 0.3;
}
#custom-mini-cart-drawer .woocommerce-mini-cart__buttons.buttons a {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    cursor: pointer;
    background: #054A5A;
    font-size: 14px;
    border: none;
    padding: 8px 32px !important;
    border-radius: 0px;
    letter-spacing: 0.7px;
    transition: all 0.3s ease;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    
/*     box-shadow: 0 4px 10px rgb(0 0 0 / 0.2); */
}
.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    margin: auto;
    gap: 50px;
    justify-content: center;
}
#custom-mini-cart-drawer .woocommerce-mini-cart__buttons.buttons a:hover {
    background: #fff0 linear-gradient(111deg, #004d4d 0%, #1ccbcf 100%) 0% 0% no-repeat padding-box;
    transform: translateY(-2px);
}
#custom-mini-cart-drawer .woocommerce-mini-cart__buttons.buttons a:after {
    display: none;
}
.icon_above_image {
    bottom: 6px;
    right: 8px;
}
.wt-wishlist-button {
    padding: 5px 7px;
    border-radius: 100%;
}
.wt-wishlist-button[data-action="add"] {
    background: #EAEAEA 0% 0% no-repeat padding-box;
}
.wt-wishlist-button[data-action="remove"] {
    background: #00CFC0 0% 0% no-repeat padding-box;
}
.webtoffee_wishlist {
    background: #EAEAEA 0% 0% no-repeat padding-box;
}
.webtoffee_wishlist_remove {
    background: #00CFC0 0% 0% no-repeat padding-box;
}
.wt-wishlist-button.wt-loading {
    background-color: transparent;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 0;
    left: auto;
}
.woocommerce .woocommerce-mini-cart-item a img.size-woocommerce_thumbnail {
    float: left;
    margin-right: 24px;
    margin-left: 0;
}
/* #wt-wishlist-count {
    position: absolute;
    right: -15px;
    top: 0;
} */
@keyframes slideDown {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 1300px) {
    .header-row .header-search {
        max-width: 230px !important;
    }
}
@media (max-width: 1200px) {
    .header-row .header-search {
        max-width: 170px !important;
    }
}
@media (max-width: 980px) {
    .header-row .header-search {
        max-width: calc(100% - 60px) !important;
    }
}
@media (max-width: 500px) {
    #custom-mini-cart-drawer {
        width: 320px;
        right: -320px;
    }
    .woocommerce-mini-cart-item #mini-cart-product-name {
        max-width: 170px;
    }
    .mini-cart-qty {
        max-width: 170px;
        gap: 10px;
    }
    .mini-cart-qty .qty-controls {
        gap: 0;
    }
    .woocommerce .woocommerce-mini-cart-item a img.size-woocommerce_thumbnail {
        width: 75px;
    }
    #custom-mini-cart-drawer .woocommerce-mini-cart__buttons.buttons a {
        padding: 8px 25px !important;
    }
    .woocommerce-mini-cart__buttons.buttons {
        gap: 0px;
        justify-content: space-between;
    }
    .woocommerce-mini-cart__buttons {
        padding: 20px 15px 25px !important;
    }
    #custom-mini-cart-drawer ul > li {
        min-height: 95px;
    }
}
@media (max-width: 768px) {
    #custom-mini-cart-drawer {
        height: 100vh;
        height: -webkit-fill-available;
        max-height: 100%;
    }
    .widget_shopping_cart {
        height: 100%;
        max-height: 100%;
    }
    .icon_above_image a {
        display: inline-block;
    }
    .wt-wishlist-button {
        display: block;
        height: 30px;
    }
    .icon_above_image {
        bottom: 3px;
    }
}
@supports (-webkit-touch-callout: none) {
    #custom-mini-cart-drawer {
        max-height: 100vh;
        height: -webkit-fill-available;
    }
}
