.product-single strong {
    font-weight: 800;
}

article#more-content * {
    color: #000;
}

article#more-content a {
 color: blue;
}


/* تعديل خيارات ووصف المنتج */
.product-single .main-content 
{
	display: flex;
    flex-direction: column-reverse;
}

.product-single .main-content .tala-sharelike.flex {
    order: 99;
}

.product-single .main-content .product-name 
{
	order: 98;
}


.product-single .main-content salla-rating-stars 
{
	order: 97;
}


.product-single .main-content .flex.whitespace-nowrap.gap-4.items-center.mb-2 
{
	order: 96;
}

.product-single .main-content form.form.product-form 
{
	order: 95;
}

.product-single .main-content .product__description 
{
	order: 94;
}

/* ******* */

 @media (max-width: 767px){
	nav.tala-header{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position: absolute !important;
	top:2.5rem !important ;
	z-index: 99999;
	background: transparent !important;
	border: none !important;
}
.tala-header .tala-icon-search, .tala-header .tala-icon-shooping-bag, .tala-header .tala-icon-user, .s-cart-summary-wrapper {
    border: none !important;
    color: black !important;
}
/* ******* */

div.main-content section.sticky.top-0.bg-white.p-5.rounded-t-md {
    z-index: 99;
    position: fixed;
    width: 100%;
    top: unset;
    bottom: 0;
    padding-bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
transition: transform 0.3s ease, opacity 0.3s ease;
}
    
div.main-content.w-full.md\:w-2\/4.md\:pb-16 > form > section.sticky.top-0.bg-white.p-5.rounded-t-md > div:nth-child(2) > salla-add-product-button > div {
    display: flex;
    flex-direction: row;
}

.product-single div#karzoun-widget-send-button {
    bottom: 12rem;
}

div.main-content .tala-add-to-cart salla-button button {
    height: 40px;
}

.app-inner {
    overflow: hidden;
}

#product-12406537 > div.main-content.w-full.md\:w-2\/4.md\:pb-16 > form > section.sticky.top-0.bg-white.p-5.rounded-t-md > div:nth-child(3) 
{
  margin:0
}
/* ******* */

#app > div.app-inner.flex.flex-col.min-h-full > nav > div > div.mb-2.lg\:mb-4.w-24.lg\:w-36 > a > img{
width:3rem;
height:3rem;
margin:auto;
}
/* ******* */


}