/*
Theme Name: KS BEAUTY HOUSE
Version: 1.0.0
*/

:root {
  --black: #000000;
  --yellow: #e2c873;
}
::selection {
  color: black;
  background: #e2c873;
}
html,
body {
  font-family: "Noto Kufi Arabic", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
* {
  font-family: "Noto Kufi Arabic", sans-serif;
}

a {
  text-decoration: none !important;
}
html::-webkit-scrollbar {
  width: 0.6rem;
  /* height: 3rem; */
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(#d2ac47, #edc967);
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  transition: opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-overlay img {
  background: #000000;
  border-radius: 1px;
  width: 40px;
  height: 40px;
}
.loading-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add spinner styles */
}
/* Search Button */
/* ------------------- */

html.no-scroll {
  overflow: hidden;
}

/* General scrollbar styling (optional for Webkit browsers) */
html.no-scroll::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}
/* Search Container */
#search-container {
  position: fixed;
  z-index: 5000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.74);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  display: none;
  opacity: 0;
  transition: 0.5s ease-in;
}
#search-container.active {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease-in;
}
.search-content {
  z-index: 6000;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -100000px;
  width: 100%;
  background: rgb(255, 255, 255);
  position: fixed;
  transition: 0.5s ease-in-out;
}
.search-content.active {
  margin-top: 0px;
  transition: 0.5s ease-in-out;
  animation: slideDown 0.5s ease-in-out forwards;
}
div.woocommerce-billing-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
}
div.woocommerce-billing-fields__field-wrapper {
  width: 100%;
}
#order_review_heading {
  text-align: start;
}
div.form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
}
#order_comments_field {
  text-align: start;
}
#customer_details {
  text-align: start;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.search-content-background {
  background: rgba(255, 255, 255, 0.836);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
  padding-bottom: 20px;
}
.search-form {
  position: relative;
  margin-top: 40px;
  /* background: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.search-form-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1000px;
  /* background: yellow; */
}

i#search-submit {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  color: #333;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* width: 100%; */
}

/* Loading Indicator */
.search-loading {
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
  background: #000000;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.search-loading.active {
  display: inline-block;
}
#search-input {
  max-width: 1100px;
  /* margin-top: 40px; */
  border-bottom: 1px solid rgba(216, 216, 216, 0.63);
  border-radius: 0px;
  height: 50px;
  padding-left: 10px;
  background: rgba(238, 238, 238, 0.247);
}
input#search-input {
  padding-left: 15px;
  width: 100%;
  background: rgba(238, 238, 238, 0.247);
}
input#search-input::placeholder {
  font-weight: 600;
  font-size: 16px;
  color: #33333388;
}

/* product card search */
.product-main-image {
  width: 100%;
  /* transform: translateX(-100%); */
}
.mainImage {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: start;
  /* width: 100%; */
  overflow: hidden;
}
/* Gallery image styles */
.product-gallery-image {
  max-width: 100%;
  transition: 0.2s ease-in;
}
.product-main-image-active {
  max-width: 100%;
  transition: 0.1s ease-in;
}
.group:hover .product-gallery-image {
  transform: translateX(-100%);
  transition: 0.3s ease-in;
}
.product-card {
  border-radius: 0px;
  background: transparent;
  border: none;
}

/* Title and Price Styling */
.block h4 {
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  margin-top: 0.5rem;
  transition: color 0.3s ease;
}

.block p {
  font-size: 0.875rem; /* 14px */
  color: #718096; /* Light gray */
}

/* Rating Styling */
.flex.items-center {
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  margin-top: -10px;
  /* margin-top: 0.5rem; */
  color: #fbbf24; /* Yellow for stars */
}
/* Overlay Effect */
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.messageAucunResultat {
  color: black;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
}

/* Search Results Grid */
.search-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.search-item {
  /* background: #fff; */
  padding: 10px;
  /* border-radius: 8px; */
  text-align: center;
}

.search-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  /* border-radius: 4px; */
}

.search-item h4 {
  font-size: 16px;
  margin: 10px 0 5px;
  color: #333;
}

.search-item p {
  font-size: 14px;
  color: #666;
}

