/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

h2.sln-salon-title {
	 position: relative !important;
    left: 50% !important;
    transform: translatex(-50%) !important;
}

.editable .text {
    width:unset !important;
}

.sln-service--260 span.sln-service-price-value.sln-list__item__proce__value,
.sln-service--262 span.sln-service-price-value.sln-list__item__proce__value,
.sln-service--264 span.sln-service-price-value.sln-list__item__proce__value,
.sln-service--284 span.sln-service-price-value.sln-list__item__proce__value,
.sln-service--292 span.sln-service-price-value.sln-list__item__proce__value,
.sln-service--302 span.sln-service-price-value.sln-list__item__proce__value,
.sln-service--306 span.sln-service-price-value.sln-list__item__proce__value,
.sln-service--323 span.sln-service-price-value.sln-list__item__proce__value
{
    display: none;
}


h2.sln-salon-title {
    position: relative !important;
    left: 50% !important;
    transform: translatex(-50%) !important;
    text-align:center;
}




@media screen and (max-width: 820px) {
   .hamburger-box {
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
   .hamburger-box {
        padding-right: 0;
    }
} 