@media screen and (max-width:1400px) {
    .slider_image .slider_text {
        left: 10%;
    }

    .slider_image .slider_text .main_title h1 {
        font-size: 55px;
    }
}

@media screen and (max-width:1199px) {
    .slider_image .slider_text {
        top: 20%;
    }

    .slider_image .slider_text .main_title h1 {
        font-size: 48px;
    }

    .product_quantity .cart_quantity .quantity input {
        max-width: 40px;
    }

    .product_quantity .cart_quantity .quantity button {
        font-size: 14px;
    }
}

@media screen and (max-width:992px) {
    .slider_image .slider_text h5 {
        font-size: 16px;
    }

    .slider_image .slider_text .main_title h1 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }

    /* ---- home page --- */
    .category_list .category_item {
        margin: 0 0 30px 0;
    }

    /* -- product detail------ */
    .product-grid2 .title a {
        font-size: 16px;
    }

    .reletedproduct_title h4 {
        font-size: 26px;
    }

    /* --- product detail--- */

    .single_product_view {
        position: sticky;
        top: 30px;
    }

    .single_product_detail .product_title {
        margin: 0 0 10px 0;
    }

    .single_product_detail .product_title h3 {
        font-size: 25px;
    }

    .single_product_detail .product_wishlist a {
        width: 40px;
        height: 40px;
    }

    .single_product_detail .product_price h3 {
        font-size: 26px;
        margin: 0 0 10px 0;
    }

    .product_quantity .cart_quantity {
        flex-wrap: wrap;
        gap: 10px;
    }

    .single_product_detail .product_rating {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

    .single_product_detail .product_description p {
        line-height: 25px;
        margin: 0 0 20px 0;
    }

    .product_quantity {
        margin: 0 0 20px 0;
    }

}

@media screen and (max-width:767px) {

    /*----- home page ----------  */

    .new_section {
        margin: 50px 0 0 0;
    }

    .collection_text {
        padding-top: 20px;
    }

    .new_arrivals_area {
        padding: 50px 0;
    }

    .new_arrivals_area .new_arrivals_list .title h4,
    .testimonial_section .title {
        font-size: 28px;
    }

    .center_div {
        margin: 30px 0 0 0;
        padding-left: 0;
    }

    .single_product_detail {
        margin: 30px 0 0 0;
    }

    .single_product_detail .product_rating .rating span i,
    .single_product_detail .product_rating .rating .total_rating {
        font-size: 16px;
    }

    .review_title .rating_title h3 {
        font-size: 22px;
    }

    .review_title .rating_write h4 {
        font-size: 16px;
    }

    .rating_count .total_rating span,
    .rating_count .total_rating span i {
        font-size: 12px;
    }

    .product-grid2 {
        margin-bottom: 0;
    }

    /* ---- checkout ------- */
    .checkout_product {
        margin: 30px 0 0 0;
    }
}

@media screen and (max-width:667px) {
    .slider_image .slider_text h5 {
        font-size: 16px;
    }

    .slider_image .slider_text .main_title h1 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }

    .slider_image .slider_text .button a {
        padding: 7px 20px;
        font-size: 16px;
    }

    .slider_image .slider_text h5 {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:667px) {
    .slider_image .slider_text h5 {
        font-size: 13px;
    }

    .slider_image .slider_text .main_title h1 {
        font-size: 20px;
    }

    .slider_image .slider_text .button a {
        font-size: 11px;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:425px) {
    .section_title .title {
        font-size: 22px;
        padding-left: 20%;
    }

    .collection_text p {
        padding-right: 0;
        font-size: 16px;
    }

    .collection_text h4 {
        font-size: 28px;
    }

    .new_arrivals_area .new_arrivals_list .title h4,
    .testimonial_section .title {
        font-size: 22px;
    }

    .footer_bottom .copyright_line ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .breadcumb_area .breadcumb_content .breadcumb_title {
        font-size: 26px;
    }

    .breadcumb_area .breadcumb_content .breadcumb_link ul li, .breadcumb_area .breadcumb_content .breadcumb_link ul li a {
        font-size: 16px;
        color: var(--text-white);
    }

    .breadcumb_area .breadcumb_content {
        padding: 80px 0;
    }

    .review_title {
        flex-wrap: wrap;

    }

    .review_title .rating_title h3 {
        font-size: 17px;
    }

    /* ---- cart page --------- */
    .quantity_update {
        width: 140px;
    }

    .wishlist_table .table_product .table .prod_title a, .cart_table_area .table .prod_title a {
        font-size: 14px;
    }

    .wishlist_table .table_product .table .wishlist_price p, .cart_table_area .table .wishlist_price p {
        font-size: 16px;
    }

    .product_quantity .cart_quantity .quantity input,
    .product_quantity .cart_quantity .quantity button {
        font-size: 16px;
    }

    .cart_bottom_btn .shopping_btn .copuon_code_btn,
    .cart_bottom_btn .shopping_btn a {
        margin: 15px 0 0 0;
    }

    .total_summary_tabel .table tr th {
        font-size: 18px;
    }

    .total_summary_tabel .table tr td {
        font-size: 24px;
    }
}

@media screen and (max-width:376px) {
    .logo {
        margin-right: 0;
    }

    .nav-start .logo img {
        width: 80px;
    }


    .review_title {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .review_title .rating_title h3 {
        font-size: 29px;
    }

    .rating_count .total_rating span, .rating_count .total_rating span i {
        font-size: 19px;
    }

    .review_title .rating_count .total_rating h6 {
        font-size: 18px;
    }

    .reletedproduct_title h4 {
        font-size: 20px;
    }

    .payment_btn .btn {
        padding: 10px 0;
        width: 100%;
    }

    .checkout_product .product_info .pro_img img {
        width: 60px;
    }
    .checkout_product .product_info .pro_img span{
        padding-left: 12px;
    }

}

@media screen and (max-width:376px) {
    .product_quantity .cart_quantity .cart_btn .btn {
        padding: 11px 60px;
    }
}