/* Add custom CSS styles below */ 
body{
background: #F8F8F8 !important
}

.product-entry__image img {
    background: #fff;
}

.s-block--fixed-banner img{
border-radius: 15px;
}

.footer-logo img{
filter: contrast(0.5);
}

.s-block--categories .slide--cat-entry i {
border-radius: 0;
background-color: transparent;
height: 8rem;
    width: 8rem;
}

.s-block--categories .slide--cat-entry{
 background-color: transparent;
 border-width: 0;
}

.product-entry {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.sicon-heart,.offers-link span,.s-product-card-wishlist-btn{
  color: #ec2f68 !important;
}

.s-cart-summary-count {
background: #ec2f68
}

.main-menu{
background:#FEFAFB
}

.main-menu li>a {
    color: #444; 
}

.s-product-card-image img {
    background: #fff;
}

.store-footer .py-8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.store-footer{
background: #161818
}
.testimonials-slider .border.rounded.p-5.h-full,
.s-block--features .s-block--features__item{
background: #fff;
border-radius: 8px
}

.page-header.h-16.has-overlay--before{
padding: 100px 10px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}






/*.search-btn{
background: #ec2f68
}*/