 html,body{font-family:verdana ,Geneva, sans-serif !important;}
 .custom-cart-button, .custom-account-link {
  
  font-family: verdana ,Geneva, sans-serif !important;
}
.site-footer .widget-title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size:14px !important;
}
.social-links > li.facebook > a, .social-links > li.facebook > a:hover,
.site-footer .widget_tz_socials ul.inline-mode a i::before {
  color: #3b5998 !important;
}
.site-footer .widget-title {
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.footer-widgets .fa-facebook,.footer-widgets .fa-facebook:hover,.site-footer .widget_tz_socials ul.inline-mode li a:hover,.footer-widgets .fa-instagram {
  background: transparent !important;
  border: none !important;
}
.site-footer .widget_tz_socials ul.inline-mode a i.fa.fa-facebook::before{
color:#3b5998 !important;
}
.site-footer .widget_tz_socials ul.inline-mode li a{border:none;}
 #mega-menu-primary-nav > li.mega-menu-item > .mega-menu-link + .mega-sub-menu > li {
    max-width: 1440px !important;
    margin: 0 auto !important;
    left: 0% !important;
    transform: translateX(0%) !important;
    float:unset !important;
  }
  #mega-menu-wrap-primary-nav, #mega-menu-wrap-primary-nav #mega-menu-primary-nav, #mega-menu-wrap-primary-nav #mega-menu-primary-nav ul.mega-sub-menu, #mega-menu-wrap-primary-nav #mega-menu-primary-nav li.mega-menu-item, #mega-menu-wrap-primary-nav #mega-menu-primary-nav li.mega-menu-row, #mega-menu-wrap-primary-nav #mega-menu-primary-nav li.mega-menu-column, #mega-menu-wrap-primary-nav #mega-menu-primary-nav a.mega-menu-link{
  font-family: verdana ,Geneva, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  }
  .entry-content h2,.woocommerce button.button:hover,.woocommerce button.button{
  font-family: verdana ,Geneva, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  }
  .steps-wrapper span,.site-content h3,.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th{ font-family: verdana ,Geneva, sans-serif !important;}
  .woocommerce a.button.alt:hover, .woocommerce a.button:hover,.woocommerce table.cart td.actions .button,.woocommerce a.button, .woocommerce a.button:hover,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td{font-family: verdana ,Geneva, sans-serif !important;}
  .mega-sub-menu > .mega-menu-row {
  display: grid !important;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{padding:0px 10px !important;}
/* Show desktop, hide mobile */
.desktop-menu { display: block ; }
.mobile-menu { display: none ; }

@media (max-width: 768px) {
  /* Hide desktop, show mobile */
  .desktop-menu { display: none ; }
  .mobile-menu { display: block ; }
  #my_logo_right {visibility: hidden;}
}



@media only screen and (max-width: 600px) {
.custom-cart-button{background:transparent !important;}
.newhead-logo > .col-md-12{flex-direction: column;}
.newhead-logo .logo-wrapper .site-logo img{width: auto !important;max-width: 200px;}
#my_logo_left {
  order: 2;
}
.newhead-logo .aws-container {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
#my_logo_right{display:none !important;}
.ctws-main-header .header-primary-nav,#mega-menu-wrap-mobile-menu .mega-menu-toggle {
    background-color: #ccc !important;
  }
  #mega-menu-wrap-mobile-menu .mega-menu-toggle,#mega-menu-wrap-mobile-menu .mega-menu-toggle{
  	line-height: 30px !important;
  }
  .side-cart-header h3 {
  margin-left: 25px;
  margin-top: 15px;
}
  #mega-menu-wrap-mobile-menu .mega-menu-toggle{
  height:30px !important;}
  .new-head-menu{
  background-color: #ccc !important;
  margin:0px;
  padding:0px;
  }
  #mega-menu-wrap-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
  }
#mega-menu-mobile-menu{display:block !important;}
  #mega-menu-mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 100vw !important;
    height: 100vh !important;
    background: #000 !important;
    overflow-y: auto !important;
    transition: left 0.3s ease-in-out !important;
    z-index: 10000 !important;
    padding-top: 60px !important;
  }

  #mega-menu-mobile-menu.menu-open {
    left: 0 !important;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  #mobile-menu-close-btn {
    /* Some styling already set in JS, but override if needed */
    position: relative !important;
    top: 10px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    color: #fff !important;
    cursor: pointer;
    z-index: 10001;
    width: 100%;
  text-align: right;
  }
 .custom-price-filter {
  display: block;
  flex-direction: column;
  gap: 10px; /* space between elements */
  max-width: 300px; /* adjust width */
}

.custom-price-filter label {
  font-weight: bold;
  margin-bottom: 5px;
}

#price-slider {
  margin: 0 0 10px; /* space below slider */
}

#price-range-label {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.custom-sorting {
  width: 320px;
  display: inline-block;
}
.custom-sorting label {
  margin-right: 32px;
  }
  .custom-view-controls{display: grid;} 
  .custom-price-filter {
    max-width: 500px;
    margin: 15px 0;
    position: relative;
}

/* Wrap only label + slider in one row */
.custom-price-filter label,
.custom-price-filter #price-slider {
    display: inline-block;
    vertical-align: middle;
}

.custom-price-filter label {
    margin-right: 12px;
    white-space: nowrap;
    font-weight:400;
}

.custom-price-filter #price-slider {
    width: calc(100% - 120px); /* adjust so slider uses full space */
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    position: relative;
}

/* Always push price-range-label below */
.custom-price-filter #price-range-label {
    display: block;
    clear: both;
    margin-top: 10px;
    font-weight: bold;
}
#price-range-label {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 8px;
}
}
.view-controls-wrapper{background:transparent !important;}
.list-grid-switcher,#products-list {
  display: none;
}


.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-column li.arrow {
  position: relative;
  white-space: nowrap;
}

/* Add arrow beside text if submenu exists */
.menu-column li.arrow:has(> ul) > a::after {
  content: "▸";
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  cursor: pointer;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

/* Rotate arrow when submenu visible */
.menu-column li.arrow.open > a::after {
  transform: rotate(90deg);
}

/* Submenu styling */
.menu-column ul ul.ctws-sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% + 8px); /* Slight gap so it's right beside parent text */
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  min-width: 180px;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}