/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/

@media (max-width: 1199.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo img {
        width: auto;
        height: 51px;
    }
}

@media (max-width: 767.98px) {

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .section-padding-50 {
        padding: 30px 0;
    }
    .logo h3{
        font-size: 24px;
    }
    .breadcrumb-wrap nav .breadcrumb{
        float: none;
    }
    .product-thumb {
        height: 220px;
    }
    .logo img {
        width: 85%;
        height: 45px;
    }
    .terms-condition{
        width: 100%;
    }
}

@media (max-width: 575.98px) {

    .company_profile_ul > li {
        width: 100%;
        margin-right: 0;
    }
    .list-group{
        margin-top: 20px;
    }

    .flex-direction-reverse{
        flex-direction: column-reverse;
    }
    .small_slider_img{
        display: none;
    }
    .review_section #modal{
        width: 99%;
    }
    .closebutton_div{
        width: 48%;
    }
    .blog-card {
        display: inline-block;
        width: 100%;
    }
    #review-add-btn {
        width: 100%;
    }
    .blog-card .meta{
        display: inline-block;
        width: 27%;
        vertical-align: top;
    }
    .blog-card .description {
        display: inline-block;
        width: 71%;
    }
    .custom_product_title{
        width: 100% !important;
        margin-top: 20px !important;
    }
    .review_ul_div > ul > li {
        width: 100%;
    }
    /*.mb-30 {
        margin-top: 30px;
    }*/
    .product_img_div {
        height: 360px;
    }
    .mar-top-20{
        margin-top: 25px;
    }
    .slider_content_area{
        width: 100%;
        text-align: left;
    }
    .terms-condition{
        width: 100%;
    }
    .logo img {
        width: auto;
        height: 45px;
    }
    .logo h3{
        font-size: 22px;
    }
    .tab{
        width: 100%;
        height: auto;
    }
    .tab button{
        width: 49%;
        display: inline-block;
    }
    .tabcontent{
        width: 100%;
        height: 500px;
    }
    .ul_size_listing li{
        width: 47%;
    }
    .breadcrumb-wrap nav .breadcrumb{
        float: none;
    }
    .cart_img img{
        width: 21%;
    }
    .cart_img h3{
        font-size: 22px;
    }
    .product-thumb {
        height: auto;
    }
    .hsdivinit {
        top: 18%;
        height: 70px;
    }
}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/
