/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
    .container {
        max-width: 991px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}
#mainnav{
    background-color: #E6DED6;
}
.blog-single .main-content.blog-category > img {
    object-fit: contain;
    height: auto;
}
.navbar-brand img{
  max-height: 75px;
} 
custom-main-menu{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-menu li>a{
          font-size: 18px !important;
        font-weight: 500 !important;
      color: #3e5348 !important;
}
.main-menu li>a:hover { 
    font-weight: 600 !important;
}
ul.main-menu{ 
      gap: 20px;
}
.header-btn__icon{
  border: 0 !important ; 
}
.s-block--hero-slider .swiper-slide .overlay-bg:after{
  display: none !important;
} 
.home-slider__content > div p {
  font-size: 20px;
}


body {
     background: #F7F5F2;
}
.s-block--features__item { 
    padding: 0;
    background: #E6DED6;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}


.s-block--features{
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    padding: 0;
    justify-content: center;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.s-block--features > div{
display: block;
    width: 50%; 
    text-align: center;
}
 .s-block--features > div .s-block--features__item {
    padding: 20px;
    background: #E6DED6;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    display: inline-flex;
    width: 26%;
    margin: 0 20px;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    transition: linear .4s;
    gap: 10px;
}
 .s-block--features > div .s-block--features__item:nth-of-type(2){
       transform: translateY(-6px);
 }
.s-block--features > div .s-block--features__item:hover{
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.34);
}
.s-block--features > div .s-block--features__item p{
  display: none;  
}
.s-block--features__item .feature-icon {
    background-color: transparent;
    border-radius: 0;
    display: flex;
    height: auto;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
    width: auto;
}
.s-block--features__item .feature-icon i {
    color: #3E5348;
    font-size: 50px;
    line-height: normal;
}

.s-block--features__item h2  {
    font-size: 20px;
    font-weight: 500;
    color: #3e5348;
  line-height: 26px;
}

.s-block__title , .s-slider-block__title , .s-reviews-header-wrapper{
  justify-content: center;
  margin: 0;
  max-width: 100%;
  padding: 0 ;
}
.s-block__title > div  , .s-slider-block__title > div{
  padding: 0 !important;
}

.s-block__title > div h2 , .s-reviews-header-wrapper h1 , .s-slider-block__title > div h2{
      font-weight: 700;
    line-height: normal;
    position: relative;
    font-size: 40px;
    margin-bottom: 0px;
    padding: 0 !important;
  color: #3E5348;
}
 
.s-block__title   {
  margin-bottom: 20px;
}
.s-slider-block__title{
      margin-bottom: 40px;
}

.s-block--banners > .grid{
      display: flex;
    gap: 0px;
}
.two-row .banner-entry{
    width: calc(100% / 4);
    height: auto !important;
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 13px !important;
}
.two-row .banner-entry:after{
  display: none;
}
.s-block--testimonials .s-slider-block__title-nav {
 
    top: -30px !important;
}
.two-row .banner-entry > .lazy__bg{
    width: 100%;
    height: 350px;
    object-fit: contain;
    background-size: 100% 100% !important;
    position: relative;
    background-position: center;
    left: unset;
    right: unset;
    top: unset;
    border-radius: 15px;
    bottom: unset;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    transition: linear .4s;
  border: 1px solid #dad8d8 ; 
}
.two-row .banner-entry:hover > .lazy__bg{
  border-color: gold;
} 
.two-row .banner-entry  h3 {
    font-size: 24px !important;
    line-height: normal !important;
    color: #3e5348;
    font-weight: bold;
    opacity: 1;
    transform: none;
    visibility: visible;
    border: 0;
    border-radius: 0;
    padding: 0;
    height: auto;
    margin-top: 10px;
}

.carousel-slider .s-slider-block__title-nav {
    width: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    justify-content: space-between;
    margin: 0;
    max-width: 88%;
    transform: translateX(-50%);
}
.s-slider-nav-arrow {
    background: #fff !important;
    border: 0 !important;
}
.s-slider-nav-arrow svg {
    width: 35px;
    fill: #000;
}
.s-product-card-image img { 
    object-fit: fill;
  border-radius: 24px;
}
.s-product-card-vertical .s-product-card-wishlist-btn:where([dir=rtl],[dir=rtl] *) {
    right: .5rem;
    left: auto;
    opacity: 1;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
     background-color: transparent !important;
    margin: 0;
    border: 0;
    width: auto;
    height: auto;
}
.s-product-card-vertical .s-product-card-wishlist-btn button i{
      font-size: 30px;
    color: #fff;
}

.s-product-card-entry{
  background: transparent !important;
}
.s-product-card-fit-height .s-product-card-image {
    height: 300px;
    max-height: 300px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}
.s-product-card-content-title a {
    font-size: 20px;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
    color: #000;
}
.s-product-card-price, .s-product-card-starting-price h4 ,.s-product-card-sale-price h4 ,.s-product-card-sale-price span {
    font-size: 20px; 
}
.s-product-card-sale-price span{
font-size: 16px;
}
.s-product-card-content {
    padding: 30px 0 0 0;
}
salla-add-product-button i {
  display: none !important; 
}
salla-add-product-button button{
    color: #c6a664 !important;
    font-size: 17px !important;
    height: 45px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    border-radius: 10px !important;
    font-weight: 100 !important;
}
.s-button-primary-outline:hover {
    background: linear-gradient(270deg, #4c6c5b, #8ab9a0);
    color: #fff !important;
        border: 0 !important;
}

.s-block--fixed-banner .container{
    max-width: 100%;
    padding: 0; 
}

.s-reviews-testimonial{
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15) !important;
border-radius: 30px !important;
background-color: #f5eee7 !important;
  border: 2px solid transparent;
  
  transition: all linear .4s;
}
.s-reviews-container .swiper-slide { 
    padding: 43px 25px;
}
.s-reviews-testimonial:hover{
  border: 2px solid #3e5348;
 
}

footer.store-footer {
     background-color: #3E5348 !important;
    border: 0 !important;
    color: #fff !important;
}
footer.store-footer > .store-footer__inner{
  background-color: #3E5348 !important;
    border: 0 !important;
      padding-bottom: 0;
}
.copyright-text{
      width: 100%;
}
.copyright-text p { 
    color: #fff;
    border-bottom: 1px solid #959595;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

footer.store-footer > div:last-of-type{
  flex-direction: column;
}
.s-social-link a{
      width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);
    border-radius: 55px;
    color: #3E5348;
}
.s-social-link a svg {
    height: 30px;
    width: 32px; 
}
footer.store-footer > .store-footer__inner > .container {
          grid-template-columns: repeat(4, minmax(0, 1fr));
}
footer.store-footer > .store-footer__inner > .container > div:nth-of-type(1){
          grid-column: span 1 / span 2;
}
footer.store-footer > .store-footer__inner > .container > div:nth-of-type(2){
          grid-column: span 2 / span 2;
}

footer .s-menu-footer-list{
      column-count: 2;
}

.s-contacts-icon { 
    border: 0;
    margin: 0 !important;
}
.store-footer h3 { 
    font-size: 24px;
}
.s-menu-footer-item { 
    font-size: 18px; 
}
header .s-contacts-header { 
    display: none;
}
html[dir='ltr'] .home-slider__content > div p {
    font-size: 16px;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    flex: none !important;
}
section.container{
  /* max-width: 100%;
  padding: 0 ; */
}
.home-slider__content > div {
    width: auto;
}
#main-slider-4 .swiper-slide{
    height: 450px;
    min-height: 450px;
}
#main-slider-4 .swiper-slide > div:first-of-type{
      /* position: relative;
    width: 43%;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    background-position: center;
    background-size: 100% 100%; */
   background-size: 100% 100%;
}
#main-slider-4 .swiper-slide > div:last-of-type{
    /* max-width: 55%; */
    /* padding: 0; */
    justify-content: start;
    text-align: center;
}

