@media only screen and (max-width: 1919px) {

}

@media only screen and (max-width: 1649px) {
}

@media only screen and (max-width: 1599px) {
    .slider-categories {
        height: 332px;
        min-width: 260px;
    }

    .slider-categories-menu > li > a {
        padding: 7px;
        font-size: 13px;
    }

    .slider-categories-menu > li > a > i {
        font-size: 18px;
        top: 7px;
    }

    .slider-categories-submenu li a {
        font-size: 12px;
    }

    li.with-children.open > ul li {
        height: 30px;
    }

    .slider-categories-heading {
        padding: 5px 0 5px 10px;
    }

    .slider-categories-heading h2 {
        font-size: 15px;
    }

    .home-slider {
        max-width: calc(100% - 260px);
    }

    .category-grid-image {
        width: 70px;
        height: 70px;
    }

    .category-grid-description h3 {
        font-size: 14px;
    }

    .category-grid-description span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .icon-item img {
        width: 50px;
    }

    .icon-item h3 {
        font-size: 14px;
    }

    .footer-container {
        justify-content: center;
    }
}

@media only screen and (max-width: 1199px) {

    #products-container {
        justify-content: flex-start;
    }

    .slider-categories {
        height: 259px;
    }

    .categories-grid-container {
        justify-content: center;
    }

    .categories-grid-item {
        width: 50%;
    }

    .categories-grid-item:nth-child(1), .categories-grid-item:nth-child(2) {
        margin-bottom: 15px;
    }

    .contact-icons span:first-child {
        margin-right: 10px;
    }

    .contact-icons span:last-child {
        font-size: 14px;
    }

    .product-item-info span {
        font-size: 15px;
    }

    .product-item-info s {
        font-size: 12px;
    }

    .product-item-info h4 {
        font-size: 14px;
    }

    .pr-price-item {
        width: 40%;
    }

    .add_product {
        width: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        select,
        textarea,
        input {
            font-size: 16px !important;
        }

        body {
            cursor: pointer;
        }
    }

    .about-icon-item {
        margin-right: 20px;
        width: 180px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-part {
        display: inherit;
    }

    .container-map {
        padding: 0;
    }

    .header-controller {
        border-bottom: 1px solid #f9f9f9;
    }

    .header-nav {
        /*        position: absolute;
                top: calc(100% + 1px);
                right: -320px;
                display: block;
                background: #f39c00;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                box-shadow: inset -5px 0 8px -6px #6b6b6b;
                opacity: 0;
                z-index: 5;
                visibility: hidden;
                transition: 400ms ease;*/
    }

    .header-contacts {
        font-size: 14px;
        min-height: 30px;
    }

    .social-icon {
        margin-right: 5px;
    }

    .social-icon a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .header-address {
        margin-right: 10px;
    }

    .slider-categories {
        height: auto;
        border: none;
    }

    .slider-categories-mobile-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        background: #f39c00;
        text-align: center;
        padding: 5px 0;
        color: #fff;
        border-radius: 5px;
        margin: 10px auto;
    }

    .slider-categories-mobile-heading h2 {
        margin: 0 10px 0;
        font-size: 18px;
    }

    .slider-categories-mobile-heading i {
        font-size: 18px;
    }

    .home-slider-wrapper {
        display: block;
    }

    .home-slider {
        max-width: 100%;
    }

    .privileges-tabs li {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: 180px;
        padding: 10px;
    }

    .privilege-headings {
        min-width: 100%;
        margin: 0;
    }

    .privilege-headings h3 {
        margin: 10px 0 0;
        font-size: 14px;
    }

    .privilege-headings h4 {
        margin: 5px 0 0;
        font-size: 12px;
    }

    .pr-price-item {
        width: 100%;
        padding-top: 5px;
    }

    .basket-table-line {
        display: block;
    }

    .pr-price-item span:nth-child(2) {
        width: 50%;
        text-align: right;
    }

    .product-bg {
        height: 200px;
    }

    .we-offer {
        padding: 0;
    }

    .icon-part {
        flex-wrap: wrap;
    }


    .icon-item {
        margin-bottom: 15px;
    }

    .pr-info h3 {
        margin: 20px 0;
    }

    .pr-img-part {
        border-right: 0;
        padding: 0;
    }

    .pr-info {
        padding: 0;
    }

    .filters {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: #f6f6f6;
        box-shadow: 0 0 10px silver;
        z-index: 99999;
        overflow-y: auto;
        padding: 0;
    }

    .slider-categories-heading {
        display: none;
    }

    .filter-button {
        position: fixed;
        bottom: 10px;
        left: 10px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F39C00;
        background-size: 25px;
        border-radius: 50%;
        z-index: 12;
        user-select: none;
    }

    .filter-button i {
        color: #fff;
        font-size: 30px;
    }

    .products-names {
        padding: 12px 50px;
    }

    #products-container {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-sliders-container {
        margin: 30px 10px 0;
    }

    .header-social {
        justify-content: center;
        float: none;
        margin-bottom: 5px;
    }

    .header-contacts {
        justify-content: center;
        float: none;
        min-height: 0;
    }

    .privileges-wrapper {
        flex-wrap: wrap;
    }

    .privileges-tabs {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .privileges-tabs li {
        flex-basis: calc(50% - 30px);
        margin-bottom: 15px !important;
    }

    .newsletter-headings {
        flex: auto;
        text-align: center;
        margin-right: 0;
    }

    .newsletter-capture {
        margin-left: 0;
        margin-top: 10px;
        flex: inherit;
    }

    .newsletter-input-group {
        flex: inherit;
    }

    .newsletter-form-group button {
        flex: inherit;
    }

    .newsletter-form-group {
        justify-content: center;
    }

    .newsletter-wrapper {
        padding: 10px 0;
    }

    .section-divider h2 {
        text-align: center;
    }

    .tabs-switchers-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-bg-image {
        height: 400px;
    }

    .about-icon-item {
        margin-right: 20px;
        width: 230px;
        margin-bottom: 15px;
    }

    .about-img {
        margin-right: 0;
        margin-bottom: 0;
    }

    .about-text {
        display: inline-block;
    }

    .about-section {
        padding: 0 20px;
    }

    .filters-check,
    .filter-price,
    .filter-top {
        padding: 0 15px;
    }

    .filter-require {
        padding: 0;
    }

    .information-section {
        margin: 10px 0 0;
    }

    .products-top {
        padding-left: 0;
    }

    .products-block {
        padding: 0;
    }

    .product-middle-thumbnail {
        margin: 5px;
    }

    .error img {
        width: 450px;
    }

    .error-titles {
        width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .products {
        padding-bottom: 15px;
    }

    footer {
        padding: 25px;
    }

    .product-bg {
        height: 150px;
    }

    .products-top {
        display: inherit;
    }

    .icon-part {
        margin: 5px 0;
    }

    .icon-item {
        margin-bottom: 10px;
    }

    .product-ways a {
        font-size: 14px;
        padding: 0 5px;
    }

    .about-icon-item {
        width: 220px;
        margin-right: 0;
    }

    .login-part {
        width: 400px;
    }

    .login-part h3 {
        font-size: 32px;
    }

    .login-part p {
        font-size: 12px
    }

    .login-form {
        padding: 20px 0 0;
    }

    .login-button-item {
        width: 250px;
    }

    .error-titles {
        text-align: center;
    }

    .error img {
        width: 380px;
    }
}

@media only screen and (max-width: 550px) {
    .categories-grid-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .categories-grid-item:last-child {
        margin-bottom: 0;
    }

    .home-left-banners {
        width: 100%;
        flex: auto;
        padding-right: 0;
    }

    .home-left-banners .home-grid-banners {
        margin-bottom: 5px;
    }

    .home-right-banner {
        width: 100%;
        flex: auto;
    }

    .home-banners-container {
        flex-wrap: wrap;
    }

    .home-right-banner {
        padding-top: 63%;
    }

    .privileges-wrapper {
        padding: 20px 5px;
    }

    .newsletter-wrapper h2 {
        font-size: 18px;
    }

    .product-bg {
        background-size: cover;
    }
}

@media only screen and (max-width: 500px) {
    .product-bg {
        background-size: cover;
    }

    .header-contacts {
        line-height: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .error img {
        width: 350px;
    }
    .basket_product_section {
        width: 100%;
    }

    .login-part {
        width: 350px;
    }

    .about-bg-image {
        height: auto;
        padding: 20px;
    }

    .pr-thumbnail {
        width: 100%;
    }

    .product-bg {
        background-size: cover;
    }

    .pr-info h3 {
        margin: 15px 0;
        font-size: 20px;
    }

    .about-img {
        width: 100%;
        height: 250px;
    }

    .form-registration form {
        width: 100%;
        margin: 0 auto;
    }

    .form-registration p {
        width: 100%;
    }

    .form-registration button {
        padding: 10px 25px;
        font-size: 16px;
    }

    .total_part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .basket_total {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 450px) {
    .footer-container {
        justify-content: left;
    }

    .header-controller {
        height: auto;
    }

    .privilege-headings h4 {
        display: none;
    }

    input.header-search-active{
        padding: 0 10px 0 30px;
    }

    .search-icon input{
        left: -5px;
    }

    .header-dd{
        right: -39px;
    }
}

@media only screen and (max-width: 420px) {

    .section-divider h2 {
        font-size: 24px;
    }

    footer {
        padding: 25px 15px;
    }

    .small-basket-container {
        right: -10px;
        min-width: 310px;
        max-width: 100%;
        min-height: 70px;
    }

    .small-basket-row {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 380px) {
    .form-registration h3 {
        font-size: 20px;
    }

    .error img {
        width: 320px;
    }

    .login-part {
        width: 320px;
    }

    .basket-table-line span i {
        margin: 0 5px;
    }

    .error-titles {
        padding: 10px;
    }

    .modal_order .order_title h4 {
        font-size: 18px;
    }

    .filter-title {
        text-align: center;
    }

    .filter-title span {
         margin-left: 45px;
    }
}

@media only screen and (max-width: 340px) {
    .section-divider h2 {
        font-size: 22px;
    }

    .login-part {
        width: 300px;
    }

    .error img {
        width: 300px;
    }
}

@media only screen and (max-width: 320px) {

}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 992px) {
    .hamburger-container {
        display: none
    }

    .slider-categories-mobile-heading {
        display: none;
    }

    .filters {
        display: block !important;
        animation-duration: 0s;
    }
}

@media only screen and (min-width: 1000px) {

}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1440px) {
    .categories-grid-item {
        width: 25%;
    }
}

@media only screen and (min-width: 1600px) {

}

@media only screen and (min-width: 1920px) {

}
