* {
    user-select: none;
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For Internet Explorer/Edge */
}


/* Category Slider start  */
.circle{
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 8px #732C7F;
    border-radius: 50%;
}

.circle img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 50%;
}
/* Category Slider end  */



/* Main Banner Start */
.main-banner{
    background-image: url('../image/women/banner_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.first-banner{
    background: url('../image/women/personal-shopper-office-with-client.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.second-banner{
    background:url('../image/women/online-beauty-workshop.jpg');
    background-repeat: no-repeat;
    background-position: right bottom ;
    background-size:cover;
}

.third-banner{
    background:url('../image/women/selling-product-using-online-platform.jpg');
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-size: cover;
}
/* Main Banner end */

/* common css start */
.section-title{
    color: #732C7F;
}

.btn-custom {
    background-color: #efd1f5; /* Light Gold */
    color:#732C7F;
    font-weight: bold;
    border: none;
}
.btn-custom:hover {
    background-color: #732C7F;
    color: #ffdad2;
}
/* common css end  */

/*Trending Products Start */
.one-line-truncate-text {
    white-space: nowrap;  
    overflow: hidden;     
    text-overflow: ellipsis; 
    width: 100%;
}

.info{
    display: flex;
    justify-content: space-between;
}

.rating-container{
    display: flex;
}

.badge{
    background-color: #8b4b86;
}
/*Trending Products end */