/* Add custom CSS styles below */
/* Coded with ♥ by Jozef Reda */
/* Report me if you find any bugs */
/* Variables */
/* Body */
i.sicon-menu.text-primary.text-2xl {
    color: white;
}

body {
  background-color: #091746;
}
a.navbar-brand {
    scale: 1.5;
}
/*.top-navbar {
    background-color: #fff;
}*/
div#mainnav {
    background-color: #091746;
}
header * {
    color: #fff;
}
.header-btn__icon {
    color: rgb(255 255 255);
}
.s-cart-summary-total {
    color: rgb(255 255 255);
}

/*start customize section*/

.s-product-card-sale-price h4 {
    color: white !important
}

.s-product-card-sale-price span{
    color: #991b1b!important;
}

salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
}

.s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  

section:first-of-type {
        margin-top:0;    
}

/*end*/

/* Fixed Banner */
.s-block--fixed-banner {
  margin: 0;
}
.banner--fixed img {
  margin: 1rem auto;
  background-color: transparent;
}
.s-block--banners {
  margin: 0 auto;
}

/* Products */
salla-product-card,
custom-salla-product-card {
  border: 1px solid var(--color-primary);
}
.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: 373px;
  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-2 {
/*gap:0;*/
  margin: 2rem auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
a.banner-entry .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.s-button-primary,
.s-button-primary-outline {
  fill: white;
  color: white;
padding:0.5rem 1rem;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
salla-add-product-button {
    transition: 0.2s;
}
salla-add-product-button:hover {
    transform: scale(1.1);
}
img.s-product-card-image-cover.lazy.loaded {
    transition: 0.2s;
}
img.s-product-card-image-cover.lazy.loaded:hover {
    transform: scale(1.1);
}
.s-slider-block__title {
    color: #fff;
}
custom-salla-product-card {
    background-color: #152a5f !important;
}
.s-product-card-content * {
    color: #fff !important;
}


/* Footer */
.store-footer,
.store-footer .store-footer__inner {
  background-color: #152a5f !important;
  color: #fff;
}
.footer-is-light .store-footer .store-footer__inner {
    border: none;
}
footer * {
  border-color: rgba(55, 65, 81);
}
.copyright-text p {
    color: rgb(180 188 199);
}

/* 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: 112px;
  }
  .s-products-slider-card {
    width: 55%;
  }
  .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;
  }
}/* 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%;
}
/*product page*/
salla-add-product-button:hover {
    transform: scale(1.07);
}
h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800, h2.font-bold.text-xl.inline-block, .product__description *, .product-index p.ql-direction-rtl *, h1#page-main-title, label.hidden.sm\:block.rtl\:ml-3.ltr\:mr-3.whitespace-nowrap {
    color: #fff !important;
}
nav.breadcrumbs.w-full.py-5 {
    color: #fff;
    fill: #fff;
}
h2.total-price.font-bold.text-xl.inline-block {
    color: #000 !important;
}

/*loading logo page*/

.s-user-menu-trigger {
    background-color: transparent;

}

h4.text-red-800.font-bold.text-xl.inline-block {
    color: white;
}

span.text-gray-500.line-through {
    color: #991b1b;
}

span.s-user-menu-dropdown-item-title {
    color: black;
}
.s-comments-product {
     margin-bottom: 3.5rem;
     padding-top: 3.5rem;
     padding-bottom: 0;
     background-color:#212e5c;
  }
.font-bold {
    font-weight: 700;
    color: #1b8537;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #1b8537;
}

small {
    font-size: 80%;
    color: red;
}
.sub-menu.w-56 {
    background-color: #091746;
}