.site-header .header-container .phone-cart-wrapper .cart-wrapper:hover {
    cursor: pointer;
}

.mini-cart-wrapper.active {
    /* display: block; */
    left: 0;
    opacity: 1;

    width: 33.5rem;
    background: #fff;
    min-height: 50rem;
}

.mini-cart-wrapper.active .minicart-container {
    padding: 7.1rem 0 3.5rem;
    max-height: 80rem;
    overflow-y: auto;
}

.mini-cart-wrapper.active .minicart-container .close-button {
    display: flex;
    margin: 0 auto 6.3rem;
}

.mini-cart-wrapper.active .woocommerce-mini-cart__empty-message {
    font-size: 1.5rem;
    padding: 0 2.2rem;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item {
    display: flex;
    padding: 0 2.2rem 2.1rem;
    border-bottom: 1px solid #ADABAB;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item:not(:first-child) {
    padding-top: 2.1rem;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
    border-bottom: none;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item a.thumbnail {
    width: 7rem;
    height: 7rem;
    border: 1px solid #DBDBDB;
    margin-left: 1.1rem;
    display: block;
    flex-shrink: 0;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item a.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item .product-name-and-price .product-name {
    font-size: 2rem;
    line-height: 2.2rem;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item .product-name-and-price .product-price {
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 600;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item .product-name-and-price .price-and-quantity {
    display: flex;
    gap: 2.5rem;
    margin-top: 1rem;
    align-items: center;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-quantity {
    width: 5.3rem;
    height: 2.3rem;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-self: center;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-quantity button {
    color: #ADABAB;
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding: .2rem;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item .mini-cart-quantity input {
    background-color: #DBDBDB;
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: none;
    height: 100%;
}

.mini-cart-wrapper.active .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
    margin-right: auto;
    flex-shrink: 0;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper {
    margin-top: 9.8rem;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper .seperator {
    height: 6px;
    background-color: #DF6951;
    width: 100%;
    margin-bottom: 2.1rem;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper .title-wrapper {
    font-size: 3.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #DF6951;
    font-weight: 600;
    margin-bottom: 1.8rem;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper .products-wrapper {
    padding: 0 2.1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 2rem;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper .products-wrapper .single-product {
    border: 1px solid #DBDBDB;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper .products-wrapper .single-product .image-wrapper {
    /* width: 12.5rem; */
    height: 12.7rem;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper .products-wrapper .single-product .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-cart-wrapper.active .minicart-container .more-products-wrapper .products-wrapper .single-product a {
    width: 100%;
    display: block;
    background: #000;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
    padding: .5rem 0;
}

.mini-cart-wrapper.active .minicart-container .woocommerce-mini-cart__total {
    margin: 0;
    padding: 0 2.2rem;
    margin-top: 12.2rem;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-cart-wrapper.active .minicart-container .woocommerce-mini-cart__total span bdi {
    direction: rtl;
}

.mini-cart-wrapper.active .minicart-container .woocommerce-mini-cart__buttons {
    margin: 0;
    margin-top: 1.8rem;
    padding: 0 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mini-cart-wrapper.active .minicart-container .woocommerce-mini-cart__buttons a {
    background-color: #000;
    border-radius: 10px;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-cart-wrapper.active .minicart-container .woocommerce-mini-cart__buttons a.checkout {
    background-color: #DF6951;
}

.five-images {
    margin-top: 8.9rem;
}

.five-images .five-images-container {
    display: flex;
}

/* .five-images .five-images-container .single-image:hover {
    background: #000;
    opacity: 0.25;
} */

.five-images .five-images-container .single-image {
    display: grid;
}

.five-images .five-images-container .single-image > * {
    grid-area: 1/1/-1/-1;
}

.five-images .five-images-container .single-image .opacity {
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: opacity 0.5s ease;
}

.five-images .five-images-container .single-image:hover .opacity {
    opacity: 0.25;
}

.site-footer {
    background-color: #000000;
    padding: 12rem 0 10.5rem;
}

.site-footer .footer-container {
    width: 100%;
    max-width: 143.6rem;
    margin: 0 auto;
}

.site-footer .footer-container .logo-wrapper {
    width: 18.5rem;
    height: 5rem;
}

.site-footer .footer-container .logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-footer .footer-container .footer-contact {
    display: flex;
    justify-content: space-between;
    font-size: 2rem;
    color: #fff;
    line-height: 2.8rem;
}

.site-footer .footer-container .footer-contact span {
    font-weight: bold;
}

.site-footer .footer-container .footer-contact .social-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
}

.site-footer .footer-container .footer-contact .social-wrapper span {
    width: 100%;
    margin-bottom: .5rem;
}

.site-footer .footer-container .footer-contact .social-wrapper a:not(:last-child) {
    margin-left: 1.6rem;
}

.site-footer .seperator {
    background-color: #ADABAB;
    margin: 4rem 0;
    width: 100%;
    height: 1px;
}

.site-footer .footer-container .footer-bottom-content {
    display: flex;
    justify-content: space-between;
}

.site-footer .footer-container .footer-bottom-content .title-wrapper {
    color: #DF6951;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2.4rem;
}

.site-footer .footer-container .footer-bottom-content .content-wrapper {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.site-footer .footer-container .footer-bottom-content a {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.site-footer .footer-container .footer-bottom-content a .icon {
    margin-right: 1.3rem;
}

.site-footer .footer-container .footer-bottom-content .recipes-posts .single-recipe {
    display: flex;
    gap: 1.7rem;
}

.site-footer .footer-container .footer-bottom-content .recipes-posts .single-recipe .recent-thumb {
    width: 6.7rem;
    height: 6.7rem;
}

.site-footer .footer-container .footer-bottom-content .recipes-posts .single-recipe .recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-footer .footer-container .footer-bottom-content .recipes-posts .single-recipe .recent-content {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.site-footer .footer-container .footer-bottom-content .recipes-posts .single-recipe .recent-content a {
    font-weight: bold;
}

.site-footer .footer-container .footer-bottom-content .recipes-posts .single-recipe .recent-excerpt {
    max-width: 17.9rem;
}

.site-footer .footer-container .footer-bottom-content .recipes-posts .single-recipe:not(:last-child) {
    margin-bottom: 2rem;
}

.site-footer .footer-container .footer-bottom-content .recipes-wrapper .content-wrapper {
    margin-top: 2.9rem;
}

.site-footer .footer-container .footer-form {
    margin-top: 9rem;
}

.site-footer .footer-container .footer-form .title-wrapper {
    color: #DF6951;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1.3rem;
}

.site-footer .footer-container .footer-form .line-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, auto);
    grid-gap: 1.2rem;
}

.site-footer .footer-container .footer-form .line-wrapper .input-wrapper {
    align-self: flex-start;
}

.site-footer .footer-container .footer-form .line-wrapper .input-wrapper p {
    margin: 0;
}

.site-footer .footer-container .footer-form .line-wrapper .input-wrapper input {
    width: 100%;
    border: 1px solid #707070;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 1.3rem 1.5rem;
    direction: rtl;
}

.site-footer .footer-container .footer-form .line-wrapper .button-wrapper p {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.site-footer .footer-container .footer-form .line-wrapper .button-wrapper input {
    background-color: #DF6951;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 2.2rem;
    padding: 1.4rem 7.5rem;
    border: none;
}

.site-footer .footer-container .footer-form .line-wrapper .button-wrapper input:hover {
    cursor: pointer;
}

.site-footer .footer-container .footer-form .line-wrapper .button-wrapper p .wpcf7-spinner {
    align-self: flex-end;
    margin: 1rem;
}

.site-footer .footer-container .footer-form .wpcf7-response-output {
    color: #fff;
    font-size: 1.5rem;
}

@media (max-width: 1023px) {
    .site-footer .footer-container {
        padding: 0 1.5rem;
    }

    .site-footer .footer-container .footer-contact {
        flex-direction: column;
        gap: 2rem;
    }

    .site-footer .footer-container .footer-bottom-content {
        flex-direction: column;
        gap: 2rem;
    }

    .site-footer .footer-container .footer-form .line-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    /* .mobile-menu-wrapper.active {
        display: block;
        height: 100vh;
    } */

    .mobile-menu-wrapper.active {
        transform: translateX(0);
    }

    .mobile-menu-wrapper.active .close-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 5rem auto 8rem;
    }

    .mobile-menu-wrapper nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-wrapper nav ul li {
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-wrapper nav ul li a {
        display: block;
        padding: 1.2rem 0;
        color: #000;
        font-size: 2rem;
        line-height: 2.2rem;
        text-decoration: none;
    }

    .mobile-menu-wrapper nav ul li.menu-item-has-children > a {
        padding-left: 2.5rem;
    }

    .mobile-menu-wrapper nav ul li.menu-item-has-children::before {
        content: '+';
        position: absolute;
        left: 0;
        top: 1.2rem;
        font-size: 2rem;
        line-height: 2.2rem;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .mobile-menu-wrapper nav ul li.open::before {
        content: '−';
    }

    .mobile-menu-wrapper nav ul li .sub-menu {
        display: none;
        padding-right: 1rem;
        border-right: 2px solid #f2f2f2;
    }

    .mobile-menu-wrapper nav ul li.open > .sub-menu {
        display: block;
        animation: slideDown 0.3s ease forwards;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateX(10px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .mobile-menu-wrapper::-webkit-scrollbar {
        width: 6px;
    }

    .mobile-menu-wrapper::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }

    .mobile-menu-wrapper.active .main-menu {
        padding: 0 1.5rem;
    }

    .search-overlay.active {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        display: grid;
        z-index: 10;
    }

    .search-overlay.active > * {
        grid-area: 1/1/-1/-1;
    }

    .search-overlay.active .opacity {
        background-color: #000;
        opacity: 0.5;
    }

    .search-overlay.active form {
        display: flex;
        align-items: center;
        justify-content: center;

        align-self: center;
        width: 90%;
        z-index: 3;
        margin: 0 auto;
    }

    .search-overlay.active form input {
        width: 100%;
        border: none;
        height: 5rem;
        border-bottom: 1px solid #ADABAB;
        padding: 10px;
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .search-overlay.active .close-button {
        z-index: 3;
        align-self: flex-start;
        justify-self: center;
        margin-top: 10rem;
    }
}