/* Add custom CSS styles below */



/* General Styles Start */
/* remove BG */
img, a.banner-entry {
  background-color: unset !important;
}

/* General Styles End */




/* start customize first banner*/
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 */
.s-slider-block__title-nav {
  display: none !important;
}
/* end customize first banner */






/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 215px;
    background-color:unset;
}
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: 160px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 120px;
}
}
@media(max-width: 480px){
a.banner-entry{
    height: 90px;
}
}

/* end customize setion */






 /* section 5 */
 section:nth-of-type(5) .container {
   width: 70%;
 }
 
 
 
 
 
 /* Products Start */
 button.undefined.s-button-element.s-button-btn {
   background-color: #66151e;
   color: #fff;
 }
 
 section:nth-of-type(10) .container {
   width: 70%;
 }
 
 /* Width 55% */
@media (width < 768px) {
  .s-products-slider-card.swiper-slide {
  width: 55%;
}
}

section:nth-of-type(5) .s-slider-block__title {
  display: none;
}
 /* Products End */
 
 
 
 
 
 
 
 /* start customize footer*/
.footer-is-light .store-footer .store-footer__inner{
    background-color: #66151e;
    color: white;
    border: none;
}
.footer-is-light .store-footer{
    background-color: #66151e;
}

/* 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;
}
@media (width < 768px) {
	footer * {
  		margin-left: auto;
  		margin-right: auto;
  		text-align: center;
	}
}


/* end customize footer*/