body{
    background-color: #FFFDF3;
}

.community-card{
    /* background: white; */
    /* padding: 10px; */
    /* min-height: 175px; */
    min-height: 157px;
    box-shadow: 1px 5px 8px 4px rgba(0, 0, 0, 0.175);
    
}
.community-card h5{
    color: var(--secondary-color);
}

.community-card img{
    object-fit: contain;
    border-radius: 0.7rem;
}

.community-card .text-container a{
    bottom: 10px;
}

.community-card .card-text{
    font-size: 16px;;
}

.community .left-right-icons{
    position: absolute;
    right: 15px !important;
    top: 50%;
}

.sbp, .sbn{
    border: 3px solid black !important;
    width: 35px !important;
    /* margin-right: 5px !important; */
    margin-right: -10px !important;
    height: 35px !important;
    border-radius: 8px !important;
}

.footer-ul-custom li {
    margin-bottom: 8px;
}
.footer-ul-custom li a {
    color: black;
}
#footer .parteners{
    min-height: 100px;
}

.informative-widgets, .hidden-gems, .community, .selections{
    /* margin-top: 3rem; */
    margin-top: 2rem;
}

.informative-widgets .single{
    background: #F1F2FF;
    padding: 15px 35px;
    border-radius: 10px;
}

.selections .single-selection{
    background-color: #EEF0FF;
    padding: 7px 15px 7px 15px;
    border-radius: 0.5rem;
}

.new-product-card{
    border-radius: 7px;
}
.new-product-card img{
    border-radius: 5px;
}

.new-product-card .rating{
    background: white;
    height: 25px;
    width: 52px;
    border-radius: 0.3rem;
    top: 14px;
    left: 13px;
}

.new-product-card .wishlist{
    top: 10px;
    right: 13px;
}

.new-product-card a.store-name{
    color: #7A7A7A;
}
.new-product-card .product-name{
    font-size: 14px;
}

.swiper-scrollbar {
    background: #d6d6d6 !important;
    border-radius: 2px !important;
    height: 5px !important;
    width: 200px !important;
    /* bottom: -20px !important; */
    bottom: 0px !important;
    left: 43% !important;
    /* transform: translateX(-50%) !important; */
}


.swiper-section-heading{
    padding-left: 10px;
}
