/* NEW ===== AFFILIATE BAR ===== */
.affiliate-bar {
  background-color: rgba(229, 229, 229, 0.3);
  color: #938f8f;
  line-height: 18px;
  padding: 8px;
  font-size:12px;
  margin-bottom:10px;
}

/* ===== CATEGORY DESCRIPTION ===== */
.category-description {
  width:70%;
  margin-top:30px;
  margin-bottom:50px;
  margin-left:auto;
  margin-right:auto;
}

.category-description h3 {
  font-size:1.4rem;
}

/* ===== SEARCH BAR STYLES ===== */
.top-section-one{
  margin-top: 2px;
  height: 72px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  width: 100%;
}

.top-section-one-topsearch {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  width: 100%;
}

.top-section-one-topsearch .form-group-search {
  padding: 10px 15px;
}

.form-group {
  margin-bottom: 0;
}

.form-group-search {
  justify-self: center;
  align-self: center;
  width: 100%;
  border-radius: 6px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 10px;
}

.form-control-search{
  width: 95%;
  height: 32px;
  border : none;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control-search-top{
  width: 95%;
  height: 22px;
  border : none;
}

.form-control {
  font-weight: 600;
  padding: 0;
}

.button-search{
  float: right;
  width: 34px;
  height: 36px;
  margin-top: -35px;
  margin-right: -5px;
  border: none;
  background: #fff;
}

.button-search-top {
  float: right;
  width: 34px;
  height: 36px;
  margin-top: -31px;
  margin-right: -5px;
  border: none;
  background: #fff;
}

.button-search-2{
  float: right;
  width: 28px;
  height: 30px;
  border: none;
}

.button-search-nav {
  width: 34px;
  height: 36px;
  border: none;
  background: #fff;
  margin-top: -4px;
}

input[type="search"]{
  outline: none;
  box-shadow: none !important;
}

/* Search placeholders */
.form-control-search::placeholder,
.form-control-search-top::placeholder {
  color: #b9bdc1;
  opacity: 1;
}

.form-control-search:focus::placeholder,
.form-control-search-top:focus::placeholder {
  opacity: 0;
}

/* ===== SEARCH AUTOCOMPLETE STYLES ===== */
.s-wrapper {
  position: relative;
}

.s-wrapper.show .s-results {
  display: block;
}

.s-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1001;
  max-height: 45vh;
  overflow-y: scroll;
  padding-top: 10px;
  display: none;
}

.s-results ul {
  list-style-type: none;
  z-index: 1001;
  position: relative;
  margin: 0;
  padding: 0;
}

.s-results ul li {
  margin-left: 7px;
  margin-bottom: 10px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  color: #4fb68d;
  border-bottom: 1px solid #eee;
}

.s-results ul li:last-child {
  border-bottom: none;
}

.s-results ul li a,
.s-results a {
  display: block;
  padding: 10px 15px;
  color: #4fb68d;
  text-decoration: none;
  transition: background-color 0.2s;
}

.s-results a:hover {
  background-color: #f5f5f5;
  color: #4fb68d;
}

/* ===== ALERT BAR STYLES ===== */
.alertbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid #e7e7f4;
  z-index: 1000;
  display: none;
  padding: 15px 0;
}

.alertbar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.alertbar form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.alertbar input[type="email"] {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 200px;
  height: 40px;
  line-height: 20px;
  box-sizing: border-box;
}

.alertbar input[type="submit"] {
  padding: 10px 16px;
  background: #073b4c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  height: 40px;
  line-height: 20px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.alertbar input[type="submit"]:hover {
  background: #0a4a5c;
}

/* ===== HEADER AND NAVIGATION ===== */
.header-top-nav {
  border-bottom: solid 1.5px #e7e7f4;
  margin-top: -5px;
  max-height: 130px;
}

.footer-area {
  background: linear-gradient(to right, #e7e7f4, #fff);
}

.inner-cont {
  max-width: 900px;
  margin-top: 54px;
  margin-bottom: 54px;
}

.mens-womens-buttons .mw-btn:hover {
  border: 1px #4fb68d solid;
  color: #4fb68d;
}

.mw-btn {
  border: 1px #adb5bd solid;
  border-radius: 5px;
  font-size: 12px;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px;
}

#main-header {
  color: black;
}

.title-text h2 {
  font-weight: 500;
}

#main-title {
  font-family: 'Righteous';
  font-size: 24px;
  color: black;
  white-space: nowrap;
  margin-top: 18px;
  margin-bottom: 4px;
  margin-left: 5px;
}

