@font-face {
  font-family: "asmaa";
  src: url('/assets/fonts/asmaa.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("/assets/fonts/Cairo-VariableFont_slnt,wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "InstrumentSans-VariableFont_wdth,wght";
  src: url("/assets/fonts/InstrumentSans-VariableFont_wdth,wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "OtomanopeeOne-Regular";
  src: url("/assets/fonts/OtomanopeeOne-Regular.ttf");
  font-display: swap;
}

:root {
  --primary-green: #19AA62;
  --secondery-green: #000000;
  --charcoal-gray: #4F4C57;
  --mint-light: #E9FCF2;
  --footer-color: #00FF79;
  --section-padding: 4rem;

  --dark-green-color: #224432;
  --coffe-color: #a88348;
  --blue-color: #282bcb;
  --calm-green-color: #4caf50;
  --peige-color: #ffd97d;
  --red-color: #f44336;
  --purple-color: #3a1533;
  --yellow-color: #fffd75;
  --light-green-color: #e9fdd9;
}

@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
}

* {
  flex-shrink: 0;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  color: #150B33;
}

html[lang='en'] *:not(i) {
  font-family: "InstrumentSans-VariableFont_wdth,wght", "almarai";
  direction: ltr;
}

html[lang='ar'] *:not(i) {
  direction: rtl;
  font-family: "Cairo", serif;
  font-weight: 600;
}

html[lang='en'] {
  font-weight: 500;
}

p {
  font-size: 1.06rem;
}

li ul {
  margin-block-start: auto !important;
}

section {
  width: 100%;
  position: relative;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #150B33;
}

html[lang='en'] h1,
html[lang='en'] h2,
html[lang='en'] h3,
html[lang='en'] h4,
html[lang='en'] h5,
html[lang='en'] h6 {
  font-family: "OtomanopeeOne-Regular", "almarai";
}

html[lang='ar'] h1,
html[lang='ar'] h2,
html[lang='ar'] h3,
html[lang='ar'] h4,
html[lang='ar'] h5,
html[lang='ar'] h6 {
  font-family: "asmaa", serif;
}

button {
  padding: 0;
  border: none;
}

button:focus {
  outline: none;
}

/* global */
.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.special-small-title {
  color: var(--primary-green);
}

.main-btn {
  margin-top: 1rem;
  font-weight: bold;
  background-color: var(--primary-green);
  color: white;
  text-decoration: none;
  border-radius: 2rem;
  transition: 1s linear;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  gap: .5rem;
}

.main-btn img {
  transition: .5s;
  width: 20%;
}

.main-btn:hover {
  color: #ffffff;
}

.main-btn:hover img {
  transition: .5s;
  rotate: -45deg;
}

.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}




@media (max-width: 768px) {
  .two-cols {
    grid-template-columns: 1fr;
  }
}

.main-ul li {
  padding-left: 30px;
  position: relative;
}

html[lang='ar'] .main-ul li {
  padding-right: 30px;
  margin-left: 0px;
}

.main-ul li::before {
  content: "";
  background: url("/assets/icons/green-hand.png") no-repeat center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}

html[lang='ar'] .main-ul li::before {
  left: unset;
  right: 0;
}

section .special-small-title,
section .special-title,
section .special-description {}

section .special-description {
  max-width: 640px;
  color: var(--charcoal-gray);
  font-size: 1.06rem;
}

section>.special-title {
  max-width: 645px;
  margin: 0px auto;
}

@media (min-width: 768px) {
  section .special-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  section .special-title {
    font-size: 2.5rem;
  }
}

section>.main-content {
  width: 100%;
  margin: 0px auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  section>.main-content {
    width: 97%;
  }
}

.see-more {
  color: #fff;
  background: var(--primary-green);
  padding: .5rem 1rem;
  border-radius: 2rem;
  width: fit-content;
  max-width: 100%;
  margin-top: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}



/* ###################################### */
/* ###################################### */
/* ###################################### */



/* ========== Strat global Styles ========== */
/* Base: الموبايل */
.section-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

/* Small devices ≥576px */
@media (min-width: 576px) {
  .section-container {
    width: 96%;
  }
}

/* Medium devices ≥768px */
@media (min-width: 768px) {
  .section-container {
    width: 94%;
  }
}

/* Large devices ≥992px */
@media (min-width: 992px) {
  .section-container {
    width: 93%;
  }
}

/* Extra large devices ≥1200px */
@media (min-width: 1200px) {
  .section-container {
    width: 95%;
  }
}

/* XXL devices ≥1400px */
@media (min-width: 1400px) {
  .section-container {
    width: 95%;
    max-width: 1320px;
  }
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .swiper-pagination {
    bottom: 0px !important;
  } */
section.messages {
  text-align: unset;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 4px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: var(--primary-green);
  width: 25px;
}

.section-btn,
.see-more {
  background-color: var(--primary-green);
  border-radius: 1.5rem;
  padding: .5rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  width: fit-content;
  justify-content: center;
  gap: .5rem;
  align-items: center;
  margin-top: 1.4rem;
  transition: .3s;
  text-wrap: nowrap;
}

.section-btn img,
.see-more img {
  width: 21.5%;
  transition: .3s;
}

.section-btn:hover,
.see-more:hover {
  color: #fff;
}

.see-more-products {
  position: unset !important;
  top: unset;
  left: unset;
  right: unset;
  width: 70%;
  margin: 0px auto;
}

.see-more-products img {
  width: fit-content;
}

.section-btn:hover img {
  rotate: -50deg;
}

.feature-section {
  padding-top: var(--section-padding);
}


.feature-section .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem 2rem;
}

.feature-section .section-content .section-text {
  width: 100%;
}

html[lang='ar'] .feature-section .section-content .section-text {
  text-align: right;
}

.section-subtitle {
  color: var(--primary-green);
}

img[src*="s-dark-hand.png"] {
  width: 35px;
}

.section-title {
  /* font-size: 3rem; */
  margin: 1rem 0px;
}

.section-description {
  color: var(--charcoal-gray);
}

.section-heading {
  width: 100%;
  margin: 0px auto;
  max-width: 100%;
  text-align: center;
  padding: 0px 1rem;
}

@media (min-width: 768px) {
  .section-heading {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .section-heading {
    width: 40%;
    padding: 0px;
  }
}

.feature-section .section-content .section-ul li {
  position: relative;
  color: var(--secondary-color);
  padding-left: 1.5rem;
}

html[lang='ar'] .feature-section .section-content .section-ul li {
  padding-right: 1.5rem;
  padding-left: 0rem;
}

.section-ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem 2rem;
}

.section-ul.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 2rem;
}

html[lang='ar'] .section-ul.two-cols {
  gap: 1rem 2rem;
}

@media (max-width: 567px) {
  .section-ul.two-cols {
    grid-template-columns: 1fr;
  }
}

.section-ul.two-cols li {
  break-inside: avoid;
}

.feature-section .section-content .section-ul li span {
  color: var(--secondary-color);
  font-size: 1.125rem;
  font-weight: 500;

}

.feature-section .section-content .section-ul li::after {
  content: '';
  position: absolute;
  background-image: url('/assets/icons/green-hand.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 10%;
  left: 0%;
  width: 15.5px;
  height: 15.5px;
}

html[lang='ar'] .feature-section .section-content .section-ul li::after {
  left: unset;
  right: 0;
}

.feature-section .section-content .section-img .main-img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 1.125rem;
    color: var(--primary-green);
  }

  .section-description {
    color: var(--charcoal-gray);
    font-size: 1.1rem;
    width: 93%;
  }
}

@media (min-width: 992px) {
  .feature-section .section-content {
    flex-direction: row;
  }

  .feature-section .section-content .section-text {
    width: 48%;
  }

  .feature-section .section-content .section-img {
    width: calc((52% - 2rem));
  }
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 3rem;
  }
}

/* ========== End global Styles ========== */




/* ###################################### */
/* ###################################### */
/* ###################################### */
.display-none {
  display: none !important;
}

.row {
  margin: 0;
}

.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-transform-unset {
  text-transform: unset !important;
}

.top-header,
.top-header * {
  direction: ltr !important;
}

.color-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 0px 6px;
  color: #fff;
  border: 1px solid #a88348;
  background: #a88348;
  /* border: 1px solid var(--primary-green);
  background: var(--primary-green); */
  padding: 3px 12px;
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 600;
  display: none;
}

.color-badge.checkout-badge {
  top: -25px;
  left: 0px;
}

.size-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0px 6px;
  color: var(--primary-green);
  border: 1px solid var(--primary-green);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 2px;
  font-weight: 600;
}

.size-badge.checkout-badge {
  top: -25px;
  right: 0px;
}

.promo-offer {
  margin-top: 0.75rem;
  margin-bottom: -0.75rem;
  margin-inline-start: 10px;
  color: #06529a;
  display: flex;
  align-items: center;
}

.product-img {
  position: relative;
}

.product-img .offer-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: #db1414bf;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 4px;
  z-index: 1;
}

.product-img .offer-badge * {
  color: white !important;
}

@media screen and (max-width: 440px) {
  .product-img .offer-badge.offer-badge-mobile span {
    display: none;
  }

  .product-img .offer-badge.offer-badge-mobile {
    /* border-radius: 50%; */
    padding: 9px 7px;
    top: 10px;
    font-size: 15px;
    left: 2rem;
  }
}

.promo-offer button {
  background-color: #071833;
  width: 35px;
  height: 25px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  margin: 0 0.75rem;
  border: none;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.promo-offer button span {
  height: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* google btn sgin */
.google-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 56px;
  padding: 0 24px;
  margin: 0px 20px 20px;
  background: #ffffff !important;
  color: #ee4e00 !important;
  border: 1px solid #dadce0;
  border-radius: 28px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  /* pointer-events: none;
  filter: grayscale(1); */
}

.google-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.5) 50%,
      transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.google-btn:hover::before {
  transform: translateX(100%);
}

.google-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1);
  border-color: #4285f4;
  color: #ee4e00 !important;
}

.google-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.google-logo {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  transition: transform 0.3s ease;
}

.google-btn:hover .google-logo {
  transform: rotate(360deg);
}

.google-btn .btn-text {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.google-btn .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(66, 133, 244, 0.3);
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.google-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.3), 0 8px 16px rgba(0, 0, 0, 0.15);
}

.google-btn .loading {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #4285f4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 12px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.google-btn.loading .google-logo {
  display: none;
}

.google-btn.loading .loading {
  display: block;
}

@media (max-width: 480px) {
  .google-btn {
    font-size: 14px;
    height: 48px;
    min-width: 200px;
  }
}

main {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
  /* scroll-behavior: smooth; */
}

.scroll {
  scrollbar-width: auto;
  scrollbar-color: var(--primary-green) transparent;
  direction: ltr;
  scroll-behavior: smooth;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background: #1c355e;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(28, 53, 94, 0.9);
}

.signature {
  position: fixed;
  bottom: 12.5px;
  right: 15px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana,
    sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #666666;
}

.side-alert {
  max-width: 70%;
  z-index: 3;
  margin-left: 15px;
  padding: 10px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background-color: rgb(63, 188, 97, 0.6);
  border: 1px solid rgb(63, 188, 97, 0.45);
  border-radius: 15px;
  transform: translateX(calc(100% + 15px));
  -ms-transform: translateX(calc(100% + 15px));
  transition: transform 0.35s;
  overflow: hidden;
}

.side-alert::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(63, 188, 97, 0.45);
}

.side-alert.show::before {
  -webkit-animation: widthFill 5s linear 1 0.35s;
  -webkit-animation-fill-mode: forwards;
  animation: widthFill 5s linear 1 0.35s;
  animation-fill-mode: forwards;
}

.side-alert.error::before {
  background-color: rgb(255, 51, 51, 0.45);
}

.side-alert.show {
  transform: translateX(0);
  -ms-transform: translateX(0);
}

.side-alert.error {
  background-color: rgba(255, 51, 51, 0.6);
  border-color: rgba(255, 51, 51, 0.45);
}

.side-alert .s-a {
  margin-right: 20px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  background-color: #3fbc61;
  border-radius: 15px;
}

.side-alert.error .s-a {
  background-color: #ff3333;
}

.side-alert span {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
  flex-shrink: 1;
}

.side-alert>i:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 450px) {
  .side-alert {
    text-align: right;
  }

  .side-alert .s-a {
    margin-right: 0;
  }
}

.main-loader {
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
}

.main-loader.overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.main-loader .logo-img {
  width: 250px;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  -webkit-animation: mainLoader 0.8s linear infinite;
  animation: mainLoader 0.8s linear infinite;
}

