/* Section Event */
.carousel img {
    /* height: 400px; */
    height: calc(100vw / 1.91);
    width: auto;
    object-fit: cover;
    background-position: center;
}

/* End Section Event */

/* Section-notice */
.notice {
    padding-top: 32px;
    padding-bottom: 32px;
    background: var(--color-light_color_hex, #F6F6ED);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

.notice-items {
    align-self: stretch;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
    display: flex
}

.notice-item:nth-child(1) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    margin-top: -45px;
    background: var(--color-main_color_hex, #FF8A8A);
    padding: var(--radius-sm, 5px) 20px;
}

.notice-item:nth-child(2) {
    width: 100%;
}

.notice-item:nth-child(2) > span {
    left: -0.50px;
    top: 0;
    text-align: center;
    color: var(--color-main_color_hex, #FF8A8A);
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word
}

.notice-item:nth-child(3) {
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word
}

.notice-item:nth-child(4) a {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: underline;
    word-wrap: break-word;
    color: black;
}

.bg-wave {
    height: 63px;
    width: 100%;
    background-size: 100% 100%;
    margin-top: -1px;
}

.bg-wave svg {
    fill: var(--color-light_color_hex, #F6F6ED);
}

/* End section-notice */

.tracking {
    width: 60px;
    height: 60px;
    background: var(--color-main_color_hex, #FF8A8A);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: fixed;
    right: 0;
    bottom: 30%;
    text-decoration: none;
    z-index: 100;
}

.tracking p {
    margin: 0px;
    margin-top: 3px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

/* section-delivery */
.section-delivery {
    padding: 32px;
    background-color: var(--color-light_color_hex, #F6F6ED);
}

.section-delivery .title-delivery {
    color: #212529;
    font-size: 24px;
    font-weight: 700;
}

.section-delivery .description-delivery {
    text-align: center;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}

.section-delivery .input-delivery {
    max-width: 261px;
    width: 100%;
    border: 1px solid #CED4DA;
    border-radius: 4.80px;
    height: 48px;
    padding: 0px 16px;
}

.section-delivery .input-delivery.error {
    border: 1px solid var(--color-main_color_hex, #FF8A8A);
}

.section-delivery #phone-number-group-error,
.section-delivery #booking-number-group-error
{
    max-width: 261px;
    width: 100%;
}

#booking-number-group-error .form-alert-error:last-child {
    margin-bottom: 24px !important;
}

#phone-number-group-error .form-alert-error:first-child {
    margin-top: 8px;
}

.section-delivery .input-delivery:first-child {
    margin-bottom: 8px;
}

.section-delivery .button-delivery {
    max-width: 400px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    height: 60px;
    background-color: var(--color-main_color_hex, #FF8A8A);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.section-delivery .delivery-question {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.delivery-top {
    display: flex;
    padding: var(--space-lg, 24px) var(--Component-Container-PaddingX, 32px);
    flex-direction: column;
    align-items: center;
    gap: var(--space-lg, 24px);
    align-self: stretch;
}

.delivery-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.delivery-item {
    color: var(--body-text, var(--gray-gray-900, #212529));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* End section-delivery */

/* section-banner */
.section-banner {
    max-width: 1888px;
    margin: 0 auto;
    padding: 32px 24px;
    gap: 20px;
}

.section-banner .banner {
    width: calc((100% - 40px) / 3);
    aspect-ratio: 3 / 2;
}

.banner a {
    width: 100%;
}

.banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .section-banner .banner {
        width: calc((100% - 20px) / 2);
    }
}

@media only screen and (max-width: 500px) {
    .section-banner .banner {
        width: 100%;
    }
}

/* End section-banner */

/* Section-search */
.section-search-item,
.section-search-item * {
    box-sizing: border-box;
}

.section-search-item {
    padding: 24px 0 56px 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm, 8px);
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
}

.search-item-title {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ico-search {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.text-search {
    color: #212529;
    text-align: left;
    font-size: 16px;
    line-height: 175%;
    font-weight: 700
}

.tag-search {
    margin: 8px 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-self: stretch;
    flex-shrink: 0;
}

.label-tag {
    background: var(--color-sub_color_hex, #3F3B38);
    padding: 4px 8px 4px 8px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.label-tag-text a {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 175%;
    font-weight: 700;
    text-decoration: none;
}

.wrapper {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    overflow: visible;
}

/* end section-search*/

/* Product*/

.card img {
    object-fit: cover;
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* End Product*/

@media only screen and (max-width: 500px) {
    .no-gutters {

    > .col,
    > [class*="col-"] {
        padding-right: 4px;
        padding-left: 4px;
    }
}

.ranking .card-title {
    font-size: 14px;
}

.ranking .card-text {
    font-size: 13px;
}

}

@media only screen and (max-width: 768px) {
    .carousel img {
        height: calc(100vw / 1.91);
    }
}
