@media all and (min-width: 1024px) and (max-width: 1600px) {}

@media all and (min-width: 1024px) and (max-width: 1200px) {
    .container {
        max-width: 98%;
    }
}

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

@media all and (max-width: 768px) {
    .testimonial {
        flex-direction: column;
        padding: 20px 20px;
    }

    .testimonial .author {
        margin-bottom: 30px;
    }

    .widget-subscibe2 .btn {
        min-width: 50px;
    }

    .copyright {
        text-align: center !important;
    }

    .about-title {
        min-height: 100px;
        padding: 50px 0 50px 0;
    }

    .about-title .page-title {
        padding: 10px 30px;
    }

    .about-title .page-title h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .about-product-title {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .text-heading {
        font-size: 18px;
        font-weight: 600;
    }

    .page-title .breadcrumb a {
        color: #555659;
    }

    .information-title {
        min-height: 100px;
        padding: 50px 0 50px 0;
    }

    .information-title .page-title {
        padding: 15px 40px;
    }

    .information-title .page-title h1 {
        font-size: 22px;
        font-weight: 600;
    }

    .blog-page-title {
        min-height: 100px;
        padding: 200px 0 0 0;
    }

    .product-category-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .shop-toolbar-controls {
        padding: 0 15px;
    }

    .breadcrumb-section {
        padding: 10px 0;
    }

    .plant-left {
        width: 100%;
        flex: 0 0 auto;
    }

    .plant-right {
        width: 100%;
        flex: 0 0 auto;
    }

    .lang-menu {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .rtl .lang-menu {
        text-align: center;
    }

    .product-details-right {
       padding: 10px 10px;
    }

    .product-summery .product-buttons .btn {
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 30px;
        line-height: 20px;
        padding: 5px 20px;
        min-width: 90px;
        font-size: 15px;
        height: 40px;
    }

    .product-summery .product-buttons a.btn {
        height: 40px;
        width: 40px;
        font-size: 18px !important;
        min-width: 20px;
        line-height: 40px;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .product-details-right .product-quantity {

        margin: 0;
    }

    .product-quantity .input-qty {
        max-width: 70px;
        font-size: 18px !important;
    }

    .product-desc-box .flex-column {
        flex-direction: row !important;
    }

    .product-info-tab-list li a.active,
    .product-info-tab-list li a:hover {

        border: none;
        border-bottom: 3px solid #821f18;
    }

    .product-infor-tab-content {
        padding: 10px 5px;
    }
    .product-info-tab-list li {
      flex: 1;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {}

@media all and (min-width: 480px) and (max-width: 768px) {}

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