/* responsive css for mobile and tab  */
:root {
  --font-base: "Open Sans", Helvetica, Arial, sans-serif;
  --theme-primary: #f78222;
  --theme-secondary: #0062bd;
  --theme-accent: #90e0ef;
  --theme-bg: #f1f3f5;
  --theme-dark: #333e48;
  --theme-lightdark: #334141;
  --theme-main-dark: #1e2022;
  --theme-red: #ee0000;
  --theme-light-gray: #878787;
  --theme-text-gray: #7c7c7c;
  --theme-muted: #adb5bd;
  --theme-highlight: #f78222;
  --theme-white: #fff;
  --theme-bg-cream: #fffaf0;
  --theme-bg-snow: #fffafa;
  --theme-bg-ghost: #f8f8ff;
}

/* width 1200 media query  */
@media (max-width: 1200px) {
  .top_bar_main {
    display: none;
  }
 
}

@media (max-width: 1400px) {
  .nav_search_wrapper {
    max-width: 560px;
  }
    .subpro_list_card__img {
    height: 140px;
  }
}

@media (max-width: 1100px) {
  .nav_search_wrapper {
    max-width: 350px;
  }

  
  .mob_left_nav_item {
    display: flex;
    gap: 20px;
    margin-right: 15px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .bottom_navbar {
    display: none;
  }

  #toggleIcon {
    font-size: 25px;
  }

  .main_header .navbar-brand {
    margin-left: 20px;
  }

  .main_header .navbar-brand img {
    height: 30px;

  }

  .nav_search_wrapper {
    display: none !important;
  }

  .mob_title_category {
    text-align: center;
    color: var(--theme-lightdark) !important;
    font-size: 1.2rem !important;
    letter-spacing: 2px;
    margin-top: 40px;
  }

  .dropdown-item:active {
    background-color: var(--theme-primary) !important;
  }

  .mob_cart_tab_count {
    position: absolute;
    background-color: var(--theme-primary);
    top: 20px;
    left: 10px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
  }

  #search_box_popup {
    display: none;
  }

  .model_search-box {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    align-items: center;
    width: 380px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
  }


  .model_search-box input {
    flex: 1;
    height: 50px;
    border: 1px solid var(--theme-primary);
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 30px 0 0 30px;

  }

  .model_search-box input:focus {
    outline: none;
  }

  .search_items_btn {
    height: 50px;
    width: 60px;
    background-color: var(--theme-primary);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
  }

  .search_items_btn i {
    font-size: 1.2rem;
    color: var(--theme-white);
  }

  /* end nav responsive  */
  .pr_card {
    border-right: none;
    border: 2px solid #fffaf0;
    height: 410px;
    padding: 15px 10px;
  }

  .pr_card_subtitle a {
    font-size: 12px;
  }

  .pr_price a {
    font-size: 13px;
  }

  .pr_card_img {
    height: 200px;
    margin: 10px 0;
  }

  .banner-slider .item {
    padding: 10px;
  }

  .slider_bg_image {
    padding: 0;
  }

  .slider_title_1 {
    font-size: 28px;
  }

  .slider_title_2 {
    font-size: 40px;
  }

}

