/* Add custom CSS styles below */
/* Coded with ♥ by Jozef Reda */
/* Report me if you find any bugs */
/* Body */
/* 1. تعريف الخط */
/*@font-face {
    font-family: "Khatt Awini";
    src: url("https://alfont.com/wp-content/fonts/new-arabic-fonts/alfont_com_%D8%AE%D8%B7-%D8%A2%D9%88%DB%8C%D9%86%D9%8A.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Khatt Awini", sans-serif;
}*/
.navbar-brand img {
    max-height: 4rem;
}
/*.sicon-menu:before {
    content: "\ed7f";
    color: #fff;
}

.inner  .container , #more-menu-dropdown .sub-menu  {
    background: #0cd09d;
  padding-right: 0px;
}
.fixed-header .inner  .container{
  background: #fff;
}
.index ul.main-menu.mm-spn--open * {
    color: #fff;
}
.index .fixed-header ul.main-menu.mm-spn--open * {
    color: #000;
}
.index .fixed-header .items-stretch div:nth-of-type(2) * {
    color: #000;
    border-color: #000;
}
.index .items-stretch div:nth-of-type(2) * {
    color: #fff;
    border-color: #fff;
}*/
/*#mainnav,
#mainnav .sub-menu,
.top-navbar,
body {
  background-color: white;
}*/
/* Header */
.s-block--photos-slider {
  margin: 0;
}

.s-block--photos-slider .s-slider-block__title {
    display: none;
}

salla-slider.photos-slider .swiper-slide,
[dir="rtl"] salla-slider.photos-slider .swiper {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* Title */
.s-slider-block__title {
  display: none;
}
/* Fixed Banner */
.s-block--fixed-banner {
  margin: 0;
}
.banner--fixed img {
  margin: 1rem auto;
  background-color: transparent;
  width: 20%;
}
.s-block--banners {
  margin: 0 auto;
}
/* Products */
salla-product-card,
custom-salla-product-card {
  border: 3px solid var(--color-primary);
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 180px;
    padding: 0rem;
}
  .banner--fixed img {
  width: 60%;
}
    .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
  .two-row .banner-entry{
  
    grid-column: span 2 !important;
}
  a.banner-entry:nth-of-type(5) {
    grid-column: 2/4 !important;
}
  section.s-block.s-block--photos-slider {
    margin-top: 20px;
}
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:55%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
/*.s-block--features + .s-block--features,
.s-block--fixed-banner + .s-block--fixed-banner,
.s-block--banners + .s-block--banners {
  margin-top: 0 !important;
}
.one-row .banner-entry,
.two-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry:first-child {
  height: 200px;
  grid-column: span 1;
  grid-row: span 1;
  background-color: transparent;
}
a.banner-entry.square-photos:hover {
  transform: scale(1.1);
  transition: transform 1s ease;
}
.s-block--best-offers {
  margin: 2rem auto !important;
}
.md\:grid-cols-3 {
  margin: 2rem auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

section:nth-child(3 of .s-block--banners) .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

section:nth-child(3 of .s-block--banners) .md\:grid-cols-3 .banner-entry:nth-child(odd) {
    grid-row: span 2;
    height: 100%;
}

section:nth-child(3 of .s-block--banners) .md\:grid-cols-3 .banner-entry:nth-child(even) {
    height: 250px;
}

a.banner-entry .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.s-button-primary,
.s-button-primary-outline {
  fill: var(--color-primary-reverse);
  color: var(--color-primary-reverse);
padding:0.5rem 1rem;
  border-color: var(--color-primary);
  background-color:var(--color-primary);
}

.s-product-card-promotion-title {
    background-color: #09d36a
}*/
/* Footer */
store-footer,
.store-footer .store-footer__inner {
  background-color: #fff !important;
}
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#0AB287;
border-color:#0AB287;
}
.store-footer__inner+ div{
  background: #fff !important;
  width: 100%;
  max-width: 100%;
}


/* Media Queries */
/*@media (max-width: 768px) {
  .one-row .banner-entry,
  .two-row .banner-entry,
  .one-row .banner-entry:first-child,
  .two-row .banner-entry:first-child {
    height: 100px;
  }
  .s-products-slider-card {
    width: 55%;
  }
  .md\:grid-cols-3 {
    margin: 1rem auto !important;
  }
  
  section:nth-child(3 of .s-block--banners) .md\:grid-cols-3 .banner-entry:nth-child(even) {
    height: 75px;
}

footer *{
    text-align:center;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

.banner-entry  {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.banner-entry::after {
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}*/
.banner-entry:hover::after {
  animation: flashing 0.5s linear;
}

@keyframes flashing {

  0%,
  50% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}