/* landing page css start---------------------------------------------- */
.h3-category-custom{
    border-radius: 10px;
    border: 1px solid rgba(79, 79, 79, 0.53);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}


.section-title{
    display: block !important;
} 
.deals-head{
    margin-top: 30px;
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.special-pick-links {
    display: flex;
    gap: 35px;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
}


.special-pick-links .active{
    
    border-radius: 5px !important;
    background: #dadada !important;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15) !important;
    padding: 5px 15px 5px 15px !important;
}


.popular-category-links .active{
    border-radius: 5px !important;
    background: #dadada !important;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15) !important;
    padding: 5px 15px 5px 15px !important;
}

.flash-deal-product-card{
    border-radius: 10px;
    border: 1px solid #CBCBCB;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.new_arrival_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.new_arrival_list li{
    float: left;
}

.genius-banner-2c{
    border-radius: 5px !important;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15) !important;
    padding: 5px 15px 5px 15px !important;
}
/* landing page css end---------------------------------------------- */

.details-page-top-right-content{
    background: #fff !important;
    padding: 30px 30px 12px !important;
    border-radius: 10px !important;
    height: auto !important;
}

.site-header .topbar{
    background-color: #d5c3b0 !important;
}


.site-header .topbar{
    background-color: #f4f4f0 !important;
}

body{
    background-color: #f4f4f0 !important;
}

.site-footer{
    background-color: #f4f4f0 !important;
}

.details-page-top-right-content{
    background-color: #f4f4f0 !important;
}

.tab-content{
    background-color: #f4f4f0 !important;
}

.login-register>a:hover{
    background-color: transparent !important;
    color: #028162 !important;;
}

.main-link.d-flex.flex-column.align-items-center.rounded{
    color : #038062 !important;
}

.page-title{
    background-color: #ffffff03 !important;
}

.card {
    background-color: #ffffff03;
}

.shop-top-filter-wrapper{
    background-color: #ffffff03 !important;
}

.product-card{
    background-color: #ffffff03 !important;
}

.section-title3 {
    background-color: #ffffff03 !important;
    
}
.single-service{
    background-color: #ffffff03 !important;
    
}

.section-title3 > .h3{
    background-color: #ffffff03 !important;
    
}