/* Add custom CSS styles below */
#mainnav{
    background-color: #061B30;
    }

body {
    background-color: #061B30;
}
h2{ 
color: #2b5680;
}
.sicon-user-circle:before{
color: #2b5680;
}
.sicon-shopping-bag:before {
color: #2b5680;
}
.sicon-menu:before{
color: #2b5680;
}
.s-cart-summary-total{
display:none;
}
.s-product-card-entry{
background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.5px);
-webkit-backdrop-filter: blur(8.5px);
border: 1px solid rgba(255, 255, 255, 0.32);
}
.s-product-card-content{
color:#2b5680;
}
.s-product-card-content-title a{
color: #2b5680;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {

    display: none;
}

.s-block--features__item:first-child{
    grid-column: span 1/span 1;
}
.s-block--features__item{
background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.5px);
-webkit-backdrop-filter: blur(8.5px);
border: 1px solid rgba(255, 255, 255, 0.32);
}
@media (max-width: 767px) {
.grid {
    display: flex;
}
}

salla-add-product-button[width=wide]{
background: #2b5680;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.4px);
-webkit-backdrop-filter: blur(7.4px);
border: 1px solid rgba(255, 60, 103, 0.32);}
.s-block--features__item{
flex:1;
}

.s-block--features__item h2{
color: #2b5680;
}
.s-block--features__item p{
color: #000000;
    font-size: .75rem;

}
.s-block--features__item .feature-icon{
background-color: transparent;
color:#2b5680;
}
.s-block--features__item .feature-icon i{
color:#2b5680;
}

/*footer*/
.footer-is-light .store-footer .store-footer__inner{

    background-color: #061B30;
    }
    .store-footer h3 {
    color:#ff3c67;
    }
    .store-footer a{
    color:white;
    }