/*
 Theme Name:     My Tap
 Theme URI:      https://www.Project name.com
 Description:    Divi Child Theme
 Author:         Project name
 Author URI:     https://www.Project name.com
 Template:       Divi
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


.wtt{
    color: #fff !important;
}
/* Works in Chrome, Edge, and Safari */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* Works in Firefox */
* {
    scrollbar-width: thin;
    /* or "auto", "none" */
    scrollbar-color: #888 #f1f1f1;
    /* thumb color, track color */
}



/*  font-family: "Oswald", sans-serif */

body {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: "Sora", sans-serif;
}

a {
    font-weight: 600 !important;
    color: #000 !important;
}

.pd0 {
    padding: 0 !important;
}

.pd80,
.pd_tb {
    padding: 80px 0 !important;
}

.site_width,
.c_wt {
    width: 100% !important;
    max-width: 1520px !important;
}

.f_wt {
    width: 100% !important;
    max-width: 100% !important;
}

.site_heading {
    margin-bottom: 20px;
}

.blue_txt {
    color: #3F75C7 !important;
}

.dfaj {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

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

.jc {
    justify-content: center !important;
}

.dfa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.site_title {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
    line-height: 1.2;
}

.offer_line_main_box {
    margin: auto;
    text-align: center;
    width: 30%;
}

.offer_item {
    font-size: 16px;
    font-weight: 800;
    color: #3F75C7;
    text-transform: capitalize;
    padding: 0 20px;
}

.mt_offer_slider_sec {
    padding: 10px 0 !important;
}

/* ===============  Banner With All Categories Section Start ===========*/

.bnr_allcat_main_col1 {
    width: 300px !important;
    padding-right: 0 !important;
}

.bnr_allcat_main_col2 {
    width: calc(100% - 300px) !important;
    padding-left: 25px !important;
}

.bnr_allcat_main_col1 {

    border-radius: 12px;
    position: relative;

}

.bnr_allcat_main_col1::after {
    content: "";
    position: absolute;
    top: 67px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 67px);
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    background-color: #F6F6F6;
    z-index: -1;
}

.pd0.bnr_allcat_main_row {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.bnr_allcat_main_sec .et_pb_slide {
    height: 680px !important;
    border-radius: 12px;
    position: relative;
}

.bnr_allcat_main_sec .et_pb_slide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.89deg, rgba(0, 0, 0, 0) 11.71%, rgba(0, 0, 0, 0.7) 99.38%);
    border-radius: 12px;
}


.wpb_category_n_menu_accordion>ul>li>ul>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 15px !important;
    position: relative;
    color: #222222 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
    content: "\f054";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background-size: 5px;
    background-repeat: no-repeat;
    border-radius: 50%;
    font-family: "FontAwesome";
    font-size: 10px;
}

.wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
    right: 15px;
    font-size: 14px;
    color: #fff !important;
    background-color: #0b5357;
    border-radius: 0;
    padding: 0 5px;
}

.woo_products_sidebar .wpb_category_n_menu_accordion_list {
    background-color: rgba(237, 246, 248, 1) !important;
}

.wpb_category_n_menu_accordion>ul>li>a,
.wpb_category_n_menu_accordion ul>li li a {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #222 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    border: none !important;
}

.wpb_category_n_menu_accordion>ul>li>a,
.wpb_wmca_accordion_wrapper_theme_transparent ul li a:hover {
    background: transparent !important;
}

.wpb_category_n_menu_accordion>ul>li>a {
    position: relative;
    padding-left: 25px;
    padding-right: 45px;
}

/* .wpb_category_n_menu_accordion>ul>li>a::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 22px;
    width: 16px;
    height: 17px;
    background-image: url(/wp-content/uploads/2024/06/shop_filter_cat_bef_icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
} */
.wpb_wmca_accordion_wrapper_theme_transparent ul ul {
    padding: 0 !important;
}

.wpb_category_n_menu_accordion>ul>li>a {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wpb_category_n_menu_accordion>ul>li {
    border-bottom: 1px solid #ddd;
}

.wpb_category_n_menu_accordion>ul {
    padding: 0 26px !important;
    border-radius: 12px;
    /* border-top: 1px solid #ddd; */
}

.wpb_wmca_accordion_wrapper_theme_transparent ul ul {
    margin: 10px 0 10px 12px !important;
}

.wpb_category_n_menu_accordion>ul>li.wpb-submenu-indicator-minus>a {
    padding-bottom: 0 !important;
}

.wpb_category_n_menu_accordion>ul>li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.cat_side_bar_home_title_box_sub {
    display: flex;
    align-items: center;
    background-color: #222222;
    justify-content: space-between;
    border-radius: 12px;
    padding: 15px 26px !important;
    position: relative;
}

.cat_side_bar_home_title_box_sub::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    background-color: #fff;
    width: 100%;
    height: 5px;
    /* border-bottom: 1px solid #ddd; */
    border-radius: 12px;
}

.cat_side_bar_home_title_box_sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 5px;
    /* border-bottom: 1px solid #ddd; */
    border-radius: 12px;
}

.cat_side_bar_home_svg svg {
    display: block;

}

.cat_side_bar_home_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding-top: 2px;
}

.cat_side_bar_home_title_box {
    margin-bottom: 5px;
}

.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator {
    top: 10px;
    transform: unset !important;
}

.wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
    justify-content: right !important;
}

.wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
    font-size: 0 !important;
}

.wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 8px;
    background-image: url(/wp-content/uploads/2025/07/all_down_arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
}

.wpb_category_n_menu_accordion ul li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator::after {
    display: none !important;
}

.wpb_category_n_menu_accordion ul li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 8px;
    background-image: url(/wp-content/uploads/2025/07/all_up_arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
}

.bnr_allcat_main_col2 .et_pb_slide_description {
    padding: 0 !important;
}

.et_pb_slide {
    padding: 0 !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.slider_btns_box {
    display: flex;
    gap: 5px;
    margin-top: 30px;
}

.silder_content_main_box {
    text-align: left !important;
    text-shadow: unset !important;
}

.silder_content_title_first {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    background: #222222;
    padding: 9px;
}

.silder_content_title_second {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 25px;
}

.silder_content_des {
    width: 490px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

/* ===============  Banner With All Categories Section End ===========*/

/* ===============  Brand Section Start ===========*/
.brand_img_box {
    height: 84px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.brand_main {
    border: 1px solid #ddd;
    padding: 27px 0;
    border-radius: 18px;
}

.brand_img_box img {
    transition: 0.6s ease;
}

.brand_img_box img:hover {
    transform: scale(0.9);
}


/* ===============  Brand Section End ===========*/

/* ===============  Our Categories Start ===========*/
#tabs {
    display: flex;
}

#tabs ul {
    width: 337px;
    background-color: #222;
    list-style-type: none !important;
    padding: 0 !important;
}

#tabs .tab_product_cat {
    width: calc(100% - 337px);
    padding-left: 49px !important;
}

#tabs .nav-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
}

#tabs .nav-item:last-child {
    margin-bottom: 0 !important;
}

.our_cate_img_box {
    width: 50px;
    height: 50px;
    display: flex;
    background: #333333;
    border-radius: 6px;
}

.our_cate_img_box img {
    display: block !important;
    margin: auto;
}

.category_tab_link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}

.our_cate_name_box {
    padding-left: 20px;
}

.our_products_browse_cat {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2;
    border-left: 5px solid #fff;
    padding-left: 15px;
    margin-bottom: 25px;
}

.nav-item.category_tab_link.active .our_cate_img_box {
    background-color: #fff;
}

.nav-item.category_tab_link.active .our_cate_img_box img {
    filter: brightness(0);
}

.our_products_box {
    padding: 12px;
}

.our_products_main {
    margin: -12px;
}

.our_products_main_box {
    background-color: #F5F5F5;
    padding: 6px;
    border-radius: 20px;
    position: relative
}

.our_products_img_box img {
    height: 350px;
    width: 100% !important;
    border-radius: 20px;
    object-fit: cover;
}

.our_products_hover_btn .site_button {
    width: 126px !important;
    height: 47px !important;
    font-size: 14px;
    font-weight: 600 !important;
    margin: auto !important;
}

.our_products_img_box {
    position: relative;
    display: flex;
}

.our_products_hover_btn {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 0.6s ease;
    transform: translateY(-50%);
}

.our_products_img_box:hover .our_products_hover_btn {
    top: 50%;
    opacity: 1;
}

.our_products_title {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.our_products_details_box {
    padding: 35px 8px 22px;
}

.our_products_price_label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    padding-right: 7px;
    margin-top: -4px;
}