.main-loader .logo-img img {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.input-counter {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.input-counter .minus,
.input-counter .plus {
  padding: 7.5px 10px;
  cursor: pointer;
  display: flex;
  vertical-align: middle;
  text-align: center;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--red-color);
  transition: background 0.5s;
  border: unset;
}

.input-counter .minus:hover,
.input-counter .plus:hover {
  background-color: #e13e32;
}

.input-counter input {
  width: 50px;
  outline: none;
  display: flex;
  background: none;
  min-width: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border: none;
  vertical-align: middle;
  color: #071833;
}

.input-box {
  margin: 15px 0;
  width: 100%;
  position: relative;
}

.input-box .arrow {
  z-index: -1;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #737373;
  font-size: 14px;
  border-left: 1px solid rgb(217, 217, 217);
}

.input-box.half-width.mt-3 {
  margin-top: 15px !important;
}

.input-box.third-width.my-3 {
  margin: 15px 0 !important;
}

.input-box .input-label {
  position: absolute;
  color: #80868b;
  font-size: 16px;
  font-weight: 400;
  max-width: calc(100% - (2 * 8px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 8px;
  top: 13px;
  padding: 0 8px;
  transition: 250ms;
  user-select: none;
  pointer-events: none;
}

.input-box::placeholder {
  position: absolute;
  color: #80868b;
  font-size: 16px;
  font-weight: 400;
  max-width: calc(100% - (2 * 8px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 8px;
  top: 13px;
  padding: 0 8px;
  transition: 250ms;
  user-select: none;
  pointer-events: none;
}

.input-box .input-label svg {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
  transition: 250ms;
}

.input-box .input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  color: #202124;
  background-color: transparent;
  border: 1px solid #dadce0;
  padding: 13px 15px;
  transition: 250ms;
}

.input-box select.input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.input-box select.input::-ms-expand {
  display: none;
}

.input-box .input:focus {
  outline: none;
  border: 1px solid #555e59e8;
  transition: 250ms;
}

.input-box.error .input-label {
  color: #f44336;
  top: -8px;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}

.input-box.error .input {
  border: 2px solid #f44336;
}

.input-box.focus .input-label,
.input-box.active .input-label {
  color: #555e59e8;
  top: -8px;
  background: #fffcf9;
  font-size: 11px;
  transition: 250ms;
}

.input-box.focus .input-label svg,
.input-box.active .input-label svg {
  position: relative;
  width: 11px;
  height: 11px;
  top: 2px;
  transition: 250ms;
}

.input-box.active .input {
  border: 2px solid #06529a;
}

.btn-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.return-to-shopping-btn {
  margin-left: 0 !important;
  margin-right: auto !important;
  align-self: flex-start !important;
  margin-right: 10px !important;
}

.info-box {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dadce0;
  padding: 13px 15px;
  border-radius: 5px;
}

.info-box .i-b-r {
  padding: 10px 0;
  font-size: 14px;
  color: #071833;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #dadce0;
  direction: ltr !important;
}

.info-box .i-b-r:first-child {
  padding-top: 0;
}

.info-box .i-b-r:last-child {
  border: none;
  padding-bottom: 0;
}

.info-box .i-b-r .title {
  margin-right: 20px;
  color: #292929;
  width: 17.5%;
  opacity: 0.7;
}

@media screen and (max-width: 400px) {
  .info-box .i-b-r .title {
    width: auto;
    font-size: 11px;
  }
}

.info-box .i-b-r .data {
  margin-right: 30px;
  flex-grow: 1;
  flex-shrink: 1;
}

.info-box .i-b-r .action a {
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  transition: opacity 0.35s;
}

.info-box .i-b-r .action a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 801px) and (max-width: 992px) {
  section.hero header.header-top {
    display: none;
  }

  section.hero header.header .header-center {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .slide-search {
    display: none;
  }

  /* section.hero .header {
    height: 72px !important;
  } */
  section.hero .header .header-center {
    display: none;
  }

  .header-mob-logo {
    display: block !important;
    width: 70px !important;
    position: absolute;
    top: 7px;
    right: 0;
    transform: translateX(-13px);
  }

  html[lang='ar'] .header-mob-logo {
    right: unset;
    left: 0;
    transform: translateX(13px);
  }

  section.hero .header {
    height: 70px;
  }

  .header-mob-logo img {
    width: 100%;
    position: relative;
  }

  section.hero .header .header-btns .cart-btn {
    display: none;
  }

  div.header-btns a.icon-container {
    display: block;
  }

  section.hero .header .header-btns a {
    margin-left: 30px !important;
  }

  section.hero .header .header-btns a:hover {
    background-color: #4caf5059 !important;
  }
}

@media screen and (min-width: 992px) {
  div.header-btns a.icon-container {
    display: none !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 992px) {
  div.lang-row .lang-container img {
    width: 20px !important;
  }
}

@media screen and (min-width: 992px) {
  section.hero .header div.lang-row {
    display: none;
  }
}

@media screen and (min-width: 440px) and (max-width: 992px) {
  .slide-search {
    display: none;
  }

  section.hero .header {
    /* height: 72px !important; */
    justify-content: space-between;
  }

  section.hero .header .header-center {
    display: none;
  }

  .header-mob-logo {
    display: block !important;
    width: 60px !important;
    /* position: absolute; */
    /* top: 22px; */
    /* left: 50%; */
    /* transform: translateX(-30px); */
  }

  section.hero .header .header-logo {
    display: none !important;
  }

  .header-mob-logo img {
    width: 100%;
  }

  div.header-btns a.icon-container {
    display: none !important;
  }

  section.hero .header .header-btns a:hover {
    background-color: #4caf5059 !important;
  }

  section.hero header.header-top {
    display: none;
  }

  section.hero header.header .header-btns {
    display: none;
  }
}

div.lang-row .lang-container img {
  width: 30px;
}

.header-mob-logo {
  display: none;
}

.search-container {
  visibility: hidden;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  overflow-y: auto;
  transition: background 0.35s, visibility 0.35s;
}

.search-container.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.search-container .search {
  opacity: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background-color: #ffffff;
  transform: translateY(20%);
  -ms-transform: translateY(20%);
  transition: transform 0.35s, opacity 0.35s;
}

.search-container.show .search {
  transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}

.search-container .search .search-action {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.search-container .search .search-action .input-container,
section.blogs-container .blogs-search {
  padding: 7.5px 15px;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}

.search-container .search .search-action .input-container input,
section.blogs-container .blogs-search input {
  flex-grow: 1;
  font-size: 14px;
  color: #202124;
  border: none;
  outline: 0;
  background-color: transparent;
}

.search-container .search .search-action .input-container input::placeholder {
  color: #383a41c5;
}

section.blogs-container .blogs-search input::placeholder {
  color: #202124;
}

.search-container .search .search-header {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.search-container .search .search-action .input-container input:-ms-input-placeholder {
  color: #202124;
}

section.blogs-container .blogs-search input:-ms-input-placeholder {
  color: #202124;
}

.search-container .search .search-action .input-container input::-ms-input-placeholder {
  color: #202124;
}

section.blogs-container .blogs-search input::-ms-input-placeholder {
  color: #202124;
}

.search-container .search .search-action .input-container button,
section.blogs-container .blogs-search button {
  cursor: pointer;
  background-color: transparent;
  color: #202124;
}

@media screen and (max-width: 440px) {
  .search-container .search .search-action .input-container button {
    transform: translateX(20px);
  }
}

.search-container .search .search-action .input-container button img,
section.blogs-container .blogs-search button img {
  display: flex;
  height: 35px;
  width: auto;
}

.search-container .search .search-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #071833;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

.search-container .search .search-products,
.search-container .search .no-products {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.search-container .search .no-products {
  padding: 20px;
  font-size: 14px;
  align-items: flex-start;
  color: #1c355e;
}

.search-container .search .search-products .s-p-i {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 25px);
  color: #1c355e;
  text-decoration: none;
  border-bottom: 1px solid #ededed;
}

.search-container .search .search-products .s-p-i:last-child {
  border: none;
}

.search-container .search .search-products .s-p-i .s-p-i-t {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.search-container .search .search-products .s-p-i .s-p-i-t .underline {
  font-weight: bold;
  text-decoration: underline;
}

.search-container .search .search-products .s-p-i img {
  display: flex;
  width: 120px;
}

.search-container .search .search-products .s-p-i h2 {
  margin: 0;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  min-height: 33.5px;
}

@media screen and (max-width: 450px) {
  .search-container .search .search-products .s-p-i-t {
    width: 50%;
  }

  .search-container .search .search-products .s-p-i h2 {
    text-align: start;
  }
}

.search-container .search .search-products,
.search-container .search .search-products * {
  direction: ltr !important;
}

.search-container .search .search-products .s-p-i span {
  font-size: 14px;
  color: #878787;
  margin-bottom: .5rem;
}

.search-container .search .view-more {
  cursor: pointer;
  width: 100%;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: rgb(17 12 46 / 15%) 0px 5px 100px 0px;
}

.search-container .search .view-more i {
  margin-left: 5px;
  transition: transform 0.35s;
}

.search-container .search .view-more:hover i {
  transform: translateX(20%);
  -ms-transform: translateX(20%);
}

.search-container .search .view-more button {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #071833;
  background-color: transparent;
  transition: color 0.35s;
  direction: ltr;
}

.search-container .search .view-more button:hover {
  color: #06529a;
}

.collapsible {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s;
}

.collapsible>* {
  overflow: hidden;
}

.radio-container {
  margin: 0;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #202124;
  background-color: transparent;
  border: 1px solid #dadce0;
  transition: 250ms;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0.35s, border 0.35s;
}

.radio-container.checked {
  z-index: 1;
  background-color: rgba(249, 106, 3, 0.17);
  border-color: #f06927;
}

.radio-container.checked~.collapsible {
  grid-template-rows: 1fr;
}

.radio-container:first-of-type {
  margin-top: 15px;
  border-radius: 5px 5px 0 0;
}

.radio-container:last-of-type {
  border-radius: 0 0 5px 5px;
}

.radio-container .text-logo-container {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  margin: 0 8px;
}

.radio-container .text-logo-container span {
  flex-shrink: 1;
}

.radio-container .text-logo-container .logo-container {
  display: flex;
  flex-shrink: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 400px) {
  .radio-container .text-logo-container .logo-container img {
    margin: .5rem !important;
    /* flex-shrink: 0; */
  }
}

.radio-container .text-logo-container .logo-container img {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  height: 24px;
  width: auto;
}

.radio-container .text-logo-container .logo-container img:first-child {
  margin: 0;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container .checkmark {
  margin-right: 10px;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #dadce0;
  border-radius: 50%;
  transition: background 0.35s, border 0.35s;
}

.radio-container:hover input~.checkmark {
  background-color: rgba(6, 82, 154, 0.4);
  border-color: rgba(6, 82, 154, 0.4);
}

.radio-container input:checked~.checkmark {
  background-color: #28a745;
  border-color: #28a745;
}

.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked~.checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #071833;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  margin-right: 7.5px;
  margin-left: 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  order: -1;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgb(217, 217, 217) inset;
  background-color: transparent;
  transition: background 0.35s, box-shadow 0.35s;
}

.checkbox-container input:focus~.checkmark {
  box-shadow: 0 0 0 1px #06529a inset;
}

.checkbox-container:hover input~.checkmark {
  background-color: rgba(6, 82, 154, 0.4);
  box-shadow: 0 0 0 1px rgba(6, 82, 154, 0.4) inset;
}

.checkbox-container input:checked~.checkmark {
  background-color: #06529a;
  box-shadow: 0 0 0 1px #06529a inset;
}

.checkbox-container .checkmark i {
  opacity: 0;
  transition: opacity 0.35s;
}

.checkbox-container input:hover~.checkmark i,
.checkbox-container input:checked~.checkmark i {
  opacity: 1;
}

.checkbox-container .checkmark i {
  font-size: 12px;
  color: #ffffff;
}

header {
  width: 100%;
  direction: ltr;
  display: flex;
  flex-direction: row;
  background-color: #ffe8e6;
}

header .services-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


header .services-menu-item .services-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  padding: 10px 0;
  min-width: 183px;
  display: none;
  transition: .5s ease, opacity .4s ease .3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

html[lang='ar'] header .services-menu-item .services-dropdown {
  text-align: right;
}

header .services-menu-item .services-dropdown li {
  padding: 0;
}

header .services-menu-item .services-dropdown li a {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: 8px 15px;
  color: var(--primary-green);
  text-decoration: none;
  transition: background 0.3s;
}

header .services-menu-item .services-dropdown li a:hover {
  background: #f5f5f5;
  color: var(--dark-green-color);
}

header .services-menu-item .services-dropdown li a i {
  color: inherit;
}

/* لما اعمل hover على الاب تظهر القايمة */
header .services-menu-item:hover .services-dropdown {
  transition: .5s ease, opacity .4s ease .3s;
  display: block;
  opacity: 1;
}

header .top-header {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-size: 100%;
  background-position: 50% 100%;
  z-index: 2;
  border-bottom: 1px solid #d0f7af;
}

header .top-header .row {
  display: flex;
  flex-direction: row;
}

header .top-header .icon-container {
  text-decoration: none;
  margin-left: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

header.header div.row .icon-container:hover {
  color: #034525;
}

header .top-header .icon-container.lang-container {
  cursor: pointer;
}

header .top-header .icon-container:first-child {
  margin: 0;
}

header .top-header .icon-container img {
  margin-right: 7.5px;
  display: flex;
  width: auto;
  height: 15px;
}

.offer-bar {
  width: 100%;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  font-weight: bold;
  background: linear-gradient(45deg, #f07352 70%, #f9beae);
  box-shadow: 0px 2px 4px 0px #4e1608;
  position: relative;
  z-index: 5;
}

.offer-text {
  margin-right: 0.75rem;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .offer-text.desktop {
    display: none;
  }
}

.offer-bar .offer-text span {
  color: rgb(73 46 59);
  font-size: 20px;
}

.offer-text span {
  font-size: 14px;
}

.offer-timer {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: monospace;
  width: 195px;
}

.offer-timer div {
  margin: 0 5px;
  font-family: monospace;
}

.offer-timer sub {
  font-family: monospace;
  font-size: 10px;
}

@media screen and (max-width: 650px) {
  .offer-bar {
    flex-direction: column;
  }

  .offer-timer {
    margin-right: 5px;
  }
}

.s-c-c,
.l-r-c {
  visibility: hidden;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.2s;
}

.s-c-c.visible,
.l-r-c.visible {
  visibility: visible;
}

.s-c-c.show,
.l-r-c.show {
  background-color: rgba(0, 0, 0, 0.5);
}

.s-c-c .shopping-cart,
.l-r-c .account-panel,
.side-nav-container .side-nav {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  background-color: whitesmoke;
  transition: transform 0.2s;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
}

/* html[lang='en'] .l-r-c .account-panel, */
/* html[lang='en'] .s-c-c .shopping-cart, */
html[lang='en'] .side-nav-container .side-nav {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.s-c-c .shopping-cart {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  background-color: #ffffff;
}

html[lang="en"] .s-c-c .shopping-cart {
  transform: translateX(100%);
  -ms-transform: translateX(100%);
}

.l-r-c .account-panel {
  position: fixed;
  top: 0;
  right: 0;
}

.s-c-c.show .shopping-cart,
.l-r-c.show .account-panel.show {
  overflow: auto;
  transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
}

.s-c-c .shopping-cart .s-c-h,
.l-r-c .account-panel .l-r-h,
.search-container .search .search-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-green);
  border-bottom: 1px solid var(--primary-green);
  text-transform: uppercase;
}

.s-c-c .shopping-cart .s-c-h {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
  direction: rtl !important;
}

.s-c-c .shopping-cart .s-c-h span,
.l-r-c .account-panel .l-r-h span,
.search-container .search .search-header span {
  font-weight: 500;
  line-height: 1;
}

.s-c-c .shopping-cart .s-c-h img {
  width: 55px;
  margin-left: 5px;
}

.s-c-c .shopping-cart .s-c-h .close,
.l-r-c .account-panel .l-r-h .close,
.search-container .search .search-header .close {
  font-size: 21px;
  opacity: 1;
  color: var(--primary-green);
  transition: transform 0.4s;
}

.s-c-c .shopping-cart .s-c-h .close {
  margin-right: auto;
}

.s-c-c .shopping-cart .s-c-h .close:hover,
.l-r-c .account-panel .l-r-h .close:hover,
.search-container .search .search-header .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.s-c-c .shopping-cart .s-c-i-c {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
}

.s-c-c .shopping-cart .s-c-i-c img {
  display: flex;
  width: 22.5%;
  height: auto;
}

.s-c-c .shopping-cart .s-c-i-c span {
  margin-top: 15px;
  color: var(--red-color);
}

.s-c-c .shopping-cart .c-i-c {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
}

.s-c-c .shopping-cart .c-i-c .cart-item {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9e5f0;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-img {
  display: flex;
  width: 40%;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-img img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 23px;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt {
  width: calc(60% - 20px);
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  align-items: flex-start;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt h3 {
  margin: 0;
  font-size: 15px;
  color: var(--primary-green);
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt span {
  margin: 0;
  color: var(--primary-green);
  font-size: 15px;
  font-weight: 500;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .item-action {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter {
  box-shadow: none;
  border: 1px solid var(--primary-green);
  direction: ltr;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter input {
  width: 40px;
  color: #071833;
  font-size: 17px;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter .minus,
.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter .plus {
  margin: 0;
  background-color: transparent;
  font-size: 19px;
  background: var(--primary-green);
  color: #fff;
  transition: all 0.3s ease;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter .minus:hover,
.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter .plus:hover {
  background: #a88348;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter .minus {
  padding-right: 5px;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .input-counter .plus {
  padding-left: 5px;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .item-action .deleteItem {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
  color: #ef3d42;
  transition: all 0.35s ease;
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .item-action .deleteItem:hover {
  color: #c9362c;
  transform: scale(1.1);
}

.s-c-c .shopping-cart .c-i-c .cart-item .item-txt .item-action .deleteItem:hover {
  color: #c8232c;
}

@media screen and (max-width: 678px) {
  .elite-checkout-end-logo {
    display: none !important;
  }
}

.s-c-c .shopping-cart .cart-checkout {
  position: sticky;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  box-shadow: rgb(17 12 46 / 15%) 0px 35px 100px 0px;
  background-color: whitesmoke;
}

.s-c-c .shopping-cart .cart-checkout .sub-total {
  color: #1c355e;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.s-c-c .shopping-cart .cart-checkout .sub-total b {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-green);
}

.s-c-c .shopping-cart .cart-checkout .sub-total span {
  font-size: 18px;
  color: #3a1533;
}

.s-c-c .shopping-cart .cart-checkout p {
  margin: 0;
  margin-top: 15px;
  font-size: 13px;
  color: #4b1941;
}

.s-c-c .shopping-cart .cart-checkout .checkout-btn,
.l-r-c .account-panel .l-r-f button,
section.login .login-form button,
section.register .register-form button {
  display: block;
  cursor: pointer;
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  color: #ffffff;
  background-color: var(--primary-green);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.75px;
  border-radius: 25px;
  border: 2px solid var(--primary-green);
  transition: background 0.35s, color 0.35s;
}

.s-c-c .shopping-cart .cart-checkout .checkout-btn {
  background: #fff;
  color: var(--primary-green);
  transition: all 0.35s ease;
}

.s-c-c .shopping-cart .cart-checkout .checkout-btn:hover {
  background: var(--primary-green) !important;
  color: #fff !important;
}

.s-c-c .shopping-cart .cart-checkout .checkout-btn:hover,
.l-r-c .account-panel .l-r-f button:hover,
section.login .login-form button:hover,
section.register .register-form button:hover {
  background-color: transparent;
  color: #ee4e00;
}

section.login .login-form button,
section.register .register-form button {
  margin-top: 0;
  width: unset;
  letter-spacing: unset;
  font-size: 14px;
  padding: 7.5px 30px;
}

.l-r-c .account-panel .l-r-f button {
  padding: 8px;
  letter-spacing: normal;
  font-size: 14px;
}

.l-r-c .account-panel .l-r-f {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.l-r-c .account-panel .l-r-f .l-r-box {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}

.l-r-c .account-panel .l-r-f .l-r-box label,
section.login .login-form .l-f-box label,
section.register .register-form .r-f-box label {
  color: var(--purple-color);
  font-size: 15px;
  text-align: start;
}

.l-r-c .account-panel .l-r-f .l-r-box label .required,
section.login .login-form .l-f-box .required,
section.register .register-form .r-f-box .required {
  color: #b22222;
}

.l-r-c .account-panel .l-r-f .l-r-box input,
section.login .login-form .l-f-box input,
section.register .register-form .r-f-box input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 10px 12.5px;
  border: none;
  outline: 0;
  font-size: 15px;
  border: 1px solid #cacccf;
  color: #071833;
  border-radius: 5px;
  background-color: transparent;
  transition: padding 250ms, border 250ms;
}

.l-r-c .account-panel .l-r-f .l-r-box input:focus,
section.login .login-form .l-f-box input:focus,
section.register .register-form .r-f-box input:focus {
  border-color: #06529a;
  border-width: 2px;
}

.l-r-c .account-panel .l-r-f p {
  font-size: 15px;
  text-align: start;
}

.l-r-c .account-panel .l-r-f p span {
  color: #80868b;
}

.l-r-c .account-panel .l-r-f p a {
  cursor: pointer;
  text-decoration: none;
  color: #06529a;
  transition: color 0.35s;
}

.l-r-c .account-panel .l-r-f p a:hover {
  color: #66adf0;
}

section.hero {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 600px) {
  section.hero div.swiper-container {
    height: 60vh !important;
  }
}

section.hero div.swiper-container {
  position: relative;
  width: 100%;
  height: 95vh;
  z-index: 4;
  max-height: 1000px;
  background: linear-gradient(to bottom,
      #f4beb0 0%,
      #f4beb0 85%,
      rgb(252 147 120) 100%);
}

.testo {
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(to top, #f4beb0, transparent 80%);
  z-index: 9;
}

section.hero .swiper {
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.hero .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

section.hero .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-green);
}

section.hero .swiper .swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.hero .swiper .swiper-slide::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.hero .swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 110%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: imageAnimation 20s linear infinite 0s;
  animation: imageAnimation 20s linear infinite 0s;
}

section.hero .swiper .swiper-slide .bg.first-bg {
  background-image: url("/assets/img/hero/hero.webp");
}

@media screen and (max-width: 768px) {
  section.hero .swiper .swiper-slide .bg {
    background-position-x: 52%;
  }

  section.hero .swiper .swiper-slide .bg.first-bg {
    background-image: url("/assets/img/hero/phone/hero-mobile.webp");
  }
}

section.hero .swiper .swiper-slide .slide-info {
  margin: 0 12.5%;
  margin-top: 40px;
  z-index: 1;
  width: 750px;
  max-width: 75%;
  text-align: center;
}

section.hero .swiper .swiper-slide .slide-info h1 {
  margin: 0;
  margin-bottom: 17.5px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
}

section.hero .swiper .swiper-slide .slide-info a {
  cursor: pointer;
  line-height: 1;
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  transition: background 0.35s;
}

section.hero .swiper .swiper-slide .slide-info a i {
  transition: margin 0.35s;
}

section.hero .swiper .swiper-slide .slide-info a:hover {
  color: #000000;
  background-color: #ffffff;
}

section.hero .swiper .swiper-slide .slide-info a:hover i {
  margin-left: 5px;
  margin-right: -5px;
}

section.hero .header-top {
  justify-content: space-around;
}

section.hero .header {
  /* height: 80px; */
  z-index: 2;
  padding: 0 12.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* height: 70px; */
  background: transparent;
  position: absolute;
  z-index: 3;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1056px) {
  section.hero .header {
    padding: 0 2rem !important;
  }
}

@media screen and (min-width: 1057px) {
  section.hero .header {
    padding: 0 4rem !important;
  }
}

/* start header search */
.header .header-center {
  display: flex;
  align-items: center;
  position: absolute;
  top: 5px;
}

@media (width: 801) and (max-width: 992px) {
  section.hero .header .header-menu {
    display: none !important;
  }

  body section.hero header.header-top {
    display: none !important;
  }

  section.hero .header .header-btns a.icon-container {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .header .header-center {
    position: absolute;
    z-index: 1;
    left: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top: 1px solid #da7a2b;
  }
}

.header .slide-search {
  z-index: 1;
  flex: 1;
  margin: 10px 0;
  cursor: text;
}

.header .slide-search .search-bar-parent {
  display: flex;
  /* height: 40px; */
  justify-content: center;
  border-radius: 3px;
  /* overflow: hidden; */
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.header .slide-search .search-text {
  display: none;
  margin-bottom: 0.5rem;
  font-size: 30px;
  color: #ffffff;
  text-align: start;
}

.header .slide-search .search-bar {
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  background-color: rgb(255 255 255);
  width: 40vw;
  text-align: start;
  display: flex;
  align-items: center;
  padding: 12px;
  color: #6b6b6bab;
}

.header .slide-search .tags-drop-down {
  /* background: #f2f2f2; */
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.header .slide-search .tags-drop-down i {
  color: #f2f2f2;
}

/* start modal tags */
/* Trigger Button Styles */
/* .tags-drop-down {
            background: white;
            color: #333;
            border: none;
            padding: 12px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        } */

/* .tags-drop-down:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            background: #f8f9fa;
        } */

/* .tags-drop-down i {
            transition: transform 0.3s ease;
            font-size: 14px;
        } */

/* .tags-drop-down.active i {
            transform: rotate(180deg);
        } */

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Container */
.modal-container {
  background: white;
  width: 75%;
  max-width: 900px;
  max-height: 75vh;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.8) translateY(50px);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  position: relative;
}

.modal-overlay.active .modal-container {
  transform: scale(1) translateY(0);
}

/* Modal Header */
.modal-header {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  color: white;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-green);
}

.close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--primary-green);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.close-btn i {
  font-size: 1.6rem;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

/* Modal Body */
.modal-body {
  padding: 30px;
  max-height: calc(75vh - 80px);
  overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Tags Container */
.tags-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Individual Tag Styles */
.mini-tag {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mini-tag span {
  display: inline-block;
  background: #eef6f2;
  color: var(--primary-green);
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.mini-tag:hover span {
  transform: translateY(-3px);
}



/* Responsive Design */
@media (max-width: 768px) {
  .modal-container {
    width: 90%;
    max-height: 80vh;
  }

  .modal-header {
    padding: 15px 20px;
  }

  .modal-title {
    font-size: 18px;
  }

  .modal-body {
    padding: 20px;
  }

  .tags-container {
    gap: 10px;
  }

  .mini-tag span {
    padding: 8px 14px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .modal-container {
    width: 95%;
  }

  .tags-container {
    justify-content: center;
  }
}

/* Animation for tag entrance */
.mini-tag {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

.mini-tag:nth-child(1) {
  animation-delay: 0.1s;
}

.mini-tag:nth-child(2) {
  animation-delay: 0.2s;
}

.mini-tag:nth-child(3) {
  animation-delay: 0.3s;
}

.mini-tag:nth-child(4) {
  animation-delay: 0.4s;
}

.mini-tag:nth-child(5) {
  animation-delay: 0.5s;
}

.mini-tag:nth-child(n + 6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header .slide-search .search-button {
  width: 55px;
  background-color: var(--primary-green);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media screen and (max-width: 992px) {
  .header .slide-search .search-bar {
    width: 35vw;
  }

  .header .slide-search .search-text {
    text-align: center;
    padding: 0 4px;
    font-size: 28px;
  }
}

@media screen and (max-width: 440px) {
  .header .slide-search .search-bar {
    background-color: #fff;
  }
}

.header .slide-search .search-button img {
  width: 24px;
}

/* end header search */
section.hero .header.no-float {
  position: unset;
}

section.hero .header.grey-bg {
  background-color: #e5ecf6;
}

section.hero .header .header-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.hero .header .header-menu img {
  display: flex;
  height: 20px;
  width: auto;
}

/* section.hero .header .lang-btn {
  background: #f2f2f2;
  height: 35px;
  width: 35px;
  border-radius: 8px;
  margin: 0 0.5rem;
  color: var(--primary-green);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
section.hero .header .lang-btn:hover {
  background: #d4eee1;
} */

section.hero .header .header-logo {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
  display: flex;
  transition: opacity 0.35s;
}

section.hero .header.no-float .header-menu {
  margin: 15px 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

section.hero .header.no-float .header-menu img {
  height: 16px;
}

section.hero .header .header-logo:hover {
  opacity: 0.8;
}

section.hero .header .header-logo img {
  display: flex;
  width: 125px;
}

section.hero .header .header-links {
  padding: 0 1rem;
  display: none;
  flex-wrap: wrap;
  flex-shrink: 1;
  flex-direction: row;
  /* position: absolute; */
  /* right: 4.5%; */
}

header.header-top div.row {
  position: absolute;
  left: 75px;
}

section.hero .header-top div.lang-row .lang-container {
  color: #d25545;
}

section.hero .header-top div.lang-row {
  position: absolute;
  left: 50px;
  top: 30px;
}

section.hero .header div.lang-row {
  color: #d25545;
}

@media screen and (min-width: 700px) {
  section.hero .header-top div.lang-row .lang-container {
    width: 50px;
    text-align: center;
  }
}

@media screen and (min-width: 993px) {
  section.hero header.mobile-header {
    display: none !important;
  }
}

header .icon-container {
  cursor: pointer;
}

/* header .whatsapp-container {
  display: flex;
} */
header .icon-container:hover span,
header .icon-container:hover i {
  color: #d25545;
}

header .icon-container span {
  line-height: 1;
  font-size: 14px;
}

@media screen and (max-width: 440px) {
  header .icon-container span {
    font-size: 15px;
  }
}

header .icon-container span:hover {
  color: #d25545;
}

header .icon-container i:hover {
  color: #d25545;
}

header .icon-container i {
  font-size: 13px;
  margin-left: 7.5px;
}

section.hero .header .services-menu-item>a,
section.hero .header .header-links>a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.3px;
  line-height: 2.5;
  gap: .3rem;
  margin-right: 10px;
  margin-left: 10px;
  color: #ffffff;
  transition: color 0.35s, opacity 0.35s;
  display: flex;
  align-items: center;
}

section.hero .header .header-links>a i,
section.hero .header .services-menu-item>a i {
  color: inherit;
}

section.hero .header .header-links>a:hover,
section.hero .header .services-menu-item>a:hover {
  color: var(--primary-green);
}

section.hero .header .header-links>a img,
section.hero .header .services-menu-item>a img {
  width: 25px;
  margin: 0 5px;
}

section.hero .header .header-links>a i,
section.hero .header .services-menu-item>a i {
  margin: 0 3px;
  margin-top: 5;
}

section.hero .header.no-float .header-links>a,
section.hero .header.no-float .services-menu-item>a,
section.hero .header.no-float .tags-drop-down,
section.hero .header.no-float .tags-drop-down i {
  color: var(--primary-green);
}

section.hero .header.no-float .header-links>a:hover,
section.hero .header.no-float .services-menu-item>a:hover {
  opacity: 0.8;
}

section.hero .header .header-links>a:last-child {
  margin: 0;
}

section.hero .header .header-btns {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 0px;
  /* top: 5px; */
  margin-inline-start: auto;
  direction: ltr;
  color: var(--primary-green);
}

@media screen and (max-width: 440px) {
  header .lang-row .lang-container {
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 35px;
  }

  section.hero header.header .header-btns a.icon-container {
    display: none !important;
  }

  section.hero .header .header-btns {
    left: 0px;
  }
}

section.hero .header .header-btns a,
section.hero .header .mobile-lang-btn {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s;
  border-radius: 8px;
  user-select: none;
  background: #f2f2f2;
  font-size: 13px;
}

section.hero .header .mobile-lang-btn {
  margin: 0px 1rem;
}

@media screen and (max-width: 440px) {
  section.hero .header .header-btns a {
    display: none !important;
  }

  section.hero .header-top {
    display: none;
  }
}

section.hero .header .header-btns a:first-child {
  margin: 0;
}

section.hero .header .header-btns a.search-btn {
  margin-left: 10px !important;
}

section.hero .header .header-btns a:hover {
  background-color: #4caf5059;
}

section.hero .header .header-btns a img {
  display: flex;
  width: auto;
  height: 60%;
}

section.hero .header .header-btns .wishlist,
section.hero .header .header-btns .cart,
.toolbar-mobile .t-i .t-i-i .wishlist,
.toolbar-mobile .t-i .t-i-i .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  line-height: 1;
  top: -6px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d25545;
  color: #ffffff;
  font-size: 12px;
}

.side-nav-container {
  visibility: hidden;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.35s, visibility 0.35s;
}

.side-nav-container.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.side-nav-container .side-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #06529a;
  overflow: hidden;
  overflow-y: auto;
}

.side-nav-container.show .side-nav {
  transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
}

.side-nav-container .side-nav .s-n-l {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: rgb(17 12 46 / 7%) 0px 48px 100px 0px;
}

.side-nav-container .side-nav .s-n-l .logo-container {
  display: flex;
  width: 100px;
  height: auto;
}

.side-nav-container .side-nav .s-n-l .logo-container img {
  display: flex;
  width: 100%;
  height: auto;
}

.side-nav-container .side-nav .s-n-l i {
  font-size: 25px;
}

.side-nav-container .side-nav h3 {
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--primary-green) !important;
  text-align: start;
  font-size: 16px;
}

.side-nav-container .side-nav .nav-links {
  display: flex;
  flex-direction: column;
}

.side-nav-container .side-nav .nav-links a {
  display: flex;
  align-items: center;
  gap: .3rem;
  /* justify-content: space-between; */
  padding: 15px 20px;
  color: var(--primary-green);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #d2ddf5;
  text-align: start;
}

.side-nav-container .side-nav .nav-links a i {
  font-size: 12px;
  color: inherit;
}

.side-nav-container .side-nav .nav-links a:last-child {
  border: none;
}

.side-nav-container .side-nav .extra-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

.side-nav-container .side-nav .extra-info h4 {
  color: #071833;
  font-size: 15px;
  font-weight: normal;
  text-align: start;
}

.side-nav-container .side-nav .extra-info .e-i-i {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.side-nav-container .side-nav .extra-info .e-i-i i {
  margin-right: 7.5px;
  color: #ef3d42;
  opacity: 0.8;
}

.side-nav-container .side-nav .extra-info .e-i-i a {
  color: #06529a;
  text-decoration: none;
  direction: ltr;
  margin: 0 4px;
}

.toolbar-mobile .t-i .t-i-i .wishlist,
.toolbar-mobile .t-i .t-i-i .cart {
  top: -50%;
  right: -50%;
  width: 17.5px;
  height: 17.5px;
}

section.hero .header .header-btns .h-a-c {
  margin-left: 10px;
  position: relative;
}

section.hero .header .header-btns .h-a-c .account-details {
  visibility: hidden;
  padding-top: 15px;
  position: absolute;
  right: -120px;
  top: 100%;
  flex-direction: column;
  display: flex;
  opacity: 0;
  transform: translateY(20%);
  -ms-transform: translateY(20%);
  transition: transform 0.35s, opacity 0.35s, visibility 0.35s;
  z-index: 3;
}

section.hero .header .header-btns .h-a-c:hover .account-details {
  z-index: 6;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

section.hero .header .header-btns .h-a-c .account-details .a-d-c {
  padding: 7.5px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
  margin-left: 50px;
}

section.hero .header .header-btns .h-a-c .account-details .a-d-c a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7.5px 15px;
  padding-left: 50px;
  color: #d25545;
  font-size: 15px;
  text-decoration: none;
  text-align: right;
  margin: 0;
  width: unset;
  height: unset;
  border-radius: unset;
  white-space: nowrap;
  background-color: transparent;
  transition: color 0.35s;
  border: none;
}

html[lang='en'] section.hero .header .header-btns .h-a-c .account-details .a-d-c a {
  padding: 7.5px 15px;
  padding-right: 50px;
  gap: .5rem;
}

section.hero .header .header-btns .h-a-c .account-details .a-d-c a i {
  margin-left: 5px;
}

section.hero .header .header-btns .h-a-c .account-details .a-d-c a:hover {
  color: #b93a29;
}

section.hero .hero-cover {
  position: relative;
  display: flex;
  width: 100%;
}

section.hero .hero-cover.category-page {
  margin-bottom: 25px;
}

section.hero .hero-cover.tags-cover {
  width: 102%;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}

section.hero .hero-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

section.hero .hero-cover .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0px auto;
  z-index: 2;
  color: white;
  padding: 0px 1rem;
  text-align: center;
}

section.hero .hero-cover .content h1,
section.hero .hero-cover .content p {
  color: #ffffff;
}

section.hero .hero-cover.tags-cover img.right-abs-juice {
  position: absolute;
  right: -175px;
  bottom: 0px;
  width: 265px;
  border-radius: unset;
  z-index: 1;
  height: auto;
}

section.hero .hero-cover.tags-cover img.left-btm-tag {
  position: absolute;
  left: -217px;
  bottom: -105px;
  width: 220px;
  border-radius: unset;
  z-index: -1;
  height: auto;
}

section.hero .hero-cover.tags-cover img.left-top-tag {
  position: absolute;
  left: -165px;
  top: 5px;
  width: 165px;
  border-radius: unset;
  z-index: -1;
  height: auto;
}

section.hero .hero-cover img {
  display: flex;
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

section.hero .hero-cover img.offer-page-mobile {
  display: none;
}

@media screen and (max-width: 1113px) {
  section.hero .hero-cover img.offer-page-web {
    display: none;
  }

  section.hero .hero-cover img.offer-page-mobile {
    display: flex;
  }
}

section.hero .hero-cover.tags-cover img {
  border-radius: 23px;
  object-position: center;
  height: 65vh;
}

section.hero .hero-cover.tags-cover img.main-tags-cover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: unset;
}

section.hero .hero-cover.tags-cover .h-t-c {
  background-color: rgba(0, 0, 0, 0.2);
  background-color: unset;
}

section.hero .hero-cover.tags-cover .h-t-c h2,
section.hero .hero-cover.tags-cover .h-t-c h3 {
  display: none;
}

@media screen and (max-width: 440px) {
  section.hero .hero-cover img {
    height: 45vh;
  }
}

section.hero .hero-cover .h-t-c {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  text-align: center;
}

section.hero .hero-cover.tags-cover .h-t-c {
  border-radius: 23px;
}

section.hero .hero-cover .h-t-c h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  background-color: var(--red-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px 55px;
  border-radius: 25px;
  background-image: url("/assets/img/texture.png");
  color: white;
}

section.hero .hero-cover .h-t-c h3 {
  margin: 0;
  margin-top: 5px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0px;
}

@media screen and (max-width: 440px) {
  section.hero .hero-cover .h-t-c h3 {
    font-size: 20px;
  }
}

.arrow-down-animation {
  /* transform: rotate(0deg); */
  transform: translateY(9rem) rotate(0deg);
  cursor: pointer;
}

@media screen and (max-width: 440px) {
  .arrow-down-animation {
    display: none;
  }
}

.arrow-down-animation span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow-down-animation span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow-down-animation span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

section.login,
section.register {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  max-width: calc(100% - 40px);
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.login {
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

section.login .login-credentials {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: transform 0.35s;
}

section.login .reset-your-password {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  transition: transform 0.35s;
}

section.login .reset-your-password p {
  font-size: 14px;
  color: #071833;
}

section.login .error,
section.register .error {
  padding: 20px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgba(255, 51, 51, 0.8);
  border-radius: 5px;
  color: #ffffff;
}

section.login .error i,
section.register .error i {
  margin-right: 20px;
  font-size: 23px;
}

section.login .error span,
section.register .error span {
  font-size: 15px;
  flex-shrink: 1;
}

section.register .error a {
  color: #1c355e;
}

section.login .login-form,
section.register .register-form {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.login .login-form>*,
section.register .register-form>* {
  margin-bottom: 25px;
}

section.login .login-form>*:last-child,
section.register .register-form>*:last-child {
  margin: 0;
}

section.login .login-form .l-f-box,
section.register .register-form .r-f-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

section.login .login-form a,
section.register .register-form a {
  cursor: pointer;
  font-size: 15px;
  color: #06529a;
  text-decoration: none;
  transition: color 0.35s;
}

section.login .login-form a:hover,
section.register .register-form a:hover {
  color: #66adf0;
}

section.login .login-form p span,
section.register .register-form p span {
  color: #80868b;
  font-size: 15px;
}

section.blog-header .blog-info,
section.blog-details .swiper .blog-info {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #aab0bc;
  font-size: 15px;
  font-weight: 500;
}

section.blog-header .blog-info .dot,
section.blog-details .swiper .blog-info .dot {
  margin: 0 15px;
  width: 4px;
  height: 4px;
  background-color: #aab0bc;
  border-radius: 50%;
}

/* home intro video */
.home-intro-video {
  position: relative;
  width: 100%;
  height: 127vh;
  overflow: hidden;
  /* border-radius: 0px 0px 150px 150px; */
}

.home-intro-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

.home-intro-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}

.home-intro-video video ::-webkit-media-controls {
  display: none !important;
}

.home-intro-video .text {
  position: absolute;
  top: 25vh;
  left: 3vw;
  z-index: 1;
  /* display: flex;
  flex-direction: column; */
  /* padding-inline-end: 0.5rem; */
}

html[lang='ar'] .home-intro-video .text {
  left: unset;
  right: 3vw;
  text-align: right;
}

.home-intro-video .text .small-title {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
}

.home-intro-video .text .small-title img {
  width: 16px;
}

.home-intro-video .text .title {
  color: white;
  margin-bottom: 0.5rem;
  font-size: 4.375rem;
  max-width: 524px;
}

.home-intro-video .text .title span {
  color: var(--primary-green);
  font-weight: bold;
  font-family: "OtomanopeeOne-Regular", "almarai";
}

html[lang='ar'] .home-intro-video .text .title span {
  font-family: "asmaa", serif;
}

/* .home-intro-video .text .slogan {
  color: whitesmoke;
  direction: rtl;
} */
@media screen and (min-width: 768px) {
  .home-intro-video .text .download-app-btn {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .home-intro-video {
    height: 100vh;
  }

  .home-intro-video .text {
    bottom: 11vh;
    top: unset;
    right: 2vw;
  }

  .home-intro-video .text .title {
    font-size: 4rem;
  }

  .home-intro-video .text .slogan {
    font-size: 16px;
  }

  .home-intro-video .text .download-app-btn {
    display: flex;
  }
}

@media screen and (max-width: 440px) {
  section.hero .header .header-logo {
    display: none;
  }

  /* .home-intro-video .text {
    bottom: -.5vh;
  } */
  .home-intro-video .text .title {
    line-height: 1.5;
  }

  .home-intro-video .text .slogan {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 349px) {
  .home-intro-video .text .title {
    font-size: 2rem;
  }
}

.home-intro-video .fram-hero {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* end home intro video */

/* home categories*/
.home-categories-parent {
  width: 100%;
  height: fit-content;
  position: relative;
  padding-top: var(--section-padding);
}

.home-categories-parent .special-description,
.home-categories-parent .special-title,
.home-categories-parent .special-small-title {
  margin: 0px auto;
  text-align: center;
  padding: 0px 1rem;
}

.home-categories-parent .special-title {
  margin-bottom: .5rem;
}

.home-categories {
  width: 95%;
  padding: 1rem;
  padding-top: 5rem;
}

.home-categories .home-category {
  /* height: 290px; */
  display: inline-block;
  background: var(--mint-light);
  padding: 0;
  border-radius: 2rem;
  position: relative;
}

.home-categories .up-img {
  position: absolute;
  top: -16%;
  right: 0;
  width: 30%;

}

.home-categories .up-img.img1 {}

.home-categories .up-img.img2 {
  width: 40%;
}

.home-categories .up-img.img3 {
  width: 48%;
}

.home-categories .home-category .text {
  padding: 1rem;
}

@media (min-width: 1600px) {
  .home-categories .home-category .text p {
    width: 80%;
  }
}

.home-categories .home-category .box-img {
  background: #ffffff;
  border-radius: 3rem 3rem 0rem 0rem;
}

.home-categories .home-category .box-img img {
  width: 100%;
  object-fit: cover;
}

.home-categories .home-category button {
  padding: .2rem .8rem;
  color: #ffffff;
  background-color: var(--primary-green);
  margin-top: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .3rem;
  transition: .4s;
}

html[lang='ar'] .home-categories .home-category button i {
  scale: -1;
}

.home-categories .home-category button i {
  color: inherit;
  transition: .4s;
}


.home-categories .home-category button:hover {
  color: #f3f2f2;
}

.home-categories .home-category button:hover i {
  transform: translateX(3px);
}

/* .home-categories .home-category img {
  width: 100%;
  height: 94%;
  object-fit: cover;
  border-radius: 8px;
} */
/* .home-categories .home-category .name {
  margin-top: 0.5rem;
  font-size: 19px;
  font-weight: 600;
  color: var(--dark-green-color);
} */
.home-categories-parent .btn {
  position: absolute !important;
  z-index: 2 !important;
  right: 0.5rem !important;
  color: var(--primary-green) !important;
  font-size: 35px !important;
  bottom: 50% !important;
  transform: translateY(50%) !important;
}

.home-categories-parent .btn.prev-btn {
  right: unset !important;
  left: 0.5rem !important;
}

@media screen and (max-width: 992px) {
  .home-categories-parent .btn {
    right: 0px !important;
  }

  .home-categories-parent .btn.prev-btn {
    left: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .home-categories-parent .btn {
    right: 5px !important;
    font-size: 25px !important;
    background: linear-gradient(45deg, #224432, #5a9278);
    color: white !important;
  }

  .home-categories-parent .btn.prev-btn {
    left: 5px !important;
  }
}

/* End home categories*/

/* home interior design*/
.main-content-section {
  width: 95%;
  margin: 0px auto;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

.main-content-section .image {
  width: 51%;
  position: relative;
}

.main-content-section .image.edit-img {
  width: 34%;
}

.main-content-section .image img.main-img {
  width: 100%;
}

.main-content-section .image .btn-book-now {
  display: inline-block;
  position: absolute;
  bottom: -1%;
  left: 2%;
  width: 26%;
}

.main-content-section .image .btn-book-now img {
  width: 100%;
  object-fit: cover;
}

.main-content-section .image .main-btn {
  position: absolute;
  bottom: -1%;
  left: 2%;
}

.main-content-section .text {
  width: 46%;
  text-align: start;
}

.main-content-section .text .special-description {
  max-width: 97%;
}

.main-content-section .text .points {
  color: #5e5e5e;
}

.main-content-section .text .points li {
  font-size: 0.94rem;
  margin-bottom: .8rem;
}

.main-content-section .text .points li span {
  font-size: 1.13rem;
}


@media screen and (max-width: 992px) {
  .main-content-section .text .title {
    font-size: 24px;
  }

  .main-content-section .text .description {
    font-size: 14px;
  }

  .main-content-section .text .points {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .main-content-section {
    flex-direction: column-reverse;
    align-items: center;
  }

  .main-content-section .image,
  .main-content-section .text {
    width: 100% !important;
  }

  .main-content-section .image {
    margin-bottom: 1rem;
  }
}

/* End home interior design*/
/* customize products */
.photo-gallery {
  width: 100%;
  margin: var(--section-padding) 0px 0px 0px;
  margin-top: 3rem;
}

.photo-gallery .special-title,
.photo-gallery .special-small-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.photo-gallery .image {
  width: 100%;
  margin-top: -4%;
}

.photo-gallery .image img {
  width: 100%;
}

/* 
.home-customize-products .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: -3rem;
}
.home-customize-products .text .title {
    font-size: 2.8rem;
    color: #224432;
    margin-bottom: 0.75rem;
    max-width: 574px;
    text-align: center;
    margin: 0px auto;
}
.home-customize-products .text .slogan {
  font-weight: 700;
  font-size: 16px;
  color: #224432;
}
@media screen and (max-width: 992px) {
  .home-customize-products .text {
    margin-bottom: -1rem;
  }
} */
@media screen and (max-width: 768px) {
  .photo-gallery .image img.mobile-image {
    display: block !important;
  }

  .photo-gallery .image img:not(.mobile-image) {
    display: none !important;
  }

  /* .home-customize-products .text {
    margin-bottom: 1.5rem;
  } */
  .photo-gallery {
    margin-bottom: 0;
  }
}

/* End customize products */

section.breadcrumb {
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: var(--primary-green);
  /* background-color: #eeeeee6b; */
  background: #eef6f2;
  font-size: 16px;
  text-align: start;
  border-bottom: 1px solid #eef6f2;
}

/* section.breadcrumb.breadcrumb-bg{
  background: url('/assets/img/modern-minimalist-interior-design.webp') no-repeat center center;
  background-size: cover;
  background-color: transparent;
}
section.breadcrumb.breadcrumb-bg span {
  color: white;
  font-weight: bold;
} */

section.breadcrumb a {
  text-decoration: none;
  color: #1e5514;
  transition: opacity 0.25s;
}

section.breadcrumb a:hover {
  opacity: 60%;
}

section.breadcrumb span {
  flex-shrink: 1;
  color: #023118;
  text-align: center;
}

section.breadcrumb .fw-500 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #234b2b;
}

section.breadcrumb i {
  margin: 0 10px;
  font-size: 12px;
}

section.shop-intro-cover {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 480px;
  position: relative;
  background-color: rgb(255, 255, 255);
  /* Base background */
  overflow: hidden;
  /* background: url(/assets/img/web-site-banner-elite-1.png) no-repeat center center; */
  background: url(/assets/img/web-site-banner-elite-1-mobile.webp) no-repeat center center;
  background-size: cover;
  /* background-repeat: no-repeat; */
  /* background-position: right; */
}

section.shop-intro-cover::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000019;
  width: 100%;
  left: 100%;
  z-index: 1;
}

section.shop-intro-cover * {
  color: #fff !important;
  position: relative;
  z-index: 2;
}

@media (min-width: 960px) {
  section.shop-intro-cover {
    /* background: url(/assets/img/web-site-banner-elite-1.webp) no-repeat center
      center; */
    background-size: cover;
  }
}

section.breadcrumb {
  position: relative;
}

section.categories {
  padding: 35px 0;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

section.categories h2 {
  font-size: 31px;
  line-height: 1.5;
  font-weight: 600;
  color: #f44336;
  backdrop-filter: blur(2px);
}

section.categories>span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  padding: 0 15px;
  font-size: 17px;
  color: #3a1533;
  opacity: 0.8;
}

/* Tags box */
.tags-container {
  background: transparent;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
}

@media screen and (max-width: 678px) {
  .tags-container {
    width: 100%;
    overflow-x: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.tags-container a {
  color: #fff;
  background: var(--primary-green);
  /* background: #0400ff; */
  /* background: linear-gradient(16deg, #2a1533, #865a99); */
  width: fit-content;
  text-align: center;
  border-radius: 16px;
  padding: 5px 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.modal-overlay .tags-container a {
  background: transparent;
}

.tags-container a::before {
  content: "";
  /* Creates an empty pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.1));
  transform: translateX(-100%);
  transition: transform 0.6s;
  z-index: 1;
}

.tags-container a:hover {
  transform: scale(0.95);
}

.tags-container a:hover::before {
  transform: translateX(100%);
}

/* end tags box */

section.categories div.categories {
  width: 90%;
  margin-top: 15px;
  margin-bottom: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* gap: 20px; */
  justify-content: center;
  padding-bottom: 25px;
}

/* div.products-swiper div.swiper-pagination {
  bottom: 22px;
} */
div.categories-swiper div.swiper-pagination {
  bottom: -6px;
  z-index: 1 !important;
}

@media screen and (min-width: 441px) {
  section.categories div.categories {
    overflow: hidden;
  }
}

section.categories div.categories .category-container {
  display: flex;
  flex-direction: column;
  width: 25%;
}

section.categories div.categories .category-container .category {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 1rem;
}

section.categories div.categories .phone-category-parent {
  display: none;
}

section.categories div.categories .category.phone-category {
  width: auto;
}

section.categories div.categories .category-container .category img {
  display: flex;
  width: 100%;
  object-fit: cover;
  transition: transform 0.75s;
}

section.categories div.categories .category-container .category .category-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background 0.35s;
}

section.categories div.categories .category-container .category-title h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3a1533;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.35s;
  font-family: "Poppins", "montserrat-arabic" !important;
}

section.categories div.categories .category-container .category .category-title span {
  opacity: 0;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  color: #ffffff;
  transition: transform 0.35s, opacity 0.35s;
}

section.categories div.categories .category-container .category:hover .category-title {
  background-color: rgba(0, 0, 0, 0.5);
}

section.categories div.categories .category-container:hover {
  background-color: #3a1533;
  border-radius: 1rem;
}

section.categories div.categories .category-container:hover a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

section.categories div.categories .category-container:hover h3 {
  color: white;
}

section.categories div.categories .category-container .category:hover img {
  transform: scale(1.1);
}

section.categories div.categories .category-container .category:hover h3,
section.categories div.categories .category-container .category:hover span {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 600px) {
  section.categories div.categories {
    width: 85%;
  }

  section.categories div.categories .category-container .category .category-title h3 {
    font-size: 17px;
    -ms-transform: unset;
    transform: unset;
  }
}

@media screen and (max-width: 400px) {
  section.categories div.categories .category-container .category .category-title h3 {
    font-size: 15px;
  }
}

div.categories-swiper {
  position: relative;
  width: 80%;
}

div.categories-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}

div.categories-swiper .btns {
  position: absolute;
  left: -110px;
  top: -55px;
  width: 100px;
  height: 20px;
  display: flex;
}

div.categories-swiper .btns .prev-btn,
div.categories-swiper .btns .next-btn {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  box-shadow: 2px 0px 4px 0px #00000042;
}

div.categories-swiper .btns .btn i {
  font-size: 20px;
  color: #f44336;
}

div.categories-swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-green);
}

div.categories-swiper-wrapper .btns {
  position: absolute;
  top: 90px;
  width: 120%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

div.categories-swiper-wrapper .btn {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  box-shadow: 2px 0px 4px 0px #00000042;
  background-color: #2a1533;
  display: none;
}

@media screen and (max-width: 992px) {
  div.categories-swiper-wrapper .btn {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  div.categories-swiper-wrapper .btns {
    width: 110%;
  }
}

@media screen and (max-width: 500px) {
  div.categories-swiper-wrapper .btns {
    width: 120%;
    top: 110px;
  }

  div.categories-swiper-wrapper .btn {
    width: 30px;
    height: 30px;
  }
}

div.categories-swiper-wrapper .btn i {
  font-size: 20px;
  color: white;
}

@media screen and (max-width: 440px) {
  div.categories-swiper .swiper-wrapper .swiper-slide a.flex-column {
    width: 100% !important;
    color: #3a1533 !important;
  }

  div.categories-swiper .btns {
    right: 0px;
    top: -55px;
  }

  section.categories div.categories .category.phone-category img {
    max-height: 183px;
    min-height: 183px;
    object-fit: cover;
  }

  section.categories div.categories {
    width: 90%;
  }

  div.categories-swiper-wrapper .btns {
    width: 100%;
    top: 80%;
  }
}

/* start section product view */
section.products-view {
  width: 100%;
  margin-top: 45px;
}

@media screen and (max-width: 440px) {
  section.products-view {
    margin-top: 12px;
  }

  section.products-view.tag-view {
    margin-top: 0;
  }
}

section.products-view section.products-slider {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: row; */
  gap: 1rem;
  padding: 1rem;
}

section.products-view section.products-slider,
section.products-view section.products-slider * {
  direction: ltr !important;
}

@media (max-width: 768px) {
  section.products-view section.products-slider {
    flex-direction: column;
  }

  .prds-swiper {
    width: 90% !important;
  }

  section.products-view section.products-slider .box-img {
    width: 75% !important;
  }
}

section.products-view section.products-slider .box-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  text-align: center;
}

section.products-view section.products-slider .box-img>img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  section.products-view section.products-slider {
    padding: 1rem 0 !important;
  }
}


/* product mobile seciton */



section.products-view h2.giftshop-title::before {
  background-color: #edc078;
}

section.products-view h2.giftshop-title::after {
  background-color: #edc078;
}

section.products-view .banner {
  width: 100%;
  height: 255px;
  position: relative;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: -0.5rem;
  user-select: none;
  -webkit-user-select: none;
}

section.products-view .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

section.products-view .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

section.products-view .banner .text {
  position: absolute;
  bottom: 2.5rem;
  right: 2.75rem;
  text-align: start;
  width: 100%;
}

section.products-view .banner .text .title {
  font-size: 38px;
  color: #ffde00;
  margin-bottom: 0.25rem;
}

section.products-view .banner .text .desc {
  width: 70%;
  font-size: 24px;
  color: white;
}

section.products-view a.view-more {
  color: #009688;
  display: block;
  width: fit-content;
  margin-left: auto;
  text-align: right;
  margin-right: 2rem;
  margin-top: -2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  font-size: 17px;
}

section.products-view a.view-more i {
  transition: 0.35s;
}

section.products-view a.view-more:hover i {
  transform: translateX(-9px);
}

@media screen and (max-width: 450px) {
  section.products-view a.view-more {
    margin-top: 0;
  }

  section.products-view .banner .text {
    bottom: unset;
    top: 2.5rem;
  }

  section.products-view .banner .text .title {
    font-size: 28px;
  }

  section.products-view .banner .text .desc {
    font-size: 18px;
  }
}

/* home about */
section.home-about {
  width: 100%;
  background-color: #cee6ff;
  background-image: url(/assets/img/about-banner.png);
  background-position: left 20%;
  background-size: cover;
}

section.home-about .layer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 100%;
  height: 100%;
  background-color: #00000029;
}

section.home-about .logo {
  width: 200px;
  margin-bottom: 1rem;
}

section.home-about .logo img {
  width: 100%;
  height: 100%;
}

section.home-about .desc {
  margin: 0 12px;
  text-align: start;
  width: 70%;
  color: #006de3;
  color: white;
  padding: 15px 33px;
}

section.home-about p {
  margin: 0.75rem;
}

@media screen and (max-width: 678px) {
  section.home-about {
    background-position: 16% 75%;
  }

  section.home-about .layer {
    flex-direction: column;
  }

  section.home-about .logo {
    width: 120px;
    margin-bottom: 0;
  }

  section.home-about p {
    margin: 0;
    margin-bottom: 1rem;
  }

  section.home-about .desc {
    padding: 0;
  }
}

/* brands */
section.brands {
  width: 100%;
  margin-top: 1.5rem;
  text-align: start;
}

section.brands .title {
  padding: 0.5rem 2rem;
  color: var(--primary-green);
  font-size: 32px;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 450px) {
  section.brands .title {
    font-size: 30px;
  }
}

section.brands .swiper {
  width: 100%;
  padding: 1.5rem 0;
}

section.brands .swiper .swiper-wrapper .image {
  width: 45px;
  display: flex;
  margin: 0 0.5rem;
  background-color: transparent !important;
}

@media screen and (max-width: 500px) {
  section.brands .swiper .swiper-wrapper .image {
    width: 70px;
  }
}

section.brands .swiper .swiper-wrapper .image img {
  width: 100%;
}

/* single category */
section.single-category {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  position: relative;
}

.single-category .btn.next-btn {
  width: 35px;
  height: 35px;
  background-color: #3449bd;
  color: whitesmoke;
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-category .btn.next-btn i {
  font-size: 18px;
  color: whitesmoke;
}

@media screen and (max-width: 899px) {
  .single-category .btn.next-btn {
    top: 270px;
    right: 10px;
    z-index: 9;
    background-color: whitesmoke;
  }

  .single-category .btn.next-btn i {
    color: #0005ff;
  }
}

@media screen and (max-width: 485px) {
  .single-category .btn.next-btn {
    top: 27%;
  }
}

@media screen and (max-width: 360px) {
  .single-category .btn.next-btn {
    top: 26%;
  }
}

section.login h2,
section.register h2,
section.single-category h2,
section.products h2,
section.products-slider h2,
section.blog-details .b-d-t h3,
.center-title {
  position: relative;
  max-width: 60%;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  padding: 0 20px;
  margin-bottom: 35px;
  color: var(--primary-green);
}

@media (max-width: 400px) {
  section.blog-details .b-d-t h3 {
    max-width: 100%;
  }
}

section.login h2,
section.register h2 {
  margin-bottom: 25px;
}

section.login h2::before,
section.login h2::after,
section.register h2::before,
section.register h2::after,
section.single-category h2::before,
section.single-category h2::after,
.center-title::before,
.center-title::after,
section.products h2::before,
section.products h2::after,
section.products-slider h2::before,
section.products-slider h2::after,
section.blog-details .b-d-t h3::before,
section.blog-details .b-d-t h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transfom: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: var(--primary-green);
}

section.login h2::before,
section.register h2::before,
section.single-category h2::before,
section.products h2::before,
section.products-slider h2::before,
section.blog-details .b-d-t h3::before {
  right: 100%;
}

section.login h2::after,
section.register h2::after,
section.single-category h2::after,
section.products h2::after,
section.products-slider h2::after,
section.blog-details .b-d-t h3::after {
  left: 100%;
}

section.single-category .category-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.single-category .category-container .category-cover {
  margin-bottom: 30px;
  order: 0;
  display: flex;
  width: 30%;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

section.single-category .category-container .category-cover .layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 32px;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.404);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.single-category .category-container .category-cover .layout img {
  width: 20%;
}

@media screen and (max-width: 889px) {
  section.single-category .category-container .category-cover-image {
    aspect-ratio: 3/1.5;
  }
}

section.single-category .category-container .swiper {
  order: 1;
  margin: 0;
  padding-bottom: 40px;
  width: 65%;
  width: 100%;
}

section.single-category .category-container .swiper .swiper-wrapper {
  height: calc(100% - 24px) !important;
}

@media screen and (max-width: 450px) {
  section.single-category .category-container .swiper .swiper-wrapper {
    height: auto !important;
  }
}

section.single-category .category-container .swiper .swiper-pagination {
  bottom: 0;
}

section.single-category .category-container .swiper .swiper-slide {
  text-decoration: none;
  background-color: whitesmoke;
}

section.single-category .category-container .swiper .swiper-slide .product-img {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 67%;
  min-height: 295px;
}

@media screen and (max-width: 500px) {
  section.single-category .category-container .swiper .swiper-slide .product-img {
    height: 60%;
    min-height: unset;
  }
}

section.single-category .category-container .swiper .swiper-slide .rating {
  width: 100%;
  padding: 0.5rem 0;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(131deg, #292929, #b58a13);
}

section.single-category .category-container .swiper .swiper-slide .rating i,
.rating i {
  margin: 0 4px;
  color: rgb(185, 198, 217);
}



section.single-category .category-container .swiper .swiper-slide .product-img img {
  display: flex;
  width: 100%;
  object-fit: cover;
}

section.single-category .category-container .swiper .swiper-slide:hover .product-img img {
  transition: transform 4s;
  transform: scale(1.25);
}

section.single-category .category-container .swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-green);
}

section.single-category .category-container .swiper .swiper-slide .product-name,
section.single-category .category-container .swiper .swiper-slide .product-name,
section.products .products-container .product .product-name,
section.products .products-container .product .product-price {
  line-height: 1.1;
}

section.single-category .category-container .swiper .swiper-slide .product-name,
section.products .products-container .product .product-name {
  /* margin-top: 10px; */
  /* margin-bottom: 7.5px; */
  /* color: #555e59e8; */
  color: var(--primary-green);
  font-size: 16px;
  line-height: 1.45;
}

.product .product-add-to-cart {
  margin: auto;
  margin-top: 12px;
  border-color: var(--primary-green);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 4px 10px;
  color: white;
  background: transparent;
  border: 1px solid var(--primary-green);
  border-radius: 2rem;
  /* width: 82%; */
  width: 100%;
  /* height: 50px; */
  cursor: pointer;
  transition: 0.4s;
}

.product .product-add-to-cart span {
  color: var(--primary-green);
}

.product .product-add-to-cart img {
  width: 15%;
}

.product-add-to-cart:hover {
  background: var(--primary-green);
  color: #fff;
}

.product-add-to-cart:hover span {
  color: #fff;
}

.product .product-add-to-cart.disabled {
  background-color: rgb(204 196 196);
  border-color: rgb(204 196 196);
  color: white;
  cursor: auto;
}

@media screen and (max-width: 992px) {
  .product.tag-product .product-add-to-cart span {
    display: none;
  }
}

.product .product-add-to-cart i {
  margin: 0 0.25rem;
  transition: 0.2s;
}



@media screen and (max-width: 1080px) {
  .product .product-add-to-cart {
    width: 100%;
    margin: 21px auto;
    margin-bottom: 0px;
  }
}

section.single-category .category-container .swiper .swiper-slide .product-price,
section.products .products-container .product .product-price {
  font-size: 1rem;
  /* color: #696969; */
  /* padding: 6px; */
  padding-bottom: 0;
  text-align: start;
}

section.products {
  padding: 50px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1c355e;
  text-align: center;
}

section.products.tags-products {
  padding-top: 0px;
}

section.products img.wishlist-img,
section.products img.compare-img {
  display: flex;
  width: 150px;
  height: auto;
}

section.products h3 {
  text-transform: uppercase;
  margin: 10px 0;
  margin-top: 25px;
  font-weight: 600;
  color: var(--purple-color);
}

section.products span {
  /* max-width: calc(100% - 50px); */
  /* line-height: 1.5; */
  font-size: 15px;
  color: #ffffff;
}

section.products h2 {
  margin-bottom: 40px;
}

section.products .products-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  justify-content: center;
  gap: 1.25rem;
}

section.products .products-container,
section.products .products-container * {
  direction: ltr !important;
}

section.products .products-container .product {
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  transition: .3s ease;
}

@media screen and (max-width: 350px) {
  section.products .products-container .product.separated {
    margin-bottom: 20px;
    position: relative;
  }

  section.products .products-container .product.separated::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 0px;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px dashed #c3bbbb;
  }
}

section.products .products-container .product .product-img {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 23px;
}

section.products .products-container .product .product-img img {
  display: flex;
  width: 100%;
  height: auto;
  height: 265px;
  object-fit: cover;
}

section.products .products-container .product:hover .product-img img {
  transition: transform 4s;
  transform: scale(1.25);
}

@media screen and (max-width: 400px) {
  section.products .products-container .product .product-img>img {
    height: auto !important;
    max-height: fit-content !important;
  }
}

section.single-category .category-container .swiper .swiper-slide .top-left-btns,
section.products .products-container .product .product-img .top-left-btns,
.prds-swiper .swiper-slide .top-left-btns,
.prds-mobile .top-left-btns,
.contents-swiper .swiper-slide .top-left-btns,
section.single-category .category-container .swiper .swiper-slide .center-btns,
section.products .products-container .product .product-img .center-btns,
.prds-swiper .swiper-slide .center-btns,
.prds-mobile .center-btns,
.contents-swiper .swiper-slide .center-btns {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: translateX(0);
  transition: transform 0.5s;
}

.top-left-btns .exchange {
  display: none !important;
}

section.single-category .category-container .swiper .swiper-slide .top-left-btns .wishlist,
section.products .products-container .product .product-img .top-left-btns .wishlist,
.prds-swiper .swiper-slide .top-left-btns .wishlist,
.prds-mobile .top-left-btns .wishlist,
.contents-swiper .swiper-slide .top-left-btns .wishlist,
section.single-category .category-container .swiper .swiper-slide .top-left-btns .exchange,
section.products .products-container .product .product-img .top-left-btns .exchange,
.prds-swiper .swiper-slide .top-left-btns .exchange,
.prds-mobile .top-left-btns .exchange,
.contents-swiper .swiper-slide .top-left-btns .exchange,
section.products .products-container .product .product-img .top-left-btns .delete,
.wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-green);
  /* background: linear-gradient(270deg, rgba(25, 170, 98, 0.2) 22.84%, rgba(223, 223, 223, 0.2) 79.17%); */
  color: #ffffff;
  font-size: 15px;
  transition: background 0.35s, opacity 0.35s;
}

.wishlist>i {
  color: #ffffff;
}

.main-reviews {
  background: linear-gradient(270deg, rgba(63, 63, 63, 0.2) 22.84%, rgba(223, 223, 223, 0.2) 79.17%);
  border-radius: 1rem;
  padding: 0px .5rem;
  height: fit-content;
  color: var(--secondery-green);
  width: 28%;
  padding: 0;
  display: flex;
  align-items: center;
}

.main-reviews img {
  transform: translateX(-27%);
  width: 45%;
}

.main-reviews.reviews-mobile {
  display: none;
}

@media (max-width: 768px) {
  .main-reviews {
    display: none;
  }

  .main-reviews.reviews-mobile {
    display: block;
    width: fit-content;
  }

}

section.products .products-container .product .product-img .top-left-btns .delete {
  background-color: #ef3d42;
}

section.products .products-container .product .product-img .top-left-btns .delete:hover {
  opacity: 0.7;
}

section.single-category .category-container .swiper .swiper-slide .top-left-btns .wishlist:hover,
section.products .products-container .product .product-img .top-left-btns .wishlist:hover,
.prds-swiper .swiper-slide .top-left-btns .wishlist:hover,
.prds-mobile .top-left-btns .wishlist:hover,
.contents-swiper .swiper-slide .top-left-btns .wishlist:hover,
section.single-category .category-container .swiper .swiper-slide .top-left-btns .exchange:hover,
section.products .products-container .product .product-img .top-left-btns .exchange:hover,
.prds-swiper .swiper-slide .top-left-btns .exchange:hover,
.prds-mobile .top-left-btns .exchange:hover,
.contents-swiper .swiper-slide .top-left-btns .exchange:hover {
  /* background-color: rgb(1 177 8 / 88%) */
  background-color: #77bb98e5;
}

section.single-category .category-container .swiper .swiper-slide .top-left-btns .exchange,
section.products .products-container .product .product-img .top-left-btns .exchange,
.prds-swiper .swiper-slide .top-left-btns .exchange,
.prds-mobile .top-left-btns .exchange {
  margin-top: 5px;
  top: 45px;
}

section.single-category .category-container .swiper .swiper-slide .top-left-btns .exchange img,
section.products .products-container .product .product-img .top-left-btns .exchange img,
.prds-swiper .swiper-slide .top-left-btns .exchange img,
.prds-mobile .top-left-btns .exchange img,
.contents-swiper .swiper-slide .top-left-btns .exchange img {
  max-width: 50%;
  max-height: 50%;
  width: auto;
  height: auto;
}

section.single-category .category-container .swiper .swiper-slide .top-left-btns .wishlist i.fa-solid,
section.products .products-container .product .product-img .top-left-btns .wishlist i.fa-solid,
.prds-swiper .swiper-slide .top-left-btns .wishlist i.fa-solid,
.prds-mobile .top-left-btns .wishlist i.fa-solid,
.contents-swiper .swiper-slide .top-left-btns .wishlist i.fa-solid,
section.product-container .product-info .product-action .wishlist i.fa-solid {
  /* color: #f44336; */
  color: #e81e63;
}

section.single-category .category-container .swiper .swiper-slide .center-btns,
section.products .products-container .product .product-img .center-btns,
.prds-swiper .swiper-slide .center-btns,
.prds-mobile .center-btns .center-btns,
.contents-swiper .swiper-slide .center-btns {
  padding: 2.5px 0;
  opacity: 1;
  max-width: 100%;
  top: unset;
  left: unset;
  right: 10px;
  bottom: 10px;
  transition: opacity 0.5s, transform 0.5s;
  background-color: whitesmoke;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  display: none;
}

section.single-category .category-container .swiper .swiper-slide .center-btns button,
section.products .products-container .product .product-img .center-btns button,
.prds-swiper .swiper-slide .center-btns button,
.prds-mobile .center-btns button,
.contents-swiper .swiper-slide .center-btns button {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 7.5px;
  font-size: 14px;
  color: #147418;
  background-color: transparent;
  transition: background 0.35s;
}

section.products table,
section.products td,
section.products th {
  border: 1px solid #dadce0;
  font-size: 14px;
  font-weight: 500;
}

section.products td,
section.products th {
  width: 300px;
  padding: 20px;
  text-align: center;
}

section.products td {
  padding-top: 15px;
}

section.products tr:nth-child(even) {
  background-color: #e5ecf6;
}

section.products td img {
  margin-top: 15px;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

section.products td.price {
  font-weight: 500;
  color: var(--primary-green);
}

section.products td span.remove {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #ef3d42;
  transition: color 0.35s;
}

section.products td span.remove:hover {
  color: #c8232c;
}

section.products td span.remove i {
  margin-left: 2.5px;
}

section.products td .view {
  white-space: nowrap;
  padding: 7px 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--primary-green);
  border: 2px solid #1c355e;
  border-radius: 25px;
  transition: background 0.35s, color 0.35s, border 0.35s;
}

section.products td .view:hover {
  background-color: transparent;
  color: #1c355e;
}

section.products td .view i {
  margin-right: 2.5px;
}

section.products th {
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

section.products .compare-table-container {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

section.products table {
  width: 100%;
  border-collapse: collapse;
}

section.single-category .category-container .swiper .swiper-slide .center-btns button span,
section.products .products-container .product .product-img .center-btns button span,
.prds-swiper .swiper-slide .center-btns button span,
.prds-mobile .center-btns button span,
.contents-swiper .swiper-slide .center-btns button span {
  display: none;
  visibility: hidden;
  white-space: nowrap;
}

section.single-category .category-container .swiper .swiper-slide .center-btns button .placeholder,
section.products .products-container .product .product-img .center-btns button .placeholder,
.prds-swiper .swiper-slide .center-btns button .placeholder,
.prds-mobile .center-btns button .placeholder,
.contents-swiper .swiper-slide .center-btns button .placeholder,
section.single-category .category-container .swiper .swiper-slide .center-btns button i,
section.products .products-container .product .product-img .center-btns button i,
.prds-swiper .swiper-slide .center-btns button i,
.prds-mobile .center-btns button i,
.contents-swiper .swiper-slide .center-btns button i {
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: transform 0.35s;
}

section.single-category .category-container .swiper .swiper-slide .center-btns button i,
section.products .products-container .product .product-img .center-btns button i,
.contents-swiper .swiper-slide .center-btns button i,
.prds-swiper .swiper-slide .center-btns button i,
.prds-mobile .center-btns button i {
  visibility: hidden;
}

section.single-category .category-container .swiper .swiper-slide .center-btns button:hover .placeholder,
section.products .products-container .product .product-img .center-btns button:hover .placeholder,
.prds-swiper .swiper-slide .center-btns button:hover .placeholder,
.prds-mobile .center-btns button:hover .placeholder {
  transform: translate(-50%, calc(-100% - 18px));
  -ms-transform: translate(-50%, calc(-100% - 18px));
}

section.single-category .category-container .swiper .swiper-slide .center-btns button:hover i,
section.products .products-container .product .product-img .center-btns button:hover i,
.prds-swiper .swiper-slide .center-btns button:hover i,
.prds-mobile .center-btns button:hover i,
.contents-swiper .swiper-slide .center-btns button:hover i {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section.single-category .category-container .swiper .swiper-slide .center-btns button i.iconholder,
section.products .products-container .product .product-img .center-btns button i.iconholder,
.prds-swiper .swiper-slide .center-btns button i.iconholder,
.prds-mobile .center-btns button i.iconholder,
.contents-swiper .swiper-slide .center-btns button i.iconholder {
  visibility: visible;
  position: static;
  top: unset;
  left: unset;
  transform: unset;
  -ms-transform: unset;
  color: #128016;
}

section.product-container .product-info .product-action .a-t-c .loader,
section.single-category .category-container .swiper .swiper-slide .center-btns button .loader,
section.products .products-container .product .product-img .center-btns button .loader,
.prds-swiper .swiper-slide .center-btns button .loader,
.prds-mobile .center-btns button .loader,
.contents-swiper .swiper-slide .center-btns button .loader {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  color: #06529a;
}

section.product-container .product-info .product-action .a-t-c .loader {
  color: whitesmoke;
  background-color: var(--primary-green);
}

section.product-container .product-info .product-action .a-t-c.loading .loader,
section.single-category .category-container .swiper .swiper-slide .center-btns button.loading .loader,
section.products .products-container .product .product-img .center-btns button.loading .loader,
.prds-swiper .swiper-slide .center-btns button.loading .loader,
.prds-mobile .center-btns button.loading .loader,
.contents-swiper .swiper-slide .center-btns button.loading .loader {
  display: flex;
}

section.product-container .product-info .product-action .a-t-c .loader i,
section.single-category .category-container .swiper .swiper-slide .center-btns button .loader i,
section.products .products-container .product .product-img .center-btns button .loader i,
.prds-swiper .swiper-slide .center-btns button .loader i,
.prds-mobile .center-btns button .loader i,
.contents-swiper .swiper-slide .center-btns button .loader i {
  visibility: visible;
  transform: translate(-50%, -50%);
  -webkit-animation: 0.7s linear infinite spin;
  animation: 0.7s linear infinite spin;
}

section.product-container .product-info .product-action .a-t-c .loader i {
  position: absolute;
  top: 50%;
  left: 50%;
}

.toolbar-mobile {
  padding: 10px;
  z-index: 5;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: whitesmoke;
  color: #071833;
  box-shadow: rgb(0 0 0 / 14%) 0px 22px 70px 4px;
}

.toolbar-mobile .t-i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 4);
  color: #071833;
  text-decoration: none;
}

.toolbar-mobile .t-i .t-i-i {
  position: relative;
  display: flex;
  width: 20px;
}

.toolbar-mobile .t-i .t-i-i img {
  display: flex;
  width: 100%;
  height: auto;
  filter: brightness(0%);
}

.toolbar-mobile .t-i .t-i-i img.pseudo {
  position: absolute;
  top: 0;
  left: 0;
}

.toolbar-mobile .t-i span {
  line-height: 1;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.single-cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

.single-cta i {
  color: rgb(150 167 147);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
  flex-shrink: 1;
}

.cta-text h4 {
  color: rgb(150 167 147);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: white;
  font-size: 15px;
}


.copyright-container {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  justify-content: space-between;
  margin: 0px auto;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: transparent;
  border: 1px solid transparent;
  color: #1c355e;
  transition: background 0.35s, border 0.35s;
}

.subscribe-form input:focus {
  outline: none;
  background-color: #deeefb;
  border-color: #deeefb;
}

.subscribe-form input::placeholder {
  color: #1c355e;
  opacity: 1;
}

.subscribe-form input:-ms-input-placeholder {
  color: #1c355e;
}

.subscribe-form input::-ms-input-placeholder {
  color: #1c355e;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--primary-green);
  padding: 13px 20px;
  border: 1px solid var(--primary-green);
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  box-shadow: rgb(0 0 0 / 8%) 0px 22px 70px 4px;
  padding: 25px 0;
}

@media screen and (max-width: 992px) {
  .copyright-area {
    margin-bottom: 65px;
  }
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #1c355e;
}

.copyright-text p a {
  color: #e91e63;
  display: inline-block;
}

.col-xl-4.col-md-4.mb-30 {
  margin-top: 3rem;
}

.col-xl-4.col-lg-4.col-md-6 {
  margin-top: 20px;
  text-align: right;
}


.col-xl-4.col-md-4.mb-30:first-child {
  margin: 0;
}

section.product-container {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 30px);
  width: 95% !important;
  align-items: flex-start;
  position: relative;
}


section.product-container .p-i-c,
section.product-container .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: #071833;
}

@media screen and (min-width: 901px) {
  section.product-container {
    flex-direction: row;
    gap: 15px;
  }

  section.product-container .p-i-c,
  section.product-container .product-info {
    margin: 0;
    width: 45%;
  }
}

section.product-container .p-i-c img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 620px;
  object-fit: cover;
  object-position: bottom;
}

.orange-prd-bg {
  background: radial-gradient(circle,
      #ffefa1 0%,
      #ffcc66 50%,
      #ff9800 100%) !important;
}

.green-prd-bg {
  background: radial-gradient(circle,
      #d4ffbc 0%,
      #91e66c 50%,
      #4caf50 100%) !important;
}

.red-prd-bg {
  background: radial-gradient(circle,
      #ffdad6 0%,
      #ff6b6b 50%,
      #c70039 100%) !important;
}

section.product-container .p-i-c .all-images {
  display: flex;
  overflow-x: auto;
  width: 100%;
  margin-top: 0.35rem;
}

section.product-container .p-i-c .all-images .image {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0.25rem;
  cursor: pointer;
}

section.product-container .p-i-c .all-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: unset;
}

section.product-container .all-prd-images {
  width: 7%;
  margin-top: 5px;
}

section.product-container .all-prd-images .image {
  width: 100%;
  height: 7vw;
  margin-bottom: 25px;
}

section.product-container .all-prd-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #a88348c4;
}

section.product-container .all-prd-images .image img.active {
  border: 4px solid #ff1d008a;
}

section.product-container .all-prd-images img {
  width: 25px;
}

section.product-container .share-btns {
  position: absolute;
  top: 25%;
  left: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: anchor-center;
  padding: 10px 7px;
  border-radius: 8px;
  border: 1px solid var(--primary-green);
  backdrop-filter: blur(10px);
}

section.product-container .share-btns p {
  margin-bottom: 7px;
  font-size: 13px;
  padding: 0 2px;
  color: var(--primary-green);
}

section.product-container .share-btns i {
  margin-bottom: 16px;
  font-size: 27px;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--primary-green);
}

section.product-container .share-btns i:hover {
  transform: scale(1.1);
}

section.product-container .share-btns i.fa-facebook:hover {
  color: #1877f2;
  /* Facebook Blue */
}

section.product-container .share-btns i.fa-twitter:hover {
  color: #1da1f2;
  /* Twitter Blue */
}

section.product-container .share-btns i.fa-whatsapp:hover {
  color: #25d366;
  /* WhatsApp Green */
}

section.product-container .share-btns i.fa-envelope:hover {
  color: #d44638;
  /* Gmail Red (or any preferred email color) */
}

section.product-container .product-info {
  margin-top: 1.5rem;
  padding-top: 30px;
  padding-inline-start: 25px;
  width: 40% !important;
}

/* section.product-container .product-info .customize-product-btn {
  border-style: solid dashed;
  border-radius: 6px;
  border-color: var(--coffe-color);
  background: var(--coffe-color);
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  margin-top: -1.5rem;
}
section.product-container .product-info .customize-product-btn i {
  transition: all 0.3s ease;
}
section.product-container .product-info .customize-product-btn:hover i {
  transform: scale(1.2) translate(-2px, -2px);
} */

section.product-container .product-info .product-free-shipping {
  font-size: 16px;
  background-color: rgb(213, 43, 43);
  color: #ffffff;
  padding: 0.35rem 1rem;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

section.product-container .product-info .product-name-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

section.product-container .product-info .mini-desc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

section.product-container .product-info .mini-desc i {
  font-size: 2rem;
}

@media screen and (max-width: 900px) {
  section.product-container .product-info .mini-desc {
    display: none;
  }
}

section.product-container .product-info p {
  color: grey;
  font-size: 14px;
  margin: 0;
  margin-inline-start: 6px;
  width: 95%;
}

html[lang='ar'] section.product-container .product-info p {
  text-align: right;
}

/* section.product-container .product-info img {
  width: 45px;
} */

section.product-container .product-info .wishlist {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--primary-green);
  color: var(--primary-green);
  font-size: 18px;
  transition: color 0.5s, background 0.5s;
  margin-left: 1rem;
  margin-right: 1rem;
}

section.product-container .product-info .wishlist:hover {
  background-color: var(--primary-green);
  border: 2px solid var(--primary-green);
}

section.product-container .product-info .wishlist:hover i {
  color: #ffffff !important;
}

section.product-container .product-info h1 {
  text-align: start;
  font-size: 25px;
  color: var(--primary-green);
}

section.product-container .product-info .product-last-peices {
  font-size: 12px;
  color: red;
  margin: 0;
}

section.product-container .product-info .reviews {
  margin-top: 0;
  color: #1e5514;
  font-size: 14px;
  margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
  section.product-container .product-info .reviews {
    margin-bottom: 0px;
  }
}

section.product-container .product-info .reviews i {
  font-size: 17px;
  color: inherit;
}

section.product-container .product-info .reviews button {
  color: #b9c6d9;
  background-color: transparent;
  transition: 0.36s;
}

section.product-container .product-info .reviews button:hover~button {
  color: #b9c6d9;
}

section.product-container .product-info .reviews:hover button {
  color: #f7b604;
}

/* sub product subcolors */
section.product-container .product-info .sub-colors-title {
  font-size: 14px;
  color: #738378;
  font-weight: 600;
  margin-bottom: 4px;
}

section.product-container .product-info .product-sub-colors {
  display: flex;
  margin-inline-start: 4px;
}

section.product-container .product-info .product-sub-colors .sub-color {
  margin-inline-end: 20px;
  cursor: pointer;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  width: 20px;
  height: 20px;
}

section.product-container .product-info .product-sub-colors .sub-color::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cfcfcf;
  border-radius: 50%;
}

section.product-container .product-info .product-sub-colors .sub-color.active::before {
  border: 3px solid #986e2bb8;
}

/* end product subcolors */

section.product-container .product-info .price {
  margin-top: 15px;
  color: var(--primary-green);
  font-size: 25px;
  font-weight: 500;
}

/* product sizes */
section.product-container .product-info .product-sizes {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.product-container .product-info .product-sizes .title {
  color: #384f38;
  width: 100%;
  text-align: start;
  margin-bottom: 4px;
  padding: 0 4px;
}

section.product-container .product-info .product-sizes .size {
  cursor: pointer;
  font-size: 12px;
  color: var(--primary-green);
  border: 1px solid var(--primary-green);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  margin: 4px 6px;
  transition: all 0.25s;
  -webkit-user-select: none;
  user-select: none;
}

section.product-container .product-info .product-sizes .size.active {
  background-color: var(--primary-green);
  color: white;
}

/* product colors */
section.product-container .product-info .product-colors {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.product-container .product-info .product-colors .title {
  color: #384f38;
  width: 100%;
  text-align: start;
  margin-bottom: 4px;
  padding: 0 4px;
}

section.product-container .product-info .product-colors .color {
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #191a1c87;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
  margin: 4px 6px;
  transition: all 0.25s;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}

section.product-container .product-info .product-colors .color.active::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--primary-green);
}

section.product-container .product-info .product-colors .color.active {
  width: 18px;
  height: 18px;
  margin: 4px 8px;
  box-sizing: border-box;
  border: none;
}

section.product-container .product-info .product-action {
  margin: 20px 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 450px) {
  section.product-container .product-info .product-action {
    flex-direction: row;
  }

  section.product-container .product-info .product-action .a-t-c {
    margin: 0 !important;
  }
}

section.product-container .product-info .product-action .input-counter {
  border-radius: 8px !important;
  border: 1px solid var(--primary-green);
  box-shadow: none;
  margin-bottom: 10px !important;
}

section.product-container .product-info .product-action .input-counter input {
  /* border-left: 1px solid var(--primary-green); */
  border-right: 1px solid var(--primary-green);
}

section.product-container .product-info .product-action .input-counter .minus,
section.product-container .product-info .product-action .input-counter .plus {
  background-color: transparent;
  color: var(--primary-green);
}

section.product-container .product-info .product-action .input-counter .minus:hover,
section.product-container .product-info .product-action .input-counter .plus:hover {
  background-color: #a4ddbf;
}

section.product-container .product-info .product-action .a-t-c {
  position: relative;
  cursor: pointer;
  padding: 12px 30px;
  background-color: var(--primary-green);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 2rem;
  transition: color 0.5s, background 0.5s;
  overflow: hidden;
  border: 1px solid var(--primary-green);
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

html[lang='ar'] section.product-container .product-info .product-action .a-t-c {
  margin-left: 10px !important;
  margin-right: 0px !important;
}

section.product-container .product-info .product-action .a-t-c img {
  width: 15%;
}

.adtc-orange {
  background: #ffa213 !important;
  border: 2px solid #ffae6f;
  transition: all 0.3s ease;
}

.adtc-orange:hover {
  background: #fff !important;
  color: #ffa500 !important;
}

.adtc-green {
  border: 2px solid #b9e8bb;
  transition: all 0.3s ease;
}

.adtc-green:hover {
  background: #fff !important;
  color: #4caf50 !important;
}

.adtc-red {
  background: #f44336 !important;
  border: 2px solid #ffd3d0;
  transition: all 0.3s ease;
}

.adtc-red:hover {
  background: #fff !important;
  color: #df2d4e !important;
}

section.product-container .product-info .product-action .a-t-c:hover {
  background-color: #fff;
  color: var(--primary-green);
}

section.product-container .product-info .product-action .w-e-c {
  width: 100%;
  display: flex;
  flex-direction: row;
}

section.product-container .product-info .product-action .wishlist {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--primary-green);
  color: var(--primary-green);
  font-size: 18px;
  transition: color 0.5s, background 0.5s;
  margin-left: 1rem;
  margin-right: 1rem;
}

section.product-container .product-info .product-action .wishlist:hover {
  background-color: var(--primary-green);
  color: #ffffff;
}

section.product-container .product-info .product-action .exchange {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  font-size: 18px;
  color: var(--primary-green);
  border: 2px solid var(--primary-green);
  border-radius: 50%;
}

section.product-container .product-info .product-action .exchange i {
  transition: color 0.35s;
}

section.product-container .product-info .product-action .exchange img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  transition: filter 0.35s, background 0.35s;
}

section.product-container .product-info .product-action .exchange:hover {
  background-color: var(--primary-green);
  border: 2px solid var(--primary-green);
  color: #ffffff;
}

section.product-container .product-info .product-action .exchange:hover i {
  color: #ffffff;
}

section.product-container .product-info .product-action .exchange:hover img {
  -webkit-animation: 0.7s ease-in-out infinite spin;
  animation: 0.7s ease-in-out infinite spin;
}

section.product-container .product-info b {
  font-weight: 600;
}

section.product-container .product-info .in {
  color: #50c878;
}

section.product-container .product-info .out {
  color: #f44336;
}

section.product-container .product-info .social-media {
  display: flex;
  margin-top: 25px;
  font-size: 19px;
}

section.product-container .product-info .social-media a {
  cursor: pointer;
  margin-right: 20px;
}

section.product-container .product-info .social-media a i {
  transition: transform 0.35s, color 0.2s;
}

section.product-container .product-info .social-media i.fa-facebook-f:hover {
  color: #3b5998;
}

section.product-container .product-info .social-media i.fa-whatsapp:hover {
  color: #25d366;
}

section.product-container .product-info .social-media i.fa-twitter:hover {
  color: #00acee;
}

section.product-container .product-info .social-media i.fa-envelope:hover {
  color: #06529a;
}

section.product-container .product-info .social-media i.fa-pinterest-p:hover {
  color: #c8232c;
}

section.product-container .product-info .social-media i.fa-facebook-messenger:hover {
  color: #00b2ff;
}

section.product-container .product-info .social-media i:hover {
  transform: translateY(-20%);
}

section.product-container .product-info .social-media i:last-child {
  margin: 0;
}

section.product-information {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 90%;
}

section.product-information table.product-details {
  border: 1px solid var(--primary-green);
  margin-bottom: 1.5rem;
}

section.product-information table.product-details th,
td {
  text-align: center;
  border: 1px solid var(--primary-green);
  font-weight: 400;
}

section.product-information table.product-details th {
  background-color: var(--purple-color);
  color: var(--primary-green);
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.accordion {
  background: linear-gradient(135deg, #19AA62 0%, #0B3A0E 100%);
  color: white;
  cursor: pointer;
  padding: 15px 60px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  /* margin: 0 10px; */
  border-radius: 15px;
  /* box-shadow: 0 8px 25px rgba(139, 69, 19, 0.2); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: left 0.5s;
}

.accordion:hover::before {
  left: 100%;
}

.accordion:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 12px 35px rgba(139, 69, 19, 0.3); */
}

.accordion::after {
  content: "🐱";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion.active::after {
  transform: translateY(-50%) rotate(360deg);
  content: "🐶";
}

section.product-information .panel {
  margin-bottom: 15px;
  padding: 0 18px;
  max-height: 0;
  color: #1c355e;
  margin-top: 0.1rem;
  font-size: 14px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: rgb(0 0 0 / 8%) 0px 22px 70px 4px;
  text-align: start;
  padding: 0.5rem 18px;
}

.accordion.active+.panel {
  border-top: 3px solid var(--primary-green);
}

section.product-information .panel:last-child {
  margin: 0;
  font-size: 1.2rem;
  color: var(--primary-green);
}

section.product-information .panel p {
  margin: 18px 0;
}

section.product-information .panel strong {
  font-weight: 600;
}

section.product-information .panel h3 {
  font-size: 14px;
  font-weight: bold;
}

section.product-information .panel ul li {
  margin-left: 25px;
}

section.products-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  width: calc(100% - 30px);
}

@media screen and (max-width: 600px) {
  section.products-slider {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  section.products-slider {
    margin-top: 4px !important;
  }
}

section.products-slider h2 {
  margin-bottom: 25px;
}

.prds-swiper {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  position: static;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

div.swiper.mini-swiper .btns {
  display: flex;
  position: absolute;
  top: 260px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 440px) {
  div.swiper.mini-swiper .btns {
    top: 48%;
  }

  div.ramadan-parent div.swiper.mini-swiper .btns {
    top: 460px;
  }
}

div.swiper.products-swiper .btns {
  position: absolute;
  width: 104%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html[lang='en'] div.swiper.products-swiper .btns {
  direction: rtl !important;
}

@media screen and (min-width: 678px) {
  .tags-products .prds-swiper .btns {
    display: none !important;
  }
}

@media screen and (max-width: 678px) {
  .prds-swiper .btns {
    position: static;
    margin: 0.25rem auto 1rem 1rem;
    margin-bottom: 3rem;
    width: auto;
  }

  div.swiper.products-swiper .btns {
    display: none;
  }
}

.tags-products .prds-swiper .btns {
  background-color: whitesmoke;
}

.prds-swiper .btns .btn {
  width: 45px;
  height: 45px;
  background-color: transparent;
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  /* box-shadow: 2px 0px 4px 0px #00000042; */
}

.tags-products .prds-swiper .btns .btn {
  border: 1px solid #0005ff;
}

.prds-swiper .btns .btn i {
  font-size: 30px;
  color: var(--primary-green);
}

.prds-swiper .product {
  /* text-align: start; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}



.product .product-img {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  overflow: hidden;
}

.product .product-img img {
  display: flex;
  width: 100%;
  object-fit: cover;
  height: 100%;
  background-color: #E9FCF2;
}

.product .product-img>img {
  border-radius: 1rem;
  aspect-ratio: 1.02;
}

@media screen and (max-width: 768px) {
  .product {
    padding-top: .5rem;
  }

  /* .product .product-img{
    padding: 0 .5rem;
  } */
  .product .product-img>img {
    border-radius: 8px;
    max-height: 145px;
    width: 100%;
    object-fit: cover;
  }
}

/* contents swipper */
.contents-swiper {
  width: 100%;
  padding: 0 1.5rem;
  padding-bottom: 40px;
  user-select: none;
  -webkit-user-select: none;
  position: static;
}

@media screen and (max-width: 400px) {
  .contents-swiper {
    padding-left: 0;
    padding-right: 0;
  }
}

.contents-swiper .swiper-pagination-bullet-active {
  background-color: #009688;
}

.contents-swiper .btns {
  position: absolute;
  left: 30px;
  top: -45px;
  width: 100px;
  height: 20px;
  display: flex;
}

@media screen and (max-width: 678px) {
  .contents-swiper .btns {
    position: static;
    margin: 0.25rem auto 1rem 1rem;
    margin-bottom: 3rem;
    width: auto;
  }
}

.contents-swiper .btns .btn {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  box-shadow: 2px 0px 4px 0px #00000042;
}

.contents-swiper .btns .btn i {
  font-size: 20px;
  color: #009688;
}

.contents-swiper .content-thumb .image {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
}

.contents-swiper .content-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-swiper .content-thumb .image .play-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.167);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.contents-swiper .content-thumb .image .play-overlay i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.367);
  border: 1px solid white;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}

.contents-swiper .content-thumb .text {
  text-align: start;
  padding: 6px;
}

.content-video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.content-video-popup .title {
  width: 70vw;
  margin: 0 auto;
  text-align: start;
  padding: 0 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
  color: white;
}

.content-video-popup video {
  width: 70vw;
  border-radius: 4px;
  border: 4px solid #ffffffc4;
}

@media screen and (max-width: 678px) {
  .content-video-popup {
    flex-direction: column-reverse;
  }

  .content-video-popup .title {
    width: 90vw;
  }

  .content-video-popup video {
    width: 90vw;
  }
}

/* tags swiper */

/* contents swipper */
.tags-swiper {
  width: 90%;
  padding: 0 1.5rem;
  padding-bottom: 40px;
  user-select: none;
  -webkit-user-select: none;
  position: static;
}

@media screen and (max-width: 600px) {
  .tags-swiper {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .tags-swiper {
    padding-left: 0;
    padding-right: 0;
  }
}

.tags-swiper .swiper-pagination-bullet-active {
  background-color: #009688;
}

.tags-swiper .btns {
  position: absolute;
  left: 30px;
  top: -45px;
  width: 100px;
  height: 20px;
  display: flex;
}

@media screen and (max-width: 678px) {
  .tags-swiper .btns {
    position: static;
    margin: 0.25rem auto 1rem 1rem;
    margin-bottom: 3rem;
    width: auto;
  }
}

.tags-swiper .swiper-wrapper {
  display: flex;
}

.tags-swiper .btns .btn {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  box-shadow: 2px 0px 4px 0px #00000042;
}

.tags-swiper .btns .btn i {
  font-size: 20px;
  color: #009688;
}

.tags-swiper .content-view {
  height: auto;
}

.tags-swiper .content-view .image {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  background-image: url(/assets/img/sub-shape.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 500px) {
  .tags-swiper .content-view .image {
    height: auto;
  }
}

.tags-swiper .content-view .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tags-swiper .content-view .text {
  color: #323539;
  text-align: start;
  padding: 6px 15px;
  text-align: center;
  border-radius: 23px;
  color: #fff;
  background: linear-gradient(to bottom, #f2b5a5, #f76a51);
  width: fit-content;
  font-size: 14px;
  margin: auto;
}

/* end tags swiper */
.product .author {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--blue-color);
  color: whitesmoke;
  border-bottom-left-radius: 12px;
  font-size: 14px;
  padding: 4px 10px;
  padding-left: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product .product-img .rating {
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  background: #fffcf9;
  padding: 4px 14px;
  display: flex;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 2px solid #e49f2c;
}

.product .product-img .rating i {
  margin: 0 2px;
  color: rgb(185, 198, 217);
}

.product .swiper-slide {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.product .swiper-slide:hover .product-img img {
  transition: transform 4s;
  transform: scale(1.25);
}

.tags-title {
  color: #1e5514;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 4px;
}

.product-tags {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  /* padding-inline-start: 15px; */
  gap: 0.5rem;
}

.btns-container {
  text-align: center;
  gap: 0.5rem;
}

.product-tags .tag {
  padding: 2px 10px;
  border-radius: 8px;
  background: #eef6f2 !important;
  color: var(--primary-green) !important;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 5px 14px;
  font-size: 13px;
  transition: 0.3s;
}

.product-tags .tag span {
  font-size: 10px;
  color: inherit;
}

.product-tags .tag:hover {
  background: #bbe7d1 !important;
}

.product .product-info {
  width: 100%;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0 6px;
  /* padding-inline-start: 15px; */
  margin-top: 1rem;
}

.product .product-name,
.products-container .product .product-name {
  width: 67%;
  flex: 1;
  font-size: 1.3rem;
  /* margin-bottom: 1.5rem; */
  font-family: "OtomanopeeOne-Regular", "almarai";
  color: var(--secondery-green);
}

.product .product-price {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: var(--primary-green);
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.product .product-price,
.product .product-price * {
  font-family: "OtomanopeeOne-Regular", "almarai";
}

.product .product-price .old-price,
.product .product-price .new-price {
  color: var(--primary-green);
}

@media screen and (max-width: 768px) {
  .product .product-price {
    font-size: 1rem;
  }
}

/* html[lang='ar'] .product .product-price {
  direction: ltr;
} */





.prds-swiper .product .action-btns {
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
  width: 100%;
  padding: 0px 0.8rem;
}

.prds-swiper .product .action-btns .exchange {
  display: flex !important;
  cursor: pointer !important;
  font-size: 18px;
  margin: 0 1rem;
}

.prds-swiper .product .action-btns .exchange img {
  width: 26px;
  margin-inline-end: 5px;
}

@media screen and (max-width: 768px) {

  .prds-swiper .product .action-btns .exchange,
  .prds-swiper .product .action-btns .wishlist {
    font-size: 15px !important;
    margin-top: 0.5rem !important;
  }

  .prds-swiper .product .action-btns .exchange img {
    width: 20px;
  }
}

.prds-swiper .product .action-btns .wishlist {
  margin: 0 1rem;
  font-size: 18px;
  cursor: pointer;
}

.prds-swiper .product .action-btns .wishlist i {
  margin: 0 5px;
}

.prds-swiper .product .action-btns .wishlist .mobile-hide {
  display: none;
}

.prds-swiper .product .action-btns.options-btns {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

/* .prds-swiper .product .action-btns .product-add-to-cart {
  background: transparent;
  border: 1px solid var(--primary-green);
  border-radius: 2rem;
  color: var(--primary-green);
  border-color: var(--primary-green);
  width: 100%;
  cursor: pointer;
  margin: 0;
  transition: 0.4s;
} */
.product .product-add-to-cart i {
  margin: 0 0.25rem;
  transition: 0.2s;
}

.prds-swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-green);
}

.checkout-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.checkout-container .c-l-c {
  padding: 20px;
  max-width: 100%;
  width: 600px;
  display: flex;
}

.checkout-container .logo {
  display: flex;
  width: 120px;
  transition: opacity 0.35s;
}

@media screen and (max-width: 450px) {
  .checkout-container .logo {
    width: 85px;
  }
}

.checkout-container .logo:hover {
  opacity: 0.8;
}

.checkout-container .logo img {
  display: flex;
  width: 100%;
  height: auto;
}

.checkout-popup-container,
.checkout-success-container {
  z-index: 3;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  overflow-y: auto;
}

.checkout-success-container {
  background-color: whitesmoke;
}

.checkout-popup-container .checkout-popup,
.checkout-success-container .checkout-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  margin: 25px 0;
  width: 550px;
  max-width: 90%;
  background-color: whitesmoke;
  border-radius: 20px;
}

.checkout-success-container .checkout-success {
  width: 600px;
}

.checkout-popup-container .checkout-popup h2,
.checkout-success-container .checkout-success h2 {
  opacity: 0.9;
  font-size: 29px;
  font-weight: 500;
  font-family: "Cairo", serif;
}

.checkout-success-container .checkout-success h2 {
  margin: 0;
  text-align: center;
  color: var(--primary-green);
}

.checkout-popup-container .checkout-popup img,
.checkout-success-container .checkout-success img {
  margin-top: 30px;
  display: flex;
  width: 125px;
  height: auto;
}

.checkout-success-container .checkout-success img {
  opacity: 0.9;
  margin: 0;
}

.checkout-success-container .checkout-success .logo-img {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  height: 40px;
}

.checkout-success-container .checkout-success .logo-img img {
  opacity: 1;
  width: auto;
  height: 100%;
}

.checkout-success-container .checkout-success span {
  opacity: 0.7;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}

.checkout-popup-container .checkout-popup p {
  margin: 0;
  margin-top: 25px;
  opacity: 0.75;
  font-size: 14px;
}

.checkout-popup-container .checkout-popup span {
  opacity: 0.9;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 27px;
  font-weight: 500;
  border: 2px dashed rgba(7, 24, 51, 0.3);
  border-radius: 10px;
  color: #071833;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #06529a;
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: whitesmoke;
  transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: var(--primary-green);
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  margin: 0;
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  margin: 0;
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgb(21 100 51 / 50%);
}

.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: whitesmoke;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.order-summary-control {
  cursor: pointer;
  color: #071833;
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffe3cd;
}

.order-summary-control .o-s-c-c {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 100%;
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.order-summary-control .summary-ctrl-btn {
  display: flex;
  align-items: center;
}

.order-summary-control span,
.order-summary-control i {
  font-size: 14px;
  transition: transform 0.35s;
}

.order-summary-control i.rotate {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order-summary-control img {
  display: flex;
  width: 18px;
  height: auto;
}

.order-summary-control .total {
  font-size: 19px;
}

.user-info {
  order: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.user-info .logo {
  margin: 0;
  display: none;
}

.user-info .u-i-c {
  max-width: 100%;
  width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.user-info .u-i-c .btn-container {
  margin-top: 20px;
  padding: 15px 25px;
  flex-direction: row-reverse;
  direction: ltr;
}

.user-info .u-i-c .btn-container * {
  direction: ltr;
}

.user-info .u-i-c .btn-container a {
  margin-right: 10px;
  cursor: pointer;
  color: var(--primary-green);
  display: flex;
  flex-shrink: 1;
  align-items: center;
  line-height: 1;
  transition: opacity 0.35s;
}

section.categories-shop {
  width: 100%;
  padding: 50px 0;
  /* padding-bottom: 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

/* @media only screen and (min-width: 768px) {
    section.categories-shop {
        width: 95%;
    }
} */
section.categories-shop h2 {
  font-size: 31px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--primary-green);
  backdrop-filter: blur(2px);
}

section.products-view h2.title {
  width: 95%;
  margin: 0px auto;
}

section.categories-shop div.categories {
  width: 95%;
  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

/* @media only screen and (min-width: 768px) {
    section.categories-shop div.categories {
        width: 90%;
    }
} */
section.categories-shop div.categories .category {
  cursor: pointer;
  position: relative;
  margin: 15px;
  /* display: flex; */
  width: calc(100% - 30px);
  height: 290px;
  overflow: hidden;
  border-radius: 8px;
}

section.categories-shop div.categories .category:hover img.elite-text-motion {
  opacity: 1;
  scale: 1;
}

section.categories-shop div.categories .category:hover .category-title-span {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-weight: bold;
}

section.categories-shop div.categories .category:hover .category-title {
  background-color: rgba(0, 0, 0, 0.3);
}

/* section.categories-shop div.categories .category::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
} */
@media only screen and (min-width: 600px) {

  section.categories-shop div.categories .category,
  section.categories div.categories .category {
    width: calc(50% - 30px);
  }
}

@media only screen and (min-width: 850px) {
  section.categories-shop div.categories .category {
    width: calc((100% / 4) - 30px);
  }
}

section.categories-shop div.categories .category img.shop-prd {
  display: flex;
  width: 100%;
  height: 88%;
  object-fit: cover;
  transition: transform 0.75s;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

section.categories-shop div.categories .category .category-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background 0.35s;
  border-radius: 8px;
}

section.categories-shop div.categories .category .category-title h3 {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  margin-bottom: 10px;
  /* color: var(--blue-color); */
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.35s;
}

section.categories-shop div.categories .category .category-title span {
  text-align: center;
  opacity: 0;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  color: #ffffff;
  transition: transform 0.35s, opacity 0.35s;
}

section.categories-shop span.category-title-span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 720px;
  padding: 0 15px;
  font-size: 16px;
  opacity: 0.8;
  backdrop-filter: blur(2px);
}

section.categories-shop div.categories .category img.elite-logo-motion {
  position: absolute;
  width: 45px;
  z-index: inherit;
  left: 5px;
  top: 10px;
  transition: all 0.4s ease;
  z-index: 2;
}

section.categories-shop div.categories .category img.elite-text-motion {
  scale: 0;
  /* position: absolute; */
  width: 75px;
  /* z-index: inherit; */
  /* right: -55px; */
  /* bottom: -23px; */
  opacity: 0.5;
  transition: all 0.4s ease;
}

section.categories-shop div.categories .cat-name-shop {
  display: none;
}

section.categories-shop div.categories .category h3 {
  margin-top: 0.5rem;
  font-size: 19px;
  font-weight: 600;
  color: var(--dark-green-color);
}

.user-info .u-i-c .btn-container a span {
  flex-shrink: 1;
  margin-left: 12.5px;
  font-size: 14px;
}

.user-info .u-i-c .btn-container a:hover {
  opacity: 0.75;
}

.user-info .u-i-c button,
.checkout-success-container .checkout-success a {
  text-decoration: none;
  margin-left: auto;
  padding: 10px 15px;
  align-self: flex-end;
  border: 2px solid var(--primary-green);
  background-color: var(--primary-green);
  color: #ffffff;
  flex-shrink: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background 0.35s, color 0.35s;
}

.user-info .u-i-c button *,
.checkout-success-container .checkout-success a * {
  color: inherit;
}

.checkout-success-container .checkout-success a {
  position: absolute;
  bottom: 25px;
  margin: 0;
  margin-top: 25px;
  align-self: center;
}

.user-info .u-i-c button:hover,
.checkout-success-container .checkout-success a:hover {
  cursor: pointer;
  color: var(--primary-green);
  background-color: transparent;
}

.user-info .breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  background-color: transparent;
}

.user-info .breadcrumb i {
  margin: 0 10px;
}

.user-info .breadcrumb a {
  color: #0b2a06;
}

.user-info .breadcrumb span {
  color: var(--dark-green-color);
  opacity: 0.7;
}

.user-info .breadcrumb .clickable {
  cursor: pointer;
  transition: opacity 0.35s;
}

.user-info .breadcrumb .clickable:hover {
  opacity: 1;
}

.user-info .breadcrumb .active {
  cursor: unset;
  opacity: 1;
  font-weight: 500;
  color: var(--primary-green);
}

.user-info .i-b-c {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.user-info .i-t {
  width: 100%;
  color: #071833;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.user-info .i-t,
.user-info .i-t * {
  direction: ltr;
}

.user-info .i-t h3 {
  margin: 0;
  margin-right: 20px;
  font-size: 17px;
  font-weight: normal;
  color: var(--dark-green-color);
}

.user-info .i-t span {
  font-size: 13px;
}

.user-info .i-t span.opacity-75 {
  opacity: 0.75;
}

.user-info .i-t span a {
  color: var(--dark-green-color);
}

.cart-info {
  order: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
  background-color: #fff8f2;
  border-bottom: 1px solid #ffb174;
}

.cart-info .input-box.focus .input-label,
.cart-info .input-box.active .input-label {
  background: #e8f3fc;
}

/* cashback sale */
.cart-info .cashback-sale {
  width: 100%;
}

.cart-info .points-system {
  width: 95%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-inline-start: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 23px;
  justify-content: end;
  height: 195px;
  background-image: url(/assets/img/points-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 70px;
}

.cart-info .points-system .point-text {
  width: 45%;
  text-align: right;
  margin-top: 20px;
}

.cart-info .points-system .point-text .elite-points-logo {
  width: 100%;
}

.cart-info .points-system .point-text .elite-points-logo img {
  width: 50px;
}

.cart-info .points-system img.logo-points-box {
  width: 30px;
  position: absolute;
  top: 4%;
  left: 10px;
  opacity: 0.95;
}

.cart-info .points-system img.point-float {
  width: 60px;
  position: absolute;
  top: -12%;
  right: 40%;
  opacity: 0.95;
  animation: moveAndRotate 4s ease-in-out infinite;
}

.cart-info .points-system img.discount-icon {
  width: 75px;
  position: absolute;
  bottom: -28%;
  right: 13px;
  opacity: 0.95;
  transform: rotate(80deg);
  z-index: 1;
}

@keyframes moveAndRotate {
  0% {
    transform: translateY(0) rotate(0deg);
    /* Start position */
  }

  25% {
    transform: translateY(-10px) rotate(0deg);
    /* Move up */
  }

  50% {
    transform: translateY(0) rotate(15deg);
    /* Return to original position and rotate right */
  }

  75% {
    transform: translateY(-10px) rotate(-15deg);
    /* Move up and rotate left */
  }

  100% {
    transform: translateY(0) rotate(0deg);
    /* Back to original position */
  }
}

.cart-info .points-system .hang-circle {
  background: #ffffff;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 16px;
  bottom: 10px;
  border-radius: 50%;
}

.cart-info .points-system .point-text h3 {
  font-size: 25px;
  margin-bottom: 5px;
  padding-inline-start: 20px;
}

.cart-info .points-system .point-text h3 span {
  color: #fff;
  font-size: 26px;
}

.cart-info .points-system .point-text h5 {
  font-size: 16px;
  line-height: 30px;
  width: 90%;
  padding-inline-start: 20px;
  margin-bottom: 15px;
}

.cart-info .points-system .point-text .win-points {
  padding-inline-start: 15px;
}

.cart-info .points-system .point-text .win-points p {
  margin: 0;
  margin-top: 7px;
}

.cart-info .points-system .point-text .win-points p span {
  color: #f44336;
  font-size: 22px;
  font-weight: 600;
}

.cart-info .points-system .point-text a {
  font-size: 23px;
  color: var(--red-color);
  background: #fff;
  padding: 5px 20px;
  border-radius: 23px;
  transition: all 0.3s ease;
}

.cart-info .points-system .point-text a:hover {
  background: var(--red-color);
  color: #fff;
}

.cart-info .points-system .image {
  width: 50%;
  align-self: flex-end;
}

.cart-info .points-system .image img {
  width: 100%;
  border-radius: 23px;
}

.cart-info .cashback-sale .headline {
  color: #06529a;
  width: 100%;
  text-align: center;
  display: none;
}

.cart-info .cashback-sale .body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #2cbbff;
  padding: 0.75rem 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .cart-info .cashback-sale .body {
    max-width: 600px;
    margin: 0 auto;
  }
}

.cart-info .cashback-sale .body .image {
  width: 40%;
  display: flex;
}

.cart-info .cashback-sale .body .image img {
  width: 100%;
}

.cart-info .cashback-sale .body .text {
  font-size: 22px;
  color: #fff;
  width: 44%;
  text-transform: capitalize;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .cart-info .cashback-sale .body .text {
    width: 55%;
    font-size: 16px;
  }
}

.cart-info .cashback-sale .body .text a {
  color: #004064;
  text-decoration: underline;
  transition: color 0.35s;
}

.cart-info .cashback-sale .body .text a:hover {
  color: #fff;
}

.cart-info .c-i-c {
  max-width: 100%;
  width: 600px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  direction: ltr;
}

.cart-info .c-i-c * {
  direction: ltr;
}

.cart-info .c-i-c .orderPoints {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: right;
  direction: rtl;
  padding: 7px 10px;
  border-radius: 23px;
  text-align: center;
  position: relative;
}

.cart-info .c-i-c .orderPoints::before {
  content: "";
  position: absolute;
  bottom: -4%;
  left: 25%;
  width: 60%;
  height: 2px;
  background-color: #aab0bc;
}

.cart-info .c-i-c .orderPoints img.win-logo {
  position: absolute;
  top: -6%;
  right: 4%;
  width: 40px;
  z-index: -1;
}

.cart-info .c-i-c .orderPoints img.elite-coin {
  width: 55px;
  animation: moveAndRotate 4s ease-in-out infinite;
}

.cart-info .c-i-c .orderPoints .order-earn-points {
  padding: 2px 30px;
  border-radius: 21px;
  color: #fff;
  font-size: 22px;
  margin-right: -23px;
  z-index: -1;
  background: linear-gradient(to right, #0bb612, #1b4f1c);
}

.cart-info .c-i-c .points-note {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}

.cart-info .c-i-c .submit-points {
  margin-top: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}

.cart-info .c-i-c .submit-points input {
  border-radius: 8px;
  border: 1px solid grey;
  direction: rtl;
  width: 25%;
  padding: 2px 5px;
  height: 35px;
}

.cart-info .c-i-c .submit-points button {
  background: #0bb612;
  color: #fff;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 15px;
}

.cart-info .c-i-c .submit-points button:hover {
  transform: scale(0.95);
}

#userPoints::placeholder {
  font-size: 12px;
  color: #888;
  opacity: 1;
}

.cart-info .c-i-c .submit-points img {
  width: 30px;
}

.cart-info .c-i-c .points-note p {
  margin: 0;
  text-align: right;
  direction: rtl;
  font-size: 15px;
}

.cart-info .c-i-c .points-note p span {
  color: #29852d;
  font-size: 17px;
  font-weight: 500;
}

.cart-info .c-i-c .points-note img {
  width: 20px;
}

.cart-info .c-i-c .points-earned {
  text-align: right;
}

.cart-info .c-i-c .points-earned img {
  width: 20px;
  margin-inline-start: 7px;
}

.cart-info .c-i-c .points-earned span {
  margin: 0 3px;
  color: #f44336;
  font-size: 20px;
  font-weight: 600;
}

.cart-info .c-i-c .cart-contents {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cdd9e4;
}

.cart-info .c-i-c .cart-contents:first-child {
  padding-top: 20px;
}

.cart-info .c-i-c .cart-contents .cart-content {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #071833;
}

.cart-info .c-i-c .cart-contents .cart-content:first-child {
  margin: 0;
}

.cart-info .c-i-c .cart-contents .cart-content .c-c-r {
  display: flex;
  flex-shrink: 1;
  align-items: center;
}

.cart-info .c-i-c .cart-contents .cart-content .c-c-r .img-cover {
  position: relative;
  display: flex;
  width: 105px;
}

.cart-info .c-i-c .cart-contents .cart-content .c-c-r .img-cover img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cart-info .c-i-c .cart-contents button {
  padding: 0 20px;
  margin-left: 15px;
  background-color: #a88348;
  /* background-color: #0bb612; */
  color: #ffffff;
  border-radius: 5px;
  transition: background 0.35s;
}

.cart-info .c-i-c .cart-contents button#redirectLogin {
  background-color: #f44336;
  padding-block: 10px;
  width: 40%;
  border-color: #f44336;
  margin-left: 0;
}

.cart-info .c-i-c .cart-contents button#redirectLogin:hover {
  cursor: pointer;
  background-color: #a92219;
}

.cart-info .c-i-c .cart-contents button:hover {
  cursor: pointer;
  background-color: var(--primary-green);
}

.cart-info .c-i-c .cart-contents .cart-content .c-c-r .img-cover .product-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 21px;
  height: 21px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #c8232c;
  border-radius: 50%;
}

.cart-info .c-i-c .cart-contents .cart-content .c-c-r h4 {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  flex-shrink: 1;
  font-size: 16px;
}

.cart-info .c-i-c .cart-contents .cart-content span {
  margin-left: 25px;
  font-size: 14px;
  color: #f7570a;
}

.cart-info .c-i-c .cart-contents .s-t {
  color: #071833;
  font-size: 14px;
}

.cart-info .c-i-c .cart-contents .s-t.small {
  font-size: 12px;
}

.cart-info .c-i-c .cart-contents .c-t {
  color: #071833;
  font-size: 16px;
}

.cart-info .c-i-c .cart-contents .c-b {
  color: green;
  font-size: 16px;
  font-weight: 500;
}

.cart-info .c-i-c .cart-contents .c-t.big,
.cart-info .c-i-c .cart-contents .c-b.big {
  font-size: 12px;
  display: flex;
  align-items: flex-end;
}

.cart-info .c-i-c .cart-contents .c-t.big span.total,
.cart-info .c-i-c .cart-contents .c-t.big span.old-total,
.cart-info .c-i-c .cart-contents .c-b.big span.cashback {
  margin-left: 7.5px;
  font-size: 21px;
  line-height: 1;
}

section.my-orders {
  padding: 30px 0;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  direction: ltr;
  position: relative;
}

html[lang="ar"] section.my-orders {
  direction: ltr;
}

section.my-orders img.account-left-fruit {
  position: absolute;
  width: 80px;
  left: -135px;
  top: 100px;
}

section.my-orders * {
  direction: ltr;
}

section.my-orders .m-o-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
}

section.my-orders .m-o-nav a {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  padding: 10px 15px;
  color: #071833;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.35s;
}

section.my-orders .m-o-nav a:last-child {
  border: none;
}

section.my-orders .m-o-nav a:hover {
  background-color: rgba(136, 136, 136, 0.08);
}

section.my-orders .m-o-nav a.active {
  background: linear-gradient(to left, #fff5f4, transparent 90%);
}

section.my-orders .m-o-c {
  color: #1c355e;
  font-size: 15px;
  width: 100%;
  margin-top: 25px;
}

section.my-orders .m-o-c b,
section.my-orders .m-o-c h3 {
  font-weight: 600;
}

section.my-orders .m-o-c b {
  margin: 0 2px;
}

section.my-orders .m-o-c h3 {
  margin: 0;
  margin-top: 25px;
  font-size: 15px;
  color: var(--purple-color);
}

section.my-orders .m-o-c a {
  color: var(--purple-color);
  opacity: 0.9;
  text-decoration: none;
  transition: color 0.35s;
  margin: 0 7px;
}

section.my-orders .m-o-c a:hover {
  color: #1c7eda;
}

section.my-orders .m-o-c table {
  font-size: 14px;
  color: #071833;
  margin-top: 15px;
  width: 100%;
  border-collapse: collapse;
}

section.my-orders .m-o-c table,
section.my-orders .m-o-c td,
section.my-orders .m-o-c th {
  border: 1px solid rgb(214, 214, 214);
}

section.my-orders .m-o-c table th,
section.my-orders .m-o-c table td {
  text-align: center;
}

section.my-orders .m-o-c table .table-payment-method {
  display: flex;
  height: 25px;
  width: auto;
  margin: 0 auto;
}

section.my-orders .m-o-c table .order-id {
  padding: 5px 10px;
  font-weight: 600;
  color: #06529a;
  background-color: rgba(6, 82, 154, 0.025);
  border: 1px dashed #06529a;
  border-radius: 5px;
}

section.my-orders .m-o-c td,
section.my-orders .m-o-c th {
  padding: 10px;
}

@media screen and (max-width: 440px) {

  section.my-orders .m-o-c td,
  section.my-orders .m-o-c th {
    padding: 5px;
  }
}

section.my-orders .m-o-c th {
  font-weight: 400;
}

section.my-orders .m-o-c .o-h-message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: var(--red-color);
  border: 2px solid #f4433661;
  font-size: 14px;
  justify-content: center;
}

section.my-orders .m-o-c .o-h-message * {
  flex-shrink: 1;
}

section.my-orders .m-o-c .o-h-message img {
  display: flex;
  width: auto;
  height: 17px;
}

section.my-orders .m-o-c .o-h-message a {
  margin: 0 15px;
  color: var(--red-color);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 0.35s;
}

section.my-orders .m-o-c .o-h-message a:hover {
  color: #06529a;
}

section.blogs-container {
  padding: 50px 0;
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

section.blogs-container .blogs {
  width: 100%;
}

section.blogs-container .blogs .blog {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* box-shadow: rgba(0, 0, 0, 0.075) 0px 4px 12px; */
  border-radius: 10px;
  overflow: hidden;
}

section.blogs-container .blogs .blog:last-child {
  margin: 0;
}

section.blogs-container .blogs .blog .blog-img {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

section.blogs-container .blogs .blog .blog-img::after,
section.blog-details .swiper .blog-img::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  padding-bottom: 10%;
  content: "View more";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: background 0.35s, opacity 0.35s, padding 0.35s;
}

section.blogs-container .blogs .blog .blog-img:hover::after,
section.blog-details .swiper .blog-img:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding: 0;
}

section.blogs-container .blogs .blog .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

section.blogs-container .blogs .blog .blog-img:hover img {
  transform: scale(1.1);
}

section.blogs-container .blogs .blog .blog-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 50px;
}

html[lang='ar'] section.blogs-container .blogs .blog .blog-text {
  text-align: right;
}

section.blogs-container .blogs .blog .blog-text a {
  font-size: 26px;
  font-weight: 500;
  color: #29435e;
  text-decoration: none;
  transition: color 0.35s;
}

section.blogs-container .blogs .blog .blog-text a:hover {
  color: #1c7eda;
}

section.blogs-container .blogs .blog .blog-text p {
  margin: 0;
  margin-top: 15px;
  font-size: 15px;
  color: #29435e;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.blogs-container .blogs .blog .blog-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aab0bc;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container .blogs .blog .blog-info i {
  margin-right: 2.5px;
}

section.blogs-container .blogs>p {
  opacity: 0.9;
  font-size: 14px;
  color: #071833;
}

section.blogs-container .blogs-actions {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

section.blogs-container .blogs-actions .blogs-search {
  flex-direction: row;
  width: 100%;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 12px;
  border-radius: 15px;
}

section.blogs-container .blogs-search input {
  font-size: 16px;
  flex-shrink: 1;
  min-width: 0;
}

section.blogs-container .blogs-search {
  padding: 15px 20px;
}

section.blogs-container .blogs-search button img {
  height: 18px;
}

section.blogs-container .blogs-actions .b-e-i {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  text-align: start;
}


section.blogs-container .blogs-actions .b-e-i h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 19px;
  text-transform: capitalize;
  color: #071833;
}

section.blogs-container .blogs-actions .b-e-i p {
  opacity: 0.9;
  margin: 0;
  line-height: 1.75;
  font-size: 14px;
  color: #071833;
}

section.blogs-container .blogs-actions .b-e-i .sm-c {
  margin-top: 20px;
  display: flex;
  gap: 1rem;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a {
  font-size: 20px;
  transition: opacity 0.35s;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-facebook {
  color: #17a9fd;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:last-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:hover {
  opacity: 0.5;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs {
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b {
  color: #071833;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b:first-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img {
  display: flex;
  width: 80px;
  border-radius: 15px;
  overflow: hidden;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #071833;
  text-decoration: none;
  transition: color 0.35s;
}

html[lang='ar'] section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a {
  text-align: right;
  margin-right: .5rem;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a:hover {
  color: #1c7eda;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .b-i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aab0bc;
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .dot {
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background-color: #aab0bc;
  border-radius: 50%;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info .b-i i {
  margin-right: 5px;
}

section.blog-header,
section.privacy-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 0 180px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f6f5;
}

@media screen and (max-width: 992px) {
  section.privacy-header {
    padding-top: 100px;
  }
}

section.blog-header h1,
section.privacy-header h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: bold;
  color: #343f52;
  font-family: "Manrope", sans-serif;
  width: 600px;
  max-width: 95%;
  word-spacing: 0.1rem;
  letter-spacing: -0.01rem;
}

section.privacy-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

html[lang='ar'] section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text .blog-info {
  justify-content: flex-end;
}


section.blog-details,
section.privacy-details {
  z-index: 1;
  margin: 0;
  margin-top: -100px;
  margin-bottom: 75px;
  width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
  border-radius: 10px;
  overflow: hidden;
}

section.privacy-details {
  background-color: rgba(238, 247, 255, 0.7);
}

section.blog-details img {
  display: flex;
  width: 100%;
  height: auto;
}

section.blog-details .b-d-t,
section.privacy-details .p-d-t {
  display: flex;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
  width: 100%;
  color: #1c355e;
  background-color: #f5f2f0;
}

html[lang='ar'] section.blog-details .b-d-t,
html[lang='ar'] section.privacy-details .p-d-t {
  text-align: right;
}

section.blog-details .b-d-t h2,
section.privacy-details .p-d-t h2 {
  margin-top: 7.5px;
  font-size: 23px;
}

section.blog-details .b-d-t h2,
section.blog-details .b-d-t p,
section.blog-details .b-d-t ul,
section.blog-details .b-d-t ol,
section.blog-details .b-d-t .quote,
section.privacy-details .p-d-t p,
section.privacy-details .p-d-t ul,
section.privacy-details .p-d-t ol,
section.privacy-details .p-d-t .quote {
  margin-bottom: 20px;
}

section.privacy-details .p-d-t h2 {
  margin-bottom: 15px;
}

section.blog-details .b-d-t ul,
section.blog-details .b-d-t ol,
section.privacy-details .p-d-t ul,
section.privacy-details .p-d-t ol {
  margin-top: -15px;
  opacity: 0.8;
  padding-left: 30px;
  font-size: 15px;
}

section.blog-details .b-d-t p,
section.privacy-details .p-d-t p {
  opacity: 0.8;
  font-size: 15px;
}

section.blog-details .b-d-t p:last-child,
section.privacy-details .p-d-t p:last-child {
  margin: 0;
}

section.blog-details .b-d-t .quote {
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  border-left: 3px solid #1c7eda;
}

section.blog-details .b-d-t .quote h4 {
  opacity: 0.8;
  font-size: 19px;
  line-height: 1.75;
}

section.blog-details .b-d-t .quote span {
  padding-left: 12.5px;
  position: relative;
  color: #aab0bc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

section.blog-details .b-d-t .quote span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #aab0bc;
}

section.blog-details .b-d-t .breakline {
  margin: 60px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(164, 174, 198, 0.2);
}

section.blog-details .b-d-t h3 {
  align-self: center;
  margin-bottom: 40px;
}

section.blog-details .swiper {
  width: 100%;
  padding-bottom: 40px;
}

section.blog-details .swiper a.blog-title {
  font-size: 21px;
  font-weight: 500;
  color: #1c355e;
  text-decoration: none;
  transition: color 0.35s;
}

section.blog-details .swiper a.blog-title:hover {
  color: #00acee;
}

section.blog-details .swiper .blog-info {
  opacity: 1;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
}

section.blog-details .swiper .swiper-pagination {
  bottom: 0;
}

section.blog-details .swiper .blog-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

section.blog-details .swiper .blog-img img {
  transition: transform 0.35s;
}

section.blog-details .swiper .blog-img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

section.blog-details .swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-green);
}

section.privacy-header span {
  opacity: 0.9;
  margin-top: 10px;
  color: #343f52;
  text-align: center;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  width: 900px;
  max-width: 95%;
}

.c-c-f-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-c-f-c .form-container {
  max-width: 100%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: auto auto;
  grid-template-areas: "name name" "number number" "expiration security";
  padding: 20px;
  color: #707070;
}

.c-c-f-c .form-container .input-box:first-of-type {
  grid-area: name;
}

.c-c-f-c .form-container .input-box:nth-of-type(2) {
  grid-area: number;
}

.c-c-f-c .form-container .input-box:nth-of-type(3) {
  grid-area: expiration;
}

.c-c-f-c .form-container .input-box:nth-of-type(4) {
  grid-area: security;
}

.c-c-f-c .form-container .input-box .ccicon {
  height: 38px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
}

.c-c-f-c .creditcard-container {
  z-index: 1;
  width: 100%;
  padding: 20px;
  padding-bottom: 10px;
  perspective: 1000px;
}

.c-c-f-c .creditcard-container .creditcard #ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}

.c-c-f-c .creditcard-container .creditcard #ccsingle svg {
  width: 100px;
  max-height: 60px;
}

.c-c-f-c .creditcard-container .creditcard svg#cardfront,
.c-c-f-c .creditcard-container .creditcard svg#cardback {
  width: 100%;
  -webkit-box-shadow: 1px 5px 6px 0px black;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}

.c-c-f-c .creditcard-container .creditcard .lightcolor,
.c-c-f-c .creditcard-container .creditcard .darkcolor {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.c-c-f-c .creditcard-container .creditcard .lightblue {
  fill: #03a9f4;
}

.c-c-f-c .creditcard-container .creditcard .lightbluedark {
  fill: #0288d1;
}

.c-c-f-c .creditcard-container .creditcard .purple {
  fill: #572c7f;
}

.c-c-f-c .creditcard-container .creditcard .purpledark {
  fill: #572c7f;
}

.c-c-f-c .creditcard-container .creditcard .grey {
  fill: #bdbdbd;
}

.c-c-f-c .creditcard-container .creditcard .greydark {
  fill: #616161;
}

.c-c-f-c .creditcard-container .creditcard #svgname {
  text-transform: uppercase;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st2 {
  fill: #ffffff;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st3 {
  font-family: "Source Code Pro", monospace;
  font-weight: 600;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st4 {
  font-size: 54.7817px;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st5 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st6 {
  font-size: 33.1112px;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st7 {
  opacity: 0.6;
  fill: #ffffff;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st8 {
  font-size: 24px;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st9 {
  font-size: 36.5498px;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st10 {
  font-family: "Source Code Pro", monospace;
  font-weight: 300;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st11 {
  font-size: 16.1716px;
}

.c-c-f-c .creditcard-container .creditcard #cardfront .st12 {
  fill: #4c4c4c;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st0 {
  fill: none;
  stroke: #0f0f0f;
  stroke-miterlimit: 10;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st2 {
  fill: #111111;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st3 {
  fill: #f2f2f2;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st4 {
  fill: #d8d2db;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st5 {
  fill: #c4c4c4;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st6 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st7 {
  font-size: 27px;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st8 {
  opacity: 0.6;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st9 {
  fill: #ffffff;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st10 {
  font-size: 24px;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st11 {
  fill: #eaeaea;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st12 {
  font-family: "Rock Salt", cursive;
}

.c-c-f-c .creditcard-container .creditcard #cardback .st13 {
  font-size: 37.769px;
}

.c-c-f-c .creditcard-container .creditcard {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.c-c-f-c .creditcard-container .creditcard .overlay,
.c-c-f-c .creditcard-container .creditcard .overlay img {
  opacity: 0;
  display: flex;
  width: 100%;
}

.c-c-f-c .creditcard-container .creditcard .overlay img {
  height: auto;
}

.c-c-f-c .creditcard-container .creditcard .front,
.c-c-f-c .creditcard-container .creditcard .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}

.c-c-f-c .creditcard-container .creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.c-c-f-c .creditcard-container .creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* sizes product box */

.sizes-box {
  display: flex;
  align-items: end;
}

.sizes-box h6 {
  color: #e8392c;
  margin-inline-end: 10px;
}

.sizes-box img {
  width: 55px;
  cursor: pointer;
}

.sizes-box .bottle-box {
  display: flex;
  flex-direction: column;
  margin-left: 7px;
  align-items: center;
}

.sizes-box .bottle-box.large-bottle .bottle {
  width: 55px !important;
}

.sizes-box .bottle-box.medium-bottle .bottle {
  width: 35px !important;
}

.sizes-box .bottle-box.small-bottle .bottle {
  width: 25px !important;
}

.sizes-box .bottle-box span {
  margin-top: -5px;
  color: #384f38;
  font-weight: 500;
}

.bottle-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.bottle {
  display: block;
  width: 60px !important;
  height: auto;
  position: relative;
  z-index: 2;
  /* Ensure the image is on top */
  background: #cfe1d3;
  transition: all 0.2s ease;
}

.bottle:hover {
  background: unset;
}

.bottle-container::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -50%;
  height: 146%;
  width: 250%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 40%;
  transform: translateY(0) rotate(0deg);
  transition: transform 2.5s;
}

.bottle-container:hover::after {
  transform: translateY(-100%) rotate(360deg);
}

@keyframes filltst {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(-100%) rotate(360deg);
  }
}

.water-parent {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}

.color-layer {
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: #b9c6d9;
}

.fill-orange {
  background-color: #ff9800;
}

.fill-green {
  background-color: #0a7f40;
}

.fill-red {
  background-color: #c31f48;
}

.water-layer {
  width: 100%;
  height: 0%;
  background: rgb(127 201 252);
  /* Water color */
  transition: height 1s ease-in-out;
  z-index: 1;
  border-radius: 10px;
  /* Optional: adds smooth edges */
}

.water-wave {
  width: 100%;
  height: 100%;
  background: rgba(0, 150, 255, 0.5);
  transition: height 1s ease-in-out;
  z-index: 1;
  border-radius: 10px;
  /* Optional: adds smooth edges */
  animation: slant-wave 1s infinite linear;
  /* Oscillate slant */
  transform: translateY(3px);
}

@keyframes slant-wave {
  0% {
    clip-path: polygon(0% 100%, 100% 90%, 100% 100%, 0% 100%);
  }

  25% {
    clip-path: polygon(0% 95%, 100% 85%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 90%, 100% 95%, 100% 100%, 0% 100%);
  }

  75% {
    clip-path: polygon(0% 85%, 100% 90%, 100% 100%, 0% 100%);
  }

  100% {
    clip-path: polygon(0% 100%, 100% 90%, 100% 100%, 0% 100%);
  }
}

.bottle-container:hover .water-layer {
  height: 85%;
}

@-webkit-keyframes imageAnimation {
  0% {
    -webkit-animation-timing-function: ease-in;
  }

  8% {
    -webkit-animation-timing-function: ease-out;
  }

  22% {
    -webkit-transform: translateY(-7.5%);
  }
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
  }

  8% {
    animation-timing-function: ease-out;
  }

  22% {
    transform: translateY(-7.5%);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes mainLoader {
  0% {
    grid-template-rows: 1fr;
  }

  50% {
    grid-template-rows: 0fr;
  }

  75% {
    grid-template-rows: 1fr;
  }
}

@keyframes mainLoader {
  0% {
    grid-template-rows: 1fr;
  }

  50% {
    grid-template-rows: 0fr;
  }

  75% {
    grid-template-rows: 1fr;
  }
}

@-webkit-keyframes widthFill {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes widthFill {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media only screen and (min-width: 375px) {

  .s-c-c .shopping-cart,
  .l-r-c .account-panel,
  .side-nav-container .side-nav {
    width: 320px;
  }
}

@media only screen and (min-width: 350px) {

  .user-info .u-i-c button,
  .checkout-success-container .checkout-success a {
    padding: 15px 20px;
  }

  section.products .products-container .product {
    width: calc((100% / 1) - 20px);
  }

  .product.category-product .product-add-to-cart span {
    display: none;
  }
}

@media only screen and (min-width: 600px) {


  section.hero .header {
    padding: 0 40px;
  }

  section.testimonials {
    padding: 40px 25px;
    max-width: calc(100% - 80px);
  }

  section.categories div.categories .category {
    width: calc(50% - 30px);
  }

  section.products .products-container .product {
    width: calc((100% / 3) - 20px);
  }

  section.hero .hero-cover .h-t-c {
    padding: 0 30px;
  }

  section.hero .hero-cover .h-t-c h2 {
    font-size: 22px;
  }

  section.hero .hero-cover .h-t-c h3 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 55%;
    font-weight: unset;
  }

  section.breadcrumb {
    padding: 15px 30px;
  }

  section.product-container {
    padding: 30px 0;
    width: calc(100% - 60px);
  }

  .s-c-c .shopping-cart,
  .l-r-c .account-panel,
  .side-nav-container .side-nav {
    width: 340px;
  }

  section.hero .swiper .swiper-slide .slide-info {
    text-align: left;
  }

  section.hero .swiper .swiper-slide .slide-info h1 {
    font-size: 25px;
  }

  section.hero .swiper .swiper-slide .slide-info a {
    font-size: 14px;
    padding: 8px 30px;
  }

  .input-box.half-width {
    width: calc(50% - 7.5px);
  }

  .input-box.third-width {
    width: calc((100% / 3) - 10px);
  }

  .input-box.half-width.mt-3 {
    margin-top: 0 !important;
  }

  .input-box.third-width.my-3 {
    margin: 0 !important;
  }

  section.my-orders {
    width: calc(100% - 60px);
  }

  section.blog-header h1,
  section.privacy-header h1 {
    font-size: 40px;
  }

  section.blog-details,
  section.privacy-details {
    width: 550px;
  }

  .info-box .i-b-r {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 700px) {
  .product.category-product .product-add-to-cart span {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {


  section.hero .swiper .swiper-slide .slide-info h1 {
    font-size: 40px;
  }

  section.hero .swiper {
    height: 70vh;
  }

  section.categories {
    width: 80%;
  }

  section.categories div.categories {
    width: 100%;
  }

  section.testimonials h2 {
    margin: 0;
    font-size: 30px;
  }

  section.testimonials .swiper .swiper-button-prev,
  section.testimonials .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  section.testimonials .swiper .swiper-button-prev::after,
  section.testimonials .swiper .swiper-button-next::after {
    font-size: 20px;
  }

  .col-xl-4.col-md-4.mb-30 {
    margin: 0;
  }

  .col-xl-4.col-lg-4.col-md-6 {
    margin-top: 30px;
  }

  section.products .products-container {
    width: 90%;
  }


  section.product-container .product-info .product-action .w-e-c {
    width: unset;
  }

  section.product-container .product-info .product-action .wishlist,
  section.product-container .product-info .product-action .exchange {
    margin: 0;
    margin-left: 10px;
  }

  html[lang='ar'] section.product-container .product-info .product-action .wishlist,
  html[lang='ar'] section.product-container .product-info .product-action .exchange {
    margin-right: 10px;

  }

  section.hero .header .header-btns .wishlist-btn,
  section.hero .header .header-btns .account-btn,
  section.hero .header .header-btns .h-a-c {
    display: flex;
  }

  section.blog-header h1,
  section.privacy-header h1 {
    font-size: 45px;
  }

  section.blog-details,
  section.privacy-details {
    width: 70%;
  }

  section.blog-details .b-d-t,
  section.privacy-details .p-d-t {
    padding: 50px 60px;
  }
}

@media only screen and (min-width: 850px) {
  section.categories div.categories .category {
    width: calc((100% / 3) - 30px);
  }

  section.my-orders {
    flex-direction: row;
  }

  section.my-orders .m-o-nav {
    width: 275px;
  }

  section.my-orders .m-o-c {
    margin: 0;
    margin-left: 25px;
    flex-grow: 1;
    flex-shrink: 1;
  }

  section.hero .swiper .swiper-slide .slide-info {
    margin: 0 12.5%;
  }
}

@media only screen and (min-width: 900px) {

  section.login h2,
  section.register h2,
  section.single-category h2,
  section.products h2 {
    font-size: 30px;
    padding: 0 30px;
  }

  section.login h2::before,
  section.login h2::after,
  section.register h2::before,
  section.register h2::after,
  section.single-category h2::before,
  section.single-category h2::after,
  section.products h2::before,
  section.products h2::after {
    width: 90px;
    height: 2px;
  }

  section.single-category .category-container {
    flex-direction: row;
  }

  section.single-category .category-container .category-cover {
    order: 1;
    margin: 0;
    width: 30%;
  }

  section.single-category .category-container .swiper {
    width: 65%;
    order: 0;
  }

  section.products .products-container .product {
    width: calc(25% - 20px);
  }
}

@media only screen and (min-width: 993px) {
  section.hero .header .header-links {
    display: flex;
  }

  .col-xl-4.col-lg-4.col-md-6 {
    margin: 0;
  }

  section.breadcrumb {
    padding: 15px 12.5%;
  }

  /* section.breadcrumb.breadcrumb-bg {
    padding: 50px 0;
  } */

  section.product-container,
  section.product-information {
    min-width: 900px;
    width: 70%;
  }

  section.products-slider {
    width: 90%;
  }

  .checkout-container .c-l-c,
  .order-summary-control {
    display: none;
  }

  .user-info {
    align-self: stretch;
    order: 0;
    align-items: flex-end;
    width: 55%;
  }

  .user-info .logo {
    display: flex;
  }

  .user-info .u-i-c {
    width: 675px;
    padding: 22px 66px;
  }

  .user-info .breadcrumb {
    margin-top: 20px;
  }

  .cart-info {
    width: 45%;
    order: 1;
    max-height: unset !important;
    background-color: transparent;
    border: none;
    align-items: flex-start;
  }

  .cart-info .c-i-c {
    width: 550px;
    padding: 44px;
    padding-bottom: 1.5rem;
  }

  .user-info,
  .cart-info {
    min-height: 100%;
  }

  .checkout-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .cart-info .input-box.focus .input-label,
  .cart-info .input-box.active .input-label {
    background: #fffcf9;
  }

  section.my-orders {
    width: 80%;
  }

  .toolbar-mobile,
  section.hero .header .header-menu,
  section.hero .header .mobile-lang-btn {
    display: none;
  }


  /* section.hero .header .header-logo {
    position: static;
    margin: auto 0;
    top: unset;
    left: unset;
    transform: unset;
    -ms-transform: unset;
  } */

  .search-container .search {
    margin: 40px 0;
    width: calc(100% - 150px);
    min-height: unset;
  }

  section.blogs-container {
    width: calc(100% - 100px);
    flex-direction: row;
  }

  section.blogs-container .blogs {
    width: 65%;
  }

  section.blogs-container .blogs-actions {
    margin: 0;
    width: 30%;
  }

  section.products .compare-table-container {
    padding: 0;
  }

  section.products table {
    width: 80%;
  }


}

@media only screen and (min-width: 1200px) {
  section.products .products-container {
    width: 90%;
  }

  section.single-category .category-container .swiper .swiper-slide .center-btns,
  section.products .products-container .product .product-img .center-btns,
  .prds-swiper .swiper-slide .center-btns,
  .prds-mobile .center-btns {
    opacity: 0;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
    background-color: unset;
    border-radius: 0;
  }

  section.single-category .category-container .swiper .swiper-slide:hover .center-btns,
  section.products .products-container .product:hover .center-btns,
  .prds-swiper .swiper-slide:hover .center-btns {
    opacity: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  section.single-category .category-container .swiper .swiper-slide .center-btns button,
  section.products .products-container .product .product-img .center-btns button,
  .prds-swiper .swiper-slide .center-btns button,
  .prds-mobile .center-btns button {
    padding: 8px 25px;
    background-color: whitesmoke;
    border-radius: 25px;
  }

  section.single-category .category-container .swiper .swiper-slide .center-btns button:hover,
  section.products .products-container .product .product-img .center-btns button:hover,
  .prds-swiper .swiper-slide .center-btns button:hover,
  .prds-mobile .center-btns button:hover {
    color: whitesmoke;
    background-color: #0c9913;
  }

  section.single-category .category-container .swiper .swiper-slide .center-btns button i,
  section.products .products-container .product .product-img .center-btns button i,
  .prds-swiper .swiper-slide .center-btns button i,
  .prds-mobile .center-btns button i {
    visibility: visible;
    transform: translate(-50%, calc(100% + 8px));
    -ms-transform: translate(-50%, calc(100% + 8px));
  }

  section.single-category .category-container .swiper .swiper-slide .center-btns button:last-child,
  section.products .products-container .product .product-img .center-btns button:last-child,
  .prds-swiper .swiper-slide .center-btns button:last-child,
  .prds-mobile .center-btns button:last-child {
    margin-top: 10px;
  }

  section.single-category .category-container .swiper .swiper-slide .center-btns button i.iconholder,
  section.products .products-container .product .product-img .center-btns button i.iconholder,
  .prds-swiper .swiper-slide .center-btns button i.iconholder,
  .prds-mobile .center-btns button i.iconholder {
    display: none;
  }

  section.single-category .category-container .swiper .swiper-slide .center-btns button span,
  section.products .products-container .product .product-img .center-btns button span,
  .prds-swiper .swiper-slide .center-btns button span,
  .prds-mobile .center-btns button span {
    display: unset;
  }

  section.single-category .category-container .swiper .swiper-slide .top-left-btns,
  section.products .products-container .product .product-img .top-left-btns,
  .prds-swiper .swiper-slide .top-left-btns,
  .prds-mobile .top-left-btns {
    transform: translateX(calc(100% + 20px));
  }

  section.single-category .category-container .swiper .swiper-slide:hover .top-left-btns,
  section.products .products-container .product:hover .top-left-btns,
  .prds-swiper .swiper-slide:hover .top-left-btns {
    transform: translateX(0);
  }

  .search-container .search .search-action {
    padding: 50px 65px;
  }

  .search-container .search .search-action .input-container {
    padding: 3px 17.5px;
  }

  .search-container .search .search-action .input-container input {
    font-size: 16px;
  }

  .search-container .search .search-action .input-container button img {
    height: 40px;
  }

  .search-container .search .search-title {
    text-align: center;
  }

  .search-container .search .search-products,
  .search-container .search .no-products {
    padding: 20px 8%;
    flex-direction: row;
    align-items: flex-start;
  }

  .search-container .search .search-products .s-p-i {
    padding: 0;
    border: none;
    margin: 12.5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% / 4) - 25px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 1rem;
    padding: .5rem;
  }

  .search-container .search .search-products .s-p-i .s-p-i-t {
    margin: 0;
    margin-top: 10px;
  }

  .search-container .search .search-products .s-p-i img {
    width: 100%;
    object-fit: cover;
    max-height: 140px;
    height: 140px;
    border-radius: 1rem;
  }

  .search-container .search .view-more button {
    justify-content: center;
  }

  section.blogs-container {
    width: 80%;
  }
}

@media only screen and (min-width: 1300px) {
  .search-container .search .search-products .s-p-i {
    width: calc((100% / 5) - 25px);
  }
}

@media only screen and (min-width: 1400px) {
  .search-container .search .search-products .s-p-i {
    width: calc((100% / 6) - 25px);
  }
}

@media only screen and (max-width: 999px) and (min-width: 950px) {
  .product .product-add-to-cart {
    font-size: 15px;
  }
}

@media only screen and (max-width: 949px) and (min-width: 850px) {}

@media only screen and (max-width: 849px) {
  div.swiper.ramadan-swiper .btns {
    top: 70% !important;
  }

  div.swiper.ramadan-swiper .product-tags {
    justify-content: center !important;
    padding-inline-start: 0 !important;
  }

  div.swiper.ramadan-swiper .swiper-pagination {
    text-align: center !important;
    bottom: 10px !important;
  }

  div.swiper.ramadan-swiper .product-name,
  div.swiper.ramadan-swiper .product-price {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 739px) {
  div.swiper.ramadan-swiper .btns {
    top: 68% !important;
  }
}

@media only screen and (max-width: 680px) {
  div.swiper.ramadan-swiper .btns {
    top: 48% !important;
  }
}

@media only screen and (max-width: 600px) {
  .product .product-add-to-cart {
    padding: 4px 7px !important;
  }
}

.juice-button {
  cursor: pointer;
  background-color: #3a1533;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease-in-out, transform 0.2s;
}

.juice-button:hover {
  background: linear-gradient(135deg, #3a1533, #9b1b94);
  transform: scale(1.05);
}

.juice-button::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle,
      rgba(155, 27, 148, 0.7) 10%,
      rgba(58, 21, 51, 0) 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s;
}

.juice-button:hover::after {
  transform: translate(-50%, -50%) scale(1.8);
  opacity: 1;
}

@media screen and (max-width: 1115px) {
  .cart-info .points-system {
    width: 100%;
    margin-inline-start: 0;
  }

  .cart-info .points-system .point-text {
    width: 50%;
  }

  .cart-info .points-system .point-text h3 {
    font-size: 19px;
  }

  .cart-info .points-system .point-text a {
    font-size: 18px;
    padding: 2px 20px;
  }

  .cart-info .points-system .point-text h3 {
    padding-inline-start: 35px;
  }

  .cart-info .points-system .point-text h5 {
    padding-inline-start: 40px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 992px) {
  section.hero .hero-cover.tags-cover img.main-tags-cover {
    height: 50vh;
  }

  /* section.hero .hero-cover.tags-cover {
    width: 85%;
  } */

  section.hero .hero-cover.tags-cover img.left-btm-tag {
    width: 140px;
    left: -100px;
    bottom: -145px;
  }

  section.hero .hero-cover.tags-cover img.left-top-tag {
    width: 120px;
    left: -100px;
    top: 25px;
  }

  .cart-info .points-system {
    width: 95%;
  }

  .cart-info .points-system .point-text {
    width: 45%;
  }

  section.my-orders img.account-left-fruit {
    width: 75px;
    left: -30px;
    top: 50%;
  }


}

@media screen and (max-width: 900px) {
  section.product-container .p-i-c {
    order: 0;
    margin-bottom: 25px;
  }

  section.product-container .p-i-c img {
    width: 95%;
    height: auto !important;
    margin: auto;
  }

  section.product-container .all-prd-images {
    order: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 15px;
  }

  section.product-container .all-prd-images .image {
    width: 15%;
    height: 15vw;
  }

  section.product-container .product-info {
    order: 2;
    margin: 0;
    padding-top: 0;
    width: 95% !important;
  }

  section.product-container .share-btns {
    left: 20px;
  }
}

@media screen and (max-width: 850px) {
  section.my-orders img.account-left-fruit {
    display: none;
  }
}

@media screen and (max-width: 678px) {
  section.product-container .product-info h1 {
    font-size: 30px;
  }

  section.product-container .product-info p {
    font-size: 14px;
  }

  section.product-container .product-info .product-action {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 10px;
  }

  section.product-container .product-info .product-action .w-e-c {
    width: fit-content;
  }

  section.product-container .product-info .product-action .exchange {
    margin: 0;
  }

  section.hero .hero-cover.tags-cover img.main-tags-cover {
    height: 45vh;
  }

  section.hero .hero-cover.tags-cover {
    width: 93%;
  }

  section.hero .hero-cover.tags-cover img.left-btm-tag {
    left: -50px;
    bottom: -143px;
  }

}

@media screen and (max-width: 500px) {
  section.hero .hero-cover.tags-cover img.main-tags-cover {
    height: 40vh;
  }

  section.hero .hero-cover.tags-cover {
    width: 100%;
  }

  .cart-info .points-system .point-text {
    width: 50%;
  }

  .cart-info .points-system .point-text h3 {
    font-size: 17px;
  }

  .cart-info .points-system .point-text .win-points p {
    font-size: 13px;
  }

}

@media screen and (max-width: 440px) {
  section.hero .hero-cover.tags-cover img.left-btm-tag {
    bottom: -160px;
  }
}

/* extra mobile adjustments */
@media screen and (max-width: 500px) {
  .prds-swiper .product-name {
    font-size: 16px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* category name */
  .products-container .product .product-name {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #3d4340e8 !important;
  }

  .product-tags .tag {
    font-size: 12px !important;
  }

  .product .product-add-to-cart span {
    display: none;
  }

  .product .product-img .rating i {
    font-size: 12px;
  }

  section.product-container .p-i-c img {
    width: 95%;
    margin: auto;
  }

  section.product-container .p-i-c {
    margin-bottom: 10px;
  }

  section.product-container .all-prd-images {
    margin-bottom: 20px;
  }

  section.product-container .product-info h1 {
    font-size: 25px;
    margin: 0;
  }

  section.product-container .product-info .product-action {
    width: 75%;
  }

  section.product-container .product-info .product-action .a-t-c {
    margin-bottom: 10px;
  }

  section.product-container .product-info .product-action {
    margin-bottom: 30px;
  }

  section.product-container .product-info p {
    font-size: 13px;
  }

  section.product-container .share-btns {
    position: fixed !important;
    z-index: 9;
    left: 5px;
    top: 60%;
  }

  section.product-container .share-btns i {
    font-size: 20px;
  }

  section.shop-intro-cover {
    flex-direction: column;
    /* background-image: none; */
  }

  .cart-info .c-i-c .points-note p {
    width: 90%;
  }

  .cart-info .c-i-c .submit-points input {
    width: 40%;
  }
}

@media screen and (max-width: 450px) {
  .cart-info .points-system {
    height: 225px;
  }

  .cart-info .points-system .point-text .win-points p span {
    font-size: 19px;
  }

  .cart-info .points-system .point-text {
    height: inherit;
    margin: 0;
    padding-top: 18px;
  }

  .cart-info .points-system .point-text h3 {
    padding-inline-start: 15px;
    margin-bottom: 15px;
  }

  .cart-info .points-system .point-text h5 {
    font-size: 15px;
    width: 95%;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .cart-info .points-system .point-text .win-points p {
    margin-top: 15px;
    font-size: 17px;
    width: 85%;
    margin-inline-start: 20px;
  }

  .cart-info .points-system .point-text a {
    margin-inline-start: 15px;
  }
}

@media screen and (max-width: 400px) {
  .cart-info .points-system {
    height: 240px;
  }

  .cart-info .points-system .point-text {
    padding-top: 40px;
  }
}

.centered-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 50px 0;
  width: 100%;
}

.centered-form form h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.centered-form form span.colored {
  color: var(--red-color);
}

.centered-form form .input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.centered-form form .input-container input {
  padding: 2px 12px;
  width: 290px;
  height: 50px;
  border-radius: 24px;
  border: 1px solid #f8b7a6;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px 0 #f07352;
  outline: none;
}

.centered-form form .input-container button {
  padding: 10px 30px;
  border-radius: 12px;
  text-align: center;
  background-color: var(--red-color);
  color: white;
  cursor: pointer;
}

.centered-form .error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.centered-form .error a {
  color: var(--red-color);
  text-decoration: underline;
  cursor: pointer;
}

.utility-bar {
  background-color: #034525;
  width: 100%;
  color: white;
  text-align: center;
  padding: 5px;
  position: relative;
  font-size: 12px;
}

div.header-btns .w-e-c {
  position: relative;
  top: 7px;
  left: 10px;
}

div.header-btns .w-e-c .exchange {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 12px;
  color: #2a1533;
  border: 2px solid #2a1533;
  border-radius: 50%;
}

@media screen and (max-width: 440px) {
  div.header-btns .w-e-c .exchange {
    display: none;
  }
}

div.header-btns .w-e-c .exchange:hover {
  background-color: #6c298a;
  border: 2px solid #6c298a;
  color: #ffffff;
}

div.header-btns .w-e-c .exchange:hover i {
  color: #ffffff;
}

@media screen and (max-width: 440px) {
  div.header-btns .w-e-c {
    top: 2px;
  }

  div.header-btns .w-e-c .exchange {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}



/* start section about us */
section.about-us .main-content .box-img {
  width: 90%;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

section.about-us .main-content .box-img .main-img,
section.about-us .main-content .dog-photo img {
  width: 100%;
  object-fit: cover;
}

section.about-us .main-content .box-img .main-img {
  width: 87%;
  transition: all 0.8s ease-in-out;

}

section.about-us .main-content .box-img .main-img.show {
  opacity: 1;
  transform: scale(1);
  /* ترجع لحجمها الطبيعي */
}

section.about-us .main-content .box-img .p-img {
  position: absolute;
  width: 127px;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}

section.about-us .main-content .box-img .left-bottom {
  bottom: 18%;
  left: -8%;
  width: 29%;
  transform: translateX(-10%);
}

section.about-us .main-content .box-img .right-top {
  top: 25%;
  right: -8%;
  width: 40%;
  transform: translateX(10%);
}

section.about-us .main-content .box-img .right-bottom {
  bottom: -1%;
  right: 2%;
  width: 44%;
  transform: translateX(10%);
}

section.about-us .main-content .box-img .p-img.move-right {
  opacity: 1 !important;
  transform: translateX(0%) !important;
}

@media (min-width: 768px) {
  section.about-us .main-content .main-text h2 {
    font-size: 3rem;
  }
}

section.about-us .main-content .main-text h2 span {
  display: inline-block;
  background: linear-gradient(90deg, #19AA62, #0A4427);
  padding: 1.1rem 3.2rem;
  border-radius: 2rem;
  position: relative;
  margin-bottom: -15px;
  margin-left: 6px;
}

@media (max-width: 767px) {
  section.about-us .main-content .main-text h2 span {
    display: none !important;
  }
}

section.about-us .main-content .main-text h2 span img {
  position: absolute;
  /* top: -133%; */
  top: 100%;
  left: 58%;
  transform: translateX(-50%);
  width: 80%;
  opacity: 0;
  transition: top .9s ease, opacity 0.8s ease 0.5s;
}

section.about-us .main-content .main-text h2 span img.active {
  top: -133%;
  opacity: 1;
}

section.about-us .main-content .main-text p {
  color: var(--charcoal-gray);
}


@media (min-width: 767px) and (max-width: 991px) {
  section.about-us .main-content .box-img {
    width: 60%;
  }

  section.about-us .main-content .main-text {
    max-width: 600px;
  }

  section.about-us .main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 992px) {

  section.about-us .main-content .box-img,
  section.about-us .main-content .main-text {
    width: 50%;
  }

  section.about-us .main-content {
    display: flex;
    align-items: center;
  }
}


@media (min-width: 1114px) {

  section.about-us .main-content .dog-photo {
    width: 16%;
    align-self: flex-end;
    margin-bottom: 60px;
  }

  section.about-us .main-content .box-img {
    width: 35%;
  }

  section.about-us .main-content .main-text {
    width: 50%;
    flex: 1;
    margin-left: 1.5rem;
  }

  html[lang="ar"] section.about-us .main-content .main-text {
    margin-left: 0;
    margin-right: 1.5rem;
  }

  section.about-us .main-content .main-text p {
    width: 90%;
  }
}

html[lang='ar'] section.about-us .main-content .main-text {
  text-align: right;
}

@media (max-width: 1114px) {
  section.about-us .main-content .dog-photo {
    display: none;
  }
}



/* start section pet-care */
section.pet-care {
  padding-top: var(--section-padding);
}

section.pet-care .main-content .top-vector-part-care {
  position: absolute;
  top: 30px;
  right: 0;
  width: 17%;
}

section.pet-care .main-content .main-img,
section.pet-care .main-content .desk-p {
  display: none;
}

@media (max-width: 767px) {
  section.pet-care .main-content .main-text {
    text-align: center;
    background-color: var(--mint-light);
    padding: 2rem 1rem;
    border-radius: 2rem;
  }

  section.pet-care .main-content .main-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  section.pet-care .main-content .main-img,
  section.pet-care .main-content .desk-p {
    display: block;
  }

  section.pet-care .main-content .extra-img {
    display: block !important;
    position: absolute;
    top: 36%;
    left: 61%;
    transform: translate(-50%, -50%);
    width: 35%;
  }

  section.pet-care .main-content .mobile-img,
  section.pet-care .main-content .mobile-p,
  section.pet-care .main-content .top-vector-part-care {
    display: none;
  }

  section.pet-care .main-content .main-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 645px;
    margin: 0px auto;
    margin-top: 1.5rem;
  }
}

@media (min-width: 1200px) {

  section.pet-care .main-content .main-img,
  section.pet-care .main-content .desk-p {
    display: block;
  }

  section.pet-care .main-content .mobile-img,
  section.pet-care .main-content .mobile-p,
  section.pet-care .main-content .top-vector-part-care {
    display: none;
  }

  html[lang='ar'] section.pet-care .main-content .main-btn {
    margin-right: auto;
  }

  section.pet-care .main-content .main-text {
    position: absolute;
    top: 70%;
    right: 5%;
    width: 42%;
    transform: translateY(-50%);
  }

  section.pet-care .main-content .special-title {
    font-size: 2.5rem;

  }

  section.pet-care .main-content .desk-p {
    font-size: .9rem;
  }

  section.pet-care .main-content .main-btn {
    margin-top: .5rem;
  }
}




/* strat section medical-services */
section.medical-services .special-small-title,
section.medical-services .special-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  html[lang='ar'] section.medical-services .section-description {
    text-align: center;
  }
}

section.medical-services .main-content-section {
  gap: 1rem 2rem;
  width: 92%;
}

section.medical-services .main-content-section .text {
  width: 61%;
}

section.medical-services .main-content-section .text .description {
  color: var(--charcoal-gray);
  margin-bottom: 2.5rem;
}

section.medical-services .main-content-section .text .two-cols {
  padding-left: 1rem;
}

section.medical-services .main-content-section .text .two-cols li {
  font-size: 0.94rem;
}



/* start choose us */
/* start why choose us */

section.why-choose-us {
  padding-top: var(--section-padding);
}

section.why-choose-us .section-heading {
  width: 100%;
  max-width: 700px;
}

section.why-choose-us::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url('/assets/img/why-choose-us-bg.png') no-repeat center center/cover;
  z-index: 0;
  width: 193px;
  height: 251px;
}

section.why-choose-us .main-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  align-items: center;
  min-height: 500px;
}

section.why-choose-us .main-content .text-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px;
}

section.why-choose-us .main-content .text-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

html[lang='ar'] section.why-choose-us .main-content .text-item {
  text-align: right;
}

html[lang='ar'] section.why-choose-us .main-content .left-column .text-item {
  text-align: left;
}

section.why-choose-us .main-content .left-column .text-item {
  flex-direction: row-reverse;
  text-align: right;
}

section.why-choose-us .main-content .text-column .text-item .text-content {
  width: 72%;
  margin: 0 auto;
}

section.why-choose-us .main-content .text-content h5 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--secondery-green);
  margin-bottom: 0.5rem;
}

section.why-choose-us .main-content .text-content p {
  color: #5D5D5D;
  line-height: 1.6;
  font-size: 1rem;
}

section.why-choose-us .main-content .text-item img {
  width: 28%;
  margin: 0 auto;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

section.why-choose-us .main-content .central-image {
  position: relative;
  text-align: center;
}

section.why-choose-us .main-content .central-image img {
  width: 100%;
  max-width: 440px;
  height: auto;
  transition: transform 0.3s ease;
}

section.why-choose-us .main-content .central-image img:hover {
  transform: scale(1.05);
}

/* ---------------- Responsive ---------------- */

/* أقل من 1200px */
@media (max-width: 1199px) {
  section.why-choose-us .main-content {
    gap: 2rem;
  }

  section.why-choose-us .main-content .text-content h5 {
    font-size: 1rem;
  }

  section.why-choose-us .main-content .text-content p {
    font-size: 0.95rem;
  }
}


/* أقل من 768px */
@media (max-width: 985px) {
  section.why-choose-us .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* خلي النصوص جنب بعض */
    grid-template-rows: auto auto;
    /* الصورة في صف منفصل */
    text-align: center;
    gap: 1rem;
  }

  section.why-choose-us .central-image {
    grid-column: 1 / -1;
    /* الصورة تمتد على كامل الأعمدة */
    order: -1;
    /* تظهر فوق النصوص */
  }

  section.why-choose-us .text-column.left-column,
  section.why-choose-us .text-column.right-column {
    text-align: left;
    /* أو center حسب رغبتك */
  }

  section.why-choose-us .main-content .text-column .text-item .text-content {
    width: 60%;
  }

  section.why-choose-us .main-content .text-item img {
    width: 40%;
  }
}

@media (max-width: 576px) {

  section.why-choose-us .main-content .text-item,
  section.why-choose-us .main-content .left-column .text-item {
    padding: 0px;
  }

  section.why-choose-us .main-content .left-column .text-item,
  html[lang='en'] section.why-choose-us .main-content .right-column .text-item {
    text-align: left;
  }

  html[lang='en'] section.why-choose-us .main-content .left-column .text-item,
  section.why-choose-us .main-content .right-column .text-item {
    text-align: right;
  }

  section.why-choose-us .main-content .central-image img {
    max-width: 260px;
  }

  section.why-choose-us .main-content .text-content p {
    font-size: .8rem;
  }
}

/* أقل من 350px */
@media (max-width: 350px) {
  section.why-choose-us .main-content {
    gap: 1.5rem;
  }

  section.why-choose-us .main-content .text-content h5 {
    font-size: 1rem;
  }

  section.why-choose-us .main-content .text-content p {
    font-size: 0.85rem;
  }
}

/* Animation for scroll reveal */
/* section.why-choose-us .main-content .text-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
} */

/* section.why-choose-us .main-content .text-item:nth-child(1) { animation-delay: 0.1s; }
section.why-choose-us .main-content .text-item:nth-child(2) { animation-delay: 0.2s; }
section.why-choose-us .main-content .text-item:nth-child(3) { animation-delay: 0.3s; } */

/* section.why-choose-us .main-content .central-image img {
    opacity: 0;
    animation: fadeInScale 0.8s ease 0.4s forwards;
} */

/* @keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
} */


/* start testimonials */
section.elite-testimonials {
  background-image: url('/assets/img/testimonials-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 66vh;
  position: relative;
  padding: 2rem 1rem;
  margin-top: var(--section-padding);
}

section.elite-testimonials .content {
  width: 55%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

section.elite-testimonials h2 {
  color: #fff;
  font-size: 2.4rem;
  margin: 0px auto;
  text-align: center;
  max-width: 600px;
  margin-bottom: 1.5rem;
}

/* البوكس الأساسي */
section.elite-testimonials .item .item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.elite-testimonials .testimonial-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1.9rem;
  padding: .5rem 3rem;
  margin-top: 1rem;
}

section.elite-testimonials .testimonial-box img {
  width: 10%;
  object-fit: cover;
}

section.elite-testimonials .testimonial-box p {
  color: #fff;
  font-size: 1.3rem;
  flex: 1;
  text-align: left;
}

html[lang='ar'] section.elite-testimonials .testimonial-box p {
  text-align: right;
  text-align: 0px;
}

section.elite-testimonials .stars {
  display: flex;
  gap: .3rem;
}

/* الكنترولز */
section.elite-testimonials .swiper-controls {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}

/* arrows يمين و شمال المحتوي */
section.elite-testimonials .swiper-button-prev,
section.elite-testimonials .swiper-button-next {
  position: absolute;
  top: 160%;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

section.elite-testimonials .swiper-button-prev {
  left: -60px;
}

section.elite-testimonials .swiper-button-next {
  right: -60px;
}

section.elite-testimonials .swiper-button-next:after,
section.elite-testimonials .swiper-button-prev:after {
  font-size: 1.2rem;
  font-weight: bold;
}

/* pagination تحت */
section.elite-testimonials .swiper-pagination {
  margin-top: 1rem;
  position: static;
}

/* ---------- Responsive ---------- */

/* تابلت */
@media (max-width: 992px) {
  section.elite-testimonials {
    height: auto;
    padding: 4rem 1rem;
  }

  section.elite-testimonials .content {
    width: 100%;
    position: static;
    transform: none;
  }

  section.elite-testimonials .swiper-button-prev {
    left: 10px;
  }

  section.elite-testimonials .swiper-button-next {
    right: 10px;
  }
}

/* موبايل */
@media (max-width: 576px) {
  section.elite-testimonials h2 {
    font-size: 1.6rem;
  }

  section.elite-testimonials .testimonial-box {
    flex-direction: column;
    text-align: center;
  }

  section.elite-testimonials .testimonial-box img {
    width: 60px;
    height: 60px;
  }

  section.elite-testimonials .testimonial-box p {
    font-size: 1rem;
    text-align: center;
  }

  section.elite-testimonials .swiper-controls {
    position: static;
    margin-top: 1rem;
    gap: .5rem;
  }

  section.elite-testimonials .swiper-button-prev,
  section.elite-testimonials .swiper-button-next {
    position: static;
    width: 35px;
    height: 35px;
  }
}





/* start section desktop-swiper-section */

section.desktop-swiper-section {
  margin: var(--section-padding) 0px 0px 0px;
}

section.desktop-swiper-section>.box-titles {
  width: 90%;
}

@media (min-width: 768px) {
  section.desktop-swiper-section>.box-titles {
    width: 80%;
  }
}

@media (min-width: 992px) {
  section.desktop-swiper-section>.box-titles {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  section.desktop-swiper-section>.box-titles {
    width: 41%;
  }
}

section.desktop-swiper-section .special-title,
section.desktop-swiper-section .special-small-title,
section.desktop-swiper-section .special-description {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

section.desktop-swiper-section .category-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

section.desktop-swiper-section .category-tag li {
  border-radius: 1.5rem;
  padding: .3rem 1.5rem;
  background: #F1F1F1;
  color: #19AA62;
  box-shadow: 0px 3.75808px 3.75808px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

#products-container-tags {
  transition: opacity 0.4s ease-in-out;
}

.category-tag li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  padding: 6px 12px;
  border-radius: 8px;
  transition: 0.3s;
}

section.desktop-swiper-section .category-tag li.active {
  background: var(--primary-green);
  color: #fff;
}

.box-titles {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
}

section.desktop-swiper-section .main-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 92%;
  flex-wrap: wrap;
}

section.desktop-swiper-section .main-content,
section.desktop-swiper-section .main-content * {
  direction: ltr !important;
}

section.desktop-swiper-section .main-img-section {
  width: 33%;
}

section.desktop-swiper-section .image {
  /* width: 69%; */
  position: relative;
  z-index: 1;
}

section.desktop-swiper-section .image .see-more {
  position: absolute;
  bottom: 6%;
  left: 4%;
  font-size: .9rem;
}

section.desktop-swiper-section .image .cate-ball {
  position: absolute;
  top: -28%;
  right: 1%;
  width: 35%;
}

section.desktop-swiper-section .image .text {
  width: 49%;
  max-width: 157px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 7%;
  left: 7%;
  height: 77%;
}

section.desktop-swiper-section .image .text h4 {
  font-size: 1.63rem;
  color: var(--secondery-green);
}

section.desktop-swiper-section .image .text p {
  font-size: .88rem;
  color: var(--charcoal-gray);
}

/* section.desktop-swiper-section .image .text h4,
section.desktop-swiper-section .image .text p {
  width: 62%;
} */
section.desktop-swiper-section .image .text .see-more {
  margin-bottom: 1rem;
}

section.desktop-swiper-section .image img.main-img {
  width: 100%;
  object-fit: cover;
  /* position: absolute;
    bottom: -4%;
    width: 68%;
    right: -10%; */
  /* width: 55%; */
}

html[lang='ar'] section.desktop-swiper-section .image img.main-img.main-img-ar,
html[lang='en'] section.desktop-swiper-section .image img.main-img.main-img-en {
  display: block;
}

html[lang='ar'] section.desktop-swiper-section .image img.main-img.main-img-en,
html[lang='en'] section.desktop-swiper-section .image img.main-img.main-img-ar {
  display: none;
}


section.desktop-swiper-section .content-phase {
  width: 62%;
}




/* start team-messages */
section.team-messages .main-content-section .image {
  width: 45%;
}

section.team-messages .main-content-section .text {
  width: 55%;
}





/* start our pricing */
/* =====================
   PRICING SECTION
===================== */
.pricing-section {
  /* padding: 50px 20px; */
  padding: 2rem 1.5rem;
  border-radius: 15px;
  /* display: flex; */
  /* justify-content: center; */
}

.pricing-section>.special-title,
.pricing-section>.special-small-title {
  display: none;
}

/* Container Flex */
.pricing-container {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 90%;
  padding: 1rem 2rem;
  padding-left: 0px;
  border-radius: 2rem;
  background-color: var(--mint-light);
  margin: 0px auto;
}

/* Image Box */
.pricing-image-box {
  max-width: 46%;
  margin-left: -2rem;
}

.pricing-image-box img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

/* Content Box */
.pricing-content-box {
  flex: 1;
  max-width: 54%;
}

/* .pricing-content-box .pricing-subtitle {
  color: #19aa62;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-content-box .pricing-title {
  font-size: 28px;
  font-weight: 800;
  color: #2e2e3f;
  margin-bottom: 25px;
}
.pricing-content-box .pricing-title span {
  display: block;
} */

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Card */
.pricing-card {
  padding: 20px;
}

.pricing-card .pricing-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pricing-card .pricing-card-item {
  font-size: 14px;
  margin-bottom: 12px;
  color: #444;
}

/* Button */
.pricing-card .main-btn {
  background: #19aa62;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.pricing-card .main-btn:hover {
  background: #148a4f;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 992px) {

  .pricing-content-box .special-title,
  .pricing-content-box .special-small-title {
    display: none;
  }

  .pricing-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: unset;
    gap: 20px;
    width: 100%;
    background-color: transparent;
    padding: 0px;
  }

  .pricing-image-box,
  .pricing-content-box {
    max-width: 100%;
  }

  .pricing-image-box {
    background-color: var(--mint-light);
    border-radius: 2rem;
    margin: 0px auto;
  }

  .pricing-image-box img {
    /* max-width: 400px; */
    margin-left: -1rem;
    margin-top: -2.5rem;
    margin: 0 auto;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pricing-card {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .pricing-section {
    padding: 2rem 1.5rem;
  }

  .pricing-content-box .pricing-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .pricing-card {
    padding: 15px;
  }

  .pricing-card .pricing-card-title {
    font-size: 18px;
  }
}



/* start blogs */

.custom-blog-swiper {
  padding: var(--section-padding) 20px 0px 20px;
  background: #fff;
}

.custom-blog-swiper .swiper {
  padding-bottom: 2rem;
}

.custom-blog-swiper .special-small-title,
.custom-blog-swiper .special-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.custom-blog-swiper .custom-blog-read {
  background: var(--primary-green);
  padding: .5rem .8rem;
  border-radius: .5rem;
  color: #fff;
}

.custom-blog-swiper .custom-blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.custom-blog-swiper .custom-blog-card:hover {
  transform: translateY(-5px);
}

.custom-blog-swiper .custom-blog-image {
  position: relative;
}

.custom-blog-swiper .custom-blog-image img.main-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.custom-blog-swiper .custom-blog-tag {
  position: absolute;
  bottom: -15px;
  left: 20px;
  background: #0aa36f;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-blog-swiper .custom-blog-content {
  padding: 20px;
}

.custom-blog-swiper .custom-blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 43.19px;
}

.custom-blog-swiper .custom-blog-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.custom-blog-swiper .custom-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #555;
  align-items: center;
  justify-content: space-between;
}

.custom-blog-swiper .custom-blog-author {
  color: #0aa36f;
  font-weight: 600;
}




/* start custom contact section */
/* Contact Section */
.custom-contact-section {
  padding: var(--section-padding) 20px var(--section-padding) 20px;
  background: #fff;
}

.custom-contact-section .special-description,
.custom-contact-section .special-title,
.custom-contact-section .special-small-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.custom-contact-section .special-description {
  max-width: 491px;
}

.custom-contact-section .special-title {
  max-width: 667px;
  margin: 1rem auto;
}

.custom-contact-section .custom-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 40px;
  background-color: var(--mint-light);
  border-radius: 2rem;
  padding: 1rem;

}

.custom-contact-section .custom-contact-left {
  width: 45%;
}

.custom-contact-section .custom-contact-right {
  text-align: center;
  width: 30%;
}

/* .custom-contact-section .custom-contact-subtitle {
  font-size: 14px;
  color: #0aa36f;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
} */

/* .custom-contact-section .custom-contact-title {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
  margin-bottom: 16px;
} */

/* .custom-contact-section .custom-contact-title strong {
  color: #1b1642; 
} */

/* .custom-contact-section .custom-contact-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
} */

.custom-contact-section .custom-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-contact-section .custom-contact-form input,
.custom-contact-section .custom-contact-form select {
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 14px;
  width: 100%;
  outline: none;
  transition: 0.3s;
}

.custom-contact-section .custom-contact-form input:focus,
.custom-contact-section .custom-contact-form select:focus {
  border-color: #0aa36f;
  box-shadow: 0 0 0 3px rgba(10, 163, 111, 0.15);
}

.custom-contact-section .custom-contact-btn {
  background: #0aa36f;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-contact-section .custom-contact-btn:hover {
  background: #088a5a;
}

/* .custom-contact-section .custom-contact-container {
  background-color: #777777;
  border-radius: 2rem;
  padding: 2rem; 
  display: flex;
  flex-direction: row;
} */


.custom-contact-section .custom-contact-right img {
  max-width: 100%;
  border-radius: 12px;
}

@media (min-width: 769px) {
  .custom-contact-section .custom-contact-container {
    width: 90%;
    justify-content: center;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .custom-contact-section .custom-contact-container {
    flex-direction: column;
    text-align: center;
  }

  .custom-contact-section .custom-contact-left {
    order: 2;
  }

  .custom-contact-section .custom-contact-right {
    order: 1;
  }

  .custom-contact-section .custom-contact-left,
  .custom-contact-section .custom-contact-right {
    width: 70%;
  }
}


@media (max-width: 567px) {

  .custom-contact-section .custom-contact-left,
  .custom-contact-section .custom-contact-right {
    width: 90%;
  }
}



/* start custom-available-section */
/* Available Section */
.custom-available-section {
  padding-top: var(--section-padding);
  background: #fff;
}

.custom-available-section .custom-available-container {
  /* max-width: 1200px; */
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* gap: 40px; */
  flex-wrap: wrap;
}

.custom-available-section .custom-available-label {
  width: 18%;
}

@media (max-width: 567px) {

  .custom-available-section .custom-available-label {
    width: 60%;
    margin-bottom: 2rem;
  }
}



.custom-available-section .custom-available-label img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.custom-available-section .custom-available-logos {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  justify-content: center;
  align-items: center;
}

.custom-available-section .custom-available-logos img {
  /* height: 45px; */
  object-fit: contain;
  transition: transform 0.3s ease;
}

.custom-available-section .custom-available-logos img:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .custom-available-section .custom-available-container {
    flex-direction: column;
    /* gap: 30px; */
    text-align: center;
  }

  .custom-available-section .custom-available-label img {
    max-width: 150px;
  }

  .custom-available-section .custom-available-logos {
    gap: 1rem;
  }

  .custom-available-section .custom-available-logos img {
    height: 35px;
  }
}









/* responsive section swiper products */
section.cat-products {
  max-width: 670px;
  margin: auto;
  padding: 15px;
  display: none;
  margin-top: 4rem;
}

section.cat-products .section-btn {
  margin-top: 2.4rem;
}

/* ===== Header ===== */
section.cat-products .cat-header {
  display: flex;
  align-items: center;
  /* يخلي الصورة والنص في نفس الخط */
  gap: 15px;
  /* مسافة بينهم */
  justify-content: center;
  /* يحطهم في النص */
  margin-bottom: 20px;
}

section.cat-products .cat-header img {
  width: 40%;
  flex-shrink: 0;
  /* يمنع الصورة من التصغير */
}

section.cat-products .cat-title {
  text-align: left;
  width: 50%;
  flex: 1;
}

html[lang='ar'] section.cat-products .cat-title {
  text-align: right;
}

section.cat-products .cat-title .sub-title {
  font-size: 1.3rem;
  color: #0cb569;
  margin: 0;
  font-family: "asmaa", serif;
}

section.cat-products .cat-title h2 {
  font-size: 16px;
  margin: 5px 0 0;
  line-height: 1.4;
}


@media (min-width: 768px) {
  section.cat-products .cat-title .sub-title {
    font-size: 2.5rem;
  }

  section.cat-products .cat-title h2 {
    font-size: 2rem;
  }
}

/* ===== Products Grid ===== */
section.cat-products .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 15px;
  margin-top: 20px;
}

section.cat-products .products-grid,
section.cat-products .products-grid * {
  direction: ltr;
}

section.cat-products .product-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

section.cat-products .product-card img {
  max-width: 100%;
  border-radius: 8px;
}

section.cat-products .product-card h3 {
  font-size: 14px;
  margin: 10px 0 5px;
}

section.cat-products .price {
  font-size: 13px;
  margin-bottom: 8px;
}

section.cat-products .price del {
  color: #999;
  margin-right: 5px;
}

section.cat-products .price span {
  color: green;
  font-weight: bold;
}

section.cat-products button {
  background: #0cb569;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-size: 13px;
}

section.cat-products .section-btn {
  margin-left: auto;
  margin-right: auto;
}

section.cat-products .products-grid .section-btn {
  margin-top: 2.5rem;
}

section.cat-products .products-grid>a {
  position: relative;
}

section.cat-products .absloute-product {
  position: absolute;
  top: 5%;
  left: 7%;
}

section.cat-products .top-left-btns {
  position: absolute;
  top: 5%;
  right: 7%;
}

/* section.cat-products .see-more {
  text-align: center;
  margin-top: 20px;
}

section.cat-products .see-more button {
  padding: 8px 20px;
  font-size: 14px;
} */

/* ===== Responsive ===== */

/* أقل من 350px = الكروت تبقى تحت بعض */
@media (max-width: 350px) {
  section.cat-products .products-grid {
    grid-template-columns: 1fr;
  }

  section.cat-products .cat-header {
    flex-direction: column;
    text-align: center;
  }

  section.cat-products .cat-header img {
    margin-bottom: 10px;
  }

  section.cat-products .cat-title {
    text-align: center;
  }
}

/* أقل من 250px = جوه الكارت نفسه الصورة والنص ينزلوا تحت بعض */
@media (max-width: 250px) {
  section.cat-products .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  section.cat-products .product-card img {
    max-width: 80%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  section.cat-products {
    display: block;
  }

  section.desktop-swiper-section {
    display: none;
  }
}



/* start our pricing */

section.our-pricing .section-content .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 1.5rem;
  padding: 1.2rem 0px;
  margin: 0px auto;
  gap: 3rem 1.5rem;
  width: 100%;
}

section.our-pricing .section-content .section-text {
  width: 100%;
}

section.our-pricing .section-content .content .dog-bone {
  position: absolute;
  width: 52px;
  height: 52px;
  top: -13%;
  left: 10%;
  z-index: 1;
  pointer-events: none;
}

section.our-pricing .section-content .content>.dog-bone {
  display: none;
}

/* @media (max-width: 1143px) { */
@media (max-width: 991px) {
  section.our-pricing .section-content .section-img {
    background-color: var(--mint-light);
    border-radius: 1.5rem;
  }
}

html[lang='en'] section.our-pricing .section-content .section-img .main-img {
  margin-left: -1rem;
  margin-top: -2rem;
}

html[lang='ar'] section.our-pricing .section-content .section-img .main-img {
  margin-right: -1rem;
  margin-top: -2rem;
}

/* @media (min-width: 1144px) { */
@media (min-width: 992px) {
  section.our-pricing .section-content .content {
    flex-direction: row;
    width: 90%;
    align-items: flex-end;
    background-color: var(--mint-light);
  }

  section.our-pricing .section-content .section-img {
    margin-left: -3rem;
    width: 41.5%;
    flex: unset;
  }

  html[lang='ar'] section.our-pricing .section-content .section-img {
    margin-left: 0rem;
    margin-right: -3rem;

  }

  section.our-pricing .section-content .content .dog-bone {
    width: 92px;
    height: 92px;
  }

  section.our-pricing .section-content .content>.dog-bone {
    display: block;
  }

  section.our-pricing .section-content .content .section-img .dog-bone {
    display: none;
  }

  section.our-pricing .section-content .section-text {
    flex: 1;
  }

  section.our-pricing .section-title {
    margin: 0px;
  }
}

section.our-pricing .pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

section.our-pricing .pricing-card .pricing-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .6rem;
}

section.our-pricing .pricing-card .pricing-card-item {
  font-size: 14px;
  margin-bottom: .4rem;
  color: #444;
}

section.our-pricing .pricing-card .main-btn {
  background: #19aa62;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

section.our-pricing .pricing-card .main-btn:hover {
  background: #148a4f;
}


@media (max-width: 991px) {
  html[lang='ar'] section.our-pricing .section-btn {
    margin-right: auto;
  }
}

/* @media (max-width: 1143px) { */
@media (max-width: 992px) {
  section.our-pricing .pricing-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: unset;
    gap: 20px;
    width: 100%;
    background-color: transparent;
    padding: 0px;
  }

  section.our-pricing .pricing-image-box,
  section.our-pricing .pricing-content-box {
    max-width: 100%;
  }

  section.our-pricing .pricing-image-box {
    background-color: var(--mint-light);
    border-radius: 2rem;
    margin: 0px auto;
  }

  section.our-pricing .pricing-image-box img {
    margin-left: -1rem;
    margin-top: -2.5rem;
    margin: 0 auto;
  }

  section.our-pricing .pricing-grid {
    gap: 20px;
  }

  section.our-pricing .pricing-card {
    text-align: left;
  }
}

@media (max-width: 349px) {
  section.our-pricing .pricing-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}



/*  start medical services*/
@media (min-width: 1200px) {
  section.medical-services.feature-section .section-content .section-img {
    width: 33%;
  }

  section.medical-services.feature-section .section-content .section-text {
    width: 67%;
    flex: 1;
  }
}




/* start messages section */
section.messages .left-hand {
  position: absolute;
  top: -15%;
  left: 0;
  pointer-events: none;
  width: 237px;
  height: 309px;
}


section.messages .team-swiper .member-img {
  display: inline-block;
  margin-bottom: 1rem;
  width: 27%;
}

section.messages .team-swiper .member-name {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section.messages .team-swiper .member-name span {
  font-size: 1.125rem;
  color: var(--primary-green);
}

section.messages .team-swiper .member-message {
  font-size: 1.2rem;
}

html[lang='ar'] section.messages .team-swiper .member-message {
  font-family: "asmaa", serif;
}

@media (max-width: 567px) {
  section.messages.feature-section .section-content .section-img .main-img {
    display: none !important;
  }
}

/* ================= Footer Start ================= */
.footer-elite-clinic {
  background-image: url('/assets/img/footer-bg.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 40px 20px;
  position: relative;
  padding-bottom: 20px;
}

footer .tree img {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 40px;
  transform: translateX(-50%) scale(0);
  transition: transform .4s ease-in-out;
}

footer .tree:hover {
  color: red;
}

footer .tree:hover img {
  transform: translateX(-50%) scale(1) rotate(360deg);
}

.footer-elite-clinic .footer-img-p {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.footer-elite-clinic .f-img-left {
  left: 5%;
  top: -22%;
  width: 17%;
  /* width: 20%; */
}

.footer-elite-clinic .f-img-right {
  right: 5%;
  top: -46%;
  width: 12%;
  /* width: 30%; */
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .footer-elite-clinic .footer-img-p {
    display: block;
  }
}

.footer-elite-clinic__about {
  margin-top: 3rem;
}

.footer-elite-clinic * {
  color: #fff;
}

.footer-elite-clinic h1,
.footer-elite-clinic h2,
.footer-elite-clinic h3,
.footer-elite-clinic h4,
.footer-elite-clinic h5,
.footer-elite-clinic h6 {
  color: var(--footer-color);
}

.footer-elite-clinic__container {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: 1fr 200px 200px 1fr;

  /* 3 أعمدة حسب المحتوى + الأخير ياخد الباقي */
  gap: 30px;
  /* width: 82%; */
  margin: auto;
  /* يخلي الفوتر في النص */
}

html[lang='ar'] .footer-elite-clinic__container {
  text-align: right;
}

/* About */
.footer-elite-clinic__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0px auto;
}

.footer-elite-clinic__logo>img {
  width: 100%;
}

.footer-elite-clinic__logo .footer-cate {
  transform: translate(-47%, 1%);
}

.footer-elite-clinic__logo h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.footer-elite-clinic__logo p {
  margin: 0;
  font-size: 14px;
}

.footer-elite-clinic__desc {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* .footer-elite-clinic__social a  {
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
} */
.footer-elite-clinic__social a i {
  margin-right: 10px;
  text-align: center;
  font-size: 1.5rem;
  color: var(--primary-green);
  background: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.footer-elite-clinic__social a:hover i {
  background: var(--primary-green);
  color: #ffffff;
}

/* Links & Services */
.footer-elite-clinic__links ul,
.footer-elite-clinic__services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-elite-clinic__links li,
.footer-elite-clinic__services li {
  margin: 8px 0;
}

.footer-elite-clinic__links a,
.footer-elite-clinic__services a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer-elite-clinic__links a:hover,
.footer-elite-clinic__services a:hover {
  text-decoration: underline;
}

/* Contact */
.footer-elite-clinic__contact p {
  font-size: 14px;
  margin: 10px 0;
}

.footer-elite-clinic__doctor {
  position: absolute;
  bottom: -12%;
  right: 0%;
  display: none;
}

html[lang='ar'] .footer-elite-clinic__doctor {
  right: unset;
  left: 0;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal-links a:hover {
  color: #ffffff;
}

.footer-legal-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.footer-credits-text {
  font-size: 0.85rem;
}

@media (min-width: 1200px) {
  .footer-elite-clinic__doctor {
    display: block;
  }
}

.footer-elite-clinic__doctor img {
  max-width: 100%;
  margin-top: 15px;
}

.footer-elite-clinic__social {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-elite-clinic__container {
    grid-template-columns: 1fr 1fr;
  }

  footer {
    padding-bottom: 6rem !important;
  }
}

@media (max-width: 600px) {
  .footer-elite-clinic__container {
    grid-template-columns: 1fr;
  }

  .footer-elite-clinic__logo {
    justify-content: center;
  }

  .footer-elite-clinic__social {
    justify-content: center;
  }
}


/* start  grooming */

section.grooming .absolute-btn {
  position: absolute;
  bottom: -1%;
  left: 1%;
  width: 27%;
}

section.grooming .absolute-btn img {
  width: 100%;
  object-fit: cover;
}

section.grooming .mobile-btn-grooming {
  display: none;
}

@media (max-width: 576px) {
  section.grooming .absolute-btn {
    display: none;
  }

  section.grooming .mobile-btn-grooming {
    display: flex;
  }
}


/* start pet-boarding */
@media (max-width: 768px) {

  section.pet-boarding .section-title,
  section.pet-boarding .section-description {
    width: 90%;
  }
}




/* start verify phone section  */

.verify-phone-section {
  background: linear-gradient(135deg, #f0f5f0 0%, #e8f0e8 100%);
}

.verify-phone-section .background-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect x="100" y="150" width="200" height="120" rx="10" fill="%234a7c59"/><rect x="350" y="100" width="150" height="180" rx="8" fill="%23b8860b"/><circle cx="600" cy="200" r="80" fill="%234a7c59"/><rect x="800" y="180" width="180" height="100" rx="12" fill="%23b8860b"/><rect x="200" y="400" width="250" height="150" rx="15" fill="%234a7c59"/><rect x="500" y="450" width="120" height="120" rx="8" fill="%23b8860b"/><rect x="750" y="420" width="200" height="80" rx="10" fill="%234a7c59"/></svg>') center/cover no-repeat;
}

.verify-phone-section .container {
  max-width: 500px;
  width: 90%;
  margin: 1rem auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(74, 124, 89, 0.15);
  overflow: hidden;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(15px);
}

.verify-phone-section .verify-header {
  text-align: center;
  padding: 40px 30px 20px;
  background: linear-gradient(135deg, rgba(74, 124, 89, 0.05), rgba(184, 134, 11, 0.05));
}

.verify-phone-section .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.verify-phone-section .logo-svg {
  width: 180px;
  height: auto;
}

.verify-phone-section svg text {
  direction: ltr;
}

.verify-phone-section .main-heading {
  font-size: 28px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 12px;
  line-height: 1.3;
}

.verify-phone-section .sub-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

.verify-phone-section .form-container {
  padding: 30px;
}

.verify-phone-section .phone-input-container {
  position: relative;
  margin-bottom: 25px;
}

.verify-phone-section .phone-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.verify-phone-section .phone-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #fafaf8;
  border: 2px solid #e0d5c7;
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.verify-phone-section .phone-input-wrapper,
.verify-phone-section .phone-input-wrapper * {
  direction: ltr !important;

}

.verify-phone-section .phone-input-wrapper:focus-within {
  border-color: #4a7c59;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.1);
  transform: translateY(-1px);
}

.verify-phone-section .country-code {
  background: #4a7c59;
  color: white;
  padding: 16px 12px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.verify-phone-section .country-code:hover {
  background: #3d6b47;
}

.verify-phone-section .phone-input {
  flex: 1;
  padding: 16px 15px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
  background: transparent;
  /* text-align: right; */
  /* direction: ltr !important; */
}

.verify-phone-section .phone-input::placeholder {
  color: #999;
  font-weight: 400;
}

.verify-phone-section .phone-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.5;
}

.verify-phone-section .confirm-button {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #4a7c59 0%, #3d6b47 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(74, 124, 89, 0.3);
  font-family: 'Cairo', sans-serif;
}

.verify-phone-section .confirm-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 124, 89, 0.4);
}

.verify-phone-section .confirm-button:active {
  transform: translateY(0);
}

.verify-phone-section .confirm-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.verify-phone-section .security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px;
  background: rgba(74, 124, 89, 0.05);
  border-radius: 10px;
  font-size: 14px;
  color: #4a7c59;
  margin-top: 15px;
}

.verify-phone-section .shield-icon {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.verify-phone-section .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.verify-phone-section .floating-element {
  position: absolute;
  opacity: 0.03;
  animation: float 6s ease-in-out infinite;
}

.verify-phone-section .element-1 {
  top: 10%;
  right: 10%;
  width: 40px;
  height: 40px;
  background: #4a7c59;
  border-radius: 50%;
  animation-delay: 0s;
}

.verify-phone-section .element-2 {
  bottom: 15%;
  left: 15%;
  width: 30px;
  height: 50px;
  background: #b8860b;
  border-radius: 5px;
  animation-delay: 2s;
}

.verify-phone-section .element-3 {
  top: 60%;
  right: 20%;
  width: 35px;
  height: 35px;
  background: #4a7c59;
  border-radius: 8px;
  animation-delay: 4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.verify-phone-section .progress-bar {
  height: 4px;
  background: #e0d5c7;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

.verify-phone-section .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4a7c59, #b8860b);
  width: 75%;
  border-radius: 2px;
  transition: width 0.3s ease;
}

@media (max-width: 768px) {
  .verify-phone-section .container {
    margin: 20px;
    border-radius: 20px;
  }

  .verify-phone-section .verify-header {
    padding: 30px 20px 15px;
  }

  .verify-phone-section .form-container {
    padding: 20px;
  }

  .verify-phone-section .main-heading {
    font-size: 24px;
  }

  .verify-phone-section .logo-svg {
    width: 150px;
  }

  .verify-phone-section .phone-input {
    font-size: 16px;
  }
}

.verify-phone-section .success-animation {
  display: none;
  text-align: center;
  padding: 20px;
}

.verify-phone-section .success-icon {
  width: 60px;
  height: 60px;
  background: #27ae60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  animation: successPulse 0.6s ease-out;
}

@keyframes successPulse {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}



/* start verfiy account */
section.verify-account {
  /* font-family: 'Poppins', sans-serif; */
  background: linear-gradient(135deg, #f0f5f0 0%, #e8f0e8 100%);
  /* min-height: 100vh; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* position: relative; */
  /* overflow-x: hidden; */
}

section.verify-account,
section.verify-account * {
  direction: ltr !important;
}

section.verify-account .background-image {
  position: absolute;
  right: -6%;
  top: 0;
  width: 60%;
  height: 100vh;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23d4b896;stop-opacity:0.1" /><stop offset="100%" style="stop-color:%23a08660;stop-opacity:0.05" /></linearGradient></defs><rect width="800" height="600" fill="url(%23grad1)"/><rect x="50" y="150" width="300" height="200" rx="15" fill="%238b6f3f" opacity="0.1"/><rect x="60" y="160" width="280" height="30" rx="5" fill="%23d4b896" opacity="0.2"/><circle cx="400" cy="100" r="40" fill="%23a08660" opacity="0.1"/><rect x="450" y="250" width="200" height="150" rx="10" fill="%238b6f3f" opacity="0.08"/><rect x="460" y="260" width="180" height="20" rx="3" fill="%23d4b896" opacity="0.15"/><rect x="460" y="290" width="120" height="20" rx="3" fill="%23d4b896" opacity="0.15"/><path d="M 100 400 Q 150 350 200 400 T 300 400" stroke="%23a08660" stroke-width="3" fill="none" opacity="0.1"/></svg>') no-repeat center;
  background-size: cover;
  opacity: 0.6;
  z-index: 1;
}

section.verify-account .container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  min-height: 80vh;
  margin: 1rem auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(139, 111, 63, 0.15);
  overflow: hidden;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(10px);
}

section.verify-account .left-section {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

section.verify-account .right-section {
  flex: 1;
  background: linear-gradient(45deg, rgba(212, 184, 150, 0.1), rgba(160, 134, 96, 0.1)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 800"><rect width="600" height="800" fill="%23f8f5f0"/><rect x="50" y="100" width="500" height="300" rx="20" fill="%23d4b896" opacity="0.2"/><rect x="70" y="120" width="150" height="100" rx="10" fill="%238b6f3f" opacity="0.3"/><rect x="250" y="140" width="200" height="80" rx="8" fill="%23a08660" opacity="0.2"/><circle cx="450" cy="180" r="30" fill="%23d4b896" opacity="0.4"/><rect x="80" y="250" width="400" height="20" rx="10" fill="%238b6f3f" opacity="0.1"/></svg>') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.verify-account .furniture-icon {
  position: absolute;
  opacity: 0.1;
  color: #8b6f3f;
}

section.verify-account .icon-1 {
  top: 20px;
  left: 20px;
  font-size: 24px;
}

section.verify-account .icon-2 {
  bottom: 20px;
  right: 20px;
  font-size: 28px;
}

section.verify-account .icon-3 {
  top: 50%;
  left: 10px;
  font-size: 20px;
  transform: translateY(-50%);
}

section.verify-account .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

section.verify-account .logo-svg {
  width: 200px;
  height: auto;
}

section.verify-account .main-heading {
  font-size: 32px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 16px;
  line-height: 1.3;
}

section.verify-account .sub-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 400px;
  text-align: center;
}

section.verify-account .verification-form {
  width: 100%;
  max-width: 350px;
}

section.verify-account .code-input-container {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  justify-content: center;
  direction: ltr;
}

section.verify-account .code-input {
  width: 50px;
  height: 60px;
  border: 2px solid #e0d5c7;
  border-radius: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #2c2c2c;
  background: #fafaf8;
  transition: all 0.3s ease;
  outline: none;
}

section.verify-account .code-input:focus {
  border-color: #4a7c59;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.2);
  transform: translateY(-2px);
}

section.verify-account .verify-button {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #4a7c59 0%, #3d6b47 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(74, 124, 89, 0.3);
}

section.verify-account .verify-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 124, 89, 0.4);
}

section.verify-account .verify-button:active {
  transform: translateY(0);
}

section.verify-account .timer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}

section.verify-account .timer {
  font-weight: 600;
  color: #4a7c59;
}

section.verify-account .resend-link {
  color: #4a7c59;
  background-color: transparent;
  cursor: pointer;
  margin: 0px auto;
  direction: ltr;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

section.verify-account .resend-link:hover {
  color: #3d6b47;
}

section.verify-account .furniture-decoration {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

section.verify-account svg text {
  direction: ltr;
  /* Ensure text is left-to-right */
}

section.verify-account .chair-icon {
  top: 10%;
  right: 15%;
  width: 60px;
  height: 60px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="20" y="60" width="60" height="8" rx="4" fill="%238b6f3f"/><rect x="35" y="20" width="30" height="50" rx="3" fill="%238b6f3f"/><rect x="25" y="15" width="50" height="25" rx="12" fill="%238b6f3f"/><rect x="20" y="68" width="8" height="25" rx="4" fill="%238b6f3f"/><rect x="72" y="68" width="8" height="25" rx="4" fill="%238b6f3f"/></svg>') center/contain no-repeat;
}

section.verify-account .lamp-icon {
  bottom: 15%;
  left: 10%;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="45" y="70" width="10" height="25" rx="5" fill="%238b6f3f"/><rect x="35" y="90" width="30" height="8" rx="4" fill="%238b6f3f"/><polygon points="30,70 70,70 60,30 40,30" fill="%238b6f3f" opacity="0.7"/><ellipse cx="50" cy="25" rx="15" ry="8" fill="%238b6f3f" opacity="0.5"/></svg>') center/contain no-repeat;
}

@media (max-width: 768px) {
  section.verify-account .container {
    flex-direction: column;
    margin: 20px;
    min-height: auto;
  }

  section.verify-account .right-section {
    display: none;
  }

  section.verify-account .left-section {
    padding: 40px 30px;
  }

  section.verify-account .main-heading {
    font-size: 28px;
  }

  section.verify-account .code-input {
    width: 45px;
    height: 55px;
    font-size: 20px;
  }
}

section.verify-account .success-animation {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

section.verify-account .success-animation.show {
  opacity: 1;
  transform: scale(1);
}


/* ========================= */

/* Pagination container */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  gap: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.pagination .previous,
.pagination .next {
  width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.pagination .previous:hover,
.pagination .next:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.pagination .ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #9ca3af;
    font-size: 16px;
    cursor: default;
    pointer-events: none;
}

/* Style each page number as a circle */
.page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #e2e2e2;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 14px;
  padding: 5px;
}

/* Active page number (current page) */
.page-number.active {
  background-color: #007bff;
  color: white;
}

/* Add hover effect for all page numbers */
.page-number:hover {
  background-color: #007bff;
  color: white;
}


/* wisth litst */
.products.wishlist-container .product-name {
  text-align: left;
}

/* contact popup */
/* Popup Overlay */
.contact-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

.contact-popup-overlay.active {
  display: flex;
}

/* Popup Container */
.contact-popup {
  background: white;
  border-radius: 12px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Close Button */
.contact-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  z-index: 10;
  transition: all 0.3s ease;
}

.contact-popup-close:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
}



.hero-contact {
  position: relative;
  width: 100%;
  height: 70vh;
  background-image: url('/assets/img/contact-hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-contact .hero-contact-overlay {
  position: absolute;
  inset: 0;
  background: #00000038;
}

.hero-contact .hero-contact-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5rem;
}

.hero-contact .hero-contact-content h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.hero-contact .hero-contact-content h1 span {
  color: #150B33;
}

.hero-contact .hero-contact-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  max-width: 520px;
  line-height: 1.7;
  margin: 0;
}

.hero-contact .hero-contact-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.hero-contact .hero-contact-social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.hero-contact .hero-contact-social-link:hover {
  background: #19AA62;
  border-color: #4fc3f7;
  transform: translateY(-3px);
}

/* RTL */
html[lang="ar"] .hero-contact .hero-contact-content h1,
html[lang="ar"] .hero-contact .hero-contact-content p {
  direction: rtl;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-contact {
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {
  .hero-contact {
    height: 70vh;
  }
}


.policy-container {
  width: 80%;
  margin: 130px auto 60px;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.policy-container .policy-header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.policy-container .policy-header h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.policy-container .policy-updated {
  font-size: 14px;
  color: #999;
}

.policy-container .policy-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fafb;
  border-radius: 8px;
}

.policy-container .policy-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}

.policy-container .policy-section:last-child {
  border-bottom: none;
}

.policy-container .policy-section h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.policy-container .policy-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* RTL */
html[lang="ar"] .policy-container,
html[lang="ar"] .policy-container .policy-section,
html[lang="ar"] .policy-container .policy-header {
  direction: rtl;
  text-align: right;
}

@media (max-width: 768px) {
  .policy-container {
    width: 92%;
    padding: 24px;
    margin-top: 100px;
  }
}