/* Enter Your Custom CSS Here */
.footer-sidebar.footer-1 #media_image-3 {
    margin: 0 auto;
    margin-bottom: 15px;
}
.single-product div#csbwfs-delaydiv {
    display: none;
}
span.ribbons {
    display: none;
}
li .product-inner .mf-product-details {
    text-align: center;
}
.bbei a.link {
    /* font-weight: bold; */
    color: #ffffff !important;
    background: #fcb800;
    padding: 5px 12px !important;
    margin-left: 5px;
    border-radius: 7px;
}
.bbei a.link:hover{color:#6dab3c;}

.footer-bottom {
    display: none;
}
.woocommerce ul.products li.product a img {
    height: 326px;
	    margin: 0 auto;
}
.mf-banner-small .box-price {
    display:none;
}
.mf-banner-small .banner-content .box-title {
    font-weight: 500;
    background: #b8ccc6;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    padding: 7px 16px;
    width: fit-content;
}
.mf-banner-small .banner-content .desc {
    color: #ffffff;
    text-shadow: 1px 2px #220000;
}
.mf-products-tabs .tabs-header {
	background-color: #95beb7;
padding:10px 20px 10px 20px;}

.home .mf-products-tabs .tabs-header .cat-title {color: #fff;}
.mf-products-tabs .tabs-header .tabs-nav li a.active {color: #fff;font-weight:bold;}
.mf-products-tabs .tabs-header .tabs-nav li a {color: #fff;}
.mf-products-tabs .tabs-header .tabs-nav li a:hover {font-weight:bold;}
.woocommerce ul.products li.product h2 a {
    color: #666;
}
.woocommerce ul.products li.product .price {
    color: #7a9f94;
}

@media only screen and (min-width: 513px) and (max-width: 988px) {
	.woocommerce ul.products li.product a img {
    height: 226px;
}
}
@media only screen and (max-width: 512px) {
.woocommerce ul.products li.product a img {
    height: 170px;
}
.wishli .product-add-to-cart, .wishli .product-price {
    display: none;
}	
	.wishli .product-name h3 {
    font-size: 15px;
}
}


/* Hide default newsletter popup */
.modal-content,
.newletter-content {
    display: none !important;
}
