@media screen and (min-width: 1600px){
    #collection .container,#collection .row {
        max-width: 1021px;
    }
}
@media screen and (min-width: 1440px){
    .load-view-ajax .nav-dropdown{
        right: auto;
        transform: translateX(-25%);
    }
    .full-width .ubermenu-nav, .container, .row{
        max-width: 1310px;
    }
    .banner-home.home-banner-top .menu-cache {
        width: 20%;
    }
    .banner-home .banner-content {
        width: 55%;
    }
}
@media screen and (min-width: 1200px){
    .banner-home .menu-cache {
        width: 22%;
    }
    .banner-content {
        width: 53%;
    }
}
@media screen and (max-width: 850px) {
    .menu-mobile,.sidebar-mobile{
        display: block;
    }
    .mini-cart-mobile img {
        max-width: 38px;
    }
    .mini-cart-mobile span.cartCount.count_item_pr{
        top: auto;
        right: -7px;
        left: auto;
        bottom: 30px;
    }
    .pc-screen,.wide-nav,.banner-right,.logo_top_pc,.menu-cache{
        display: none;
    }
    .col-search-engine .header_search .search-bar .collection-selector .search_text{
        padding-left: 20px;
    }
    .header-top-mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
    }
    .col-search-engine .header_search {
        margin: 0;
    }
    .col-search-engine {
        background: red;
        padding: 6px 10px;
    }
    .menu-bar>a {
        color: rgba(102,102,102,.85);
        font-size: 24px;
    }
    .menu-mobile,.sidebar-mobile {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        max-width: 95%;
        z-index: 100;
        background-color: rgba(255,255,255,.95);
        width: 250px;
        border-right: 1px solid #e9e9e9;
        transition: all .4s cubic-bezier(.46,.01,.32,1);
        -ms-transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    .open_drawer .menu-mobile,.open_drawer_filter .sidebar-mobile{
        -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    .menu-mobile .list_menu_mb,.sidebar-mobile .list_sidebar_mb {
        left: 0;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: inherit;
        padding: 0;
        border: unset;
        margin-top: 30px;
    }
    .overlay_chir {
        content: "";
        background: rgba(0,0,0,.6);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        display: none;
    }
    .close-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        font-size: 25px;
        right: 15px;
        color: #fff;
        opacity: .6;
        height: 100%;
        z-index: 99;
        display: none;
    }
    .open_drawer .overlay_chir.menu, .open_drawer_filter .overlay_chir.filter,
    .open_drawer .close-menu,.open_drawer_filter .close-menu,.open_drawer_filter .overlay_chir.menu{
        display: block ;
    }
    .menu-mobile .list_menu_mb>.menu-item {
        padding: 15px 0;
        width: 100%;
    }
    .menu-mobile .list_menu_mb>.menu-item>a {
        font-size: 14px;
        font-weight: 500;
        color: rgba(102,102,102,.85);
        text-transform: uppercase;
        margin-left: 20px;
    }
    .list_menu_mb .menu-item.open {
        background: rgba(0,0,0,.05);
        height: 100%;
    }
    .list_menu_mb {
        height: auto;
    }
    .sub-menu{
        float: inherit;
    }
    .list_menu_mb li.menu-item:hover .sub-menu{
        display: none;
    }
    .list_menu_mb .sub-menu {
        left: 10px;
        width: inherit;
        min-height: inherit;
        border: unset;
        position: relative;
        background: transparent;
    }
    .list_menu_mb .sub-menu>li>a {
        color: #666;
        font-size: 15px;
        text-transform: uppercase;
    }
    .list_menu_mb .sub-menu>li+li{
        border: unset;
    }
    .menu-mobile .list_menu_mb>.menu-item.has_c.open>i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transition: transform .6s ease;
    }
    .menu-mobile .list_menu_mb>.menu-item.has_c>i {
        position: absolute;
        right: 20px;
        font-size: 24px;
        color: rgba(102,102,102,.85);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform .6s ease;
    }
    .brand-list>.brand-item,.highlight-product .product-wrapper,
    .highlight-product .row>*,.banner-home .container,.banner-content,
    .topbar_wrap .container{
        padding: 0;
    }
    .row {
        --bs-gutter-x: unset;
        margin-right: unset;
        margin-left: unset;
    }
    .category-product-list .product-wrapper {
        padding: 0 10px 10px;
    }
    .highlight-product .row-cols-5>*{
        width: 100%;
    }
    .highlight-product .product-list.owl-carousel .owl-nav button {
        border-radius: 5px;
        background: gray;
        fill: #fff;
        color: #fff;
        width: 30px;
        height: 50px;
        position: absolute;
        top: 25%;
        opacity: 1;
        transition: transform .3s,opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    }
    .highlight-product .owl-nav .owl-prev {
        left: 0;
    }
    .highlight-product .owl-nav .owl-next {
        right: 0;
    }
    .right-exp,.exp-small {
        margin-top: 20px;
    }
    .right-exp .exp-small+.exp-small+.exp-small{
        padding: 0;
    }
    .exp-small:last-child {
        margin-bottom: 20px;
    }
    /******** Scroll css*********/
    .header-top-mb.active {
        position: fixed;
        top: 0;
        z-index: 9;
        right: 0;
        left: 0;
        animation: stuckMoveDown .6s;
        background: rgba(255,255,255,.95);
    }
    @-webkit-keyframes stuckMoveDown {
        0% {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes stuckMoveDown {
        0% {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
    .brand-list {
        display: block;
        width: 100%;
        column-count: 3;
    }
    /*Product view css*/
    .left-content-view {
        padding-right: 0;
        flex-basis: 100%;
        max-width: 100%;
    }
    .detail_main .container{
        padding-right: 0;
        padding-left: 15px;
    }
    .right-content-view {
        display: none;
    }
    .content-img{
        flex-direction: column;
    }
    .child-img{
        background: rgb(245, 251, 246);
    }
    .product_tabs .nav {
        flex-direction: column;
    }
    .product_tabs .nav-tabs .nav-link {
        text-align: left;
    }
    .related-slider.owl-carousel .owl-nav button{
        width: inherit;
        transform: unset;
    }
    .item-image{
        border: unset;
    }
    .detail-content-top {
        display: flex;
        padding-right: 0;
        padding-left: 0;
    }
    .product_tabs,.product-related,.detail-info,.product-related {
        padding-right: 15px;
    }
    .related-slider.owl-carousel .owl-nav button{
        opacity: 1;
        background: inherit;
        box-shadow: unset;
    }
    td.product-remove {
        position: relative;
        width: 0;
        padding: 0;
    }
    .product-remove a {
        position: absolute;
        top: 10px;
        left: 0;
        width: 24px;
        height: 24px;
        line-height: 18px !important;
        font-size: 18px !important;
    }
    .cart-wrapper,.mobile-product-price {
         display: block;
    }
    .cart-wrapper .col{
        padding: 0;
    }
    .cart-wrapper .col-lg-5.col{
        border-left: unset;
    }
    td.product-name a{
        font-size: 13px;
    }
    .top-category {
        flex-direction: column;
    }
    .count-cate-product,.price-pc {
        display: none;
    }
    .sidebar-mobile .price-pc{
        display: block;
    }
    .list_sidebar_mb .price-pc {
        padding: 30px 20px;
    }
    .item-center>a>img,.item-center{
        height: 100%;
    }
    /****** CATEGORY PAGE ******/
    .category-filter-row {
        display: block;
    }
    .category-container .container,.category-page .container {
        padding-right: 0;
        padding-left: 0;
    }
    .category-container .row>*:first-child {
        padding-left: 8px;
    }
    .category-container .row>* {
        padding: 5px;
    }
    .paginator{
        margin: 5px 0;
    }
    .category-container .product-list{
        padding-left: 0;
    }
    /****** NEWS PART *****/
    .news-content .news-list-style .row,.wrapper-row .col-md-12>.row {
        display: block;
    }
    #blog .blog-content .news-item .news-img,#blog .blog-content .news-item .news-detail{
        width: 100%;
        float: unset;
    }
    .review-block.comment-voted{
        display: block;
    }
    .breadcrumb{
        justify-content: center;
    }
    .left-exp iframe {
        width: 100%;
    }
    .right-exp {
        margin-top: 0;
    }
    .slide-category.owl-carousel .owl-nav button{
        opacity: 1;
        width: 22px;
    }
    .slide-category .owl-nav .owl-next{
        right: 0;
    }
    .slide-category .owl-nav .owl-prev{
        left: 0;
    }
    .nav-social.PC{
        display: none;
    }
    .bottom-contact-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        background: white;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea;
    }
    .bottom-contact-mobile>ul {
        padding-left: 0;
    }
    .bottom-contact-mobile ul li {
        width: 20%;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
    }
    .bottom-contact-mobile ul li img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .bottom-contact-mobile ul li span {
        color: #000;
        font-size: 12px;
    }
    .bottom-contact-mobile ul li.to-top-pc img {
        width: 25px;
    }
    .bottom-contact-mobile ul li.to-top-pc span {
        position: relative;
        top: 3px;
    }
    input[type=number]#quantity {
        padding-left: 0;
    }
    .col-search-engine .header_search .search-bar .input-group-field{
        border-radius: unset !important;
    }
    .cart_ico_mobile {
        transform: translateX(-10%);
    }
    .cart-page{
        padding-left: 15px;
        padding-right: 15px;
    }
    .input-group-field[type=search],.cart-updated[type=submit]{
        -webkit-appearance: none;
    }
    .category-product-list .slide-category span.badges.new,
    .category-product-list span.badges.new
    {
        right: 20px;
    }
    .actions .continue-shopping, .actions .cart-updated{
        padding: 5px 12px;
    }
    .actions .cart-updated{
        border: unset;
        line-height: 20px;
    }
    .category-product-list .activeLabelStatus,
    .category-product-list .slide-category .activeLabelStatus{
        left: 20px;
    }
    .category-product-list .product-list:not(.slide-category) .product-wrapper:nth-child(odd) {
        padding-right: 10px;
    }

    .category-product-list .product-list:not(.slide-category) .product-wrapper:nth-child(even) {
        padding-left: 10px;
    }

    .category-product-list .slide-category .owl-item:nth-child(even) .product-wrapper {
        padding-left: 5px;
    }

    .category-product-list .slide-category .owl-item:nth-child(odd) .product-wrapper {
        padding-right: 5px;
    }
    .cate-title>h3 {
        font-size: 14px;
    }
    .category-news-wrap {
        padding-right: 0;
    }
    .category-blog #blog .news-item{
        display: block;
    }
    .category-blog #blog .news-item .news-img{
        padding-top: 56%;
    }
    .lastest-news-view {
        margin-bottom: 50px;
    }
    .ft-right iframe {
        width: 100%;
    }
    .menu-mobile {
        height: 100%;
        overflow-y: auto;
    }
    .menu-mobile .cate-custom {
        padding-left: 0;
    }

    .menu-mobile .cate-custom>li>a {
        font-size: 14px;
        font-weight: 500;
        color: rgba(102, 102, 102, .85);
        text-transform: uppercase;
        margin-left: 20px;
        padding: 0;
    }

    .menu-mobile .cate-custom>li {
        padding: 15px 0;
        width: 100%;
    }

    .menu-mobile .cate-custom>li:first-child {
        padding-top: 0;
    }
}
@media screen and (max-width: 635px) {
    .ft-left iframe{
        width: 100% !important;
    }
    .price-row, .subtotal-row,.price-column,.subtotal-column {
        display: none;
    }
    .cart-page td.cart-quantity div {
        display: flex;
        justify-content: flex-end;
    }
    th.quantity-row {
        text-align: right;
    }
    .footer-content .row-cols-2{
        display: block;
    }
    .cart-content-view {
        align-items: center;
        width: 100%;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        justify-content: flex-start;
        padding-top: 15px;
    }
    button#btnAddToCart {
        margin-left: 0;
    }
    .actions .continue-shopping, .actions .cart-updated{
        font-size: 11px;
    }
    #nav-home>h3{
        font-size: 16px;
    }
    .left-exp {
        position: relative;
        padding-top: 55%;
    }
    .left-exp iframe {
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        top: 0;
        position: absolute;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        -o-object-fit: cover;
        object-fit: fill;
    }
    .to-top-pc {
        bottom: 80px;
    }
}
@media screen and (min-width: 991px) {
    .quantity-area{
        display: inline-block;
    }
    .cart-content-view button#btnAddToCart{
        margin-left:0;
    }
}