#main-title-2 {
  font-family: 'Righteous', cursive;
  font-size: 24px;
  color: black;
  white-space: nowrap;
  line-height: 21px;
  margin-bottom: 8px;
  max-width: 250px;
  float: left;
  margin-left: 12px;
  z-index: 1000;
}

.meanmenu-reveal {
  margin-top: 29px;
  margin-right: -5px;
}

.main-navigation {
  margin-top: 0px;
}

.main-navigation ul li a {
  color: #6C757D;
}

.header-right-nav ul li a {
  color: black;
  font-weight: 600;
}

.main-navigation ul li ul.mega-menu-wrap {
  width:910px;
}

.header-right-nav ul li::after {
  background-color: black;
}

.ul-header-right {
  min-width: 230px;
  float: right;
  margin-top: 7px;
}

.search-bar-mods {
  margin-right: -20px;
}

/* ===== REGION POPUP STYLES ===== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
}

.modal {
  position: relative;  
  background: white;
  border-radius: 8px;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  min-height: 300px;
  height: auto;
  color: hsl(44, 0%, 40%);
  display: flex;
  position: relative;
  transition: transform 0.3s ease;
  transform: translateY(-100px);
}


.modalContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.modalContent img {
  width: 40%;
}

.modalInfo {
  width: 60%;
  padding: 0 0 0 2rem;
}

.modalInfo h3 {
  font-size: 2rem;
  line-height: 100%;
  color: hsl(44, 0%, 26%);
  text-transform: uppercase;
  margin-bottom: 0.83rem;
}

#close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #666;
}

#close:hover {
  cursor: pointer;
}

.popup-title {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.flag-space {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.flag-content {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

.flag-content img {
  width: 150px;
  height: auto;
}

.flag-text {
  font-size: 26px;
  font-weight: 700;
  color: black;
}

.flag-anchors {  
  display: flex;
  flex-direction: column;  
  align-items: center;
  gap: 10px;
  padding: 15px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.mini-flag {
  height: 25px;
  width: auto;
  margin-top: -5px;
}

/* ===== NEWSLETTER POPUP STYLES ===== */
.newsletter-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

.newsletter-popup-container {
  background: white;
  border-radius: 12px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.newsletter-popup-close:hover {
  color: #333;
  background-color: #f0f0f0;
}

.logo-container,
.newsletter-popup-logo-container {
  margin-bottom: 20px;
}

.newsletter-popup-logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.popup-content h2,
.newsletter-popup-container h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #6a917f;
  font-size: 24px;
  font-weight: 600;
}

.newsletter-popup-description {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
  line-height: 1.5;
  font-size: 16px;
  padding: 0 20px;
}

.newsletter-popup-form {
  text-align: center;
  margin-bottom: 20px;
}

.newsletter-popup-email {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e7e7f4;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  box-sizing: border-box;
}

.newsletter-popup-email:focus {
  outline: none;
  border-color: #073b4c;
}

.newsletter-popup-submit {
  width: 100%;
  padding: 12px 16px;
  background: #5d8070;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.newsletter-popup-submit:hover {
  background: #6a917f;
}

.newsletter-popup-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.newsletter-popup-customer-text {
  margin-top: 15px;
  font-size: 14px;
  color: #888;
}

