.bg-productp {
    background-image: url("../img/recipe-cover-image.jpg");
}

.card-image img {
    width: 197.5px;
    margin-bottom: 10px;
    height: 197.5px;
}

.productpg .product-spice {
    padding: 12rem 0 7rem;
}

.product-spice {
    row-gap: 60px;
}

.salone-de-spice-area-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 60px;
}

.salone-de-spice-en,
.salone-de-spice-jp {
    border: 3px solid black;
    padding: 5px;
    margin: 5px;
    width: 305.7129px;
    height: 66.1853px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    background-color: white;
}

.X-letter {
    font-size: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.salone-de-spice-en-mini {
    font-size: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-style: italic;
    position: relative;
    top: 4px;
}

.heder-section-japaneese-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    line-height: 40px;
}

.recipe-index-area-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.recipe-index-header {
    font-size: 20px;
    font-weight: 600;
}

.recipe-index-body-container {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    justify-content: center;
}

.recipe-index-item {
    width: 200px;
    height: 31.4405px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: gray;
    border-radius: 30px;
    cursor: pointer;
    z-index: 100;
}

.recipe-index-item:hover {
    background-color: black;
    color: white;
}

.active-category {
    background-color: black;
    color: white;
}

.recipe-card {
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
}

.card-header-section {
    height: 30px;
}

.card-header img {
    width: 100%;
}

.card-header-text {
    color: white;
    position: relative;
    top: -61px;
    font-size: 12px;
}

.card-content {
    padding: 0 15px 10px 15px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
}

.card-info {
    background-color: #000;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-details {
    font-size: 14px;
    text-align: left;
}

/* .card-bottle img {
    height: auto;
    width: 40px;
    position: relative;
    top: -70px;
    left: 73px;
} */

.card-bottle img {
    height: auto;
    width: 80px;
    position: relative;
    top: -61px;
    left: 73px;
}

.card-footer {
    background-color: #ffffff;
    padding: 10px;
    color: #666;
    font-size: 14px;
    border-top: none;
    cursor: pointer;
}

.card-footer:hover {
    color: #000;
    text-decoration: underline;
}

.card-header-section img {
    position: relative;
    top: -26px;
    width: 220px;
    height: 40px;
}

.card-bottle {
    height: 1px;
}

.cart-details {
    text-align: left;
    margin: 10px 10px 10px 20px;
}

p.cart-details-first-row {
    font-size: 12px;
}

.recipe-cart-inner {
    border: 1px solid black;
    margin: 10px;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

p.text-sm.text-gray-700.leading-5 {
    display: none;
}

.pagination {
    padding-bottom: 6rem;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    background: transparent !important;
    font-size: 25px;
    position: relative;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(188, 216, 62);
    width: 65%;
    margin: 0 auto;
    height: 5px;
}

.bg-white {
    background-color: transparent !important;
    font-size: 25px;
}

.border {
    border: 1px solid transparent !important;
}

.shadow-sm {
    box-shadow: none !important;
}

@media (max-width: 750px) {
    .productpg .top_wrap {
        padding-left: 9.1vw;
        padding-right: 9.1vw;
    }

    .salone-de-spice-en,
    .salone-de-spice-jp {
        width: 36.15vw;
        font-size: 3.02vw;
    }

    .salone-de-spice-area-container {
        gap: 0px;
    }

    .salone-de-spice-en-mini {
        font-size: 2.09vw;
        top: 2px;
    }

    .heder-section-japaneese-text {
        font-size: 3.2vw;
    }

    .recipe-index-item {
        width: 39.24vw;
        font-size: 3.2vw;
    }

    .recipe-index-header {
        font-size: 4.53vw;
    }

    .recipe-card {
        width: 39.49vw;
    }

    .productpg .product-spice {
        padding: 6rem 0 7rem;
    }

    .card-header-text {
        top: -42px;
        font-size: 2vw;
    }

    .card-header-section img {
        top: -20px;
        width: 33.42vw;
        height: 5.73vw;
    }

    .card-header-section {
        height: 20px;
    }

    .card-title {
        font-size: 2.98vw;
        min-height: 30.69px;
    }

    .card-image img {
        height: 26.157vw;
        width: 30.64vw;
    }

    .card-details {
        font-size: 2.04vw;
    }

    p.cart-details-first-row {
        font-size: 1.57vw;
    }

    .product-used-in-the-recipe-title-text {
        font-size: 1.88vw;
    }

    .cart-details {
        margin: 10px 10px 10px 10px;
    }

    /* .card-bottle img {
        width: 6.86vw;
        top: -52px;
        left: 47px;
    } */

    .card-bottle img {
        width: 12.86vw;
        top: -10.5vw;
        left: 11vw;
    }

    .card-footer {
        font-size: 3vw;
    }
}
