/* Add custom CSS styles below */ 
section > .container.p-0.px-md-3 {
    margin: 0;
    padding: 0;
    max-width: unset !important;
    width: 100% !important;
}

.main-slider.main-slider--solo.slick-initialized.slick-slider.slick-dotted {padding-bottom: 0 !important;}

section {}


 .main-menu > li > a {
    color: white !important;
}

.container-fluid.sub-nav-content {
    padding: 0 !important;
}


.circle-action, .product-add  {
    background: #841033;
    color: white !important;
}

.logo img {
    height: 100px;
}

.product {
    border-radius: 15px;
    border: 1px solid #841033 ;
}

.feature-item p {
    display: none;
}



.row:has(.feature-item) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.row:has(.feature-item) > div {
    width: 50%
}