.single-content p {
  margin: 0;
}

.custom-cart-icon {
  position: relative;
  text-decoration: none !important;
  color: inherit;
}

.custom-cart-icon .cart-icon {
  font-size: 24px;
}

.custom-cart-icon .cart-count {
  position: absolute;
  top: -13px;
  right: -8px;
  background: red;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 3px 6px;
  font-weight: bold;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products:not(.woo-archive-btn-button) .product-action-wrap .button,
.woocommerce ul.products li.product .product-action-wrap a {
  background: #f3e4d5;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
}

span.wcc-name {
  margin-right: 12px;
}

.wcc-wrapper {
  margin-top: 0 !important;
  width: auto !important;
}

.filter-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.product-details .product-categories {
  font-size: 15px;
  color: #779;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.filter-menu button {
  margin: 0 10px;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f3e4d5;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #f3e4d5;
}

.filter-menu button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product-grid-filter {
  margin: 0 auto;
  position: relative;
}

.grid-item {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  background-color: #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-grid-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-item {
  flex: 1 1 calc(33.333% - 20px);
  /* Default: 3 items per row */
  margin-bottom: 20px;
  background-color: #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filter-menu {
  flex-wrap: wrap;
  gap: 10px;
}

.filter-menu button {
  flex: 1 1 auto;
  /* Allow buttons to shrink or grow */
  text-align: center;
}

.site-footer .contact p {
  padding-inline-end: 0;
}

/*.grid-sizer {*/
/*    width: calc(25% - 20px); !* Default: 4 items per row *!*/
/*    !* Adjust for responsiveness *!*/
/*    @media (max-width: 991px) {*/
/*        width: calc(50% - 20px); !* 2 items per row *!*/
/*    }*/
/*    @media (max-width: 767px) {*/
/*        width: 100%; !* 1 item per row *!*/
/*    }*/
/*}*/
body.woocommerce div.product div.more-info-table table.shop_attributes p {
  margin: 0;
}

body.woocommerce .more-info-table table.shop_attributes th,
body.woocommerce .more-info-table table.shop_attributes td {
  padding: 4px;
  text-align: left;
}

body.term-82 #block-25,
body.term-84 #block-24,
body.term-84 #block-25,
body.parent-id-84 #block-24 {
  display: none;
}

.credit-photo {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

li.product span.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

body .site-footer-row .mc4wp-form-fields input[type="submit"] {
  color: #000000;
  width: 100%;
}

body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="tel"]:focus,
body input[type="range"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="week"]:focus,
body input[type="time"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="color"]:focus,
body textarea:focus {
  color: #444;
}

.product-categories-list li.selected a {
  font-weight: 700;
  background: #000;
  color: #fff !important;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent;
}

body.woocommerce-account .addresses .title .edit:hover {
  text-decoration: initial;
}

nav#thebase-breadcrumbs {
  display: none;
}

.sold-banner {
  position: absolute;
  top: 11px;
  z-index: 2;
  left: 15px;
  background: red;
  color: #fff;
  border-radius: 5px;
  padding: 4px;
  line-height: 1;
  font-size: 12px;
}

@media (min-width: 1299px) {
  .wpb-woo-products-slider .owl-nav {
    width: 100%;
    top: 50%;
  }

  .wpb_slider_area .owl-theme .owl-nav {
    width: 100%;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .wpb-woo-products-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -50px;
  }

  .wpb-woo-products-slider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    margin: 0 !important;
  }
}

/* Adjust grid for different screen sizes */
@media (max-width: 991px) {
  .grid-item {
    flex: 1 1 calc(50% - 20px);
    /* 2 items per row */
  }
}

@media (max-width: 767px) {
  .grid-item {
    flex: 1 1 calc(100% - 20px);
    /* 1 item per row */
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 66px;
  }
}

#custom-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4caf50;
  /* Success color */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9999;
  font-size: 16px;
}

