.video-overlay-custom {
    position: absolute;
    bottom: 1px;
    right: 1px;
    left: 1px;
    border-radius: 0px;
      background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    padding: 20px 5px;
    color: white;
    text-align: right;
  }
  
  .video-overlay-custom .overlay-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .video-overlay-custom .overlay-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .video-overlay-custom .overlay-button {
    background-color: #1b164c;
    color: #fff;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
  }
  
  .video-overlay-custom .overlay-button:hover {
    background-color: #1b164c;
  }



  header.store-header .container .flex.items-stretch.justify-between {
    background-color: rgba( 255, 255, 255, .80);
    padding: 4px 10px
}

.main-nav-container.fixed-pinned .inner {
    background-color: #fff;
}
.home-block-title .border-primary {
    display: none;
}

 .s-block--best-offers .border-primary {
    display: none;
}


.home-block-title h2:after,  .s-block--best-offers h2:after{
    content:"";
    display:flex;
    width: 50px;
   border-bottom: 0.2px solid #1b164c;
   margin:  0px 10px;
   height: 17px
}


.home-block-title h2:before, .s-block--best-offers h2:before{
    content:"";
    display:flex;
    width: 50px;
    border-bottom: 0.2px solid #1b164c;
    margin:  0px 10px;
    height: 17px
}

.home-block-title h2,  .s-block--best-offers h2{
   flex-direction: row;
   display:flex;
    justify-content:center
}

section.s-block.container.fixed-products{
  background : rgba(141, 224, 226, .2);
  margin-top:0px;
  padding-top: 30px ;
  padding-bottom: 30px
}


.s-products-list-vertical-cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.s-products-list-wrapper {
    display: flex;
}

.s-products-list-wrapper custom-salla-product-card{
  flex: 0 0 30%;

}

@media (max-width: 991px) {
    .product-card--vertical.product-card--simplified:not(.product-card--fit-height):not(.product-card--special) .product-card__content {
        min-height: 4%;
    }
}

.s-product-card-rating span svg {
    height: .7rem;
    width: .7rem;
}


/*testimonials*/
.s-block.s-block--testimonials .carousel-slider .swiper {
    padding-left: 0rem !important;
}
.s-block--testimonials.enhanced .review {
    display: flex;
    justify-content: center;
}
 .s-block--testimonials img {
    display: none!important
}

.s-block--testimonials .flex.items-center.mt-6.-mx-2 {
    flex-direction: column!important;
    text-align: center;
    margin-top: .5rem;
}

 .s-block--testimonials .sicon-quote:before {
    display: none
}
 .s-block--testimonials .text-store-text-primary {
    text-align: center;
    color: #1b164c !important;

}
@media (max-width: 991px) {

.s-block--testimonials salla-slider .slide--one-fourth  {
    max-width: 100%;

}
}

.s-block--testimonials salla-slider .slide--one-fourth  {
    box-shadow: none;
    border: 0.05rem solid #1b164c;
    border-radius: 8px;
    width: 90%;
    margin: 20px;
    background-color: #ffffff70;
}

.s-block--testimonials.enhanced:before {
display: none;}

.s-block--testimonials .testimonials-item:after {
display:none;
}


.store-footer__inner, .store-footer__newsletter {
    border-bottom-width: 0px;
}

.store-footer__contacts-row {
    border-bottom-width: 0px;

}
.store-footer .rounded_contacts a {
    border-radius: 3px;
}

.store-footer__curve{
        display: none;

}


.store-footer .block-vat {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 124px;
    height: 34px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px;
}

.store-footer .store-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.store-footer .block-vat {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 124px;
    height: 34px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px;
}
.store-footer .block-vat img {
    max-width: 23px;
    width: 20px;
}

.store-footer .block-vat .text {
    font-size: 10px;
    line-height: 15px;
    flex-direction: column;
    margin: 0 5px;
    margin-top: 2px;
}
.store-footer .block-vat p, .block-vat a {
    display: block;
    white-space: nowrap;
    font-weight: 500;
    color: #1b164c!important;
    font-size: 8px;
    text-align:right
}

.store-footer .block-vat .number, .block-vat a {
    color: #000!important;
    font-weight: 700;
}

.store-footer .store-info-block .block-vat > a {
    margin: 0px;
}

.store-footer  .flex.rtl\:space-x-reverse.space-x-2.items-end.justify-center {
    display:none
}
.product-card__buttons>div button {
    border-radius: 2px;
}