/* Add custom CSS styles below */ 
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
/*main-slider */
/*arrow of slider */
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}

/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 185px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 130px;
    padding: 0rem;
}
  .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
  a.banner-entry{
grid-column: span 2 !important
}
    a.banner-entry:last-child{
grid-column: 2/4 !important
}
}
section:nth-of-type(1){
margin-top:0px
}

/*------------margin-top of main container---------------*/
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
  /********product-header**************/
.s-block--best-offers  .s-slider-block__title , .s-block__title {
    justify-content: center;
}
.s-block--best-offers  .s-slider-block__title-right {
    padding: 0px !important;
}
.s-block--best-offers  .s-slider-block__title-left , .s-reviews-display-all {
    display: none;
}
.s-block--best-offers .s-slider-block__title h2 {
    padding: 0px;
    font-size: 25px;
}
.s-block--best-offers .s-slider-block__title h2:before , .s-block__title h2:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 8px;
}
.right-side {
    padding: 0px !important;
}
.s-block--best-offers .s-slider-block__title h2:after , .s-block__title h2:after  {
    content: "";
    width: 12px;
    height: 12px;
    background: #000000;
    display: block;
    border-radius: 50%;
    margin-inline:auto;
    border: 4px solid #fff;
    position: relative;
    z-index: 111;
    padding: 6px;
}
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#000;
border-color:#000;
}
.store-footer__inner {
    background-color: #fff!important;
}