
/** Mobile **/
@media all and (max-width: 992px) {
    .desktop-view {display: none;}
    .mobile-view { display: inherit; }
    #main {margin-top: 50px;}
    #top-nav {display: none;}
    #top-center {background: rgba(119,64,15,.9);padding: 0;}
    #top-center .logo-mobile {max-width: 100px;padding-top: 10px;padding-bottom: 10px;}
    #top-center i {color: #fff; }
    #top-center .navbar-toggler {width: 100%; padding: 0;}
    #top-center .navbar-toggler i {width: 100%; font-size: 25px;}
    #top-center .search-link i {font-size: 25px;}
    #top-center .top-cart-box {padding-top: 0;}
    #top-center .mobile-nav-btn {background: rgba(80,42,26,.35);padding-top: 10px;padding-bottom: 10px;border-right: 1px solid rgb(255, 255, 255, 0.2);}
    #top-center .navbar-toggler:focus {outline: none;}

    /*product*/
    .product-short-description h1 {font-size: 33px;}
    .rating-box {margin-bottom: 0;}
    .product-short-description {margin-top: 10px;}
    .comment-profile-image {display: none !important;}
    .certs {
        background: url("https://static.manna.global/newlayout/demo/certs_mobile.webp") no-repeat;
        background-size: cover;
    }
   
	.high-label {font-size: 8px;}




    .price-box .price-box-top,.price-box .price-box-top i { font-size: 9px;}
    .price-box .old-price {font-size: 9px;}
    .price-box .old-price i {display: block; font-size: 10px;}
    .price-box .old-price i span {font-size: 10px;}
    .mobile-ordered-2 {order: 1;}
    .mobile-ordered-1 {order: 2;}
    .routin-item img {width: 100%;}

    .top-feature-item {margin-bottom: 40px;}
    .reference-images {padding-top:0;margin-top:0;}

    .top-features h2 {text-align: left;font-size: 28px;}
    .bottom-property h2, .bottom-property h3 {text-align: left;}
    .bottom-properties .bottom-property ul {margin-bottom: 0;}
    .bottom-property {padding-bottom: 40px;}
    .reference-image-item {margin-bottom: 20px;}
    .simple-image-gallery img {    width: 90px;}

    /*footer*/
    .footer-box1 .footer-item {padding-left: 0;}
    .footer-box {min-height: 40px;}
    .footer-item ul li {margin-top: 10px;margin-bottom:10px;}
}


@media all and (max-width: 400px) {
    .top-feature-item h3 {font-size: 21px;}
    .price-btn a,.price-btn a i {font-size: 14px;}
}