/* Add custom CSS styles below */ 
.main_title span {

    display: none;
}

@media(min-width:768px){
    #featured-products-4-1
    h3.s-product-card-content-title.\!line-clamp-1 {
        width:300px;
    }
    #featured-products-4-1 .s-product-card-entry.s-product-card-horizontal.s-product-card-fit-height{
    width:500px;
 }
}

 .cart .shadow-default  {
    padding: 1.75rem;
    background: #ffffff !important;
}

 .cart .s-button-element{
  color: #fff !important 
}
@media(max-width:768px){
    #featured-products-4-1
    h3.s-product-card-content-title.\!line-clamp-1 {
        width:200px;
    }
}
div#mainnav a.navbar-brand img{
    width:150px !important;
    min-height:110px !important;
}
nav#mobile-menu {
    background-color:white !important;
}
nav#mobile-menu
.btn--close.close-mobile-menu {
    background-color:white !important;
}
img.s-trust-badges-image {
    margin-top:20px !important;
}