
#mob-nav-wrap {
    display: none;
}

@media all   and (max-width: 1200px) {
    .mob-nav-close, .mob-nav-btn  {
        width: 30px;
        height: 30px;
        background: url(../images/close2.png) no-repeat center;
        position: absolute;
        cursor: pointer;
        top: 15px;
        right: 15px;
    }

    .mobile {
        display: block;
    }
    .web {
        display: none;
    }

    .login-popup {
        z-index: 9999999;

    }
    #login-popup {
        width: 90%;
        box-sizing: border-box;
    }
    .container {
        width: 100%;
        min-width: 300px;
    }
    .top-social-icons, .search-form, .auth-block, .site-email, .site-phone   {
        display: none;
    }

    .mob-nav-wrap .site-email, .mob-nav-wrap .site-phone,    .mob-nav-wrap .navbar,
    .mob-nav-wrap  .auth-block  {
        display: block;
    }

    .header {
        height: 100px;
    }

    .logo {
        width: 150px;
        height: 70px;
        margin-top: 10px;
        background-size: contain;
    }
    .mob-nav-btn {
        width: 40px;
        height: 32px;
        top: 37px;
        position: absolute;
        right: 20px;
        background: url(../images/nav.png) no-repeat center;
    }

    .min-cart-block {
        position: absolute;
        top: 37px;
        right: 120px;
    }

    #mob-nav-wrap {
        width: 100%;
        background: #f6f6f6;
        position: relative;
        padding: 20px 20px 40px 20px;
        float: none;
        z-index: 999999999999 !important;
    }

    #mob-nav-wrap .navigation li,   #mob-nav-wrap  .navigation li ul {
        display: block;
        width: 100%;
    }

    #mob-nav-wrap .navbar-nav>li, #navigation, .navbar-right {
        float: none;
        text-align: center;
    }
    #navigation {
        position: relative;
        width: 100%;
    }

    .main-pretext {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .breadcrumbs-wrap {
        padding:  0 20px;
    }

    .container.all-prod-content .col-xs-2,  .container.all-prod-content .col-xs-10,
    .description-main .col-xs-8, #footer .col-xs-4, #footer .col-xs-7   {
        width: 100%;
    }

    .auth-block {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
   /* .container.all-prod-content .col-xs-2 {
        margin: 0 20px;
    }*/

    .shop-left-column {
        margin: 0 15px 30px 15px;
    }
    h1, h2 {
        font-size: 25px;
    }
    body {
        font-size: 14px;
    }

    #footer {
        text-align: center;
    }
    #footer-navigation {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    #footer-navigation li {
        display: block;
    }
    .description-main {
        height: auto;
    }

    #site-main-navigation {
        margin-top: 30px;
    }
    .login-links {
        text-align: center;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        background: none;
    }

    input, textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px #ccc solid;
    }
    #submit-order-form h3 {
        font-size: 16px;
       margin-right: 0;
        height: auto;
    }
    #delivery_options .row, #order-user-fields .row {
        padding: 15px;
    }
    .order-block label {
        width: 100%;
    }
    .main-pretext-image {
        display: none;
    }

    .navbar   {
        display: none;
    }

    .order-block input[type=text] {
        width: 100%;
    }

}



@media all   and (max-width: 860px) {

    .last-product-wrap  .col-xs-4, .shop-content  .col-xs-4 {
        width: 49%;
    }

    .mob-nav-wrap .navbar {
        display: block;
    }
}

@media all   and (max-width: 580px) {

    .last-product-wrap  .col-xs-4, .shop-content  .col-xs-4 {
        width: 100%;
    }
    h1, h2 {
        font-size: 20px;
    }

    .product-item-short, .mainpg .product-item-short {
        height: auto;
    }

/*.table-admin-product-order, .table-admin-product-order  td {
display: block;
}*/
    .table-admin-product-order, table {
        overflow-x: auto;
        display: block;
    }
}

/*-----------------------------retina icons--------------------*/
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5) {

    .mob-nav-close {
        background: url(../images/close-big2.png) no-repeat center;
        -webkit-background-size: 30px 30px;
        -o-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
    }


    .mob-nav-btn {
        background: url(../images/nav-big.png) no-repeat center;
        -webkit-background-size: 40px 32px;
        -o-background-size: 340px 32px;
        -moz-background-size: 40px 32px;
        background-size: 40px 32px;
    }



}