.newsletter-popup-signin-container {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.newsletter-popup-signin-text {
  color: #777;
  font-size: 14px;
}

.newsletter-popup-signin-link {
  color: #6b9080;
  text-decoration: none;
  font-weight: 500;
}

.newsletter-popup-signin-link:hover {
  text-decoration: underline;
}

/* ===== BLOG POST CARDS AND LINKS ===== */
.inner-link-home {
  font-size: 16px;
  color: #253237;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.inner-link-home:hover{
  color: #4fb68d;
}

.product-link-home {
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #999;
  font-size: 12px;
}

.product-link-home:hover{
  color: #253237;
}

.product-link-blog {
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #999;
  font-size: 0.875rem;
}

.product-link-blog:hover{
  color: #253237;
}

.footer-logo {
  color: #e7e7f4;
}

.pub-date {
  font-size: 15px;
}

.pub-date-home {
  font-size: 0.75rem;
}

.read-more-home {
  color: rgb(107, 144, 128);
}

.read-more-home:hover {
  color: rgb(107, 144, 128);
}

/* ===== PRICING STYLES ===== */
.sale-price {
  display: inline-block;
  text-decoration: line-through;
  color: #f27575;
  float: left;
  margin-left: 6px;
  margin-bottom: 2px;
}

.normal-price {
  float: left;
}

/* ===== SEARCH AND FILTER BUTTONS ===== */
#next_set_div {
  width: 100%;
}

.search-buttons {
  border: 1.5px #adb5bd solid;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: black;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px;
  width: 100%;
  max-width: 140px;
}

.search-buttons:hover {
  border: 1.5px #4fb68d solid;
  color: #4fb68d;
}

.clear-search-term {
  border: 1.5px #adb5bd solid;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 5px;
  color: black;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px;
  padding: 5px;
}

.clear-search-term:hover {
  border: 1.5px #4fb68d solid;
  color: #4fb68d;
}

.options-block {
  margin-top: 6px;
}

/* ===== MOBILE MENU AND FILTERS ===== */
.scrollable-menu {
  height: auto;
  max-height: 600px;
  overflow-x: hidden;
}

#mobileSidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 1999;
  transition: all .3s;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  overflow-y: scroll;
  color: #021135;
}

#mobileSidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 22px;
}

.mobileSidebarHeader {
  padding-bottom: 20px;
}

#top_search_bar {
  display: block;
}

#mag-filter-container {
  margin-right: 54px;
  position: relative;
  z-index: 110000;
}

#magnify-container {
  display: none;
  float: right;
  margin-right: 15px;
  margin-top: 1.5px;
}

#top-filter-button {
  display: none;
  float: right;
  position: relative;
  z-index: 110000;
  margin-top: 5px;
  margin-right: 0px;
}

#magnify-container:hover {
  cursor: pointer;
}

.openbtn {
  cursor: pointer;
  margin-right: 7px;
}

.openbtn:hover {
  color: #e5e5e5;
}

/* ===== BRAND AND COUNTRY DROPDOWNS ===== */
.brand-drop-one,
.country-drop-one {
  font-size: 16px;
  font-weight: 600;
  color: #253237;
  text-align: left;
}

.brand-menu {
  width: 100%;
  position: relative;
}

.brand-drop-one:hover,
.country-drop-one:hover {
  color: #4fb68d;
  cursor: pointer;
}

.down-arrow {
  float: right;
  margin-top: 7px;
}

.brand-option,
.country-option {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.brand-filter ul li {
  display: inline-block;
}

.brand-filter-wrap > li ul li a:hover,
.country-filter-wrap > li ul li a:hover {
  color: #4fb68d;
  transform: translateX(10px);
}

.brand-filter-wrap > li ul li a,
.country-filter-wrap > li ul li a {
  color: #888;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  line-height: 27px;
}

.brand-filter-wrap > li ul li,
.country-filter-wrap > li ul li {
  display: block;
  float: inherit;
  padding-left: 20px;
}

.brand-collapsable-menu,
.country-collapsable-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  transform-origin: 0% 0%;
  transform-style: preserve-3d;
  min-width: 205px;
  left: auto !important;
  background: #fff;
  box-shadow: 0 0 3.76px 0.24px rgba(0,0,0,.15);
}

.brand-collapsable-menu > li,
.country-collapsable-menu > li {
  position: relative;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  display: block !important;
  transition: all 300ms ease;
}

