/* Add custom CSS styles below */ 
.s-block--features__item {
    text-align: center;
}

.s-block--features__item p {
    display:none;
}


i.sicon-store2 i {display:none}



.feature-icon i {
    display: none;
}

.s-block--features__item:first-of-type .feature-icon {
    background: url("https://i.ibb.co/Z1vKtKGH/Group-3.png");
    background-size:contain;
    background-repeat:no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom:20px
}
.s-block--features__item:nth-of-type(2) .feature-icon {
    background: url("https://i.ibb.co/WWLX1czq/Layer-2-00000078037009637078621380000013569870476175559834.png");
    background-size:contain;
    background-repeat:no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom:20px
}
.s-block--features__item:nth-of-type(3) .feature-icon {
    background: url("https://i.ibb.co/gFwGLTj8/fast-delivery-1.png");
    background-size:contain;
    background-repeat:no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom:20px
}
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0px;
}
section:first-of-type{
margin-top:0px;}
.s-block--square-photos .banner-entry{
height: 600px;
}
.store-footer {
    position: relative;
    padding-top:50px;
}

.store-footer::before {
    content: "";
    position: absolute;
    background: url("https://i.ibb.co/jkZ4NQB0/logo-2.png");
    width: 113px;
    background-size: contain;
    height: 57px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    top:21px;
}
.dark *.store-footer {
    padding-top: 50px;
}
.floating-contacts,
.floating-contacts__item {
  z-index: 999 !important;
  bottom: 20px !important;
  right: 20px !important;
}

.product-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.product-actions button,
.add-to-cart {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}
div#karzoun-widget-send-button {
    background-color: #1c9725;
    bottom: 130px;
}


/*edits*/
/*review*/
/*.s-block--testimonials i.sicon-star2.text-yellow-500:after {
    content: " 100% ";
}
.s-block--testimonials .shadow-sm span.text-sm {
    display: none;
}*/
/*.product-single salla-rating-stars.hydrated .s-rating-stars-selected:not(.s-rating-stars-selected:first-child) {
    display: none;
}
.product-single salla-rating-stars.hydrated span.s-rating-stars-reviews:before {
    content: " 100% ";
    color: #fbbf24;
}*/
/*category page*/
/*.product-entry__content span.opacity-60.text-sm.leading-1.-mb-0\.5:first-of-type {
    display: none;
}
.product-entry__content i.sicon-star2:after {
    content: "100%";
    color: #fbbf24;
    opacity: 1;
}*/
.product-details-col .s-rating-stars-reviews,
  .product-entry__content span.opacity-60:last-child {
    opacity: 0;
  }
.product-single  .product-details-col .product-details__item.flex.flex-col.xs\:flex-row.justify-between.items-center {
    display: none;
}


/* Dark Mode settings */
html.dark .card--addtocard-full-btn .btn--add-to-cart--full .s-button-btn {
  background: #fff;
  color: #000;
}

html.dark a.fix-align.text-primary {
  color: #fff;
}
html.dark .product-single .addtocart-bar .s-button-btn {
        background: #fff;
        color: #000;
}

html.dark .s-fast-checkout-button.outline {
    background: #fff !important;
}

html.dark strong,html.dark #product-details-tab span {
    color: #fff !important;  
}

html.dark .s-block__display-all {
color: #fff !important; 
}

html.dark .content-entry span {
    color: #fff !important;
}

html.dark h2.product-entry__title.mt-0:hover {
    color: #ccc;
}

.dark *.store-footer {
    padding-top: 50px;
}