/*media*/
@media only screen and (min-width: 0px) {
    .top-header img{
        width: 100px;
    }
    .top-header{
        /*padding: 30px 30px 10px;*/
        padding-top:30px;
        padding-bottom:20px;
    }
    .info-box img{
        display: none;
    }
    .info-box{
        margin: 0px 20px 20px 20px;
    }
}
@media (max-width: 767px) {
    .custom-section .title{
        font-size: 32px !important;
    }
    .custom-section .subtitle{
        font-size: 30px !important;
    }
    .red-btn{
        font-size: 24px !important;
    }
    .blog-box a{
        height: 210px;
    }
    .blog-box .title{
        font-size: 19px;

    }
    .footer-social {
        display: flex;
        justify-content: center;
    }
    .footer-social i{
        font-size:51px;
    }
    .product-nav-item{
        font-size: 13px;
        padding: 8px 4px 8px 4px;
        margin:0px 2px;
    }
    .bottom-add-cart .product-add-cart{
        width: 230px;
        max-width: 100%;
    }
}


@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1024px) {

    .top-header img{
        width: 120px;
    }
    .search-input{
        width: 510px;
    }
    .top-header{
        /*padding: 30px 30px 15px;*/
    }
    .info-box img{
        display: block;
    }
    .info-box{
        margin: 0;
    }

}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1300px) {


}

@media only screen and (min-width: 1500px) {

}
@media only screen and (min-width: 1900px) {
}



/*/media*/


