@media only screen and (min-width:0px) and (max-width:1280px) {
    header .header-search {
        max-width: 435px;
    }

    .header-menu .content {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media only screen and (min-width:0px) and (max-width:1024px) {

    header .header-top ul,
    header .header-user .title,
    header .header-cart .title,
    header .header-search,
    header .header-menu,
    header .header-menu,
    .product-area .product-content .icon-box-sect,
    footer .footer-center .row .col-xl-4:first-child {
        display: none !important;
    }

    header .logo {
        text-align: center;
    }

    header .mobil-menu {
        display: block !important;
    }

    header .header-user i, header .header-cart i {
        margin-right: 0px;
    }

    header .header-user .sub-menu {
        right: 0;
        left: auto;
        width: 160px;
    }

    header .header-middle .content::before {
        content: "";
        width: 100%;
        height: 1px;
        bottom: -20px;
        background: #EEE;
        position: absolute;
    }

    .banner-main-right {
        margin-top: 20px;
    }

    .page-filter {
        display: none;
    }

    .page-filter.category{
        top: 0;
        left: -450px;
        bottom: 0px;
        z-index: 999;
        background: #fff;
        border: 0px;
        max-width: 450px;
        border-radius: 0px;
        padding: 15px;
        display: block;
        position: absolute;
        transition: all 0.3s linear;
    }

    .filter-open .page-filter.category{
        left: 0px;
    }

    .filter-open .page-filter.category .btn-close {
        top: 20px;
        opacity: 1;
        right: -50px;
        width: 25px;
        height: 25px;
        display: block;
        font-size: 22px;
        line-height: 25px;
        background: #FFF;
        border-radius: 30px;
        position: absolute;
    }

    .page-filter-toggle {
        display: flex;
    }

    .page-content {
        width: 100%;
        padding-left: 0px;
    }

    .product-area .product-content .product-action {
        margin-bottom: 0px;
        display: block;
    }

    .product-area .product-content .product-action .product-button {
        width: calc(100% - 0px);
        display: inline-flex;
        margin-top: 20px;
    }

    .product-area .product-content .product-action .product-button .item:first-child{
        margin: 0px;
    }

    footer .footer-center {
        padding: 20px 0px;
    }
}

@media only screen and (min-width:0px) and (max-width:768px) {
    html, body {
        overflow-x: hidden;
    }

    header .header-top ul,
    header .header-top .bootstrap-select,
    footer .footer-top .news-letter .col-xl-3:nth-child(1),
    footer .footer-top .news-letter .news-letter-text,
    .board-section .board-item .board-change,
    footer .footer-bottom .content strong:last-child {
        display: none !important;
    }

    .banner-sect .banner-content h4, .banner-sect .banner-content h6 {
        margin-bottom: 10px;
    }

    .banner-sect .banner-content {
        padding: 15px;
    }

    .banner-category .owl-nav button.owl-prev {
        left: 0px;
    }

    .banner-category .owl-nav button.owl-next {
        right: 0px;
    }
    .banner-button{
        height: 45px;
        border-radius: 20px;
        font-size: 13px;
        padding: 0 30px;
    }

    .main-title ul {
        width: 100%;
        display: flex;
        margin-bottom: 15px;
        justify-content: space-between;
    }

    .main-title ul .nav-item{
        width: 47.5%;
    }

    .main-title ul .nav-link {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 3px 0px;
    }

    .product-area .product-image {
        max-width: 42%;
    }

    .product-area .product-content {
        max-width: 55%;
    }

    .custom-tab .nav-pills .nav-link {
        font-size: 14px;
    }

    .product-item .product-image {
        height: 235px;
    }

    .up-button {
        right: 15px;
    }

    .step-container {
        display: block
    }

    .step-item.border-end {
        border: 0 !important;
    }
}

@media only screen and (min-width:0px) and (max-width:576px) {
    header .header-user,
    .banner-main .owl-nav,
    .board-section .board-change,
    footer .footer-bottom .content figure {
        display: none !important;
    }

    .app-menu {
        display: block;
    }

    header .header-middle {
        height: 105px;
        padding: 15px 0px;
        margin-bottom: 20px;
    }

    header .mobil-menu,
    header .header-panel {
        min-width: 70px;
    }

    header .mobil-menu div,
    header .header-user,
    header .header-cart {
        height: 45px;
        padding: 0 10px;
    }

    header .logo,
    header .logo img {
        height: 60px;
        min-width: auto;
    }

    .banner-main .item .banner-content {
        padding: 25px 25px;
    }

    .banner-main .item .banner-content h1 {
        font-size: 21px;
    }

    .banner-main .item .banner-content h2 {
        font-size: 15px;
    }

    .banner-main .owl-dots .owl-dot span {
        width: 25px;
    }

    .banner-main-right img {
        max-height: 500px;
    }

    .icon-box-sect{
        padding: 15px 0px;
    }

    .icon-box-sect .icon-box {
        display: block;
        text-align: center;
    }
    .icon-box .icon-box-content {
        text-align: center;
        margin-top: 13px;
    }

    .page-filter-toggle {
        top: 215px;
    }

    .breadcrumb li:first-child{
        display: none;
    }

    .breadcrumb li{
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-area .product-image {
        max-width: 100%;
    }

    .product-area .product-content {
        max-width: 100%;
    }

    .product-area .product-content .product-label {
        display: none;
    }

    .board-section .board-item:last-child{
        float: right;
        text-align: right;
    }

    .custom-tab .nav-pills .nav-link {
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
    }

    .product-item .product-image {
        padding: 5px;
        height: 160px !important;
    }

    .product-item .product-content .product-wrapper {
        display: block
    }

    .product-item .product-content .product-title{
        margin-bottom: 10px;
    }

    .product-item .product-content .product-wrapper .product-action .btn-product{
        width: 100%;
        margin-top: 5px;
    }

    .filter-open .page-filter.category {
        max-width: 80%;
    }

    .cart-section .box-section {
        margin-bottom: 20px;
    }

    .cart-section .cart-item {
        display: inline-block;
    }

    .pagination-section {
        display: block;
    }

    .pagination-section ul {
        margin-top: 10px;
    }
}