/* Add custom CSS styles below */ 
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");

/* body {
    background-color: #ffffff00 !important;
}
*/
:root {
    --font-main: 'sky';
    --font-secondary: 'sky-bold';
}

.s-button-primary-outline {
    color: var(--color-primary-reverse);
    background-color: var(--color-primary);
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 2rem;
}

.sicon-user-circle:before {
    content: "\f078";
}


.s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *) {
    right: auto;
    left: .75rem !important;
    border-radius: 1rem;
    
    }
    .promotion-title:where([dir="rtl"], [dir="rtl"] *) {
    right: 1rem;
    border-radius: 2rem;
}

.s-product-card-vertical .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
  right: 0.5rem;
}


/* font change */
    
@font-face {
    font-family: 'sky';
    src: url('https://www.fontstatic.com/fonts/sky/sky.eot?#iefix');
    src: local('السماء'), local('sky'),url('https://www.fontstatic.com/fonts/sky/sky.woff') format('woff');
}

@font-face {
    font-family: 'sky-bold';
    src: url('https://www.fontstatic.com/fonts/sky-bold/sky-bold.eot?#iefix');
    src: local('السماء ثقيل'), local('sky-bold'),url('https://www.fontstatic.com/fonts/sky-bold/sky-bold.woff') format('woff');
}



h1, h2, h3, h4, h5, h6, strong, .tab-trigger {
    font-family: var(--font-secondary);
    font-weight: inherit !important;
}
.s-product-card-content-title a {
    font-family: var(--font-secondary);
    font-weight: inherit !important;
}
p, li, s-slider-block__display-all {
    font-family: var(--font-main);
    font-weight: inherit !important;
}
.s-product-card-promotion-title {
    font-family: var(--font-secondary);
    font-weight: inherit !important;
    
    }
    
    .mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
   font-family:var(--font-main);
}
.s-product-card-content-subtitle {
  font-family: var(--font-main);
}

/* Number of Product Display */
.s-products-slider-card {
    width: 20% !important;
}
@media screen and (max-width: 1024px){
.s-products-slider-card {
    width: 35% !important;
}
}
@media screen and (max-width: 768px){
.s-products-slider-card {
    width: 56.2% !important;
}
}

@media screen and (max-width: 400px){
.s-products-slider-card {
    width: 57% !important;
}
}