/* 24-06 */
.ribbon_soldout {
    position: absolute;
    top: 116px;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #000;
}
/* end 24-06 */
#woo-cart-timer-wrap-id {
	display: none !important;
}

#questionaire {
    display: none;
}

#step2 {
	display: none;
}

#step3 {
	display: none;
}

.timepicker img,
.servicesticker img {
	max-width: 100%;
	width: auto !important;
	display: inline-block !important;
    border-radius: 50%;
}

.servicesticker .service_name {
	display: block;
    font-size: 14px;
    padding: 10%;
    line-height: 21px;
}

.owl-carousel.timepicker .owl-item,
.owl-carousel.servicesticker .owl-item {
    text-align: center;
    margin: 2px !important;
}

.owl-carousel.timepicker .owl-nav,
.owl-carousel.servicesticker .owl-nav {
    text-align: center;
    color: #8fbdbd;
}

.owl-carousel.timepicker .owl-nav button,
.owl-carousel.servicesticker .owl-nav button {
    outline: none;
    font-size: 60px;
    line-height: 30px;
    padding: 0 20px !important;
}

#date_datepicker,
#date_datepicker_new {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}

.datepicker-inline {
    width: auto;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover{
    background-color: #8fbdbd !important;
    background-image: none !important;
}

.container_radio {
	display: block;
	position: relative;
	padding-left: 0;
	margin: 2px 2px 0 0;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 18px;
	border-bottom: 1px dotted #d2cccc;
    padding: 7px;
    padding-bottom: 10px;
}

.container_radio input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
	top: 5px;
    left: 7px;
    z-index: 111111;
}

.checkmark {
	position: absolute;
	top: 5px;
    left: 7px;
	height: 25px;
	width: 25px;
	background-color: #d2cccc;
    border-radius: 5px;
}

.container_radio:hover input ~ .checkmark {
	background-color: #ccc;
}

.container_radio input:checked ~ .checkmark {
	background-color: #8fbdbd;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container_radio input:checked ~ .checkmark:after {
	display: block;
}

.container_radio .checkmark:after {
	left: 9px;
    top: 3px;
    width: 5px;
    height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.date_rantevou {
    display: block;
    margin-bottom: 6px;
    line-height: 37px;
    line-height: 37px;
    text-align: left;
    border-bottom: 2px solid #84b9b9;
    margin-right: 10px;
}

#step1 .selections .vc_single_image-wrapper a {
	display: inline-block;
	padding: 12px;
	border: 1px solid #f6f6f6;
	vertical-align: middle;
    border-radius: 50%;
}

#step2 .select_service {
	display: inline-block;
	padding: 12px;
	border: 1px solid #fff;
}

#step1 .selections .vc_single_image-wrapper a.selected,
#step2 .select_service.selected {
    background: #fff;
}

#step2 .select_service.selected img {
    opacity: 1;
    transition: 0.3s;
}

#step1 .selections .vc_single_image-wrapper a.selected .service_name,
#step2 .select_service.selected .service_name {
    opacity: 1 !important;
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    width: 80%;
}

.owl-carousel.timepicker {
	display: none;
}

@media (max-width: 768px) {
    .timepicker_add_padding_top {
        margin-top: 24px;
    }
}