/* --- Colors --- */

:root {
    --main: #cf676c;
    --main-light: #e4adae;
    --main-dark: #967d03;
    --bg-shared-banner: #f7ece8;
    --color-services: #cf676c;
    --btn-hover: #ffbdb9;
    --btn-hover-2: #000;

    /* --- home1 --- */
    --btn-hover-home1: #ffbdb9;
    --border: #cf676c;


}
.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: #f7ece8;
}