/* ===== STICKY ELEMENTS ===== */
.sticky-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: sticky;
  z-index: 10;
  height: 38px;
  margin-bottom: 12px;
}

.left-sidebar {
  max-width: 230px;
}

/* ===== PRODUCT CARD STYLES ===== */
.first-img {
  height: 100%;
  max-width: auto;
  object-fit: contain;
  bottom: 0;
}

.first-blog {
  width: 100%
}

/* ===== SEARCH INPUT CUSTOMIZATION ===== */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all;
}

input[type="search"].dark::-webkit-search-cancel-button {
  filter: invert(1);
}

/* ===== BLOG STYLES ===== */
.blog-home-hr {
  background-color: black;
  width: 100px;
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
}

.post-title h1 {
  margin-bottom: 10px;
  font-family: Merriweather;
}

hr {
  margin-top: 4px;
  margin-bottom: 8px;
}

.blog-crumbs {
  background: rgba(178, 204, 207, 0.1);
}

.main-content {
  font-family: Merriweather;
}

.main-content p {
  font-family: Merriweather;
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.main-content blockquote {
  margin-left: 30px;
  border-left: solid 3px #00ab6b;
  padding-left: 10px;
}

.main-content h2 {
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-top: 36px;
}

.main-content h3 {
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-top: 24px;
}

.main-content a {
  color: #00ab6b;
}

.main-content a:hover {
  text-decoration: underline;
}

.main-content p img {
  margin-top: 20px;
}

.pre-toc p {
  font-family: Merriweather;
  font-style: italic;
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 5px;
}

.mce-toc h2 {
  display: none;
}

.mce-toc a {
  color: rgba(47, 47, 47, 0.8);
  font-size: 18px;
  line-height: 1.8;
}

.mce-toc a:hover {
  color: #00ab6b;
}

.mce-toc ul {
  margin-left: 20px;
  color: #b2cccf;
  list-style-type: disc;
}

.mce-toc ul li ul li {
  margin-left: 25px;
  color: #b2cccf;
  list-style-type: circle;
}

.mce-toc {
  margin-bottom: 30px;
  margin-top: 10px;
}

.n-p-markers a {
  color: rgba(47, 47, 47, 0.8);
}

.social-icons {
  color: #b2cccf;
}

h3[id*='mcetoc_']::before,
h2[id*='mcetoc_']::before {
  content: '';
  display: block;
  height: 75px;
  margin-top: -75px;
}

.sharing-icons-narrow {
  float: right;
  margin-top: 8px;
}

#about-main p {
  line-height: 1.8;
}

#about-main h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

#about-main p,
#about-main li {
  margin-top: 15px;
  margin-bottom: 15px;
}

#social-icons-top {
  display: none;
}

/* ===== BRAND SEARCH STYLES ===== */
.search-by-brand {
  font-size: 12px;
  border: 1px #adb5bd solid;
  border-radius: 5px;
  width: 250px;
}

.brand-a-tag {
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  line-height: 0;
}

.brand-list-home ul li a {
  color: #212529;
  padding: 8px 5px 6px 5px;
  text-transform: capitalize;
}

.sub-menu-brand-home {
  max-height: 350px;
  font-style: normal;
  margin-top: 5px;
  right: 0;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  overflow-y: auto;
  padding: 8px 0;
}

/* Override theme's restrictive styles for brand dropdown list items */
/* Higher specificity to override .main-navigation ul li .sub-menu > li */
.main-navigation.brand-list-home ul li .sub-menu-brand-home > li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 8px;
  line-height: normal !important;
  height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
}

.main-navigation.brand-list-home ul li .sub-menu-brand-home > li:last-child {
  border-bottom: none;
}

/* Override theme's styles for brand dropdown links */
.main-navigation.brand-list-home ul li .sub-menu-brand-home > li > a {
  color: #333 !important;
  padding: 12px 8px !important;
  text-transform: capitalize;
  display: block !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.4 !important;
  transition: all 0.2s ease;
}

