/* Add custom CSS styles below */

.tamara-product-widget {
    background-color: #ce910d !important;
    }
body.blog-index .list-block.post-entry a,body.blog-index .list-block.post-entry p,body.blog-index .list-block.post-entry span,body.blog-index .sicon-calendar-date:before {
    color: #fff;
}
body.blog-single .mt-5.flex.items-center.gap-2.bg-store-bg-secondary.p-5.rounded-md a,body.blog-single time,body.blog-single .sicon-calendar-date:before {
    color: #fff;
}
select#product-filter {
    color: #fff !important;
}
.tamara-product-widget,.tamara-product-widget span {
    color: #fff !important;
}

.product-single .product-single__info button.s-social-share-btn, .product-single .product-single__info button.btn--wishlist {
    color: #fff !important;
}

section.s-block.s-block--square-links.square-links-1 .object-cover {
    object-fit: contain;
}

.s-block--enhanced-features__item.group.overflow-hidden {
    background-color: #B48109;
    color: #fff !important;
    border-radius: 15px;
}
.s-block--enhanced-features__item .feature-icon i,.s-block--enhanced-features__item.group.overflow-hidden h2{
  color: #fff !important;
}
.s-block--enhanced-features__item.group.overflow-hidden p{
display:none;
}

.footer-bottom {
    background-color: #F2F3F5 !important;
}

@media(max-width: 768px){
li.text-center.group:nth-child(3) {
    left: -56%;
    position: relative;
}

}