/* ==================== Main ==================== */
.inventory-content {
  margin-inline-start: 10px;
  font-size: 15px;
  font-weight: normal;
}
.inventory-content,
.inventory-content div {
  display: inline;
}
.main-nav-container {
  min-height: initial;
}
/* ========== Mobile Menu ========== */
.mm-ocd__content {
  z-index: 4;
  max-width: 290px;
}
.mm-ocd__backdrop {
  width: 100%;
}
.mm-ocd .top-navbar {
  margin-top: calc(var(--mm-spn-item-height) + 1px);
  padding: 0;
}
.mm-ocd .header-buttons button span {
  padding: 0;
}
.mm-ocd .header-buttons button span:last-child {
  margin-inline-start: 0.5rem;
}
.mm-ocd .header-buttons > span {
  padding-right: 15px;
  padding-left: 15px;
}
.mm-spn.mm-spn--navbar ul {
  top: 103px;
}
.mm-ocd__content .header-btn {
	position: absolute;
	top: 0;
	z-index: 999;
}
.mm-ocd__content .header-btn:where([dir="rtl"], [dir="rtl"] *) {
  left: 3.5rem;
}
.mm-ocd__content .header-btn:where([dir="ltr"], [dir="ltr"] *) {
  right: 3.5rem;
}
.mm-ocd__content .header-btn__icon {
  height: 3rem;
  width: 3.5rem;
  font-size: 1.25rem;
}
@media(max-width: 1024px) {
	.store-header > .top-navbar {
		display: none;
	}
}
/* ========== Cart Summary ========== */
.s-cart-summary-count {
  background-color: var(--color-primary-reverse);
  color: var(--color-primary);
  top: -0.25rem;
}
.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *) {
  right: -0.75rem;
}
.s-cart-summary-count:where([dir="ltr"], [dir="ltr"] *) {
  left: -0.75rem;
}
.main-nav-container .sicon-cart {
  font-size: 1.5rem;
  align-items: center;
}
.main-nav-container .sicon-cart:before {
	content: "\ef37";
}
/* ========== Product Rating ========== */
.special-product:has(.quickview) .s-rating-stars-wrapper,
.product-single__info .s-rating-stars-wrapper {
	flex-wrap: wrap;
	row-gap: 2px;
}
.special-product:has(.quickview) .s-rating-stars-btn-star:first-child,
.product-single__info .s-rating-stars-btn-star:first-child {
	padding-inline-start: 0;
}
.special-product:has(.quickview) salla-rating-stars svg,
.product-single__info salla-rating-stars svg {
  height: 1rem;
  width: 1rem;
}
.special-product:has(.quickview) .s-rating-stars-reviews,
.product-single__info .s-rating-stars-reviews {
  flex-basis: 100%;
  font-size: 13px;
}
/* ========== Share Button Tag ========== */
.special-product .content_product_detail .quickview-actions {
	flex-direction: row-reverse;
}
.product-single__info salla-social-share,
.special-product .content_product_detail salla-social-share {
	position: relative;
	z-index: 1;
}
.product-single__info salla-social-share .s-social-share-btn,
.special-product .content_product_detail salla-social-share .s-social-share-btn {
	margin-inline-start: 0;
}
.product-single__info salla-social-share::before,
.product-single__info salla-social-share::after,
.special-product .content_product_detail salla-social-share::before,
.special-product .content_product_detail salla-social-share::after {
	top: 50%;
}
.product-single__info salla-social-share::before,
.special-product .content_product_detail salla-social-share::before {
	content: 'مشاركة المنتج';
	position: absolute;
	width: 90px;
	height: 30px;
	transform: translate(calc(100% + 18px), -50%);
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--store-text-primary);
	background-color: var(--bg-secondary);
}
.product-single__info salla-social-share::after,
.special-product .content_product_detail salla-social-share::after {
	content: '';
	position: absolute;
	height: 24px;
	transform: translate(calc(50% + 4px), -50%);
	border: 12px solid transparent;
	border-inline-start-color: var(--bg-secondary);
	z-index: -1;
}
/* ========== Custom Add-To-Cart Options PopUp ========== */
.add-to-cart-pop-up .s-modal-overlay {
  pointer-events: none;
}
.add-to-cart-pop-up .s-modal-body > * {
  display: block !important;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-radius: .25rem;
  padding: .5rem 1.5rem .625rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-duration: .3s;
}
.add-to-cart-pop-up a {
  margin-bottom: 20px;
  background-color: var(--color-primary);
  color: #fff;
}
.add-to-cart-pop-up button {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
@media (max-width: 640px) {
  .add-to-cart-pop-up .s-modal-body {
    padding-bottom: 2rem;
  }
}
/* ========== Footer ========== */
/* ===== Newsletter ===== */
.store-footer {
  background-color: transparent !important;
}
.store-footer__newsletter {
  background-color: var(--footer-text-color) !important;
  border-top: 1px solid var(--footer-bg);
}
.store-footer__newsletter h2,
.store-footer__newsletter input,
.store-footer__newsletter input::placeholder {
  color: var(--footer-bg) !important;
}
.store-footer__newsletter input {
  background-color: hsl(0deg 0% 11% / 25%) !important;
  border-color: hsl(0deg 0% 11% / 50%) !important;
}
.store-footer__newsletter button {
  color: var(--footer-text-color) !important;
  background-color: var(--footer-bg);
}
/* ===== Contacts ===== */
.store-footer__contacts-row [aria-label="whatsapp"] {
	padding: 0.725rem;
	font-size: 1.05rem;
}
.store-footer .social-link {
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1 !important;
  font-size: 1.25rem;
}
.store-footer .social-link:hover {
	opacity: .75 !important;
}
/* ===== Shippeng & Rights ===== */
.footer-bottom ul {
	gap: 0.5rem;
	flex-wrap: wrap;
}
.footer-bottom li {
	width: 3.25rem;
	height: 2.25rem;
	margin: 0 !important;
}
@media (max-width: 768px) {
	.footer-bottom .container {
		display: flex;
		flex-direction: column-reverse;
		gap: 0.625rem;
	}
	.footer-bottom .container p {
		margin-bottom: 0;
	}
}

/* ==================== Home Page ==================== */
/* ========== Main Product ========== */
.special-product .absolute {
  left: auto;
}
.special-product .home-block-title + div {
	display: none;
}
body.hidden-quickview > #quickview {
  display: none;
}
.special-product:has(.quickview) .product-card__normal-cart,
.special-product:has(.quickview) .product-card__actions {
  display: block;
}
.special-product:has(.quickview).has-bg:before,
.special-product:has(.quickview) .s-block__title,
.special-product:has(.quickview) .s-block__title + div,
.special-product:has(.quickview) .product-card__buttons,
.special-product:has(.quickview) .quickview-btn,
.special-product .quickview__overlay,
.special-product .quickview__btn-close {
  display: none;
}
.special-product .quickview {
	position: initial;
	padding: 0;
	width: 100%;
}
.special-product .quickview__content {
  max-width: initial;
}
.special-product .content_product_detail {
  max-height: initial !important;
}
.special-product .product-quickview > .row.flex {
	align-items: stretch;
}
.special-product .quickview__content .product-quickview .quickview-single-info {
  position: initial;
  opacity: 1;
  visibility: visible;
  z-index: 0;
  padding: 0;
}
.special-product .quickview__content .product-quickview {
  height: initial;
}
.special-product .quickview__content .quickview-single-info .product-quickview__price .price-container {
  border-bottom: none;
  margin-bottom: 0;
}
.special-product .details-list {
  display: none;
}
.cus-product-details-btn {
  margin-top: .625rem;
  width: 100%;
}
@media (max-width: 768px) {
	.special-product .quickview__content {
    max-width: 400px;
		max-width: initial;
    width: 100%;
	}
	.special-product .quickview__content .product-quickview .img-quickview img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    background: transparent;
	}
	.special-product .quickview__content .product-quickview .quickview-single-info .content_product_detail {
    padding: initial;
	}
}
@media (min-width: 640px) {
  .cus-product-details-btn {
    margin-top: .625rem;
  }
}
@media (min-width: 768px) {
  .home-block-title {
    margin-bottom: 50px;
  }
	.special-product .product-quickview > .row.flex {
    gap: 30px;
    align-items: start;
	}
	.special-product .quickview__content .quickview-single-info {
    max-width: 630px;
    flex-grow: 1;
	}
}
@media(min-width: 992px) {
	.special-product .quickview__content .product-quickview .img-quickview {
    max-width: 500px;
	}
	.special-product .product-quickview > .row.flex {
    justify-content: center;
    gap: 100px;
	}
}