@media (max-width: 767px) {
  .cs_sub_menu_wrapper {
    position: static;
    display: none;
    padding: 1rem;
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    overflow-y: auto;
    max-height: 400px;
  }

  .cs_sub_menu.row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cs_sub_menu .submenu-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
  }

  .cs_sub_menu ul {
    padding-left: 0;
    list-style: none;
  }

  .cs_sub_menu ul li {
    margin-bottom: 10px;
  }

  .cs_sub_menu ul li a {
    display: block;
    padding: 10px;
    font-size: 0.95rem;
    color: #444;
    background-color: #f8f8f8;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .cs_sub_menu ul li a:hover {
    background-color: #e2e2e2;
  }

  .slider_img img {
    height: 280px;
  }

  .footer_news_letter .news_letter_subtitle {
    font-size: 12px;
  }

  .pr_slider_main_title {
    text-align: start !important;
  }

  .custom-pills .nav-link {
    padding: 5px 15px;
    margin: 0;

  }

  .custom_row_bottom_border {
    border: none !important;
  }

  .pr_slider_main_title {
    font-size: 20px;

  }

  .best_deals_cards {
    flex-direction: row;
    text-align: left;
  }

  .theme_banner_section {
    width: 100%;
    height: 100%;

  }

  .theme_banner_img {
    width: 100%;
    height: 200px !important;

  }

  .theme_banner_text h1 {
    font-size: 1.5rem;

  }

  .theme_heading {
    font-size: 1.3rem;
  }

  .partner-nav {
    display: none;
  }

  .all_product_list_img {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .product_details {
    padding: 20px 10px;
  }

  .table-responsive h5 {
    font-size: 17px;
  }

  .table-responsive tr th {
    font-size: 12px;
  }

  .price_on_request_btn {
    font-size: 14px;
  }

  .slider_bg_image {
    height: 90vh;
  }

  .pr_price {

    padding: 0 0;

  }

  .pr_slider_main_title::after {
    left: 0;
  }

  .subpro_list_card__img img {
    object-fit: contain;
  }

  .subpro_list_card__img {
    height: 150px;
  }
  .subpro_list_card {
 
  border-radius: 8px;

}

  .main_header .dropdown-menu {
    width: 100%;

  }

  /* login _ css  */
  .login_main {
    height: 60vh;
  }

  .login_card {
    width: 350px;
  }

  .ragister_main {

    height: 70vh;
  }

  .ragister_main_card {

    width: 350px;

  }

  .carr_app_title {
    font-size: 22px;
    text-align: start;
  }

  .btn_square {
    width: 100%;
    text-align: left;
  }

  .btn_round {
    flex: 1 1 auto;
    text-align: center;
  }

  .mob_scroll_for_btn {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .mob_scroll_for_btn>.d-flex {
    flex-wrap: nowrap !important;
    min-width: max-content;
  }

  .mob_scroll_for_btn a,
  .mob_scroll_for_btn .dropdown,
  .mob_scroll_for_btn p,
  .mob_scroll_for_btn div {
    flex: 0 0 auto;
  }

  .pro_de_carousel .item {
    height: 300px;
  }

  .thumb-grid .item img {
    width: 86px;
    height: 80px;
  }

  .pr-list_info {
    font-size: 12px;
  }

  .more_pro_list_links ul {
    flex-wrap: wrap;
  }

  .info-tooltip {
    top: 90%;
    left: 120px;
  }

  .pr_l_img {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pr_l_img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .pro_list_fil_row {
    width: 99%;
    margin: auto !important;
  }

}


@media (max-width: 767px) {
  .filter_sidebar {
    display: none;
  }

  .filter_sidebar.collapse.show {
    display: block;
  }

  .filter_icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-secondary);
    border: 2px solid var(--theme-secondary);
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .filter_icon i {
    font-size: 16px;
  }

  .filter_icon:hover {
    background-color: var(--theme-secondary);
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }

  .filter_icon:active {
    transform: translateY(0);
    box-shadow: none;
  }

}

@media (min-width: 768px) {
  .filter_sidebar {
    display: block !important;
  }

  .filter_icon {
    display: none;
  }

}

@media (max-width: 767px) {
  .pro_nav {
    bottom: 0px;
  }

  .pro_nav .btn-pro-prev {
    left: 80px;
  }

  .pro_nav .btn-pro-next {
    right: 80px;
  }

  .theme_heading_border::after {
    margin-top: 30px !important;
  }

  .prd-detail-box {
    display: block;
    width: 400px;
  }

  .prd-title {
    width: 350px;
  }

  .prd-price-box {
    width: 200px;
  }

  .profile_img_modern {
    width: 150px;
    height: 150px;
  }

  .team_card img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    border: 4px solid #fff;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
  }

  .gallery_banner_slider .banner_slide img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .custom_nav_gallery_slider .nav_btn {
    display: none;
  }

  .theme_faq_accordion .accordion-button {
    font-size: 14px;
    padding: 10px 10px;
  }

  .theme_faq_accordion .accordion-body {
    padding: 10px 10px;
  }

  .catalog-img {
    height: 450px;
    object-fit: cover;
    width: 100%;
  }
 
  .theme_nav {
    display: none;
  }

  .theme_hero_slider .owl-dots {
  text-align: center;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
}

#whatsappBtn {
  bottom: 20px;
}
#emailBtn {
  bottom: 70px;
}
#callBtn {
  bottom: 120px;
}
@media (max-width: 768px) {
  .product-enquiry-form {
    padding: 10px 0px;
  }
 .header_pro_search_wrap {
 max-width: 300px !important;
 margin-bottom: 20px;
}

.custom-modal-title {
    font-size: 1rem;   
}
.photos_gallery_v a img {
  height: 200px !important;
}
}
}