@media (max-width: 1200px) {
    .owl-thumbs-control .number {
        right: -2px;
    }
    .article .item .img, .article.for-related .item .img {
        height: 200px;
    }
}
@media (max-width: 920px){
    .navbar {
        padding: 7.5px 15px;
    }
    .navbar .navbar-toggle {
        float: left;
        margin: 3px 0px 0px -10px;
        border: 0px;
        background: transparent !important;
    }
    .navbar .navbar-toggle .icon-bar {
        background: #fff;
        border-radius: 10px;
        height: 3px;
    }
    .navbar .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar .navbar-toggle .icon-bar:nth-child(2) {
        width: 14px;
    }
    .navbar .navbar-header {
        width: 50%;
    }
    .navbar .navbar-collapse {
        top: 0px;
        left: -100%;
        position: fixed;
        width: 310px;
        max-width: 100%;
        height: 100vh !important;
        background: #1c1c1c;
        z-index: 2005;
        margin: 0px;
        padding: 20px;
        /*background: #fff url('../images/menu-bg.png') no-repeat;*/
        background-position: top center;
        background-size: contain;
        overflow-y: auto;
        padding-bottom: 40px;
        display: block !important;
        transition: .3s ease .2s;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    }
    .navbar .navbar-collapse.in {
        left: 0%;
    }
    .navbar .navbar-collapse .navbar-toggle {
        top: 10px;
        right: 10px;
        z-index: 20;
        position: absolute;
        margin-top: 0px;
    }
    .navbar .navbar-logo {
        display: block;
    }
    .navbar .navbar-nav {
        margin: 0px;
    }
    .navbar .navbar-nav > li {
        border-bottom: 1px solid #DADADA;
        margin-left: -20px;
        width: calc(100% + 40px);
        background: transparent !important;
    }
    .navbar .navbar-nav li a {
        padding: 12px 25px;
        background: transparent !important;
    }
    .navbar .navbar-collapse.in {
        bottom: -100%;
    }
    .navbar .dropdown-menu {
        padding-top: 0px;
        padding-bottom: 15px;
        min-height: initial;
        max-width: 100%;
        width: 100%;
    }
    .navbar .dropdown-menu > li {
        color: #444444;
        font-weight: 500;
    }
    .navbar .dropdown-menu > li.active {
        background: transparent !important;
    }
    .navbar .dropdown-menu > li > a {
        font-size: 14px;
        line-height: 16px;
        max-width: 100%;
    }
    .navbar .follow-us {
        display: block;
    }

    .navbar-brand {
        top: 10px;
        left: 50%;
        height: 35px;
        width: 35px;
        margin-left: -17.5px;
    }
    .navbar-brand h1 {
        text-indent: -163px;
    }

    .navbar-other .navbar-top {
        position: relative;
        display: none;
    }
    .navbar-other .navbar-action {
        position: fixed;
        /* bottom: -100%; */
        bottom: 0% !important;
        left: 0px;
        width: 100%;
        background: #fff;
        z-index: 2010;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        background: #FFFFFF;
        box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.08);
        border-radius: 15px 15px 0px 0px;
        transition: .3s ease 0s;
    }
    .navbar-other .navbar-action.open {
        bottom: 0%;
    }
    .navbar-other .navbar-action a > span {
        color: #828282;
        font-size: 10px;
        line-height: 12px;
        margin: 3px 0px 0px !important;
    }
    .navbar-other .navbar-action i {
        filter: grayscale(100%);
        width: 20px !important;
        height: 20px !important;
    }
    .navbar-other .navbar-action li:not(.navbar-cart):not(.navbar-heart), .navbar-other .navbar-action li span {
        display: block !important;
    }
    .navbar-other .navbar-action .navbar-cart {
        float: left;
        border: 0px;
        text-align: center;
    }
    .navbar-other .navbar-action .navbar-cart a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #d88f21 !important;
        border-radius: 50%;
        padding-top: 8px;
        margin: 0 auto;
        margin-top: -35px;
    }
    .navbar-other .navbar-action .navbar-cart i{
        width: 28px !important;
        height: 28px !important;
        filter: brightness(0) invert(1);
    }
    .navbar-other .navbar-action li {
        float: left;
        width: 20%;
        margin: 0px;
        display: inline-block;
        text-align: center;
    }
    .navbar-other .navbar-action li a {
        padding: 5px 0px;
        text-align: center;
    }
    .navbar-other .navbar-action li.active a > span {
        color: #d88f21;
    }
    .navbar-other .navbar-action li.active a i{
        filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
    }
    .navbar-other .navbar-action .badge {
        padding: 4px 6px;
        font-size: 11px;
        right: -5px;
        top: -5px;
    }
    .navbar-other .navbar-search {
        position: fixed;
        top: 0px;
        right: 0px;
    }
    .navbar-other .navbar-search > li {
        width: auto;
        display: inline-block;
        border: 0px;
        padding: 10px 5px 10px 15px;
        margin: 0px;
    }
    .navbar-other .navbar-search form {
        margin: 0px;
        width: 100%;
    }
    .navbar-other .navbar-search form .form-control {
        width: 40px;
        padding: 8px 20px;
        background: transparent !important;
    }
    .navbar-other .navbar-search form .btn-cancel {
        width: 60px;
        float: right;
        padding: 9px 0px;
        text-align: right;
        display: none;
    }

    .navbar-other .navbar-search.open{
        width: 100%;
        background: #1c1c1c;
    }
    .navbar-other .navbar-search.open li {
        width: 100%;
        padding-right: 15px;
    }
    .navbar-other .navbar-search.open form .form-control{
        float: left;
        width: calc(100% - 60px);
        background: #F5F5F5 !important;
        padding: 8px 20px 8px 40px;
        display: inline-block;
    }
    .navbar-other .navbar-search.open form .btn-cancel {
        display: block;
    }
    .navbar .navbar-nav li.active > a:after {
        display: none;
    }

    #wrapper {
        padding-top: 58px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }

    .banner .item .text {
        padding: 40px 15px;
    }
    .banner .item .btn-box {
        margin-top: 25px;
    }

    .product .item {
        box-shadow: 0px 10px 30px -17px rgb(0 0 0 / 21%);
        border: 1px solid #1c1c1c;
    }
    .product .item img {
        height: 172px;
    }
    .product .item .text {
        padding: 10px 5px 15px;
    }
    .product .item .info .inner {
        font-size: 9px;
        line-height: 11px;
    }
    .product .item .name {
        margin: 10px 0px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
    }
    .product .item .price {
        font-size: 14px;
        line-height: 16px;
    }
    .product .item .info .inner span:first-child {
        width: 30px;
        height: 30px;
        font-size: 9px;
    }
    .product .item .is-news {
        top: 15px;
        font-size: 10px;
        padding: 3px 9px;
    }
    .product-slide .owl-stage-outer {
        padding-bottom: 15px;
    }

    footer {
        padding: 20px 0px;
    }
    footer > .container {
        padding: 0px 10px;
    }
    footer .logo-footer {
        height: 62px;
        margin-left: 0px;
    }
    footer ul li a {
        font-weight: 400;
        padding: 8px 15px;
    }
    footer .menu-footer {
        margin: 15px 0px;
    }
    footer .menu-footer li {
        width: auto !important;
    }
    footer .menu-term-box .container {
        padding: 0px;
    }
    footer .menu-term li a {
        font-size: 12px;
        line-height: 14px;
    }
    footer .follow-us {
        padding: 0px 8px;
        font-size: 14px;
        line-height: 16px;
    }
    footer .copyright {
        color: #777;
        padding: 0px 8px;
    }
    footer .menu-term-box {
        bottom: 10px;
    }

    .btn-filter {
        display: block;
        margin-top: -5px;
    }
    .form-sort {
        display: none;
    }
    .form-filter {
        position: fixed;
        top: 0px;
        left: -100%;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        z-index: 2500;
        margin: 0px;
        border: 0px;
        border-radius: 0px;
        padding-top: 148px;
        transition: .3s ease 0s;
        padding-bottom: 150px;
    }
    .form-filter.open {
        left: 0%;
    }
    .form-filter .form-group {
        width: 100%;
        position: relative;
    }
    .form-filter .form-group::after {
        content: '';
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: calc(100% - 28px);
        border-top: 1px solid #EAEAEA;
        z-index: 10;
    }
    .form-filter .dropdown .dropdown-toggle, .form-filter .dropdown-footer, .form-filter .btn-box {
        display: none;
    }
    .form-filter .dropdown .dropdown-menu {
        width: 100%;
        display: block !important;
        box-shadow: none;
        border: 0px;
        position: relative;
        margin: 0px;
        z-index: 5;
        padding: 15px 28px 30px 28px;
    }
    .form-filter .checkbox {
        margin-right: 10px;
        margin-top: 15px;
    }
    .form-filter .checkbox label {
        font-size: 14px;
        line-height: 20px;
    }
    .form-filter .dropdown .dropdown-menu > label {
        font-size: 18px;
        line-height: 22px;
    }
    .form-filter .filter-tags {
        top: 0px;
        left: 0px;
        width: 100%;
        position: absolute;
        padding-top: 30px;
    }
    .form-filter .form-control {
        font-size: 14px;
        line-height: 20px;
    }
    .form-filter .btn-box-mobile {
        display: block;
        background: #FFFFFF;
        box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.08);
        position: fixed;
        left: -100%;
        bottom: 0px;
        width: 100%;
        padding: 10px 20px;
        z-index: 10;
        transition: .3s ease 0s;
    }
    .form-filter.open .btn-box-mobile {
        left: 0px;
    }
    .form-filter .btn-box-mobile .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
        width: calc(50% - 12px);
        margin: 5px;
    }
    .form-filter .btn-action {
        display: block;
        position: absolute;
        right: 20px;
        top: 25px;
        z-index: 20;
    }
    .form-filter .btn-action i {
        width: 20px;
        height: 20px;
    }
    .form-filter .filter-price {
        padding-bottom: 30px;
    }

    .slider {
        margin-top: 5px;
    }
    .slider .start, .slider .end {
        font-size: 14px;
        line-height: 20px;
    }
    .slider .slider-handle {
        width: 25px;
        height: 25px;
        margin-top: -12px !important;
    }

    .breadcrumb {
        margin-top: -20px;
    }

    .product-form {
        margin-top: 20px;
    }
    .product-img {
        padding-right: 0px;
    }
    .owl-thumbs .owl-thumb-item img {
        width: 82%;
        height: 82%;
    }

    .cart-total {
        width: 350px;
    }
    .cart-discount {
        padding: 35px 15px;
        width: calc(100% - 350px);
    }

    .cart-list.for-addition .qty-item {
        padding-left: 0px;
        display: inline-block;
    }
    .cart-list.for-addition .qty-item label {
        display: none;
    }

    .success-box {
        width: 500px;
    }

    .about-img {
        width: 100%;
    }

    .section-member {
        padding: 0px;
    }
    .section-member > .container {
        width: 100%;
    }
    .section-member .member-menu {
        display: none;
    }
    .section-member .member-control {
        width: 100%;
        padding: 0px;
    }
    .section-member .member-control > .panel {
        margin-left: -15px;
        width: calc(100% + 30px);
        border: 0px;
        box-shadow: none;
        border-radius: 0px;
    }

    .change-pass-box > .panel {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
    }

    .table-order {
        margin: 15px 0px;
    }
    .table-order td:last-child:after {
        display: none;
    }

    .order-box {
        font-size: 14px;
        line-height: 16px;
    }
    .order-box hr {
        margin: 15px 0px !important;
    }
    .order-box .btn-back {
        margin-top: 10px;
    }

    .order-detail-box .head p {
        margin: 0px;
    }
    .order-detail-box .cart-discount {
        padding-left: 0px;
        padding-right: 0px;
    }

    .autocomplete-suggestions {
        top: 45px !important;
        right: auto !important;
        left: 15px !important;
        width: 50% !important;
    }

    .tab.style-2 .nav-tabs > li > a {
        padding: 15px;
        font-size: 16px;
        line-height: 18px;
    }
    .tab.style-2 .nav-tabs > li > a > * {
        font-size: 16px;
        line-height: 18px;
    }
    .tab.style-2 .tab-content {
        padding: 40px 0px;
    }
    .section-search h2, .section-search h1 {
        margin: 0px;
    }

    .product-item .text .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .product-item .text .row > div {
        padding: 0px 8px;
    }

    /* 2022-10-28 */ 
    .product .item .name {
        margin-top: 5px;
    }
    .product .item .info .inner {
        height: 60px;
    }

    /* 2022-12-11 */
    .sold-out {
        padding: 8px 5px 6px;
        top: 35px;
        left: 46%;
        font-size: 18px;
        line-height: 22px;
    }
    .owl-thumbs-control .number {
        width: calc(20% - 25px);
        height: calc(82% - 10px);
        line-height: inherit;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .owl-thumbs-control .number {
        right: 10px;
    }
    .article .item .img, .article.for-related .item .img {
        height: 230px;
    }
}

