@charset "UTF-8";
/* Theme colors: defined in layout.jinja from layout.schema.json — do not set :root colors here */
body.rtl {
  --start: right;
  --end: left;
  font-family: "Changa", sans-serif;
}

body.ltr {
  --start: left;
  --end: right;
  font-family: "Changa", sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container-sec {
  padding: 0 100px;
}
@media (max-width: 1201px) {
  .container-sec {
    padding: 0 80px;
  }
}
@media (max-width: 993px) {
  .container-sec {
    padding: 0 60px;
  }
}
@media (max-width: 769px) {
  .container-sec {
    padding: 0 40px;
  }
}
@media (max-width: 577px) {
  .container-sec {
    padding: 0 20px;
  }
}
@media (max-width: 450px) {
  .container-sec {
    padding: 0 16px;
  }
}

.cart-view .cart-products-with-totals {
  padding: 0 15px;
}
.cart-view .cart-products-with-totals .cart-products-side {
  padding: 0;
}
body.rtl .cart-view .cart-products-with-totals .cart-products-side {
  padding-left: 20px;
}
body.ltr .cart-view .cart-products-with-totals .cart-products-side {
  padding-right: 20px;
}
@media (max-width: 992px) {
  body.rtl .cart-view .cart-products-with-totals .cart-products-side {
    padding-left: 0px;
  }
  body.ltr .cart-view .cart-products-with-totals .cart-products-side {
    padding-right: 0px;
  }
}
.cart-view .cart-products-with-totals .cart-totals-side {
  border: 1px solid #eee;
  padding: 0;
}
.cart-view .cart-products-with-totals .cart-totals-side .section-title {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  margin-bottom: 16px;
  padding: 15px 15px 0 15px;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #eee;
  box-shadow: unset;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper {
  border: none;
  box-shadow: unset;
  margin: 0;
  border: 0 !important;
  padding: 0;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper .flex-grow-1 {
  color: #666;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper .flex-shrink-0 {
  color: #666;
}
body.ltr .cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper .flex-shrink-0 {
  text-align: start;
  direction: rtl;
}
body.rtl .cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper .flex-shrink-0 {
  text-align: end;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total .text {
  width: 70%;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total .number {
  width: 30%;
  display: flex;
  gap: 5px;
  direction: rtl;
  text-align: end;
}
body.rtl .cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total .number {
  text-align: end;
  justify-content: flex-end;
}
body.ltr .cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total .number {
  direction: rtl;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total .flex-shrink-0 {
  text-align: end;
}
body.rtl .cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total .flex-shrink-0 {
  margin-right: auto;
  margin-left: unset;
}
body.ltr .cart-view .cart-products-with-totals .cart-totals-side .cart-totals-div .cart-totals-row-wrapper.total .flex-shrink-0 {
  margin-left: auto;
  margin-right: unset;
}
.cart-view .cart-products-with-totals .cart-totals-side .include-vat {
  margin-top: 16px;
  padding: 0 15px;
}
.cart-view .cart-products-with-totals .cart-totals-side .include-vat span {
  color: red;
}
.cart-view .cart-products-with-totals .cart-totals-side .coupon-form {
  padding: 0 15px;
  margin-bottom: 16px;
}
.cart-view .cart-products-with-totals .cart-totals-side .coupon-form .send-coupon::placeholder {
  color: #a5a5a5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.cart-view .cart-products-with-totals .cart-totals-side .coupon-form button {
  border: 1px solid var(--primary-color);
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-btns {
  padding: 0 15px;
  border-top: 1px solid #eee;
}
.cart-view .cart-products-with-totals .cart-totals-side .cart-btns .purchase-btn {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  background-color: var(--primary-color);
}

.parent-loader {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loader-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.loader-card img {
  width: auto;
  max-height: 100%;
}
@media (max-width: 768px) {
  .loader-card img {
    max-width: 100px;
    height: auto;
    max-height: unset;
  }
}

.loader-1 {
  width: 100px;
  height: 14px;
  -webkit-mask: radial-gradient(circle closest-side, #000 94%, rgba(0, 0, 0, 0)) left/25% 100%;
  background: linear-gradient(var(--green-color) 0 0) left/0% 100% no-repeat #ddd;
  animation: l17 1s infinite steps(5);
}
@media (max-width: 768px) {
  .loader-1 {
    width: 80px;
    height: 10px;
  }
}

@keyframes l17 {
  100% {
    background-size: 120% 100%;
  }
}
.gap10 {
  gap: 10px !important;
}

.template_for_cart_products_list .cart-product-row-wrapper {
  background: white;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-bottom: 15px;
  border: 1px solid #eee !important;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price {
  display: flex;
  gap: 15px;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price {
    padding-left: 28px;
  }
  body.ltr .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price {
    padding-right: 28px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-col-img {
  padding: 0;
  width: 100px;
  height: 100px;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-col-img .cart-product-image-link .cart-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-col-details {
  padding: 0;
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-col-details {
    max-width: 100%;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-col-details h1 {
  font-size: unset;
  margin-bottom: 0;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-col-details h1 a {
  color: var(--gray-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-col-details h1 a {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-col-details h1 a {
    font-size: 15px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each {
  display: flex;
  row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  column-gap: 7px;
  flex-wrap: wrap;
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each:not(:has(.price-original)) {
  justify-content: flex-end;
  direction: ltr;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span {
  font-style: normal;
  line-height: 100%;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-original {
  color: var(--gray-400);
  font-size: 20px;
  font-weight: 500;
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-original {
  direction: ltr;
}
@media (max-width: 1200px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-original {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-original {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-original {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-original {
    font-size: 14px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-discounted {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-discounted {
  direction: ltr;
}
@media (max-width: 1200px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-discounted {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-discounted {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-discounted {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .item-name-price .cart-product-price-each span.price-discounted {
    font-size: 13px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete {
  width: fit-content;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete {
  left: 15px;
}
@media (max-width: 768px) {
  body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete {
    left: 0px;
  }
}
body.ltr .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete {
  left: unset;
  right: 15px;
}
@media (max-width: 768px) {
  body.ltr .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete {
    right: 0px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-width: 28px;
  min-height: 28px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete a svg {
  color: var(--gray-500);
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete a:hover {
  transform: translateY(-1px);
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-img-name-price .cart-product-delete a:active {
  transform: translateY(0);
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity {
  padding-left: 40px;
}
@media (max-width: 768px) {
  body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity {
    padding-left: 0px;
  }
}
body.ltr .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity {
  padding-right: 40px;
}
@media (max-width: 768px) {
  body.ltr .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity {
    padding-right: 0px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper {
  border: 1px solid var(--gray-eee);
  height: 50px;
  border-radius: 4px;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn {
  padding: 16px 9px;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  position: relative;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  color: var(--gray-600);
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn.qty-increase::after {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  bottom: 33%;
  width: 1px;
  background-color: var(--gray-eee);
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn.qty-decrease::after {
  content: "";
  position: absolute;
  right: 0;
  top: 33%;
  bottom: 33%;
  width: 1px;
  background-color: var(--gray-eee);
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn:focus-visible {
  outline: none;
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn:focus {
  outline: none;
}
@media (max-width: 1200px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn {
    padding: 16px 10px;
  }
}
@media (max-width: 992px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-btn {
    padding: 16px 6px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-display {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--gray-400);
  min-width: 40px;
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown .quantity-controls-wrapper .quantity-display {
    min-width: 30px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .quantity-actions .cart-product-quantity-dropdown select {
  display: none;
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section {
    display: flex;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .subtotal-label {
  display: none;
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .subtotal-label {
    display: flex;
    font-size: 14px;
  }
}
.template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price {
  color: var(--1A-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: row-reverse;
}
body.ltr .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price:has(svg) {
  direction: ltr;
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price:has(svg) {
  direction: ltr;
}
body.ltr .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price {
  direction: rtl;
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price {
  direction: rtl;
}
@media (max-width: 1200px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price {
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 992px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
@media (max-width: 992px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price svg {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }
}
@media (max-width: 450px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity .subtotal-section .cart-product-total-price svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
  }
}
@media (max-width: 1200px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .template_for_cart_products_list .cart-product-row-wrapper .cart-product-row .item-total-quantity {
    flex-direction: row-reverse;
    align-items: center;
    gap: unset;
    border-top: 1px solid #eee;
    padding-top: 16px;
    justify-content: space-between;
  }
}
body.rtl .template_for_cart_products_list .cart-product-row-wrapper {
  direction: rtl;
}
body.ltr .template_for_cart_products_list .cart-product-row-wrapper {
  direction: ltr;
}

/* القسم الأول: الصورة والاسم والسعر */
.item-img-name-price {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex: 1;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex: 1;
}

/* رسائل الخصم */
.cart-product-discount-messages {
  font-size: 13px;
  color: #27ae60;
  margin-top: 4px;
}

/* القسم الثاني: الإجمالي والكمية */
.item-total-quantity {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  min-width: 200px;
}

body.rtl .item-total-quantity {
  align-items: flex-start;
}

.subtotal-section {
  display: flex;
  flex-direction: row;
  gap: 4px;
  text-align: right;
  align-items: center;
  justify-content: flex-start;
}

body.rtl .subtotal-section {
  text-align: left;
}

.subtotal-label {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quantity-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

body.rtl .quantity-actions {
  align-items: flex-start;
}

/* أزرار الكمية */
.quantity-controls-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.rtl .cart-product-row {
  direction: rtl;
}

body.ltr .cart-product-row {
  direction: ltr;
}

@media (max-width: 768px) {
  .cart-product-row {
    flex-direction: column;
  }
  .item-img-name-price {
    width: 100%;
    position: relative;
  }
  .cart-product-col-img {
    width: 80px;
    height: 80px;
  }
  .item-total-quantity {
    width: 100%;
    align-items: stretch;
  }
  body.rtl .item-total-quantity {
    align-items: stretch;
  }
  .quantity-actions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  body.rtl .quantity-actions {
    flex-direction: row;
  }
}
.product-section {
  padding: 10px 0;
}
.product-section .product-container .products-details-page .products-details {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.product-section .product-container .products-details-page .products-details .img-side {
  width: 400px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 769px) {
  .product-section .product-container .products-details-page .products-details .img-side {
    width: 320px;
  }
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .img-side {
    width: 100%;
    height: fit-content;
  }
}
.product-section .product-container .products-details-page .products-details .img-side .add-to-wishlist {
  position: absolute;
  display: none !important;
  top: 0;
  right: 0;
  left: unset;
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
}
body.ltr .product-section .product-container .products-details-page .products-details .img-side .add-to-wishlist {
  left: 0;
  right: unset;
}
.product-section .product-container .products-details-page .products-details .img-side .add-to-wishlist {
  padding: 10px;
}
.product-section .product-container .products-details-page .products-details .img-side .add-to-wishlist .icon-heart-mask {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-color: var(--green-color);
}
.product-section .product-container .products-details-page .products-details .img-side .product-images-carousel-init {
  border-radius: 12px;
}
.product-section .product-container .products-details-page .products-details .img-side .image-inner {
  height: 100%;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .img-side .image-inner {
    height: fit-content;
  }
}
.product-section .product-container .products-details-page .products-details .img-side .image-inner .image-inner-inner {
  height: 100%;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .img-side .image-inner .image-inner-inner {
    height: fit-content;
  }
}
.product-section .product-container .products-details-page .products-details .img-side .image-inner .image-inner-inner .image-link {
  height: 100%;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .img-side .image-inner .image-inner-inner .image-link {
    height: fit-content;
  }
}
.product-section .product-container .products-details-page .products-details .img-side .image-inner .image-inner-inner .image-link img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .img-side .image-inner .image-inner-inner .image-link img {
    aspect-ratio: 1/1;
    height: fit-content;
  }
}
.product-section .product-container .products-details-page .products-details .slick-dots {
  display: inline-flex !important;
  bottom: 25px !important;
  width: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 8px;
  gap: 7px;
}
.product-section .product-container .products-details-page .products-details .slick-dots li {
  margin: 0;
  width: 8px;
  height: 8px;
  display: flex;
  padding: 8px 4px;
  align-items: center;
  justify-content: center;
}
.product-section .product-container .products-details-page .products-details .slick-dots li button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.product-section .product-container .products-details-page .products-details .slick-dots li button::before {
  display: none;
}
.product-section .product-container .products-details-page .products-details .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.product-section .product-container .products-details-page .products-details .details-side {
  flex: 1;
  width: calc(100% - 420px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-title {
  font-size: 24px;
  font-weight: 400;
  color: var(--09-black);
  margin-bottom: 8px;
  line-height: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-title {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-title {
    margin-bottom: 4px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description {
  margin-top: 8px;
  font-size: 14px;
  color: var(--gray-500);
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description p {
  margin-bottom: 0;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description label {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--68-gray);
  margin: 0;
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description label {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description label {
    font-size: 12px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box {
  margin-top: 12px;
  align-items: center;
  gap: 12px;
  display: flex;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box p {
  margin-bottom: 0;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box div {
  gap: 6px;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box div .product-formatted-price {
  margin: 0;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price,
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price-discount {
  font-size: 20px;
  font-weight: 500;
  color: var(--1A-black);
  line-height: normal;
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price,
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price-discount {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price,
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price-discount {
    font-size: 15px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price-discount {
  display: none;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .price-old,
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price-old {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 5px;
  color: var(--9-gray);
  text-decoration: line-through;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .price-old,
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price-old {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .price-old,
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .price-box .product-formatted-price-old {
    font-size: 12px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description label {
  color: var(--68-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description label {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description label {
    font-size: 12px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description .text-short-description {
  color: var(--green-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description .text-short-description p,
.product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description .text-short-description span {
  margin: 0;
  color: var(--green-color);
}
@media (max-width: 992px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description .text-short-description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description .text-short-description {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-details-header .product-short-description .text-short-description {
    font-size: 16px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box {
  margin-top: 24px;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box {
    margin-top: 12px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options {
  margin: 0;
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group {
  margin: 0;
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div {
    gap: 8px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div label {
  font-size: 16px;
  font-weight: 400;
  color: var(--68-gray);
  margin: 0;
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div label {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div label {
    font-size: 13px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul li {
  cursor: pointer;
  padding: 15px 20px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 12px;
  background-color: transparent;
  border-color: var(--68-gray) !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul li {
    height: 40px;
    min-width: 127px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: var(--green-color);
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul li span {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul li span {
    font-size: 14px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul li.active {
  background-color: var(--green-color);
  border-color: var(--green-color);
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .form-group div ul li.active span {
  color: #ebedf0;
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group {
    gap: 8px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--68-gray);
  margin: 0;
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-label {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-label {
    font-size: 13px;
    line-height: 10px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values .product-option-item {
  cursor: pointer;
  padding: 15px 20px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 12px;
  background-color: transparent;
  border-color: var(--68-gray);
  border: 1px solid;
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values .product-option-item .option-image {
  display: none;
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values .product-option-item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: var(--green-color);
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values .product-option-item span {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values .product-option-item span {
    font-size: 14px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values .product-option-item.selected {
  background-color: var(--green-color);
  border-color: var(--green-color);
}
.product-section .product-container .products-details-page .products-details .details-side form .size-box .product-variants-options .product-option-group .product-option-values .product-option-item.selected span {
  color: #ebedf0;
}
.product-section .product-container .products-details-page .products-details .details-side form .select-quantity-div {
  display: none;
}
.product-section .product-container .products-details-page .products-details .details-side .product-buttons {
  margin-top: 24px;
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-buttons {
    margin-top: 12px;
  }
}
.product-section .product-container .products-details-page .products-details .details-side .product-buttons .btn-add {
  display: inline-flex;
}
.product-section .product-container .products-details-page .products-details .details-side .product-buttons .btn-add .btn-add-to-cart {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  padding: 10px 25px;
  flex-shrink: 0;
  border-radius: 12px;
  height: 56px;
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 1200px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-buttons .btn-add .btn-add-to-cart {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-buttons .btn-add .btn-add-to-cart {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-buttons .btn-add .btn-add-to-cart {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-buttons .btn-add .btn-add-to-cart {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side .product-buttons .btn-add {
    display: flex;
  }
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details .details-side {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-section .product-container .products-details-page .products-details .details-side {
    padding-top: 0px;
  }
}
@media (max-width: 650px) {
  .product-section .product-container .products-details-page .products-details {
    flex-direction: column;
  }
}

.treat-features-section {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.treat-features-section .features-hero {
  flex: 0 0 35%;
  background: linear-gradient(to var(--start), var(--green-color) 10.83%, rgba(30, 16, 60, 0) 131.84%), var(--img) 71% center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 30px;
  min-height: 250px;
}
.treat-features-section .features-hero .features-text-content {
  color: var(--color-text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.treat-features-section .features-hero .features-text-content .treat-logo-hero {
  max-width: 100px;
  height: 71px;
  aspect-ratio: 82/71;
}
.treat-features-section .features-hero .features-text-content .section-title-light {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1200px) {
  .treat-features-section .features-hero .features-text-content .section-title-light {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .treat-features-section .features-hero .features-text-content .section-title-light {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .treat-features-section .features-hero .features-text-content .section-title-light {
    display: none;
  }
}
@media (max-width: 992px) {
  .treat-features-section .features-hero {
    background: linear-gradient(to var(--start), var(--green-color) 3.83%, rgba(30, 16, 60, 0) 85.84%), var(--img) 43% center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .treat-features-section .features-hero {
    flex: 0 0 42%;
    background: linear-gradient(to var(--start), var(--green-color) 3.83%, rgba(30, 16, 60, 0) 85.84%), var(--img) 81% center/cover no-repeat;
  }
}
@media (max-width: 568px) {
  .treat-features-section .features-hero {
    flex: 0 0 42%;
    background: linear-gradient(to var(--start), var(--green-color) 3.83%, rgba(30, 16, 60, 0) 85.84%), var(--img) 31% center/cover no-repeat;
  }
}
.treat-features-section .features-grid-container {
  flex: 1;
  background-color: var(--green-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  gap: 10px;
  position: relative;
}
.treat-features-section .features-grid-container .feature-card {
  background-color: var(--color-text-light);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .treat-features-section .features-grid-container .feature-card {
    gap: 14px;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .treat-features-section .features-grid-container .feature-card {
    gap: 12px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .treat-features-section .features-grid-container .feature-card {
    gap: 10px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .treat-features-section .features-grid-container .feature-card {
    gap: 7px;
    padding: 8px;
  }
}
@media (max-width: 450px) {
  .treat-features-section .features-grid-container .feature-card {
    gap: 4px;
    padding: 6px;
  }
}
.treat-features-section .features-grid-container .feature-card .icon-wrapper {
  width: clamp(35px, 2vw, 80px);
  height: clamp(35px, 2vw, 80px);
  border-radius: 50%;
  background: rgba(7, 89, 79, 0.02);
  border: 1px solid #f1f1f1;
  margin-bottom: clamp(4px, 2vw, 15px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.treat-features-section .features-grid-container .feature-card .icon-wrapper .feature-icon {
  width: 100%;
  height: 100%;
}
.treat-features-section .features-grid-container .feature-card .feature-description {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-dark);
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: fit-content;
}
@media (max-width: 1200px) {
  .treat-features-section .features-grid-container .feature-card .feature-description {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .treat-features-section .features-grid-container .feature-card .feature-description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .treat-features-section .features-grid-container .feature-card .feature-description {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .treat-features-section .features-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.custom-category-product-item {
  padding: 6px;
}

.brands-section {
  padding: 40px 0;
}
.brands-section .flex-slider .up-slider {
  margin: 40px 0;
  margin-top: 12px 0;
}
@media (max-width: 768px) {
  .brands-section .flex-slider .up-slider {
    font-size: 16px;
  }
}

.up-slider .slick-track,
.up-slider .slick-list,
.down-slider .slick-track,
.down-slider .slick-list {
  height: 100%;
}

.up-slider .slick-list .slick-track,
.down-slider .slick-list .slick-track {
  display: flex;
  gap: 20px;
}

.brands-section .flex-slider .up-slider .slider-item,
.brands-section .flex-slider .down-slider .slider-item {
  overflow: hidden;
  height: 100% !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.brands-section .flex-slider .up-slider .slider-item .slider-card,
.brands-section .flex-slider .down-slider .slider-item .slider-card {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.brands-section .flex-slider .up-slider .slider-item .slider-card a,
.brands-section .flex-slider .down-slider .slider-item .slider-card a {
  border-radius: 20.753px;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.brands-section .flex-slider .up-slider .slider-item .slider-card a img,
.brands-section .flex-slider .down-slider .slider-item .slider-card a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.up-slider button i,
.down-slider button i {
  font-size: 18px;
}

.brands-section .flex-slider .up-slider .slider-item .slider-card .slider-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  transform-origin: center;
  animation: grow 10s linear infinite;
  -webkit-animation: grow 10s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.brands-section .flex-slider .left-svg {
  position: absolute;
  top: 60px;
  left: 250px;
}

.brands-section .flex-slider h1 {
  color: #fff;
  text-align: right;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  display: flex;
  width: 60%;
  padding: 0px 100px;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.product-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: unset;
  --pad-x: 16px;
  --pad-y: 24px;
  border-radius: 24px;
  border: 1px solid var(--gray-eee);
  background: #fff;
  padding: clamp(10px, 2vw, 24px) clamp(6px, 2vw, 16px);
}
.product-item .product-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 115px;
  position: relative;
}
.product-item .product-card-inner .product-image {
  position: relative;
  border-radius: 12px;
  height: fit-content;
  transition: all 1s ease-in-out;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product-item .product-card-inner .product-image .product-card-bundle-offer {
  left: unset;
  right: 0;
}
.product-item .product-card-inner .product-image .badge-name {
  width: fit-content;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  text-align: var(--start);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: var(--primary-color) !important;
  left: 0;
  z-index: 2;
  top: 0;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-image .badge-name {
    padding: 4px 8px;
    font-size: 12px;
  }
}
body.rtl .product-item .product-card-inner .product-image .badge-name {
  left: unset;
  right: 0;
  border-radius: 6px 6px 0px 6px;
}
body.ltr .product-item .product-card-inner .product-image .badge-name {
  left: 0;
  right: unset;
  border-radius: 6px 6px 6px 0;
}
.product-item .product-card-inner .product-image .badge-name svg {
  display: none;
}
.product-item .product-card-inner .product-image .product-image-inner {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.product-item .product-card-inner .product-image .product-image-inner img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.product-item .product-card-inner .product-details-overlay {
  position: absolute;
  padding: 24px 0;
  bottom: -105px;
  width: 100%;
  background-color: white;
  transition: transform 0.3s ease-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.product-item .product-card-inner .product-details-overlay .product-details-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner {
    gap: 12px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  min-height: 49px;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text {
    min-height: 44px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .product-title {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: unset;
  white-space: unset;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .product-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .product-title {
    font-size: 14px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .rate-div {
  display: none;
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .text-description {
  color: #a5a5a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .text-description {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .text-description {
    font-size: 13px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section .product-price {
  color: var(--1A-black);
  text-align: var(--start);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section .product-price {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section .product-price {
    font-size: 16px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section .product-prev-price {
  color: #999999;
  text-align: var(--start);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section .product-prev-price {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section .product-prev-price {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-details-inner .product-price-section {
    gap: 6px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-details-inner .product-short-description {
  display: none;
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn {
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn {
    height: 44px;
  }
}
@media (max-width: 410px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn {
    padding: 0;
  }
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn span {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn span {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn span {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn span {
    font-size: 12px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn span svg {
  display: none;
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn.product-card-add-to-cart {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn.btn-product-card-select-variant {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .add-to-wishlist {
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  margin: 0;
  max-width: 56px;
  width: 44px;
  padding: 10px;
  border: 1px solid var(--primary-color);
  min-width: 56px;
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .add-to-wishlist span {
  display: flex;
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .add-to-wishlist {
    height: 44px;
    min-width: 44px;
  }
}
@media (max-width: 450px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .add-to-wishlist {
    min-width: 37px;
  }
}
.product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .add-to-wishlist .icon-heart-mask {
  background-color: var(--primary-color);
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper {
    gap: 4px;
  }
}
@media (max-width: 992px) {
  .product-item .product-card-inner .product-details-overlay {
    position: relative;
    padding: 0;
    bottom: unset;
    transform: unset;
  }
}
@media (max-width: 768px) {
  .product-item .product-card-inner .product-details-overlay {
    gap: 12px;
  }
}
@media (max-width: 992px) {
  .product-item .product-card-inner {
    padding-bottom: 0px;
  }
}
.product-item:hover .product-card-inner .product-image .product-image-inner {
  transform: scale(1.1, 1.1);
}
@media (max-width: 992px) {
  .product-item:hover .product-card-inner .product-image .product-image-inner {
    transform: unset;
  }
}
.product-item:hover .product-card-inner .product-details-overlay {
  transform: translateY(-80px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.7490196078);
}
@media (max-width: 992px) {
  .product-item:hover .product-card-inner .product-details-overlay {
    transform: unset;
    backdrop-filter: unset;
    background-color: #ffffff;
  }
}

.thumbnail-gallery-container {
  display: none;
}

.home-products-section {
  padding: 20px 0;
}

.slick-next.slick-arrow > span,
.slick-prev.slick-arrow > span {
  font-size: 26px !important;
}

.products-details-page .slick-arrow {
  opacity: 1;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}

body.ltr .products-details-page .slick-prev {
  left: 10px;
}
body.ltr .products-details-page .slick-next {
  right: 10px;
}

body.rtl .products-details-page .slick-prev {
  right: 10px;
}
body.rtl .products-details-page .slick-next {
  left: 10px;
}

.head-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .head-sec {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .head-sec {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .head-sec {
    margin-bottom: 12px;
  }
}
.head-sec .title-sec {
  color: #383838;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1200px) {
  .head-sec .title-sec {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .head-sec .title-sec {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .head-sec .title-sec {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .head-sec .title-sec {
    font-size: 12px;
  }
}

.header header #fixed-header {
  background-color: var(--header-primary-color);
}
.header header #fixed-header .search-header.theme-header-bar {
  background-color: var(--header-primary-color);
  color: var(--header-text-color-primary-bg);
  padding: 0;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar {
  height: 80px;
  direction: ltr;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons,
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-menu,
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-logo a {
  color: var(--header-text-color-primary-bg);
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar svg path {
  fill: currentColor;
  color: var(--header-text-color-primary-bg);
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-menu a {
  height: fit-content;
  width: unset;
  left: unset;
  right: unset;
  color: var(--header-text-color-primary-bg);
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-menu a svg {
  --f: 24px;
  width: var(--f);
  height: var(--f);
  min-height: var(--f);
  min-width: var(--f);
}
body.rtl .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-menu a svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-menu a svg {
    --f: 18px;
  }
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-logo a img {
    padding: 0;
  }
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons {
  gap: 8px;
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons {
    gap: 4px;
  }
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .account-area button {
  border: none !important;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .account-area button svg {
  --f: 24px;
  width: var(--f);
  height: var(--f);
  min-height: var(--f);
  min-width: var(--f);
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .account-area button svg {
    --f: 18px;
  }
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .account-area button:active {
  border: none;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .lang-currency-icon {
  cursor: pointer;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .lang-currency-icon svg {
  --f: 24px;
  width: var(--f);
  height: var(--f);
  min-height: var(--f);
  min-width: var(--f);
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .lang-currency-icon svg {
    --f: 18px;
  }
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart {
  position: relative;
  cursor: pointer;
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart svg {
  --f: 24px;
  width: var(--f);
  height: var(--f);
  min-height: var(--f);
  min-width: var(--f);
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart svg {
    --f: 18px;
  }
}
.header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart .cart-badge {
  background-color: var(--danger-color);
  color: var(--color-text-light);
}
body.rtl .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart .cart-badge {
  top: -4px;
  left: -13px;
  right: unset;
}
body.ltr .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart .cart-badge {
  top: -4px;
  right: -13px;
  left: unset;
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart .cart-badge {
    width: 15px;
    height: 15px;
    line-height: 13px;
    font-size: 8px;
  }
  body.rtl .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart .cart-badge {
    top: -5px;
    left: -10px;
    right: unset;
  }
  body.ltr .header header #fixed-header .search-header.theme-header-bar .search-header-bar .header-icons .a-shopping-cart .cart-badge {
    top: -4px;
    right: -10px;
    left: unset;
  }
}
@media (max-width: 768px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .header header #fixed-header .search-header.theme-header-bar .search-header-bar {
    height: 45px;
  }
}

.video-section {
  position: relative;
}
.video-section .video-box {
  position: relative;
  width: 100%;
}
.video-section .video-box video {
  display: flex;
}
.video-section .video-box .video-desc-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  margin: auto;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1200px) {
  .video-section .video-box .video-desc-content {
    gap: 34px;
  }
}
@media (max-width: 992px) {
  .video-section .video-box .video-desc-content {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .video-section .video-box .video-desc-content {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .video-section .video-box .video-desc-content {
    gap: 4px;
  }
}
.video-section .video-box .video-desc-content .video-desc-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 106px;
  height: fit-content;
}
@media (max-width: 768px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner {
    gap: 24px;
    justify-content: center;
  }
}
.video-section .video-box .video-desc-content .video-desc-content-inner .title {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner .title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner .title {
    font-size: 16px;
  }
}
.video-section .video-box .video-desc-content .video-desc-content-inner .desc {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner .desc {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner .desc {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .video-section .video-box .video-desc-content .video-desc-content-inner .desc {
    font-size: 12px;
  }
}
.video-section .video-box .video-desc-content a {
  color: #ffffff;
  border-radius: 12px;
  background: var(--green-color);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  width: 176px;
}
@media (max-width: 768px) {
  .video-section .video-box .video-desc-content a {
    font-size: 16px;
    padding: 7px 20px;
  }
}
@media (max-width: 576px) {
  .video-section .video-box .video-desc-content a {
    font-size: 14px;
    min-width: 104px;
    width: unset;
    border-radius: 6px;
  }
}
@media (max-width: 450px) {
  .video-section .video-box .video-desc-content a {
    font-size: 12px;
  }
}
.video-section .video-box .video-desc-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(7, 89, 79, 0.4) 0%, rgba(7, 89, 79, 0.4) 100%);
}

/* reviews section*/
.reviews-sec {
  padding: 40px 0;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .reviews-sec {
    padding: 16px 0;
  }
}
.reviews-sec .reviews-div {
  display: block;
}
.reviews-sec .reviews-div .reviews-container {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reviews-sec .reviews-div .reviews-container {
    margin-bottom: 20px;
  }
}
.reviews-sec .reviews-div .reviews-container .review-card-outer {
  padding: 0 16px;
  display: flex;
  height: auto;
}
.reviews-sec .reviews-div .reviews-container .slick-track {
  display: flex;
  align-self: stretch;
}
.reviews-sec .reviews-div .reviews-container .review-card {
  background: white;
  border-radius: 4px;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: clamp(14px, 2vw, 30px);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.reviews-sec .reviews-div .reviews-container .review-card .review-card-inner {
  display: flex;
  flex-direction: column;
}
.reviews-sec .reviews-div .reviews-container .review-card .quote-icon {
  position: absolute;
  top: 10px;
  font-size: clamp(10px, 2vw, 50px);
  color: #f0f0f0;
  line-height: 1;
}
body.rtl .reviews-sec .reviews-div .reviews-container .review-card .quote-icon {
  left: 20px;
}
body.ltr .reviews-sec .reviews-div .reviews-container .review-card .quote-icon {
  right: 20px;
}
.reviews-sec .reviews-div .reviews-container .review-card .stars {
  display: flex;
  gap: 0px;
  margin-bottom: 20px;
}
.reviews-sec .reviews-div .reviews-container .review-card .stars .star {
  color: #fbbf24;
  font-size: 20px;
}
.reviews-sec .reviews-div .reviews-container .review-card .stars .star.empty {
  color: #e5e7eb;
}
.reviews-sec .reviews-div .reviews-container .review-card .review-text {
  position: relative;
  z-index: 1;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 768px) {
  .reviews-sec .reviews-div .reviews-container .review-card .review-text {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .reviews-sec .reviews-div .reviews-container .review-card .review-text {
    font-size: 14px;
  }
}
.reviews-sec .reviews-div .reviews-container .review-card .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-sec .reviews-div .reviews-container .review-card .reviewer .reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eee;
}
.reviews-sec .reviews-div .reviews-container .review-card .reviewer .reviewer-info {
  flex: 1;
}
.reviews-sec .reviews-div .reviews-container .review-card .reviewer .reviewer-info .reviewer-name {
  margin-bottom: 2px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 768px) {
  .reviews-sec .reviews-div .reviews-container .review-card .reviewer .reviewer-info .reviewer-name {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .reviews-sec .reviews-div .reviews-container .review-card .reviewer .reviewer-info .reviewer-name {
    font-size: 14px;
  }
}
.reviews-sec .reviews-div .reviews-container .slick-dots {
  margin-top: 20px;
  bottom: -37px;
}
@media (max-width: 768px) {
  .reviews-sec .reviews-div .reviews-container .slick-dots {
    display: none !important;
  }
}
.reviews-sec .reviews-div .reviews-container .slick-dots li {
  width: fit-content;
  margin: 0 4px;
}
.reviews-sec .reviews-div .reviews-container .slick-dots li button {
  border: 1px solid var(--green-color);
  border-radius: 20px;
  background-color: #fff;
  width: 12px;
  height: 12px;
}
.reviews-sec .reviews-div .reviews-container .slick-dots li button:before {
  display: none;
  opacity: 0;
  color: unset;
}
.reviews-sec .reviews-div .reviews-container .slick-dots li.slick-active button {
  background-color: var(--green-color);
  width: 40px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .review-card {
    padding: 25px 20px;
  }
  .quote-icon {
    font-size: 50px;
    top: 15px;
  }
  .stars {
    gap: 3px;
  }
  .star {
    font-size: 18px;
  }
  .review-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .reviewer-avatar {
    width: 45px;
    height: 45px;
  }
  .reviewer-name {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .review-card {
    padding: 20px 15px;
  }
  .review-text {
    font-size: 14px;
  }
  .reviewer-avatar {
    width: 40px;
    height: 40px;
  }
}
/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.app-section-magin {
  margin-top: 30px;
}

.benefits-and-uses {
  overflow-x: auto;
  padding: 20px 0 8px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .benefits-and-uses {
    gap: 20px;
  }
}
.benefits-and-uses .benfit-item {
  width: 100%;
  border: 1px solid;
  border-color: transparent;
  border-radius: 18px;
  padding: 20px;
  position: relative;
  gap: 16px;
  justify-content: center;
  min-width: 220px;
}
@media (max-width: 992px) {
  .benefits-and-uses .benfit-item {
    min-width: 200px;
    width: 200px;
    padding: 20px 14px;
  }
}
@media (max-width: 768px) {
  .benefits-and-uses .benfit-item {
    min-width: 180px;
    width: 180px;
    padding: 20px 10px;
    gap: 8px;
    border-color: rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 576px) {
  .benefits-and-uses .benfit-item {
    padding: 20px 8px;
    min-width: 150px;
    width: 150px;
  }
}
@media (max-width: 450px) {
  .benefits-and-uses .benfit-item {
    padding: 20px 6px;
    min-width: 125px;
    width: 125px;
  }
}
.benefits-and-uses .benfit-item .parent-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits-and-uses .benfit-item .parent-img img {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .benefits-and-uses .benfit-item .parent-img img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .benefits-and-uses .benfit-item .parent-img img {
    width: 30px;
    height: 30px;
  }
}
.benefits-and-uses .benfit-item .parent-text p {
  color: rgba(27, 31, 38, 0.72);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .benefits-and-uses .benfit-item .parent-text p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .benefits-and-uses .benfit-item .parent-text p {
    font-size: 12px;
  }
}
.benefits-and-uses .benfit-item:last-of-type:after {
  display: none;
}
.benefits-and-uses .benfit-item::after {
  width: 1px;
  height: 90%;
  content: "";
  position: absolute;
  top: 5%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
body.rtl .benefits-and-uses .benfit-item::after {
  left: 0px;
}
body.ltr .benefits-and-uses .benfit-item::after {
  right: 0px;
}

.remove-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.remove-scroll::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

.s-block--banner-with-images {
  padding: 50px 0;
  background-color: color-mix(in srgb, #f6e5d1 100%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s-block--banner-with-images:has(.img-2) {
  margin-top: 11rem;
}

.flex-banner {
  display: flex;
  gap: 32px;
  align-items: center;
}
body.ltr .flex-banner {
  flex-direction: row-reverse;
}

.flex-banner .images {
  width: 100%;
  position: relative;
  z-index: 1;
}

.flex-banner .images img {
  border-radius: 24px;
  height: 400px;
  display: block;
  margin: auto;
}

.flex-banner .images .img-2 {
  position: absolute;
  top: -150px;
  z-index: -1;
  right: 30px;
}

.flex-banner .images:has(.img-2) img {
  height: 300px;
}

.flex-banner .banner-text {
  width: 100%;
  padding-left: 100px;
}

.flex-banner .banner-text h3 {
  margin-bottom: 24px;
  color: var(--color-text-dark);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-align: start;
}

.flex-banner .banner-text p {
  font-size: 20px;
  color: #444;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 56px;
  text-align: start;
}

.flex-banner .banner-text a {
  border-radius: 12px;
  background: var(--green-color);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  min-width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

flex-banner .banner-text a span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 1200px) {
  .flex-banner .images img {
    height: 240px;
  }
  .flex-banner .banner-text {
    padding-left: 65px;
  }
  .flex-banner .banner-text h3 {
    font-size: 32px;
  }
  .s-block--banner-with-images:has(.img-2) {
    margin-top: 9rem !important;
  }
  .flex-banner .images:has(.img-2) img {
    height: 240px;
  }
  .flex-banner .banner-text a {
    max-width: 170px;
  }
}
@media (max-width: 992px) {
  .flex-banner .images img {
    height: 210px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }
  .flex-banner .banner-text {
    padding-left: 45px;
  }
  .flex-banner .banner-text h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .flex-banner .banner-text p {
    margin-bottom: 40px;
  }
  .flex-banner .images:has(.img-2) img {
    height: 210px;
  }
  .flex-banner .banner-text a {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .flex-banner {
    gap: 16px;
  }
  .flex-banner .images img {
    height: 180px;
  }
  .flex-banner .banner-text h3 {
    margin-bottom: 30px;
  }
  .flex-banner .banner-text a {
    max-width: 120px;
    padding: 10px 12px;
  }
  .flex-banner {
    gap: 16px;
  }
  .flex-banner .banner-text {
    padding-left: 25px;
  }
  .flex-banner .images:has(.img-2) img {
    height: 180px;
  }
  .s-block--banner-with-images:has(.img-2) {
    margin-top: 8.5rem !important;
  }
  .flex-banner .images .img-1 {
    margin-top: 60px;
    margin-right: 100px;
  }
  .flex-banner .images .img-2 {
    top: -100px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .s-block--banner-with-images {
    padding: 25px 0;
  }
  .flex-banner {
    gap: 24px;
    flex-direction: column;
    text-align: center;
  }
  .flex-banner .banner-text h3 {
    margin-bottom: 12px;
  }
  .flex-banner .banner-text p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .flex-banner .banner-text a {
    max-width: 100px;
  }
  .flex-banner .images .img-2 {
    top: -85px;
  }
  .flex-banner .banner-text {
    padding-left: 5px;
  }
  .s-block--banner-with-images:has(.img-2) {
    margin-top: 5rem !important;
  }
  .flex-banner .images img {
    border-radius: 12px;
  }
  .flex-banner .images:has(.img-2) img {
    height: 100px;
  }
  .flex-banner .images .img-1 {
    margin-top: 0;
    margin-right: 60px;
  }
}
@media (max-width: 375px) {
  .flex-banner .images img {
    border-radius: 12px;
    height: 75px;
  }
  .flex-banner .banner-text a {
    margin-top: 16px;
  }
  .flex-banner .images:has(.img-2) img {
    height: 90px;
  }
}
/* serena-hero-section */
.serena-hero-section {
  background-color: #e0f2f1;
  text-align: center;
  padding: 60px 20px;
  min-height: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  max-width: 800px;
  margin-bottom: 40px;
}

.main-heading {
  font-size: clamp(30px, 5vw, 60px);
  color: #000000;
  margin-bottom: clamp(16px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.subtext {
  font-size: clamp(18px, 1.5vw, 24px);
  color: #000;
  text-align: center;
  font-family: var(--Font-Neue-Machina, "Neue Machina");
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: clamp(24px, 2vw, 64px);
}

.cta-button {
  background-color: var(--green-color);
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 27px;
  font-size: clamp(20px, 1.5vw, 27px);
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
  padding: clamp(15px, 2vw, 31px) clamp(20px, 5vw, 72px) clamp(15px, 2vw, 30px) clamp(20px, 5vw, 71px);
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.cta-button:hover {
  background-color: #11383e;
}

.image-container-div {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .image-container-div {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .image-container-div {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .image-container-div {
    max-width: 300px;
  }
}

.image-container img {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: -200px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .image-container img {
    margin-bottom: -150px;
  }
}
@media (max-width: 768px) {
  .image-container img {
    margin-bottom: -120px;
  }
}

/* promotional*/
.promotional-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding: 20px;
  align-items: stretch;
  min-height: clamp(400px, 12vw, 700px);
}

.column {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.product-images {
  height: 100%;
  width: 100%;
}

.center-column {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  text-align: center;
}

.banner-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  min-width: 100px;
  min-height: 50px;
  object-fit: contain;
  width: 100%;
}

.center-content-text {
  margin: clamp(10px, 3vw, 30px) 0;
  color: #333333;
}

.main-promo-title {
  font-size: clamp(20px, 8vw, 91px);
  line-height: 0.8;
  color: #484848;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.64px;
}

.main-promo-title span.sale-word {
  font-weight: lighter;
  display: block;
  -webkit-text-stroke: 1px #484848;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: clamp(40px, 12vw, 159px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1px;
}

.new-collection-text {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #484848;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.center-image-top {
  width: 100%;
}

.center-image-bottom {
  width: 100%;
}

.promo-cta-button {
  display: inline-block;
  background-color: var(--green-color);
  color: #ffffff;
  padding: clamp(3px, 2vw, 10px) clamp(12px, 2vw, 40px);
  text-decoration: none;
  border-radius: 10px;
  font-size: clamp(14px, 2vw, 16px);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
}

/* reels**/
.reel-outer {
  padding: 0 10px;
}

.reel {
  position: relative;
  background: #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 9/16;
}

.reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.head-reel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: clamp(2px, 2vw, 6px) clamp(6px, 2vw, 16px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 10;
}

.head-reel-title {
  color: var(--09-black);
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.volume-toggle {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: clamp(24px, 2vw, 40px);
  height: clamp(24px, 2vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.volume-toggle:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.1);
}

.volume-toggle svg {
  width: 22px;
  height: 22px;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.mute-icon,
.unmute-icon {
  transition: opacity 0.2s ease;
}

.reel .play-video {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
}

.reel .play-video .play-video-inner {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(2px);
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
  pointer-events: none;
}

.reel.paused .play-overlay {
  opacity: 1;
}

.play-button {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.reel.paused .play-button {
  transform: scale(1);
}

.play-button svg {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

/* حالة التشغيل - إخفاء الزر */
.reel:not(.paused) .play-overlay {
  opacity: 0;
}

/* عرض الزر عند hover فقط إذا كان الفيديو يعمل */
.reel:not(.paused):hover .play-overlay {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .head-title {
    font-size: 12px;
  }
  .volume-toggle {
    width: 36px;
    height: 36px;
  }
  .play-button {
    width: 60px;
    height: 60px;
  }
}
/*other products*/
.custom-sliders .slider-item {
  padding: 0 10px;
}

.blog-card {
  display: flex;
  padding: 0;
  /* padding: 0px 16px 0 16px; */
  border-radius: 16px;
  gap: 20px;
  flex-direction: column;
  position: relative;
  flex: 1 0 0;
  align-items: center;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.blog-card .blog-parent {
  width: -webkit-fill-available;
  height: 300px;
  display: flex;
  justify-content: center;
}

.blog-card .blog-parent a.blog-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: -webkit-fill-available;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 1px solid #eee;
}

.blog-card .blog-parent .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.blog-card .blog-parent .blog-content .person .date-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #777;
  width: -moz-max-content;
  width: max-content;
}

.blog-card .blog-parent .blog-content .person .date-box .date {
  font-size: 14px;
  text-align: center;
  padding: 0 14px;
}

.blog-card .blog-parent .blog-content .person .date-box::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  border-radius: 4px;
  background-color: #d6d6d6;
}
body.rtl .blog-card .blog-parent .blog-content .person .date-box::before {
  right: -12px;
}
body.rtl .blog-card .blog-parent .blog-content .person .date-box::before {
  left: -12px;
}

.blog-card .blog-parent .blog-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  position: absolute;
  max-width: 80%;
  width: 80%;
  min-width: 300px;
  top: 92%;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
}

.blog-card .blog-parent .blog-content .blog-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.blog-card .blog-parent .blog-content .blog-content-body .blog-question {
  overflow: hidden;
  color: var(--dark-text);
  text-align: center;
  text-overflow: ellipsis;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 25px;
}

.blog-card .blog-parent .blog-content .person {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 12px;
}

.blog-card .blog-parent .blog-content .person .name {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-card .blog-parent .blog-content .blog-desc p .more {
  font-size: 14px;
  color: #9d7140;
}

.blog-card .blog-parent .blog-content .person .author {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #777;
  width: -moz-max-content;
  width: max-content;
}

.blog-card .blog-parent .blog-content .blog-desc p {
  font-size: 14px;
}

.blog-card .blog-parent .blog-content .blog-desc {
  color: #666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card .blog-parent .blog-content .blog-desc .blog-Paragraph {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #666;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blogs--div {
  width: 100%;
}

.blog-card .blog-parent a.blog-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media (max-width: 1200px) {
  .blog-card .blog-parent .blog-content .blog-content-body .blog-question {
    font-size: 16px;
  }
  .blog-card .blog-parent .blog-content .blog-desc .blog-Paragraph {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .blog-card .blog-parent .blog-content {
    max-width: 65%;
    width: 65%;
    min-width: 265px;
    gap: 15px;
  }
  .blog-card .blog-parent .blog-content {
    gap: 5px;
  }
  .blog-card .blog-parent .blog-content .blog-content-body .blog-question {
    font-size: 16px;
  }
  .blog-card .blog-parent .blog-content .blog-desc .blog-Paragraph {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .blog-card .blog-parent .blog-content {
    max-width: 80%;
    width: 80%;
  }
}
/************ details **/
.btn-add-to-cart:hover {
  opacity: 0.9;
  color: #fff;
  background-color: var(--primary-color);
}

body.rtl .product-card-rating .icon-half-star {
  transform: scaleX(-1);
}

.custom-products-details .products-details {
  margin-top: 0rem !important;
}
.custom-products-details .products-details .products-details-inner {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner {
    margin-bottom: 20px;
  }
}
.custom-products-details .products-details .products-details-inner .row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row {
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.custom-products-details .products-details .products-details-inner .row .image-container {
  width: calc(50% - 10px);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .image-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap {
  position: relative;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap #product-images-slick img {
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 1/1;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .col-product-image-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share {
  position: absolute;
  top: 10px;
  z-index: 2;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share {
    gap: 8px;
  }
}
body.rtl .custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share {
  right: 10px;
}
body.ltr .custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share {
  left: 10px;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container {
  display: inline-block;
  z-index: 2;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 0;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .share-btn {
  background: #f2f2f2;
  border: none;
  padding: 16px;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .share-btn {
    padding: 8.5px;
    width: 32px;
    height: 32px;
  }
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .share-btn svg {
  width: 20px;
  height: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .share-btn svg {
    width: 13px;
    height: 13px;
  }
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .share-btn:focus-visible {
  outline: none;
  border: none;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .share-btn:focus {
  outline: none;
  border: none;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .share-btn:hover {
  background: #f2f2f2;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .product-social {
  display: flex;
  gap: 8px;
  background: #f2f2f2;
  padding: 0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .product-social.show {
  max-height: 200px;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .product-social a {
  color: #555;
  font-size: 16px;
  transition: color 0.3s, background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px !important;
  border-radius: 4px;
  text-align: center;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .product-social a:hover {
  background: #e6e6e6;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .share-container .product-social a i {
  height: 24px;
  width: 24px;
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .add-to-wishlist {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: 0 !important;
  background: #f2f2f2;
  padding: 16px;
  width: 52px;
  height: 52px;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .add-to-wishlist {
    padding: 8.5px;
    width: 32px;
    height: 32px;
  }
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .add-to-wishlist .icon-heart-mask {
  background-color: #141414;
  width: 20px;
  height: 20px;
  padding: 0;
  stroke-width: 1.5px;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .add-to-wishlist .icon-heart-mask {
    width: 13px;
    height: 13px;
  }
}
.custom-products-details .products-details .products-details-inner .row .image-container #wrap .wish-share .add-to-wishlist .loader {
  margin-bottom: 0;
}
.custom-products-details .products-details .products-details-inner .row .image-container .discount-rate {
  position: absolute;
  top: 8px;
  z-index: 2;
}
body.rtl .custom-products-details .products-details .products-details-inner .row .image-container .discount-rate {
  left: 0px;
}
body.ltr .custom-products-details .products-details .products-details-inner .row .image-container .discount-rate {
  right: 0px;
}
.custom-products-details .products-details .products-details-inner .row .image-container .slick-dots {
  bottom: 0px;
}
.custom-products-details .products-details .products-details-inner .row .image-container .slick-dots li button {
  display: flex;
}
.custom-products-details .products-details .products-details-inner .row .image-container .slick-dots li button:before {
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}
.custom-products-details .products-details .products-details-inner .row .details-container {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container {
    margin-top: 0px;
    width: 100%;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .ess-rate,
.custom-products-details .products-details .products-details-inner .row .details-container .add-to-wishlist,
.custom-products-details .products-details .products-details-inner .row .details-container .share-container {
  display: none;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container {
    padding-top: 0 !important;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .badge-name {
  width: fit-content;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  text-align: var(--start);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 6px 6px 6px 0;
  background: var(--primary-color) !important;
  left: 0;
  z-index: 2;
  top: 0;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .badge-name svg {
  display: none;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-name {
  color: #292929;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.18px;
}
@media (max-width: 1200px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-name {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-name {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-name {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-name {
    font-size: 16px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate {
    margin-bottom: 10px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price {
  color: #1a1a1a;
  text-align: start;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price {
    font-size: 15px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price-old {
  color: #999;
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: line-through;
  display: flex;
  gap: 5px;
}
@media (max-width: 1200px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price-old {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price-old {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price-old {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .product-formatted-price-old {
    font-size: 12px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .price-rate-inner .vat-text {
  color: #ff3b30;
  font-size: 14px;
  text-transform: capitalize;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .rate-in-price {
  display: flex;
  gap: 4px;
  align-items: center;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .rate-in-price span::before {
  color: #ffa439;
  font-size: 14px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .price-rate .rate-in-price p {
  margin: 0;
  color: #141414;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control {
  width: fit-content;
  display: none;
  margin-bottom: 24px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper {
  border: 1px solid var(--gray-eee);
  height: 50px;
  border-radius: 9px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn {
  padding: 16px 10px;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  position: relative;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  color: var(--gray-600);
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn.plus-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  bottom: 33%;
  width: 1px;
  background-color: var(--gray-eee);
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn.minus-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 33%;
  bottom: 33%;
  width: 1px;
  background-color: var(--gray-eee);
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn:focus-visible {
  outline: none;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn:focus {
  outline: none;
}
@media (max-width: 1200px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-btn {
    padding: 16px 10px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-display {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--gray-400);
  min-width: 50px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-display {
    padding: 0 9px;
  }
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control .quantity-controls-wrapper .quantity-display {
    min-width: 30px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .quantity-control::after {
  display: none;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description {
  margin-top: 10px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description .description-title {
  margin: 0;
  color: #292929;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description .description-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description .description-title {
    font-size: 16px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description span {
  color: var(--68-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description .text-short-description {
  color: var(--green-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .product-short-description {
    gap: 8px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .description-paragrah {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  white-space: pre-line;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .description-paragrah * {
  all: unset;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .description-paragrah {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner .product-description .description-paragrah {
    font-size: 14px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner #product-form .size-box #product-variants-options .form-group div label {
  color: #292929;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner #product-form .size-box #product-variants-options .form-group div ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner #product-form .size-box #product-variants-options .form-group div ul li {
  margin: 0 !important;
  border: 1px solid var(--green-color);
  color: var(--green-color);
  padding: 16px;
  width: fit-content;
  min-width: 100px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner #product-form .size-box #product-variants-options .form-group div ul li {
    padding: 8px 16px;
    font-size: 16px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .details-container-inner #product-form .size-box #product-variants-options .form-group div ul li.active {
  color: #fff;
  background-color: var(--green-color);
}
.custom-products-details .products-details .products-details-inner .row .details-container .custom-tags {
  display: flex;
  justify-items: center;
  gap: 16px;
  margin-top: 16px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .custom-tags .tag-item {
  text-wrap-style: inherit;
  min-height: 100%;
  border-radius: 8px;
  border: 1px solid #686363;
  color: var(--green-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 10px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: calc((100% - 32px) / 3);
}
.custom-products-details .products-details .products-details-inner .row .details-container .custom-tags .tag-item #random {
  margin: 0px 5px;
}
.custom-products-details .products-details .products-details-inner .row .details-container .custom-tags .tag-item.random-number {
  margin-right: 5px;
  display: flex;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .custom-tags .tag-item {
    font-size: 12px;
  }
}
.custom-products-details .products-details .products-details-inner .row .details-container .btn-add-to-cart {
  display: inline-flex;
  width: 200px;
  height: 56px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .custom-products-details .products-details .products-details-inner .row .details-container .btn-add-to-cart {
    width: 100%;
    margin-top: 16px;
    height: 44px;
  }
}

.tick-all {
  background-color: var(--primary-color);
  padding: 20px 0;
}
.tick-all .tick-all-head {
  color: #ebedf0;
  text-align: start;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .tick-all .tick-all-head {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .tick-all .tick-all-head {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.tick-all .tick-all-inner .feature-div {
  align-items: start;
  color: #ebedf0;
  text-align: start;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 173.1%;
  grid-template-columns: repeat(1, 1fr);
}
.tick-all .tick-all-inner .feature-div.two-columns {
  grid-template-columns: repeat(2, 1fr);
}
body.rtl .tick-all .tick-all-inner .feature-div * {
  font-family: "Changa", sans-serif !important;
}
body.ltr .tick-all .tick-all-inner .feature-div * {
  font-family: "Changa", sans-serif !important;
}
.tick-all .tick-all-inner .feature-div p {
  margin-bottom: 0;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .tick-all .tick-all-inner .feature-div p {
    font-size: 12px !important;
  }
}
.tick-all .tick-all-inner .feature-div span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .tick-all .tick-all-inner .feature-div span {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .tick-all .tick-all-inner .feature-div {
    font-size: 12px !important;
  }
}
body.rtl .tick-all .tick-all-inner .feature-en {
  display: none;
}
body.rtl .tick-all .tick-all-inner .feature-ar {
  display: grid;
}
body.ltr .tick-all .tick-all-inner .feature-en {
  display: grid;
}
body.ltr .tick-all .tick-all-inner .feature-ar {
  display: none;
}

.image-collage .collage-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
}
.image-collage .collage-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}
@media (max-width: 768px) {
  .image-collage .collage-grid img {
    border-radius: 16px;
  }
}
.image-collage .collage-grid .right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .image-collage .collage-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .image-collage .collage-grid .right {
    grid-template-rows: 1fr 1fr;
    gap: 8px;
  }
  .image-collage .collage-grid img {
    border-radius: 8px;
  }
}

.tickall-sec {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  gap: 28px;
  padding: 40px 0;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .tickall-sec {
    gap: 18px;
    padding: 24px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .tickall-sec {
    gap: 12px;
    padding: 16px 0;
  }
}
.tickall-sec h2 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 768px) {
  .tickall-sec h2 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .tickall-sec h2 {
    font-size: 14px;
  }
}
.tickall-sec .tickall-items {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 30px;
}
@media (max-width: 992px) {
  .tickall-sec .tickall-items {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .tickall-sec .tickall-items {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .tickall-sec .tickall-items {
    gap: 8px;
  }
}
.tickall-sec .tickall-items .item {
  width: fit-content;
  padding: 40px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  width: 300px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tickall-sec .tickall-items .item {
    padding: 24px 16px;
  }
}
@media (max-width: 576px) {
  .tickall-sec .tickall-items .item {
    padding: 16px;
    width: 104px;
    min-width: 104px;
  }
}
.tickall-sec .tickall-items .item p {
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tickall-sec .tickall-items .item p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .tickall-sec .tickall-items .item p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .tickall-sec .tickall-items .item p {
    font-size: 12px;
  }
}

.features-items {
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  align-items: stretch;
  border: 1px solid #eee;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .features-items {
    gap: 16px;
    margin-bottom: 20px;
    border: 0;
  }
}
.features-items .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding: 30px;
  gap: 16px;
  position: relative;
  min-width: 200px;
}
@media (max-width: 768px) {
  .features-items .item {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 16px;
  }
}
.features-items .item .img {
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .features-items .item .img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .features-items .item .img {
    width: 24px;
    height: 24px;
  }
}
.features-items .item .text-parent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.features-items .item .text-parent h4 {
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin: 0;
}
@media (max-width: 768px) {
  .features-items .item .text-parent h4 {
    color: #1a1a1a;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
.features-items .item .text-parent p {
  margin: 0;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .features-items .item .text-parent p {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
.features-items .item:after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #eee;
  top: 5%;
  right: 10px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 768px) {
  .features-items .item:after {
    display: none;
  }
}
.features-items .item:first-of-type {
  background-color: var(--green-color);
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--green-color);
}
@media (max-width: 768px) {
  .features-items .item:first-of-type {
    border-radius: 8px;
  }
}
.features-items .item:first-of-type .text-parent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
.features-items .item:first-of-type .text-parent h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin: 0;
}
@media (max-width: 768px) {
  .features-items .item:first-of-type .text-parent h4 {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
.features-items .item:first-of-type .text-parent p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.features-items .item:first-of-type:after {
  display: none;
}
.features-items .item:last-of-type {
  border-radius: 0px 8px 8px 0;
}
@media (max-width: 768px) {
  .features-items .item:last-of-type {
    border-radius: 8px;
  }
}
.features-items .item:last-of-type:after {
  display: none;
}

.key-ingredients-inner p {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 173.1%;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .key-ingredients-inner p {
    font-size: 12px;
  }
}

.essentials-items {
  display: flex;
  gap: 20px;
  flex-direction: row;
  margin-bottom: 40px;
}
.essentials-items .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.essentials-items .item .header {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.essentials-items .item .content {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .essentials-items {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.products-page .products-container-2 .products-page-image img {
  width: 100%;
}
.products-page .products-container-2 .products-essentials {
  position: relative;
  background-size: cover;
  background-position: center;
}
.products-page .products-container-2 .products-essentials .products-essentials-inner {
  padding: 20px 0;
  white-space: pre-wrap;
  text-align: center;
  color: #ebedf0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.1%;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .products-page .products-container-2 .products-essentials .products-essentials-inner {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .products-page .products-container-2 .products-essentials .products-essentials-inner {
    font-size: 14px;
  }
}
.products-page .products-container-2 .products-essentials:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--primary-color);
  opacity: 0.85;
}
.products-page .products-container-2 .products-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 30px 0;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner {
  flex-direction: row;
  padding-bottom: unset;
  --card-w: 400px;
  --card-g: 24px;
  align-items: center;
  gap: var(--card-g);
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-image {
  height: unset;
  height: 400px;
  width: var(--card-w);
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay {
  position: relative;
  bottom: unset;
  z-index: unset;
  width: calc(100% - var(--card-w) - var(--card-g));
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text {
  min-height: unset;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .product-title {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .product-title {
    font-size: 20px;
  }
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .rate-div {
  display: flex;
  gap: 8px;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-text .text-description {
  display: none;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-short-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-short-description * {
  margin: 0;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-short-description label {
  color: var(--68-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-details-inner .product-short-description .text-short-description {
  color: #07594F;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .btn {
  display: inline-flex;
  gap: 10px;
  width: fit-content;
  padding: 10px 30px;
  background-color: var(--primary-color);
}
.products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner .product-details-overlay .product-card-actions-wrapper .add-to-wishlist {
  display: none;
}
@media (max-width: 992px) {
  .products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner {
    --card-w: 340px;
    --card-g: 20px;
  }
}
@media (max-width: 992px) {
  .products-page .products-container-2 .products-div .prod-col .product-item .product-card-inner {
    --card-w: 300px;
    --card-g: 16px;
  }
}
.products-page .products-container-2 .products-div .prod-col .product-item:hover .product-card-inner .product-image .product-image-inner {
  transform: unset;
}
.products-page .products-container-2 .products-div .prod-col .product-item:hover .product-card-inner .product-details-overlay {
  transform: unset;
  backdrop-filter: unset;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .products-page .products-container-2 .products-div {
    display: none;
  }
}
.products-page .products-container-2 .products-div-slider {
  display: none;
}
@media (max-width: 768px) {
  .products-page .products-container-2 .products-div-slider {
    margin: 24px 0;
    display: block;
  }
}

.icon-half-star:before,
.icon-star1:before {
  color: var(--warning-color);
}

.menu-header-slider-custom {
  width: 100%;
  max-width: 280px;
  background-color: var(--menu-header-primary-color, var(--primary-color)) !important;
  color: var(--menu-header-text-color-primary-bg, var(--text-color-primary-bg));
}
.menu-header-slider-custom .slide-menu__slider,
.menu-header-slider-custom .custom-sliding-menu {
  background-color: transparent;
  color: inherit;
}
body.sidenav-open .menu-header-slider-custom {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  padding-bottom: 100px;
  justify-content: space-between !important;
}
body.rtl .menu-header-slider-custom {
  border-radius: 8px 0 0 8px;
}
body.ltr .menu-header-slider-custom {
  border-radius: 0 8px 8px 0;
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .logo-sliding-menu {
  position: relative;
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .logo-sliding-menu .close-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: transform 0.5s ease;
  cursor: pointer;
  color: var(--menu-header-text-color-primary-bg, var(--text-color-primary-bg));
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .logo-sliding-menu .close-menu svg path {
  fill: currentColor;
}
body.rtl .menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .logo-sliding-menu .close-menu {
  left: 20px;
}
body.ltr .menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .logo-sliding-menu .close-menu {
  right: 20px;
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .logo-sliding-menu .close-menu:hover {
  transform: rotate(180deg);
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .logo-sliding-menu .image-logo {
  max-height: 55px;
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .slide-menu-ul-li {
  color: var(--menu-header-text-color-primary-bg, var(--text-color-primary-bg));
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .slide-menu-ul-li a {
  padding: 15px;
  font-size: 16px;
  color: inherit;
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .slide-menu-ul-li a .clickable-span {
  display: block;
}
.menu-header-slider-custom .slide-menu__slider .custom-sliding-menu .slide-menu-ul-li:hover {
  background-color: var(--header-primary-color, var(--primary-color));
  color: var(--header-text-color-primary-bg, #fff);
}
.menu-header-slider-custom .lang-currency-sliding {
  width: 100%;
  color: var(--menu-header-text-color-primary-bg, var(--text-color-primary-bg));
}
.menu-header-slider-custom .lang-currency-sliding .btn-div {
  color: inherit;
  padding: 0.25rem;
}
.menu-header-slider-custom .lang-currency-sliding .btn-div button {
  color: inherit;
  background-color: transparent;
  outline: unset;
  border: 0;
  font-size: 16px;
  padding: 15px;
}
.menu-header-slider-custom .lang-currency-sliding .btn-div button:focus-visible {
  outline: none;
}
.menu-header-slider-custom .lang-currency-sliding .btn-div button:focus {
  outline: none;
}
.menu-header-slider-custom .lang-currency-sliding .btn-div .currency-btn {
  padding: 15px;
}
.menu-header-slider-custom .lang-currency-sliding .btn-div:hover {
  background-color: var(--header-primary-color, var(--primary-color));
  color: var(--header-text-color-primary-bg, #fff);
}
.menu-header-slider-custom .lang-currency-sliding .btn-div:hover .icon {
  fill: currentColor;
  color: currentColor;
}

.review-details {
  border: 1px solid #eee;
  border-top: 0;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .review-details {
    margin-top: 20px;
  }
}
.review-details .review-details-inner {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px 10px;
}
.review-details .review-details-inner .review-details-inner-rate {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 16px;
}
@media (max-width: 768px) {
  .review-details .review-details-inner .review-details-inner-rate {
    gap: 16px;
  }
}
.review-details .review-details-inner .review-details-inner-rate .custom-head-review-details {
  display: flex;
  border-radius: 4px;
  background: rgba(248, 248, 248, 0.7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
}
.review-details .review-details-inner .review-details-inner-rate .custom-head-review-details .out-of {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .review-details .review-details-inner .review-details-inner-rate .custom-head-review-details .out-of {
    font-size: 18px;
  }
}
.review-details .review-details-inner .review-details-inner-rate .custom-head-review-details .product-card-rating span::before {
  font-size: 13px;
}
.review-details .review-details-inner .review-details-inner-rate .custom-head-review-details .product-review-text {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.review-details .review-details-inner .review-details-inner-rate .reviews-break-down-div {
  margin: 0;
}
.review-details .review-details-inner .review-details-inner-rate .reviews-break-down-div .description-paragrah-inner .rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-details .review-details-inner .review-details-inner-rate .reviews-break-down-div .description-paragrah-inner .rating-row .rating-count {
  width: 30px;
  color: #5b555c;
  text-align: end;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.review-details .review-details-inner .review-details-inner-rate .reviews-break-down-div .description-paragrah-inner .rating-row .rating-bar {
  flex-grow: 1;
  height: 12px;
  background-color: #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  max-width: auto;
  width: 100%;
}
.review-details .review-details-inner .review-details-inner-rate .reviews-break-down-div .description-paragrah-inner .rating-row .rating-bar .rating-fill {
  height: 100%;
  background-color: var(--green-color);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.review-details .review-details-inner .review-details-inner-rate .reviews-break-down-div .description-paragrah-inner .rating-row .rating-stars {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 14px;
}
.review-details .review-details-inner .review-details-inner-rate .reviews-break-down-div .description-paragrah-inner .rating-row .rating-stars span::not(.icon-star1) {
  color: #5b555c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.review-details .review-details-inner .review-details-inner-rate .add-review-btn-div {
  width: 100%;
}
.review-details .review-details-inner .review-details-inner-rate .add-review-btn-div .add-review-btn {
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 992px) {
  .review-details .review-details-inner .review-details-inner-rate .add-review-btn-div .add-review-btn {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .review-details .review-details-inner .review-details-inner-rate .add-review-btn-div .add-review-btn {
    padding: 10px;
  }
}
.review-details .review-details-inner .review-details-inner-comments {
  padding-bottom: 0rem;
}
body.ltr .review-details .review-details-inner .review-details-inner-comments {
  padding-left: 1.5rem;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.ltr .review-details .review-details-inner .review-details-inner-comments {
    padding-left: 0rem;
  }
}
body.ltr .review-details .review-details-inner .review-details-inner-comments.no-reviews {
  padding-left: 0rem;
}
body.rtl .review-details .review-details-inner .review-details-inner-comments {
  padding-left: 0rem;
}
@media (max-width: 768px) {
  body.rtl .review-details .review-details-inner .review-details-inner-comments {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .review-details .review-details-inner .review-details-inner-comments {
    margin-top: 20px;
  }
}
.review-details .review-details-inner .review-details-inner-comments .add-review-btn-div {
  width: 100%;
}
.review-details .review-details-inner .review-details-inner-comments .add-review-btn-div .add-review-btn {
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 992px) {
  .review-details .review-details-inner .review-details-inner-comments .add-review-btn-div .add-review-btn {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .review-details .review-details-inner .review-details-inner-comments .add-review-btn-div .add-review-btn {
    padding: 10px;
  }
}
.review-details .review-details-inner .review-details-inner-comments .comments-header {
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 16px;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .user_comments {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .review-details .review-details-inner .review-details-inner-comments .comments-header .user_comments {
    font-size: 14px;
  }
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown {
  border: none;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown .dropdown-menu .dropdown-item {
  padding: 3px 8px;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown .dropdown-menu .dropdown-item:focus-visible {
  outline: 0;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown .sort-button {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown #current-sort-option {
  color: #666;
  margin-right: 5px;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown .icon-arrow-down {
  font-size: 10px;
  transform: rotate(180deg);
  margin-left: 5px;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown a {
  color: #666 !important;
  padding: 0;
  border: 0;
}
.review-details .review-details-inner .review-details-inner-comments .comments-header .sort-container .dropdown a:active {
  border: none;
}
.review-details .review-details-inner .review-details-inner-comments .reviews-break-down-empty .reviews-break-down-empty-inner {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 16px;
}
.review-details .review-details-inner .review-details-inner-comments .reviews-break-down-empty .reviews-break-down-empty-inner span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .review-details .review-details-inner .review-details-inner-comments .reviews-break-down-empty .reviews-break-down-empty-inner span {
    font-size: 14px;
  }
}
.review-details .review-details-inner .review-details-inner-comments .comment-section {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}
.review-details .review-details-inner .review-details-inner-comments .comment-section .card-review {
  border: unset !important;
  border-radius: 4px;
  position: relative;
}
.review-details .review-details-inner .review-details-inner-comments .comment-section .card-review::after {
  height: 1px;
  width: 80%;
  content: "";
  position: absolute;
  bottom: -15px;
  background: #eee;
  right: 10%;
}
.review-details .review-details-inner .review-details-inner-comments .next-reviews .all-reviews-btn {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #eee;
}

.custom-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.custom-accordion .accordion-item {
  border-radius: 4px;
  border: 1px solid var(--gray-eee) !important;
  padding: 12px;
}
.custom-accordion .accordion-item .accordion-button {
  box-shadow: unset !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 0 !important;
  margin: 0;
  outline: 0 !important;
  padding: 0;
  background-color: transparent;
}
.custom-accordion .accordion-item .accordion-button:focus {
  z-index: 1;
}
.custom-accordion .accordion-item .accordion-button span {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-accordion .accordion-item .accordion-button span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .custom-accordion .accordion-item .accordion-button span {
    font-size: 16px;
  }
}
.custom-accordion .accordion-item .accordion-button.collapsed .btns {
  background-color: #fff;
}
.custom-accordion .accordion-item .accordion-button.collapsed .btns .plus {
  display: flex;
  color: var(--09-black);
}
.custom-accordion .accordion-item .accordion-button.collapsed .btns .minus {
  display: none;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff !important;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed) .plus {
  display: none;
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed) .minus {
  display: flex;
  color: #fff;
}
.custom-accordion .accordion-item .accordion-button .btns {
  background-color: var(--green-color);
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-accordion .accordion-item .accordion-button::after {
  display: none;
}
.custom-accordion .accordion-item .accordion-header {
  margin: 0;
}
.custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0 0;
}

a {
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .footer-store-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.footer-store-section .footer-about-us-div.footer-about-us-links-div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 992px) {
  .footer-store-section .footer-about-us-div.footer-about-us-links-div {
    align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .footer-store-section .footer-about-us-div.footer-about-us-links-div {
    align-items: flex-start;
  }
}
.footer-store-section .footer-about-us-div .footer-logo {
  width: 150px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 992px) {
  .footer-store-section .footer-about-us-div .footer-logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-div .footer-logo {
    width: 70px;
  }
}
.footer-store-section .footer-about-us-div h2 {
  color: var(--footer-text-color-primary-bg);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 138.889% */
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-div h2 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer-store-section .footer-about-us-div h2 {
    font-size: 14px;
  }
}
.footer-store-section .footer-about-us-div p {
  margin: 0;
  color: var(--footer-text-color-primary-bg);
  opacity: 0.8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%; /* 156.25% */
}
@media (max-width: 992px) {
  .footer-store-section .footer-about-us-div p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-div p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footer-store-section .footer-about-us-div p {
    font-size: 13px;
    line-height: 180%;
  }
}
.footer-store-section .footer-about-us-links-div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer-store-section .footer-about-us-links-div {
    margin-top: 30px;
    gap: 10px;
  }
}
.footer-store-section .footer-about-us-links-div h2 {
  color: var(--footer-text-color-primary-bg);
  text-align: start;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 138.889% */
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-links-div h2 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .footer-store-section .footer-about-us-links-div h2 {
    font-size: 14px;
  }
}
.footer-store-section .footer-about-us-links-div p {
  margin: 0;
  opacity: 0.8;
}
.footer-store-section .footer-about-us-links-div .footer-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-links-div .footer-div {
    gap: 4px;
  }
}
.footer-store-section .footer-about-us-links-div .footer-div p {
  margin-bottom: 0;
  color: var(--footer-text-color-primary-bg);
  opacity: 0.8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}
@media (max-width: 992px) {
  .footer-store-section .footer-about-us-links-div .footer-div p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-links-div .footer-div p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footer-store-section .footer-about-us-links-div .footer-div p {
    font-size: 13px;
    line-height: 180%;
  }
}
.footer-store-section .footer-about-us-links-div .conect_us {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-store-section .footer-about-us-links-div .conect_us p {
  color: #a5a5a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 156.25% */
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-links-div .conect_us p {
    font-size: 14px;
  }
}
.footer-store-section .footer-about-us-links-div .conect_us span {
  color: var(--footer-text-color-primary-bg);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%; /* 156.25% */
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-links-div .conect_us span {
    font-size: 14px;
  }
}
.footer-store-section .footer-about-us-links-div .social-icons {
  display: flex;
  gap: 8px;
}
.footer-store-section .footer-about-us-links-div .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
}
.footer-store-section .footer-about-us-links-div .social-icons a svg {
  --f: 20px;
  width: var(--f);
  height: var(--f);
  min-height: var(--f);
  min-width: var(--f);
}
@media (max-width: 768px) {
  .footer-store-section .footer-about-us-links-div .social-icons a svg {
    --f:18px;
  }
}
.footer-store-section .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .footer-store-section .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .footer-store-section .footer-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.philosophy-section {
  background-color: #dde8db;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
@media (max-width: 576px) {
  .philosophy-section {
    padding: 16px 0;
  }
}
.philosophy-section .content-container {
  text-align: center;
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .philosophy-section .content-container {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .philosophy-section .content-container {
    gap: 13px;
  }
}
.philosophy-section .content-container .title {
  color: #090909;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 992px) {
  .philosophy-section .content-container .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .philosophy-section .content-container .title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .philosophy-section .content-container .title {
    font-size: 16px;
  }
}
.philosophy-section .content-container .quote-text {
  color: #797979;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 186.667% */
  margin: 0;
}
@media (max-width: 768px) {
  .philosophy-section .content-container .quote-text {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 576px) {
  .philosophy-section .content-container .quote-text {
    font-size: 12px;
    line-height: 116%;
  }
}

.about-section {
  background-color: var(--primary-color);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  color: #ffffff;
}
@media (max-width: 576px) {
  .about-section {
    padding: 17px 0;
  }
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.05;
  z-index: 0;
}
.about-section .content-container {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 750px;
  width: 100%;
  margin: auto;
}
.about-section .content-container .title {
  color: #ebedf0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .about-section .content-container .title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .about-section .content-container .title {
    font-size: 12px;
  }
}
.about-section .content-container .quote-text {
  color: #ebedf0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.1%;
  margin: 16px 0 24px 0;
  display: block;
}
@media (max-width: 768px) {
  .about-section .content-container .quote-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .about-section .content-container .quote-text {
    font-size: 12px;
  }
}
.about-section .content-container .founder-name {
  color: #ebedf0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.1%;
  margin: 0;
}
@media (max-width: 768px) {
  .about-section .content-container .founder-name {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .about-section .content-container .founder-name {
    font-size: 14px;
  }
}

/*story*/
.story .text-container-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.story .text-container-div h1 {
  color: var(--green-color);
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .story .text-container-div h1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .story .text-container-div h1 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .story .text-container-div h1 {
    font-size: 16px;
  }
}
.story .text-container-div .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.story .text-container-div .content p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  margin: 0;
  white-space: break-spaces;
}
@media (max-width: 992px) {
  .story .text-container-div .content p {
    font-size: 18px;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .story .text-container-div .content p {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 576px) {
  .story .text-container-div .content p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .story .text-container-div .content p {
    font-size: 12px;
  }
}
.story .text-container-div .content span {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 650px) {
  .story .text-container-div .content span {
    font-size: 18px;
    line-height: 25px;
  }
}
.story .img-parent {
  width: 100%;
}
.story .img-parent .img {
  width: 100%;
  height: auto;
}

/* breadcrumb-section */
.breadcrumb-section {
  background-color: #fff;
}
.breadcrumb-section nav .breadcrumb {
  padding: 20px 0;
  background-color: #fff;
  margin: 0;
}
.breadcrumb-section nav .breadcrumb .bread-gag {
  gap: 10px;
}
.breadcrumb-section nav .breadcrumb div .breadcrumb-item {
  color: #090909;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
  text-wrap: wrap;
  padding: 0;
}
.breadcrumb-section nav .breadcrumb div .breadcrumb-item a {
  color: #090909;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
}
.breadcrumb-section nav .breadcrumb div .breadcrumb-item.active {
  color: rgba(27, 31, 38, 0.72);
  padding-left: 0;
}

body.ltr .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  color: #161616;
  content: var(--bs-breadcrumb-divider, ">") !important;
  padding: 0 5px 0 0;
  padding-right: 10px;
}

body.rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  color: #161616;
  content: var(--bs-breadcrumb-divider, ">") !important;
  padding: 0 5px 0 0;
  padding-left: 10px;
}

.space-section {
  min-height: 100px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .space-section {
    min-height: 56px;
  }
}
.space-section .content-container .text {
  text-align: center;
  color: #ebedf0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 768px) {
  .space-section .content-container .text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .space-section .content-container .text {
    font-size: 14px;
  }
}

.account-div-container {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .account-div-container {
    margin-bottom: 0;
  }
}
.account-div-container .profile-section {
  width: fit-content;
}
.account-div-container .profile-section .profile-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .account-div-container .profile-section .profile-items {
    width: fit-content;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .account-div-container .profile-section .profile-items {
    gap: 8px;
  }
}
body.rtl .account-div-container .profile-section .profile-items {
  padding-left: 20px;
}
body.ltr .account-div-container .profile-section .profile-items {
  padding-right: 20px;
}
.account-div-container .profile-section .profile-items .profile-item {
  width: 100%;
  padding: 0;
}
.account-div-container .profile-section .profile-items .profile-item.active .profile-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: var(--green-color);
  padding: 12px 8px;
}
.account-div-container .profile-section .profile-items .profile-item.active .profile-row .profile-row-inner svg {
  color: #fff !important;
}
.account-div-container .profile-section .profile-items .profile-item.active .profile-row .profile-row-inner .profile-item-title {
  color: #fff !important;
}
.account-div-container .profile-section .profile-items .profile-item .profile-row {
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 12px 8px;
}
.account-div-container .profile-section .profile-items .profile-item .profile-row .profile-row-inner svg {
  color: var(--green-color) !important;
}
.account-div-container .profile-section .profile-items .profile-item .profile-row .profile-row-inner .profile-item-title {
  color: #000 !important;
}
@media (max-width: 768px) {
  .account-div-container .profile-section .profile-items .profile-item .profile-row .profile-row-inner .profile-item-title {
    display: none;
  }
}
@media (max-width: 768px) {
  .account-div-container .profile-section .profile-items .profile-item .profile-row {
    border: none;
  }
}
@media (max-width: 768px) {
  .account-div-container .profile-section .profile-items .profile-item {
    width: fit-content;
  }
}
.account-div-container .account-content-outer {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer {
    width: calc(100% - 56px);
  }
}
.account-div-container .account-content-outer .profile-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}
body.rtl .account-div-container .account-content-outer .profile-title {
  padding-right: 25px;
}
body.ltr .account-div-container .account-content-outer .profile-title {
  padding-left: 25px;
}
@media (max-width: 992px) {
  .account-div-container .account-content-outer .profile-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .profile-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .account-div-container .account-content-outer .profile-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.account-div-container .account-content-outer .profile-title::after {
  content: "";
  width: 12px;
  height: 30px;
  position: absolute;
  background-color: var(--green-color);
  border-radius: 4px;
  top: 0;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .profile-title::after {
    width: 8px;
    height: 28px;
  }
}
@media (max-width: 576px) {
  .account-div-container .account-content-outer .profile-title::after {
    width: 4px;
    height: 24px;
  }
}
body.rtl .account-div-container .account-content-outer .profile-title::after {
  right: 0;
}
body.ltr .account-div-container .account-content-outer .profile-title::after {
  left: 0;
}
.account-div-container .account-content-outer .account-content {
  margin: 0;
  margin-top: 20px;
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group label {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group label {
    font-size: 12px;
  }
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group .form-control {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  min-height: 52px;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group .form-control {
    font-size: 14px;
  }
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group .form-control::placeholder {
  color: #939393;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.43px;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group .form-control::placeholder {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group:nth-of-type(2) {
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row .form-group:nth-of-type(2) {
    padding-left: 5px;
  }
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-mobile,
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-gender {
  width: 50%;
}
body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-mobile,
body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-gender {
  padding-right: 12px;
}
@media (max-width: 768px) {
  body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-mobile,
  body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-gender {
    padding-right: 0px;
  }
}
body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-mobile,
body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-gender {
  padding-left: 12px;
}
@media (max-width: 768px) {
  body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-mobile,
  body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-gender {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-mobile,
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-gender {
    width: 100%;
  }
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-name,
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-birth_date {
  width: 50%;
}
body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-name,
body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-birth_date {
  padding-left: 12px;
}
@media (max-width: 768px) {
  body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-name,
  body.rtl .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-birth_date {
    padding-left: 0px;
  }
}
body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-name,
body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-birth_date {
  padding-right: 12px;
}
@media (max-width: 768px) {
  body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-name,
  body.ltr .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-birth_date {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-name,
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-birth_date {
    width: 100%;
  }
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-subscriber,
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-save-button {
  display: none !important;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row {
    flex-direction: column;
  }
}
.account-div-container .account-content-outer .account-content .account-content-form .form-account-info .form-row #col-email {
  width: 100%;
  max-width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .account-content-form .form-account-info {
    gap: 16px;
  }
}
.account-div-container .account-content-outer .account-content .account-content-form h2 {
  display: none;
}
.account-div-container .account-content-outer .account-content .account-content-form hr {
  display: none;
}
.account-div-container .account-content-outer .account-content .account-content-form div:has(#btn_profile_delete_account) {
  display: none;
}
.account-div-container .account-content-outer .account-content .address-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .address-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .account-div-container .account-content-outer .account-content .address-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.account-div-container .account-content-outer .account-content .address-container .address-item {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.account-div-container .account-content-outer .account-content .address-container .address-item .card-personal {
  margin-bottom: 0;
  height: 100%;
}
.account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body {
  padding: 10px;
}
.account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .texts {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.rtl .account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .texts {
  padding-left: 40px;
  padding-right: 10px;
}
body.ltr .account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .texts {
  padding-left: 10px;
  padding-right: 40px;
}
.account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .texts h3 {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .texts h3 {
    font-size: 14px;
  }
}
.account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .texts p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .texts p {
    font-size: 12px;
  }
}
.account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .delete-button {
  top: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
body.rtl .account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .delete-button {
  left: 0;
  border-left: 0;
  border-radius: 4px 0px 0px 0px;
}
body.ltr .account-div-container .account-content-outer .account-content .address-container .address-item .card-personal .card-body .delete-button {
  border-radius: 0px 4px 0px 4px;
  right: 0;
  border-right: 0;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .address-container .aaddress-personal-btn {
    padding: 10px;
  }
}
.account-div-container .account-content-outer .account-content .aaddress-personal-btn {
  margin-top: 20px;
}
.account-div-container .account-content-outer .account-content .aaddress-personal-btn:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .wishlist-page #wishlist-list {
    display: none !important;
  }
}
.account-div-container .account-content-outer .account-content .wishlist-page .products-sliders {
  display: none;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .wishlist-page .products-sliders {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .orders-container .head {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .orders-container .body {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .account-div-container .account-content-outer .account-content .orders-container .body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.account-div-container .account-content-outer .account-content .orders-container .body .order-item .card .card-body {
  padding: 0;
}
.account-div-container .account-content-outer .account-content .orders-container .body .order-item .card .card-body .table-orders-row {
  padding: 16px;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .orders-container .body .order-item .card .card-body .table-orders-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .orders-container .body .order-item .card .card-body .table-orders-row .col {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
}
.account-div-container .account-content-outer .account-content .orders-container .body .order-item .card .card-body .table-orders-row .col .title-table {
  display: none;
}
@media (max-width: 768px) {
  .account-div-container .account-content-outer .account-content .orders-container .body .order-item .card .card-body .table-orders-row .col .title-table {
    display: flex;
    text-wrap: no-wrap;
  }
}
.account-div-container .external-controls-outer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .account-div-container .external-controls-outer {
    gap: 16px;
  }
}
.account-div-container .external-controls-outer .external-controls {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .account-div-container .external-controls-outer .external-controls {
    gap: 16px;
  }
}
.account-div-container .external-controls-outer .external-controls .custom-checkbox-text {
  color: var(--green-color);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.43px;
  display: flex;
  text-wrap: no-wrap;
}
@media (max-width: 992px) {
  .account-div-container .external-controls-outer .external-controls .custom-checkbox-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .account-div-container .external-controls-outer .external-controls .custom-checkbox-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .account-div-container .external-controls-outer .external-controls .custom-checkbox-text {
    font-size: 12px;
  }
}
.account-div-container .external-controls-outer .external-controls #external-save-button {
  background-color: var(--green-color);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 10px;
  width: 134px;
}
@media (max-width: 992px) {
  .account-div-container .external-controls-outer .external-controls #external-save-button {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .account-div-container .external-controls-outer .external-controls #external-save-button {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .account-div-container .external-controls-outer .external-controls #external-save-button {
    width: 100%;
  }
}
.account-div-container .external-controls-outer .external-controls .custom-checkbox-checkmark {
  border-radius: 4px;
}
.account-div-container .profile-section * {
  color: unset !important;
}

.mon-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
body.ltr .mon-price {
  flex-direction: row-reverse;
}

.mailing-list-section {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 24px;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .mailing-list-section {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    gap: 12px;
  }
}
.mailing-list-section .mailing-list-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1em;
  color: #4a4a4a;
}
.mailing-list-section .mailing-list-content .icon-wrapper {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 1.5em;
  background: rgba(214, 248, 240, 0.5);
  align-items: center;
  justify-content: center;
}
.mailing-list-section .mailing-list-content .icon-wrapper svg {
  --f: 28px;
  width: var(--f);
  height: var(--f);
  min-height: var(--f);
  min-width: var(--f);
}
.mailing-list-section .mailing-list-content .join-text {
  width: max-content;
  color: #333;
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.mailing-list-section .subscribe-form {
  display: flex;
  gap: 8px;
  width: 100%;
}
.mailing-list-section .subscribe-form .email-input {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  letter-spacing: 1px;
}
.mailing-list-section .subscribe-form .subscribe-button {
  padding: 12px 20px;
  background-color: var(--footer-primary-color, var(--primary-color));
  color: var(--footer-text-color-primary-bg, #fff);
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  border-radius: 4px;
}

#modal-select-destination-city-save {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  width: 100% !important;
}

.modal-select-destination-city-content {
  border: 0 !important;
}
.modal-select-destination-city-content .dropdwns-container .dropdwn button {
  text-align: start !important;
  margin-top: 10px !important;
}

.hero-sec .slick-dots {
  bottom: 0px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  color: #000000 !important;
}

.slick-dots li button:hover:before {
  color: #000;
}

.products-reviews-page .review-details .review-details-inner {
  margin-bottom: 0 !important;
}
.products-reviews-page .review-details .review-details-inner .comment-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .products-reviews-page .review-details .review-details-inner .comment-section {
    grid-template-columns: repeat(1, 1fr);
  }
}

.products-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.products-flex .custom-category-product-item {
  width: 20%;
}
@media (max-width: 1200px) {
  .products-flex .custom-category-product-item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .products-flex .custom-category-product-item {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .products-flex .custom-category-product-item {
    width: 50%;
  }
}
@media (max-width: 350px) {
  .products-flex .custom-category-product-item {
    width: 100%;
  }
}

.capitalize {
  text-transform: capitalize;
}

.floating-cart-container {
  display: none;
}

@media (max-width: 768px) {
  .floating-cart-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* white background */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-add-to-cart {
    width: 100%;
  }
  body[data-template=product] .footer {
    margin-bottom: 65px;
  }
}
.qv-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 100%;
  height: 100%;
  padding-bottom: 32px;
  background: #fff;
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  overflow-y: auto;
  transform: translate(100%);
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

body.ltr .qv-sidebar {
  left: 0;
  transform: translate(-100%);
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
}

body.ltr .qv-sidebar.open {
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

.qv-sidebar.open {
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

.qv-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1040;
}

.qv-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.qv-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.qv-header .qv-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 17px;
}

.qv-header .qv-close {
  all: unset;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qv-body {
  padding: 20px;
}

.qv-body .qv-image-box {
  margin-bottom: 16px;
}

.qv-body .qv-image-box img {
  width: 100%;
}

.qv-body .qv-name {
  margin-bottom: 10px;
}

.qv-body .qv-price-box {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.qv-body .qv-price-box h4 {
  margin: 0;
  font-size: 18px;
}

.qv-body .qv-price-box del {
  font-size: 15px;
}

.qv-body .qv-form .qv-variants {
  margin-bottom: 20px;
}

.qv-body .qv-form .qv-variants .colors-title {
  font-size: 17px;
  font-weight: 500;
}

.qv-body .qv-form .qv-variants .variants-colors {
  gap: 5px;
}

.qv-body .qv-form .qv-variants .variants-colors .variant-item span {
  width: 20px;
  height: 20px;
}

.qv-body .qv-add-to-cart {
  width: 100%;
  border: 1px solid var(--primary-color);
  color: #fff;
  padding: 8px;
  font-size: 17px;
  background-color: var(--primary-color);
  outline: 0;
  border-radius: 12px;
}

.qv-body .qv-add-to-cart:hover {
  opacity: 0.8;
}

@media (max-width: 575px) {
  .qv-header {
    padding: 14px 20px;
  }
  .qv-body .qv-form .qv-variants .variants-colors .variant-item span {
    width: 22px;
    height: 22px;
  }
}
.qv-variants .option-block .variants-options {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 16px;
  padding: 0px;
}

.qv-variants .option-block .variants-options .variant-item-li {
  border-radius: 12px;
  background-color: transparent;
  border-color: var(--68-gray);
  border: 1px solid;
  padding: 12px;
}

.qv-variants .option-block .variants-options .variant-item-li button {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--68-gray);
}

.qv-variants .option-block .variants-options .variant-item-li.active {
  background-color: var(--green-color);
  color: #fff;
}

.qv-variants .option-block .variants-options .variant-item-li.active button {
  color: #fff;
}

#toast-container > div {
  padding: 12px 10px !important;
  opacity: 1 !important;
  box-shadow: unset !important;
}

.ltr .toast-top-right {
  right: unset !important;
  left: 12px !important;
}

.tapi-box {
  margin-top: 16px;
}

.tabby-cart-widget {
  margin-bottom: 15px;
}

.tapi-cart {
  padding: 0 15px;
}

.main.app-content-padded {
  padding-top: 0px;
}

.ltr #modal-select-destination-city .dropbtn::after {
  transform: unset;
  top: 16px !important;
  right: 10px !important;
}

.rtl #modal-select-destination-city .dropbtn::after {
  left: 10px !important;
  top: 23px !important;
}

#modal-select-destination-city .dropbtn {
  position: relative !important;
}

#modal-select-destination-city .dropbtn:focus,
#modal-select-destination-city .dropbtn:focus-visible {
  outline: 0 !important;
}

/*# sourceMappingURL=style.css.map */
