/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

body {
  font-family: "Readex Pro", sans-serif;
}
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.s-slider-block__title-left {
    display: none;
}
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
/* start customize setion*/
.s-block__title, .s-slider-block__title  {
    justify-content: center;
}
.s-block__title .right-side , .s-block__title .right-side h2 , .s-slider-block__title-right , .s-slider-block__title-right h2 {
padding:0px;
color: #87A0B4;
}
.s-block__title .right-side h2, .s-block__title .right-side h2{
font-size:30px;
}
.s-block__title .right-side h2:after ,.s-slider-block__title h2:after{
    content: "";
    background-color: #87A0B4;
    width: 100% ;
    height: 3px;
    display: block;
    margin-top:10px;
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    width: 40%;
    margin-inline: auto;
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 325px;
    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: 300px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 230px;
    padding: 0rem;
  
}
.md\:grid-cols-2 {
    width: 100%; 
}
.s-block__title .right-side h2, .s-block__title .right-side h2 {
    font-size: 20px;
}
}
/*-----------banner--------------------*/
section:nth-of-type(1){
margin-top:0px
}
/*------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 {
    margin-left: 1rem;
    margin-right: 1rem;
    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--------*/
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#000;
border-color:#000;
}