/* Add custom CSS styles below */ 
.s-quantity-input-input{
color: var(--color-btn-single-product) !important;
}
.sense-main-content  form  .sticky-product-bar  salla-add-product-button > div{
display: flex !important;	
flex-direction: row !important;
}
.s-product-card-entry .s-product-card-content-footer button,
.s-product-card-entry:hover .s-product-card-content-footer button {
    position: relative !important;  
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    bottom: auto !important;
    margin-top: 10px !important;  
    display: flex !important;
    width: 100% !important;  
}
 
.s-product-card-entry .s-product-card-content-footer {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;  
    overflow: visible !important;     
}

.s-product-card-entry {
    padding-bottom: 20px !important; 
}
.top-navbar.sense-top-navbar  > div > div > div  > a > img{
width: 8rem !important;
max-width: 8rem !important;
height: 8rem !important;
max-height: 8rem !important;
}
@media (max-width: 768px){

#mainnav > div > div.top-navbar.sense-top-navbar.w-full > div > div > div.w-1\/3.flex.justify-center > a{
	margin-left: 3rem !important ;
}
}
.navbar-brand img { filter: none !important; mix-blend-mode: normal !important; opacity: 1 !important; }
.sense-store-footer .sense-store-footer__inner salla-social .s-social-list .s-social-link a { background: #381c11; color: #fff !important; }
#mobile-menu , .mm-ocd__content,.mobile-menu.mm-spn--light {
background: var(--color-primary) !important;	
}
@media only screen and (max-width: 1024px) {

#mobile-menu , .mm-ocd__content,.mobile-menu.mm-spn--light {
background: var(--color-primary) !important;	
}
}
.sense-store-header .sense-main-nav .main-menu li a:hover {
  color:  var(--color-disprice-single-product)!important;
}