@media (max-width:1440px) {
    .nav-category ul{
        max-height: 300px;
    }
}
@media (max-width:1024px) {

    .scroll-footer {
        right: 30px;
    }

    .row-product-search .item-product-search {
        width: calc(25% - 15px);
    }

    .item-banner {
        gap: 5px;
    }

    .cart-form {
        width: 100%;
    }

    .row-product .item-conten-product {
        width: calc(33.33% - 10px);
    }

    .inner-footer-top {
        gap: 10px;
    }

    .footer-top .row {
        margin: 0 -5px;
    }

    .footer-top .col-md-4 {
        padding: 0 5px;
    }

    .title-footer-top p {
        font-size: 14px;
    }

    .r-info-about h3, .l-info-about h3 {
        font-size: 26px;
    }

    .footer-top .container {
        width: 100%;
        padding: 0 30px;
    }

    .r-info-about ul, .l-info-about ul {
        margin-bottom: 15px;
    }

    .r-info-about h2, .l-info-about h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .title-footer-top h2 {
        font-size: 18px;
    }

    .wrap-footer-bottom {
        gap: 30px;
    }

    .r-thumbnail-post {
        width: 100px;
    }

    .r-info-post {
        width: calc(100% - 112px);
    }

    .r-inner-post {
        width: calc(50% - 7.5px);
    }

    .r-new-home {
        gap: 15px;
    }

    .search-header-pc {
        display: none;
    }

    .search-header-sp {
        display: block;
    }

    .close-form-header {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        border-radius: 0 5px 5px 0;
        justify-content: center;
        background-color: rgba(184, 198, 165, 0.3);
    }

    .search-header form input {
        border-radius: 5px 0 0 5px;
    }

    .search-header-sp {
        width: 100%;
        position: absolute;
        right: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        background-color: #fff;
        padding: 0 15px;
        top: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .search-header-sp.active {
        opacity: 1;
        visibility: visible;
        animation: zoomIn 0.5s ease-in-out;

    }

    @keyframes zoomIn {
        0% {
            opacity: 0;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
        }

        50% {
            opacity: 1;
        }
    }

    .header-top {
        position: relative;
        z-index: 3;

    }

    .click-mobile {
        /* display: block; */
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
    }

    .btn-aaa {
        right: 15px;
    }

    .wrap-footer-top {
        gap: 14px 30px;
    }

    .lines {
        width: 25px;
        height: 3px;
        background: #fff;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12.5px;
        margin-top: -1.5px;
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms;
    }

    .line-1 {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }

    .line-2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

    }

    .line-3 {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }

    .click-mobile.exit .line-1 {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    .click-mobile.exit .line-2 {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
    }

    .click-mobile.exit .line-3 {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

    .menu {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        background: #fff;
        display: none;
        z-index: 2;
        height: calc(100vh - 105px);
    }

    .header-bottom .container {
        width: 100%;
    }

    .menu ul {
        flex-direction: column;
        padding-top: 50px;
    }

    .menu ul li a:hover,
    .menu ul li a.active {
        color: rgba(244, 121, 32, 1);
    }

    .category-header {}

    .search-header-mobile {
        display: block;
    }
}

@media (max-width:991px) {
    .wrap-post {
        width: calc(50% - 15px);
    }

    .row-order {
        gap: 50px;
        flex-wrap: wrap;
    }

    .form-order,
    .wrap-order-top {
        flex-wrap: wrap;
    }

    .info-order {
        width: 100%;
    }

    .wrap-order-top {
        width: 100%;
    }

    .form-order,
    .wrap-order-top {
        justify-content: start;
    }

    .wrap-contact-form {
        padding: 40px 30px 80px;
    }

    .contact-medicine .wrap-contact-form {
        margin-bottom: 50px;
    }

    .product-desc p {
        font-family: Quicksand;
        font-size: 14px;
        line-height: 17.5px;

    }

    .form-checkout {
        width: 100%;
    }

    .product-quantity-tb .quantity input {
        width: 110px;
    }

    .shop_table thead tr th.product-quantity {
        width: 140px;
    }

    .shop_table thead tr th.product-price {
        width: 100px;
    }

    .shop_table thead tr th.product-name {
        width: auto;
    }

    .shop_table thead tr th.product-subtotal {
        width: 100px;
    }

    .shop_table thead tr th.product-promotion {
        width: 180px;
        min-width: 180px;
    }

    .row-product-search .item-product-search {
        width: calc(33.33% - 13.33px);
    }

    .info-detail-product {
        width: 100%;
    }

    .gallery-detail-product {

        width: 100%;
    }

    .single-content {
        width: 100%;
    }

    .sidebar-single {
        width: 100%;
    }

    .inner-footer-top {
        width: 100%;
    }

    .post-thumb a img {
        width: 100%;
    }

    .l-info-about,
    .l-mission {
        order: 2;
    }

    .r-info-about,
    .l-info-about,
    .r-mission {
        margin-top: 0;
    }

    .l-info-about,
    .r-info-about,
    .l-mission,
    .r-mission,
    .l-content-about,
    .r-content-about {

        width: 100%;
    }

    .l-footer-bottom {
        width: calc(50% - 15px);
    }

    .r-footer-bottom {
        width: calc(50% - 15px);
    }

    .footer-bottom .container {
        width: 100%;
    }

    .title-footer-top p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .site-brand {
        width: 115px;
    }

    .header-top .container {
        width: 100%;
        padding: 0 30px;
    }

    .col-12 {
        width: 100%;
    }

    .footer-top .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .footer-top .col-md-4 {
        width: calc(50% - 15px);
    }

    .new-home {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .l-thumbnail-post a img {
        margin: 0 auto;
    }

    .item-banner {
        gap: 10px;
        margin-top: 20px;
    }

    .item-banner img {
        width: calc(50% - 5px);

    }

    .l-new-home {
        width: 100%;
    }

    .r-new-home {
        width: 100%;
    }

    .search-header-mobile img {
        width: 17px !important;
    }
}

@media (max-width:768px) {
    .filter-sidebar {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        color: #3A3A3A;

    }.category-header{
        width: auto;
    }

    .list-order {
        padding: 30px 15px;
    }

    .list-content-order {
        overflow-x: auto;
        width: 100%;
    }

    .list-content-order table {
        width: 720px;
    }
    /* .wrap-content-order-popup{
        padding: 15px !important;
    } */
    .title-cont-order h2{
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px;
    }
   
    .status-order p{
        font-size: 16px;
    }
    .status-order{
        margin-bottom: 15px
    }
    .info-order p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .row-order{
        gap: 25px;
    }
    .form-order,
    .wrap-order-top {
        gap: 15px;
    }

    .inner-order-top {
        width: 100%;
        flex-wrap: wrap;
    }
    .form-order input,
    .wrap-ip-date{
        width: 100% !important;
    }
    .form-order label {
        min-width: 100px;
    }

    .sku-order input {
        width: 150px;
    }

    .navigation-accout.navi-profl ul li a.active img,
    .navigation-accout.navi-profl ul li a:hover img {
        filter: none;
    }

    .navigation-accout.navi-profl ul li a.active,
    .navigation-accout.navi-profl ul li a:hover {
        color: #333333;
    }

    .navigation-accout.navi-profl .img-profl {
        background: #FDE5EB;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .navigation-accout.navi-profl ul {
        display: flex;
        gap: 10px;
    }

    .navigation-accout.navi-profl ul li {
        width: calc(25% - 7.5px);
    }

    .navigation-accout.navi-profl ul li a {
        border: none;
        background: none;
        text-align: center;
        padding: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navigation-accout.navi-profl ul li a.active,
    .navigation-accout.navi-profl ul li a:hover {
        background: none;
    }

    .l-col-product {
        right: -120%;
        transition: all 0.5s ease-in-out 0s;
        position: fixed;
        top: 0;
        z-index: 999;
        background: #fff;
        padding: 20px;
        height: 100vh;
        overflow-y: scroll;
        border-left: 1px solid #EBEBEB;
        box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.2);
    }

    /* .bg-col{
        position: relative;
    }
    .bg-col::after{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        content: '';
        z-index: 1;
    } */
    .close-sidebar {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;

    }

    .l-col-product.active {
        right: 0;


    }

    .filter-form {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .filter-form label {
        display: none;
    }

    .filter-sidebar p {
        margin-bottom: 0;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 600;
        line-height: 22.5px;
        color: #3A3A3A;
        border: none;
    }

    .wrap-post {
        width: calc(50% - 15px);
    }

    .item-banner {
        display: none;
    }

    .click-mobile {
        display: block;
    }

    .category-header {
        /* display: none; */
        margin-top: 8px;
    }

    .menu-cate ul {
        display: block;
    }

    .header-bottom {
        position: relative;
    }

    .menu-cate {
        position: absolute;
        top: 50px;
        background-color: #fff;
        width: 100%;
        display: none;
        overflow-x: hidden;
        left: 0;
        height: 100vh;
        padding-left: 15px;
    }

    .btn-aaa,
    .btn-pre-header {
        display: none;
    }

    .scroll-footer {
        right: 15px;
    }

    .pagination {
        margin-bottom: 40px;
    }

    .info-about-page .r-info-about, .l-info-about {
        padding-top: 0;
    }

    .wrap-footer-bottom {
        padding-bottom: 30px;
    }

    .form-checkout p {
        margin-bottom: 15px;
    }

    .form-checkout p label {
        font-size: 16px;
    }

    .l-info-about img,
    .r-info-about img,
    .l-mission img {
        margin: 0 auto;
    }

    .form-checkout p textarea {
        height: 80px;
    }

    .wrap-checkout_totals {
        padding: 20px 15px 10px;
    }

    .l-footer-bottom {
        padding-bottom: 0 !important;
    }

    .form-checkout p input {
        height: 42px;
        font-size: 16px;
    }

    .shop_table {
        width: 720px;

    }

    .cart_totals {
        width: 100%;
    }

    .cart-form {
        overflow-x: auto;
    }

    .cart-form::-webkit-scrollbar-track {
        background-color: #00A651;
        height: 5px;
    }

    .cart-form::-webkit-scrollbar {
        height: 5px;
        width: 5px;
    }

    .cart-form::-webkit-scrollbar-thumb {

        border-radius: 10px;
        background-color: rgba(244, 121, 32, 1);
    }

    .hg-mini-cart::-webkit-scrollbar {
        height: 2px;
        width: 2px;
    }

    .hg-mini-cart::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(244, 121, 32, 1);
    }

    .hg-mini-cart::-webkit-scrollbar-track {
        background-color: #00A651;
        height: 5px;
    }

    .hg-mini-cart {
        max-height: 200px;
        overflow-y: scroll;
        padding-right: 10px;
    }

    .row-cart {
        margin-bottom: 50px;
    }


    .wrap-cart_totals {
        padding: 13px 15px 10px;
    }

    .slider .owl-nav button,
    .swiper-slide-button-next,
    .swiper-slide-button-prev {
        height: 40px;
        width: 40px;
        left: -10px;
    }

    .slider .owl-nav button.owl-next,
    .swiper-slide-button-next {
        right: -10px;
        left: auto;
    }

    .l-col-product {
        width: 270px;
        /* order: 2; */
    }

    .r-col-product {
        width: 100%;
    }

    .navigation-accout {
        margin-bottom: 30px;
    }

    .page-accout .wrap-order h2 ,
    .page-accout .form-accout h2 {
        margin-bottom: 0px;
    }

    .form-accout form {
        padding: 30px 0;
    }

    .post-thumb a img {
        width: 100%;
    }

    .header-bottom .container {
        z-index: 2;
    }

    .search-header-pc {
        display: none !important;
    }

    .btn-search-header {
        display: block;
    }

    .btn-search-header img {
        display: block;
        width: 20px;
    }

    .click-mobile {
        right: 30px;
    }



    .footer-top .container {
        padding: 0 15px;
    }

    .menu-cate ul li a {
        color: #3A3A3A;
        padding: 5px 0;
        border-bottom: 1px solid #00A651;
    }

    .footer-top .col-md-4 {
        width: calc(33.33%);
    }

    .menu-cate ul li {
        padding-right: 15px !important;
    }

    .wrap-mini-cart::after {
        right: auto;
        left: 60px;
    }

    .wrap-mini-cart {
        right: auto;
        left: -65px;
        z-index: 2;

    }

    .wrap-mini-cart.active {
        opacity: 1;
        visibility: visible;
    }

    .content-contact-form label {
        -webkit-line-clamp: initial;

    }
}

@media (max-width:767px) {
    .footer-top .col-md-4 {
        width: 100%;
    }

    .footer-top .row {
        display: block;
    }

}

@media (max-width:576px) {
    .footer-top .row {
        display: block;
    }
    .wrap-content-order-popup .fancybox-button{
        top: 0px !important;
        right: 0 !important;
    }
    .navigation-accout ul li a{
        font-size: 16px;
        line-height: normal;
    }
    .wrap-news .inner-post {
        display: flex;
        gap: 10px;

    }

    .wrap-news .post-thumb {
        width: 120px;
    }

    .wrap-news .post-info {
        width: calc(100% - 130px);
    }

    .wrap-news .row-new {
        gap: 20px;
    }

    .post-thumb a {
        border-radius: 10px;
        margin-bottom: 0;
    }

    .wrap-news .post-info .post-title a {
        line-height: normal;
        font-size: 16px;
    }

    .wrap-news .post-desc {
        display: none;
    }

    .wrap-news .post-info p {
        margin-bottom: 5px;
    }

    .rst-height-fixed {
        height: 105px;
    }

    .content-contact-form textarea {
        min-height: 100px;
    }

    .content-contact-form .contact-col-2 {
        width: 100%;
    }

    .content-contact-form p {
        margin-bottom: 15px;
    }

    .title-contact-form h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .wrap-contact-form {
        padding: 30px 15px;
    }

    .title-contact-form p {
        margin: 0 auto 20px;
        max-width: 260px;
    }

    .info-mini-cart {
        gap: 5px;
    }

    .item-mini-cart {
        gap: 15px;
    }

    .wrap-mini-cart::after {
        display: none;
    }

    .info-mini-cart a {}

    .info-mini-cart p {
        width: 100%;
    }

    .info-mini-cart img {
        width: auto !important;
    }

    .wrap-mini-cart {
        left: auto;
        right: 0;
        top: 30px;
        padding: 15px;
        width: 300px;

    }

    .info-mini-cart {

        justify-content: start;
    }

    .info-user-header span {
        display: none;
    }

    .r-cart-header a {
        display: none;
    }

    .icon-user-medicine,
    .icon-user {
        display: flex !important;
        padding: 0;
    }

    .wrap-r-cart-hrader.is-login {
        gap: 15px;
    }

    .r-cart-header a img {
        width: 20px;
        height: 20px;
    }

    .r-cart-header {
        display: flex;
        width: 36px;
        height: 36px;
        padding: 0 !important;
    }

    .btn-login button {
        padding: 10px 0 11px;
    }

    .login-social a {
        height: 42px;
    }

    .wrap-login {
        margin-bottom: 50px;
    }

    .login-social a {
        font-size: 16px;
    }

    .form-login p.remember label {
        font-size: 14px;
    }

    .or-register::before,
    .or-register::after {
        width: 45px;
    }

    .social-fb img {
        width: 10px;
    }

    .wrap-footer-bottom {
        padding-bottom: 0;
    }

    .form-login p input {
        height: 42px;
        font-size: 16px;
    }

    .title-product-home {
        padding: 7px 8px 7px 10px;
        margin-bottom: 20px;

    }

    .form-login p {
        margin-bottom: 15px;
    }

    .wrap-login {
        padding: 20px 10px 30px;
    }

    .title-product-home::after {
        display: none;
    }

    .form-login p label {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .r-cart-header {
        padding: 0 14px;
    }

    .r-cart-header a {
        padding: 7px 0;
    }

    .footer-top .col-md-4 {
        width: 100%;
    }

    .title-h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .title-footer-top h2 {
        font-size: 20px;
    }

    .wrap-privacy p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .wrap-privacy span,
    .wrap-privacy ul li {
        font-size: 16px;

    }

    .wrap-privacy h2 {
        font-size: 20px;
    }

    .title-footer-top p {
        font-size: 16px;
    }

    .l-footer-bottom {
        width: 100%;
    }

    .nav-category ul li {
        padding: 7px;
    }

    .btn-category a {
        font-size: 14px;
    }

    .r-cart-header a {
        font-size: 12px;
    }
    .footer-top{
        padding-bottom: 0;
    }

    .search-header form input {
        border: 1px solid #F2F2F2;
        background-color: #fff;
    }

    .nav-category ul li a {
        font-size: 14px;
    }

    .click-mobile {}

    .category-header {}

    .btn-category {
        padding: 10px 15px;
        gap: 8px;
    }

    .wrap-cart-header,
    .l-cart-header {
        gap: 10px;
    }



    .header-top .container {
        padding: 0 15px;
    }

    .r-footer-bottom {
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .footer-bottom .container {
        padding: 0;
    }

    .wrap-footer-bottom .row {
        margin: 0;
    }


    .wrap-post {
        width: 100%;
    }

    .pagination {
        margin-bottom: 30px;
    }

    .wrap-breadcrumbs {
        margin-bottom: 30px;
    }

    .title-new h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .category-new {
        margin-bottom: 25px;
    }

    .img-footer-top {
        width: 55px;
    }

    .category-new ul li a {
        font-size: 14px;
        padding: 2px 7px;
    }

    .pagination {
        gap: 10px;
    }

    .title-qa h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .title-qa {
        padding: 10px 20px 10px 20px;
    }

    .desc-qa {
        padding: 10px 35px 20px 30px;
    }

    .container-qa {
        margin-bottom: 50px;
    }

    .r-info-about h3,
    .l-info-about h3,
    .wrap-vision h2,
    .r-mission h2,
    .l-content-about h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .wrap-vision p {
        font-size: 18px;
        line-height: 1.5;
    }

    .vision,
    .info-about,
    .mission {
        margin-bottom: 50px;
    }

    .l-content-about p {
        margin-bottom: 20px;
    }

    .l-content-about-top {
        margin-bottom: 30px;
    }

    .navigation-accout h2 {
        font-size: 24px;

    }

    .navigation-accout ul li a {
        gap: 10px;
    }

    .page-accout .wrap-order h2 ,
    .page-accout .form-accout h2 {
        padding: 8px 15px;
    }

    .form-accout form label {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .form-accout form input {
        height: 42px;
    }
    .btn-eye i{
        font-size: 18px;
    }
    .btn-eye{
        bottom: 10px;
        right: 15px;
    }
    .form-accout form input {
        font-size: 16px;
    }

    .form-accout form {
        gap: 20px 10px;
    }.form-forgot-pass form{
        padding: 30px 0 15px;
    }
    .list-order {
        box-shadow: none;
        padding: 15px 0;
    }

    .form-control-2 {
        width: 100%;
    }

    .btn-form-accout {
        margin-top: 10px;
    }

    .page-accout {
        margin-bottom: 50px;
    }

    .btn-form-accout button {
        padding: 12px 32px 11px;
    }

    .title-h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .single-excerpt p {
        font-size: 18px;
        line-height: 1.5;
    }

    .inner-single-content h2 {
        font-size: 22px;
    }

    .info-single {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
    }

    .tag-social-single {
        align-items: start;
    }

    .title-product-home a {
        font-size: 18px;
    }

    .title-widget {
        font-size: 22px;
    }

    .social-single {
        margin-bottom: 50px;
    }

    .product-desc {
        position: static;
        width: 100%;
    }

    .title-product-home h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .title-wrap-product h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .l-col-product {
        width: 80%;
        /* order: 2; */
    }

    .list-product-home {
        margin-bottom: 40px;
    }

    .filter-form label {
        margin-right: 15px;
        font-size: 16px;
    }

    .filter-form select {
        font-size: 16px;
    }

    .title-product-home h2 {
        font-size: 20px;
    }

    .row-product {
        margin-bottom: 0;
    }

    .title-product-home a {
        display: none;
    }

    .filter-form label {
        display: none;
    }

    .l-cart-header img {
        width: 17px;
        display: block;
    }

    .l-cart-header .mini-cart img {
        width: 17px;
    }

    .wrap-cart-header {
        gap: 20px;
    }

    .item-banner img {
        width: 100%;
    }

    .r-inner-post {
        width: 100%;
    }

    .l-info-post h3 a {
        font-size: 20px;
        line-height: normal;
    }

    .l-footer-bottom {
        padding: 30px 15px 30px 15px;
    }

    .info-footer h2 {
        font-size: 14px;
    }

    .info-footer li {
        font-size: 12px;
    }

    .logo-footer a img {
        direction: block;
        width: 320px;
        margin-bottom: 12px;
        margin: 0 auto 12px;
    }

    .new-home {
        padding-top: 30px;
    }

    .thumb-footer-top {
        position: static;
    }

    .title-detai-product h1 {
        font-size: 22px;
        line-height: normal;
    }

    .wrap-product-top {
        gap: 30px;
    }

    #sync2 {
        width: 70px;
    }

    .wrap-sync-2 {
        height: 70px !important;
    }

    #sync2.slick-vertical .slick-slide img {
        max-height: 68px;
    }

    .wrap-slider-pro {
        gap: 15px;
    }

    .content-product {
        margin-bottom: 30px;
    }

    #sync1 {
        width: calc(100% - 70px - 15px);
    }

    .inner-content-product p {
        margin-bottom: 20px;
    }

    .wrap-product-top {
        margin-bottom: 50px;
    }

    #sync2 .slick-prev {
        width: 24px;
        height: 24px;
    }

    #sync2 {
        margin-top: 20px !important;
        margin-bottom: 40px !important;
    }

    .list-post-type ul li button {
        font-size: 14px;
        padding: 2px 7px;
    }

    .list-post-type {
        margin-bottom: 15px;
    }

    .number-search {
        margin-bottom: 15px;
    }

    .row-product-search .item-product-search {
        width: calc(50% - 10px);
    }

    .search-header form {
        width: calc(100% - 46px);
    }

    .icon-user-medicine img {
        width: auto !important;
    }
    .navigation-header {
        padding-bottom: 0;
    }
    .navigation-header .navigation-accout {
        margin-bottom: 20px;
    }
    .form-accout form {
        box-shadow: none;
    }

}

@media (max-width:450px) {
    .title-qa {
        gap: 10px;
        padding: 10px 10px 10px 10px;
    }

    .title-footer-top h2 {
        font-size: 18px;
    }

    .r-info-about h2, .l-info-about h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .row-product-search .item-product-search {
        /* width: 100%; */
    }

    .row-product-search {
        gap: 20px 10px;
    }

    .row-product-search .item-product-search {
        width: calc(50% - 5px);
        min-height: auto;
    }

    .popup-inner {
        width: calc(100% - 60px);
        max-width: max-content;
    }

    .r-info-about ul, .l-info-about ul {
        margin-bottom: 10px;
    }

    .r-info-about ul li, .l-info-about ul li {
        font-size: 14px;
        padding: 4px 15px;
        margin-bottom: 8px;
    }

    .row-product .item-conten-product {
        width: calc(50% - 7px);
    }

    .r-info-about h3, .l-info-about h3 {
        font-size: 20px;
    }

    .product-title {
        margin-bottom: 10px;
        max-width: 200px;
        margin: 0 auto 10px;
    }

    .title-qa span,
    .desc-qa span {
        width: 15px;
        font-size: 18px;
    }

    .desc-qa p {
        font-size: 16px;
    }

    .wrap-mini-cart {
        right: -70px;
    }

    .hg-mini-cart {
        max-height: 300px;
    }

    .title-qa h2 {
        width: calc(100% - 15px - 10px);

    }

    .site-brand {
        width: 85px !important;
    }

    .desc-qa {

        gap: 10px;

        padding: 10px 10px 20px 10px;
    }

    .header-top {
        padding: 10px 0;
    }

    .row-product .item-conten-product {
        /* width: 100%; */
        min-height: auto;
    }
}