/* View All Button */
#view-all-results {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff00;
  border: 2px solid black;
  color: #000000;
  text-decoration: none;
  border-radius: 1px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s ease-in;
  margin-bottom: 50px;
}
#view-all-results:hover {
  background: #000000;
  color: white;
  transition: 0.4s ease-in;
}
#view-all-results:hover a {
  color: white;
}
.search-content-input {
  /* display: flex;align-items: center;
  justify-content: space-between;
  gap: 20px; */
}
#close-search {
  color: black;
  position: fixed;
  top: 0;
  right: 20px;
  cursor: pointer;
  font-size: 28px;
  padding: 10px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
#view-all-results.hidden {
  display: none;
}
#search-results {
  margin-top: 40px;
  height: 100%;
  overflow-y: auto;
  /* background: red; */
  margin-bottom: 20px;
}

/* Close Button */
.close-button {
  position: absolute;
  top: 100;
  right: 80;
  margin-top: 10px;
  display: block;
  padding: 10px;
  font-size: 16px;
  color: rgb(88, 88, 88);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  transition: 0.3s ease-in;
}
.close-button:hover {
  transition: 0.3s ease-in;
}
/* scroll to top */
#scrollUp {
  position: fixed;
  /* bottom: 85px; */
  bottom: 40%;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #000000; /* Green background */
  color: #fff; /* White icon */
  text-align: center;
  line-height: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none; /* Hidden by default */
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 4px;
  display: none;
}
#scrollUp:hover {
  background-color: #141414; /* Darker green on hover */
  transform: translateY(-5px); /* Slight lift animation */
}
#scrollUp i {
  margin-top: 10px;
  font-size: 18px;
}
/* 404 page */
.ErrorPage {
  /* background:red; */
  height: calc(100vh - 300px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ErrorPage .error-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.ErrorPage .error-heading h2 {
  font-size: 200px !important;
  margin-bottom: 50px;
}
.ErrorPage .error-heading h3 {
  /* font-size: 35px !important; */
  font-family: "Noto Kufi Arabic", sans-serif;
  /* margin-bottom: 20px; */
}
.error-heading a {
  background: #edc967;
  color: #000000;
  border-radius: 1px;
  padding: 14px 30px;
  transition: 0.5s ease-in;
  font-weight: 500;
  font-size: 16px;
}
.error-heading a i {
  margin-right: 10px;
  font-size: 18px;
}
.error-heading a:hover {
  background: #d4ae46;
  color: #000000;
  transition: 0.5s ease-in;
}
/* SUB HEADER */
.sub-header {
  height: 44px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.sub-header-background {
  width: 100%;
  height: 100%;
  /* background: rgb(0, 0, 0); */
  background: #0c0c0c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-icons {
  display: flex;
  gap: 0;
  align-items: center;
}
.left-icons a {
  color: white;
  font-size: 20px;
  transition: all 0.5s;
  border-left: 1px solid #edc96759;
  padding: 0px 10px;
}
.left-icons:first-child {
  border-right: 1px solid #edc96759;
}
.left-icons a:hover {
  color: #e2c873;
}
.left-icons a i {
  font-size: 21px;
}
.right-text p {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Kufi Arabic", sans-serif;
  padding-top: 17px;
}

/* HEADER */
header {
  z-index: 3;
  height: 140px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.header-background {
  width: 100%;
  height: 100%;
  background: #ffffffd3;
}
.header-icons {
  flex: 1;
}
header .header-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-links {
  float: right;
  flex: 1;
  margin-top: 50px;
}

header .header-logo img {
  height: 130px;
  padding-top: 12px;
}
header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-content .header-icons {
  float: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.basket-shoppin {
  position: relative;
}
.basket-shoppin span {
  position: absolute;
  width: 24px;
  height: 22px;
  background: #dfbc49;
  border-radius: 100px;
  border: 2px solid white;
  top: -9;
  left: -9;
}
.basket-shoppin span p {
  font-size: 13px;
  font-weight: 600;
  color: black;
  /* background: red; */
  width: 24px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding-top: 10px;
  padding-right: 3px;
}
.header-icons i {
  font-size: 18px;
  font-weight: 600;
  height: 38px;
  width: 38px;
  border-radius: 50px;
  background: black;
  color: white;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icons i:hover {
  background: #e2c873;
  color: black;
  cursor: pointer;
}

header .header-content .header-links ul {
  float: right;
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
}
header .header-content .header-links ul li a {
  color: black;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Kufi Arabic", sans-serif;
}
header .header-content .header-links ul li a:hover {
  color: #d2ac47;
  border-bottom: 3px #d2ac47 solid;
}

/* BOTTOM NAVBAR */
.bottom-navbar {
  text-align: center;
  background: var(--black);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6000;
  display: none;
  /* box-shadow: 0 -10px 20px -5px rgba(115, 115, 115, 0.493); */
  gap: 0;
  border-top: #d2ac47 1px solid;
}
.bottom-navbar a,
.bottom-navbar i {
  font-size: 1.5rem;
  padding: 1rem;
  width: max-content;
  color: #fff;
  height: 100%;
  border-left: 1px solid rgba(128, 128, 128, 0.651);
}
.bottom-navbar i {
  font-size: 1.5rem;
  /* padding: 1rem; */
  color: #fff;
  height: 100%;
  border-right: 1px solid rgba(128, 128, 128, 0.651);
}
#cart-btn-bottom-navbar {
  position: relative;
  /* background: red; */
  width: max-content;
  height: 100%;
}

#cart-btn-bottom-navbar #cart-count-bottom-navbar {
  font-weight: 600;
  padding-bottom: 2px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #dfbc49;
  border-radius: 100px;
  top: -3;
  right: -3;
  font-size: 16px;
}

.bottom-navbar a:hover,
.bottom-navbar i:hover {
  background: #d2ac47;
  color: black;
}

/* Cart Container */
.background-cart-container {
  background: rgba(0, 0, 0, 0.322);
  position: fixed;
  z-index: 5000;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: 0.5s ease-in;
}
.background-cart-container.active {
  display: inline-block;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.cart-container {
  z-index: 6000;
  height: 100%;
  width: 450px;
  position: fixed;
  background: rgb(255, 255, 255);
  top: 0;
  bottom: 0;
  right: -450px;
  transition: 0.5s ease-in-out;
}
.cart-container.active {
  right: 0;
  transition: 0.5s ease-in-out;
}
.cart-content {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.795);
}
.cart-header-content {
  /* height: 100px; */
  padding: 0px 2rem;
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.055);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-header-content h4 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 600;
}
.cart-header-content i {
  font-size: 18px;
  font-weight: 600;
  border: 2px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: 0.5s ease-in;
}
.cart-header-content i:hover {
  color: #d8b440;
  border-color: #d8b440;
  transition: 0.5s ease-in;
}
.cart-product-card {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 14px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.068);
  position: relative;
  padding-bottom: -20px;
}
.cart-product-card:last-child {
  border-bottom: none;
}
.cart-products {
  padding: 20px;
  position: relative;
  height: calc(100% - 265px);
  overflow-y: auto;
}
.loading-cart {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.13);
  height: 100%;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.loading-cart img {
  /* background:#cfad3d; */
  background: black;
  border-radius: 50%;
}
.loading-cart.loading {
  display: flex;
  z-index: 90000;
}

.cart-product-card a {
  height: 120px;
  width: 130px;
  z-index: 0;
}
.cart-product-card a img {
  height: 100px;
  width: 130px;
  z-index: 0;
}
.cart-product-content {
  position: relative;
  width: 100%;
}
.cart-product-content h3 {
  font-size: 16px;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.cart-product-content p {
  font-family: "Noto Kufi Arabic", sans-serif;
}
.cart-product-content i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border: 1px solid black;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  translate: 0.5s;
  transition: 0.5s ease-in;
}
.cart-product-content i:hover {
  color: rgb(156, 0, 0);
  border-color: rgb(156, 0, 0);
  transition: 0.5s ease-in;
}
.cart-bottom-and-subtotal {
  margin-top: 20px;
  padding: 30px;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.103);
  background: white;
}

.subtotal {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  /* margin-bottom: 10px; */
  font-family: "Noto Kufi Arabic", sans-serif;
  margin-bottom: 0px;
}
.subtotal p {
  font-size: 17px;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.view-cart-btn,
.checkout-btn {
  background: black;
  color: rgb(255, 255, 255);
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  flex: 1;
  font-family: "Noto Kufi Arabic", sans-serif;
  transition: 0.1s ease-in;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0px;
}
.checkout-btn:hover {
  background: linear-gradient(#d2ac47, #edc967);
  color: black;
  transition: 0.1s ease-in;
}
.view-cart-btn {
  padding: 0px;
  border: 2px solid black;
  /* background: red; */
  background: transparent;
  color: black;
}
.related {
  margin-top: 80px;
  margin-bottom: 50px;
}
.related h2 {
  font-weight: 600;
}

.view-cart-btn:hover {
  color: #ae8625;
  border-color: #ae8625;
}
.empty-cart {
  text-align: center;
  color: #888;
}
.site-header-cart .widget_shopping_cart {
  left: 0 !important;
  display: block !important;
}
.site-header-cart .widget_shopping_cart .product_list_widget {
  height: auto !important;
}
.cart-product-card.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.cart-product-card.loading::after {
  content: "...جاري حدف المنتج";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

.empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 65%;
}
.empty-cart i {
  height: auto;
  margin: 0 auto 15px;
  font-size: 80px;
  color: #88888869;
}
.empty-cart-message {
  font-size: 0.8rem;
  color: #161616;
  font-family: "Noto Kufi Arabic", sans-serif;
  text-align: center;
}

.homePage {
  height: 600px;
}
footer {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
footer .footer-background {
  background: #070707f8;
  width: 100%;
  height: max-content;
}
footer .section-color {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #ae8625, #f7ef8a, #d2ac47, #d2ac47);
}
footer .footer-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 80px;
}
footer .footer-content .footer-logo {
  background: rgb(255, 255, 255);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-links {
  float: left;
}
.footer-links,
.footer-contact {
  padding-top: 44px;
  color: white;
  font-family: "Noto Kufi Arabic", sans-serif;
  direction: rtl;
  text-align: start;
}
.footer-links h4 {
  padding-bottom: 10px;
  border-bottom: 2px solid #d2ac47;
  width: 140px;
  margin-bottom: 10px;
  width: max-content;
}
.footer-contact h4 {
  padding-bottom: 10px;
  border-bottom: 2px solid #d2ac47;
  width: 190px;
  margin-bottom: 10px;
  width: max-content;
}
.footer-links ul,
.footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links ul li,
.footer-contact ul li {
  padding-top: 6px;
}
.footer-links ul li a,
.footer-contact ul li a {
  color: white;
  font-size: 14px;
}
.footer-links ul li a:hover {
  color: #d2ac47;
}
footer .footer-item {
  flex: 1;
  font-family: "Noto Kufi Arabic", sans-serif;
  /* background: red; */
}
footer .footer-content .footer-logo img {
  height: 160px;
}

footer .footer-contact {
  /* background: blue; */
  /* width: max-content; */
}
footer .footer-contact .social-icons ul li i {
  font-size: 20px;
  background: white;
  border-radius: 1px;
  padding: 6px;
  color: black;
  transition: 0.2s ease;
}
footer .footer-contact .social-icons ul li:hover i {
  background: #d2ac47;
  transition: 0.2s ease;
}
footer .footer-contact .social-icons ul li:hover a {
  color: #d2ac47;
}
footer .footer-contact .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "Noto Kufi Arabic", sans-serif;
  gap: 10px;
}
.footer-logo-sm {
  display: none;
}
.footer-logo-sm img {
  height: 150px;
}
.footer-logo-md {
  display: inline-block;
}

.navbar-items li.active a {
  color: #d2ac47;
  border-bottom: 3px solid #d2ac47;
}
.footer-item h4 {
  font-size: 19px;
  font-weight: 600;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.shop-page {
  min-height: 660px;
}
/* Grid Layout */
.products.grid-layout ul.products {
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 1rem;
}
/* List Layout */
.products.list-layout ul.products {
  display: block;
}
.shop-hero,
.page-hero {
  height: 200px;
  text-align: center;
  font-family: "Noto Kufi Arabic", sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.page-hero {
  margin-bottom: 20px;
  height: 140px;
  background-position: top;
}
.shop-hero-background,
.page-hero-background {
  width: 100%;
  height: 100%;
  background: #000000a1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-hero-content .breadcrumb,
.page-hero-content .breadcrumb {
  background: transparent;
  color: white;
  font-size: 12px;
  direction: rtl !important;
}
.shop-hero-content .breadcrumb span,
.page-hero-content .breadcrumb span {
  color: white;
  margin-left: 2px;
}
.shop-hero-content .breadcrumb a,
.page-hero-content .breadcrumb a {
  color: white;
  margin-left: 2px;
}
.shop-hero-content .breadcrumb a:hover,
.page-hero-content .breadcrumb a:hover {
  color: #d2ac47;
}
.shop-hero h2,
.page-hero h2 {
  font-weight: 510;
  color: white;
  margin-bottom: -2px;
}
.page-hero h1.thunk-page-top-title.entry-title {
  color: white !important;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.shop-content {
  padding-top: 80px;
  padding-bottom: 100px;
}
ul.products.columns-4::before {
  display: none;
}
#product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
  /* direction: rtl; */
  /* background-color: #f8f9fa; */
}
.shop-filters {
  /* direction: rtl; */
  padding: 0;
  margin: 0;
  width: 100%;
}
.shop-filters .active-filters,
.category-select {
  /* direction: rtl; */
  width: 100%;
}
.shop-filters .product-filter {
  /* direction: rtl; */
}

.product-item {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-bottom: 8px;
}
.product-card {
  border: 1px solid #ccc;
  /* padding: 20px; */
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.product-card:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.product-card:hover .product-actions {
  opacity: 1;
  bottom: 0;
}

.product-actions {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.add-to-cart-button,
.view-product-button {
  display: inline-block;
  padding: 10px 20px;
  /* background-color: #007bff; */
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  margin: 5px;
}

.product-card h2 {
  font-size: 19px;
  color: #000000;
  /* text-align: start; */
  margin-top: 14px;
}

.group:hover .add-to-cart-icon,
.group:hover .quick-view-icon {
  transform: translateY(0);
  opacity: 1;
}

.add-to-cart-icon,
.quick-view-icon {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.shop-sidebar {
  position: relative;
  /* border-radius: 0px;
}
.open-shop-widget-content {
  border-radius: 0px;
  /* background: white; */
}
.more_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#more_button_container {
  height: max-content;
  background: red;
}
.more_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d2ac47;
  padding: 10px 20px;
  border-radius: 1px;
  color: black;
  font-size: 18px;
  transition: 0.5s ease-in;
}
.more_button a:hover {
  background: #ac8929;
  color: white;
  transition: 0.5s ease-in;
}
.shop-sidebar-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #d2ac47;
  color: white;
  margin-right: -30px;
  height: 30px;
  width: 30px;
  margin-top: 92px;
  cursor: pointer;
}
.shop-sidebar-icon i {
  color: white;
  font-size: 19px;
}
.shop-sidebar-icon {
  display: none;
}
.shop-hero-content h2 {
  color: white;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 14px;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.shop-content {
  /* padding: 40px 0px; */
  /* background: red; */
}
.shop-content {
  width: 100%;
  /* height: max-content; */
  /* background-repeat: no-repeat; */
  /* background-size:cover; */
  /* background-position: center; */
}
.shop-background {
  width: 100%;
  /* height: 100%; */
  /* background: rgb(236, 0, 0); */
}
ul.wcapf-filter-options {
  width: max-content;
}
.wcapf-filter-title-inner {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 17px;
}
p.woocommerce-thankyou-order-received {
  background: rgb(156, 255, 156) !important;
  padding: 10px;
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 18px;
  width: 100%;
  margin-top: 30px;
}
.woocommerce-message {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.woocommerce-order-received .page-head {
  display: none;
}
.content-wrap {
  background: transparent;
  /* height: 100%; */
  width: 100%;
}

.shop-product-wrap {
  /* background: blue; */
}
.thunk-page-top-title {
  font-weight: 600;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 26px !important;
  margin-bottom: 10px;
}
.thunk-breadcrumb {
  /* direction: rtl; */
  width: max-content;
  /* background: red !important; */
}
.woocommerce-info {
  display: none;
}
.page-head {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-area {
  margin: 40px 0px;
  /* background-position: center; */
  /* background-repeat:no-repeat; */
  /* background-size: cover; */
}
.woocommerce_content {
  /* padding: 40px 0px; */
}
a.page-numbers {
  color: black;
}
.thunk-list-grid-switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.primary-content-wrap {
  padding: 20px 20px;
  /* background: rgb(5, 235, 93); */
  /* width: 100%; */
  /* height: 100%; */
}
body.woocommerce-cart .sidebar-primary,
body.woocommerce-checkout .sidebar-primary {
  display: none;
}
body.woocommerce-cart .content-area,
body.woocommerce-checkout .content-area {
  width: 100%;
}
.woocommerce .form-row-wide {
  margin-bottom: 20px;
}
.woocommerce .form-row-wide input,
.woocommerce .form-row-wide textarea {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  height: 55px !important;
  padding-left: 8px;
}
body.woocommerce-cart .sidebar,
body.woocommerce-checkout .sidebar {
  display: none;
}
body.woocommerce-cart .content-area,
body.woocommerce-checkout .content-area {
  width: 100%;
}
/* Contact page  */
.contact_us_2 {
  position: relative;
}
.contact-form {
  background: rgb(255, 255, 255);
  position: relative;
  /* height: 500px; */
  width: 100%;
  padding: 40px;
  height: max-content;
}
.contact-input {
  height: 50px;
  border-radius: 1px;
  padding-left: 10px;
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  margin-bottom: -20px;
}
.contact-input:focus {
  border: 1px solid #c79b34;
}
.contact-textarea {
  height: 150px;
  border-radius: 1px;
  padding-left: 10px;
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
}
.contact-textarea:focus {
  border: 1px solid #c79b34;
}
label {
  /* font-weight: bold; */
  margin-bottom: 100px;
  text-transform: uppercase;
}
.envoyer-button {
  border-radius: 1px;
  background: #e7ba51;
  color: #000000;
  padding: 14px 30px;
  border: none;
  font-weight: 500;
  transition: 0.5s ease-in;
  font-weight: 550;
  cursor: pointer;
}
.envoyer-button:hover {
  background: #9e7b28;
  color: #ffffff;
  transition: 0.5s ease-in;
}
.form-box {
  padding-bottom: 100px;
  margin-top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-hero {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.contact-hero-background {
  background: #0000009d;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 120px; */
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* margin-top: 20px; */
}
.contact-info-cart {
  margin-top: 8px;
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);
  border-right: 1px solid rgb(230, 230, 230);
}
.contact-info-cart i {
  height: 100%;
  width: 60px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7ba51;
  font-size: 30px;
  height: 60px;
  padding: 20px;
}
.contact-info-cart p {
  padding: 10px;
  font-weight: 600;
  padding-left: 20px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.contact-hero-background .breadcrumb {
  text-align: center;
}
.contact-hero-background .breadcrumb a {
  font-family: "Noto Kufi Arabic", sans-serif;
  cursor: pointer;
  transition: 0.5s ease-in;
}
.traking-order-title {
  font-family: "Noto Kufi Arabic", sans-serif;
  margin-bottom: 8px;
  /* font-size: ; */
}
.contact-hero-background .breadcrumb a:hover {
  color: #ac8929;
  transition: 0.5s ease-in;
}
.contact-hero-background .breadcrumb span {
  font-family: "Noto Kufi Arabic", sans-serif;
}

.contact_us_2 .social-media-links {
  width: 250px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.contact_us_2 .contact-hero {
  width: 100%;
  left: 0px;
  top: 0px;
  height: 300px;
}
#inner-section-hair {
}
#inner-section-hair-left {
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-right: -40px;
  height: max-content;
  padding: 10px;
  padding-right: 0px;
  margin-top: 20px;
  z-index: 2;
}
#inner-section-hair-left-descriptions {
  direction: rtl;
  color: #000000;
  line-height: 37px;
  margin-right: 20px;
  padding-right: 10px;
}
p#inner-section-hair-left-title {
  color: #000000 !important;
  background: #ac8929;
  margin-right: -100px;
}
#inner-section-hair-right {
  z-index: 1;
}

#inner-section-peau {
}
#inner-section-peau-left {
  z-index: 1;
}
#inner-section-peau-right {
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: -40px;
  height: max-content;
  padding: 10px;
  padding-right: 0px;
  margin-top: 20px;
  z-index: 2;
}
#inner-section-peau-right-title {
}

#inner-section-peau-right-descriptions {
  direction: rtl;
  color: #000000;
  line-height: 37px;
  margin-right: 20px;
  padding-right: 10px;
}

/* track-order-page */
.track-order-container {
  background-color: #f9fafb;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.woocommerce-column--billing-address {
}
.woocommerce_order_tracking {
  margin-bottom: 160px;
  margin-top: 40px;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
}
.track-order-container h2 {
  color: #0b964a;
}

.track-order-container .form-group input {
  border: 1px solid #d1d5db;
  padding: 0.75rem;
  border-radius: 0.5rem;
  width: 100%;
}

.track-order-container .form-group button {
  background-color: #0b964a;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem;
  border-radius: 0.5rem;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}

.track-order-container .form-group button:hover {
  background-color: #087a37;
}
.sidebar-main {
  background: rgb(255, 255, 255) !important;
  padding: 10px;
}
/* WhatsApp button styling */
.whatssap {
  position: fixed;
  bottom: 20;
  right: 20;
  z-index: 1000;
  max-width: 270px;
}
.whatssap-content-background {
  /* height: max-content; */
  height: 226px;
  overflow-y: hidden;
}
.whatssap-content {
  margin-top: 2260px;
  animation: slide-down 0.6s ease-in forwards;
}
.whatssap-content.active {
  margin-top: 0px;
  animation: slide-up 0.3s ease forwards;
}

@keyframes slide-up {
  0% {
    margin-top: 2260px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes slide-down {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 2260px;
  }
}

#whatssap-close {
  background: #087a37;
  margin-bottom: 8px;
  border-radius: 100px;
  color: white;
  font-size: 18px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.whatssap-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #087a37;
  color: white;
  border-radius: 100px;
  padding: 0px 15px;
  height: 48px;
  cursor: pointer;
}
.whatssap-button p {
  padding-top: 15px;
  font-weight: 600;
}
.whatssap-button i {
  font-size: 30px;
}
.whatssap-content-first {
  background: #087a37;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.whatssap-content-first p {
  padding: 14px;
  text-align: right;
  color: white;
}
.whatssap-content-last {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.103);
  margin-bottom: 16px;
}
.whatssap-content-last input {
  direction: rtl;
  height: 40px;
  border: none;
}
.whatssap-content-last input::placeholder {
  font-size: 16px;
  font-family: "Noto Kufi Arabic", sans-serif;
}
.whatssap-content-last input:focus {
  outline: none;
}
.whatssap-content-last i {
  font-size: 20px;
  color: #087a37;
  cursor: pointer;
}

#whatsapp-button-container {
  position: fixed;
  bottom: 20;
  right: 20;
  z-index: 1000;
}


