
@media (max-width: 1349px){

}
@media (min-width: 768px){
    .product-list{
        display: table;
        width: 100%;
    }
    .product-list{
        display: table;
    }
    .product-list-row{
        display: table-row;
    }
    .product-list-cell{
        display: table-cell;
    }
    .table-head{
        color: #fff;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
    }
    .banner-slider .slick-slide .embed-responsive-item::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99;
        position: absolute;
        transition:  none;
    }
    .banner-slider .slick-slide.slick-current .embed-responsive-item::before{
        display: none;
    }
}

@media (max-width: 768px){
    .box-frame {
        padding: 15px;
    }
    .order-summary-m{
        display: block;
    }
    .order-product-list tbody td{
        display: block;
        width: 100%;
    }
    .order-product-list thead{
        display: none;
    }
    .order-product-list tfoot td:nth-child(1),
    .order-product-list tfoot td:nth-child(2){
        display: none;
    }
    .order-product-list tbody td{
        border: none;
    }
    .order-product-list tbody tr{
        padding: 15px 0;
        display: block;
    }
    .order-product-list tbody tr+tr{
        border-top:1px solid #E0E0E0;
    }
    .order-product-list tfoot{
        display: none;
     }
     #total-summary .column2 {
        text-align: right;
    }
    .table-head{
        display: none;
    }
    .product-list2 td{
        display: block;
    }
    .table-data{
        float: right;
    }
    .table-label{
        display: block;
    }
    .product-list2 thead th{
        display: none;
    }
    .product-list2 th{
        border-bottom: none !important;
    }
    .product-list2 td{
       padding: 10px !important;
    }
    .product-list2 tbody td:first-child{
        display: block !important;
        color: #fff;
     }
    .product-list2 tbody tr td{
        border-top: 0 ;
    }
    .sub-total-row{
        font-weight: bold;
    }
    .sub-total-row::before{
        position: relative;
        height: 1px;
        width: 100%;
        background: #e0e0e0 ;
        top: -10px;
    }
    .product-list2 tbody tr{
        display: block;
        margin-bottom: 15px;
    }
    .product-list2 tbody tr{
        border: 1px solid #e0e0e0;
    }
    #back-to-top{
        bottom: 100px;
        right: 34px;
        font-size: 40px;
    }
    /* .langs.desktop{
        display: none;
    } */
    #open-popup-search{
        display: none;
    }
    #logo{
        display: inline-block;
    }
    .menu-spacer{
        height: 0px;
    }
   #search-form{
       width: 100%;
       margin: 0 0 15px 0;
       display: block;
   }
   .product-back {
        margin: 15px 0;
    }
    .product-meta{
        margin-top: 20px;
    }
    .cart-total-num-container{
        font-size: 20px;
    }
    .product-detail-container {
       padding: 0;
    }
    .logo-column{
        display: none;
    }
    .banners-column{
        width: 100%;
        float: none;
    }
    .top-bar{
        padding: 0;
    }
    .top-bar .container, .breadcum .container{
        width: auto;
    }
    #logo{
        margin-left: 0;
    }
}
@media (max-width: 480px){
    .breadcum a {
        font-size: 15px;
    }
    .breadcum{
        font-size: 15px;
    }
    .tags li a {
        font-size: 15px;
    }
    .footer-menu{
        text-align: center;
        float: none;
    }
    .footer-menu li{
        float: none;
        display: inline-block;
    }
    .function-menu li {
        margin: 0 8px;
    }
    .langs {
        padding: 14.5px 5px;
    }   
}

@media (max-width:575px){
    .product-message-container .product-img{
        margin: 0px;
    }
    .cart-func-text{
        font-size: 12px;
    }
}