@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {
    .search-holder .input-group input {
        min-width: 480px !important;
    }
}

@media screen and (max-width: 992px) {
    .main-header-part {
        width: 100%;
    }

    .logo-holder {
        margin-left: 0
    }

    .search-holder .input-group input {
        min-width: calc(100vw - 250px) !important;
        padding-top: 5px;
    }

    .home-main-content {
        padding: 60px;
    }

    .bottom-bar {
        position: fixed;
        right: -1000px;
        bottom: 0;
        top: 0;
        background: #ffffff;
        z-index: 999;
        margin: 0 !important;
        padding: 100px 20px 20px;
        transition: 0.5s all ease;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

    .bottom-bar.active {
        right: 0;
    }

    .bottom-bar .categories_title {
        display: none !important;
    }

    .menu-items-holder {
        flex-direction: column;
    }

    .menu-items-holder li {

    }

    .menu-items-holder li a {
        color: #495A6A;
        font-size: 16px;
        display: block;
        padding: 12px 0;
        font-weight: 400;
    }

    .social-holder {
        flex-direction: column;
        position: absolute;
        left: 20px;
        top: 100px;
    }

    .social-holder a {
        margin-bottom: 15px;
    }

    .menu-close-btn {
        position: absolute;
        top: 30px;
        right: 20px;
        background: transparent;
        border: none;
    }

    .menu-close-btn img {
        width: 20px;
    }

    .mobile-menu-logo img {
        width: 175px;
    }

    .mobile-menu-logo {
        position: absolute;
        right: 50%;
        top: 20px;
        transform: translateX(50%);
    }

    .mobile-categories-title {
        color: #495A6A;
        font-weight: 900;
        margin: 30px 10px 20px;
    }

    .mobile-categories-menu li.has-children {
        position: relative;
    }

    .mobile-categories-menu li.has-children > a {
        font-weight: 700;
    }

    .mobile-categories-menu li.has-children > a:after {
        content: "\f0dd";
        position: absolute;
        left: 10px;
        top: 13px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 18px;
        color: #7F868D;
    }

    .mobile-categories-menu li.has-children > ul {
        display: none;
    }

    .mobile-categories-menu li.has-children.active > ul {
        display: block;
        background: #F3F3F3;
    }

    .mobile-categories-menu li.has-children.active > a {
        color: var(--primary);
    }

    .mobile-categories-menu li.has-children.active > a:after {
        color: var(--primary);
        content: "\f0de";
    }

    .product-card {
        margin-bottom: 20px;
    }

    .read-more-mobile {
        padding: 0 20px;
    }

    .filters {
        align-items: flex-start !important;
    }

    .filters-title {
        margin-bottom: 20px;
    }

    .filters_inner {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .sort-bar a {
        color: #7F868D;
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-right: 0 !important;
    }

    .sort-bar a.active:after {
        display: none
    }

    .sp-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sort-bar {
        display: flex;
        flex-direction: column;
    }

    .toggle-holder {
        margin-top: 10px;
    }

    .sort-bar-container {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 40px;
    }

    .btn-toggle-mobile {
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 700;
        margin-left: 10px;
    }

    .btn-toggle-mobile img {
        margin-left: 10px;
    }

    .filter-sidebar, .sort-bar-container {
        right: -1000px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999999;
        height: 100%;
        transition: 0.5s all;
        border-radius: 0;
        border: none;
    }

    .filter-sidebar.active, .sort-bar-container.active {
        right: 0;
    }

    .sort-toggle.close-toggle {
        position: absolute;
        left: 45px;
        top: 40px;
    }

    .sort-toggle.close-toggle i {
        font-size: 20px;
    }

    .mobile-bottom-bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 9999;
        background: #ffffff;
        padding: 20px 10px 0;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        border-radius: 8px 8px 0px 0px;
    }

    .add-to-cart-btn {
        line-height: 12px;
    }

    element.style {
    }

    .main-single-product #features ul label {
        flex: 0 0 4rem;
    }

    /*Auth Section*/
    .auth-container {
        height: unset;
    }

    .auth-content-holder .inner-content {
        height: unset;
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .auth-form-holder {
        position: relative;
        top: -70px;
        z-index: 999;
    }

    .otp-text-holder {
        flex-direction: column;
    }

    .otp-text-holder span {
        margin-bottom: 8px;
    }

    .otp-inputs input {
        padding: 10px 0 0 0;
    }

    .mobile-bottom-bar .chosen-select {
        padding: 10px 20px 8px;
    }
}

@media screen and (max-width: 768px) {
    .main-single-product .bg-bordered .container-fluid {
        padding: 0;
    }

    .home-main-content {
        padding: 50px 20px 40px;
    }

    .icon-text {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .discount-section {
        flex-direction: row !important;
    }

    .badge-holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 20px;
    }

    .add-comment-btn {
        position: absolute;
        top: 75px;
        left: 0;
    }

    .product-tabs .tab-bar {
        margin-bottom: 50px;
    }

    .main-single-product .product-tabs .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .main-single-product .product-tabs .nav-tabs li {
        white-space: nowrap;
    }
}

@media screen and (max-width: 500px) {
    .search-holder .input-group input {
        min-width: calc(100vw - 220px) !important;
    }

    .pagination .text-paginate {
        display: none;

    }

    .glass-search-bar {
        padding: 20px 10px;
    }

}

@media (min-width: 1400px) {
    .container-middle {
        max-width: 1390px;
    }
}