.woocommerce-Price-amount.amount {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

.our_products_price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.our_products_price del,
.our_products_price ins {
    line-height: 1;
}

.site_product_box_box_color_inner {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.bu_product_colors {
    border-radius: 50%;
    cursor: pointer;
}

.bu_product_colors img {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: 1px solid #000000;
}

.our_products_main .slick-track {
    margin: 0 !important;
}

.site_product_box_box_color {
    margin: 12px 0 22px;
}

.slick-arrow svg {
    fill: #000;
    margin: auto;
    transition: 0.6s ease;
}

.slick-arrow {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    transition: 0.6s ease;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
}

.slick-arrow:hover {
    background-color: #222;
    border-color: #fff;
}

.slick-arrow:hover svg {
    fill: #fff;
}

.slick-prev.slick-arrow {
    z-index: 99;
}

.slick-prev.slick-arrow {
    left: -12px;
}

.slick-next.slick-arrow {
    right: -10px;
}

/* ===============  Our Categories End ===========*/


.mt_two_bnr_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mt_two_bnr_col1 {
    width: 50% !important;
    padding-right: 12px !important;
}

.mt_two_bnr_col2 {
    width: 50% !important;
    padding-left: 12px !important;
}

.mt_two_bnr_block1 .et_pb_image_wrap {
    width: 100% !important;
}

.mt_two_bnr_block1 .et_pb_image_wrap img,
.mt_two_bnr_block2 .et_pb_image_wrap img {
    width: 100% !important;
    height: 428px;
    object-fit: contain;
    border-radius: 30px;
    display: block;
}

.mt_two_bnr_block1 a,
.mt_two_bnr_block2 a {
    display: block !important;
}

.pd80.mt_two_bnr_sec {
    padding-bottom: 0 !important;
}

/* ==================== Best Seller start ========================= */
.our_products_box_sec_design .our_products_main_box {
    padding: 11px;
    border-radius: 14px;
}

.mt_best_seller_col1 {
    width: calc(100% - 363px) !important;
    padding-right: 23px !important;
}

.mt_best_seller_col2 {
    width: 363px !important;
}

.mt_best_seller_sec .slick-prev.slick-arrow {
    left: auto;
    right: 74px;
}

.mt_best_seller_sec .slick-next.slick-arrow {
    left: auto;
    right: 12px;
}

.mt_best_seller_sec .slick-arrow {
    top: unset !important;
    transform: unset !important;
    bottom: -51px !important;
}

.mt_best_seller_block2 .et_pb_image_wrap {
    width: 100% !important;
}

.mt_best_seller_block2 .et_pb_image_wrap img {
    width: 100% !important;
    height: 654px;
    border-radius: 15px;
    display: block;
    object-fit: contain;
}

.mt_best_seller_col1::after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: #ddd;
}

.mt_best_seller_sec .our_products_details_box {
    padding: 15px 0 36px;
}

.mt_best_seller_sec .our_products_hover_btn {
    position: unset !important;
    opacity: 1 !important;
    transform: unset !important;
    margin: 0 !important;
}

.mt_best_seller_sec .our_products_price_view_prod_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mt_best_seller_sec .our_products_price_box {
    height: 47px;
    display: flex;
    justify-content: center;
}

.mt_best_seller_sec .our_products_price_box {
    width: calc(100% - 126px) !important;
    margin-right: 11px;
    background-color: #fff;
    border-radius: 9px;
}

.mt_best_seller_sec .our_products_price_label {
    margin-top: -2px;
}

.mt_best_seller_sec .our_products_hover_btn {
    width: 126px !important;
}

.mt_best_seller_sec .our_products_img_box img {
    height: 340px;
}

.mt_best_seller_sec .site_product_box_box_color {
    margin: 10px 0 12px;
}

.mt_best_seller_block2 a {
    display: block;
}

/* ==================== Best Seller End ========================= */

/* ==================== We Think You'll Love Start ========================= */
.mt_we_think_sec.mt_best_seller_sec .slick-arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: unset !important;
}

.mt_we_think_sec.mt_best_seller_sec .slick-prev.slick-arrow {
    left: -12px;
    right: auto;
}

.mt_we_think_sec.mt_best_seller_sec .slick-next.slick-arrow {
    left: auto;
    right: -12px;
}

/* ==================== We Think You'll Love End ========================= */

/* ==================== Bathroom – Kitchen – Laundry Tapware Online Store Start ========================= */
.slider_btns_box.slider_btns_box_two {
    gap: 10px;
}

.slider_btns_box.slider_btns_box_two {
    gap: 10px;
    margin-top: 20px;
}

.site_des span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 8px;
}

.site_des span:last-child {
    padding-bottom: 0 !important;
}

/* ==================== Bathroom – Kitchen – Laundry Tapware Online Store End ========================= */

.mt_get_solu_bnr_block .et_pb_image_wrap {
    width: 100% !important;
}

.mt_get_solu_bnr_block .et_pb_image_wrap img {
    border-radius: 40px;
    /* height: 409px; */
    object-fit: contain;
    display: block;
    width: 100% !important;
}

.mt_get_solu_bnr_block,
.mt_verotti_block {
    margin-bottom: 0 !important;
}

.get_sol_bnr_box_block {
    position: unset !important;
    left: 9.5%;
    bottom: 50px;
}

.pd80.mt_get_solu_bnr_sec {
    padding-bottom: 0 !important;
}

.get_verotti_box_block {
    position: unset !important;
    left: 28.5%;
    top: 50%;
    transform: translateY(-50%);
}

.our_key_features_main_icon_box svg {
    fill: #fff;
    display: block;
}

.our_key_features_main_box_sub {
    display: flex;
    align-items: center;
}

.our_key_features_main_data_box {
    padding-left: 25px;
}

.our_key_features_main_title_box {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.our_key_features_main_des_box {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
}

.our_key_features_main_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pd0.mt_our_key_fe_sec {
    padding: 28px 0 28px !important;
}

.our_key_features_main_box_inner {
    position: relative;
}

.our_key_features_main_box_inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45%;
    left: auto;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.our_key_features_main_box_inner:last-child:after {
    display: none !important;
}

.get_solu_bnr_txt_box_main {
    height: 409px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #3F75C7;
    position: relative;
}

.get_solu_bnr_txt_box_main::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 1146px;
    height: 409px;
    background-image: url(/wp-content/uploads/2025/07/get_solu_banner_img.png);
    background-size: 100%;
    border-radius: 0 40px 40px 0;
    background-repeat: no-repeat;
}

.get_solu_bnr_txt_box_main_inner {
    padding-left: 44px;
    text-align: center;
    width: 410px;
}

.get_solu_bnr_txt_btn_box .site_button {
    margin: auto;
}

.get_solu_bnr_txt_des_box {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 25px 0 35px;
}

.get_solu_bnr_txt_logo_box img {
    display: block;
    width: 266px;
    height: 93px;
    object-fit: contain;
    margin: auto;
}

.get_solu_mobile_img {
    display: none !important;
}

.mt_verotti_col1 {
    width: 470px !important;
    background: #3F75C7;
}

.mt_verotti_col2 {
    width: 733px !important;
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
}

.mt_verotti_col3 {
    width: 317px !important;
    /* clip-path: polygon( 100% 0%,23.18% 0%,0% 100%,100% 100%,100% 0% ); */
}

.mt_verotti_block2 .et_pb_image_wrap {
    width: 100% !important;
}

.mt_verotti_block2 .et_pb_image_wrap img {
    width: 100% !important;
    height: 154px;
    object-fit: cover;
    display: block;
    object-position: 0px -45px;
}

.mt_verotti_block2 .et_pb_image_wrap {
    position: relative;
}

.mt_verotti_block2 .et_pb_image_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000040;
    clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%);
}


.mt_verotti_block3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    background: #333333;
}

.mt_verotti_col3,
.mt_verotti_col1 {
    position: relative;
}

.mt_verotti_col3::before,
.mt_verotti_col1::before {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: -40%;
    height: 100%;
    width: 40%;
    background-color: #333;
    z-index: -15;
}

.mt_verotti_col1::before {
    background-color: #3F75C7;
    right: -40%;
    left: auto;
}

.mt_verotti_col2 {
    z-index: 9;
}

.mt_verotti_block3 {
    padding-right: 116px;
}

.verotti_content {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    line-height: 57px;
    width: 292px;
    text-align: center;
}

.mt_verotti_block1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt_verroti_bnr_btn_col {
    position: absolute;
    bottom: 50px;
    left: 29%;
    z-index: 99;
}

.mt_verotti_block3 .et_pb_image_wrap {
    width: 100% !important;
}

.mt_verotti_block3 .et_pb_image_wrap img {
    width: 141px !important;
    height: 113px;
    object-fit: contain;
    display: block;
    margin: 0 0 0 auto;

}

.verotti_content_btn_box.verotti_content_btn_box_spec {
    display: none !important;
}

.mt_verotti_sec {
    overflow: hidden !important;
}

/* new css start */
.our_products_price_simple del bdi {
    color: #aaa !important;
}

.our_products_price_simple del {
    text-decoration-color: #aaa !important;
}

.our_products_price_simple.our_products_price,
.our_products_price_simple .woocommerce-Price-amount.amount {
    font-size: 17px !important;
}

.our_products_price_simple.our_products_price ins {
    padding-left: 7px !important;
}

.our_products_title.our_products_simple {
    height: 54px;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
}

