@media (max-width: 1620px) {
    div#field1 input {
        width: 55px;
        border: 1px solid;
        height: 30px;
        text-align: center;
        position: relative;
        left: -3px;
        top: 3px;
    }

    #mobile-search i:before {
        font-size: 20px;
        position: relative;
        left: 15px;
    }

    .overlay-content label {
        font-weight: 100;
        position: absolute;
        left: 0;
        bottom: -22px;
        left: 5px;
    }
}

@media (max-width: 1024px) {
    .footer-links ul li a {
        color: #fff;
        padding: 9px;
    }

    .main-menu .navbar-default ul li a {
        font-size: 13px;
        border-top: 4px solid transparent;
        padding-top: 15px;
        padding-bottom: 15px;
    }

}


@media (max-width: 768px) {
    .left-child, .right-child {
        padding-bottom: 20px;
    }

    .right-child .cstm_btn, .left-child .cstm_btn {
        display: none;
        text-align: center;
        left: 50%;
        bottom: 0;
        height: 80px;
        line-height: 25px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #ffffff;
        width: 90%;
        border: 1px solid #e2dfdf;
        border-radius: 0px;
        padding: 15px 0px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        box-shadow: 0px 0px 1px 0px #7b7a7a;

    }

    .main-menu .navbar-default ul li a {
        font-size: 9px;
        border-top: 4px solid transparent;
        padding-top: 5px;
        padding-bottom: 7px;
    }

    .footer-links ul li a {
        color: #fff;
        padding: 12px 6px;
        font-size: 9px;
    }

    .price-viewcart p {
        font-size: 10px;
        float: left;
    }
}

@media (max-width: 767px) {
    #wrap {
        margin: 0px !important;
        margin-top: 10px !important;
        margin-left: 15px !important;
    }

    #wrap img {
        width: 100%;
        height: auto;
        display: block;
    }

    .pad-right {
        padding-right: 15px !important;
    }

    .pad-left {
        padding-left: 15px !important;
    }

    .pad-both {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    footer#footer .col-md-9 {
        display: none;
    }

    .footer-social-links {
        text-align: center;
        width: 100%;
        float: left;
    }

    .footer-social-links ul {
        float: none;
    }

    .footer-social-links ul li {
        position: relative;
        display: inline-block;
        float: none;
    }

    .discalimer .col-md-6 {
        text-align: center;
    }

    .price-viewcart p {
        font-size: 10px;
        float: left;
        padding: 1px 0 0 0;
    }

    section.shop-detailss-sec {
        padding: 30px 15px;
    }

    #inner-pro p {
        font-size: 13px;
        font-weight: 700;
    }

    #inner-pro p a {
        color: #000;
        font-size: 11px;
    }

    .mob-hidden {
        display: none;
    }

    section.shop-detailss-sec img {
        width: auto;
    }

    .products-size p, .shop-details-txt p {
        font-size: 13px;
        padding: 3px 0 5px 0;
    }

    .add-cart-btn button {
        height: 31px;
        padding: 0 15px;
    }

    .pro-desc p {
        margin: 4px 0 0 0;
    }

    .mobile-head, .mobile-price {
        display: block;
    }

    ul.shop-bredcrumbs, .shop-details-txt h2, .shop-details-txt p, .shop-details-txt h3 {
        display: none;
    }

    .products-size p, .products-color p {
        display: block !important;
    }

    .top-bar-box ul li {
        display: inline-block;
        padding: 10px;
        color: #000;
        position: relative;
    }

    header.main-menu .col-md-10 {
        padding: 0;
    }

    .top-bar-box {
        border-bottom: 0;
        padding: 9px 0 0 0;
    }

    li#price-mobile {
        display: none;
    }

    li#account-mobile {
        display: none;
    }

    li#desktop-search {
        display: none;
    }

    #mobile-search {
        display: inline-block;
    }

    span.cart-quantity {
        background: var(--main-bg-color);
        color: #fff;
        border-radius: 100%;
        font-size: 10px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: -10px;
        left: 15px;
    }

    i.fa.fa-shopping-bag {
        font-size: 20px !important;
    }

    .cat-box ul {
        text-align: right;
        display: none;
    }

    .cat-box h2 {
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }

    .cat-box {
        width: 100%;
        float: left;
        padding: 10px 0;
        border-bottom: 0;
        margin: 15px 0 25px 0;
        text-align: center;
    }

    .bid-gallery-nav .slick-track {
        position: relative;
        top: 0;
        left: 50%;
        display: block;
        transform: translateX(-50%) !important;
        margin: 10px 0;
    }

    .bid-gallery-nav .gallery-slide {
        padding: 5px !important
    }

    .type-catgrs {
        display: none;
    }


    .fixed-header {
        position: absolute !important;
    }

    .mobile-filter {
        display: block;
    }

    .flt-right {
        float: none;
    }

    .col-centered-mb {
        float: none !important;
        margin: 0 auto;
    }

    .phone-mobile {
        display: block;
        font-size: 10px;
        padding: 6px 0;
        text-align: center;
    }
}


@media (max-width: 320px) {
    .main-div {
        overflow: hidden;
    }

    .top-bar a {
        color: #fff;
        font-size: 12px;
    }

    .field input {
        width: 90%;
    }
}
