body {
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
    user-select: none;
}

.container_top_banner {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.container_top_banner_relative {
    position: relative;
    width: 100%;
    z-index: 9;
}

.top_banner {
    position: relative;
    width: 100%;
}

.to_top {
    display: none;
    opacity: 0;
    position: fixed;
    height: 75px;
    width: 75px;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    transition: ease 0.3s;
}

.button_cart_div {
    display: none;
    opacity: 0;
    position: fixed;
    height: 75px;
    width: 75px;
    right: 10px;
    bottom: 85px;
    z-index: 999;
    transition: ease 0.45s;
}

.button_cart_img {
    height: 100%;
    width: auto;
}

.to_top_img {
    height: 100%;
    width: auto;
}

.to_top:hover {
    cursor: pointer;
    height: 80px;
    width: 80px;
    transform: translateY(-15px);
}

body:has(.to_top:hover) .button_cart_div {
    transform: translateY(-25px);
}

.button_cart_div:hover {
    cursor: pointer;
    height: 80px;
    width: 80px;
    transform: translateY(-10px);
}

.cart_container {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 999;
    right: 100px;
    bottom: 10px;
    border: 1px solid #eaeaea;
    box-shadow: -8px 8px 32px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    border-radius: 16px;
    height: 85vh;
    width: 40vw;
}

.cart_div {
    height: 100%;
    width: 100%;
}

.cart_top_div {
    padding: 24px;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_middle_div {
    height: 70%;
    overflow: auto;
}

.cart_item_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25%;
    width: 100%;
    padding: 24px;
    border-top: 1px solid #eaeaea;
}

.cart_item_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart_item_left p {
    font-weight: bold;
    margin: 0;
    font-size: 15px;
}

.cart_item_numbers {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_number_minus {
    border: 1px solid #A87474;
    background-color: transparent;
    padding: 6px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.cart_number_minus_sign {
    width: 100%;
    height: 2px;
    background-color: #A87474;
    transform: translate(0, 4px);
    transition-duration: 0.3s;
}

.cart_number_minus:hover {
    background-color: #A87474;
}

.cart_number_minus:hover div {
    background-color: white;
}

.cart_number_plus {
    border: 1px solid #A87474;
    background-color: transparent;
    padding: 6px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.cart_number_plus_sign_hori,
.cart_number_plus_sign_vert {
    width: 100%;
    height: 2px;
    background-color: #A87474;
    transform: translate(0, 4px);
    transition-duration: 0.3s;
}

.cart_number_plus_sign_vert {
    position: relative;
    bottom: -2px;
    transform: rotate(90deg);
}

.cart_number_plus:hover {
    background-color: #A87474;
}

.cart_number_plus:hover div {
    background-color: white;
}

@media screen and(max-width:2560px) {
    .cart_item_numbers {
        width: 100px;
    }

    .cart_number_minus {
        padding: 8px;
        height: 32px;
        width: 32px;
    }

    .cart_number_minus_sign {
        height: 2px;
        transform: translate(0, 6px);
    }

    .cart_number_plus {
        padding: 8px;
        height: 32px;
        width: 32px;
    }

    .cart_number_plus_sign_hori,
    .cart_number_plus_sign_vert {
        height: 2px;
        transform: translate(0, 6px);
    }

    .cart_number_plus_sign_vert {
        bottom: -4px;
    }
}

.cart_number_counter {
    font-weight: bold;
    color: #666666;
    margin: 0;
    font-size: 24px;
}

.cart_item_right p {
    color: #C1272D;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.cart_bottom_div {
    height: 20%;
    padding: 12px 24px;
    border-top: 1px solid #eaeaea;
}

.cart_total_div {
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_total_div p {
    margin: 0;
    color: #4D4D4D;
    font-size: 1.6vw;
}

.cart_total_div h2 {
    margin: 0;
    font-weight: bold;
    color: #C1272D;
    font-size: 1.6vw;
}

.cart_pay_button_div {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_pay_button {
    background-color: #A13D5C;
    color: white;
    font-weight: bold;
    height: 75%;
    width: 100%;
    border: none;
    border-radius: 8px;
}

.cart_top_div img {
    width: 25%;
}

.cart_top_div p {
    color: #A13D5C;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
}

.menu_box {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 275px;
    height: 275px;
    z-index: 99;
    right: 0;
    padding: 16px 16px;
    background-color: #E6E6E6;
}

.menu_item_container {
    height: 75%;
    width: 100%;
    margin-top: 10%;
    display: inline-block;
    justify-content: end;
    align-items: center;
}

.menu_box_bottom {
    height: 15%;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.menu_box_logout_div {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10%;
    justify-content: end;
    align-items: center;
}

.menu_box_logout_div img {
    width: 10%;
}

.menu_box_logout_div p {
    color: #C1272D;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.web_top_banner_img {
    width: 100%;
    display: block;
    filter: drop-shadow(0px 7px 5px #9E7D91);
}

.phone_top_banner_img {
    width: 100%;
    display: none;
    filter: drop-shadow(0px 7px 5px #9E7D91);
}

.web_top_banner_img:hover {
    cursor: pointer;
}

.web_top_banner_img:hover {
    cursor: pointer;
}

.nav_text {
    color: white;
    text-decoration: none;
    font-size: 2.0vw;
    margin: 1vw;
    user-select: none;
}

.web_home_text {
    position: absolute;
    display: flex;
    top: 50%;
    right: 9.7vw;
    transform: translate(0%, -55%);
    z-index: 9;
}

.web_top_login {
    position: absolute;
    display: flex;
    top: 50%;
    right: 4vw;
    transform: translate(0%, -55%);
    z-index: 9;
    user-select: none;
}

.web_top_login_img {
    width: 4vw;
    cursor: pointer;
}

.carousel-item {
    margin-top: 5vh;
    width: 100%;
    max-height: 95vh;
    background: #888;
    color: white;
    position: relative;
    background-position: center;
    background-size: cover;
}

.right_container {
    position: absolute;
    background-color: rgba(255, 239, 216, 0.85);
    display: flex;
    justify-content: end;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
}

.left_container {
    position: absolute;
    background-color: rgba(255, 239, 216, 0.85);
    display: flex;
    justify-content: start;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

.right_container h1 {
    font-size: 3vw;
    font-weight: bold;
}

.right_container p {
    font-size: 2vw;
}

.right_container h1,
.right_container p,
.right_container button {
    margin: 16px 0;
    /* Adjust spacing between elements as needed */
}

.left_container h1 {
    font-size: 3vw;
    font-weight: bold;
}

.left_container p {
    font-size: 2vw;
}

.left_container h1,
.left_container p,
.left_container button {
    margin: 16px 0;
    /* Adjust spacing between elements as needed */
}

.right_container_div {
    position: relative;
    height: 100%;
    width: 75%;
}

.right_container_innerdiv {
    position: absolute;
    text-align: start;
    color: black;
    top: 25%;
    right: 37.5%;
}

.left_container_div {
    position: relative;
    height: 100%;
    width: 75%;
}

.left_container_innerdiv {
    position: absolute;
    text-align: start;
    color: black;
    top: 25%;
    left: 37.5%;
}

.carousel_button_container {
    position: absolute;
    left: 50%;
    bottom: 20%;
}

.carousel_button {
    position: absolute;
    border-radius: 8px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 3px solid #F7931E;
    color: #F7931E;
    overflow: hidden;
}

.carousel_button div,
.carousel_button:before {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    padding: 1.2vh 0.5vw;
}

.carousel_button:before {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(-100%, 0);
}

.carousel_button:hover div {
    opacity: 0;
    transform: translate(100%, 0)
}

.carousel_button:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3vw;
    height: 3vw;
}

.quote {
    position: relative;
    width: 100%;
    height: 75vh;
}

.quote_left_div {
    position: absolute;
    left: 0;
    top: 0;
    height: 46vh;
    max-height: 500px;
    width: 11vw;
    background-color: #F7931E;
    z-index: 1;
}

.quote_middle_div {
    position: absolute;
    left: 7vw;
    top: 15vh;
    height: 53vh;
    max-height: 500px;
    width: 44vw;
    background-color: #FDF5EB;
    padding: 4%;
    z-index: 2;
}

.quote_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55vw;
}

.quote_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    user-select: none;
}

.quote_top_text {
    margin: 0;
    font-size: 2.6vw;
    font-weight: bold;
    color: #7A2B0C;
}

.quote_middle_text {
    margin: 2.6% 0;
    font-size: 15px;
}

.quote_bottom_text {
    font-size: 15px;
    color: #686868;
    text-align: end;
    margin: 0;
}

.recommend {
    position: relative;
    width: 100%;
    background-color: #FDF5EB;
    align-items: center;
    padding-block: 6%;
    padding-inline: 11%;
}

.recommend_text {
    width: 35vw;
    margin-bottom: 6%;
    user-select: none;
}

.web_recommend_middle_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    user-select: none;
}

.phone_recommend_middle_div {
    display: none;
    grid-column: 1;
    justify-items: center;
    align-items: center;
    width: 80vw;
    user-select: none;
}

.web_recommend_innerimg {
    width: 28%;
    margin: 0 2%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.phone_recommend_innerimg {
    width: 75%;
    margin: 2% 0;
    cursor: pointer;
    transition-duration: 0.3s;
}

.web_recommend_innerimg:hover {
    scale: 1.2;
}

.phone_recommend_innerimg:hover {
    scale: 1.2;
}

.recommend_button_container {
    position: relative;
    width: 100%;
    margin-top: 3%;
}

.recommend_button_div {
    display: flex;
    justify-content: end;
}

.recommend_button {
    width: 225px;
    height: 50px;
    right: -75px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 13px 20px;
    outline: 0;
    border: none;
    cursor: pointer;
    position: relative;
    background-color: #F2F2F2;
    color: #603813;
    user-select: none;
    touch-action: manipulation;
    cursor: pointer;
}

.recommend_button_shadow {
    position: absolute;
    right: -65px;
    bottom: -10px;
    background-color: #FFBE78;
    width: 225px;
    height: 50px;
    transition: 0.2s;
}

.recommend_button_shadow:has(.recommend_button:hover) {
    bottom: 0px;
    right: 0px;
}

.recommend_arrow {
    height: 8px;
    transform: translate(0%, -50%);
}

.image_video_div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_video {
    width: 35vw;
    margin-block: 4%;
}

.image_video_playdiv {
    position: relative;
    width: 50vw;
    height: 55vh;
    background-color: #ffd19f;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
}

.video_iframe {
    height: 100%;
    width: 100%;
}

.video_button {
    position: absolute;
    cursor: pointer;
    width: 10vw;
    right: -10%;
    bottom: -5%;
}

.container_bottom_banner {
    position: relative;
    width: 100%;
    z-index: 9;
}

.bottom_banner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.bottom_banner_img {
    width: 100%;
    display: block;
}

.bottom_banner_fb {
    position: absolute;
    width: 4vw;
    right: 23%;
    bottom: 27%;
    z-index: 99;
    transition-duration: 0.3s;
}

.bottom_banner_ig {
    position: absolute;
    width: 4vw;
    right: 17.5%;
    bottom: 27%;
    z-index: 99;
    transition-duration: 0.3s;
}

.bottom_banner_yt {
    position: absolute;
    width: 4vw;
    right: 12%;
    bottom: 27%;
    z-index: 99;
    transition-duration: 0.3s;
}

.bottom_banner_fb:hover {
    cursor: pointer;
    scale: 1.2;
}

.bottom_banner_ig:hover {
    cursor: pointer;
    scale: 1.2;
}

.bottom_banner_yt:hover {
    cursor: pointer;
    scale: 1.2;
}

/* about_us.css */
.about_fans_div {
    position: relative;
}

.about_fans_img {
    margin-top: 5vh;
    width: 100%;
}

.about_fans_button_container {
    position: relative;
    display: flex;
    background-color: #A13D5C;
    height: 50px;
    width: 100%;
}

.about_fans_button_div {
    position: absolute;
    left: 11%;
    bottom: 0;
}

.set_button {
    border: none;
    width: 8vw;
    height: 40px;
    padding: 5px 0;
    background-color: transparent;
    color: white;
    transform: translate(0%, 1px);
}

.set_button_select {
    border: none;
    width: 8vw;
    height: 40px;
    padding: 5px 0;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background-color: white;
    color: #A13D5C;
    transform: translate(0%, 1px);
}

.show {
    opacity: 1;
    display: block;
}

.international_exchange {
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease;
}

.history_container {
    position: relative;
    background-color: white;
    height: 70vh;
    width: 100vw;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.history_div {
    padding: 2vw;
    width: 85vw;
    height: 95%;
    display: flex;
    justify-content: start;
    margin: auto;
}

.history_img_div {
    margin: 0 2vw;
    width: 50%;
    height: 100%;
}

.history_text_div {
    width: 50%;
    height: 100%;
}

.history_top_line {
    border: 1px solid #42210B;
    margin: 0;
    padding: 0;
    width: 95%;
}

.history_img {
    filter: drop-shadow(7px 7px 5px black);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.history_bottom_line {
    border: 1px solid hsl(24, 71%, 15%);
    margin: 20px 0;
    padding: 0;
    width: 50%;
}

.history_top_text_div {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.history_top_text_div h1 {
    font-size: 35px;
    font-weight: bold;
}

.history_top_text_div h3 {
    font-size: 1.1vw;
    margin: 0 0.2vw;
    font-weight: bold;
    color: #A13D5C;
}

.international_exchange_container {
    height: 125vh;
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.international_exchange_background {
    position: absolute;
    z-index: -10;
    height: 125vh;
    width: 100%;
    object-fit: cover;
}

.international_exchange_div {
    height: 90%;
    width: 80vw;
}

.international_exchange_textimg_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.international_exchange_textimg {
    width: 35vw;
}

.international_exchange_top_line {
    border: 1px solid #A13D5C;
    height: 0;
    margin: 0 4%;
    padding: 0;
    width: 52%;
}

.international_exchange_text_container {
    padding: 2vw;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: start;
    margin: auto;
}

.international_exchange_left_line {
    border: 1px solid #A13D5C;
    height: 100%;
    margin: 0 -2%;
    padding: 0;
    width: 0;
}

.international_exchange_inner_div {
    margin: 0 0 0 4%;
    height: 100%;
    width: 100%;
}

.international_exchange_inner_top_div {
    width: 100%;
    height: 45%;
    padding: 1%;
    margin: 0 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.international_exchange_inner_text_div {
    height: 100%;
    width: 50%;
    padding: 4%;
    align-content: center;
}

.international_exchange_inner_img {
    width: 65%;
    height: 100%;
    object-fit: cover;
}

.international_exchange_inner_bottom_div {
    width: 100%;
    height: 45%;
    padding: 1%;
    margin: 4% 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_menu_container {
    opacity: 0;
    display: none;
    position: relative;
    background-color: white;
    width: 100vw;
    max-width: 100%;
    transition: opacity 0.5s ease;
}

.product_menu_div {
    padding: 2vw;
    width: 82vw;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.product_menu_img {
    width: 100%;
}

.welcome_div {
    position: relative;
    margin: 0 0 30vh;
    width: 100vw;
    max-width: 100%;
}

.phone_welcome_div {
    display: none;
    position: relative;
    width: 100vw;
    max-width: 100%;
    margin: 0 0 150px;
}

.welcome_text_img {
    width: 100%;
}

.welcome_button_div {
    position: absolute;
    top: 125%;
    left: 15%;
}

.phone_welcome_button_div {
    position: absolute;
    top: 155%;
    left: 15%;
}

.welcome_button {
    position: absolute;
    border-radius: 8px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 3px solid #F7931E;
    color: #F7931E;
    overflow: hidden;
}

.welcome_button div,
.welcome_button:before {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    padding: 1.2vh 0.5vw;
}

.welcome_button:before {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(-100%, 0);
}

.welcome_button:hover div {
    opacity: 0;
    transform: translate(100%, 0)
}

.welcome_button:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

.welcome_img {
    position: absolute;
    width: 45%;
    top: 55%;
    right: 12%;
    object-fit: cover;
}

.phone_welcome_img {
    position: absolute;
    width: 65%;
    top: 75%;
    left: 22%;
    object-fit: cover;
}

/* product.css */
.product_img {
    margin-top: 5vh;
    width: 100%;
}

.product_carousel_container {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(245, 197, 102, 0.2);
    width: 100%;
}

.product_carousel_div {
    width: 80%;
    height: 88%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_carousel_left {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_show_image {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_carousel_right {
    width: 30%;
    height: 100%;
    margin: 0px 10px;
}

.product_await_image {
    height: 100%;
    width: 50%;
    opacity: 0.6;
    border-radius: 8px;
    object-fit: cover;
    margin: 0px 5px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.product_show_image,
.product_await_image {
    transition: opacity 0.3s ease-in-out;
}

.product_await_image:hover {
    opacity: 1;
}

.product_carousel_right_top {
    height: 80%;
    padding: 4%;
}

.product_carousel_right_top h1 {
    color: #A13D5C;
    font-weight: bold;
    font-size: 35px;
}

.product_carousel_right_top p {
    color: #666666;
    font-weight: bold;
    font-size: 15px;
}

.product_carousel_right_bottom {
    display: flex;
    align-items: center;
    justify-items: space-between;
    height: 20%;
}

.product_container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 175vh;
}

.product_div {
    position: relative;
    height: 100%;
    width: 80%;
}

.product_background {
    position: absolute;
    z-index: -99;
    height: 60%;
    top: 10%;
    right: 0;
}

.product_item_container {
    justify-content: center;
    height: 100%;
    width: 100%;
}

.product_item_div {
    position: relative;
    padding: 4% 0 0 0;
    height: 20%;
    width: 100%;
}

.product_item_innerdiv {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 5%;
    height: 100%;
    width: 100%;
    border: 1px solid #F5C566;
}

.product_item_left {
    height: calc(100% - 36px);
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_item_left img {
    user-select: none;
    object-fit: cover;
    max-height: 100%;
    width: 100%;
}

.product_item_right {
    align-content: center;
    height: calc(100% - 36px);
    width: 70%;
}

.product_item_top_right {
    display: flex;
    align-items: center;
    text-align: center;
}

.product_item_header {
    font-size: 35px;
    color: #7C4A0F;
    font-weight: bold;
    margin: 0 2% 0 0;
}

.product_item_price {
    font-size: 15px;
    color: #A13D5C;
    font-weight: bold;
    margin: 0;
}

.product_item_gray {
    margin: 1% 0;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
}

.product_item_description {
    margin: 1% 0;
    font-size: 20px;
    font-weight: bold;
}

.product_number_div {
    /* position: absolute;
    right: 5%;
    bottom: 8%; */
    width: 100px;
    margin-top: -36px;
    margin-right: 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_number_minus {
    border: 1px solid #A13D5C;
    background-color: transparent;
    padding: 8px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.product_number_minus_sign {
    width: 100%;
    height: 2px;
    background-color: #A13D5C;
    transform: translate(0, 6px);
    transition-duration: 0.3s;
}

.product_number_minus:hover {
    background-color: #A13D5C;
}

.product_number_minus:hover div {
    background-color: white;
}

.product_number_plus {
    border: 1px solid #A13D5C;
    background-color: transparent;
    padding: 8px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.product_number_plus_sign_hori,
.product_number_plus_sign_vert {
    width: 100%;
    height: 2px;
    background-color: #A13D5C;
    transform: translate(0, 6px);
    transition-duration: 0.3s;
}

.product_number_plus_sign_vert {
    position: relative;
    bottom: -4px;
    transform: rotate(90deg);
}

.product_number_plus:hover {
    background-color: #A13D5C;
}

.product_number_plus:hover div {
    background-color: white;
}

.product_number_counter {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.add_ons_container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
}

.add_ons_text_div {
    margin: 50px auto;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_ons_text {
    width: 20%;
    margin: 0 2% 0 0;
}

.add_ons_line {
    border: 1px solid #42210B;
    height: 0;
    margin: 0;
    padding: 0;
    width: 76%;
}

.add_ons_div {
    position: relative;
    height: 100%;
    width: 80%;
}

.add_ons_item_container {
    justify-content: center;
    height: 50%;
    width: 100%;
}

.add_ons_item_div {
    position: relative;
    height: 100%;
    width: 100%;
}

.add_ons_item_innerdiv {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 1px solid #F5C566;
}

.phone_product_bottom_container {
    display: none;
    height: 10vh;
    width: 82vw;
    border-top: 1px solid #eaeaea;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}

.phone_product_bottom_div {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
}

.phone_product_bottom_div p {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

.phone_product_bottom_div h2 {
    color: #C1272D;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-right: 2%;
}

.phone_product_bottom_button {
    width: 40%;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    border: 1px solid #F7931E;
    border-radius: 4px;
    background-color: #F7931E;
    color: white;
}

/* user_login.css */
.animation_container {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 80vh;
    top: 5vh;
    margin-bottom: 10vh;
}

.web_user_login_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

.web_user_login_container,
.web_user_sign_up_container {
    transition: ease 0.45s;
}

.user_login_div {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.user_login_left_div {
    position: relative;
    height: 100%;
    width: 45%;
    background-color: #841811;
}

.user_login_small_logo {
    position: absolute;
    width: 15%;
    left: 8%;
    top: 34.5%;
}

.user_login_left_innerdiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.user_login_left_innerdiv h1 {
    font-size: 3.2vw;
    color: white;
    font-weight: bold;
}

.user_login_left_innerdiv p {
    display: flex;
    justify-content: center;
    font-size: 1.6vw;
    margin: 5% 0;
    color: white;
}

.user_login_left_innerdiv button {
    height: 50px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    border-radius: 16px;
    transition-duration: 0.3s;
}

.user_login_left_innerdiv button:hover {
    background-color: white;
    color: #841811;
}

.bg_bubbles {
    position: absolute;
    bottom: -20%;
    width: 100%;
    height: 100%;

    z-index: 1;

    li {
        position: relative;
        list-style: none;
        display: block;
        width: 40px;
        height: 40px;
        filter: blur(2px);
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-animation: square 25s infinite;
        animation: square 25s infinite;
        opacity: 0;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;

        &:nth-child(1) {
            left: 10%;
        }

        &:nth-child(2) {
            left: 20%;

            width: 80px;
            height: 80px;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

            animation-delay: 2s;
            animation-duration: 17s;
        }

        &:nth-child(3) {
            left: 25%;
            animation-delay: 4s;
        }

        &:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            animation-duration: 22s;

            background-color: fade(white, 25%);
        }

        &:nth-child(5) {
            left: 70%;
        }

        &:nth-child(6) {
            left: 80%;
            width: 120px;
            height: 120px;

            animation-delay: 3s;
            background-color: fade(white, 20%);
        }

        &:nth-child(7) {
            left: 32%;
            width: 160px;
            height: 160px;
            animation-delay: 7s;
        }

        &:nth-child(8) {
            left: 55%;
            width: 30px;
            height: 30px;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

            animation-delay: 15s;
            animation-duration: 40s;
        }

        &:nth-child(9) {
            left: 25%;
            width: 25px;
            height: 25px;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

            animation-delay: 2s;
            animation-duration: 40s;
            background-color: fade(white, 30%);
        }

        &:nth-child(10) {
            left: 90%;
            width: 160px;
            height: 160px;

            animation-delay: 11s;
        }
    }
}

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translateY(-55vh) rotate(600deg);
        opacity: 0;
    }
}

@keyframes square {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translateY(-55vh) rotate(600deg);
        opacity: 0;
    }
}

.user_login_right_div {
    position: relative;
    height: 100%;
    width: 55%;
    background-color: rgb(251, 251, 251);
    z-index: 100;
}

.user_login_right_innerdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_login_right_box {
    width: 85%;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user_login_right_text {
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_login_right_text h1 {
    font-size: 3.2vw;
    font-weight: bold;
    color: #841811;
}

.user_input_container {
    height: 40%;
    width: 100%;
    margin-bottom: 5%;
}

.user_input_div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    margin: auto;
}

.user_input_box {
    height: 50%;
    width: 100%;
}

.user_input_box p {
    font-size: 15px;
    margin: 0;
    font-weight: bold;
}

.login_signup_input {
    flex-grow: 1;
}

.form-control {
    background-color: #ffffff;
}

.user_button {
    border: none;
    height: 50px;
    font-size: 18px;
    border-radius: 16px;
    background-color: #841811;
    color: white;
    font-weight: bold;
}

.web_user_sign_up_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}

.user_sign_up_left_div {
    position: relative;
    height: 100%;
    width: 55%;
    background-color: rgb(251, 251, 251);
}

.user_sign_up_right_div {
    position: relative;
    height: 100%;
    width: 45%;
    background-color: #841811;
}

.phone_animation_container {
    display: none;
}

.phone_user_login_container {
    display: none;
}

.phone_user_login_div {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(251, 251, 251);
    padding: 4%;
    height: 100%;
    width: 90%;
}

.phone_user_login_div h1 {
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #841811;
    font-weight: bold;
}

.phone_user_input_box {
    margin: 2% 0;
}

.phone_user_input_box p {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.phone_user_login_div button {
    margin: 5% 0;
    height: 40px;
    background-color: #841811;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 16px;
}

.phone_user_bottom_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.phone_user_bottom_div p {
    font-weight: bold;
    margin: 0;
}

.login_signin_a {
    color: #841811;
    text-decoration: none;
}

.phone_user_sign_up_container {
    display: none;
}

/* user_information.css */
.user_logs_modal_background {
    position: fixed;
    display: none;
    height: 100vh;
    max-height: 100%;
    width: 100vw;
    max-width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
}

.user_logs_modal_container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_logs_modal_div {
    position: relative;
    background-color: white;
    height: 60%;
    width: 60%;
}

.user_logs_modal_exit {
    position: absolute;
    right: 4.5%;
    top: 6.5%;
    transition: ease 0.45s;
}

.user_logs_modal_exit_bar1,
.user_logs_modal_exit_bar2 {
    position: relative;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    background-color: #841811;
    transition-duration: 0.3s;
}

.user_logs_modal_exit_bar1 {
    transform: translate(0, 4.5px) rotate(-45deg);
}

.user_logs_modal_exit_bar2 {
    transform: translate(0, -4.5px) rotate(45deg);
}

.user_logs_modal_exit:hover {
    cursor: pointer;
    transform: rotate(-90deg);
}

.user_logs_modal_innerdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 2%;
}

.user_logs_modal_total_text {
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}

.user_logs_modal_total_price {
    font-weight: bold;
    color: #C1272D;
    font-size: 26px;
    margin: 0;
}

.user_logs_modal_paid_text {
    color: #B3B3B3;
    font-size: 18px;
    margin: 0;
}

.user_logs_modal_unpaid_text {
    color: #666666;
    font-size: 18px;
    margin: 0;
}

.user_logs_information_modal_div {
    align-content: center;
    height: 100%;
    width: 45%;
    color: #808080;
}

.user_logs_information_modal_div h1 {
    margin: 8px 0px;
    color: black;
    font-weight: bold;
    font-size: 24px;
}

.user_logs_information_modal_div p {
    margin: 0;
    font-size: 18px;
}

.user_information_img {
    margin-top: 5vh;
    width: 100%;
}

.user_information_container {
    width: 100%;
    height: 750px;
    padding: 5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_information_inner_container {
    height: 100%;
    width: 80%;
}

.user_information_top_div {
    height: 12%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 2%;
    border-bottom: 1px solid #dddddd;
}

.user_information_top_div h1 {
    margin: 0;
    font-weight: bold;
    font-size: 2.8vw;
}

.user_information_change_button {
    height: 100%;
    width: 8%;
    text-align: center;
    border: 1px solid #F7931E;
    background-color: transparent;
    color: #F7931E;
    font-weight: bold;
    border-radius: 8px;
    transition-duration: 0.3s;
}

.user_information_change_button:hover {
    background-color: #F7931E;
    color: white;
}

.user_information_change_button_lock {
    display: none;
    height: 100%;
    width: 8%;
    text-align: center;
    border: 1px solid #C1272D;
    background-color: transparent;
    color: #C1272D;
    font-weight: bold;
    border-radius: 8px;
    transition-duration: 0.3s;
}

.user_information_change_button_lock:hover {
    background-color: #C1272D;
    color: white;
}

.user_information_change_button_confirm {
    display: none;
    height: 100%;
    width: 8%;
    text-align: center;
    border: 1px solid #F7931E;
    background-color: transparent;
    color: #F7931E;
    font-weight: bold;
    border-radius: 8px;
    transition-duration: 0.3s;
}

.user_information_change_button_confirm:hover {
    background-color: #F7931E;
    color: white;
}

.user_information_line {
    width: 100%;
    border: 1px solid #dddddd;
}

.user_information_middle_div {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone_user_information_middle_bottom_div {
    display: none;
    height: 60%;
    width: 100%;
    flex-direction: column;
}

.user_information_middle_left_div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2%;
    height: 100%;
    width: 25%;
}

.user_information_button {
    margin-bottom: 2%;
    position: relative;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    vertical-align: middle;
    padding: 8px;
    color: #841811;
    text-align: start;
    border-radius: 8px;
    user-select: none;
}

.user_information_button:hover {
    cursor: pointer;
}

.user_information_button p {
    margin: 0;
}

.user_information_button img {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 5%;
    width: 1.6vw;
    margin: 0;
}

.user_information_button_selected {
    background-color: #F2F2F2;
}

.phone_user_information_button {
    margin-top: 2%;
    margin-bottom: 2%;
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    vertical-align: middle;
    padding: 8px;
    color: #841811;
    text-align: start;
    border-radius: 8px;
    user-select: none;
}

.phone_user_information_button p {
    margin-left: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.phone_user_information_button img {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 5%;
    width: 24px;
    margin: 0;
}

.phone_user_information_button_selected {
    background-color: #F2F2F2;
}

.user_information_middle_right_div {
    user-select: none;
}

.user_information_middle_right_div_info {
    padding: 2%;
    height: 100%;
    width: 65%;
}

.user_information_middle_right_div_logs {
    display: none;
    padding: 2%;
    height: 100%;
    width: 65%;
}

.user_information_input_container {
    display: block;
    /* align-content: center; */
    height: 100%;
    width: 100%;
}

.user_information_input_box {
    margin: 20px 0px;
    width: 100%;
}

.user_information_input_box p {
    margin: 0;
    font-weight: bold;
}

.user_information_bottom_div {
    height: 8%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
}

.user_information_logout_div {
    display: flex;
    align-items: center;
    padding: 8px 12px;
}

.user_information_logout_div:hover {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-self: center;
}

.user_information_logout_div p {
    color: #C1272D;
    padding: 0px 8px;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.user_information_logout_div img {
    width: 2.4vw;
}

.user_information_logout_div button {
    border: none;
    background: transparent;
}

.user_logs_container {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 16px #eaeaea;
}

.user_logs_page_left_button {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -7.5%;
    width: 5%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_logs_page_right_button {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: -7.5%;
    width: 5%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_logs_div_container {
    width: 100%;
    height: 100%;
}

.user_logs_div {
    height: 25%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 2%;
}

.phone_user_logs_div {
    height: calc(100%/3);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 1%;
}

.user_logs_div:nth-child(4n) {
    border-bottom: none;
}

.phone_user_logs_div:nth-child(3n) {
    border-bottom: none;
}

.user_logs_number {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    width: 5%;
}

.user_logs_information_div {
    align-content: center;
    height: 100%;
    width: 45%;
    color: #808080;
}

.user_logs_information_div p {
    margin: 0;
    font-size: 14px;
}

.user_logs_page_selector_div {
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_logs_div_right_section {
    width: 50%;
    height: 100%;
    text-align: end;
    align-content: center;
}

.user_logs_modal_div_right_section {
    width: 50%;
    height: 100%;
    text-align: end;
    align-content: center;
}

.user_logs_div_status {
    display: flex;
    justify-content: end;
    align-items: center;
}

.user_logs_status_delivered {
    color: #C1272D;
    font-weight: bold;
    font-size: 24px;
}

.user_logs_status_notsend {
    font-weight: bold;
    font-size: 24px;
}

.user_logs_status_sending {
    color: #39B54A;
    font-weight: bold;
    font-size: 24px;
}

.user_logs_status_complete {
    color: #999999;
    font-weight: bold;
    font-size: 24px;
}

.user_logs_status_finish {
    color: #999999;
    font-weight: bold;
    font-size: 24px;
}

.check_user_logs_button {
    text-decoration: none;
    font-size: 14px;
    color: #0071BC;
    font-weight: bold;
    margin: 2px;
}

.check_user_logs_button:hover {
    cursor: pointer;
}

.user_logs_div_total {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
}

.user_logs_total_text {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.user_logs_total_price {
    font-weight: bold;
    color: #C1272D;
    font-size: 18px;
    margin: 0;
}

.user_logs_paid_text {
    color: #B3B3B3;
    font-size: 12px;
    margin: 0;
}

.user_logs_unpaid_text {
    color: #666666;
    font-size: 12px;
    margin: 0;
}

/* pay_item.css */
.pay_receive_data_modal {
    position: fixed;
    display: none;
    align-content: center;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.pay_receive_data_div {
    background-color: white;
    margin: 0 auto;
    width: 82vw;
    height: 75vh;
}

.pay_receive_input {
    flex-grow: 1;
}

.pay_item_container {
    position: relative;
    margin: 10vh 0px;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay_item_div {
    width: 79%;
    height: 100%;
    position: relative;
    max-height: 100%;
    box-shadow: 0px 0px 16px #eaeaea;
    border: 1px solid #eaeaea;
}

.pay_item_top {
    height: 12.5%;
    width: 100%;
    display: flex;
    align-items: center;
}

.pay_item_top h1 {
    padding-left: 2%;
    color: #A13D5C;
    font-weight: bold;
    font-size: 2.4vw;
    margin: 0px;
}

.pay_item_middle {
    width: 100%;
    max-height: 75vh;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow-y: auto;
}

.pay_item {
    width: 100%;
    height: calc(100%/3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4%;
    border-bottom: 1px solid #eaeaea;
}

.pay_item_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pay_item_left h2 {
    font-weight: bold;
    font-size: 1.8vw;
    margin: 0;
}

.pay_item_right {
    align-content: center;
    height: 100%;
}

.pay_item_right h2 {
    color: #C1272D;
    font-weight: bold;
    font-size: 1.8vw;
    margin: 0;
}

.pay_item_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 12.5%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.pay_item_bottom p {
    color: #666666;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.pay_item_bottom h2 {
    color: #C1272D;
    font-size: 1.8vw;
    font-weight: bold;
    margin: 0;
    padding-right: 2%;
}

.address_container {
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130vh;
    width: 100vw;
    max-width: 100%;
}

.pay_address_div {
    margin-left: auto;
    margin-right: auto;
    width: 79%;
    height: 75vh;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 16px #eaeaea;
    margin-bottom: 5vh;
}

.address_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 21%;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.address_top h1 {
    color: #A13D5C;
    font-size: 2.4vw;
    padding-left: 2%;
    font-weight: bold;
    margin: 0;
}

.pay_receive_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20%;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.pay_receive_top h1 {
    color: #A13D5C;
    font-size: 2.4vw;
    padding-left: 2%;
    font-weight: bold;
    margin: 0;
}

.pay_receive_top_div {
    padding-right: 2%;
}

.pay_receive_top_div button {
    margin: 0;
}

.address_bottom {
    position: relative;
    padding: 4%;
    height: 79%;
    width: 100%;
}

.pay_receive_bottom {
    position: relative;
    padding: 4%;
    height: 80%;
    width: 100%;
}

.address_item_div {
    height: 25%;
    width: 100%;
}

.address_item {
    display: flex;
    align-items: center;
}

.address_item h4 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.address_item p {
    font-weight: bold;
    font-size: 15px;
    color: #999999;
    margin: 0;
}

.pay_receive_div {
    height: 25%;
    width: 50%;
    margin: 0 auto;
}

.admin_pay_receive_div {
    height: 20%;
    width: 50%;
    margin: 0 auto;
}

.pay_receive {
    display: flex;
    align-items: center;
}

.pay_receive h4 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.pay_receive p {
    font-weight: bold;
    font-size: 15px;
    color: #999999;
    margin: 0;
}

.pay_address_change {
    position: absolute;
    right: 2%;
    bottom: 4%;
}

.address_change_button {
    color: #0071BC;
    font-weight: bold;
    margin: 0;
    font-size: 1.8vw;
}

.address_change_button:hover {
    cursor: pointer;
}

.receive_address_change {
    position: absolute;
    right: 2%;
    bottom: 4%;
}

.receive_address_div {
    margin-left: auto;
    margin-right: auto;
    width: 79%;
    height: 75vh;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 16px #eaeaea;
    margin-top: 5vh;
}

.receive_address_top_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2%;
}

.receive_address_top_checkbox p {
    font-size: 1.8vw;
    font-weight: bold;
    margin: 0;
}

.receive_bottom_disabled {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.pay_method_container {
    width: 100vw;
    max-width: 100%;
    height: 125vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vh;
}

.pay_method_div {
    width: 79%;
    height: 100%;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 16px #eaeaea;
    margin-top: 10vh;
}

.pay_method_top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10%;
    border-bottom: 1px solid #eaeaea;
}

.pay_method_top h2 {
    padding-left: 2%;
    color: #A13D5C;
    font-weight: bold;
    font-size: 2.4vw;
    margin: 0px;
}

.pay_method_top p {
    font-size: 15px;
    margin: 0;
}

.pay_method_middle {
    height: 65%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay_method_middle_method_div {
    height: 10%;
    padding-bottom: 2.5%;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pay_method_btn {
    width: 15%;
    padding: 0.5%;
    color: #0f0f0f;
    border: 2px solid #eaeaea;
    background-color: transparent;
    font-weight: bold;
    height: auto;
    font-size: 15px;
    transition-duration: 0.3s;
}

.pay_method_btn:hover {
    border: 2px solid #a36478;
    color: #a36478;
}

.pay_method_btn_selected {
    width: 15%;
    padding: 0.5%;
    border: 2px solid #A13D5C;
    color: #A13D5C;
    pointer-events: none;
    background-color: transparent;
    font-weight: bold;
    height: auto;
    font-size: 15px;
    transition-duration: 0.3s;
}

.pay_method_middle_div {
    height: 75%;
    width: 80%;
    background-color: #F2F2F2;
}

.remit_input_div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.remit_title_div {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.remit_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.remit_title h2 {
    color: #A13D5C;
    font-weight: bold;
    font-size: 1.8vw;
    margin: 0px;
}

.remit_title p {
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
}

.remit_description {
    display: flex;
    justify-content: start;
    align-items: center;
}

.remit_description h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1vw;
}

.remit_input {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remit_input p {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

.remit_input input {
    flex-grow: 1;
}

.cashondelivery_div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cashondelivery_div h2 {
    color: #A13D5C;
    font-weight: bold;
    font-size: 1.8vw;
    margin: 0px;
}

.pay_method_bottom {
    height: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eaeaea;
    padding: 2%;
}

.pay_method_item {
    height: 25%;
    display: flex;
    align-items: center;
}

.pay_method_price {
    height: 25%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay_method_confirm {
    height: 25%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.phone_pay_method_confirm {
    display: none;
    height: 20%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.pay_method_confirm p {
    font-size: 15px;
    color: #999999;
    margin: 0;
}

.pay_method_confirm_button {
    background-color: #A13D5C;
    color: white;
    font-weight: bold;
    height: 100%;
    width: 15vw;
}

.phone_pay_method_confirm_button {
    background-color: #A13D5C;
    color: white;
    font-weight: bold;
    width: 100%;
}

.pay_method_confirm_button:hover {
    color: #A13D5C;
    background-color: #eaeaea;
}

.pay_method_item h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.pay_method_item p {
    font-size: 15px;
    color: #999999;
    font-weight: bold;
    margin: 0;
}

.pay_method_price h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.pay_method_price h2 {
    font-size: 2vw;
    color: #C1272D;
    font-weight: bold;
    margin: 0;
}