/*تعديلات السرعة*/
.block-slide-anime .flex >span.whitespace-nowrap,.sicon-user ,.sicon-calendar-date{
    display: none;
}
 /*  hide the specific date and author information */
.list-block.post-entry .mb-2\.5.text-store-text-secondary.rounded-md.inline-flex.text-sm.rtl\:space-x-reverse.space-x-5 {
            display: none !important;
        }
.md\:flex.items-start .main-content.blog-category .text-gray-500 {
  display: none;
}
.force_text_color .content--single-page h4, 
.force_text_color .content--single-page h5, 
.force_text_color .content--single-page h6, 
.force_text_color .content--single-page span, 
.force_text_color .content--single-page p {
    color: white !important;
}
/* Hide date in the aside section */
.md\:flex.items-start aside .text-sm.text-store-text-secondary {
  display: none;
}
.post-entry__image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.post-entry__image-img {
    object-fit: contain;   
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transform-origin: center center; 
}
.product-single .s-add-product-button-main {
    width: 100%
}

.product-single salla-mini-checkout-widget {
    display: none
}

.enhanced-title-border {
    display: none!important
}

.index h2.text-2xl {
    font-size: 1.2rem
}

.product-card__mini-cart__btn button {
    background-color: #111;
    color: #fff
}

.product-single__info salla-rating-stars {
    display: none;
    !important}

.product-single__info salla-rating-stars {
    display: none
}

@media(max-width: 991px) {
    .one-product .s-products-list-wrapper {
        display:flex
    }

    .one-product custom-salla-product-card {
        width: 52%;
        margin: 0 auto
    }

    .s-block--about>div>div>div.w-full {
        text-align: center
    }
}

.product-single__info>div.flex.items-center.justify-between.mb-5,.product-single__info>div.flex.whitespace-nowrap,.product-single salla-offer,.product-single .product-single__info>div.flex.flex-col.space-y-5.mb-5,#product-form>section.bg-storeBG.p-5.rounded-md.mb-5>div,.product-single__info salla-rating-stars+div {
    display: none
}


.fixed-products--4 {
    margin-top: 0
}

.fixed-products--4 h2 {
    display: none
}

.product-card__normal-cart__btn button {
    background-color: var(--color-primary)!important;
    border-color: var(--color-primary)!important;
    color: #fff!important
}

.product-single .product-entry__sub-title {
    display: none
}

#product-form>div {
    display: block
}


.index .product-card__subtitle {
    display: none
}

@media (max-width: 991px) {
    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button {
        padding-bottom: 8px !important;
    }
}
.s-block .mb-8 {
  margin-bottom: 0 !important;
}
  .s-block {
        margin-top: 0;
    }
@media (min-width: 640px) {
    .s-block {
        margin-top: 0;
    }
}