.main-navigation.brand-list-home ul li .sub-menu-brand-home > li > a:hover {
  color: #4fb68d !important;
  background-color: #f8f9fa;
  transform: translateX(3px);
}

/* Mobile support for brand dropdown */
@media only screen and (max-width: 991px) {
  .sub-menu-brand-home.show {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    /* Reset the 3D transform that causes squashed appearance */
    transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    -moz-transform: rotateX(0deg) !important;
    -o-transform: rotateX(0deg) !important;
  }

  /* Override theme's restrictive line-height and height on list items */
  .sub-menu-brand-home.show > li {
    line-height: normal !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Ensure proper text display in links when dropdown is opened via click */
  .sub-menu-brand-home.show > li > a {
    display: block !important;
    padding: 12px 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif !important;
    color: #333 !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }
}

/* ===== SALE AND WIDGET STYLES ===== */
.on-sale-ref {
  white-space: nowrap;
  cursor: pointer;
  height: 20px;
  color: #fff;
}

.on-sale-ref:hover {
  border-bottom: solid 1px #fff;
}

.improv-onsale-widget {
  width: 100px;
}

.shop-tab a i {
  line-height: 12px;
  font-size: 16px;
  transition: none;
}

.shop-tab a i:hover {
  color: #fff;
}

.on-sale-lable {
  font-weight: 400;
  color: #333;
}

.on-sale-lable:hover {
  color: #4fb68d !important;
}

.plus-sign {
  margin-left: -90px;
}

/* ===== SECTION HEADERS AND LAYOUT ===== */
.section-header {
  margin-bottom: 30px;
}

.section-title {
  font-size: 32px;
  color: rgb(45, 67, 86);
  margin-bottom: 8px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 16px;
  color: #2d4356b3;
  margin-bottom: 0;
}

.view-all-link {
  font-size: 16px;
  color: #6c757d;
  font-weight: 500;
  transition: color 0.3s;
}

.view-all-link:hover {
  color: #3a3a3a;
  text-decoration: none;
}

/* ===== NAVIGATION ARROWS ===== */
.section-navigation {
  display: flex;
  align-items: center;
}

.nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.nav-arrow:hover {
  background-color: #f8f8f8;
  border-color: #d5d5d5;
}

/* ===== MATERIAL CATEGORIES AND SLIDERS ===== */
.material-categories-area, 
.popular-categories-area, 
.blog-preview-area {
  padding-top: 40px;
  position: relative;  
}

.material-category-item, 
.category-item, 
.blog-preview-item {
  margin-bottom: 20px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.material-category-item:hover, 
.category-item:hover, 
.blog-preview-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);  
}

.material-category-item:hover .category-img,
.category-item:hover .category-img,
.blog-preview-item:hover .blog-img {
  transform: scale(1.05);
}

.img-block-home {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 4/3;
}

.blog-block-home {
  aspect-ratio: unset;
}

.category-img, 
.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.0,.2,1,1);
}

.img-block-home:hover img {
  transform: scale(1.05);
}

.category-content, 
.material-content, 
.blog-content {
  padding: 20px;
}

.category-content h3, 
.material-content h3,
.blog-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.category-content h3 a, 
.material-content h3 a,
.blog-content h3 a {
  color: rgb(45, 67, 86);
  text-decoration: none;
  transition: color 0.3s;
}

.category-item:hover .category-content h3 a,
.category-item:hover .material-content h3 a,
.blog-preview-item:hover .blog-content h3 a {
  color: rgb(107, 144, 128);
}

.category-content p, 
.material-content p,
.blog-content p {
  font-size: 14px;
  color: #2d4356b3;
  margin-bottom: 15px;
  line-height: 1.5;
}

