/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.main-menu>li>a[href*=offer]{
color: #000 ;
}

.main-menu>li>a[href*=offer]:hover{
color: #cf9f6f;
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3){
margin:0;
display:none
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3) .container{
max-width:100%;
    padding-right: 0px;
    padding-left: 0px;

}

#map_location_toggle{
  background: #ff6666 !important;
    background-color: #ff6666 !important;
    color: #fff !important;
}

salla-advertisement{
position:fixed;
width:100%;
left:0;
margin-bottom:50px !important;
z-index:10;
}

.store-header{
margin-top:50px;
}

.s-fast-checkout-button.outline {
    border: 1px solid #f00 !improtant;
    color: #f00 !improtant;
   
}

 .s-add-product-button-main .s-add-product-button-mini-checkout {
    background-color: #d11e22;  
     border-radius:12px  
}

.s-add-product-button-mini-checkout-content{
color:#fff !important;
}

.s-button-primary {
    border-color: #d11e22;
    background-color: #d11e2200;
    color: #d11e22;
}
.s-button-primary:hover {
    background-color: #d11e22;
    color: #fff;
}

#contact-slot > a > span.unicode{
font-size:12px
}