/* Add custom CSS styles below */

body {
  font-family: system-ui;
  background: #014F78;
  color: #014F78;
  text-align: center;
}
#mainnav{
    background-color: #F5F9FA;
    }

body {
    background-color: #F5F9FA;
}
h2{ 
color:F5F9FA;
}
.sicon-user-circle:before{
color: 061B30;
}
.sicon-shopping-bag:before {
color: 061B30;
}
.sicon-menu:before{
color:042047;
}
.s-cart-summary-total{
display:none;
}
.s-product-card-entry{
background: rgba(13, 65, 137, 0);
border-radius: 18px;
box-shadow: 0 4px 15px rgba(5 125 96 / 92%);
backdrop-filter: blur(4.5px);
-webkit-backdrop-filter: blur(4.5px);
border: 2px solid rgba(12, 63, 89);
}
.s-product-card-content{
color:#3ADEB1;
}
.s-product-card-content-title a{
color: #042047;
}
.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: 18px;
box-shadow: 0 4px 15px rgba(5 125 96 / 92%);
backdrop-filter: blur(4.5px);
-webkit-backdrop-filter: blur(4.5px);
border: 2px solid rgba(255, 255, 255, 0.32);
}
@media (max-width: 767px) {
.grid {
    display: flex;
}
}

salla-add-product-button[width=wide]{
background: rgba(255, 60, 103, 0.3);
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: #30C79D;
}
.s-block--features__item p{
color: #F5F9FA;
    font-size: .75rem;

}
.s-block--features__item .feature-icon{
background-color: transparent;
color:#F5F9FA;
}
.s-block--features__item .feature-icon i{
color:#30C79D;
}

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

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