/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

#main-buttons .wrapper .inner .bar .btn {
border-radius:0px;
width:140px;
background:rgba(0,0,0,0);
border:1px solid #fff;
}

#main-buttons .wrapper .inner .bar .btn a {
font-family:"微軟正黑體", "Microsoft JhengHei", "Arial", "Helvetica", "sans-serif";
font-size:20px;
color:#fff;
}
#main-buttons .wrapper .inner .bar .btn.book.btn-with-icon.custom a {
color:#fff;
}
#main-buttons .wrapper .inner .bar .btn.map {
display:none;
}

@media (max-width: 1024px) {
#main-buttons .wrapper .inner .bar .btn a {
font-size:16px;
}
}

#sb_main #main #sb_content #content-view #about-us .title-main {
font-size:26px;
}

@media (max-width: 767px) {
#sb_main #main #sb_content #content-view #about-us .title-main {
font-size:26px;
}
}

.wrap-location-index .title-section {
font-size:26px;
}

@media (max-width: 767px) {
.wrap-location-index .title-section {
font-size:26px;
}
}

#main-buttons .wrapper .inner .company-name.company-logo-and-name, #main-buttons .wrapper .inner .company-name.company-name-only
{
font-size:0px;
line-height:0px;
width:100%;
height:150px;
}
@media (max-width: 767px) {
#main-buttons .wrapper .inner .company-name.company-logo-and-name, #main-buttons .wrapper .inner .company-name.company-name-only
{
height:115px;
}
}


#main-buttons .wrapper .inner .company-name.company-logo-and-name::before, #main-buttons .wrapper .inner .company-name.company-name-only::before {
content: "";
position: absolute;
width:100%;
height:100%;
left:0;
top:0;
background:url("https://lazyladybeautifulart.simplybook.asia/uploads/lazyladybeautifulart/image_files/preview/8be193d38adb43d916f5690cc7d9cdf7.png") no-repeat center center;
background-size: contain;
}

#main-buttons .wrapper .inner .company-name:after {
display:none;
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .badge {
    font-size: 15px;
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .badge::before {
content: "預約金";
    position: relative;
    display: inline-block;
    width: 50px;
    font-size: 13px;
}