@media (max-width: 1000px) {
  .whatssap {
    position: fixed;
    bottom:75;
    right: 20;
    z-index: 1000;
    max-width: 270px;
  }
  #close-search {
    top: 0;
    padding: 8px;
    right: 20px;
    font-size: 26px;
  }
  .search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 1200px;
  }
  .header-links {
    display: none;
  }
  header .header-logo {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .bottom-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  header .header-content .header-icons {
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
    display: none;
  }
  header .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer {
    margin-bottom: 56px;
  }
}

@media (max-width: 800px) {
  .search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 1200px;
  }
  h4.product-card-search-title {
    font-size: 13px;
  }
  p.product-card-search-price {
    font-size: 12px;
  }
  .form-box {
    flex-direction: column;
  }
  .contact-info {
    padding: 20px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    /* margin-top: 20px; */
  }
  .ErrorPage .error-heading {
    gap: 24px;
  }
  .ErrorPage .error-heading h2 {
    font-size: 100px !important;
    margin-bottom: 30px;
  }
  .ErrorPage .error-heading h3 {
    font-size: 20px;
  }
  .error-heading a {
    padding: 12px 24px;
  }
  .error-heading a i {
    margin-right: 10px;
    font-size: 16px;
  }
  footer .footer-content {
    justify-content: center;
    align-items: start;
    gap: 20px;
  }
  .footer-logo-sm {
    /* padding-top: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer-logo-sm img {
    max-height: 180px;
    background: rgb(255, 255, 255);
    padding: 20px;
  }
  .footer-logo-md {
    display: none;
  }
  footer .footer-item {
    width: 100%;
  }
  .footer-links,
  .footer-contact {
    padding-top: 0px;
    padding: 0px 40px;
    padding-bottom: 40px;
    grid-row: 1/1;
  }
  footer .footer-contact {
    /* background: blue; */
    /* width: 100%; */
  }
  .footer-item h4 {
    font-size: 16px;
  }
  .footer-item ul li a {
    font-size: 16px;
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  .cart-header-content {
    padding-top: 1.9rem;
    padding-bottom: 1.2rem;
  }
  #close-search {
    top: 0;
    right: 10px;
    padding: 8px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .whatssap-button {
    width: 50px;
    float: right;
    padding: 10px;
  }
  .whatssap-button i {
    font-size:40px;
  }
  .whatssap-button p {
    display: none;
  }
  #inner-section-peau-right {
    margin-left: 0px;
  }
  #close-search {
    top: 0;
    right: 10px;
    padding: 8px;
    font-size: 20px;
  }
  input#search-input::placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #33333371;
  }
  #inner-section-hair-left {
    margin-right: 0px;
  }
  .open-shop-widget-content {
    height: 100%;
    overflow-y: auto;
    padding-top: 10px;
  }
  .shop-sidebar {
    position: fixed !important;
    background-color: rgb(255, 255, 255);
    top: 0;
    bottom: 0;
    z-index: 1000;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 270px;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 55px;
    left: -280px;
    transition: 0.5s ease-in;
    padding-left: 15px;
  }
  .shop-sidebar.active {
    left: -10px;
    transition: 0.5s ease-in;
  }
  .shop-sidebar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  #close-search {
    top: 0;
    right: 10px;
    padding: 8px;
    font-size: 18px;
  }
  .search-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 1200px;
  }
  .contact-info-section {
    width: 100%;
  }
  .contact-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    margin: 0px;
  }
  .contact-info-cart {
    margin: 0px;
    width: 100%;
  }
  .contact-info-cart i {
    height: 100%;
    width: 50px;
    font-size: 20px;
    height: 50px;
    padding: 20px;
  }
  .contact-info-cart p {
    padding: 10px;
    font-weight: 600;
    padding-left: 8px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .whatssap-button {
    width: 34px;
    height: 34px;
    float: right;
  }
  .whatssap-button i {
    font-size:34px;
  }
  .whatssap-button p {
    display: none;
  }
  i#search-submit {
    font-size: 16px;
  }
  .right-text p {
    font-size: 13px;
    padding-top: 15px;
  }
  .more_button a {
    padding: 8px 16px;
    font-size: 16px;
  }
  p.elementor-heading-title .elementor-size-default {
    font-size: 14px;
  }
  .ErrorPage .error-heading {
    gap: 18px;
  }
  .ErrorPage .error-heading h2 {
    font-size: 70px !important;
    margin-bottom: 8px;
  }
  .ErrorPage .error-heading h3 {
    font-size: 16px;
  }
  .error-heading a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .error-heading a i {
    margin-right: 8px;
    font-size: 14px;
  }
  .cart-container {
    width: 100%;
    right: -100%;
  }
  .shop-hero h2,
  .contact-hero-background h2 {
    font-size: 26px;
    text-align: center;
  }
  .page-hero h1.thunk-page-top-title.entry-title {
    font-size: 22px !important;
  }
  header .header-logo img {
    height: 110px;
    padding-top: 12px;
  }
  header {
    height: 120px;
  }
  .footer-contact h4,
  .footer-links h4 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 12;
    padding-bottom: 5px;
  }
  .footer-links ul li a,
  .footer-contact ul li a {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 12px;
  }
  footer .footer-contact .social-icons ul li i {
    font-size: 16px;
    padding: 4px;
  }
}
