/*.sold-times-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background-color: #29b63c;
    color: #fff;
    font-weight: 600;
    min-width: 230px;
    padding: 0 8px;
    height: 30px;
    border-radius: 5px;
    width: fit-content;
}

.watch-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #29b63c;
    font-weight: 600;
    background-color: #ffffff;
    width: 230px;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
}

.svg-icon.eye-icon {
    -webkit-mask-image: url("https://assets.zid.store/themes/29bc72c4-e380-488f-beb6-b9f02957910f/eye.svg?v=1.0");
    mask-image: url("https://assets.zid.store/themes/29bc72c4-e380-488f-beb6-b9f02957910f/eye.svg?v=1.0");
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 20px;
    height: 20px;
}
.people-counter {
    text-align: center;
    font-weight: 500;
}
.people-counter span {
    font-weight: 800;
}

.product-category-name {
    margin-bottom: 1rem;
}
/*
/* t 385 hadu by jahmi.sa theme: Aali */
@media (max-width: 767px) {
	.watch-counter,
	.sold-times-wrapper {
		margin: auto;
	}
	.p-price-outer,
	.product-category-name {
		justify-content: center;
	}
}

@media only screen and (max-width: 640px) {
	body.switch1_on.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity {
		display: none;
	}
	body.switch1_on.is-sticky-product-bar .sticky-product-bar .p-quan-container {
		display: none;
	}

	body.switch1_on.is-sticky-product-bar .sticky-product-bar salla-add-product-button button[product-id].s-button-primary .s-button-text {
		font-size: 0;
		/* display: none; */
	}
	body.switch1_on.is-sticky-product-bar
		.sticky-product-bar
		salla-add-product-button
		button[product-id].s-button-primary
		.s-button-text
		svg {
		display: none;
	}
	body.switch1_on.is-sticky-product-bar
		.sticky-product-bar
		salla-add-product-button
		button[product-id].s-button-primary
		.s-button-text:after {
		content: "إضافة للسلة";
		font-size: 1rem;
	}
	.product-single salla-add-product-button .s-button-primary {
		padding-top: 0.37rem;
		padding-bottom: 0.22rem;
	}
}

body.switch3_on.product-single.is-sticky-product-bar .sticky-product-bar salla-quick-buy {
	display: none !important;
}
.product-single div.p-single-container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.product-single .product__description {
	padding: 0;
}

.product-single .right-wrapper {
	color: red;
}

.product-single .sold-times-wrapper {
	justify-content: center;
}

.sku-wrapper {
	display: none;
}

/* new by emad */
.product-single .sold-times-wrapper {
	display: grid;
	grid-template-columns: auto auto;
	font-weight: 700;
	color: red;
}
.injaz_count:before {
	vertical-align: middle;
}

.sold-times-wrapper salla-counter {
	--count: attr(count_to);
}
.sold-times-wrapper salla-counter:before {
	content: var(--count);
}
.sold-times-wrapper salla-counter:after {
	vertical-align: middle;
	content: "+";
}
.sold-times-wrapper salla-counter .injaz_count {
	display: none;
}
/* new by emad */
.product-single .s-slider-block__title-nav {
display:none !important;
}
.product-single .s-slider-thumbs{
top:0 !important
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide.swiper-slide-thumb-active:after{
    border-radius: 25px;
}
.product-single .s-slider-swiper-wrapper .slide--one-fourth img{
    border-radius: 25px;
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after{
  box-shadow: none;
}
salla-slider.details-slider .swiper-slide{
    box-shadow: none;
    background-color: transparent !important;
}
  /* By Ahmed */
  salla-slider.details-slider .s-slider-container{
  border-radius: 1.375rem !important;
  }

  .sidebar .details-slider .swiper,
  salla-slider.details-slider .swiper-slide,
  .details-slider .s-slider-container {
    border-width: 0;
    box-shadow: none;
    background-color: transparent !important;
  }
  /* By Ahmed */