.browse-link {
  font-size: 14px;
  color: rgb(107, 144, 128);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.browse-link:hover {
  transform: translateX(0.25rem);
  color: rgb(107, 144, 128);
}

.material-category-item:hover .browse-link,
.category-item:hover .browse-link,
.blog-preview-item:hover .browse-link {
  transform: translateX(0.25rem);
}

.popular-categories-area {
  background-color: rgb(245,247,250);
}

/* MODERN SIDEBAR CSS */

/* COMPACT MODERN SIDEBAR CSS - REPLACE the modern sidebar CSS in your ec_mods.css */

.modern-sidebar {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.modern-filter-section {
  margin-bottom: 16px; /* Reduced from 24px */
  position: relative;
}

.modern-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0; /* Reduced from 12px */
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #f1f3f4;
}

.modern-section-title {
  font-size: 15px; /* Reduced from 16px */
  font-weight: 600;
  color: #333;
}

.modern-selected-indicator {
  font-size: 13px; /* Reduced from 14px */
  color: #666;
  font-weight: 400;
}

.modern-caret {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #666;
  border-bottom: 1.5px solid #666;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: auto;
  flex-shrink: 0;
}

.modern-section-header.expanded .modern-caret {
  transform: rotate(-135deg);
}

.modern-scrollable-list {
  max-height: 120px;
  overflow-y: auto;
  padding: 8px 0; /* Reduced padding */
  margin: 0;
  position: relative;
}

/* Fade effect for bottom items */
.modern-scrollable-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.9));
  pointer-events: none;
  z-index: 2;
}

.brand-filter-dropdown .modern-scrollable-list {
  max-height: 140px;
}

.modern-scrollable-list::-webkit-scrollbar {
  width: 3px; /* Thinner scrollbar */
}

.modern-scrollable-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.modern-scrollable-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.modern-scrollable-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.modern-filter-option {
  margin-bottom: 0; /* Remove margin between items */
}

.modern-filter-option a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 8px; /* Much more compact padding */
  text-decoration: none;
  color: #333;
  border-radius: 4px; /* Smaller border radius */
  transition: all 0.2s ease;
  background: transparent;
  line-height: 1.2; /* Tighter line height */
}

.modern-filter-option a:hover {
  background: #f8f9fa;
  color: #4fb68d;
  text-decoration: none;
}

.option-name {
  font-size: 13px; /* Smaller font */
  font-weight: 500;
}

.option-count {
  font-size: 11px; /* Smaller count font */
  color: #666;
  background: #f1f3f4;
  padding: 1px 5px; /* Smaller padding */
  border-radius: 8px; /* Smaller border radius */
  flex-shrink: 0;
  margin-left: 6px; /* Reduced margin */
}

.modern-search-box {
  position: relative;
  margin: 8px 0; /* Reduced margin */
  padding: 0 8px; /* Add horizontal padding instead */
}

.modern-search-icon {
  position: absolute;
  left: 16px; /* Adjusted for new padding */
  top: 50%;
  transform: translateY(-50%);
  width: 14px; /* Smaller icon */
  height: 14px;
  color: #666;
  pointer-events: none;
}

.modern-search-input {
  width: 100%;
  padding: 6px 8px 6px 30px; /* More compact padding */
  border: 1px solid #e1e5e9;
  border-radius: 4px; /* Smaller border radius */
  font-size: 13px; /* Smaller font */
  background: #fafbfc;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.modern-search-input:focus {
  outline: none;
  border-color: #4fb68d;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(79, 182, 141, 0.1); /* Smaller focus ring */
}

/* Price range redesign to match reference */
.modern-price-header {
  border-bottom: 1px solid #f1f3f4;
  margin-bottom: 16px;
}

.modern-price-range {
  padding: 0 8px;
}

/* Two input boxes layout */
.modern-price-inputs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.modern-price-input {
  position: relative;
  flex: 1;
}

.modern-price-input input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e1e5e9;
  border-radius: 4px;
  font-size: 13px;
  background: #fafbfc;
  text-align: center;
  color: #333;
  box-sizing: border-box;
}

/* Currency labels positioned inside inputs */
.modern-price-input::before {
  content: attr(data-currency);
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #666;
  z-index: 1;
  pointer-events: none;
}

/* Style the slider handles to be circular */
.modern-price-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  border: 2px solid #4fb68d !important;
  background: white !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  cursor: pointer !important;
  top: -7px !important;
}

