@media (max-width: 768px) {
    .elementor-widget-header-actions .elementor-grid-item a.mini-cart-toggle,
    .elementor-widget-header-actions .elementor-grid-item a.mini-wishlist-toggle {
        z-index: 1;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s all ease-in-out;
    }

    .elementor-widget-header-actions .elementor-grid-item a.mini-cart-toggle.active,
    .elementor-widget-header-actions .elementor-grid-item a.mini-wishlist-toggle.active {
        background-color: #9C0000;
        box-shadow: 6px 6px 12px rgb(50 0 0 / 70%);
        border-radius: 12px;
    }

    .elementor-grid-item-wishlist {
        position: absolute;
        margin-right: 0 !important;
        right: 10px;
        top: 65px;
    }
}

@media (min-width: 768px) {
    .elementor-grid-item-wishlist {
        display: none !important;
    }
}

.elementor-widget-header-actions {
    position: initial;
}

.elementor-widget-header-actions:not(:last-child) {
    margin-bottom: 0;
}

.elementor-widget-header-actions .elementor-grid-item:not(.elementor-grid-item-cart) {
    margin-right: 80px;
}

@media (max-width: 1320px) {
    .elementor-widget-header-actions .elementor-grid {
        text-align: right;
    }

    .elementor-widget-header-actions .elementor-grid-item:not(.elementor-grid-item-cart) {
        display: none;
    }
}

.elementor-widget-header-actions .elementor-grid-item a {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.elementor-widget-header-actions .elementor-grid-item a:hover svg {
    transform: scale(1.05);
}

.elementor-widget-header-actions .elementor-grid-item svg {
    width: 24px;
}

.elementor-widget-header-actions .elementor-grid-item span {
    background-color: #D50505;
    border-radius: 5px;
    width: 19px;
    height: 19px;
    font-size: 10px;
    position: absolute;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -25px;
}

@media (max-width: 1320px) {
    .elementor-widget-header-actions .elementor-grid-item span {
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        background-color: #F6F3BE;
        color: #222222;
        border-radius: 8px;
    }
}

/* Mini Cart */
.woocommerce-mini-cart__empty-message {
    color: #fff;
}

.mini-cart-top {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    margin-top: 55px;
}

@media (max-width: 768px) {
    .mini-cart-top {
        /*display: none;*/
        margin-bottom: 30px;
    }
}

.go-to-cart {
    display: inline-flex;
    font-size: 12px;
    padding: 25px 90px;
    border: 3px solid #fff;
    transition: 0.2s all ease-in-out;
}

.go-to-cart:hover {
    opacity: 0.75;
}

@media (max-width: 768px) {
    .go-to-cart {
        padding: 20px;
        width: 100%;
        justify-content: center;
    }
}

.admin-bar .mini-cart {
    min-height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
}

.mini-cart {
    display: none;
    position: absolute;
    right: -30px;
    top: 100%;
    background-color: rgba(67, 57, 57, 0.9);
    padding: 35px 25px 0;
    min-height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
}

@media (min-width: 1140px) {
    .mini-cart {
        right: -70px;
        width: 400px;
    }
}

@media (max-width: 768px) {
    .mini-cart {
        top: -5px;
        width: 80vw;
        background-color: rgba(110, 2, 2, 0.9);
        padding-top: 100px;
        height: 100vh;
    }

    .mini-cart .go-to-cart {
	    padding: 20px 60px;
	    border: 2px solid #fff;
	}
}

.mini-cart[style*='display: block'] {
    display: flex !important;
    flex-flow: column;
}

.mini-cart .woocommerce-mini-cart {
    padding: 0;
    margin: 0;
    list-style: none;
    /*position: absolute;*/
}

.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
}

.woocommerce-mini-cart-item:not(:last-child) {
    margin-bottom: 35px;
}

.mini-cart a,
.mini-wishlist a {
    color: #fff;
}

.mini-cart .remove_from_cart_button {
    transform: rotate(-180deg);
    display: inline-block;
    writing-mode: vertical-lr;
    font-size: 12px;
    font-family: "Butler";
}

.mini-cart .remove_from_cart_button:hover {
    opacity: 0.75;
}

/* Thumbnail */
.mini-cart .attachment-woocommerce_thumbnail {
    width: 100px;
}

@media (max-width: 768px) {
    .mini-cart .attachment-woocommerce_thumbnail {
        width: 70px;
    }
}

/* Data */
.mini-cart-data {
    width: auto;
    flex: auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.mini-cart-data-meta {
    margin-left: 15px;
    width: auto;
    flex: 1;
}

.mini-cart-data-meta .product-category a {
    font-size: 14px;
    text-transform: uppercase;
}

.mini-cart-data-meta h5 {
    color: #fff;
    font-size: 20px;
    font-family: "Butler";
    margin: 0 0 5px;
}

.mini-cart-data-meta .price {
    color: #AFAFAF;
    font-size: 18px;
    font-family: "Butler";
    font-weight: bold;
}

/* Quantity */
.mini-cart .quantity {
    display: inline-flex;
    width: 31px;
    height: 31px;
    border: 1px solid #A1A1A1;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .mini-cart .quantity {
        display: none;
    }
}

/* Archive Sorting Widget */
.archive-sorting-wisget {
    text-align: center;
}

.archive-sorting-wisget select {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #140D0D;
    padding: 10px 0;
    font-size: 20px;
    color: #140D0D;
    text-transform: uppercase;
}

/* Mini wishlist { */
.mini-wishlist {
    display: none;
    position: absolute;
    right: -30px;
    top: 100%;
    background-color: rgba(67, 57, 57, 0.9);
    padding: 35px 25px 0;
    min-height: calc(100vh - 100px);
}

@media (min-width: 1140px) {
    .mini-wishlist {
        right: -70px;
        width: 400px;
    }
}

@media (max-width: 768px) {
    .mini-wishlist {
        top: -5px;
        width: 80vw;
        background-color: rgba(110, 2, 2, 0.9);
        padding-top: 100px;
        height: 100vh;
    }

    .mini-wishlist .go-to-wishlist {
        padding: 20px 60px;
        border: 2px solid #fff;
    }
}

.mini-wishlist .product-thumbnail {
    max-width: 70px;
}
/* } Mini wishlist */