#main-slider-4 .swiper-slide > div:last-of-type h2{
      color: #599576;
}
#main-slider-4 .swiper-slide > div:last-of-type p{
      color: #599576;
    font-size: 24px;
}
.navbar-brand{
  position: relative;
        z-index: 1;
}

#mainnav .container > .flex > .flex:last-of-type{
    position: relative;
    z-index: 1;
}

.s-reviews-testimonial__avatar { 
    height: 50px; 
    width: 50px;
}




@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .s-block--features > div { 
    width: 70%; 
}
.two-row .banner-entry > .lazy__bg { 
    height: 250px;
}
.s-product-card-fit-height .s-product-card-image {
    height: 250px;
    max-height: 250px; 
  flex: none !important;
}
 

  footer.store-footer > .store-footer__inner > .container > div:nth-of-type(1){
    padding: 0 !important;
  }
  #main-slider-4 .swiper-slide { 
    height: 300px;
    min-height: 300px; 
  }
  #main-slider-4 .swiper-slide > div:last-of-type h2 {
 
    font-size: 32px;
}
  #main-slider-4 .swiper-slide > div:last-of-type p {
   
    font-size: 19px;
}
  
}

@media screen and (max-width: 991px) {
  salla-add-product-button button {
    color: #c6a664 !important;
    font-size: 15px !important;
    height: 40px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    border-radius: 10px !important;
    font-weight: 100 !important;
}
salla-add-product-button i {
    display: inline-block !important;
}

.s-product-card-content-title a{
  font-size: 14px;
}
.s-product-card-content {
    padding: 10px 0 0 0;
  text-align: center;
}
.s-product-card-content-title { 
    margin-bottom: 0; 
}
.s-product-card-content-sub { 
    justify-content: center;
    margin-bottom: 5px;
}








  

.s-block--features { 
    margin-top: -50px; 
}
 
#main-slider-4 .swiper-slide > div:last-of-type {
    max-width: 55%;
    justify-content: start;
    text-align: center;
    padding: 0;
    align-items: center;
    margin: 0;
}













  
#main-slider-4 .swiper-slide { 
    height: 150px;
    min-height: 150px; 
}
#main-slider-4 .swiper-slide > div:last-of-type h2 {
 margin: 0 0 10px 0;
    font-size: 18px;
}
#main-slider-4 .swiper-slide > div:last-of-type p {
 line-height: 20px;
    font-size: 14px;
}




  
footer.store-footer > .store-footer__inner > .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
footer .lg\:hidden.contact-social {
  display: none !important;
}

