/* --- Colors --- */

:root {
    --main: #ec4590;
    --main-light: #e4adae;
    --main-dark: #5953a4;
    --bg-shared-banner: #c5c2ea;
    --color-services: #fdcd02;
    --btn-hover: #c5c2ea;
    --btn-hover-2: #fdcd02;

    /* --- home1 --- */
    --btn-hover-home1: #fdcd02;
    --border: #5953a4;


}
.mobile-logo a img, .footer-logo a img, .logo-width a img {
    max-width: 151px;
}
.product-wrap .product-content.product-content-yellow-2 h4 a:hover, .header-right-wrap .same-style a:hover {
    color: var(--main)!important;
}
.bg-gray-2 {
    background-color: #c5c2ea;
}
.slider-btn-1 a.slider-btn-1-border-1 {
    border: 2px solid var(--main-dark);
}
.single-service .service-content p {
    color: var(--main-dark);
}
.banner-offer-wrap .offer-young h2 {
    -webkit-text-fill-color: var(--main);
}