/* Add custom CSS styles below */ 
/* Add custom CSS styles below */
/* Coded with ♥ by Jozef Reda */
/* Report me if you find any bugs */

/* Body */
/*
body {
background-image:url('https://cdn.salla.sa/form-builder/fx8gkXbWJUpDGDG8f5GFYadPKeNKEvoRJZZSthh0.png') !important;

}
*/
#mainnav,
#mainnav .sub-menu,
.top-navbar,
section#featured-products-style2-9,
body {
  background-color: white;
}
/* Header */
.s-block--photos-slider {
  margin: 0;
}
salla-slider.photos-slider .swiper-slide,
[dir="rtl"] salla-slider.photos-slider .swiper {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* Title */
.s-block__title,
.s-slider-block__title {
  display: none;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    padding: 1rem;
    font-size: 1rem;
}
/* Fixed Banner */
.s-block--fixed-banner {
  margin: 0;
}
.banner--fixed img {
  /* margin: 1rem auto; */
  background-color: transparent;
}
.s-block--banners {
  margin: 0 auto;
}
/* Products */
.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: 300px;
  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(3, minmax(0, 1fr));
}
a.banner-entry .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.s-button-primary,
.s-button-primary-outline {
  fill: #5C2022;
  color: #5C2022;
  padding:0.5rem 1rem;
  border: none;
  background-color:#FEE0AB;
}
.s-button-primary:hover,
.s-button-primary-outline:hover {
  color: #FEE0AB;
}

.s-product-card-content,
.s-product-card-horizontal .s-product-card-content {
    background-color: #FFFAF2;
}


.s-product-card-vertical .s-product-card-image,
.s-product-card-horizontal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.s-product-card-entry {
    border-radius: 0;
}

/* Footer */
.store-footer,
.store-footer .store-footer__inner {
  background-color: #EFB16E !important;
}

footer * {
  color:white!important;
  border-color:white
}

/* 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: 150px;
  }
  .s-products-slider-card {
    width: 55%;
  }
  
  section#featured-products-style2-9 {
    padding: 0;
}

  .md\:grid-cols-3 {
    margin: 1rem auto !important;
  }
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;
  }
}
@media (min-width:768px){
.s-products-list-horizontal-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 1rem;
    }
}
@media (min-width: 1300px) {
section.s-block.s-block--photos-slider:last-of-type {
    margin-right: 10%!important;
    margin-left: 10%!important;
}}
@media (min-width: 1500px) {
section.s-block.s-block--photos-slider:last-of-type {
    margin-right: 18%!important;
    margin-left: 18%!important;
}}

/*--------pop-up--code-------------------*/
/* Animation keyframes for zoom-in effect */
 @keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Styles for overlay */
.overlay {
    scale: 0.85;    
    position: fixed;
    top: 88px;
    left: 0;
    width: 20%;
    height: 23%;
   z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width:991px){
.overlay {
    width: 95% !important; 
}
}

/* Styles for popup container */
.popup-container {
  z-index: 101;
  animation: zoomIn 1s ease forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Styles for popup header */
.popup-header {
  display: flex;
  justify-content: flex-end;
}

/* Styles for close button */
#closeButton {
    background: 0 0;
    border: none;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 319px;
}
.popup-content img {
max-width:500px
}

@media(max-width:767px){
.popup-content img {
max-width:300px
}
}
.codestyle{
color:#fff;
background:#e28b2c ;
padding:30px;
border-radius: 30px;
}

/* Mob */
@media (max-width: 992px) {
    .overlay {
        width: fit-content !important;
        height:0%;
        top: 94%;
        scale: 0.7;
        left: 0%;
    }
}
@media (max-width: 576px) {
    .overlay {
        left: -10%;
    }
}



section:nth-child(4 of section.s-block--fixed-banner) {margin: auto;/* margin-top: 50px; */background-color: transparent;max-width: 600px;}

.bg-gray-100 {
  
    background-color: transparent;
}
.navbar-brand img {
    max-height: 6rem !important;
}