/*  by aali theme: jahmi.sa +966574610305 */
.switch1_on .product-block .price-wrapper {
	display: none;
}
.switch1_on .product-block-outer {
	margin-top: 0;
}

.switch2_on .header-search .s-search-product-price {
	display: none;
}
.switch2_on .header-search .s-search-product {
	align-items: center;
}
.switch3_on .index-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.switch3_on .index-title-copy {
	display: block !important;
	visibility: visible !important;
}

.product-index .product-block:nth-of-type(9),
.product-index .product-block:nth-of-type(6),
.product-index .product-block:nth-of-type(3) {
	grid-column: 1 / -1 !important;
	order: 10;
}
@media (max-width: 767px) {
	.product-index .product-block:nth-of-type(9),
	.product-index .product-block:nth-of-type(6),
	.product-index .product-block:nth-of-type(3) {
		grid-column: 1 / -1 !important;
		order: unset;
	}
}

/* change tablet screen .s-products-list-vertical-cards to 4 */
@media (min-width: 768px) {
	.product-index .s-products-list-vertical-cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/*  */









/* ******************* */


body.footer-hide-social-title .store-footer .footer-social-item a{
border:none;
}

body.footer-hide-social-title .store-footer .footer-social-item a i{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.icon-instagram{
background:#f00075;
}

.icon-facebook{
background:#0866ff;
}

.icon-tiktok{
background:#EE1D52;
}

.icon-contact{
background:#eee;
color:#111;
}

body.footer-hide-social-title .store-footer .footer-social-item a .sicon-whatsapp2 {
background:green;
color:#fff;
}
.icon-snapchat{
background:#f0d600;
}
.wrapper-for-sicon-mail i{
background:red;
color:#fff;
}
/*
.s-cart-summary-wrapper , .header-btn , .sicon-search {
    display: none !important;
}*/


.footer_logo{
opacity:1 !important;
position:relative;
  margin-bottom: 0px;
}
.footer_logo img {
opacity:0 !important;
height: 20px;
display:block;
}

html[lang="ar"] .footer_logo::after {
    content: "من نحن";
    font-size:20px ;
    font-weight:800;
   color: #fbc268;
    position: absolute;
    right: 0px;
    width: 100%;
    top: 0px;
    display: block;
    opacity: 1 !important;
}

html[lang="en"] .footer_logo::after {
    content: "About Us";
    font-size:20px ;
    font-weight:800;
   color: #fbc268;
    position: absolute;
    width: 100%;
    top: 0px;
    right:0px; 
       display: block;
    opacity: 1 !important;
}

/*
html[lang="ar"] .header-inner-wrapper ,html[lang="ar"]  .header-innerRight {
flex-direction: row-reverse;
}*/
.store-footer h3{
color:#fbc268;
}

.footer-centered .store-footer .footer-links .footer-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}