@media (max-width: 767px){
    .hidden-desktop {
        display: block !important;
    }
    .hidden-mobile, span.hidden-mobile {
        display: none !important;
    }

    body {
        font-size: 12px;
        line-height: 14px;
    }
    h1, h2, .font-h2 {
        font-size: 22px;
        line-height: 30px;
    }
    h3, .font-h3 {
        font-size: 18px;
        line-height: 25px;
    }
    h4, .font-h4, .cart-list h2, .cart-list h3, .cart-list h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .mobile-text-center {
        width: 100%;
        text-align: center !important;
    }
    .mobile-text-left {
        text-align: left !important;
    }
    .mobile-text-right {
        text-align: right !important;
    }
    .mobile-no-padding {
        padding: 0px;
    }
    .mobile-no-margin {
        margin: 0px !important;
    }
    .mobile-no-margin-top {
        margin-top: 0px !important;
    }
    .mobile-no-margin-bottom {
        margin-bottom: 0px !important;
    }
    .btn, .btn-default {
        font-size: 12px;
        line-height: 14px;
        padding: 9px 20px;
    }
    .btn-md {
        padding: 14px 15px;
        font-size: 14px;
    }
    
    section {
        padding: 30px 0px 25px;
    }

    .article-detail .footer .title {
        font-size: 16px;
        line-height: 20px;
    }

    .banner .item .text {
        padding: 20px 15px;
    }
    .banner .item .text h2, .banner .item .text h1 {
        font-size: 24px;
        line-height: 27px;
        margin: 0px 0px 5px;
    }
    .banner .item .font-orange {
        font-size: 16px;
    }
    .banner .item .btn-box {
        margin-top: 15px;
    }
    .banner .item .btn-box .btn {
        min-width: 70px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 500;
    }
    .banner.owl-carousel .owl-dots {
        right: 10px;
    }

    .owl-carousel .owl-dots .owl-dot {
        zoom: 0.8;
    }

    .cate .item {
        padding: 20px 5px;
        font-size: 10px;
        line-height: 14px;
        box-shadow: none;
        border: 0px;
    }
    .cate .item img {
        height: 55px;
    }
    .cate .item p, .cate .item .text {
        height: 32px;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .cate-slide {
        margin-left: -75px;
        width: calc(100% + 90px);
    }
    .cate-slide .owl-stage-outer {
        padding-bottom: 30px;
    }

    .title .btn {
        padding-right: 0px;
    }
    .title h2:not(.mobile-text-center), .title h1:not(.mobile-text-center) {
        width: calc(100% - 60px);
    }

    .ex-delivery {
        margin-left: -15px;
        width: calc(100% + 30px);
        border-radius: 0px;
        margin-top: 25px;
    }

    .tab .nav-tabs > li > a {
        font-size: 12px;
        line-height: 14px;
        padding: 8px 15px;
        margin-right: 0px;
    }

    .product-grid .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-grid .col {
        padding: 6px 5px;
    }

    .loadmore .btn {
        min-width: 90px;
    }

    .home-article .bg {
        height: 220px;
        background-position: top center;
    }
    .home-article .title {
        width: 180px;
        max-width: 100%;
    }
    .home-article .title h2, .home-article .title h1 {
        width: 100%;
    }
    .home-article .title p {
        font-size: 18px;
        line-height: 25px;
    }
    .home-article .see-all {
        position: relative;
        text-align: center;
    }
    .home-article .article {
        margin-top: 25px;
    }

    .article-slide {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .article-slide .owl-stage{
        padding-left: 15px !important;
    }

    .article .item {
        font-size: 12px;
        line-height: 12px;
    }
    .article .item .img, .article.for-related .item .img {
        height: 30vw;
    }
    .article .item .name {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        height: 36px;
        overflow: hidden;
    }
    .article .item .action .text-icon {
        padding-left: 18px;
    }
    .article .item .action .text-icon i {
        width: 12px;
        height: 12px;
        top: 0px;
    }
    .article .item .text {
        padding: 12px 0px;
    }
    .article.for-related .col:last-child {
        display: none;
    }
    .article.for-related .item .name {
        font-weight: 700;
        height: auto;
    }
    .article.for-related .item .desc {
        font-size: 11px;
        margin: 6px 0px;
        line-height: 16px;
    }

    .see-all .btn {
        padding: 9px 25px;
        margin-top: 25px;
    }

    .panel-group .panel {
        width: calc(100% - 10px);
    }
    .panel-group .panel-heading .panel-title {
        font-size: 14px;
        line-height: 16px;
    }
    .panel-group .panel-heading > a {
        padding: 15px 25px 15px 15px;
    }
    .panel-group .panel-body {
        padding: 0px 15px 20px !important;
    }
    .panel-group .panel-heading .panel-icon {
        width: 25px;
        height: 25px;
        line-height: 22px;
    }
    .panel-group .panel-heading .panel-icon:after {
        font-size: 20px;
    }
    .panel-group .panel-heading > a:not(.collapsed) .panel-icon:after {
        font-size: 36px;
    }
    .panel-group .panel-heading .panel-icon {
        top: 15px;
        right: -12px;
    }

    footer ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 8px;
    }
    footer .menu-term-box {
        position: relative;
        bottom: auto;
        left: 0px;
        right: auto;
        width: 100%;
        text-align: left;
        margin: 0px 0px 20px;
    }

    .navbar .navbar-header .navbar-brand h1 {
        text-indent: -100px;
    }

    .breadcrumb {
        margin-top: -10px;
        margin-bottom: 10px;
    }


    .product-form .price {
        padding: 12px 15px;
        margin-bottom: 0px !important;
    }
    .product-form h2, .product-form h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .product-form .price {
        font-size: 20px;
        line-height: 24px;
    }
    .product-form .form-group {
        margin-bottom: 10px;
    }
    .product-form .form-group > label {
        color: #666;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 700 !important;
        padding-top: 0px;
    }
    .product-form .form-group .col-sm-9 {
        padding: 0px;
    }
    .product-form .btn-box .btn {
        width: calc(50% - 12px);
        margin: 5px;
    }
    .product-form .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 5;
    }
    .product-form .form-group > label, .product-form .inner > label {
        margin-bottom: 10px;
    }
    .product-form .product-amount .in-stock {
        padding-top: 0px;
    }
    /*
    .product-form.open {
        position: fixed;
        z-index: 2000;
        left: 0px;
        top: 0px;
        width: 100vw;
        height: 100vh;
        margin: 0px;
        background: rgba(0,0,0,0.8);
        overflow-y: auto;
    }
    .product-form.open .control {
        background: #FFFFFF;
        border-radius: 30px 30px 0px 0px;
        padding: 35px 20px;
        display: inline-block;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .product-form.open .product-name {
        padding-left: 130px;
        position: relative;
        min-height: 115px;
        margin: 10px 0px 20px;
    }
    .product-form.open .product-name .img-cover {
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .product-form.open h2, .product-form.open h1 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }
    .product-form.open .price {
        margin: 0px !important;
        background: #fff;
        padding: 0px;
    }
    .product-form.open .product-amount {
        border: 1px solid #EFEFEF;
        border-left: 0px;
        border-right: 0px;
        padding: 12px 20px;
        margin-left: -20px;
        margin-top: 10px;
        width: calc(100% + 40px);
        overflow: hidden;
    }
    .product-form.open .product-amount .input-amount {
        float: right;
    }
    .product-form.open .product-amount > label{
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -7px;
    }
    .product-form.open .form-group > label {
        font-size: 14px;
        font-weight: 400 !important;
    }
    .product-form.open .btn-add-cart {
        width: 140px;
    }
    .product-form.open .btn-buy {
        width: calc(100% - 165px);
    }
    .product-form.open .btn-box {
        margin: 10px 0px 20px;
    }
    .product-form.open .btn-box .btn {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .product-form.open .control {
        padding-bottom: 0px;
    }
    .product-form.open .img-cover, .product-form.open .product-name .in-stock, .product-form.open .btn-close, .product-form.open .product-amount, .product-form.open .btn-box, .product-form.open .product-amount label, .product-form.open .product-amount .input-amount {
        display: block;
    }
    .product-form.open .desc, .product-form.open .product-amount .in-stock, .product-form.open .overlay {
        display: none;
    }
/*
    .product-form .product-name .in-stock, .product-form .product-amount label, .product-form .product-amount .input-amount, .product-form .btn-box{
	disply: none;
    }
*/
    .product-form.open .product-amount .input-amount {
        display: inline-table;
    }
    */
    .product-action, .btn.btn-like {
        font-size: 14px;
    }
    .product-action {
        margin-top: 15px;
        margin-left: 0px;
    }
    .select-radio label {
        font-size: 14px;
    }
    .select-radio .radio {
        margin: 0px 10px 10px 0px;
    }
    .section-product-detail {
        padding-top: 0px;
    }
    .section-product-detail h4 {
        font-size: 18px;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 3px;
    }
    .product-vdo .btn {
        width: 150px;
    }

    .input-amount {
        width: 135px;
    }
    .input-amount .form-control {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 12px !important;
    }
    .input-amount .input-group-addon {
        padding: 6px 12px !important;
    }

    .cate-grid .item img {
        height: 90px;
        margin-bottom: 12px;
    }
    .cate-grid .item p, .cate-grid .item .text {
        width: 130px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: 40px;
    }
    .cate-grid .item{
        border: 1px solid #EAEAEA;
        border-radius: 15px;
        box-shadow: 0px 15px 45px -17px rgb(0 0 0 / 21%);
        font-size: 12px;
        line-height: 14px;
        padding: 30px 20px 20px;
        margin: 0px 0px 15px;
    }

    .row.is-small {
        margin-left: -8px;
        margin-right: -8px;
    }
    .row.is-small .col {
        padding: 0px 8px;
    }   

    .cart-status {
        font-size: 12px;
        padding: 20px 15px;
    }
    .cart-status .item i {
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
    }
    .cart-status .item:not(:first-child):before {
        margin-top: -12px;
        left: calc(-50% + 20px);
        width: calc(100% - 40px);
    }

    .cart-box h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 5px 0px 10px;
        text-align: left;
        display: inline-block;
    }
    .cart-box .panel {
        margin-top: -25px;
    }
    
    .panel:not(.has-box) {
        border: 0px;
        border-radius: 0px;
        margin-left: -15px;
        width: calc(100% + 30px);
        box-shadow: none;
        background: transparent;
    }
    .panel .panel-body {
        padding: 15px;
    }

    .panel-group .panel {
        background: #1c1c1c;
        border: 1px solid #D8D8D8;
        box-shadow: 0px 7px 45px -12px rgb(0 0 0 / 28%);
        border-radius: 6px;
        margin: 0px;
        width: 100%;
    }

    .product-item {
        width: 100%;
        padding-left: 95px;
        min-height: 80px;
    }
    .product-item .text {
        padding: 6px 0px;
        font-size: 12px;
        line-height: 14px;
    }
    .product-item .img {
        width: 80px;
        height: 80px;
    }
    .product-item p {
        margin-bottom: 6px;
    }
    .product-item .price {
        margin-top: 12px;
        font-size: 16px;
    }

    .cart-product .form-group {
        width: calc(100% - 80px) !important;
        padding: 0px;
        text-align: left;
    }
    .cart-product .form-group:last-child:not(:first-child) {
        width: 80px !important;
    }
    .cart-product .item:not(:last-child):after, .cart-product.is-last-border .item:last-child:after, .cart-product:after {
        display: none;
    }

    .qty-item, .cart-list.for-addition .qty-item {
        padding-left: 95px;
        margin-top: 12px;
    }
    .qty-item > label {
        display: none;
    }

    .sum-item {
        text-align: right;
        margin-top: -25px;
    }
    .sum-item > * {

        width: 100%;
    }
    .sum-item .price {
        float: right;
        font-size: 16px;
        margin-bottom: 35px;
    }
    .sum-item .price big, .sum-item .price strong {
        font-size: 16px;
    }
    .sum-item .btn-delete {
        padding: 0px;
        width: 80px;
        font-size: 14px;
        text-align: right;
    }
    .sum-item .btn-delete i {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }

    .cart-summary {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .cart-discount {
        width: 100%;
        padding: 20px 15px;
        border-bottom: 1px solid #e6e6e6;
    }
    .cart-discount .form-control {
        width: calc(100% - 100px);
    }
    .cart-discount .btn {
        width: 100px;
    }
    .cart-total {
        border: 0px;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        padding: 25px 15px 15px;
        font-size: 15px;
        line-height: 22px;
    }
    .cart-total .form-group {
        padding: 3px 15px;
    }
    .cart-total h4 {
        font-size: 18px;
    }

    .cart-box .btn-box {
        padding: 10px 0px;
    }
    .cart-box .btn-box .btn {
        padding: 16px 15px;
        font-size: 14px;
        line-height: 16px;
        width: calc(50% - 12px);
        margin: 5px;
    }

    .modal-dialog, .modal-dialog.modal-sm, .modal-dialog.modal-md {
        max-width: calc(100% - 50px);
        margin: 25px;
    }
    .modal .btn {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .modal-footer {
        padding: 20px 15px;
    }
    .modal-footer .btn {
        min-width: 120px;
    }

    .alert-box {
        font-size: 14px;
        line-height: 22px;
        margin: 20px auto 15px;
    }
    .alert-box h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .title-box {
        background: #1c1c1c;
        border: 1px solid #EAEAEA;
        box-shadow: 0px 15px 45px -17px rgba(0, 0, 0, 0.21);
        border-radius: 10px;
        padding: 15px 15px;
        text-align: center;
        margin: 15px 0px 25px;
    }
    .title-box h1, .title-box h2, .title-box h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .title-box.mobile-no-border {
        border: 0px;
        box-shadow: none;
        padding: 0px;
        margin: 15px 0px 5px;
    }

    .cart-product:not(.is-last-border ) .item:last-child {
        border-bottom: 1px solid #E6E6E6;
    }

    .btn-addition {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 22px;
        width: 190px;
        max-width: 100%;
        margin: 20px auto 25px;
        display: block;
    }

    .btn.btn-back {
        padding: 6px 10px;
        z-index: 2;
    }
    .btn.btn-back .text-icon {
        padding-left: 18px;
    }

    .cart-box .btn-back {
        top: 12px;
    }

    .card {
        padding: 15px;
        margin-top: 15px;
    }
    .card .product-item .img {
        width: 115px;
        height: 115px;
    }
    .card .product-item {
        padding-left: 130px;
        min-height: 115px;
    }
    .card .product-item .text {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0px;
    }

    .card-product {
        margin-bottom: 15px;
    }
    .card-product .product-item {
        padding-left: 105px;
    }
    .card-product .product-item .img {
        width: 85px;
        height: 85px;
    }
    .card-product .form-group {
        margin-bottom: 10px;
    }

    .address-box {
        font-size: 14px;
        line-height: 20px;
    }
    .address-box .head {
        margin-bottom: 5px;
    }

    .payment-control .panel {
        margin-left: -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-top: -10px;
    }

    .payment-box {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .payment-box .item {
        width: 100%;
        border-bottom: 7px solid #d88f21 !important;
        padding: 20px 15px;
        display: inline-block;
    }
    .payment-box:after {
        display: none;
    }
    .payment-box h4 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 28px;
    }
    .payment-box .item:not(:first-child) h4 {
        margin-top: 0px;
    }
    .bank-box {
        padding-bottom: 10px;
    }

    .upload-box .btn-upload .btn {
        width: 120px;
        padding: 10px;
        font-size: 14px;
    }
    .upload-box .img {
        width: 250px;
        max-width: 100%;
    }

    .success-box {
        font-size: 14px;
        line-height: 22px;
        color: #555555;
        max-width: calc(100% - 30px);
        padding: 50px 25px;
    }
    .success-box .img {
        height: 50px;
    }
    .success-box h3, .success-box .font-h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 15px 0px 5px !important;
        color: #000;
    }
    .success-box .btn-box {
        margin: 30px auto 0px;
    }
    .success-box .btn-box .btn {
        padding: 12px 30px;
        font-size: 14px;
        line-height: 20px;
        width: auto;
        display: inline-block;
    }

    .about-img {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px) !important;
        margin-left: -15px;
        border-radius: 0px;
    }

    .section-member .member-control > .panel {
        padding: 25px 20px;
    }

    .profile-box .title .pull-left, .profile-box .title .pull-right{
        width: 50%;
        margin-bottom: 10px;
    }
    .profile-box .title h2, .profile-box .title h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .profile-box .title .pull-right {
        text-align: right;
    }
    .profile-box .title h4, .profile-box .title h4 big, .profile-box .title h4 strong, .profile-box .title .font-h4, .profile-box .title .font-h4 big, .profile-box .title .font-h4 strong {
        font-size: 16px;
        line-height: 34px;
    }

    .profile-list, .checkbox > label, .radio > label, .label-gender {
        font-size: 14px;
        line-height: 16px;
    }
    .label-gender {
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .profile-list .head h4, .profile-list .head .font-h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .profile-img {
        width: 75px;
        height: 75px;
    }
    .profile-list label {
        color: #777777;
    }
    .profile-list .form-group {
        margin-bottom: 15px;
    }
    .upload-box.for-avartar {
        margin: 0px auto 10px;
    }
    .upload-box.for-avartar .btn-upload .btn {
        padding: 6px 15px;
        width: auto;
        font-size: 12px;
        line-height: 16px;
    }

    .modal h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .modal .modal-header {
        padding-bottom: 0px;
    }

    .form-box {
        margin: 10px 0px;
    }

    .change-pass-box > .panel {
        padding: 30px 25px;
    }
    .change-pass-box .btn {
        padding: 14px 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .change-pass-box .form-group {
        margin-bottom: 20px;
    }
    .change-pass-box h2, .member-control .title h2, .change-pass-box h1, .member-control .title h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .change-pass-box form {
        margin: 15px auto 0px;
    }
    .table-order td:last-child:after {
        display: none;
    }

    .table-order {
        margin: 20px 0px;
        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: initial;
        font-size: 14px;
        line-height: 16px;
    }
    .table-order td {
        padding: 3px 20px !important;
        display: inline-block;
        width: calc(100% - 150px);
        border: 0px !important;
    }
    .table-order td:last-child {
        width: 150px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px !important;
    }
    .table-order tr {
        border-bottom: 1px solid #E6E6E6;
        position: relative;
        padding: 15px 0px;
        display: inline-block;
        width: 100%;
    }
    .table-order tr:first-child {
        border-top: 1px solid #E6E6E6;
    }
    .table-order .btn {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }

    .order-box hr {
        margin-left: -20px !important;
        width: calc(100% + 40px);
        border-top: 0px;
    }
    .order-box .btn-back {
        margin-top: 0px;
    }
    .order-detail-box {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .order-detail-box .head {
        font-size: 14px;
        line-height: 20px;
        padding: 30px 20px 15px;
    }
    .order-detail-box .cart-total {
        width: 100%;
        padding: 15px 20px;
        margin: 0px;
        border-bottom: 2px solid #F2F2F2;
    }
    .order-detail-box .cart-total hr {
        height: 2px !important;
        background: #F2F2F2;
    }
    .order-detail-box .cart-list {
        width: 100%;
        padding: 0px 20px;
    }
    .order-detail-box .cart-product .item {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding: 15px 20px;
    }
    .order-detail-box .cart-summary {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-bottom: 90px;
        position: relative;
    }
    .order-detail-box .cart-discount {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 20px 20px;
        border: 0px;
    }
    .order-detail-box .cart-discount .btn-order-payment {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .order-detail-box .tracking-detail, .order-detail-box .ship-detail {
        color: #555;
        font-size: 14px;
        line-height: 16px;
    }

    .w-box .product-item {
        position: relative;
    }
    .w-box .product-item:after {
        content: '';
        position: absolute;
        right: -20px;
        bottom: -12px;
        width: calc(100% - 75px);
        border-top: 1px solid #E6E6E6;
    }
    .w-box .product-item .text {
        font-size: 14px;
        line-height: 16px;
    }
    .w-box .btn-action {
        right: 0px;
        bottom: 0px;
    }

    .contact-box {
        padding: 0px 20px 50px;
    }
    .contact-box .logo {
        height: 82px;
        margin: 25px auto 10px;
    }
    .contact-box h3, .contact-box .font-h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #FFF;
        margin-top: 0px;
    }
    .contact-social .item {
        width: calc(50% - 25px);
        font-size: 14px;
        line-height: 16px;
        padding: 30px 15px;
        margin: 10px 12px;
    }
    .contact-social {
        margin: 10px 0px;
    }

    .autocomplete-suggestions {
        width: calc(100% - 90px) !important;
    }

    .section-search h2, .section-search h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .tab.style-2 .nav-tabs > li > a {
        padding: 16px;
        min-width: 120px;
    }
    .tab.style-2 .tab-content {
        padding: 30px 0px;
    }

    .section-login {
        padding: 40px 0px;
        background: #fff;
    }
    .signin-logo {
        margin: 0px auto 25px;
        height: 80px;
        max-width: 100%;
    }
    .signin-social .btn {
        font-size: 12px;
    }
    .signin-box {
        font-size: 14px;
        line-height: 16px;
        padding: 0px 15px;
    }
    .signin-box .or {
        margin: 18px 0px;
    }
    .signin-box .btn {
        padding: 16px 15px 12px;
    }
    .signin-box.for-forget h2, .signin-box.for-forget h1 {
        margin: 0px;
    }

    .register-box {
        font-size: 13px;
        line-height: 22px;
        padding: 0px 20px;
    }
    .register-box .img {
        height: 120px;
        max-width: 100%;
    }
    .register-box .btn-box .btn {
        float: left;
        margin: 8px 5px;
        font-weight: 700 !important;
    }
    .register-box .btn-box .btn.btn-block {
        width: calc(100% - 10px);
    }
    .register-box .btn-box .btn:not(.btn-block) {
        width: calc(50% - 10px);
        padding: 15px 15px;
    }
    .register-box .btn-box {
        margin: 10px auto;
    }

    .faq-img {
        position: absolute;
        right: 15px;
        top: -140px;
        width: 148px;
        height: 130px;
        margin: 0px;
    }

    .section-faq .title {
        margin: 50px 0px 40px;
    }
    .section-faq .title h2, .section-faq .title h2 big, .section-faq .title h1 strong, .section-faq .title h1, .section-faq .title h1 big, .section-faq .title h1 strong {
        font-size: 36px;
        line-height: 46px;
    }

    .content-box {
        margin: -5px 0px 50px;
        padding: 20px 30px;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        color: #333333;
    }
    .about-box p, .content-box p {
        margin-bottom: 22px;
    }
    .about-box h1, .about-box h2, .about-box h3, .about-box h4, .content-box h1, .content-box h2, .content-box h3, .content-box h4 {
        line-height: 25px;
        margin-bottom: 22px;
    }

    .modal .signin-box {
        padding: 0px;
    }
    .modal .signin-social .btn {
        margin: 3.5px;
        width: calc(33.33% - 7px);
        padding: 12px 15px 6px;
    }
    .modal .signin-social .btn .text-icon {
        padding-left: 28px;
    }
    .modal .signin-social .btn i {
        width: 20px;
        height: 20px;
    }

    .article.article-highlight-slide {
        overflow: hidden;
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .article.article-highlight-slide .item {
        padding: 0px 15px;
    }
    .article.article-highlight-slide .item .text, .article .desc {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #999;
    }
    .article.article-highlight-slide .item > a {
        display: inline-block;
        width: 100%;
        padding: 0px;
    }
    .article.article-highlight-slide .item .img {
        position: relative;
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .article.article-highlight-slide .owl-nav {
        display: none;
    }
    .article.article-highlight-slide .is-highlight {
        font-size: 12px;
        padding: 5px 10px;
        left: -10px;
        top: 15px;
    }
    .article.article-highlight-slide .item .name {
        height: auto;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-top: 15px;
    }
    .article.article-highlight-slide .desc {
        margin-top: 8px;
    }
    .article.article-highlight-slide .action {
        margin-top: -15px;
        font-size: 12px;
        line-height: 14px;
    }
    .article.article-highlight-slide .owl-dots {
        margin: 10px 0px;
    }
    .tab.for-article .nav-tabs > li > a {
        font-size: 14px;
        line-height: 16px;
    }
    .tab.for-article .see-all .btn {
        margin: 0px;
        font-size: 12px;
        line-height: 16px;
    }
    .tab.for-article .tab-content {
        padding: 25px 0px;
    }
    .article-grid .item {
        margin: 0px 0px 20px;
    }

    .profile-address.is-box-select .radio > label {
        font-size: 12px;
        line-height: 16px;
    }

    /* 2022-09-19 */
    .sitemap .item {
        width: 50%;
    }
    .sitemap .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 0px;
    }
    .sitemap .subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    /* 2022-10-28 */
    .product .item .info .inner {
        height: 55px;
        overflow: hidden;
    }
    .product .item .price {
        height: 15px;
    }
    .cate .item p, .cate .item .text {
        height: 37px;
    }

    /* 2022-11-13 */
    .banner .item .font-orange {
        font-size: 10px;
        margin-bottom: 4px;
    }
    .banner .item .text {
        font-size: 10px;
        line-height: 14px;
    }
    .banner .item .text h2, .banner .item .text h1 {
        font-size: 20px;
        line-height: 20px;
        margin: 0px 0px 3px;
    }
    .banner .item .btn-box {
        margin-top: 10px;
    }
    .banner .item .btn-box .btn {
        padding: 8px;
        font-size: 12px;
    }
    /*
    .product-form.open .control {
        padding-bottom: 35px;
    }
    .product-form.open .control {
        position: relative;
        bottom: 0px;
    }
    */

    /* 2022-12-11 */
    .banner .item .btn-box {
        margin-top: -10px;
    }
    .owl-thumbs-control .number {
        width: calc(20% - 10px);
        height: calc(82% - 18px);
        right: 1px;
    }
    .product-img .owl-thumbs-control.open .owl-thumbs .owl-thumb-item, .product-img .owl-thumbs-control.open .owl-thumbs .owl-thumb-item:nth-child(n+6) {
        height: 58px !important;
    }
    .owl-thumbs-control .number, .product-img .owl-thumbs-control .owl-thumbs .owl-thumb-item img {
        height: 58px;
    }
    .article-slide.article .item .img {
        height: 26vw;
    }
}

@media (max-width: 520px){
    .btn-box .btn.mobile-btn-block {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}