/* Add custom CSS styles below */ 
/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}
@media (max-width:768px){
  .navbar-brand img,
  .fixed-header .navbar-brand img{
    max-width: 75px !important;
}
  .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 75px !important;
}
  .footer-is-light .store-footer .contact-social{
    margin: 0 !important;
    padding: 0 !important;
  }
  .image-title {
    padding: 0;
}
  .section_c_r .swiper-wrapper {
    width: 50%;
}
}