.spice-one-detail {
    padding: 0rem 0rem;
}

.second-mainMv {
    width: 100%;
    margin-top: 60px;
    padding: 2rem 0 0rem;
    background-color: #000;
}

.spice-one-detail {
    border: 4px solid black;
}

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

.salone-de-spice-en,
.salone-de-spice-jp {
    border: 3px solid black;
    padding: 5px;
    margin: 5px;
    width: 246.0022px;
    height: 53.2582px;
    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;
    color: white;
}

.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;
    padding-bottom: 4rem;
}

.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;
}

.recipe-index-item:hover {
    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-image img {
    width: 197.5px;
    height: 197.5px;
    margin-bottom: 10px;
}

.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;
}

.recipe-detail-container-baner-image {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 35%;
    display: inline-block;
    transform: translateX(-50%);
}

.recipe-detail-container-baner-image-container {
    height: 0px;
}

.heading-text-on-baner-image {
    position: absolute;
    left: 50%;
    top: -25px;
    color: white;
    height: 0px;
    display: inline-block;
    transform: translateX(-50%);
}

form {
    padding: 0 0 0 0;
}

.heding-section-recipe-text-container {
    background-color: black;
    color: white;
    width: 20%;
    font-size: 20px;
    padding: 0 10px;
}

.heding-section-second-row-container {
    display: flex;
}

.cooking-time-area {
    width: 20%;
    padding: 5px;
}

.cooking-time-heding-text-area {
    display: inline-block;
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.cooking-time-heding-text-area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 7px;
    background-color: #c9b863;
    z-index: -1;
}

.cooking-time-area {
    display: flex;
    gap: 10px;
    border-right: 1px solid #9b9999;
    justify-content: center;
    align-items: center;
}

.time-details-heding {
    font-size: 10px;
}

.time-details-time {
    font-size: 15px;
}

.recipe-container-heding-section {
    border-bottom: 1px solid #9b9999;
}

.recipe-container-body-section {
    padding: 50px;
}

.recipe-container-body-first-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
    margin-bottom: 30px;
}

.left-side-container-body {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
}

.left-side-container-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-side-container-body {
    text-align: justify;
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
}

.ingredient-header {
    background-color: #c9b863;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.ingredient-list {
    padding: 10px;
}

.ingredient-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
}

.solid {
    border-bottom: 1px solid #ddd;
}

.dashed {
    border-bottom: 1px dashed #ddd;
}

.ingredient-name {
    margin-right: 10px;
}

.ingredient-quantity {
    white-space: nowrap;
}

.one-contry-wise-product-item {
    background-color: #e9edef;
    width: 100%;
    margin-bottom: 10px;
}

.product-card {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.product-cart-left-side {
    width: 60%;
    text-align: left;
}

span.salon-du-spice-text-product-cart {
    font-size: 12px;
}

span.country-name-product-cart {
    font-size: 20px;
}

.product-card img {
    width: 150px;
    height: auto;
    margin: 10px 0;
}

.product-description {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: left;
}

.view-more {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.view-more a {
    text-decoration: none;
    color: #333;
}

.view-more-arrow {
    font-size: 14px;
}

.recommended-recipes {
    text-align: center;
    margin-bottom: 8rem;
    font-size: 20px;
    font-weight: 600;
}

.section-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
}

.recipe-section {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
}

.recipe-section-header {
    background-color: #c9b863;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}

.hidden-product {
    display: none;
}

.close-product {
    cursor: pointer;
    font-size: 18px;
    color: #f00;
}

.product-description {
    font-size: 13px;
}

.dot-mark {
    display: inline-block;
    transform: scale(3.5);
}

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

@media (max-width: 750px) {
    .second-mainMv {
        margin-top: 25.15vw;
        background-color: #e6ebee;
        z-index: 10;
        position: relative;
    }

    .salone-de-spice-area-container {
        padding-left: 9.1vw;
        padding-right: 9.1vw;
        margin-top: 3rem;
        gap: 0px;
    }

    .X-letter {
        color: black;
    }

    .salone-de-spice-en,
    .salone-de-spice-jp {
        border: 1px solid black;
        width: 36.15vw;
        font-size: 13px;
    }

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

    .spice-one-detail {
        border-left: none;
        border-right: none;
        padding-left: 9.33vw;
        padding-right: 9.33vw;
    }

    .pddetail .product-detail {
        padding: 3rem 0rem;
    }

    .recipe-container-body-section {
        padding: 0px;
    }

    .heading-text-on-baner-image {
        top: -28px;
    }

    .recipe-detail-container-baner-image {
        width: 65.51vw;
        top: -30px;
    }

    .heding-section-recipe-text-container {
        width: 32.97vw;
        font-size: 20px;
        margin-top: 40px;
        text-align: center;
    }

    .recipe-container-heding-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cooking-time-heding-text-area {
        position: unset;
        transform: none;
        margin-top: 40px;
        font-size: 8vw;
        text-decoration: underline;
        text-decoration-color: #c9b863;
    }

    .heding-section-second-row-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .cooking-time-area {
        width: 100%;
        padding: 10px;
    }

    .cooking-time-area {
        margin-top: 40px;
        border-top: 1px solid #9b9999;
        border-bottom: 1px solid #9b9999;
        border-right: none;
        justify-content: center;
    }

    .recipe-container-heding-section {
        border-bottom: none;
    }

    .time-details {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .time-details-heding {
        font-size: 3.33vw;
    }

    .time-details-time {
        font-size: 4vw;
    }

    .cooking-time-result {
        font-size: 5.33vw;
    }

    .recipe-container-body-first-section {
        flex-direction: column;
    }

    .left-side-container-body {
        height: auto;
        flex-basis: unset;
        max-width: unset;
        box-sizing: unset;
        width: 81.34vw;
    }

    .right-side-container-body {
        width: auto;
    }

    .section-container {
        flex-direction: column;
        margin-top: 40px;
    }

    .ingredient-section {
        width: 81.34vw;
    }

    .recipe-section {
        flex-basis: unset;
        max-width: unset;
        box-sizing: unset;
        width: 81.34vw;
    }

    .pddetail form {
        padding-bottom: 60px;
    }

    .cooking-time-heding-text-area::after {
        display: none;
    }

    .recipe-index-area-container {
        margin-top: 4rem;
        border-top: 3px solid;
    }

    .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;
    }

    .product-spice {
        margin-left: 9.33vw;
        margin-right: 9.33vw;
        row-gap: 60px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .recommended-recipes {
        margin-bottom: 4rem;
    }

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

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

    .squre-btn .btn {
        padding: 2rem 2rem;
    }

    .spice-more {
        padding: 1rem 0 5rem;
    }

    .ingredient-header {
        font-size: 3.76288vw;
    }

    .recipe-section-header {
        font-size: 3.76288vw;
    }

    .ingredient-item {
        font-size: 3.3333vw;
    }

    .recipe-section-body {
        font-size: 3.4667vw;
    }

    span.salon-du-spice-text-product-cart {
        font-size: 2.6667vw;
    }

    span.country-name-product-cart {
        font-size: 4vw;
    }

    .product-description {
        font-size: 2.9333vw;
    }
}
