/* 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: 6rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}

/* Container */
@media (min-width: 768px) {
    .container {
        max-width: 1440px;
    }
}

/* Title */
section.s-block.s-block--banners.container .s-block__title,
.s-reviews-header-wrapper {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title * {
    padding: 0;
}
body.index section:not(.s-block--testimonials) h2,
.s-reviews-header-wrapper h1 {
    font-size: 28px;
    position: relative;
    padding-inline: 0;
    margin-inline: 0;
    text-align: center;
}
body.index section:not(.s-block--testimonials) h2::before,
.s-reviews-header-wrapper h1::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 3px solid #1E1E1E;
    outline: 12px solid #fff;
    border-radius: 50%;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 40%);
}
body.index section:not(.s-block--testimonials) h2::after,
.s-reviews-header-wrapper h1::after {
    content: "";
    width: 300px;
    height: 2px;
    background-color: #1E1E1E;
    display: block;
    margin-top: 18px;
}
/* products */
.s-block--best-offers .s-slider-block__title-left {
    display: none;
}
.s-block--best-offers .s-slider-block__title {
    justify-content: center;
}
.s-block--best-offers .s-slider-block__title * {
    padding: 0;
}
@media (max-width: 768px) {
    body.index section:not(.s-block--testimonials) h2 {
        font-size: 20px;
    }
    body.index section:not(.s-block--testimonials) h2::after,
    .s-reviews-header-wrapper h1::after {
        width: 200px;
    }
}

/* 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 */

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(5,minmax(0,1fr));
}
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section.s-block.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title * {
    padding: 0;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 300px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 700px;
    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;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 500px;
    background-color:unset;
    transition: 0.2s;
}
}
@media(max-width:768px){
section:nth-child(1 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 300px;
    grid-column: span 2 !important;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry:last-child {
    grid-column: 2/4 !important;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 350px;
    background-color:unset;
    transition: 0.2s;
}
}
@media(max-width: 576px){
a.banner-entry{
    height: 80px;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 180px;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 190px;
    background-color:unset;
    transition: 0.2s;
}
}
/* Categories List End */

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

/* Footer Start */
.footer-is-light .store-footer .store-footer__inner{
    background-color: #f4f4f4;
    color: black;
    border: none;
}
.footer-is-light .store-footer{
    background-color: var(--color-primary);
}

/* 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 .copyright-text 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 */