/** search input style **/
.aws-container {
  background-color: #c0c0c036;
  border-radius: 30px;
  padding: 5px;
}
#header .aws-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: flex-start;
  width: 500px;
}
.aws-container input[type="search"] {
  border: none;
  padding: 8px 12px;
  outline: none;
  font-size: 15px;
  background-color: transparent;
  color: #434343;
}
.aws-container .aws-search-field:focus {
  background-color: transparent;
}
div.aws-search-btn.aws-form-btn {
  background: transparent !important;
  border: none !important;
}
.aws-search-result {
  border-top: none;
  border-radius: 0px 0px 10px 10px !important;
}
.aws-search-result .aws_result_title {
  font-size: 15px;
}
.aws-search-result .aws_result_excerpt {
  font-size: 13px;
}
.aws-search-result .aws_result_price {
  font-size: 14px;
  font-weight: 600;
}
.aws-search-result .aws_result_image img {
  width: 80px;
}

.aws-container:has(.aws-search-field:not(:placeholder-shown)) {
  padding: 10px;
  background: white;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
}

.aws-container:has(.aws-search-field:not(:placeholder-shown)) .aws-search-form {
  background-color: #c0c0c036;
  border-radius: 15px;
}

.aws-container:has(.aws-search-field:not(:placeholder-shown))
  .aws-search-result {
  display: block;
}
/**
woof search panel
**/
.woof_products_top_panel {
  z-index: 10;
}
/* menu-item style */

#menu-item-1427 > ul,
#menu-item-1428 > ul,
#menu-item-1295 > ul {
  display: flex;
  width: max-content;
  margin-top: 5px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  color: black;
  max-width: 1622px;
  left: 50%;
  transform: translate(-9%, 0);
  display: flex;
  flex-wrap: wrap;

  li {
    display: flex;
    width: 200px;
    flex-direction: column;
    /* flex: 0 0 16.66%;
    max-width: 16.66%; */
  }
  li:hover a > span.menu-image-title-after.menu-image-title {
    text-decoration: underline;
    /* font-size: 16px; */
    line-height: 18px;
    padding-bottom: 2px;
    font-weight: 700;
  }
  li > a {
    display: flex;
    flex-direction: column;
    color: black;
  }
  li > a > span.menu-image-title-after.menu-image-title {
    padding-left: 0px;
    margin-top: 12px;
    font-size: 14px;
  }
  li > a > img {
    padding-right: 0px;
    width: 160px;
    height: 113px;
    border-radius: 8px;
  }
}

/* wishlist style */

.wishlist-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.wishlist-icon a {
  text-decoration: none;
  font-size: 20px;
  color: #333;
  transition: color 0.3s;
}
.wishlist_products_counter_text {
  display: none;
}
.wishlist-icon a:hover {
  color: #e60023; /* rouge coeur */
}
a.wishlist_products_counter.top_wishlist-heart:before {
  font-size: 30px;
}
.wishlist_products_counter_number {
  display: none;
}
.wishlist-icon a:hover .wishlist_products_counter_number {
  display: inline;
}

.custom-top-bar {
  display: flex;
  justify-content: space-between;
  padding: 9px 20px;
  background: #b4c7e7;
}
/** language selector style **/
.hono-lang {
  list-style: none !important;
  display: flex;
  gap: 10px;
}
.hono-lang > li {
  text-transform: capitalize;
  color: black;
}
.hono-lang > li:not(:first-child)::before {
  content: "/";
  margin-right: 6px;
  font-weight: 100;
}
.hono-lang > li.current-lang {
  font-weight: 700;
}
.hono-lang > li > a {
  color: black;
}
/** header style **/
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
  background-color: #ffffff;
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
  background-color: #ffffff;
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.04);
}
[data-header*="type-1"]
  .ct-header
  [data-sticky*="yes"]
  [data-row*="middle"]
  > div {
  --theme-border-top: none;
  --theme-border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.variable-item-span-color,
.color-variable-item {
  border-radius: 18px !important;
}
[class*="animated-submenu"] > .sub-menu {
  pointer-events: visible !important;
  transition: opacity 0.2s 0.3s ease, visibility 0.2s 0.3s ease,
    transform 0.2s 0.3s ease, margin 0.2s 0.3s ease, height 0.2s 0.3s ease !important;
}
/** product card style **/
.collection-taxonomy {
  margin-bottom: 3px !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.add_to_cart_button {
  border-radius: 5px !important;
}
