.main-header-menu .menu-link, .main-header-menu>a{
  padding: 0 0.75rem;
}

  .site-main{
    padding-top: 0px;
  }

  .custom-header-left{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .custom-mobile-logo{
    display: inline-flex;
  }
  .custom-mobile-header-logo{
    display: inline-flex;
    & .custom-logo-link{
      display: inline-flex;
          padding: 10px 0;
    }
  }
  .ast-mobile-header-wrap {
    .site-header-section>* {
        padding: 0;
    }
  }



  /* Navbar Styles */
  .apol_navbar.navbar-inverse {
    background-color: var(--secondary-color);
    background-image: var(--secondary-color);
    border: none;
  }
  
  .apol_navbar {
    font-size: var(--font-size-small);
  }
  
  
  .apol_navbar .navbar-brand {
    font-weight: bold;
    color: var(--text-color) !important;
    padding: 0;
  }
  
  .apol_navbar.navbar > .container .navbar-brand {
    margin: 0;
    display: inline-flex;
    align-items: center;
  }
  
  .apol_navbar.navbar > .container .navbar-brand img {
    height: 48px;
  }
  
  .apol_navbar .navbar-brand span {
    color: var(--primary-color);
  }
  
  .apol_navbar .navbar-nav > li {
    font-size: inherit;
    position: inherit;
  }
  
  .apol_navbar .navbar-nav > li > a {
    color: var(--text-color) !important;
    padding: 10px 10px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }
  .apol_navbar .navbar-nav > li.active > a{
    border-bottom: 1px solid white;
  }

  /* Current Menu Item - Active Menu Styling */
  .current-menu-item > a {
    border-bottom: 1px solid white !important;
    &.menu-link{
      background-color: #000 !important;
      color: white !important;

    }
  }
  
  .apol_navbar .navbar-nav > li > a:hover {
    background: black;
  }
  
  .apol_navbar .navbar-nav > li > a svg {
    display: none;
  }
  
  .apol_navbar .search-box {
    padding: 0px 0;
    margin: 0;
  }
  
  .apol_navbar .right_itmes_header .navbar-right {
    margin: 0;
  }
  
  .apol_navbar .search-box input {
    width: 250px;
    padding: 8px 12px;
    background-color: transparent;
    border: none;
    color: var(--text-color);
    font-size: inherit;
    border: 1px solid var(--border-color);
    height: 40px;
    border-radius: 8px;
  
  }
  
  .apol_navbar .btn-register {
    background-color: var(--primary-color);
    color: var(--text-color);
    border: none;
    margin: 0px;
    font-size: inherit;
    min-height: 40px;
    min-width: 140px;
    border-radius: 8px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
  }
  .apol_navbar .btn-register:hover {
    background-color: var(--hover-color);
  }
  .apol_navbar .btn-login:focus,
  .apol_navbar .btn-register:focus{
    outline: none;
  }
  
  
  .apol_navbar .btn-login {
    background-color: var(--text-color);
    color: #000;
    border: 1px solid var(--text-color);
    margin: 0px;
    font-size: inherit;
    min-height: 40px;
    min-width: 140px;
    border-radius: 8px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  
  /* Category Grid Styles */
  .apol_navbar .category-grid {
    padding: 20px 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
    transform: translate(0px, 0px);
    top: 72px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #222;

  }
  
  .apol_navbar .category-item {
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    transition: transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
  }
  
  .apol_navbar .category-item:hover {
    transform: translateY(-5px);
  }
  
  .apol_navbar .category-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    fill: var(--text-color);
  }
  
  .apol_navbar .category-name {
    color: var(--text-color);
    font-size: var(--font-size-small);
  }
  
  /* Right Items Header */
  .apol_navbar .right_itmes_header {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
  }
  .apol_navbar .navbar-collapse{
    padding: 0px;
    margin: 0px;
  }
  .apol_navbar .navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-left:30px;
  
  }
 
  .apol_navbar .navbar-collapse.collapse::after,
    .apol_navbar .navbar-collapse.collapse::before{
    display: none;
  }
  
  .apol_navbar .navbar_header_flex {
    display: flex;
    align-items: center;
    min-height: 72px;
    justify-content: center;
  }
  
  .menu_header_top_bar {
    display: none;
  }
  
  .menu_header_top_bar button {
    background: transparent;
    border: 0;
  }
  
  .after_login_showing_icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  
  .dropdown_color .icon-circle {
    width: 32px;
    height: 32px;
    background-color: #3A3A3A;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
  }
  .dropdown_color .icon-circle svg{
    font-size: 22px;
  }
  
  /* Custom Dropdown Styles */
  .dropdown_color .dark-dropdown {
    background-color: var(--background-color);
    border: 1px solid var(--hover-color);
    border-radius: 4px;
    padding: 0;
    min-width: 200px;
  }
  
  .dropdown_color .dark-dropdown > li > a {
    color: var(--text-color);
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
  }
  
  .dropdown_color .dark-dropdown > li:last-child > a {
    border-bottom: none;
  }
  
  .dropdown_color .dark-dropdown > li > a:hover,
  .dropdown_color .dark-dropdown > li > a:focus {
    background-color: var(--hover-color);
    background-image: var(--hover-color);
    color: var(--text-color);
  }
  
  .dropdown_color .dark-dropdown .menu-icon {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    display: inline-flex;
  }
  
  /* Open State for Dropdown */
  .dropdown_color .dropdown.open .icon-circle {
    background-color: var(--hover-color);
  }
  
  .hide_on_mobile_show_on_dekstop_icons.dropdown_color .dark-dropdown {
    margin-top: 20px;
  }
  
  .menu_header_top_bar .dropdown_color .dark-dropdown {
    margin-top: 10px;
  }
  
  .menu_header_top_bar .dropdown_color .icon-circle {
    background: transparent;
  }
  
  /* Search Modal Styles */
  .apol_search_modal .modal-fullscreen {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: fixed;
  }
  
  .apol_search_modal .modal-content {
    background-color: rgba(0, 0, 0, 0.8); /* Grey background with opacity */
    color: var(--text-color);
    height: 100vh;
    border: none;
    border-radius: 0;
  }
  
  .apol_search_modal .modal-header {
    display: flex;
    justify-content: flex-end;
    border-bottom: none;
  }
  
  .apol_search_modal .close {
    font-size: 2rem;
    color: var(--text-color);
    opacity: 1;
  }
  
  .close-icon-search_div {
    padding: 8px 15px;
    display: flex;
    justify-content: flex-end;
  // background: var(--secondary-color);
}
  .apol_search_modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    // height: 100%;
    padding: 8px 15px;

  }


  .apol_search_modal .search-input {
    width: 100%;
    max-width: 600px;
    height: 50px;
    padding: 10px 20px;
    font-size: var(--font-size-large);
    border-radius: 8px;
    border: none;
    outline: none;
    background-color: #333;
    color: #000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .apol_search_modal .search-input::placeholder {
    color: #888;
  }
  
  .apol_search_modal .search-input:focus {
    background-color: var(--text-color);
  }
  
  
  
  /* Margin Top */
  .m-t-10 {
    margin-top: 10px;
  }
  
  .m-t-20 {
    margin-top: 20px;
  }
  
  .m-t-30 {
    margin-top: 30px;
  }
  
  /* Margin Bottom */
  .m-b-10 {
    margin-bottom: 10px;
  }
  
  .m-b-20 {
    margin-bottom: 20px;
  }
  
  .m-b-30 {
    margin-bottom: 30px;
  }
  
  
  /* Responsive Styles */
  @media (max-width: 1199px) {
    
    .apol_navbar .menu-main-menu-container{
      width: 100%;
    }
    .hide_on_mobile_show_on_dekstop_icons {
      display: none;
    }
  
    .apol_navbar .navbar_header_flex {
      flex-direction: column;
      min-height: 56px;
    }
  
    .apol_navbar .navbar-toggle {
      display: block;
      margin-right: 0;
    }
  
    .apol_navbar .navbar-header {
      width: 100%;
      display: flex;
      justify-content: space-between;
      min-height: 56px;
    }
  
    .apol_navbar .navbar-collapse.collapse {
      display: none !important;
      width: 100%;
      flex-direction: column;
      padding-right: 0px;
      padding-left: 0;
    }

  
    .apol_navbar .navbar-collapse.collapse.in {
      display: flex !important;
      width: 100%;
      flex-direction: column;
      overflow-y: auto !important;
      height: calc(100vh - 56px) !important;
      justify-content: flex-start;
      overflow-x: hidden;
      padding-left: 0;
      padding-right: 0px;

    }
  
    .apol_navbar .search-box {
      display: none;
    }
  
    .apol_navbar .category-grid {
      position: inherit;
      transform: none;
      left: 0;
      top: 0;
      width: 100%;
    }
  
    .apol_navbar.navbar-inverse {
      min-height: 56px;
      margin-bottom: 0;
    }
  
    .apol_navbar.navbar > .container .navbar-brand img {
      height: 32px;
    }
  
    .apol_navbar .navbar-nav > li {
      width: 100%;
    }
  
    .apol_navbar .navbar-nav {
      float: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      margin: 0;
    }
  
    .apol_navbar .right_itmes_header {
      width: 100%;
      padding-bottom: 30px;
    }
    .apol_navbar .right_itmes_header #searchform-{
      display: none;
    }
  
    .apol_navbar.navbar-fixed-top .navbar-collapse {
      height: 100%;
      width: 100%;
    }
  
    .apol_navbar .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
      max-height: 100%;
    }
  
    .apol_navbar .right_itmes_header .navbar-right {
      display: flex;
      float: none;
      width: 100%;
      margin: 0;
      padding: 10px 10px;
      gap: 5px;
      flex-direction: column;
    }
  
    .apol_navbar .menu_header_top_bar {
      display: flex;
      align-items: center;
    }
  
    .apol_navbar .navbar-header::after,
    .apol_navbar .navbar-header::before {
      display: none;
    }
  
    .apol_navbar .navbar-nav > li > a svg {
      display: inline-flex;
    }
    .site-main{
      padding-top: 0px;
    }
  }
  
  /* Dark Search Box Styles */
  .mobile_search .dark-search,
  .apol_navbar .dark-search {
    background: var(--secondary-color);
    padding: 0px 10px;
  }
  
  .mobile_search .dark-search .form-control,
  .apol_navbar .dark-search .form-control {
    background-color: #2d2d2d;
    border: none;
    color: var(--text-color);
    padding-left: 40px;
    width: 250px;
    height: 40px;
    border-radius: 8px;
    margin: 0;
    font-size: var(--font-size-small);
  }
  
  .mobile_search .dark-search .form-control:focus,
  .apol_navbar .dark-search .form-control:focus {
    box-shadow: none;
    background-color: #2d2d2d;
    color: var(--text-color);
  }
  
  .mobile_search .dark-search .form-control::placeholder,
  .apol_navbar .dark-search .form-control::placeholder {
    color: #999;
  }
  
  .mobile_search .dark-search .form-group,
  .apol_navbar .dark-search .form-group {
    position: relative;
    margin: 0;
  }
  
  .mobile_search .dark-search .search-icon,
  .apol_navbar .dark-search .search-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #999;
    z-index: 3;
  }
  
  .mobile_search .navbar-form{
    border:none;
    box-shadow: none;
  }
  

  .section_padding_y{
    padding: 50px 0;
  }
  .cart_page_section_padding{
    padding:0 0 30px 0;
  }
  .return_sectoin_{
    padding:0 0 30px 0;
  }
  .product_sectoin_ {
    padding: 30px 0 30px 0;
  }


  @media (min-width: 1024px) {
    .product-card-image{
      height: 180px;
      background-color: #fff;
      margin-bottom: 10px;
    }
    .product-card-image img.product-img {
      object-fit: contain;
      width: auto;
      height: 100%;
      margin: 0px auto;
    }
    .new_searching_box .ellipsis_text_2,
    .Product_Categorie_box .ellipsis_text_2{
      min-height: 40px;
    }
  }

  
  /* Media Queries for Larger Screens */
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
    }
  
    .apol_navbar .category-icon {
      width: 32px;
      height: 32px;
    }
    .cart_page_section_padding{
      padding: 80px 0;
    }
    .return_sectoin_{
        padding:0 0 40px 0;
      }
    .section_padding_y {
      padding: 80px 0;
  }
  .single_page_section{
    padding-top: 0px;
  }
  .mobile_search .dark-search .form-control, .apol_navbar .dark-search .form-control{
    width: 200px;
  }
  .product-card-image{
    height: 160px;
  }
  }
  
  @media (min-width: 1400px) {
    .container {
      width: 1320px;
    }
  
    .apol_navbar .category-name,
    .apol_navbar {
      font-size: var(--font-size-medium);
    }
  
    .apol_navbar .category-icon {
      width: 48px;
      height: 48px;
    }
  
    .apol_navbar .category-grid {
      background-color: #222;
      padding: 40px 0;
    }
    .mobile_search .dark-search .form-control, .apol_navbar .dark-search .form-control{
      width: 250px;
    }
    .product-card-image{
      height: 150px;
    }
  }

  @media (min-width: 1600px) {
    .container {
      width: 1420px;
    }
    .product-card-image{
      height: 180px;
      background-color: #fff;
      margin-bottom: 10px;
    }
    .product-card-image img.product-img {
      object-fit: contain;
      width: auto;
      height: 100%;
      margin: 0px auto;
    }
    .Product_Categorie_box .ellipsis_text_2{
      min-height: 34px;
    }
  
  }
  
  
  .btn-primary{
    background-color: var(--primary-color);
    background-image: var(--primary-color);
    border-color: var(--primary-color);
    // border-radius: var(--border-radius);   
    box-shadow: none;
  }
  .table_style   .btn-primary{
    color: white;

  }
  .btn-primary:hover{
    background-color: var(--hover-color);
    border-color: var(--hover-color);
  }
  .text-primary {
    color: var(--primary-color);
  }
  
  .cart_icon_showing{
    position: relative;
  }
  
  .cart_icon_showing span{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: var(--font-size-extra-small);
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
  }
  
  
  
  /************** Table ****************/
  .hide_searchbar_table .dataTables_filter {
    display: none;
  }
  /* The circular status light indicator */
  .status-light {
    height: 24px;
    border-radius: 15px;
    min-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  
  /* Status colors with decreased background opacity */
  .light-pending-approval {
    background-color: rgba(255, 235, 59, 0.3); /* Yellow with decreased opacity */
    border: 1px solid #FFEB3B;
    color: #AB8F00;
  }
  
  .light-pending-receipt {
    background-color: rgba(255, 152, 0, 0.3); /* Orange with decreased opacity */
    border: 1px solid #FF9800;
    color: #FF9800;
  }
  
  .light-credited {
    background-color: rgba(33, 150, 243, 0.3); /* Blue with decreased opacity */
    border: 1px solid #2196F3;
    color: #2196F3;
  }
  
  .light-received {
    background-color: rgba(76, 175, 80, 0.3); /* Green with decreased opacity */
    border: 1px solid #4CAF50;
    color: #005D30;
  }
  
  .light-on-hold {
    background-color: rgba(158, 158, 158, 0.3); /* Gray with decreased opacity */
    border: 1px solid #9E9E9E;
    color: #9E9E9E;
  }
  
  .light-return-cancelled {
    background-color: rgba(244, 67, 54, 0.3); /* Red with decreased opacity */
    border: 1px solid #F44336;
    color: #F44336;
  }
  
  
  
  
  /* Status colors with text and border */
  .status-wc-pending,
    .status-wc-pending-quoutes {
    background-color: #FFA500; /* Orange */
    color: #000000; /* Black text */
    border: 1px solid #FFA500; /* Orange border */
  }
  
  .status-wc-processing,
    .status-wc-processing-quoutes {
      background-color: rgba(255, 235, 59, 0.3);
      border: 1px solid #FFEB3B;
      color: #AB8F00;
  }
  
  .status-wc-on-hold,
    .status-wc-on-hold-quoutes {
    background-color: #FFC107; /* Amber */
    color: #000000; /* Black text */
    border: 1px solid #FFC107; /* Amber border */
  }
  
  .status-wc-completed,
    .status-wc-completed-quoutes {
    background-color: #28A745; /* Green */
    color: #FFFFFF; /* White text */
    border: 1px solid #28A745; /* Green border */
  }
  
  .status-wc-cancelled,
    .status-wc-cancelled-quoutes {
    background-color: #DC3545; /* Red */
    color: #FFFFFF; /* White text */
    border: 1px solid #DC3545; /* Red border */
  }
  
  .status-wc-refunded,
    .status-wc-refunded-quoutes {
    background-color: #6C757D; /* Gray */
    color: #FFFFFF; /* White text */
    border: 1px solid #6C757D; /* Gray border */
  }
  
  .status-wc-failed,
    .status-wc-failed-quoutes {
    background-color: #343A40; /* Dark Gray */
    color: #FFFFFF; /* White text */
    border: 1px solid #343A40; /* Dark Gray border */
  }
  
  .status-wc-return-processing,
    .status-wc-return-processing-quoutes {
    background-color: #17A2B8; /* Teal */
    color: #FFFFFF; /* White text */
    border: 1px solid #17A2B8; /* Teal border */
  }
  
  .status-wc-re-quote,
    .status-wc-re-quote-quoutes {
    background-color: #6610F2; /* Purple */
    color: #FFFFFF; /* White text */
    border: 1px solid #6610F2; /* Purple border */
  }
  
  .status-wc-invoiced-done,
    .status-wc-invoiced-done-quoutes {
    background-color: #FFC0CB; /* Pink */
    color: #000000; /* Black text */
    border: 1px solid #FFC0CB; /* Pink border */
  }
  
  .status-wc-invoiced-part,
    .status-wc-invoiced-part-quoutes {
    background-color: #FFD700; /* Gold */
    color: #000000; /* Black text */
    border: 1px solid #FFD700; /* Gold border */
  }
  
  .status-wc-invoiced-bill,
    .status-wc-invoiced-bill-quoutes {
    background-color: #FF4500; /* Orange Red */
    color: #FFFFFF; /* White text */
    border: 1px solid #FF4500; /* Orange Red border */
  }
  
  .status-wc-closed,
    .status-wc-closed-quoutes {
    background-color: #4B0082; /* Indigo */
    color: #FFFFFF; /* White text */
    border: 1px solid #4B0082; /* Indigo border */
  }
  
  .status-wc-order-draft,
    .status-wc-order-draft-quoutes {
    background-color: #8B4513; /* Saddle Brown */
    color: #FFFFFF; /* White text */
    border: 1px solid #8B4513; /* Saddle Brown border */
  }
  
  .status-wc-invoiced-partialy,
    .status-wc-invoiced-partialy-quoutes {
    background-color: #FF6347; /* Tomato */
    color: #FFFFFF; /* White text */
    border: 1px solid #FF6347; /* Tomato border */
  }
  
  .status-wc-pending-recipent,
    .status-wc-pending-recipent-quoutes {
    background-color: #20B2AA; /* Light Sea Green */
    color: #FFFFFF; /* White text */
    border: 1px solid #20B2AA; /* Light Sea Green border */
  }
  
  .status-wc-pending-refund,
    .status-wc-pending-refund-quoutes {
    background-color: #40E0D0; /* Turquoise */
    color: #000000; /* Black text */
    border: 1px solid #40E0D0; /* Turquoise border */
  }
  
  .status-wc-pending-process,
    .status-wc-pending-process-quoutes {
    background-color: #5F9EA0; /* Cadet Blue */
    color: #FFFFFF; /* White text */
    border: 1px solid #5F9EA0; /* Cadet Blue border */
  }
  
  .status-wc-processed,
    .status-wc-processed-quoutes {
    background-color: var(--primary-color); /* Steel Blue */
    color: #FFFFFF; /* White text */
    border: 1px solid var(--primary-color); /* Steel Blue border */
  }
  
  .status-wc-ywraq-new,
    .status-wc-ywraq-new-quoutes {
    background-color: #B0E0E6; /* Powder Blue */
    color: #000000; /* Black text */
    border: 1px solid #B0E0E6; /* Powder Blue border */
  }
  
  .status-wc-ywraq-pending,
    .status-wc-ywraq-pending-quoutes {
    background-color: #FFDEAD; /* Navajo White */
    color: #000000; /* Black text */
    border: 1px solid #FFDEAD; /* Navajo White border */
  }
  
  .status-wc-ywraq-expired,
    .status-wc-ywraq-expired-quoutes {
    background-color: #FA8072; /* Salmon */
    color: #000000; /* Black text */
    border: 1px solid #FA8072; /* Salmon border */
  }
  
  .status-wc-ywraq-accepted,
    .status-wc-ywraq-accepted-quoutes {
    background-color: #3CB371; /* Medium Sea Green */
    color: #FFFFFF; /* White text */
    border: 1px solid #3CB371; /* Medium Sea Green border */
  }
  
  .status-wc-ywraq-rejected,
    .status-wc-ywraq-rejected-quoutes {
    background-color: #8B0000; /* Dark Red */
    color: #FFFFFF; /* White text */
    border: 1px solid #8B0000; /* Dark Red border */
  }
  
  .status-wc-pending-approval,
    .status-wc-pending-approval-quoutes {
    background-color: #9ACD32; /* Yellow Green */
    color: #000000; /* Black text */
    border: 1px solid #9ACD32; /* Yellow Green border */
  }
  
  .status-wc-voided,
    .status-wc-voided-quoutes {
    background-color: #800000; /* Maroon */
    color: #FFFFFF; /* White text */
    border: 1px solid #800000; /* Maroon border */
  }
  .status-wc-expired-quotes{
    background-color: #fa0808; /* Orange Red */
    color: #FFFFFF; /* White text */
    border: 1px solid #fa0808; /* Orange Red border */
  }
  
  
  /* ******** cases ******** */
  .status-cases-processing{
    background-color: rgba(76, 175, 80, 0.3); /* Green with decreased opacity */
    border: 1px solid #4CAF50;
    color: #005D30;
  }
  .status-cases-closed{
    background-color: rgba(244, 67, 54, 0.3); /* Red with decreased opacity */
    border: 1px solid #F44336;
    color: #F44336;
  }
  .status-cases-pending{
    background-color: rgba(255, 235, 59, 0.3);
      border: 1px solid #FFEB3B;
      color: #AB8F00;
  }
  .status-cases-on-hold{
    background-color: rgba(255, 235, 59, 0.3);
      border: 1px solid #FFEB3B;
      color: #AB8F00;
  }
  .status-cases-re-opened{
    background-color: rgba(255, 235, 59, 0.3);
      border: 1px solid #FFEB3B;
      color: #AB8F00;
  }
  
  /****************** breadcrumb-section ******************/
  .breadcrumb-section {
    background-color: transparent;
    padding: 20px 0;
  
    .breadcrumb {
      margin: 0;
      padding: 0;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background-color: transparent;
      font-size: var(--font-size-medium);
      font-weight: 700;
  
      a {
        color: var(--text-gray);
        text-decoration: none;
        cursor: pointer;
  
        &:hover {
          color: var(--primary-color);
        }
      }
  
      span {
        &:not(:last-child) {
          // Optional — if you need specific margin or separator handling
          // margin-right: 4px;
          color: var(--text-gray);
          cursor: pointer;
          &:hover {
            color: var(--primary-color);
          }
        }
        &:last-child {
          cursor: default;
          /* i want stop event */
          pointer-events: none;
        }

       
      }

  
      .breadcrumb-tmc-separator {
        display: inline-flex;
        align-items: center;
  
        svg {
          display: inline-flex;
          align-items: center;
        }
      }
    }
  }

  .breadcrumb-hidden-mobile,
.breadcrumb-dots {
    display: inline;
}
 
/* On mobile: hide middle items and show dots */
@media (max-width: 768px) {
    .breadcrumb-hidden-mobile {
        display: none !important;
    }
    .breadcrumb-dots {
        display: inline !important;
    }
}
 
/* On desktop: hide dots */
@media (min-width: 769px) {
  .breadcrumb-arrow-dektop-hide,
    .breadcrumb-dots {
        display: none !important;
    }
}
  
  .page-title{
    font-size: var(--font-size-xlarge);
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .title_padding_set{
    padding: 0px 0 0px 0;
  }
  

  .my_button_clear{
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .btn-outline{
      background: transparent;
    background-color: transparent;
    background-image: transparent;
    color: var(--primary-color); /* Primary color */
    border: 1px solid var(--primary-color);
    box-shadow: none;
  text-shadow: none;

  }
  .btn-outline:hover,
.btn-outline:focus {
    background: var(--hover-color);
  background-color: var(--hover-color);
background-image: var(--hover-color);
border-color: var(--hover-color);
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border-radius: var(--border-radius);
}
.btn-danger.btn-outline{
    color: red;
    border: 1px solid red;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus {
    background: red;
    background-color: red;
  background-image: red;
  border-color: red;
  color: #fff;
}

.checkout_place_order_btn{
  width: 100% !important;
  min-height: 40px;
}

.close-icon-search {
  // position: absolute;
  // right: 10px;
  // top: -47px;
  width: 40px;
  height: 40px;
  // background: #191919;
  padding: 9px;
  border-radius: 100%;
}

.mobile_search .dark-search .search-icon {
  display: none;
}
.mobile_search .dark-search .form-control{
padding-left: 15px;
}


$primary-color: #007bf6;
body{

.daterangepicker {
  .ranges li.active {
    background-color: $primary-color;
    color: #fff;
  }

  td.active,
  td.active:hover {
    background-color: $primary-color;
    // border-color: $primary-color;
    color: #fff;
  }

  td.in-range {
    background-color: rgba($primary-color, 0.15);
    color: #333;
  }

  .applyBtn {
    background-color: $primary-color;
    // border-color: $primary-color;
    color: #fff;

    &:hover {
      background-color: rgba($primary-color, 0.8);
      // border-color: darken($primary-color, 5%);
    }
  }
}
}


.owl-carousel {
  // Arrow buttons
  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;               // Arrow button width
    height: 30px;              // Arrow button height
    background-color: $primary-color !important; // Arrow background color
    background: $primary-color !important;
    color: #fff;               // Arrow icon color
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;

    // Optional hover effect
    &:hover {
      background-color: rgba($primary-color, 0.8) !important;
      background: rgba($primary-color, 0.8) !important;
      color: #fff;
    }

    // Icon font size inside
    i,
    span {
      font-size: 20px;
      line-height: 1;
    }
  }

  // Position left arrow
  .owl-prev {
    left: -50px; // adjust as needed
  }

  // Position right arrow
  .owl-next {
    right: -50px; // adjust as needed
  }
}


.no-record{
  display: flex;
  padding: 10px;
}

.custom-header-right{
  padding: 0;
}

  @media (max-width: 1199px) {
    .right_itmes_header .hide_in_mobile{
      display: none;
    }
    .breadcrumb-section {
        padding: 10px 0;
    }
    .breadcrumb-section .breadcrumb{
        font-size: var(--font-size-small);
    }
    .page-title{
        display: none;
    }
    .title_padding_set {
        padding: 10px 0;
    }
    .mobile_search .dark-search, 
    .apol_navbar .dark-search {
      background: var(--secondary-color);
      padding: 0px 0px;
      border-radius: 6px;
      border: 1px solid #ffffff9e !important;
      margin: 0;
      width: 100%;
      // display: none;
  }
  .apol_navbar .btn-register{
    width: 100%;
  }
  .single_page_section{
    padding-top: 0px;
  }
  .apol_search_modal .modal-content{
    height: 120px;
    // top: 56px;
  }
  .apol_search_modal .close{
    position: absolute;
    right: 30px;
    z-index: 1;
  }
  .mobile_search .dark-search .form-control, .apol_navbar .dark-search .form-control{
    width: 100%;
  }
  .mobile_search .dark-search .form-group, .apol_navbar .dark-search .form-group{
    width: 100%;
  }

  }


  @media (min-width: 1200px) and (max-width: 1560px) {
    .custom-header-right .custom-header-buttons a {
      min-width: 120px;
      font-size: var(--font-size-small);
    }
    .custom-header-right .custom-header-search .search-form .search-field{
      font-size: var(--font-size-small);
    }
     .custom-header-right{
      gap: 10px;
      padding-left: 0;
     }
    .custom-header-right .custom-header-buttons{
      gap: 7px;
    }
    .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container{
      padding: 0;
    }

    

  }

