.mobile_nav{
    display: none;
}
.mobile_layer{
    display: none;
}
.mobile_categories{
    display: none;
}
@media (max-width: 1200px) {
    .customRightNavbar {
        float: none;
        margin-left: 0;
    }

    .customRightNavbar a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 13px !important;
    }

    .slider_layer h1 {
        font-size: 60px;
    }
}
@media (max-width: 992px) {
    .customRightNavbar {
        text-align: center;
    }
    h1.heading {
        margin-top: 10px;
    }
    .home_page_products{
        margin-top: 20px;
    }
    .slider_layer h1 {
        font-size: 50px;
    }
    .custom_slider_img .slider_layer h1 {
        line-height: 100px;
    }
    .custom_slider_img {
        height: 100px;
    }
    .custom_slider_img .slider_layer {
        height: 100px;
    }
    .about_us_image{
        display: none;
    }
    ul.sidebar{
        display: none;
    }
    .mobile_categories{
        display: block;
    }
    .product_detail_category{
        text-align: center;
    }
    /*.logoDiv{background: red}*/
}

@media (max-width: 768px) {
    .custom_slider_img {
        display: none;
    }
    .logoDiv img{
        max-width: 100%;
        display: block;
    }
    .customRightNavbar{
       display: none;
    }
    .mobile_nav {
        display: block;
        background: #e2e2e2;
        padding: 10px;
        font-size: 18px;
    }
    .mobile_layer {
        display: none;
        background: #3d5275;
        background: -moz-linear-gradient(top, #3d5275 29%, #77cf4a 100%);
        background: -webkit-linear-gradient(top, #3d5275 29%,#77cf4a 100%);
        background: linear-gradient(to bottom, #3d5275 29%,#77cf4a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5275', endColorstr='#77cf4a',GradientType=0 );
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    .mobile_layer ul {
        list-style: none;
        padding: 0;
    }
    .mobile_layer li{}
    .mobile_layer a {
        color: white;
        display: block;
        text-align: center;
        font-size: 20px;
        padding: 23px 0;
    }
    .delay2{
        -webkit-animation-delay:1s;
    }
    .delay4{
        -webkit-animation-delay:2s;
    }
    .delay6{
        -webkit-animation-delay:3s;
    }
    .delay8{
        -webkit-animation-delay:4s;
    }
    .mobile_layer .close_button {

        position: fixed;
        right: 0;
        padding: 9px 23px;
        top: 0;
        z-index: 9999;
    }
    .mobile_layer .close_button a{
        font-size: 53px;
        padding: 0;
        display: block;
    }
}