/* ========== Testimonials ========== */
.s-block--testimonials img {
  display: none;
}

/* ==================== Product Page ==================== */
.product-single__info > div:has(.product-count-sale) {
  margin-bottom: 0;
}
.product-single .product-more-info {
  margin-bottom: 0 !important;
}
/* ========== Product Details ========== */
.product-form section {
  margin-bottom: 0;
}
.product-form .s-product-options-wrapper {
  margin-bottom: 0;
}
.product-form section:has(.sicon-barcode) > div:not(:last-child) {
  margin-bottom: 0.5rem;
  border: none;
  padding: 0;
}
/* ========== Add To Card Mobile Bar ========== */
.s-quantity-input-button svg,
.s-quantity-input-input {
  transition: none;
}
/* ========== Reviews ========== */
.s-reviews-summary-wrapper {
  background: #f5f6f5;
  border-radius: 0.375rem;
  padding: 1.25rem;
}
.s-comments-item-avatar,
.s-comments-item-time {
  display: none;
}
.s-comments-item {
  border: none;
  padding: 1rem !important;
  margin-bottom: 1.25rem;
  border-radius: 8px;
  background-color: #f5f6f5;
}
.s-comments-item-inner > :not([hidden]) ~ :not([hidden]) {
  margin-inline-start: 0;
}
.s-comments-item-user-wrapper {
  margin-bottom: .5rem;
  gap: .25rem;
}
.s-comments-item-admin-wrapper .s-comments-item-user-wrapper {
  margin-bottom: 0.3rem;
}
.s-comments-item-admin-wrapper .s-comments-item-timestamp {
  display: none;
}
.s-comments-item-user-info .s-comments-flex span {
	margin-top: 0 !important;
}
.s-comments-item-has-order-check-text {
	transform: none;
}
.s-comments-item-admin-wrapper {
  margin-top: .75rem;
  border-top: 1px solid #e5e7eb;
  padding-top: .75rem;
  padding-inline-start: 0 !important;
}
.s-comments-item-images:empty {
  display: none;
}
.s-comments-item-stars {
  margin: 0.25rem 0 0;
}
.s-comments-item-admin-wrapper .s-comments-item-user-info {
  margin-bottom: 0;
}
/* ========== Related Products ========== */
.simplified-products:has(salla-products-slider:empty) {
  display: none;
}
@media (max-width: 768px) {
	.s-reviews-summary-wrapper {
    display: flex;
    justify-content: space-between;
	}
	.s-reviews-summary-header {
    width: 25%;
    justify-content: center;
    flex-direction: column;
    gap: .65rem;
    margin-bottom: 0;
	}
	.s-reviews-summary-wrapper .s-rating-stars-btn-star svg {
		width: .875rem;
		height: .875rem;
	}
  div:has(>.s-reviews-summary-count) {
    text-align: center;
  }
	.s-reviews-summary-rows {
    width: 65%;
	}
}
@media(max-width: 991px){
  .product-more-info .more-info-tabs__nav-link.mobile {
    display: none !important;
  }
  .product-more-info.vertical {
    margin-top: 0 !important;
  }
  #reviews {
    padding-top: 0 !important;
  }
}