@media (max-width: 991px){

}
@media (max-width: 767px){
    .wrapper-description .tab-content {
        background: #fff;
        margin-left: -10px;
        margin-right: -10px;
    }
    .wrapper-description .content-entry{
        padding: 20px 15px;
    }
    .box-top{
        flex-flow: row;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
    }
    .header-main{
        height: auto;
        flex-direction: column;
    }
    .header-main .logo{
        display: block;
        overflow: hidden;
        padding: 5px 0 5px;
        border-bottom: 1px solid #262626;
        width: 100%;
    }
    .header-main .logo img{
        height: 50px;
        margin: 5px auto;
    }
    .head-hotline{
        justify-content: space-between;
        padding: 10px 0;
        width: 100%;
        direction: rtl;
    }
    .wrapper-product-info{
     padding-left: 0;
    }
    .product-gallery {
        margin-bottom: 15px;
        width: 100%;
        padding-left: 0;
    }
    .available-pro {
        font-size: 14px;
        line-height: 22px;
        display: block;
    }
    .head-hotline a{
        border: transparent;
    }
}