/* Header */
#mainnav {
    height: unset !important;
}
.top-navbar {
    background-color: var(--color-primary);
}
.top-navbar * {
    color: #fff;
}
.top-navbar ::placeholder {
    color: #000;
}
.s-search-icon svg {
    fill: #000;
}
.navbar-brand img {
    max-height: 8rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 140px;
}


/* First Banner Start */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
img,
.banner-entry {
  background-color: unset !important;
}
/* First Banner End */


/* wide banner */
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: -5%;
    z-index: 1;
}

/* Categories List Start */
.md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 405px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 225px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width: 480px){
a.banner-entry{
    height: 140px;
}
}
/* Categories List End */


/* Products Start */
button.undefined {
    background-color: var(--color-primary);
    color: #fff;
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
}
/* Products End */


/* Footer Start */
.store-footer {
    background-image: url('https://cdn.salla.sa/form-builder/nNfiWvntStCBRmIQzcbsWZI9TW27cvWAmlmbtkP3.png');
}
.footer-is-light .store-footer .store-footer__inner{
    background-color: unset;
    color: white;
    border: none;
}
.footer-is-light .store-footer{
    background-color: unset;
}

/* remove border - xmoaaz */
.footer-is-light .store-footer .contact-social {
  border: none;
}
.copyright-text p {
  color: #fff;
}
/* color: black to icons's border */
span.s-contacts-icon {
    border-color: #fff;
}
.store-footer a:hover {
    opacity: 0.7;
    color: #fff;
}

.unicode {
  text-align: right;
}
@media (width < 1024px) {
	footer * {
  		margin-left: auto;
  		margin-right: auto;
  		text-align: center;
	}
}
/* Footer End */
}

section.s-block.s-block--fixed-banner.wide-placeholder {}