/* Apply button */
.modern-apply-section {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #f1f3f4;
}

.modern-apply-button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  background: #f8f9fa;
  color: #333;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.2s ease;
  border: 1px solid #e1e5e9;
  cursor: pointer;
}

.modern-apply-button:hover {
  background: #4fb68d;
  color: white;
  border-color: #4fb68d;
}

/* Remove the old single input and plus sign */
.modern-price-label,
.modern-plus-sign {
  display: none;
}

.modern-checkbox-group {
  display: flex;
  align-items: center;
  margin-top: 12px; /* Reduced margin */
  padding: 8px; /* Reduced padding */
  border-top: 1px solid #f1f3f4;
}

.modern-checkbox-group a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
  font-size: 13px; /* Smaller font */
}

.modern-checkbox-group a:hover {
  color: #4fb68d;
  text-decoration: none;
}

.modern-checkbox {
  width: 16px; /* Smaller checkbox */
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 3px; /* Smaller border radius */
  margin-right: 8px; /* Reduced margin */
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.modern-checkbox.checked {
  background: #4fb68d;
  border-color: #4fb68d;
}

.modern-checkbox.checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px; /* Smaller checkmark */
  font-weight: bold;
}

.modern-reset-section {
  margin-top: 16px; /* Reduced margin */
  padding: 12px 8px 0; /* Reduced padding */
  border-top: 1px solid #f1f3f4;
}

.modern-reset-button {
  display: block;
  width: 100%;
  padding: 8px 12px; /* More compact padding */
  background: #f8f9fa;
  color: #333;
  text-align: center;
  text-decoration: none;
  border-radius: 4px; /* Smaller border radius */
  font-weight: 600;
  font-size: 13px; /* Smaller font */
  transition: all 0.2s ease;
  border: 1px solid #e1e5e9;
  box-sizing: border-box;
}

.modern-reset-button:hover {
  background: #4fb68d;
  color: white;
  text-decoration: none;
  border-color: #4fb68d;
}

.modern-sidebar .sidebar-widget .arrow,
.modern-sidebar .sidebar-widget .fa-transgender-alt,
.modern-sidebar .sidebar-widget .fa-tshirt,
.modern-sidebar .sidebar-widget .fa-tags,
.modern-sidebar .sidebar-widget .fa-bold,
.modern-sidebar .sidebar-widget .fa-earth-europe,
.modern-sidebar .sidebar-widget .fa-exchange-alt,
.modern-sidebar .sidebar-widget i {
  display: none !important;
}

.modern-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 16px; /* Reduced margin */
  clear: both;
}

.modern-sidebar .sidebar-widget:after {
  content: "";
  display: table;
  clear: both;
}

.brand-option-item.hidden {
  display: none;
}

.modern-search-input::placeholder {
  color: #999;
  font-style: italic;
}

/* Override the original absolute positioning for modern sidebar */
.modern-sidebar .brand-collapsable-menu,
.modern-sidebar .country-collapsable-menu {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: auto !important;
    box-shadow: none !important;
    background: transparent !important;
    z-index: auto !important;
}

.modern-sidebar .modern-scrollable-list.brand-collapsable-menu,
.modern-sidebar .modern-scrollable-list.country-collapsable-menu {
    position: relative !important;
    max-height: 300px;
    overflow-y: auto;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 8px 0; /* Reduced padding */
    margin: 0;
}

.modern-sidebar .brand-collapsable-menu > li,
.modern-sidebar .country-collapsable-menu > li {
    position: static !important;
    height: auto !important;
    line-height: normal !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important; /* Remove spacing between items */
    overflow: visible !important;
    transition: none !important;
}

.modern-sidebar .brand-filter-wrap > li ul li a:hover,
.modern-sidebar .country-filter-wrap > li ul li a:hover {
    transform: none !important;
}

@media (max-width: 991px) {
  .modern-sidebar {
    padding: 0 15px;
  }
  
  .modern-scrollable-list {
    max-height: 180px;
  }
  
  .brand-filter-dropdown .modern-scrollable-list {
    max-height: 200px;
  }
}

