@media(max-width: 767px){
        .header-style6 .header-mid-right-content::before{
            display:none;
        }
        body header.header-style6 .header-mid-right .header-mid-right-content {
            margin: 0 0px;
        }
        .header-style6 .header-mid-right-content {
            margin-left: 0px;
            padding-left: 0px;
            position: relative;
        }
        .header-mid-right div{
            float: none;
        }
        .header-mid-right div.money-select-menu {
            margin-left: 20px;
            width: 29%;
        }
        .money-select .money-dropdown {
            border: 1px solid #bbb;
            left: 28%;
        }
        body .menu-button {
            font-weight: 600;
            text-transform: uppercase;
            background-color: #f8bc07;
            color: #fff;
            padding: 5px 5px;
            float: left;
            font-size: 12px;
            width: 127px;
        }
        .primary-navigation-button{
            text-align: right;
        }
       body header.header-style6 .form-search-header select option {
            height: 30px;
            line-height: 30px;
            /*padding: 5px 0 5px 20px;*/
            width: 50%;
        }
        body header.header-style6 .form-search-header select{
            overflow: hidden;
        }
        .massege {
            padding: 10px 30px;
            display: block;
            background: #f8bc07;
            position: fixed;
            bottom: 0;
            left: 12.5%;
            width: 75%;
            text-align: center;
            margin: 0 auto;
        }
        .backtotop {
            right: 3px;
        }   
        .hot-deal-countdown{
            float: none!important;
        }

}
@media(max-width: 992px){
    .product-detail .detail-products .nav.nav-pills {
        float: left;
        width: 100%;
        border-width: 0;
    }
}
@media(max-width: 479px){
    .block-infos {
            display: none;
            text-align: center;
            vertical-align: top;
            width: 79px;
            position: relative;
            color: white;
            padding-left: 25px;
            margin-bottom: 25px;
    }
}