@media screen and (max-width: 991px) {
    .cart-collaterals .cart-sidebar .checkout_coupon .coupon {
        padding: 30px;
    }
}
@media screen and (max-width: 850px) {
    .page-header .page-title-inner .medium-text-center {
        text-align: left !important;
    }
    .custom-shop-header-tools .category-filtering {
        flex-grow: 1;
        padding: 0;
        text-align: left;
    }
    .custom-shop-header-tools .category-filtering .filter-button {
        margin: 0;
    }
    .shop-container .page-title .page-title-inner .medium-text-center {
        text-align: left !important;
        padding: 0;
        margin-bottom: 20px;
    }
    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        background-color: rgba(255, 255, 255, 1);
    }
    .mfp-content .widget_product_categories {
        padding: 0;
    }
    .single-product .product-gallery {
        margin-bottom: 30px;
    }
    .single-product .product-info {
        padding-left: 15px;
    }
}
@media screen and (max-width: 769px) {
    h2, .h2, h2.section-title {
        font-size: 32px;
        line-height: 40px;
    }
    h3, .h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .cart-collaterals .cart-sidebar {
        flex-direction: column-reverse;
    }
    .cart-collaterals .cart-sidebar .checkout_coupon {
        margin-right: 0;
        margin-bottom: 30px !important;
    }
    .cart_totals {
        width: 100%;
    }
    .footer-row .section-title, .footer-row .section-title span {
        font-size: 22px;
        line-height: 30px;
    }
    .home-slider h1 {
        font-size: 32px;
    }
    .home-slider h3 {
        font-size: 24px;
    }
    .home-slider2 .text-box {
        padding: 30px;
    }
    .related-products-wrapper .add_to_cart_button,
    .products .add_to_cart_button {
        margin: 15px 0 0 0;
    }
}
@media screen and (max-width: 600px) {
    .products .add_to_cart_button,
    .related-products-wrapper .add_to_cart_button {
        font-size: 14px;
        font-weight: 500;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .auth-wrapper.register .form-row {
        justify-content: flex-start;
        flex-direction: column;
    }
    .auth-wrapper.register .form-row > * {
        width: 100%;
    }
    .custom-gallery-default .box-image img {
        max-height: 100%;
        min-height: 100%;
        min-width: 240px;
        max-width: 240px;
    }
}
@media screen and (max-width: 480px) {
    .text-notice {
        background: none;
        padding-left: 0;
    }
    h3, .h3 {
        font-size: 22px;
        line-height: 27px;
    }
    .contact-form .contact-row .two-cols {
        width: 100%;
    }
    .contact-form .contact-row {
        flex-direction: column;
    }
    .text-notice {
        font-size: 14px;
    }
    .cart-collaterals .cart-sidebar .checkout_coupon .coupon,
    .cart_totals .shop_table {
        padding: 15px;
    }
    .footer-row {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 400px) {
    .auth-wrapper.register form {
        padding: 15px;
    }
}