#custom-alert.error {
  background-color: #f44336;
  /* Error color */
}

.elementor-5 .elementor-element.filter-none img {
  filter: none;
}

/* Initial size for the logo and its container */
.brand {
  display: inline-block;
  transition: transform 0.3s ease, max-width 0.3s ease;
  /* Smooth transition */
}

.custom-logo {
  transition: transform 0.3s ease;
  /* Smooth transition for shrinking */
}

/* Shrinking styles when the header becomes sticky */
.item-is-stuck .brand {
  transform: scale(0.8);
  /* Shrink the logo container */
  max-width: 120px;
  /* Optional: Shrink container width */
}

/* Shrink the logo image itself */
.item-is-stuck .custom-logo {
  transform: scale(2);
  /* Shrink the logo image */
}

.site-header-row-container-inner {
  transition: background-color 0.3s ease;
  /* Smooth transition for background color */
}

/* When the header becomes sticky */
.item-is-stuck .site-header-row-container-inner {
  background-color: #333;
  /* Change to your desired sticky background color */
}

footer .site-container,
body:not(.elementor-page) .site-container {
  max-width: 1200px;
  padding: 0 20px;
}

.price-filter-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.price-filter-widget a.button {
  width: 100%;
  padding: 12px 20px 12px 20px;
}

a.button.price-filter-button.active {
  background-color: #000;
  color: #fff;
}

.header-html-inner {
  display: flex;
  gap: 15px;
  align-items: center;
}

.wSelect-theme-classic.wSelect {
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  outline: 0;
}

.wSelect-arrow {
  display: none;
}

.wSelect-option-icon {
  padding-left: 18px;
}

.wSelect-selected {
  margin: 0px 5px 0px 5px;
  padding: 5px 5px 5px 20px;
}

.whmc-item-price span {
  white-space: nowrap;
}

.menu-cart-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

div#custom-cart-icon a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}

#custom-cart-icon span#cart-quantity {
  position: absolute;
  top: -7px;
  left: -10px;
  background: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
}

.product-tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.product-tag-filters a {
  width: 100%;
}

.product-tag-filters a.button.selected {
  color: var(--global-palette-btn-hover);
  background: var(--global-palette-btn-bg-hover);
}

.wc-menu-account {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#wcc-switcher-style-02 .wcc-crnt-currency:before {
  display: none;
}

#wcc-switcher-style-01 .wcc-crnt-currency {
  background: transparent !important;
  border: 0 !important;
  color: #fff;
}

.wc-account-icon {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.wc-account-icon a {
  color: #fff;
  text-decoration: none !important;
}

.wc-account-links {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fff;
  top: 100%;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  padding: 10px;
  margin-top: 5px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.wc-menu-account:hover .wc-account-links {
  visibility: visible;
  opacity: 1;
}

.cart-total {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
}

.menu-cart-wrapper {
  position: relative;
}

.menu-cart-wrapper:hover .cart-total {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.logo-class .hfe-site-logo .hfe-site-logo-container img {
  max-height: 80px;
  width: initial !important;
}

.wc-account-icon img,
.menu-cart-wrapper img {
  width: 25px;
}

.site-footer-row.site-footer-row-columns-3 {
  gap: 40px;
}

span.woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 500;
  border: 0;
}

.woocommerce-multi-currency.wmc-shortcode .wmc-currency.wmc-active,
.woocommerce-multi-currency.wmc-shortcode .wmc-current-currency {
  background-color: transparent;
  color: #fff;
}

.cart-empty.woocommerce-info {
  line-height: 37px;
}

.site-header-row {
  display: flex !important;
}

.site-header-section {
  flex: 1;
}

.site-header-section-center {
  flex: 2;
}

.site-header-section-right {
  flex: 1;
}

.site-main-header-wrap .site-header-row-container-inner>.site-container {
  padding: 0px 20px 0px 20px !important;
}

#tb-scroll-up-reader,
#tb-scroll-up {
  right: 15px;
  bottom: 90px;
}

.mobileMenuSideBar {
  position: fixed;
  padding: 25px;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 999;
  overflow-y: auto;
}

.mobileMenuSideBar.active {
  right: 0;
}

.mobileMenuSideBar ul#menu-primary {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobileMenuSideBar ul#menu-primary li {
  margin-bottom: 15px;
}

