/* Add custom CSS styles below */ 



svg#visual {
    display: none;
}




.s-menu-footer-list{
  flex-direction:column;
}




li.s-social-link a, span.s-contacts-icon{
    background: #b88e6c;
    color: #fff;

}

.s-social-link a , 
.s-contacts-icon{
    height: 3rem;
    width: 3rem;

}

.s-social-link a svg ,
.s-contacts-icon svg{
    height: 1.5rem;
    width: 1.5rem;
}

.Chic__si_p_m_con_des article{
      max-height: initial !important;
}

.Chic__si_p_m_con_data_so,
.Chic__si_p_m_con_data_tags{
  display:none;
}

.s-comments-product .s-comments-container > :nth-child(5){
    grid-column: 1;
    grid-row: 3;
        grid-column: span 2;
}
salla-comment-form.hydrated {
    display: none;
}

.order-3.lg\:order-1.flex.justify-center.items-center.flex-col p.max-w-sm.leading-6.mb-6{
  text-align:center;
}



@property --angle {
	syntax: '<angle>';
	inherits: true;
	initial-value: 0deg;
}

.s-reviews-testimonial{
	--angle: 0deg;
	
	background: linear-gradient(#f4e8dd, #f4e8dd) padding-box, conic-gradient(from var(--angle), #dfdfdf, #17171b) border-box;
	border: 2px solid transparent;
	border-radius: 16px;

	animation: rotate-gradient 3s infinite linear;
}

@keyframes rotate-gradient {
	from { --angle: 0deg; }
	to { --angle: 360deg; }
}

.s-reviews-testimonial__icon svg{
  top:0;
}


.product__description.Chic__si_p_m_con_des a#btn-show-more , 
.Chic__si_p_m_con_data_price{
  display:none;
}


a[href^="tel:+966503883264"]{

  display:none;
}




button.s-social-share-btn.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center , 
button.btn--wishlist.single-wishlist.animated.inline-flex.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center{
    color: #fff !important;
    background:transparent;
}



.s-add-product-button-main salla-button button , 
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
  color:#000 !important;
        border-radius: 1px;
}

.s-add-product-button-main salla-button button , 
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span{
  color:#000 !important;
  background:transparent;

  }
  
  

  
.s-add-product-button-main salla-button button, button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span{
    color:#000 !important;
  }
  
  
    
.s-add-product-button-main salla-button button, button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center:hover span{
    color:#fff !important;
  }
  
  
  
  
  .s-button-wrap svg{
    fill:#fff !important;
  }
  


.sicon-cart{
  color:#000 !important;
  border:1px solid red !important;
  background:red !important;
}
  
  
  
  
  .product-index  h1#page-main-title{
    display:none;
  }
  
  
  .s-social-share-btn span svg{
    fill:#000 !important;
  }