/*Styles of media quries start from here*/

@media (max-width: 575px) {

    .editor_content .gallery.gallery-columns-4 .gallery-item,
    .editor_content .gallery.gallery-columns-5 .gallery-item,
    .editor_content .gallery.gallery-columns-6 .gallery-item,
    .editor_content .gallery.gallery-columns-7 .gallery-item,
    .editor_content .gallery.gallery-columns-8 .gallery-item,
    .editor_content .gallery.gallery-columns-9 .gallery-item {
        width: 46%;
    }

    .editor_content .gallery .gallery-item {
        width: 44% !important;
    }

    .archive_product_box .product_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
    }

    .archive_product_box .product_content .top_holder {
        width: 45%;
        padding: 0;
    }

    .archive_product_box .product_content .product_info_holder {
        width: 52%;
        padding: 0;
        margin-top: 0;
    }

    .product_content .product_more {
        min-width: 36px;
        min-height: 36px;
    }

    .product_content .product_more::before {
        font-size: 22px;
    }

    .product_content .regular_price .woocommerce-Price-amount,
    .product_content .product_price .variable_price .woocommerce-Price-amount,
    .product_content .sale_price .woocommerce-Price-amount {
        font-size: 16px;
    }

    .product_content .regular_price {
        font-size: 14px;
    }

    .archive_product_box .product_content .product_title {
        text-align: right;
    }

    .archive_product_box .product_content .product_price_holder {
        text-align: right;
    }

    .archive_product_box .product_content .product_thumb {
        border-radius: 10px;
    }

    .archive_product_box .product_content .product_price .price {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .archive_product_box .product_content .product_price .price del {
        margin-bottom: 6px;
    }

    .archive_product_box .product_content .product_color_holder .color_item {
        width: 13px;
        height: 13px;
    }

    .archive_product_box .product_content .new_product_badge {
        top: 8px;
        right: 8px;
        padding: 3px 10px;
        border-radius: 9px;
    }

    .product_content .product_sale_percentage {
        top: 16px;
        left: 15px;
        padding: 3px 10px;
        border-radius: 9px;
    }

    footer {
        padding-bottom: 100px;
    }

    .product_content .product_title {
        min-height: 52px;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .product_content .product_price .price {
        flex-flow: column;
        min-height: 62px;
    }

    .home_testimonial .heading_title {
        font-size: 18px;
    }

    .testi_box .testi_content {
        padding: 20px;
    }

    .home_testimonial .heading_section {
        margin-bottom: 20px;
    }

    .testi_content .testi_info_holder {
        display: flex;
        align-items: center;
    }

    footer {
        padding-bottom: 20px;
    }

    footer .footer_menu_wrapper {
        margin-top: 25px;
    }

    .product_page .product_palette_holder .color_content .color_thumb {
        margin-bottom: 7px;
    }

    .product_page .product_palette_holder .color_content .color_title {
        font-size: 14px;
    }


}

@media (min-width: 576px) {
    .home_double_banner .banner_img.first_banner .banner_holder {
        border-bottom-right-radius: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .home_slider {
        padding: 20px 0 !important;
    }

    .home_testimonial .heading_title {
        font-size: 18px;
    }

    .testi_content .testi_excerpt {
        font-size: 12px;
    }

    .testi_content .testi_thumb_holder {
        display: flex;
        align-items: center;
    }

    .home_features .feature_content .feature_title {
        font-size: 14px;
        margin-top: 10px;
    }

    .home_features .feature_content {
        padding: 15px 10px;
    }

    .footer_info_wrapper .slogan {
        font-size: 17px;
    }

    .footer_info_wrapper .footer_desc {
        font-size: 14px;
    }

    .footer_info_wrapper .insta_holder {
        padding: 10px 12px;
    }

    footer .footer_menu_wrapper {
        margin-top: 25px;
    }

    .home_features {
        margin-top: 20px;
    }

    .contact_page .direction_btn {
        padding: 1px 10px;
    }

    .contact_page .contact_form_wrapper {
        margin-top: 20px;
    }

    .editor_content blockquote {
        margin: 25px 50px 25px;
    }

    .blog_page .sidebar_content .sidebar_item {
        padding: 7px;
    }

    .product_page .product_palette_holder .palette_devider .nav-item {
        width: 18%;
    }

    .product_page .product_palette_holder #palette_modal {
        padding: 0 40px;
    }

    .owl-general .owl-nav {}

    .owl-general .owl-nav button {
        min-width: 40px;
        min-height: 40px;
    }

    .owl-general .owl-nav .icon-arrow::before {
        font-size: 20px;
    }

    .owl-general .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
    }


}