footer .hidden.lg\:block {
  display: flex !important;
}

.s-block__title > div h2, .s-reviews-header-wrapper h1, .s-slider-block__title > div h2 {
 
    font-size: 26px; 
}
.s-product-card-fit-height .s-product-card-image {
    height: 240px;
    max-height: 240px;
}


.s-block--banners > .grid { 
    flex-wrap: wrap;
}

  .two-row .banner-entry {
            width: calc(100% / 4);
        padding: 5px !important;
}

.s-block--features > div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
}
.s-block--features > div .s-block--features__item {
width: calc(100% / 3);
        height: 100%;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
    transform: none !important;
}

.s-block--features__item .feature-icon i {
  
    font-size: 30px; 
}

.s-block--features__item h2 {
    font-size: 14px;
    font-weight: 500;
    color: #3e5348;
    line-height: 26px;
    width: 100%;
}

 


  
  .two-row .banner-entry > .lazy__bg {
width: 100%;
        height: 80px;
  }
.two-row .banner-entry h3 {
        font-size: 12px !important;
        line-height: normal !important;
        margin-top: 0;
}
custom-main-menu{
  position: relative ;
}
#mainnav .sicon-menu { 
    color: #000;
}
 html[dir="ltr"] .s-reviews-header-wrapper h1, html[dir="ltr"] .s-slider-block__title > div h2 {
    font-size: 23px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
} 
}