.modern-sidebar .collapse {
  transition: height 0.35s ease !important;
}

.modern-sidebar .collapsing {
  transition: height 0.35s ease !important;
}

/* ===== RESPONSIVE STYLES ===== */
@media only screen and (max-width: 479px) {
  .title-text h2 {
    font-weight: 500;
    font-size: 20px;
  }
}

@media only screen and (max-width: 475px) {
  .top-filter-label,
  .share-text {
    display: none;
  }
  
  .main-content p {
    font-size: 15px;
  }
  
  .pre-toc p {
    font-size: 16px;
  }
  
  .mce-toc ul li a {
    font-size: 16px;
  }
  
  .main-content h2 {
    font-size: 20px;
  }
  
  .main-content h3 {
    font-size: 18px;
  }
  
  .post-title h1 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-nav {
    margin-top: -5px;
    max-height: 130px;
  }
  
  .breadcrumb-heading {
    font-size: 22px;
  }
  
  .breadcrumb-subheading {
    font-size: 18px;
  }
  
  .breadcrumb-links {
    font-size: 13px;
  }
  
  .mean-container .mean-nav {
    margin-top: 40px;
  }
  
  #main-header h2 {
    font-size: 22px;
  }
  
  .sticky-header {
    position: relative;
    top: 0;
  }
  
  .sticky-nav.menu_fixed {
    max-height: 112px;
  }
  
  .blog-home-hr {
    width: 80px;
  }
  
  .post-title h1 {
    font-size: 28px;
  }
  
  .form-control-search-top,
  .form-control-search {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .search-bar-mods {
    margin-right: -24%;
  }
  
  .top-section-one-topsearch {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .breadcrumb-area {
    padding-top: 12px;
    padding-bottom: 15px;
  }
  
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .section-view-all, 
  .section-navigation {
    margin-top: 15px;
  }
  
  .category-img, 
  .blog-img {
    height: 200px;
  }
  
  .alertbar .container {
    flex-direction: column;
    text-align: center;
  }
  
  .alertbar form {
    width: 100%;
    justify-content: center;
  }
  
  .newsletter-popup-container {
    padding: 30px 20px;
  }
  
  .modal {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .affiliate-bar {
    background-color: rgba(229, 229, 229, 0.3);
    color: #938f8f;
    line-height: 18px;
    padding: 8px;
    font-size: 11px;
    margin-bottom: 10px;
  }

  #sidebarCollapse {
    border-radius: 5px 0 0 5px;
    padding-top: .3rem;
    padding-bottom: .3rem;
    cursor: pointer;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #ced4da;
    color: #495057;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    height: 35px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 6px;
  }

  .sort-selector-container {
    margin-left: auto;
    font-size: 15px;
  }

  .c-select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0 5px 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
  }

  .c-select:hover {
    color: #4fb68d;
  }
  
  #sidebarCollapse:hover {
    color: #4fb68d;
  }

  .search-bar-mods {
    margin-right: -18%;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .category-img, 
  .blog-img {
    height: 220px;
  }
}



@media only screen and (max-width: 1105px) {
  .menu-dropdown {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu-dropdown {
    margin-left: 3.5px;
    margin-right: 3.5px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1260px) {
  .menu-dropdown {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .modalContent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .modalContent img {
    width: 50%;
    margin-bottom: 1rem;
  }
  
  .modalInfo {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
  
  .flag-content img {
    width: 90px;
    height: auto;
    margin-top: 10px;
  }
  
  .flag-text {
    font-size: 20px;
  }
}

/* Fix for Sort By dropdown overflow with longer German text */
.shop-top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.select-shoing-wrap {
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  flex-shrink: 1;
  max-width: 100%;
}

.select-shoing-wrap .shot-product {
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 8px;
}

.select-shoing-wrap .shop-select {
  flex: 1 1 auto !important; /* Override the flex: 0 0 80% from theme */
  min-width: 0;
  max-width: 100%;
}

.select-shoing-wrap .shop-select select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}