.our_products_title.our_products_simple a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* .tab_product_cat .our_products_price_simple.our_products_price,.tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount{
    font-size: 19px !important;
} */
/* new css end */
@media all and (min-width: 320px) and (max-width: 767px) {
    .offer_line_main_box {
        width: calc(100% - 20px);
    }

    .mt_offer_slider_sec {
        padding: 2px 0 !important;
    }

    .offer_item {
        font-size: 13px;
        padding: 0 15px;
    }

    /* ==================== banner with categories sec start ========================= */
    .bnr_allcat_main_col1 {
        width: 270px !important;
        display: none !important;
    }

    .bnr_allcat_main_col2 {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .wpb_category_n_menu_accordion>ul {
        padding: 0 15px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a {
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        font-size: 14px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
        top: 4px;
    }

    .cat_side_bar_home_title_box_sub {
        padding: 10px 15px !important;
    }

    .cat_side_bar_home_title {
        font-size: 16px;
    }

    .bnr_allcat_main_sec .et_pb_slide {
        height: 350px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a,
    .wpb_category_n_menu_accordion ul>li li a {
        font-size: 14px !important;
    }

    .cat_side_bar_home_title_box_sub::after,
    .cat_side_bar_home_title_box_sub::before {
        display: none !important;
    }

    .bnr_allcat_main_col1::after {
        top: 57px;
        height: calc(100% - 57px);
    }

    .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
        margin: 10px 0 10px 8px !important;
    }

    .et_pb_slide {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .silder_content_title_first {
        font-size: 18px;
        padding: 6px;
    }

    .silder_content_title_second {
        font-size: 26px;
        padding-top: 5px;
        padding-bottom: 12px;
    }

    .silder_content_des {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
    }

    .slider_btns_box {
        margin-top: 20px;
        justify-content: center;
    }

    .cat_side_bar_home_svg svg {
        width: 22px;
        height: 15px;
    }

    .wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator::after,
    .wpb_category_n_menu_accordion ul li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator::before {
        width: 13px;
        background-size: 13px;
    }

    .pd0.bnr_allcat_main_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .silder_content_main_box_sub {
        text-align: center;
    }

    .site_width,
    .c_wt {
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    .brand_img_box img {
        transition: 0.6s ease;
        transform: scale(0.8);
    }

    .brand_img_box {
        height: 72px;
    }

    .brand_img_box img:hover {
        transform: scale(0.7);
    }

    .brand_main {
        padding: 17px 0;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .site_title {
        font-size: 23px;
    }

    .site_heading {
        margin-bottom: 10px;
    }

    .pd80,
    .pd_tb {
        padding: 40px 0 !important;
    }

    /* ==================== banner with categories sec End ========================= */

    /* ======================== Our Categories Start ======================= */
    #tabs ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #tabs .tab_product_cat {
        width: 100%;
        padding-left: 0 !important;
        margin-top: 13px;
    }

    .our_products_img_box img {
        height: 278px;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .slick-prev.slick-arrow {
        left: -5px;
    }

    .slick-next.slick-arrow {
        right: -5px;
    }

    .our_cate_name_box {
        padding-left: 13px;
        font-size: 13px;
        display: none;
    }

    #tabs .nav-item {
        margin-bottom: 0px;
        padding: 3px;
    }

    .our_products_browse_cat {
        font-size: 23px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        padding: 0;
        border: none;
    }

    .our_products_box {
        padding: 5px;
    }

    .our_products_main {
        margin: -5px;
    }

    .our_products_details_box {
        padding: 15px 8px 10px;
    }

    .our_products_title {
        font-size: 14px;
    }

    .bu_product_colors img {
        width: 27px;
        height: 27px;
    }

    .site_product_box_box_color_inner {
        gap: 5px;
    }

    .site_product_box_box_color {
        margin: 9px 0 13px;
    }

    .our_products_price,
    .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .slick-arrow svg {
        width: 15px;
    }

    .our_cate_img_box {
        width: 40px;
        height: 40px;
    }

    .our_cate_img_box img {
        transform: scale(0.8);
    }

    .our_products_price_label {
        margin-top: -2px;
    }

    #tabs {
        flex-wrap: wrap;
    }

    .our_products_hover_btn {
        display: none !important;
    }

    /* ======================== Our Categories End ======================= */
    .mt_two_bnr_block1 .et_pb_image_wrap img,
    .mt_two_bnr_block2 .et_pb_image_wrap img {
        height: unset;
    }

    .mt_two_bnr_col1 {
        padding-right: 0 !important;
        width: 100% !important;
        padding-bottom: 5px !important;
    }

    .mt_two_bnr_col2 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: 5px !important;
    }

    /* ======================== Best Seller Start ======================= */
    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .mt_best_seller_sec .our_products_hover_btn .site_button {
        width: 96px !important;
        font-size: 11px !important;
        height: 35px !important;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: 100% !important;
        height: 35px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mt_best_seller_sec .our_products_hover_btn {
        width: 96px !important;
        display: none !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 278px;
    }

    .mt_best_seller_block2 .et_pb_image_wrap img {
        height: 507px;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: 54px;
    }

    .mt_best_seller_col1 {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .mt_best_seller_col2 {
        width: 280px !important;
        display: none !important;
    }

    .mt_best_seller_sec .our_products_price_label {
        margin-top: 0px;
        font-size: 12px;
        padding-right: 5px;
    }

    .mt_best_seller_sec .slick-arrow {
        bottom: unset !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .mt_best_seller_col1::after {
        bottom: 18px;
        display: none !important;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: auto;
        left: -2px;
    }

    .mt_best_seller_sec .slick-next.slick-arrow {
        right: -2px;
    }

    .mt_best_seller_sec .our_products_box_sec_design .our_products_main_box {
        padding: 6px;
    }

    .mt_best_seller_block1 .site_heading {
        text-align: center;
    }

    .mt_best_seller_sec .our_products_details_box {
        padding: 15px 0 0px;
    }

    .mt_best_seller_sec .our_products_price_view_prod_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mt_best_seller_sec .site_product_box_box_color {
        margin: 8px 0 8px;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: 100% !important;
        height: 30px;
        margin-right: 0;
        margin-bottom: 7px;
    }

    /* ======================== Best Seller End ======================= */
    /* ==================== Bathroom – Kitchen – Laundry Tapware Online Store Start ========================= */
    .site_des span {
        font-size: 14px;
        line-height: 23px;
        padding-bottom: 7px !important;
    }

    .site_des a {
        font-weight: 600 !important;
        color: #000 !important;
    }

    .slider_btns_box.slider_btns_box_two {
        gap: 6px;
        margin-top: 15px;
    }

    /* ==================== Bathroom – Kitchen – Laundry Tapware Online Store End ========================= */
    .mt_get_solu_bnr_block .et_pb_image_wrap img {
        border-radius: 25px;
    }

    .our_key_features_main_title_box {
        font-size: 13px;
        padding-bottom: 7px;
    }

    .our_key_features_main_des_box {
        font-size: 12px;
    }

    .our_key_features_main_box_inner::after {
        right: -19%;
        display: none;
    }

    .our_key_features_main_data_box {
        padding-left: 8px;
    }

    .pd0.mt_our_key_fe_sec {
        padding: 12px 0 12px !important;
    }

    .our_key_features_main_icon_box svg {
        transform: scale(0.7);
        margin: auto;
    }

    .our_key_features_main_box {
        flex-wrap: wrap;
    }

    .our_key_features_main_box_sub {
        display: block;
        text-align: center;
    }

    .our_key_features_main_box_inner {
        width: 50%;
    }

    .our_key_features_main_box_inner:first-child {
        width: 100%;
        padding-bottom: 10px;
    }

    .get_solu_mobile_img {
        display: block !important;
    }

    .get_solu_bnr_txt_box_main::after {
        width: 536px;
        height: 191px;
        display: none !important;
    }

    .get_solu_bnr_txt_box_main {
        height: unset;
        padding: 20px 15px;
        text-align: center;
        border-radius: 25px 25px 0 0;
    }

    .get_solu_bnr_txt_logo_box img {
        width: 114px;
        height: 40px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 19px;
        line-height: 30px;
        margin: 10px 0 11px;
    }

    .get_solu_bnr_txt_box_main_inner {
        padding-left: 0;
        width: 100%;
    }

    .get_solu_bnr_txt_btn_box .site_button {
        width: 110px;
        height: 34px;
        font-size: 12px;
    }

    .get_sol_bnr_txt_block {
        margin-bottom: 0 !important;
    }

    .get_solu_mobile_img .et_pb_image_wrap {
        width: 100% !important;
    }

    .get_solu_mobile_img .et_pb_image_wrap img {
        width: 100% !important;
        border-radius: 0 0 25px 25px;
        height: 150px;
        object-fit: cover;
        display: block;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-next.slick-arrow {
        right: -5px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-prev.slick-arrow {
        left: -5px;
    }

    .mt_verotti_block3 {
        padding-right: 35px;
    }

    .mt_verroti_bnr_btn_col {
        left: 28%;
        bottom: 25px;
    }

    .verotti_content {
        font-size: 22px;
        line-height: 36px;
        width: 100%;
        padding: 0 15px;
    }

    .mt_verotti_col1 {
        width: 100% !important;
        padding: 10px 0;
    }

    .mt_verotti_col2 {
        width: 100% !important;
    }

    .mt_verotti_col3 {
        width: 100% !important;
    }

    .mt_verotti_block3 {
        padding: 13px 0;
    }

    .mt_verotti_block3 .et_pb_image_wrap img {
        width: 90px !important;
        height: 70px;
        margin: auto;
    }

    .mt_verotti_block2 .et_pb_image_wrap img {
        height: 96px;
    }

    .verotti_content_btn_box .site_button {
        width: 110px;
        height: 40px;
        font-size: 13px;
    }

    .mt_verotti_col3::before {
        left: -60%;
        width: 60%;
    }

    .mt_verotti_block2 .et_pb_image_wrap::after,
    .mt_verotti_col2 {
        clip-path: unset;
    }

    .mt_verotti_col1::before,
    .mt_verotti_col3::before {
        display: none !important;
    }

    .mt_verroti_bnr_btn_row {
        display: none !important;
    }

    .verotti_content_btn_box .site_button {
        width: 100px;
        height: 35px;
        font-size: 12px;
        margin: auto;
    }

    .verotti_content_btn_box.verotti_content_btn_box_spec {
        display: block !important;
        margin-top: 7px;
    }

    .custom_badge {
        top: 7px;
        left: 7px;
        height: 20px;
        font-size: 10px;
        line-height: 1;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 45px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    /* new css end */
}

@media all and (min-width: 375px) and (max-width: 767px) {
    .our_products_img_box img {
        height: 176px;
    }

    .our_cate_img_box {
        width: 49px;
        height: 49px;
    }

    #tabs ul {
        justify-content: center;
    }

    .our_products_title {
        font-size: 12px;
    }

    .bu_product_colors img {
        width: 22px;
        height: 22px;
    }

    .our_products_price,
    .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .our_products_price_label {
        margin-top: 0px;
        font-size: 12px;
    }

    .our_cate_img_box img {
        transform: unset;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 176px;
    }

    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 11px;
    }

}

@media all and (min-width: 481px) and (max-width: 767px) {
    .silder_content_main_box_sub {
        text-align: left;
    }

    .slider_btns_box {
        margin-top: 15px;
        justify-content: left;
    }

    .silder_content_des {
        width: 292px;
    }

    .site_title {
        font-size: 23px;
    }

    .site_heading {
        margin-bottom: 10px;
    }

    .our_products_img_box img {
        height: 230px;
    }

    .our_cate_img_box {
        width: 52px;
        height: 52px;
    }

    .our_cate_img_box img {
        transform: unset;
    }

    #tabs ul {
        gap: 0 18px;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 230px;
    }

    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .our_key_features_main_box_inner {
        width: 33.33%;
    }

    .our_key_features_main_box_inner:first-child {
        width: 33.33%;
        padding-bottom: 10px;
    }

    .our_key_features_main_box {
        align-items: unset;
    }

    .get_solu_mobile_img .et_pb_image_wrap img {
        height: 200px;
    }

    .verotti_content {
        font-size: 26px;
        line-height: 38px;
    }

    .mt_verotti_block2 .et_pb_image_wrap img {
        height: 130px;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 14px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 38px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 14px !important;
    }

    /* new css end */
}

@media all and (min-width: 600px) and (max-width: 767px) {
    .our_products_img_box img {
        height: 190px;
    }

    .mt_two_bnr_col1 {
        padding-right: 5px !important;
        width: 50% !important;
        padding-bottom: 0 !important;
    }

    .mt_two_bnr_col2 {
        width: 50% !important;
        padding-left: 5px !important;
        padding-top: 0 !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 190px;
    }

    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 14px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 38px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 14px !important;
    }

    /* new css end */
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .offer_line_main_box {
        width: 65%;
    }

    .mt_offer_slider_sec {
        padding: 2px 0 !important;
    }

    .offer_item {
        font-size: 14px;
        padding: 0 15px;
    }

    .offer_line_main_box {
        width: calc(100% - 20px);
    }

    /* ==================== banner with categories sec start ========================= */
    .bnr_allcat_main_col1 {
        width: 270px !important;
        display: none !important;
    }

    .bnr_allcat_main_col2 {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .wpb_category_n_menu_accordion>ul {
        padding: 0 15px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a {
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        font-size: 14px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
        top: 4px;
    }

    .cat_side_bar_home_title_box_sub {
        padding: 10px 15px !important;
    }

    .cat_side_bar_home_title {
        font-size: 16px;
    }

    .bnr_allcat_main_sec .et_pb_slide {
        height: 450px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a,
    .wpb_category_n_menu_accordion ul>li li a {
        font-size: 14px !important;
    }

    .cat_side_bar_home_title_box_sub::after,
    .cat_side_bar_home_title_box_sub::before {
        display: none !important;
    }

    .bnr_allcat_main_col1::after {
        top: 57px;
        height: calc(100% - 57px);
    }

    .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
        margin: 10px 0 10px 8px !important;
    }

    .et_pb_slide {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .silder_content_title_first {
        font-size: 24px;
    }

    .silder_content_title_second {
        font-size: 34px;
        padding-top: 7px;
        padding-bottom: 15px;
    }

    .silder_content_des {
        width: 340px;
        font-size: 14px;
        line-height: 23px;
    }

    .slider_btns_box {
        margin-top: 20px;
    }

    .cat_side_bar_home_svg svg {
        width: 22px;
        height: 15px;
    }

    .wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator::after,
    .wpb_category_n_menu_accordion ul li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator::before {
        width: 13px;
        background-size: 13px;
    }

    .pd0.bnr_allcat_main_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* ==================== banner with categories sec End ========================= */
    .site_width,
    .c_wt {
        max-width: 738px !important;
    }

    .brand_img_box img {
        transition: 0.6s ease;
        transform: scale(0.8);
    }

    .brand_img_box {
        height: 72px;
    }

    .brand_img_box img:hover {
        transform: scale(0.7);
    }

    .brand_main {
        padding: 17px 0;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .site_title {
        font-size: 26px;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .pd80,
    .pd_tb {
        padding: 50px 0 !important;
    }

    /* ======================== Our Categories Start ======================= */
    #tabs ul {
        width: 230px;
    }

    #tabs .tab_product_cat {
        width: calc(100% - 230px);
        padding-left: 20px !important;
    }

    .our_products_img_box img {
        height: 223px;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .slick-prev.slick-arrow {
        left: -5px;
    }

    .slick-next.slick-arrow {
        right: -5px;
    }

    .our_cate_name_box {
        padding-left: 13px;
        font-size: 13px;
    }

    #tabs .nav-item {
        margin-bottom: 7px;
    }

    .our_products_browse_cat {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .our_products_box {
        padding: 5px;
    }

    .our_products_main {
        margin: -5px;
    }

    .our_products_details_box {
        padding: 23px 8px 18px;
    }

    .our_products_title {
        font-size: 14px;
    }

    .bu_product_colors img {
        width: 27px;
        height: 27px;
    }

    .site_product_box_box_color_inner {
        gap: 5px;
    }

    .site_product_box_box_color {
        margin: 12px 0 17px;
    }

    .our_products_price,
    .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .slick-arrow svg {
        width: 15px;
    }

    .our_cate_img_box {
        width: 36px;
        height: 36px;
    }

    .our_cate_img_box img {
        transform: scale(0.8);
    }

    .our_products_price_label {
        margin-top: -2px;
    }

    /* ======================== Our Categories End ======================= */
    .mt_two_bnr_block1 .et_pb_image_wrap img,
    .mt_two_bnr_block2 .et_pb_image_wrap img {
        height: 209px;
    }

    .mt_two_bnr_col1 {
        padding-right: 7px !important;
    }

    .mt_two_bnr_col2 {
        padding-left: 7px !important;
    }

    .our_products_hover_btn .site_button {
        width: 116px !important;
        height: 40px !important;
        font-size: 12px;
    }

    /* ======================== Best Seller Start ======================= */
    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 15px;
    }

    .mt_best_seller_sec .our_products_hover_btn .site_button {
        width: 96px !important;
        font-size: 11px !important;
        height: 35px !important;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: 100% !important;
        height: 35px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mt_best_seller_sec .our_products_hover_btn {
        width: 96px !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 218px;
    }

    .mt_best_seller_block2 .et_pb_image_wrap img {
        height: 507px;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: 54px;
    }

    .mt_best_seller_col1 {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .mt_best_seller_col2 {
        width: 280px !important;
        display: none !important;
    }

    .mt_best_seller_sec .our_products_price_label {
        margin-top: 0px;
        font-size: 12px;
        padding-right: 5px;
    }

    .mt_best_seller_sec .slick-arrow {
        bottom: unset !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .mt_best_seller_col1::after {
        bottom: 18px;
        display: none !important;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: auto;
        left: -2px;
    }

    .mt_best_seller_sec .slick-next.slick-arrow {
        right: -2px;
    }

    .mt_best_seller_sec .our_products_box_sec_design .our_products_main_box {
        padding: 11px;
    }

    .mt_best_seller_block1 .site_heading {
        text-align: center;
    }

    .mt_best_seller_sec .our_products_details_box {
        padding: 15px 0 6px;
    }

    .mt_best_seller_sec .our_products_price_view_prod_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ======================== Best Seller End ======================= */
    /* ==================== Bathroom – Kitchen – Laundry Tapware Online Store Start ========================= */
    .site_des span {
        font-size: 15px;
        line-height: 23px;
        padding-bottom: 7px !important;
    }

    /* ==================== Bathroom – Kitchen – Laundry Tapware Online Store End ========================= */
    .mt_get_solu_bnr_block .et_pb_image_wrap img {
        border-radius: 30px;
    }

    .our_key_features_main_title_box {
        font-size: 14px;
        padding-bottom: 7px;
    }

    .our_key_features_main_des_box {
        font-size: 12px;
    }

    .our_key_features_main_box_inner::after {
        right: -19%;
        display: none;
    }

    .our_key_features_main_data_box {
        padding-left: 8px;
    }

    .pd0.mt_our_key_fe_sec {
        padding: 17px 0 17px !important;
    }

    .our_key_features_main_icon_box svg {
        transform: scale(0.7);
    }

    .get_solu_bnr_txt_box_main::after {
        width: 536px;
        height: 191px;
    }

    .get_solu_bnr_txt_box_main {
        height: 191px;
    }

    .get_solu_bnr_txt_logo_box img {
        width: 114px;
        height: 40px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 16px;
        line-height: 25px;
        margin: 10px 0 11px;
    }

    .get_solu_bnr_txt_box_main_inner {
        padding-left: 15px;
        width: 222px;
    }

    .get_solu_bnr_txt_btn_box .site_button {
        width: 110px;
        height: 34px;
        font-size: 12px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-next.slick-arrow {
        right: -5px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-prev.slick-arrow {
        left: -5px;
    }

    .mt_verotti_block3 {
        padding-right: 35px;
    }

    .mt_verroti_bnr_btn_col {
        left: 28%;
        bottom: 25px;
    }

    .verotti_content {
        font-size: 24px;
        line-height: 38px;
        width: 192px;
    }

    .mt_verotti_col1 {
        width: 215px !important;
        padding: 10px 0;
    }

    .mt_verotti_col2 {
        width: 403px !important;
    }

    .mt_verotti_col3 {
        width: 120px !important;
    }

    .mt_verotti_block3 {
        padding: 13px 22px 13px 0;
    }

    .mt_verotti_block3 .et_pb_image_wrap img {
        width: 90px !important;
        height: 70px;
        margin: auto;
    }

    .mt_verotti_block2 .et_pb_image_wrap img {
        height: 96px;
    }

    .verotti_content_btn_box .site_button {
        width: 110px;
        height: 40px;
        font-size: 13px;
    }

    .mt_verotti_col3::before {
        left: -60%;
        width: 60%;
    }

    .custom_badge {
        top: 7px;
        left: 7px;
        height: 20px;
        font-size: 10px;
        line-height: 1;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 15px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 45px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    /* new css end */
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .offer_line_main_box {
        width: 55%;
    }

    .mt_offer_slider_sec {
        padding: 2px 0 !important;
    }

    .offer_item {
        font-size: 13px;
        padding: 0 15px;
    }

    /* ==================== banner with categories sec start ========================= */
    .bnr_allcat_main_col1 {
        width: 250px !important;
    }

    .bnr_allcat_main_col2 {
        width: calc(100% - 250px) !important;
        padding-left: 20px !important;
    }

    .wpb_category_n_menu_accordion>ul {
        padding: 0 15px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a {
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        font-size: 14px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
        top: 4px;
    }

    .cat_side_bar_home_title_box_sub {
        padding: 10px 15px !important;
    }

    .cat_side_bar_home_title {
        font-size: 16px;
    }

    .bnr_allcat_main_sec .et_pb_slide {
        height: 550px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a,
    .wpb_category_n_menu_accordion ul>li li a {
        font-size: 14px !important;
    }

    .cat_side_bar_home_title_box_sub::after,
    .cat_side_bar_home_title_box_sub::before {
        display: none !important;
    }

    .bnr_allcat_main_col1::after {
        top: 57px;
        height: calc(100% - 57px);
    }

    .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
        margin: 10px 0 10px 8px !important;
    }

    .et_pb_slide {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .silder_content_title_first {
        font-size: 24px;
    }

    .silder_content_title_second {
        font-size: 34px;
        padding-top: 7px;
        padding-bottom: 15px;
    }

    .silder_content_des {
        width: 340px;
        font-size: 14px;
        line-height: 23px;
    }

    .slider_btns_box {
        margin-top: 20px;
    }

    .cat_side_bar_home_svg svg {
        width: 22px;
        height: 15px;
    }

    .wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator::after,
    .wpb_category_n_menu_accordion ul li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator::before {
        width: 13px;
        background-size: 13px;
    }

    .pd0.bnr_allcat_main_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* ==================== banner with categories sec End ========================= */
    .site_width,
    .c_wt {
        max-width: 950px !important;
    }

    .brand_img_box img {
        transition: 0.6s ease;
        transform: scale(0.8);
    }

    .brand_img_box {
        height: 72px;
    }

    .brand_img_box img:hover {
        transform: scale(0.7);
    }

    .brand_main {
        padding: 17px 0;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .site_title {
        font-size: 26px;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .pd80,
    .pd_tb {
        padding: 55px 0 !important;
    }

    /* ======================== Our Categories Start ======================= */
    #tabs ul {
        width: 230px;
    }

    #tabs .tab_product_cat {
        width: calc(100% - 230px);
        padding-left: 30px !important;
    }

    .our_products_img_box img {
        height: 223px;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .slick-prev.slick-arrow {
        left: -5px;
    }

    .slick-next.slick-arrow {
        right: -5px;
    }

    .our_cate_name_box {
        padding-left: 13px;
        font-size: 13px;
    }

    #tabs .nav-item {
        margin-bottom: 7px;
    }

    .our_products_browse_cat {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .our_products_box {
        padding: 5px;
    }

    .our_products_main {
        margin: -5px;
    }

    .our_products_details_box {
        padding: 23px 8px 18px;
    }

    .our_products_title {
        font-size: 14px;
    }

    .bu_product_colors img {
        width: 27px;
        height: 27px;
    }

    .site_product_box_box_color_inner {
        gap: 5px;
    }

    .site_product_box_box_color {
        margin: 12px 0 17px;
    }

    .our_products_price,
    .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .slick-arrow svg {
        width: 15px;
    }

    .our_cate_img_box {
        width: 36px;
        height: 36px;
    }

    .our_cate_img_box img {
        transform: scale(0.8);
    }

    .our_products_price_label {
        margin-top: -2px;
    }

    /* ======================== Our Categories End ======================= */
    .mt_two_bnr_block1 .et_pb_image_wrap img,
    .mt_two_bnr_block2 .et_pb_image_wrap img {
        height: 268px;
    }

    .mt_two_bnr_col1 {
        padding-right: 7px !important;
    }

    .mt_two_bnr_col2 {
        padding-left: 7px !important;
    }

    .our_products_hover_btn .site_button {
        width: 116px !important;
        height: 40px !important;
        font-size: 12px;
    }

    /* ======================== Best Seller Start ======================= */
    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .mt_best_seller_sec .our_products_hover_btn .site_button {
        width: 96px !important;
        font-size: 11px !important;
        height: 40px !important;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: calc(100% - 96px) !important;
        height: 40px;
        margin-right: 7px;
    }

    .mt_best_seller_sec .our_products_hover_btn {
        width: 96px !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 288px;
    }

    .mt_best_seller_block2 .et_pb_image_wrap img {
        height: 507px;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: 54px;
    }

    .mt_best_seller_col1 {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .mt_best_seller_col2 {
        width: 280px !important;
        display: none !important;
    }

    .mt_best_seller_sec .our_products_price_label {
        margin-top: 0px;
        font-size: 12px;
        padding-right: 5px;
    }

    .mt_best_seller_sec .slick-arrow {
        bottom: unset !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .mt_best_seller_col1::after {
        bottom: 18px;
        display: none !important;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: auto;
        left: -2px;
    }

    .mt_best_seller_sec .slick-next.slick-arrow {
        right: -2px;
    }

    .mt_best_seller_sec .our_products_box_sec_design .our_products_main_box {
        padding: 11px;
    }

    .mt_best_seller_block1 .site_heading {
        text-align: center;
    }

    .mt_best_seller_sec .our_products_details_box {
        padding: 15px 0 6px;
    }

    /* ======================== Best Seller End ======================= */

    /* ==================== Bathroom – Kitchen – Laundry Tapware Online Store Start ========================= */
    .site_des span {
        font-size: 15px;
        line-height: 23px;
        padding-bottom: 7px;
    }

    /* ==================== Bathroom – Kitchen – Laundry Tapware Online Store End ========================= */
    .get_sol_bnr_box_block {
        bottom: 35px;
        left: 8.5%;
    }

    .mt_get_solu_bnr_block .et_pb_image_wrap img {
        border-radius: 30px;
    }

    .our_key_features_main_title_box {
        font-size: 16px;
        padding-bottom: 7px;
    }

    .our_key_features_main_des_box {
        font-size: 13px;
    }

    .our_key_features_main_box_inner::after {
        right: -19%;
    }

    .our_key_features_main_data_box {
        padding-left: 12px;
    }

    .pd0.mt_our_key_fe_sec {
        padding: 17px 0 17px !important;
    }

    .our_key_features_main_icon_box svg {
        transform: scale(0.9);
    }

    .get_solu_bnr_txt_box_main::after {
        width: 706px;
        height: 252px;
    }

    .get_solu_bnr_txt_box_main {
        height: 252px;
    }

    .get_solu_bnr_txt_logo_box img {
        width: 146px;
        height: 51px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 19px;
        line-height: 30px;
        margin: 17px 0 21px;
    }

    .get_solu_bnr_txt_box_main_inner {
        padding-left: 25px;
        width: 262px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-next.slick-arrow {
        right: -5px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-prev.slick-arrow {
        left: -5px;
    }

    .mt_verotti_block3 {
        padding-right: 35px;
    }

    .mt_verroti_bnr_btn_col {
        left: 28%;
        bottom: 34px;
    }

    .verotti_content {
        font-size: 28px;
        line-height: 38px;
    }

    .mt_verotti_col1 {
        width: 285px !important;
    }

    .mt_verotti_col2 {
        width: 543px !important;
    }

    .mt_verotti_col3 {
        width: 127px !important;
    }

    .mt_verotti_block3 .et_pb_image_wrap img {
        width: 90px !important;
        height: 70px;
    }

    .mt_verotti_block2 .et_pb_image_wrap img {
        height: 110px;
    }

    .verotti_content_btn_box .site_button {
        width: 110px;
        height: 40px;
        font-size: 13px;
    }

    .mt_verotti_col3::before {
        left: -60%;
        width: 60%;
    }

    .custom_badge {
        top: 7px;
        left: 7px;
        height: 20px;
        font-size: 10px;
        line-height: 1;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 45px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    /* new css end */
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .offer_line_main_box {
        width: 50%;
    }

    .mt_offer_slider_sec {
        padding: 5px 0 !important;
    }

    .offer_item {
        font-size: 14px;
        padding: 0 15px;
    }

    /* ==================== banner with categories sec start ========================= */
    .bnr_allcat_main_col1 {
        width: 260px !important;
    }

    .bnr_allcat_main_col2 {
        width: calc(100% - 260px) !important;
        padding-left: 20px !important;
    }

    .wpb_category_n_menu_accordion>ul {
        padding: 0 15px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a {
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        font-size: 14px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
        top: 4px;
    }

    .cat_side_bar_home_title_box_sub {
        padding: 10px 15px !important;
    }

    .cat_side_bar_home_title {
        font-size: 17px;
    }

    .bnr_allcat_main_sec .et_pb_slide {
        height: 550px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a,
    .wpb_category_n_menu_accordion ul>li li a {
        font-size: 14px !important;
    }

    .cat_side_bar_home_title_box_sub::after,
    .cat_side_bar_home_title_box_sub::before {
        display: none !important;
    }

    .bnr_allcat_main_col1::after {
        top: 57px;
        height: calc(100% - 57px);
    }

    .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
        margin: 10px 0 10px 8px !important;
    }

    .et_pb_slide {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .silder_content_title_first {
        font-size: 24px;
    }

    .silder_content_title_second {
        font-size: 34px;
        padding-top: 7px;
        padding-bottom: 15px;
    }

    .silder_content_des {
        width: 340px;
        font-size: 14px;
        line-height: 23px;
    }

    .slider_btns_box {
        margin-top: 20px;
    }

    .cat_side_bar_home_svg svg {
        width: 23px;
        height: 16px;
    }

    .wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator::after,
    .wpb_category_n_menu_accordion ul li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator::before {
        width: 13px;
        background-size: 13px;
    }

    .pd0.bnr_allcat_main_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* ==================== banner with categories sec End ========================= */
    .site_width,
    .c_wt {
        max-width: 995px !important;
    }

    .brand_img_box img {
        transition: 0.6s ease;
        transform: scale(0.8);
    }

    .brand_img_box {
        height: 72px;
    }

    .brand_img_box img:hover {
        transform: scale(0.7);
    }

    .brand_main {
        padding: 17px 0;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .site_title {
        font-size: 26px;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .pd80,
    .pd_tb {
        padding: 60px 0 !important;
    }

    /* ======================== Our Categories Start ======================= */
    #tabs ul {
        width: 230px;
    }

    #tabs .tab_product_cat {
        width: calc(100% - 230px);
        padding-left: 30px !important;
    }

    .our_products_img_box img {
        height: 223px;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .slick-prev.slick-arrow {
        left: -5px;
    }

    .slick-next.slick-arrow {
        right: -5px;
    }

    .our_cate_name_box {
        padding-left: 13px;
        font-size: 13px;
    }

    #tabs .nav-item {
        margin-bottom: 7px;
    }

    .our_products_browse_cat {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .our_products_box {
        padding: 8px;
    }

    .our_products_main {
        margin: -8px;
    }

    .our_products_details_box {
        padding: 23px 8px 18px;
    }

    .our_products_title {
        font-size: 14px;
    }

    .bu_product_colors img {
        width: 27px;
        height: 27px;
    }

    .site_product_box_box_color_inner {
        gap: 7px;
    }

    .site_product_box_box_color {
        margin: 12px 0 17px;
    }

    .our_products_price,
    .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .slick-arrow svg {
        width: 15px;
    }

    .our_cate_img_box {
        width: 36px;
        height: 36px;
    }

    .our_cate_img_box img {
        transform: scale(0.8);
    }

    .our_products_price_label {
        margin-top: -2px;
    }

    /* ======================== Our Categories End ======================= */
    .mt_two_bnr_block1 .et_pb_image_wrap img,
    .mt_two_bnr_block2 .et_pb_image_wrap img {
        height: 280px;
    }

    .mt_two_bnr_col1 {
        padding-right: 7px !important;
    }

    .mt_two_bnr_col2 {
        padding-left: 7px !important;
    }

    .our_products_hover_btn .site_button {
        width: 116px !important;
        height: 40px !important;
        font-size: 12px;
    }

    /* ======================== Best Seller Start ======================= */
    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .mt_best_seller_sec .our_products_hover_btn .site_button {
        width: 96px !important;
        font-size: 11px !important;
        height: 40px !important;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: calc(100% - 96px) !important;
        height: 40px;
        margin-right: 7px;
    }

    .mt_best_seller_sec .our_products_hover_btn {
        width: 96px !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 309px;
    }

    .mt_best_seller_block2 .et_pb_image_wrap img {
        height: 507px;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: 54px;
    }

    .mt_best_seller_col1 {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .mt_best_seller_col2 {
        width: 280px !important;
        display: none !important;
    }

    .mt_best_seller_sec .our_products_price_label {
        margin-top: 0px;
        font-size: 12px;
        padding-right: 5px;
    }

    .mt_best_seller_sec .slick-arrow {
        bottom: unset !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .mt_best_seller_col1::after {
        bottom: 18px;
        display: none !important;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: auto;
        left: -2px;
    }

    .mt_best_seller_sec .slick-next.slick-arrow {
        right: -2px;
    }

    .mt_best_seller_sec .our_products_box_sec_design .our_products_main_box {
        padding: 11px;
    }

    .mt_best_seller_block1 .site_heading {
        text-align: center;
    }

    .mt_best_seller_sec .our_products_details_box {
        padding: 15px 0 6px;
    }

    /* ======================== Best Seller End ======================= */
    .get_sol_bnr_box_block {
        bottom: 35px;
        left: 8.5%;
    }

    .our_key_features_main_title_box {
        font-size: 16px;
        padding-bottom: 7px;
    }

    .our_key_features_main_des_box {
        font-size: 13px;
    }

    .our_key_features_main_box_inner::after {
        right: -23%;
    }

    .our_key_features_main_data_box {
        padding-left: 12px;
    }

    .pd0.mt_our_key_fe_sec {
        padding: 17px 0 17px !important;
    }

    .our_key_features_main_icon_box svg {
        transform: scale(0.9);
    }

    .get_solu_bnr_txt_box_main::after {
        width: 756px;
        height: 270px;
    }

    .get_solu_bnr_txt_box_main {
        height: 270px;
    }

    .get_solu_bnr_txt_logo_box img {
        width: 175px;
        height: 61px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 20px;
        line-height: 32px;
        margin: 17px 0 21px;
    }

    .get_solu_bnr_txt_box_main_inner {
        padding-left: 17px;
        width: 270px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-next.slick-arrow {
        right: -5px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-prev.slick-arrow {
        left: -5px;
    }

    .mt_verotti_block3 {
        padding-right: 39px;
    }

    .mt_verroti_bnr_btn_col {
        left: 28%;
        bottom: 42px;
    }

    .verotti_content {
        font-size: 32px;
        line-height: 44px;
    }

    .mt_verotti_col1 {
        width: 295px !important;
    }

    .mt_verotti_col2 {
        width: 558px !important;
    }

    .mt_verotti_col3 {
        width: 142px !important;
    }

    .mt_verotti_block3 .et_pb_image_wrap img {
        width: 100px !important;
        height: 80px;
    }

    .mt_verotti_block2 .et_pb_image_wrap img {
        height: 130px;
    }

    .verotti_content_btn_box .site_button {
        width: 120px;
        height: 40px;
        font-size: 13px;
    }

    .mt_verotti_col3::before {
        left: -60%;
        width: 60%;
    }

    .custom_badge {
        top: 7px;
        left: 7px;
        height: 20px;
        font-size: 10px;
        line-height: 1;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 45px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    /* new css end */
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .offer_line_main_box {
        width: 45%;
    }

    .mt_offer_slider_sec {
        padding: 5px 0 !important;
    }

    .offer_item {
        font-size: 15px;
        padding: 0 15px;
    }

    /* ==================== banner with categories sec start ========================= */
    .bnr_allcat_main_col1 {
        width: 260px !important;
    }

    .bnr_allcat_main_col2 {
        width: calc(100% - 260px) !important;
        padding-left: 20px !important;
    }

    .wpb_category_n_menu_accordion>ul {
        padding: 0 20px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a {
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        font-size: 14px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
        top: 4px;
    }

    .cat_side_bar_home_title_box_sub {
        padding: 13px 20px !important;
    }

    .cat_side_bar_home_title {
        font-size: 18px;
    }

    .bnr_allcat_main_sec .et_pb_slide {
        height: 560px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a,
    .wpb_category_n_menu_accordion ul>li li a {
        font-size: 15px !important;
    }

    .cat_side_bar_home_title_box_sub::after,
    .cat_side_bar_home_title_box_sub::before {
        display: none !important;
    }

    .bnr_allcat_main_col1::after {
        top: 63px;
    }

    .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
        margin: 10px 0 10px 8px !important;
    }

    .et_pb_slide {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .silder_content_title_first {
        font-size: 28px;
    }

    .silder_content_title_second {
        font-size: 40px;
        padding-top: 7px;
        padding-bottom: 15px;
    }

    .silder_content_des {
        width: 430px;
        font-size: 14px;
        line-height: 23px;
    }

    .slider_btns_box {
        margin-top: 20px;
    }

    .cat_side_bar_home_svg svg {
        width: 23px;
        height: 16px;
    }

    .pd0.bnr_allcat_main_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* ==================== banner with categories sec End ========================= */
    .site_width,
    .c_wt {
        max-width: 1110px !important;
    }

    .brand_img_box img {
        transition: 0.6s ease;
        transform: scale(0.8);
    }

    .brand_img_box {
        height: 72px;
    }

    .brand_img_box img:hover {
        transform: scale(0.7);
    }

    .brand_main {
        padding: 17px 0;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .site_title {
        font-size: 26px;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .pd80,
    .pd_tb {
        padding: 65px 0 !important;
    }

    /* ======================== Our Categories Start ======================= */
    #tabs ul {
        width: 270px;
    }

    #tabs .tab_product_cat {
        width: calc(100% - 270px);
        padding-left: 30px !important;
    }

    .our_products_img_box img {
        height: 245px;
    }

    .slick-arrow {
        width: 36px;
        height: 36px;
    }

    .slick-prev.slick-arrow {
        left: -8px;
    }

    .slick-next.slick-arrow {
        right: -8px;
    }

    .our_cate_name_box {
        padding-left: 15px;
        font-size: 14px;
    }

    #tabs .nav-item {
        margin-bottom: 7px;
    }

    .our_products_browse_cat {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .our_products_box {
        padding: 8px;
    }

    .our_products_main {
        margin: -8px;
    }

    .our_products_details_box {
        padding: 23px 8px 18px;
    }

    .our_products_title {
        font-size: 15px;
    }

    .bu_product_colors img {
        width: 30px;
        height: 30px;
    }

    .site_product_box_box_color_inner {
        gap: 7px;
    }

    .site_product_box_box_color {
        margin: 12px 0 17px;
    }

    .our_products_price,
    .woocommerce-Price-amount.amount {
        font-size: 17px;
    }

    .slick-arrow svg {
        width: 15px;
    }

    .our_cate_img_box {
        width: 40px;
        height: 40px;
    }

    .our_cate_img_box img {
        transform: scale(0.8);
    }

    /* ======================== Our Categories End ======================= */
    .mt_two_bnr_block1 .et_pb_image_wrap img,
    .mt_two_bnr_block2 .et_pb_image_wrap img {
        height: 313px;
    }

    .our_products_hover_btn .site_button {
        width: 116px !important;
        height: 40px !important;
        font-size: 12px;
    }

    /* ======================== Best Seller Start ======================= */
    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 13px;
    }

    .mt_best_seller_sec .our_products_hover_btn .site_button {
        width: 96px !important;
        font-size: 11px !important;
        height: 40px !important;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: calc(100% - 96px) !important;
        height: 40px;
        margin-right: 7px;
    }

    .mt_best_seller_sec .our_products_hover_btn {
        width: 96px !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 240px;
    }

    .mt_best_seller_block2 .et_pb_image_wrap img {
        height: 507px;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: 54px;
    }

    .mt_best_seller_col1 {
        width: calc(100% - 280px) !important;
        padding-right: 13px !important;
    }

    .mt_best_seller_col2 {
        width: 280px !important;
    }

    .mt_best_seller_sec .our_products_price_label {
        margin-top: 0px;
        font-size: 12px;
        padding-right: 5px;
    }

    .mt_best_seller_sec .slick-arrow {
        bottom: -38px !important;
    }

    .mt_best_seller_col1::after {
        bottom: 18px;
    }

    .mt_best_seller_sec .slick-next.slick-arrow {
        right: 8px;
    }

    .mt_best_seller_sec .our_products_box_sec_design .our_products_main_box {
        padding: 6px;
    }

    /* ======================== Best Seller End ======================= */
    .get_sol_bnr_box_block {
        bottom: 40px;
    }

    .our_key_features_main_title_box {
        font-size: 17px;
        padding-bottom: 7px;
    }

    .our_key_features_main_des_box {
        font-size: 14px;
    }

    .our_key_features_main_box_inner::after {
        right: -28%;
    }

    .our_key_features_main_data_box {
        padding-left: 16px;
    }

    .pd0.mt_our_key_fe_sec {
        padding: 20px 0 20px !important;
    }

    .get_solu_bnr_txt_box_main::after {
        width: 846px;
        height: 302px;
    }

    .get_solu_bnr_txt_box_main {
        height: 302px;
    }

    .get_solu_bnr_txt_logo_box img {
        width: 175px;
        height: 61px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 22px;
        line-height: 36px;
        margin: 17px 0 23px;
    }

    .get_solu_bnr_txt_box_main_inner {
        padding-left: 24px;
        width: 300px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-next.slick-arrow {
        right: -5px;
    }

    .mt_we_think_sec.mt_best_seller_sec .slick-prev.slick-arrow {
        left: -5px;
    }

    .mt_verotti_block3 {
        padding-right: 59px;
    }

    .mt_verroti_bnr_btn_col {
        left: 28%;
        bottom: 42px;
    }

    .verotti_content {
        font-size: 32px;
        line-height: 44px;
    }

    .mt_verotti_col1 {
        width: 330px !important;
    }

    .mt_verotti_col2 {
        width: 593px !important;
    }

    .mt_verotti_col3 {
        width: 177px !important;
    }

    .mt_verotti_block3 .et_pb_image_wrap img {
        width: 100px !important;
        height: 80px;
    }

    .mt_verotti_block2 .et_pb_image_wrap img {
        height: 130px;
    }

    .verotti_content_btn_box .site_button {
        width: 120px;
        height: 40px;
        font-size: 13px;
    }

    .mt_verotti_col3::before {
        left: -60%;
        width: 60%;
    }

    .custom_badge {
        top: 7px;
        left: 7px;
        height: 20px;
        font-size: 10px;
        line-height: 1;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 13px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 49px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 17px !important;
    }

    /* new css end */
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .offer_line_main_box {
        width: 45%;
    }

    .mt_offer_slider_sec {
        padding: 5px 0 !important;
    }

    .offer_item {
        font-size: 15px;
        padding: 0 15px;
    }

    /* ==================== banner with categories sec start ========================= */
    .bnr_allcat_main_col1 {
        width: 260px !important;
    }

    .bnr_allcat_main_col2 {
        width: calc(100% - 260px) !important;
        padding-left: 20px !important;
    }

    .wpb_category_n_menu_accordion>ul {
        padding: 0 20px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a {
        padding-top: 3px !important;
        padding-bottom: 4px !important;
        font-size: 14px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
        top: 4px;
    }

    .cat_side_bar_home_title_box_sub {
        padding: 13px 20px !important;
    }

    .cat_side_bar_home_title {
        font-size: 18px;
    }

    .bnr_allcat_main_sec .et_pb_slide {
        height: 560px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a,
    .wpb_category_n_menu_accordion ul>li li a {
        font-size: 15px !important;
    }

    .cat_side_bar_home_title_box_sub::after,
    .cat_side_bar_home_title_box_sub::before {
        display: none !important;
    }

    .bnr_allcat_main_col1::after {
        top: 63px;
    }

    .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
        margin: 10px 0 10px 8px !important;
    }

    .et_pb_slide {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .silder_content_title_first {
        font-size: 28px;
    }

    .silder_content_title_second {
        font-size: 40px;
        padding-top: 7px;
        padding-bottom: 15px;
    }

    .silder_content_des {
        width: 430px;
        font-size: 14px;
        line-height: 23px;
    }

    .slider_btns_box {
        margin-top: 20px;
    }

    .cat_side_bar_home_svg svg {
        width: 23px;
        height: 16px;
    }

    .pd0.bnr_allcat_main_row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* ==================== banner with categories sec End ========================= */
    .site_width,
    .c_wt {
        max-width: 1240px !important;
    }

    .brand_img_box img {
        transition: 0.6s ease;
        transform: scale(0.9);
    }

    .brand_img_box {
        height: 80px;
    }

    .brand_img_box img:hover {
        transform: scale(0.8);
    }

    .brand_main {
        padding: 17px 0;
    }

    .site_title {
        font-size: 26px;
    }

    .site_heading {
        margin-bottom: 15px;
    }

    .pd80,
    .pd_tb {
        padding: 70px 0 !important;
    }

    /* ======================== Our Categories Start ======================= */
    #tabs ul {
        width: 270px;
    }

    #tabs .tab_product_cat {
        width: calc(100% - 270px);
        padding-left: 39px !important;
    }

    .our_products_img_box img {
        height: 288px;
    }

    .slick-arrow {
        width: 36px;
        height: 36px;
    }

    .slick-prev.slick-arrow {
        left: -8px;
    }

    .slick-next.slick-arrow {
        right: -8px;
    }

    .our_cate_name_box {
        padding-left: 15px;
        font-size: 14px;
    }

    #tabs .nav-item {
        margin-bottom: 15px;
    }

    .our_products_browse_cat {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .our_products_box {
        padding: 8px;
    }

    .our_products_main {
        margin: -8px;
    }

    .our_products_details_box {
        padding: 23px 8px 18px;
    }

    .our_products_title {
        font-size: 15px;
    }

    .bu_product_colors img {
        width: 30px;
        height: 30px;
    }

    .site_product_box_box_color_inner {
        gap: 7px;
    }

    .site_product_box_box_color {
        margin: 12px 0 17px;
    }

    .our_products_price,
    .woocommerce-Price-amount.amount {
        font-size: 17px;
    }

    .slick-arrow svg {
        width: 15px;
    }

    .our_cate_img_box {
        width: 40px;
        height: 40px;
    }

    .our_cate_img_box img {
        transform: scale(0.8);
    }

    /* ======================== Our Categories End ======================= */
    .mt_two_bnr_block1 .et_pb_image_wrap img,
    .mt_two_bnr_block2 .et_pb_image_wrap img {
        height: 350px;
    }

    /* ======================== Best Seller Start ======================= */
    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .mt_best_seller_sec .our_products_hover_btn .site_button {
        width: 96px !important;
        font-size: 11px !important;
        height: 40px !important;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: calc(100% - 96px) !important;
        height: 40px;
    }

    .mt_best_seller_sec .our_products_hover_btn {
        width: 96px !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 270px;
    }

    .mt_best_seller_block2 .et_pb_image_wrap img {
        height: 557px;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: 54px;
    }

    .mt_best_seller_col1 {
        width: calc(100% - 310px) !important;
        padding-right: 23px !important;
    }

    .mt_best_seller_col2 {
        width: 310px !important;
    }

    .mt_best_seller_sec .our_products_price_label {
        margin-top: 0px;
        font-size: 12px;
        padding-right: 5px;
    }

    .mt_best_seller_sec .slick-arrow {
        bottom: -47px !important;
    }

    .mt_best_seller_col1::after {
        bottom: 18px;
    }

    .mt_best_seller_sec .slick-next.slick-arrow {
        right: 8px;
    }

    /* ======================== Best Seller End ======================= */
    .our_key_features_main_title_box {
        font-size: 19px;
        padding-bottom: 7px;
    }

    .our_key_features_main_des_box {
        font-size: 15px;
    }

    .our_key_features_main_box_inner::after {
        right: -30%;
    }

    .pd0.mt_our_key_fe_sec {
        padding: 24px 0 24px !important;
    }

    .get_solu_bnr_txt_box_main::after {
        width: 936px;
        height: 334px;
    }

    .get_solu_bnr_txt_box_main {
        height: 334px;
    }

    .get_solu_bnr_txt_logo_box img {
        width: 206px;
        height: 72px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 24px;
        line-height: 40px;
        margin: 20px 0 26px;
    }

    .get_solu_bnr_txt_box_main_inner {
        padding-left: 34px;
        width: 340px;
    }

    .mt_verotti_block3 {
        padding-right: 80px;
    }

    .mt_verroti_bnr_btn_col {
        left: 29%;
        bottom: 42px;
    }

    .verotti_content {
        font-size: 34px;
        line-height: 45px;
    }

    .mt_verotti_col1 {
        width: 380px !important;
    }

    .mt_verotti_col2 {
        width: 633px !important;
    }

    .mt_verotti_col3 {
        width: 227px !important;
    }

    .mt_verotti_block3 .et_pb_image_wrap img {
        width: 120px !important;
        height: 96px;
    }

    .mt_verotti_block2 .et_pb_image_wrap img {
        height: 130px;
    }

    .verotti_content_btn_box .site_button {
        width: 120px;
        height: 40px;
        font-size: 13px;
    }

    .custom_badge {
        top: 7px;
        left: 7px;
        height: 20px;
        font-size: 10px;
        line-height: 1;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 14px !important;
    }

    .our_products_price_simple.our_products_price ins {
        padding-left: 5px !important;
    }

    .our_products_title.our_products_simple {
        height: 49px;
    }

    .tab_product_cat .our_products_price_simple.our_products_price,
    .tab_product_cat .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 17px !important;
    }

    /* new css end */
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .offer_line_main_box {
        width: 40%;
    }

    .mt_offer_slider_sec {
        padding: 5px 0 !important;
    }

    .offer_item {
        font-size: 15px;
        padding: 0 15px;
    }

    /* ==================== banner with categories sec start ========================= */
    .bnr_allcat_main_col1 {
        width: 260px !important;
    }

    .bnr_allcat_main_col2 {
        width: calc(100% - 260px) !important;
        padding-left: 25px !important;
    }

    .wpb_category_n_menu_accordion>ul {
        padding: 0 20px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 15px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>ul>li>a::after {
        top: 4px;
    }

    .cat_side_bar_home_title_box_sub {
        padding: 13px 26px !important;
    }

    .cat_side_bar_home_title {
        font-size: 19px;
    }

    .bnr_allcat_main_sec .et_pb_slide {
        height: 610px !important;
    }

    .wpb_category_n_menu_accordion>ul>li>a,
    .wpb_category_n_menu_accordion ul>li li a {
        font-size: 15px !important;
    }

    .cat_side_bar_home_title_box_sub::after,
    .cat_side_bar_home_title_box_sub::before {
        display: none !important;
    }

    .bnr_allcat_main_col1::after {
        top: 63px;
    }

    .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
        margin: 10px 0 10px 8px !important;
    }

    .et_pb_slide {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .silder_content_title_first {
        font-size: 32px;
    }

    .silder_content_title_second {
        font-size: 44px;
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .silder_content_des {
        width: 460px;
        font-size: 15px;
        line-height: 28px;
    }

    .slider_btns_box {
        margin-top: 20px;
    }

    .cat_side_bar_home_svg svg {
        width: 23px;
        height: 16px;
    }

    /* ==================== banner with categories sec End ========================= */
    .site_width,
    .c_wt {
        max-width: 1400px !important;
    }

    .brand_img_box img {
        transition: 0.6s ease;
        transform: scale(0.9);
    }

    .brand_img_box {
        height: 80px;
    }

    .brand_img_box img:hover {
        transform: scale(0.8);
    }

    .brand_main {
        padding: 22px 0;
    }

    .pd80,
    .pd_tb {
        padding: 75px 0 !important;
    }

    /* ======================== Our Categories Start ======================= */
    #tabs ul {
        width: 300px;
    }

    #tabs .tab_product_cat {
        width: calc(100% - 300px);
        padding-left: 39px !important;
    }

    .our_products_img_box img {
        height: 325px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-prev.slick-arrow {
        left: -8px;
    }

    .slick-next.slick-arrow {
        right: -8px;
    }

    .our_cate_name_box {
        padding-left: 17px;
        font-size: 15px;
    }

    #tabs .nav-item {
        margin-bottom: 14px;
    }

    /* ======================== Our Categories End ======================= */
    .mt_two_bnr_block1 .et_pb_image_wrap img,
    .mt_two_bnr_block2 .et_pb_image_wrap img {
        height: 396px;
    }

    /* ======================== Best Seller Start ======================= */
    .mt_best_seller_sec .our_products_price,
    .mt_best_seller_sec .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .mt_best_seller_sec .our_products_hover_btn .site_button {
        width: 106px !important;
        font-size: 12px !important;
        height: 40px !important;
    }

    .mt_best_seller_sec .our_products_price_box {
        width: calc(100% - 106px) !important;
        height: 40px;
    }

    .mt_best_seller_sec .our_products_hover_btn {
        width: 106px !important;
    }

    .mt_best_seller_sec .our_products_img_box img {
        height: 308px;
    }

    .mt_best_seller_block2 .et_pb_image_wrap img {
        height: 618px;
    }

    .mt_best_seller_sec .slick-prev.slick-arrow {
        right: 64px;
    }

    .mt_best_seller_col1 {
        width: calc(100% - 340px) !important;
        padding-right: 23px !important;
    }

    .mt_best_seller_col2 {
        width: 340px !important;
    }

    /* ======================== Best Seller End ======================= */
    .our_key_features_main_title_box {
        font-size: 19px;
        padding-bottom: 7px;
    }

    .our_key_features_main_des_box {
        font-size: 15px;
    }

    .our_key_features_main_box_inner::after {
        right: -44%;
    }

    .get_solu_bnr_txt_box_main::after {
        width: 1026px;
        height: 366px;
    }

    .get_solu_bnr_txt_box_main {
        height: 366px;
    }

    .get_solu_bnr_txt_logo_box img {
        width: 206px;
        height: 72px;
    }

    .get_solu_bnr_txt_des_box {
        font-size: 28px;
        line-height: 41px;
        margin: 22px 0 30px;
    }

    .mt_verotti_block3 {
        padding-right: 90px;
    }

    .mt_verroti_bnr_btn_col {
        left: 28%;
    }

    .verotti_content {
        font-size: 38px;
        line-height: 52px;
    }

    .mt_verotti_col1 {
        width: 430px !important;
    }

    .mt_verotti_col2 {
        width: 693px !important;
    }

    .mt_verotti_col3 {
        width: 277px !important;
    }

    /* new css start */
    .our_products_price_simple.our_products_price,
    .our_products_price_simple .woocommerce-Price-amount.amount {
        font-size: 16px !important;
    }

    /* new css end */
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .offer_line_main_box {
        width: 38%;
    }


}