/* Mobile && Table */
@media (max-width:1023px) {
    .hide-on-mobile-tablet {
        display: none;
    }
}

/* Tablet */
@media (min-width:740px) and (max-width:1023px) {
    .hide-on-tablet {
        display: none;
    }

    .nav__pc-menu {
        justify-content: left;
    }

    .nav__pc-list-link-btn {
        display: block;
    }

    .section__about {
        width: 100%;
    }


    .order__online-btn {
        width: 50%;
    }

    .uudai__block {
        width: 100%;
    }



}

/* Mobile */
@media (max-width:739px) {
    #block_product{
        margin: auto;
        width: 90%;
    }
    /* .nav__pc-logo{
        width: 100px;
    } */
    .nav__mobile {
        display: block;
    }

    .icon-menu {
        display: block;
    }

    .nav__mobile-bottom {
        display: block;
        display: flex;
    }

    .hide-on-mobile {
        display: none;
    }

    .home-product-item__price {
        height: calc(2*var(--line--height-price));
    }

    .section__h2-title {
        font-size: 2.6rem;
    }

    .section__about {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
    }

    .section__about-left-img {
        width: 260px;
        height: 260px;
    }

    .section__product-contact {
        width: 100%;
        flex-direction: column;
    }

    .video_about {
        width: 100%;
        height: 225px;
    }

    .order__online-btn {
        width: 100%;
    }

    .uudai__block-h3-mobile {
        display: block;
    }

    .uudai__block-h3-pc-tablet {
        display: none;
    }

    .uudai__block {
        width: 100%;
        /* flex-direction: column; */
    }

    .uudai__block-img {
        flex: 1;
    }

    .uudai__block-info-btn {
        flex-direction: column;
        justify-items: space-around;
    }

    .cart__list-item-img {
        --width-height-img: 100px;
    }

    .cart__list-item--title {
        display: none;

    }

    .cart__list-item-info {
        flex: 1;
        flex-direction: column;
        align-items: start;
    }

    .cart__list-item-info-title {
        flex: 1;
        font-size: 1.4rem;
    }

    .delete__item_cart {
        position: absolute;
        right: 0px;
        bottom: 30px;
    }

    .cart__list-item-info-price,
    .cart__list-item-info-price-total {
        margin: 5px 0;
        width: 100%;
    }

    .cart__only__mobile {
        display: inline-block;
    }

    .pay__column-reverse {
        /* display: flex; */
        flex-direction: column-reverse ;
    }

    .pay__card,
    .pay__cart-item-left-laybel-total,
    .pay__cart-item-right-1,
    .show__hidden_cart,
    .show__hidden_cart_total {
        display: none;
    }

    .show__cart_mobile {
        display: block;
    }

    .content__cart{
        width: 100%;
    }
    .content__pay {
        width: 100%;
    }

    .modal__close {
        top: 2px;
        right: 12px;
    }
    .order__online{
        flex-direction: column;
    }

        .order__online-icon {
            font-size: 3rem;
          margin-top: 0;
        }
        .order__online-info{
            margin-left: 0;
        }
      
        .order__online-info-title {
            font-size: 1.4rem;
                    }
    
        .order__online-info-description {
            font-size: 1.3rem;
        }

}