.mobileMenuSideBar ul#menu-primary li a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
}

button.closeMobileMenu {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sidebarMenuWrapper {
  margin-top: 70px;
  padding-left: 50px;
}

.phone-number {
  display: flex;
  align-items: center;
}

.phone-number img {
  max-width: 200px;
  display: inline;
}

span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.wpcf7 .wpcf7-form-control-wrap input {
  width: auto;
}

.newsletter-lists {
  display: none;
}

.product-categories-list ul li a {
  font-weight: 500;
  font-size: 15px;
  display: block;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: Oswald;
  text-transform: uppercase;
  border-radius: 0;
  border: 0 solid var(--global-palette1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  padding: 12px 20px 12px 20px;
}

.product-categories-list ul li a:hover {
  color: #fff !important;
  background: #000;
}

a.button.reset-filter-button {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
  padding: 11px 20px;
}

body.woocommerce table.woocommerce-product-attributes.shop_attributes {
  border: 0;
}

tr.woocommerce-product-attributes-item--attribute_pa_interval-des-prix {
  display: none;
}

span.sold-badgeaze {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: red;
  color: #fff;
  border-radius: 5px;
  padding: 4px;
  line-height: 1;
  font-size: 12px;
}

.sold-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  z-index: 10;
}

.woocommerce ul.products li.product .product-details .price {
  font-size: 13px !important;
}

@media (max-width: 1440px) {
  .main-navigation .primary-menu-container>ul li.menu-item>a {
    padding: 40px 12px !important;
  }
}

@media (max-width: 1258px) {
  .main-navigation .primary-menu-container>ul>li.menu-item>a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header-html-inner {
    gap: 7px;
  }

  div#custom-cart-icon a {
    font-size: 12px;
  }

  .wc-account-icon {
    font-size: 12px;
  }

  span.wcc-name {
    margin-right: 5px;
    font-size: 12px;
  }
}

@media (max-width: 1179px) {
  .main-navigation .primary-menu-container>ul li.menu-item>a {
    padding: 40px 6px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1110px) {
  .menu-cart-wrapper a span.cart-label {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-html-inner {
    gap: 10px;
  }

  #wcc-switcher-style-01 .wcc-crnt-currency {
    padding: 0 !important;
  }

  .wc-account-icon img,
  .menu-cart-wrapper img {
    min-width: 21px;
    width: 21px;
  }

  #wcc-switcher-style-01 .wcc-list {
    white-space: nowrap;
    width: auto;
  }
}

@media (max-width: 767px) {
  .site-footer-row.site-footer-row-columns-3 {
    gap: 0;
  }

  .site-main-header-wrap .site-header-row-container-inner>.site-container {
    padding: 0 5px 0 5px !important;
  }

  .woocommerce-multi-currency.wmc-shortcode.plain-vertical:not(.wmc-currency-trigger-click) .wmc-currency-wrapper:hover .wmc-sub-currency {
    width: 70px;
  }

  .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    padding: 0;
  }

  .woocommerce-multi-currency.wmc-shortcode .wmc-current-currency .wmc-open-dropdown-currencies {
    right: -10px;
  }
}

@media (max-width: 575px) {
  .site-branding a.brand img.svg-logo-image {
    width: 100px !important;
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .site-header-item .menu-item .woocommerce-Price-amount {
    display: none;
  }

  .footer-widget-1,
  .footer-widget-2 {
    font-size: 13px;
    line-height: 19px;
  }
}