@media (max-width: 767px) {
    html {
        font-size: 14px;
    }

    section {
        padding-top: 50px;
    }

    footer {
        margin-top: 50px;
    }

    body {
        background-size: contain;
    }

    .hide-mobile {
        display: none;
    }

    .products-wrapper .right-block {
        width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }

    .menu-close {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px !important;
        width: 50px !important;
        color: #fff;
    }

    .navbar .option li a {
        align-items: flex-start;
    }

    .btn.line-login {
        font-size: 12px;
        padding: 6px 5px;
    }

    .news-list {
        margin: 0;
    }

    .navbar .option li i {
        font-size: 18px;
    }

    .menu-close i {
        padding-left: 0 !important;
    }

    .navbar .menu {
        visibility: hidden;
        width: 0;
        opacity: 0;
        -moz-transition: opacity 0.6s;
        -webkit-transition: opacity 0.6s;
        -ms-transition: opacity 0.6s;
        -o-transition: opacity 0.6s;
        transition: opacity 0.6s;
    }

    .navbar .menu li {
        width: 100%;
        padding: 0;
    }

    .navbar .menu li a {
        padding: 15px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000000;
    }

    .navbar .menu.active {
        opacity: 1;
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        background-color: rgb(255 255 255 / 95%);
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: auto;
        z-index: 99;
    }

    .products-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 100%;
        padding-top: 0px;
    }

    .products-banner {
        margin-bottom: 0;
    }

    .notes-wrap {
        padding: 10px;
    }

    .notes-wrap .notes-block {
        flex-direction: column;
    }

    .notes-wrap .notes-block .content {
        padding: 0 0 30px 0px;
    }

    .notes-wrap .notes-block .title {
        width: auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .sort {
        flex-direction: column;
        width: 160px;
    }

    .sort div:not(:first-child) {
        padding-left: 0px;
    }

    .products-wrapper .left-block {
        width: 100%;
    }

    .overflow-hide {
        overflow: auto;
    }

    .sub-menu {
        top: 0;

    }

    .sub-menu.active {
        display: flex;
        flex-direction: column;
    }

    .sub-menu .close-block {

        display: none;
    }

    .sub-menu .sub-block {
        flex-direction: row;
        flex-wrap: wrap;
        overflow: auto;
        flex: 1;
    }

    .has-breadcrumb .sub-menu {
        top: 0;
    }

    .buycar .sub-block {
        display: flex;
        flex-direction: column;
        padding-top: 60px;
    }

    .buycar .left-block {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        overflow: auto;
    }

    .has-breadcrumb .sub-menu .sub-block {
        /* height: calc(100vh - 80px); */
    }

    .sub-menu .left-block .item-wrapper {
        column-count: 2;
        column-gap: 0;
        display: block;
    }

    .sub-menu .left-block .item-wrapper .item {
        break-inside: avoid;
        box-sizing: border-box;
        width: 100%;
    }

    .dataList {
        padding: 0;
    }

    .dataList .item {
        padding: 10px 0px 0px 0px;
    }

    .buycar .item .detail .image {
        width: 50px;
    }

    .buycar .item .detail .image img {
        max-height: 50px;
    }

    .buycar .item .detail .action {
        width: 50px;
        height: 50px;
        min-width: auto;
        position: absolute;
        right: 5px;
        top: 0;
        border-radius: 50px;
        background-color: #fff;
    }

    .cubes .item3 {
        width: 50%;
    }

    .buycar-info .item1,
    .buycar-info .item2,
    .buycar-info .item3 {
        flex: 1;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .buycar-info .price {
        font-size: 16px;
    }

    .buycar-info .action {
        margin: 0;
        padding: 10px 10px 0px 10px;
    }

    .sub-menu .right-block {
        width: auto;
        margin: 0 auto;
    }


    .buycar .right-block {
        height: 140px;
        width: 100%;
    }

    .buycar-info .action a {
        width: 100%;
        text-align: center;
    }

    .news-wrapper .item:nth-child(odd) {
        width: 50%;
    }

    .news-wrapper .item:nth-child(even) {
        width: 50%;
    }

    .checkout .checkout-block .image {
        width: 50px !important;
    }

    .order-state .item {
        flex-direction: column;
    }

    .order-state .item .state {
        padding-left: 0px;
    }

    .dataList .item .detail {
        padding-right: 60px;
    }

    .dataList .item .detail .info {
        flex-basis: calc(100vw - 270px);
    }

    .dataList .item .detail .action a {
        font-size: 18px;
    }

    .orderview .item .detail {
        padding-right: 0px;
    }

    .orderview .item .detail .info {
        flex-basis: calc(100vw - 160px);
    }

    .tab-box {
        padding: 0px;

    }

    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .contact-info {
        text-align: center;
        margin-bottom: 20px;
        padding-right: 0px;
        border: 0;
    }

    .contact-info h3 {
        font-size: 0.875rem;
        font-weight: bold;
        letter-spacing: 0.7px;
    }

    .contact-info h4 {
        font-size: 24px;
    }

    .contact-info h5 {
        font-size: 0.875rem;
        font-weight: bold;
        letter-spacing: 0.7px;
    }

    .cubes.item5>div {
        width: 50%;
    }

    .cubes.item4>div {
        width: 50%;
    }

    .cubes.item3>div {
        width: 50%;
    }

    .cubes.item2>div {
        width: 50%;
    }

    .cubes .detail {
        padding: 10px;
    }

    .ProductBoxMenu .menu {
        display: none;
    }

    .mobile-menu {
        display: flex;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 60px;
        background-color: #c9bc9c;
        z-index: 48;
    }

    .mobile-menu a {
        flex: 1;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #fff;
    }

    .advertising-wall.item4 .item {
        width: 50%;
    }

    .advertising-wall.item3 .item {
        width: 100%;
    }

    .dataList .item .detail>div:not(:last-child) {
        padding: 10px;
    }

    .order .item {
        background-color: #fff;
    }

    .order .item .detail {
        padding-right: 0px;
        flex-direction: column;
    }

    .order .item .detail {
        padding-right: 0px;
    }

    .order .item .detail .info .title {
        padding: 0px 5px;
    }

    .order .item .detail .info .dec {
        padding: 0px 5px;
    }

    .order .item .detail .action {
        width: auto;
        position: relative;
        justify-content: center;
    }

    .buycar .item .detail .image-list img {
        width: 100%;
    }

    .buycar .item .detail .image-list .item {
        width: 33.33333%;
        text-align: center;
    }

    .buycar .item .detail .image-list .item .item-img {
        padding: 8px;
    }

    .order .item .detail .image-list .list {
        width: 100%;
    }

    .order-header {
        flex-direction: column;
    }

    .order-header .list {
        border-right: 0px;
        padding-bottom: 15px;
    }

    .ProductBoxMenu .menu-nav {
        display: none;
    }

    .checkout-title {
        font-weight: bold;
        font-size: 18px;
        padding: 0px 0px 10px 0px;
    }

    .dataList .item .detail .info .title {
        font-size: 16px;
    }

    .checkout-tab {
        padding: 0px;
    }

    .delivery_form {
        padding: 0px;
    }


    .hy-form-group>label {
        width: 90px;
    }

    .Payment-radio {
        display: flex;
        margin: 0px;
        flex-direction: column;
    }

    .Payment-radio div {
        flex: auto;
    }

    .product_list_left {
        display: none;
    }

    .product_list_left.active {
        display: block;

        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        padding: 10px;
        box-sizing: border-box;
        overflow: auto;
    }

    .open_left_menu {
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: 10px;
    }

    .open_left_menu a {
        background: #c1282e;
        display: block;
        flex: 1;
        text-align: center;
        padding: 10px 5px;
        color: #fff;
    }

    .product_list_left_close {
        display: flex;
        justify-content: flex-end;
        padding: 10px;
    }

    .hy-form-group-birth {
        flex-direction: column;
    }

    .hy-form-group-birth .select2 {
        flex: 1;
    }

    .container {
        max-width: 100%;
        min-width: auto;
    }

    .m-checkbox {
        flex-direction: column;
        gap: 15px;
    }
}