@font-face {
    font-family: 'Chivo Mono';
    src: url('webfonts/ChivoMono-Bold.woff2') format('woff2'),
        url('webfonts/ChivoMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster';
    src: url('webfonts/Lobster-Regular.woff2') format('woff2'),
        url('webfonts/Lobster-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    color: #333333;
    font-family:  'Open Sans', sans-serif;
    font-size: 13px;
}

.header-logo{
    position: relative;
    padding-bottom: 20px;
}

.salon-24h-logo{
    position: absolute;
    top: 30px;
    left: 0px;
    text-align: left;
    border: 2px dotted #495a74;
    border-radius: 5px;
    font-family: 'Lobster';
}

.salon-logo-box{
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.owner-logo{
    width: 100%;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.menu-container{
    margin: 10px auto;
    opacity: .9;
    border-radius: 5px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.head-title{
   color: red;
   margin-top: 15px;
   font-size: 1.2rem;
   text-transform: uppercase;
   text-align: center;
   font-family: 'Chivo Mono';
}

.head-title-salon {
    font-size: 3rem;
    margin-top: 1rem;
    font-family: 'Lobster';
    color: #ae431e;
}

.salon-address{
    line-height: 160%;
    margin-top: 15px;
    font-size: 1rem;
}

.bottom-line{
    width:  30%;
    margin: 0 auto 30px auto;
    height: 1px;
    position: relative;
}

.row-digittal{
    border-bottom: 1px dotted #c4b9b9;
    margin-bottom: 3px;
}

.mb-bottom-digittal{
    margin-bottom: 30px!important;
}

.no-item{
    font-size: 1.5rem;
}

.player-container .menu-name{
    color: #dc3545;
}

.player-container .service-item{
    display: flex;
    margin-bottom: 0px;
    font-size: 1rem;
}

.service-item-desc{
    font-size: 0.8rem;
    color: #555;
    font-style: italic;
    margin-bottom: 5px;
    padding: 0px;
}

.player-container .service-item .item-name{
    width: 100%;
    margin: 0px;
    font-size: 14px;
}

.player-container .service-item .item-price{
    font-weight: 550;
    font-size: 14px;
}

.col-digital{
    padding: 0px 30px;
}

.copyright{
    background: #495a74;
    color: #FFFFFF;
    text-align: center;
}

@media (min-width:481px) and (max-width:678px) {
    .salon-24h-logo{
        display: block;
    }
    .head-title-salon{
        font-size: 2rem;
    }
    
    .player-container .menu-name{
        font-size: 1.5rem;
    }
	.bottom-line{
		width: 100%;
	}
	.col-digital{
		padding: 0px;
	}
}

@media (min-width:320px) and (max-width:480px) {
    .salon-24h-logo{
        display: none;
    }
    .head-title-salon{
        font-size: 2rem;
    }
    .player-container .menu-name{
        font-size: 1.5rem;
    }
	.bottom-line{
		width: 100%;
	}
	.col-digital{
		padding: 0px;
	}
}
