/* Add custom CSS styles below */ 
footer > div > div > div:nth-child(1) > ul.flex.items-stretch.space-x-2 > li:nth-child(7){
	display: none !important;
}
footer > div > div > div:nth-child(1) > ul.flex.items-stretch.space-x-2 > li.w-12.bg-white.rounded.p-1.flex-center{
display: none !important;
}

.footer-sbc-col{
	display: flex !important;
	justify-content: center !important;
}
footer > div > div > div:nth-child(1) > ul.flex.items-stretch.space-x-2 {
	margin-top: 0.9rem !important;
}

@supports (-webkit-touch-callout: none) {
 .product-single .main-content .sticky-product-bar .s-button-text::after {
  content: "إضافة للسلة";
  display: inline-block;
  margin-inline-start: 6px;
  font-size: 12px !important;
  color: inherit;
  
}
@supports (-webkit-touch-callout: none) {
 .product-single .main-content .sticky-product-bar .s-button-text{
   overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    opacity: 1 !important;
    display: inline-flex !important; 
    align-items: center;
    pointer-events: auto !important;
}}