/*
Theme Name: Cherie Child
Theme URI: https://firstsight.design/cherie/beauty/
Template: cherie
Author: firstsight_design
Author URI: https://themeforest.net/user/firstsight_design
Description: Cherie is modern, convenient and highly thought-out WordPress theme with fascinating design.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,translation-ready
Version: 1.0
*/



/* МОИ ПРАВКИ CSS */

/*ГЛАВНАЯ*/
/* Чтобы не склеивались вкладки меню с ценами */
.art-service-menu-two-tabs.art-no-list-style  li {
    min-width: 150px;
}
/* РАВНОЕ расстояние между всеми вкладками */
.art-service-menu-two .art-service-menu-two-tabs {
    gap: 20px; 
}
/* Чтобы красиво отображались цены в одну строку */
.art-service-menu-two .art-service-two-info .art-service-wrapper {
    max-width: 954px;
}
/* Сердечко */
.heart-icon {
    display: inline-block;
    width: 24px;           /* регулируйте размер */
    height: 24px;
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.heart-icon:hover {
    animation: pulse 0.6s ease-in-out;
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(7028%) hue-rotate(286deg) brightness(95%) contrast(98%);
    /* Это превращает SVG в цвет #bf06a5 */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


/*УСЛУГИ И ЦЕНЫ*/
/* Чтобы красиво отображались цены в одну строку */
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data {
    max-width: 904px;
    padding: 50px 0;
}
.service-data-title.art-heading-seven {
	max-width:75%;
}
/* Отступ от гоавного меню*/
#service1 .art-service-data .service-head-title {
    margin-top: 30px !important;
}