@media (max-width: 767px) {}

@media (min-width: 768px) {

    .home_slider .owl-nav button.owl-prev,
    .home_slider .owl-nav button.owl-next {
        padding: 13px !important;
    }

    .home_slider .owl-nav button .icon-arrow::before {
        font-size: 28px;
    }

    .home_slider .owl-nav {
        top: calc(50% - 22px);
    }

    .home_slider .slide_content {
        border-radius: 10px;
    }

    .home_blockcontent .image_sc {
        order: 2;
    }

    .home_blockcontent .content_sc {
        order: 1;
    }

    .home_blog {
        padding-top: 40px;
    }

    .home_blog .blog_cta_wrapper {
        margin-bottom: 0;
        padding-left: 0;
    }

    .home_blog .cta_content {
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        padding: 28px 20px;
        padding-right: 38px;
        border-radius: 10px 10px 10px 35px;
    }

    .home_blog .cta_content .cta_img {
        display: block;
        margin-bottom: 5px;
    }

    .home_blog .cta_content .cta_title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .home_blog .cta_content .btn_holder {
        text-align: center;
    }

    .home_blog .blog-carousel .owl-stage-outer {
        padding-top: 0;
    }

    .post_contet .post_title a {
        font-size: 16px;
        line-height: 32px;
    }

    .post_contet .post_title {
        min-height: 64px;
    }

    .btn_style_2 span {
        padding: 5px 12px;
        font-size: 13px;
    }

    .btn_style_2 span::after {
        font-size: 19px;
    }

    .top_header_wrapper .mobile_menu_wrapper {
        display: none;
    }

    .search_wrapper.desktop_search {
        display: flex;
    }

    .search_wrapper.desktop_search .search_form input {
        background-color: var(--color9);
        box-shadow: none;
        padding-right: 38px;
    }

    .search_wrapper.desktop_search .search_form::before {
        right: 15px;
        top: 8px;
    }

    .top_header_wrapper .header_top_nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .top_header_wrapper .header_account_wrapper {
        padding-right: 0;
    }

    .search_wrapper.mobile_search {
        display: none;
    }

    .bottom_header_wrapper .header_mobile_cart {
        display: none;
    }

    .bottom_header_wrapper .header_main_nav li:first-child a {
        padding-right: 0;
    }

    header .bottom_header_wrapper {
        padding: 10px 0;
    }

    .bottom_header_wrapper .header_minicart_wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .bottom_header_wrapper .header_main_nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .top_header_wrapper .logo_wrapper {
        justify-content: flex-start;
    }

    .contact_page .cf_submit_holder {
        text-align: left;
        margin-top: 3px;
    }

    .contact_page .cf_submit_holder .ajax-loader {
        left: 115px;
    }

    .about_page .about_img_holder {
        order: 2;
        margin-bottom: 0;
    }

    .about_page .about_intro_holder {
        order: 1;
    }

    .about_page .about_intro_holder .about_title {
        text-align: right;
        font-size: 24px;
    }

    .about_page .about_intro_holder .about_subtitle {
        text-align: right;
        margin-top: 13px;
        font-size: 16px;
    }


    .blog_page .sidebar_wrapper {
        order: 1;
    }

    .blog_page .blog_main_wrapper {
        order: 2;
    }

    .blog_page .blog_main_wrapper .page_title_holder {
        text-align: right;
        margin-bottom: 15px;
    }

    .post_page .post_opt_holder {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 15px;
    }

    .post_page .post_share_holder .social_share_holder {
        justify-content: flex-end;
    }

    .post_page .post_share_holder .social_share_holder .social_wrap {
        order: 1;
    }

    .post_page .post_share_holder .social_share_holder .title {
        order: 2;
    }

    .post_page .post_share_holder .social_share_holder .title::before {
        display: none;
    }

    .post_page .post_share_holder .social_share_holder .title::after {
        display: inline-block;
    }

    .post_page .post_cats_holder {
        margin-bottom: 0;
    }

    .cs_archive_page .cs_block_content .cs_img_wrapper {
        order: 2;
    }

    .cs_archive_page .cs_block_content .cs_info_wrapper {
        order: 1;
        margin-top: 0;
        padding-left: 40px;
    }

    .cs_archive_page .cs_block_content .cs_title {
        text-align: right;
    }

    .cs_archive_page .cs_block_content .cs_subtitle {
        text-align: right;
        margin-top: 10px;
    }

    .home_slider .banner_wrapper .banner_holder {
        width: 100%;
    }

    .post_contet .post_meta_holder {
        margin-top: 15px;
    }

    footer .badge_holder .badge_item {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    footer .badge_holder .badge_item::before {
        font-size: 30px;
    }

    footer .badge_holder {
        bottom: 30px;
        right: 30px;
        left: auto;
    }

    .post_page .post_comment_holder .comment-text textarea {
        min-height: 150px !important;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .testi_content .testi_excerpt {
        max-height: 156px;
    }
}

@media (max-width: 991px) {}

@media (min-width: 992px) {
    .desktop_header_wrapper .general_menu_wrapper li {
        margin-left: 15px;
    }

    .header_wrapper .mobile_header_wrapper {
        display: none;
    }

    .header_wrapper .desktop_header_wrapper {
        display: block;
    }


    .home_slider {
        padding: 20px 0 !important;
    }


    .home_blockcontent {
        padding-top: 35px !important;
    }

    .home_blockcontent .content_sc_inner .content_sc_title {
        text-align: right;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .home_blockcontent .content_sc_inner .content_sc_desc {
        text-align: justify;
    }

    .home_blockcontent .content_sc_inner .btn_holder {
        text-align: right;
        margin-top: 10px;
    }

    .home_products .heading_section {
        padding: 15px 25px;
    }

    .home_products .heading_title {
        font-size: 18px;
    }

    .btn_style_1.black_btn {
        font-size: 16px;
    }

    .btn_style_1.black_btn::after {
        font-size: 22px;
    }

    .home_products {
        padding: 20px !important;
    }

    .home_testimonial {
        padding: 40px 0 !important;
        margin-top: 25px;
    }

    .home_testimonial .heading_section {
        margin-bottom: 25px;
    }

    .home_testimonial .heading_title {
        font-size: 20px;
    }

    .testi_box .testi_content {
        padding: 20px;
    }

    .testi_content .testi_excerpt {
        margin-top: 10px;
        line-height: 30px;
    }

    .home_blog {
        padding-top: 50px;
    }

    .home_features .feature_content {
        flex-flow: row;
        padding: 15px 10px;
    }

    .home_features .feature_content .feature_title {
        font-size: 14px;
        margin-top: 0;
        margin-right: 8px;
    }

    .home_features .feature_box_wrapper {
        padding: 12px 15px;
    }

    footer {
        padding-top: 85px;
        margin-top: 40px;
    }

    footer .footer_info_wrapper {
        order: 2;
    }

    footer .footer_contact_wrapper {
        order: 1;
        margin-top: 7px;
    }

    footer .footer_menu_wrapper {
        order: 3;
        margin-top: 7px;
    }

    .footer_meta_wrapper {
        order: 4;
    }

    .footer_meta_wrapper .footer_navigation_holder {
        width: 30%;
        justify-content: flex-start;
    }

    .footer_meta_wrapper .footer_namad_holder {
        width: 70%;
        margin-top: 0;
        justify-content: flex-end;
    }

    .footer_info_wrapper .footer_desc {
        width: 90%;
        margin: 0 auto;
        margin-top: 7px;
    }

    .footer_info_wrapper .insta_holder {
        padding: 10px;
    }

    .home_features {
        margin-top: 70px;
    }

    .main_header_wrapper .top_header_wrapper {
        padding: 13px 0;
    }

    .search_wrapper.desktop_search .search_form input {
        min-height: 45px;
    }

    .top_header_wrapper .header_top_nav li a {
        font-size: 14px;
        padding: 10px 6px;
        font-weight: bold;
    }

    .top_header_wrapper .account_btn a {
        font-size: 14px;
    }

    .top_header_wrapper .account_btn a::after {
        font-size: 19px;
        margin-right: 10px;
    }

    .bottom_header_wrapper .header_main_nav li a {
        font-weight: bold;
    }

    header .header_cart #mini-cart-count {
        padding: 3px 23px;
    }

    header .header_cart #mini-cart-count::after {
        font-size: 20px;
    }

    header .header_cart #mini-cart-count::before {
        font-size: 13px;
    }

    header .header_cart #mini-cart-count .woocommerce-Price-amount {
        font-size: 14px;
    }

    header .header_cart #mini-cart-count .woocommerce-Price-currencySymbol {
        font-size: 14px;
    }

    header .main_header_wrapper {
        min-height: 136px;
    }

    .contact_page .contact_form_wrapper {
        margin-top: 25px;
    }

    .about_page {
        padding-top: 50px;
    }

    .editor_content blockquote {
        margin: 20px 60px 20px;
    }

    .editor_content blockquote p {
        font-size: 16px;
    }

    .blog_page .blog_carousel .slide_img_holder {
        border-radius: 10px;
    }

    .blog_page .blog_roll_wrapper {
        margin-top: 15px;
    }

    .product_page .video_modal .modal-content {
        width: 40%;
    }

    .product_page .video_modal .modal-content .top_opt {
        padding: 10px 20px;
    }

    .product_page .video_modal .modal-content .top_opt .modal_title {
        font-size: 18px;
    }

    .product_page .video_modal .modal-content .top_opt .close {
        font-size: 16px;
    }

    .home_category .category_devider .nav-item {
        width: auto;
    }

    .product_page .product_palette_holder .palette_color_list .title {
        font-size: 18px;
    }

    .product_page .product_palette_holder .palette_color_list .desc {
        font-size: 15px;
    }

    .product_page .product_palette_holder .palette_devider {
        justify-content: center;
    }

    .product_page .product_palette_holder .palette_devider .nav-item {
        width: 12%;
        margin: 0 7px 13px 7px;
    }

    .product_page .product_palette_holder #palette_modal {
        padding: 0 40px;
    }

    .product_page .product_palette_holder .palette_modal_content {
        width: 80%;
    }

    .product_page .product_palette_holder .palette_modal_content .palette_close {
        font-size: 16px;
    }

    .product_page .product_palette_holder .palette_modal_content .palette_close::before {
        font-size: 16px;
    }

    .product_page .product_palette_holder .color_content .color_title {
        font-size: 14px;
    }

    .product_page .product_palette_holder .color_content .color_thumb {
        margin-bottom: 7px;
        border-radius: 10px;
    }

    .product_page .product_palette_holder .palette_devider .nav-link .palette_tab_title {
        font-size: 16px;
    }

    .cs_archive_page .counter_holder .counter_box .counter_num {
        font-size: 28px;
    }

    .cs_archive_page .cs_card_wrapper {
        margin-top: 45px;
    }

    .cs_archive_page .cs_card_wrapper .cs_roll_box {
        margin-bottom: 30px;
    }

    .owl-general .owl-nav {
        top: 38%;
    }

    .owl-general .owl-nav button {
        min-width: 40px;
        min-height: 40px;
    }

    .owl-general .owl-nav .icon-arrow::before {
        font-size: 20px;
    }

    .owl-general .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
    }

    .blog-carousel.owl-general .owl-dots {

        margin-top: 25px;
    }

    .auth-btn .label {
        font-size: 16px;
    }

    .auth-btn .icon {
        margin-left: 10px;
    }

    .auth-btn .icon::before {
        font-size: 20px;
    }

    .inner_pages_heading_wrapper {
        padding: 35px 0;
    }

    .inner_pages_heading_wrapper .heading_content_holder .page_title {
        font-size: 24px;
    }

    .inner_pages_heading_wrapper .heading_content_holder .page_excerpt {
        font-size: 16px;
        line-height: 34px;
        margin-top: 15px;
    }

    .editor_content p {
        font-size: 16px;
        line-height: 36px;
    }

    .post_box .post_contet {
        padding: 15px;
    }

    .inner_pages_opt {
        padding-top: 50px;
    }

    .editor_content ol li {
        font-size: 16px;
    }

    .product_page .product_reviews_wrapper #review_form_wrapper #review_form .comment-form-author,
    .product_page .product_reviews_wrapper #review_form_wrapper #review_form .comment-form-email {
        width: 47%;
        display: inline-block;
        margin: 0 1%;
    }

    .product_page .product_reviews_wrapper #review_form_wrapper #review_form .comment-form-cookies-consent {
        margin-top: 30px;
    }

    .product_page .product_reviews_wrapper #review_form_wrapper #review_form .form-submit {
        text-align: center;
    }

    .product_page .product_reviews_wrapper #review_form_wrapper #review_form .form-submit .submit {
        width: 150px;
    }


}

@media (min-width: 1200px) {
    .testi_content .testi_excerpt {
        max-height: 200px;
    }

    .home_blog .cta_content .cta_img {
        margin-bottom: 15px;
    }

    .home_blog .cta_content .cta_title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .home_features .feature_box_wrapper {
        padding: 12px 100px;
    }

    .editor_content blockquote {
        margin: 20px 100px 20px;
    }

    .blog_page .blog_main_wrapper .page_title_holder {
        margin-bottom: 20px;
    }

    .cs_archive_page .cs_block_content .cs_title {
        font-size: 20px;
    }

    .cs_archive_page .cs_block_content .cs_subtitle {
        font-size: 16px;
        margin-top: 12px;
    }

    .cs_archive_page .cs_block_content .cs_desc {
        margin-top: 10px;
        line-height: 35px;
    }


}