.appointment-status-wrapper-w{background-color: #efece7 !important;border-color: #efece7 !important;}
.circle-chart-wbk{background-color: #efece7 !important;border-color: #efece7 !important;}
.button-wbk{background-color: #b89455 !important;border-color: #b89455 !important;}
.wb_slot_checked{background-color: #b89455 !important;border-color: #b89455 !important;}
.middleDay > .cell_inner{background-color: #b89455 !important;border-color: #b89455 !important;}
.checkbox-custom-w input:checked ~ .checkmark-w{background-color: #b89455 !important;border-color: #b89455 !important;}
.checkbox-subtitle-w{color: #b89455 !important;color: #b89455 !important;}
.wbk_service_item_active{background-color: #b89455 !important;border-color: #b89455 !important;}.picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #000000;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .picker[aria-hidden="true"] {
display: none;
} .picker__input {
cursor: default;
} .picker__input.picker__input--active {
border-color: #0089ec;
}   .picker {
width: 100%;
} .picker__holder{
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
position: fixed;
top: 0px;
left: 0px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
background: #ffffff;
}
@media (min-width: 812px) {
.picker__holder {
position: absolute;
border: 1px solid #aaaaaa;
border-top-width: 0;
border-bottom-width: 0;
border-radius: 0 0 5px 5px;
box-sizing: border-box;
min-width: 176px;
max-width: 466px;
max-height: 0;
-webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
transform: translateY(-1em) perspective(600px) rotateX(10deg);
transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
} .picker__frame {
padding: 1px;
}
.picker__wrap {
margin: -1px;
} .picker--opened .picker__holder {
max-height: 25em;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border-top-width: 1px;
border-bottom-width: 1px;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}.picker__box {
padding: 0 1em;
} .picker__header {
text-align: center;
position: relative;
margin-top: .75em;
} .picker__month,
.picker__year {
font-weight: 500;
display: inline-block;
margin-left: .25em;
margin-right: .25em;
}
.picker__year {
color: #999999;
font-size: .8em;
font-style: italic;
} .picker__select--month,
.picker__select--year {
border: 1px solid #b7b7b7;
height: 2em;
padding: .5em;
margin-left: .25em;
margin-right: .25em;
}
@media (min-width: 24.5em) {
.picker__select--month,
.picker__select--year {
margin-top: -0.5em;
}
}
.picker__select--month {
width: 35%;
}
.picker__select--year {
width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
border-color: #0089ec;
} .picker__nav--prev,
.picker__nav--next {
position: absolute;
padding: .5em 1.25em;
width: 1em;
height: 1em;
box-sizing: content-box;
top: -0.25em;
}
@media (min-width: 24.5em) {
.picker__nav--prev,
.picker__nav--next {
top: -0.33em;
}
}
.picker__nav--prev {
left: -1em;
padding-right: 1.25em;
}
@media (min-width: 24.5em) {
.picker__nav--prev {
padding-right: 1.5em;
}
}
.picker__nav--next {
right: -1em;
padding-left: 1.25em;
}
@media (min-width: 24.5em) {
.picker__nav--next {
padding-left: 1.5em;
}
}
.picker__nav--prev:before,
.picker__nav--next:before {
content: " ";
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
border-right: 0.75em solid #000000;
width: 0;
height: 0;
display: block;
margin: 0 auto;
}
.picker__nav--next:before {
border-right: 0;
border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
cursor: default;
background: none;
border-right-color: #f5f5f5;
border-left-color: #f5f5f5;
} .picker__table {
text-align: center;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: inherit;
width: 100%;
margin-top: .75em;
margin-bottom: .5em;
}
@media (min-height: 33.875em) {
.picker__table {
margin-bottom: .75em;
}
}
.picker__table td {
margin: 0;
padding: 0;
} .picker__weekday {
width: 14.285714286%;
font-size: .75em;
padding-bottom: .25em;
color: #999999;
font-weight: 500; }
@media (min-height: 33.875em) {
.picker__weekday {
padding-bottom: .5em;
}
} .picker__day {
padding: .3125em 0;
font-weight: 200;
border: 1px solid transparent;
}
.picker__day--today {
position: relative;
}
.picker__day--today:before {
content: " ";
position: absolute;
top: 2px;
right: 2px;
width: 0;
height: 0;
border-top: 0.5em solid #0059bc;
border-left: .5em solid transparent;
}
.picker__day--disabled:before {
border-top-color: #aaaaaa;
}
.picker__day--outfocus {
color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
}
.picker__day--highlighted {
border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
cursor: pointer;
color: #000000;
background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
background: #0089ec;
color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
background: #bbbbbb;
} .picker__footer {
text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
border: 1px solid #ffffff;
background: #ffffff;
font-size: .8em;
padding: .66em 0;
font-weight: bold;
width: 33%;
display: inline-block;
vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
background: #b1dcfb;
border-color: #0089ec;
outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
position: relative;
display: inline-block;
height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
content: " ";
margin-right: .45em;
}
.picker__button--today:before {
top: -0.05em;
width: 0;
border-top: 0.66em solid #0059bc;
border-left: .66em solid transparent;
}
.picker__button--clear:before {
top: -0.25em;
width: .66em;
border-top: 3px solid #ee2200;
}
.picker__button--close:before {
content: "\D7";
top: -0.1em;
vertical-align: top;
font-size: 1.1em;
margin-right: .35em;
color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default;
}
.picker__button--today[disabled]:before {
border-top-color: #aaaaaa;
}@font-face {
font-family: poppins-light;
src: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/fonts/poppins/Poppins-Light.ttf);
}
@font-face {
font-family: poppins;
src: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
font-family: poppins-medium;
src: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
font-family: poppins-semibold;
src: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/fonts/poppins/Poppins-SemiBold.ttf);
}
@font-face {
font-family: poppins;
src: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/fonts/poppins/Poppins-Bold.ttf);
font-weight: bold;
}
body {
margin: 0;
}
span.wbk_single_service_title {
color: #000;
}
.appointment-box-wbk {
color: #000;
}
.appointment-status-wrapper-w {
background-color: #213f5b;
border-color: #213f5b;
}
.circle-chart-wbk {
background-color: #213f5b;
border-color: #213f5b;
}
.button-wbk {
background-color: #1f6763;
border-color: #1f6763;
}
.wb_slot_checked {
background-color: #1f6763;
border-color: #1f6763;
}
.middleDay > .cell_inner {
background-color: #1f6763;
border-color: #1f6763;
}
.checkbox-custom-w input:checked ~ .checkmark-w {
background-color: #1f6763;
border-color: #1f6763;
}
.checkbox-subtitle-w {
color: #1f6763;
color: #1f6763;
}
.wbk_service_item_active {
background-color: #1f6763;
border-color: #1f6763;
}
.wbk_service_description_switcher_holder {
display: flex;
}
.wbk_service_description_switcher {
display: block;
height: 25px;
width: 25px;
position: absolute;
background: transparent url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/chevron-rigth.png) no-repeat;
background-size: contain;
outline: none;
position: relative;
margin-top: 10px !important;
padding-left: 30px !important;
}
.wbk_read_more {
position: relative;
float: left;
line-height: 46px;
}
.wbk_service_item_active .wbk_read_more {
color: #fff;
}
.wbk_service_item_active .wbk_service_description_switcher {
background: transparent url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/chevron-rigth-white.png) no-repeat;
background-size: contain;
}
.checkbox-row-w .wbk_service_description_switcher {
right: 10px;
}
.wbk_rotate_90 {
transform: rotate(90deg);
}
.wbk_service_description_holder {
padding: 20px 10px 0 0 !important;
}
.wbk_service_item_active .wbk_service_description_holder {
color: #fff;
}
.service-list-v5-wbk {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.service-list-v5-wbk li,
.wbk_service_checkbox_holder {
cursor: pointer;
}
.wbk_single_service_title {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
display: block;
margin-bottom: 10px !important;
}
.wbk_single_service_sub_title {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
color: #686080 !important;
margin-right: 30px !important;
}
.wbk_service_sub_img,
.wbk_service_sub_img_active {
display: inline-block;
margin-right: 10px;
width: 20px !important;
}
li.wbk_service_item {
margin: 0 0 20px 0 !important;
padding: 10px !important;
padding: 10px;
box-shadow: 0 0 10px rgba(161, 164, 182, 0.26);
border-radius: 10px;
}
.wbk_service_item_active .wbk_single_service_title {
color: #fff !important;
}
.wbk_service_item_active .wbk_single_service_sub_title {
color: #fff !important;
}
.wbk_service_item_active .checkmark-w {
border-color: #fff !important;
}
.wbk_service_sub_img_active {
display: none;
}
.wbk_service_item_active .wbk_service_sub_img {
display: none;
}
.wbk_service_item_active .wbk_service_sub_img_active {
display: inline-block;
}
.main-block-w {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height: normal;
margin: 0;
box-sizing: border-box;
background: transparent;
color: #212121;
font-style: normal;
min-width: 320px;
}
.main-block-inner-w {
min-width: 375px;
}
.main-block-w * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main-block-w a {
text-decoration: none;
transition: 0.2s;
}
.main-block-w a:hover {
opacity: 0.7;
}
.main-block-w b {
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
}
.main-block-w img {
max-width: 100%;
vertical-align: middle;
}
.main-block-w input[type='text'] {
border: 1px solid #cdcfde;
border-radius: 15px;
height: 50px;
padding: 0 20px 0 20px;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
color: #212121;
outline: none;
background: #fff;
}
.main-block-w input[type='text']::placeholder {
color: #a1a4b6;
}
.main-block-w input[type='text'].placeholder-solid-w::placeholder {
color: #212121;
}
.main-block-w input[type='text']:focus::placeholder {
color: transparent;
}
.main-block-w[data-scrollbar] > .scrollbar-track-y {
right: 0;
width: 8px;
background-color: #f4fafa;
border-radius: 0;
}
.main-block-w[data-scrollbar] > .scrollbar-track .scrollbar-thumb-y {
background-color: #c2c7c7;
}
.scrollbar-thumb-x {
display: none !important;
}
.header-main-w {
background: #212121;
padding: 8px 15px 8px 15px;
color: #fff;
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
margin: 0 0 70px 0;
}
.header-main-w .header-container-w {
display: flex;
align-items: center;
max-width: 1120px;
margin: 0 auto;
}
.header-main-w .logo-main-w {
color: #fff;
text-decoration: none;
font-size: 20px;
}
.header-main-w .main-menu-wrapper-w {
margin-left: auto;
position: relative;
}
.header-main-w .main-menu-list-w {
list-style: none;
border-radius: 0 0 5px 5px;
}
.header-main-w .main-menu-list-w li {
margin: 0 0 0 60px;
}
.header-main-w .main-menu-list-w li a {
color: #fff;
text-decoration: none;
white-space: nowrap;
}
.header-main-w .toggle-mobile-menu-w {
display: none;
vertical-align: middle;
cursor: pointer;
}
.header-main-w .toggle-mobile-menu-w .lines-w {
display: block;
width: 25px;
height: 2px;
background: #fff;
margin: 0 0 6px auto;
}
.header-main-w .toggle-mobile-menu-w .line-3-w {
display: block;
width: 36px;
margin-bottom: 0;
}
@media (min-width: 768px) {
.header-main-w .main-menu-list-w {
display: flex !important;
}
}
@media (max-width: 767px) {
.header-main-w .main-menu-list-w {
display: none;
position: absolute;
top: 100%;
right: 0;
background: #212121;
}
.header-main-w .main-menu-list-w li {
margin: 0;
}
.header-main-w .main-menu-list-w li a {
display: block;
padding: 5px 20px 5px 20px;
}
.header-main-w .main-menu-list-w li:first-child a {
padding-top: 10px;
}
.header-main-w .main-menu-list-w li:last-child a {
padding-bottom: 10px;
}
.header-main-w .toggle-mobile-menu-w {
display: block;
}
}
.page-title-wrapper-w {
text-align: center;
margin: 0 0 40px 0;
}
.page-title-wrapper-w .page-title-w {
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
font-size: 48px;
margin: 0;
}
.appointment-box-wbk {
display: flex;
max-width: 760px;
min-height: 650px;
background: #fff;
padding: 20px 20px 20px 20px;
margin: 0 auto;
border-radius: 20px;
box-shadow: 0 0 60px rgba(161, 163, 182, 0.2);
}
.appointment-box-wbk .appointment-status-wrapper-w {
background: #428a89;
border-radius: 20px;
color: #fff;
padding: 20px;
min-width: 250px;
max-width: 250px;
margin: 0 10px 0 0;
}
.appointment-box-wbk .appointment-status-list-w {
list-style: none;
padding: 0;
margin: 0;
}
.appointment-box-wbk .appointment-status-list-w > li {
display: flex;
align-items: center;
margin: 0 0 10px 0;
opacity: 0.6;
align-items: start;
}
.appointment-box-wbk .appointment-status-list-w > li.active-w {
opacity: 1;
}
.appointment-box-wbk
.appointment-status-list-w
> li.completed-w
.circle-digit-w {
animation: append-animate-w 0.4s linear;
background: #fff url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/checkmark-green.png) center center no-repeat;
text-indent: 100px;
overflow: hidden;
}
.appointment-box-wbk .appointment-status-list-w .circle-digit-w {
display: flex;
max-width: 26px;
max-height: 26px;
min-width: 26px;
min-height: 26px;
border: 2px solid rgba(255, 255, 255, 0.2);
align-items: center;
justify-content: center;
border-radius: 100%;
margin: 0 10px 0 0;
}
.appointment-box-wbk .appointment-status-list-w .text-w {
padding: 2px 0 0 0;
}
.appointment-box-wbk .appointment-status-list-w .text-w .text-title-w {
font-size: 16px;
margin: 0 0 10px 0;
padding: 0 !important;
}
.appointment-box-wbk .appointment-status-list-w .text-w .subtitle-list-w {
list-style: disc;
margin: 0 0 0 20px;
max-width: 200px;
font-size: 14px;
padding: 0 !important;
}
.appointment-box-wbk
.appointment-status-list-w
.text-w
.subtitle-list-w
li
+ li {
margin-top: 10px;
}
.appointment-content-wbk {
flex-grow: 1;
position: relative;
text-align: left !important;
}
.appointment-content-scroll-wbk {
padding: 0 25px 30px 10px;
position: relative;
margin: 0 0 23px 0;
height: 555px;
overflow-x: hidden !important;
}
.appointment-content-scroll-wbk[data-scrollbar]:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 30px;
background: linear-gradient(transparent, #fff);
}
.field-row-w {
margin: 0 0 0 0;
}
.field-row-w label {
display: flex;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
margin: 0 0 10px 0;
}
.field-row-w.two-fields-w {
display: flex;
justify-content: space-between;
max-width: 345px;
}
.field-row-w.two-fields-w input {
max-width: 165px;
}
.field-row-w .input-wrapper-w {
position: relative;
}
.select-category-w {
border: 1px solid #cdcfde;
border-radius: 15px;
padding: 0 20px 0 20px;
line-height: 46px;
cursor: pointer;
transition: 0.2s;
position: relative;
margin: 0 0 30px 0;
}
.select-category-w:hover {
opacity: 0.7;
}
.select-category-w:after {
content: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/select-arrow.png);
position: absolute;
top: 0;
right: 15px;
}
.select-category-w.active-w:after {
transform: rotate(180deg);
}
.checkbox-row-w {
display: flex;
width: 100%;
user-select: none;
margin-top: 5px;
}
.checkbox-row-w:last-child {
margin-bottom: 0;
}
.checkbox-custom-w {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
user-select: none;
}
.checkbox-custom-w input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkbox-custom-w .checkmark-w {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
border: 1px solid #cdcfde;
transition: 0.2s;
border-radius: 3px;
background: #fff;
}
.checkbox-custom-w input:not(:checked) ~ .checkmark-w {
background-color: #fff !important;
}
.checkbox-custom-w:hover input ~ .checkmark-w {
background-color: #ccc;
}
.checkbox-custom-w input:checked ~ .checkmark-w {
background-color: #1f6763;
}
.checkbox-custom-w .checkmark-w:after {
content: '';
position: absolute;
display: none;
}
.checkbox-custom-w input:checked ~ .checkmark-w:after {
display: block;
}
.checkbox-custom-w .checkmark-w:after {
left: 8px;
top: 3px;
width: 6px;
height: 11px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.checkbox-row-w .checkbox-text-w {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
}
.checkbox-row-w .checkbox-text-w .checkbox-title-w {
display: block;
margin: 0 0 8px 0;
line-height: 1.3;
}
.checkbox-row-w .checkbox-text-w .checkbox-subtitle-w {
display: block;
line-height: 22px;
color: #1f6763;
}
.checkbox-row-w .checkbox-text-w .checkbox-subtitle-w img {
display: inline-block;
vertical-align: top;
margin: 0 4px 0 0;
}
.appointment-content-wbk .button-block-wbk {
display: flex;
justify-content: right;
padding: 0 25px 0 0;
}
.appointment-content-wbk .button-block-wbk .button-wbk {
margin-left: 30px;
}
.button-wbk,
.button-wbk:focus {
font-family: poppins-semibold, arial !important;
display: inline-block;
background: #1f6763;
border-radius: 15px !important;
color: #fff !important;
border: 0 !important;
padding: 8px 25px 8px 25px !important;
font-size: 16px !important;
transition: 0.2s !important;
cursor: pointer !important;
min-width: 155px !important;
outline: none !important;
position: relative !important;
height: 50px !important;
text-align: center !important;
}
.button-wbk:hover {
opacity: 0.8;
color: #fff !important;
}
.button-wbk[disabled] {
background: #d5d7e7;
color: #a1a3b6;
cursor: default;
opacity: 0.6;
}
.button-wbk[disabled]:hover {
opacity: 1;
opacity: 0.6;
}
.button-wbk.simple-w {
background: #fff;
color: #000;
border: 1px solid #1f6763;
}
.wbk-button,
.wbk-button:focus {
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
display: inline-block;
background: #1f6763;
border-radius: 15px !important;
color: #fff;
border: 0;
padding: 8px 45px 8px 45px;
font-size: 16px;
transition: 0.2s;
cursor: pointer;
min-width: 155px;
outline: none;
position: relative;
}
.wbk-button:hover {
opacity: 0.8;
}
.nice-select {
position: relative;
user-select: none;
}
.nice-select .current {
min-height: 50px;
display: block;
position: relative;
background-color: #fff;
border: 1px solid #cdcfde;
border-radius: 15px;
line-height: 50px;
transition: 0.2s;
}
.nice-select .current:after {
content: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/select-arrow.png);
position: absolute;
top: 0;
right: 15px;
transition: 0.2s;
}
.nice-select.open .current:after {
transform: rotate(-180deg);
}
.nice-select .current {
color: #212121;
padding: 0 20px;
cursor: pointer;
}
.nice-select .list {
display: none;
position: absolute;
background-color: #fff;
top: 100%;
left: 0;
right: 0;
z-index: 99;
box-shadow: 0 0 10px rgba(161, 164, 182, 0.3);
border-radius: 15px;
overflow: hidden;
max-height: none !important;
overflow: auto;
margin: 0 !important;
list-style: none !important;
padding: 0 !important;
}
.nice-select.open .list {
display: block;
}
.nice-select .list li {
color: #212121;
padding: 10px 20px 10px 20px;
cursor: pointer;
}
.nice-select .list li:first-child {
padding-top: 20px;
}
.nice-select .list li:last-child {
padding-bottom: 20px;
}
.nice-select .list li:hover {
background: #cbe7e7;
}
.last-w select ~ .nice-select .list {
top: auto;
bottom: 100%;
}
[data-scrollbar] {
overflow: auto;
}
[data-scrollbar] .scrollbar-track {
width: 4px;
background-color: #f3f4f4;
border-radius: 4px;
}
[data-scrollbar] .scrollbar-thumb {
width: 4px;
background-color: #d9dfe7;
border-radius: 4px;
}
.appointment-content-wbk .custom-select-w.last-w .select-items-w {
top: auto;
bottom: 100%;
}
.appointement-status-mobile-w {
display: none;
width: 80px;
min-width: 80px;
height: 80px;
background: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/progress-circle.png) top left;
justify-content: center;
align-items: center;
margin: 0 15px 0 0;
}
.appointement-status-mobile-w.step-1-w {
background-position: top left;
}
.appointement-status-mobile-w.step-2-w {
background-position: top right;
}
.appointement-status-mobile-w.step-3-w {
background-position: bottom left;
}
.appointement-status-mobile-w.step-4-w {
background-position: bottom right;
}
.appointment-status-text-mobile-wbk {
display: none;
}
.appointment-status-text-mobile-wbk .current-step-wbk {
font-size: 20px;
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
}
.service-cards-list-w {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 10px;
row-gap: 15px;
list-style: none;
}
.service-cards-list-w li {
display: flex;
justify-content: center;
}
.service-cards-list-w .service-card-w {
display: block;
font-family: 'Ubuntu', sans-serif;
max-width: 215px;
position: relative;
margin: 0;
}
.service-cards-list-w .service-card-custom-w {
cursor: pointer;
transition: 0.2s;
}
.service-cards-list-w .service-card-custom-w:hover {
opacity: 0.8;
}
.service-cards-list-w .card-title-w {
margin: 0 0 5px 0;
}
.service-cards-list-w .image-wrapper-w {
display: block;
margin: 0 0 10px 0;
}
.service-cards-list-w .checkbox-subtitle-w {
display: block;
line-height: 22px;
color: #1f6763;
}
.service-cards-list-w .checkbox-subtitle-w img {
display: inline-block;
vertical-align: top;
margin: 0 4px 0 0;
}
.service-cards-list-w .service-card-w .checkbox-custom-w {
position: absolute;
top: 10px;
left: 10px;
}
.service-cards-list-w .service-card-w .card-title-w {
display: block;
}
.service-cards-list-w .service-card-w .service-card-inner-w {
display: block;
padding: 10px 10px 35px 10px;
box-shadow: 0 0 10px rgba(161, 164, 182, 0.26);
border-radius: 10px;
height: 100%;
position: relative;
}
.service-cards-list-w .service-card-custom-w .checkbox-subtitle-w {
position: absolute;
left: 10px;
bottom: 10px;
right: 10px;
}
.service-cards-list-w
.service-card-custom-w
.checkbox-subtitle-w
.active-icon-w {
display: none;
}
.service-card-custom-w input[type='checkbox'] {
display: none;
}
.service-card-custom-w input[type='checkbox']:checked ~ .service-card-inner-w {
background: #1f6763;
color: #fff;
}
.service-card-custom-w
input[type='checkbox']:checked
~ .service-card-inner-w
.checkbox-subtitle-w {
color: #fff;
}
.service-card-custom-w
input[type='checkbox']:checked
~ .service-card-inner-w
.checkbox-subtitle-w
.default-icon-w {
display: none;
}
.service-card-custom-w
input[type='checkbox']:checked
~ .service-card-inner-w
.checkbox-subtitle-w
.active-icon-w {
display: inline-block;
}
@media (max-width: 1200px) {
.main-block-w[data-scrollbar] > .scrollbar-track-y {
background-color: #fff;
}
[data-scrollbar] .scrollbar-track {
background: transparent;
width: 6px;
}
[data-scrollbar] .scrollbar-thumb {
background-color: #c2c2c2;
width: 2px;
}
.header-main-w {
margin-bottom: 20px;
}
.page-title-wrapper-w {
margin: 0 0 20px 0;
}
.page-title-wrapper-w .page-title-w {
font-size: 28px;
}
.main-block-w {
background: #fff;
}
.appointment-box-wbk .appointment-status-wrapper-w {
display: flex;
padding: 20px 25px 20px 25px;
align-items: center;
min-width: 0;
max-width: none;
margin: 0 15px 20px 15px;
}
.appointment-status-list-w {
display: none;
}
.appointment-box-wbk {
display: block;
box-shadow: none;
padding: 5px 0 10px 0;
min-height: 0;
}
.appointment-content-scroll-wbk {
margin-bottom: 30px;
padding: 0 15px 0 15px;
height: calc(100vh - 300px);
}
.scrollbar-track-x {
display: none !important;
}
.appointment-content-scroll-wbk:after {
display: none;
}
.appointment-content-scroll-wbk[data-scrollbar] {
padding: 0 15px 0 15px;
}
.appointment-content-wbk .button-block-wbk {
padding: 0 15px 0 15px;
justify-content: start;
}
.appointment-content-wbk .button-block-wbk .button-wbk {
margin-left: 0;
min-width: 300px;
}
.appointement-status-mobile-w {
display: flex;
}
.appointment-status-text-mobile-wbk {
display: block;
}
}
@media (max-width: 500px) {
.appointment-content-wbk .button-block-wbk {
padding: 0 15px 0 15px;
}
.appointment-content-wbk .button-wbk {
display: block;
width: 100%;
}
}
.styled-as-select-w .input-text-w {
border: 1px solid #cdcfde;
line-height: 50px;
border-radius: 20px;
width: 100%;
padding: 0 40px 0 20px;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
color: #212121;
background: #fff url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/select-arrow.png) no-repeat right 20px center;
}
.styled-as-select-w .input-text-w::placeholder {
color: #212121;
}
.styled-as-select-w .input-text-w:focus::placeholder {
color: transparent;
}
.ui-datepicker {
box-shadow: 0 0 10px rgba(161, 164, 182, 0.16);
border-radius: 20px;
padding: 25px 10px 25px 10px;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
background: #fff;
width: 445px;
box-sizing: border-box;
}
.ui-datepicker a {
transition: 0.2s;
}
.ui-datepicker a:hover {
opacity: 0.7;
}
.ui-datepicker .ui-datepicker-calendar {
width: 100%;
}
.ui-datepicker .ui-datepicker-calendar td {
text-align: center;
vertical-align: middle;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
border-radius: 100%;
border: 1px solid transparent;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
background: #1f6763;
color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
border: 1px solid #1f6763;
}
.ui-datepicker table .ui-state-default {
color: #212121;
}
.ui-datepicker table .ui-priority-secondary {
color: #8a9393;
}
.ui-datepicker thead {
color: #1f6763;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.ui-datepicker thead th {
padding: 10px 0 10px 0;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
margin: 0 15px 10px 15px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
text-align: center;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
color: #212121;
line-height: 18px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
display: inline-block;
width: 18px;
height: 18px;
background: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/arrow-left.png);
cursor: pointer;
position: absolute;
top: 0;
left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
display: inline-block;
width: 18px;
height: 18px;
background: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/arrow-right.png);
cursor: pointer;
position: absolute;
top: 0;
right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
display: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
display: flex;
justify-content: space-between;
padding: 0 15px 0 15px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
background: none;
border: none;
cursor: pointer;
font-size: 16px;
font-family: 'Ubuntu', sans-serif;
transition: 0.2s;
padding: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
opacity: 0.7;
}
.ui-datepicker .ui-datepicker-current:before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #1f6763;
border-radius: 8px;
margin: 0 5px 0 0;
vertical-align: middle;
}
.ui-datepicker .clear-datepicker-w:before {
content: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/clear-icon.png);
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.ui-datepicker .ui-datepicker-close:before {
content: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/close-icon.png);
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.picker__day {
padding: 7px 0 !important;
color: #000 !important;
}
.picker__day--infocus {
font-weight: normal !important;
}
.picker__day--disabled {
font-weight: normal !important;
color: #ccc !important;
}
.picker__table td {
text-align: center !important;
border: none !important;
padding: 0 !important;
}
.picker__table {
border: 0 !important;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
background: #fff;
border-color: #fff;
color: #ddd;
cursor: default !important;
}
.picker__box {
overflow: hidden !important;
padding: 0 10px !important;
}
.picker__header {
margin-top: 0.75em !important;
}
.picker__weekday {
text-align: center;
border: none !important;
padding: 5px !important;
background-color: #fff !important;
color: #000 !important;
}
.picker__nav--prev,
.picker__nav--next {
position: absolute;
padding: 0.5em 1.25em !important;
width: 1em;
height: 1em;
box-sizing: content-box !important;
top: -0.25em !important;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
padding: 0.66em 0 !important;
color: #000 !important;
}
.picker__month {
margin: 0 5px 0 5px;
}
.picker__year {
margin: 0 5px 0 5px;
}
.picker__holder {
max-width: 400px;
}
@media (max-width: 1200px) {
.ui-datepicker {
width: auto;
right: 15px;
min-width: 345px;
}
.appointment-content-wbk .two-buttons-wbk {
justify-content: space-between;
padding: 0;
}
.appointment-content-wbk .two-buttons-wbk .button-wbk {
min-width: 160px;
max-width: 160px;
margin: 0;
}
}
.thank-you-block-w {
width: 100%;
}
.thank-you-block-w .image-wrapper-w {
text-align: center;
margin: 0 0 35px 0;
}
.thank-you-block-w .thank-you-content-w {
max-width: 350px;
margin: 0 auto;
}
.thank-you-block-w .thank-you-list-w {
list-style: none;
margin: 0 0 30px 0;
}
.thank-you-block-w .thank-you-list-w li {
display: flex;
align-items: start;
line-height: 20px;
margin: 0 0 15px 0;
}
.thank-you-block-w .thank-you-list-w li .list-icon-w {
display: block;
width: 20px;
height: 20px;
vertical-align: middle;
margin: 0 8px 0 0;
}
.thank-you-block-w .thank-you-list-w li img {
display: block;
vertical-align: middle;
}
.thank-you-block-w .text-sent-w {
text-align: center;
margin: 0 0 35px 0;
}
.thank-you-block-w .buttons-block-w {
text-align: center;
}
.thank-you-block-w .buttons-block-w .button-wbk {
min-width: 240px;
}
.thank-you-block-w .thank-you-mobile-w {
display: none;
}
@media (max-width: 1200px) {
.page-title-wrapper-w.page-title-thank-you-w {
display: none;
}
.thank-you-block-w {
padding: 20px 0 0 0;
}
.thank-you-block-w .image-wrapper-w {
margin-bottom: 40px;
}
.thank-you-block-w .buttons-block-w .button-wbk {
width: 100%;
}
.thank-you-block-w .text-sent-w {
display: none;
}
.thank-you-block-w .thank-you-mobile-w {
display: block;
text-align: center;
border-bottom: 1px solid #cdcfde;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}
.thank-you-block-w .thank-you-mobile-w .thank-you-title-mobile-w {
font-size: 24px;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
line-height: 1.2;
margin: 0 0 20px 0;
}
.thank-you-block-w .thank-you-mobile-w .thank-you-subtitle-mobile-w {
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
}
.thank-you-block-w .thank-you-list-w {
margin: 0 0 50px 0;
}
}
.appointment-content-wbk .first-text-w {
margin: 0 0 30px 0;
}
.appointment-content-wbk .input-text-w {
max-width: 345px;
width: 100%;
}
.appointment-content-wbk .checkbox-row-w.one-row-w .checkbox-text-w {
display: block;
padding: 3px 0 0 0;
}
.appointment-content-wbk
.checkbox-row-w.one-row-w
.checkbox-text-w
.checkbox-title-w {
margin-bottom: 0;
} .iti {
position: relative;
display: inline-block;
}
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.iti__hide {
display: none;
}
.iti__v-hide {
visibility: hidden;
}
.iti input,
.iti input[type='tel'],
.iti input[type='text'] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px;
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px;
}
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
}
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555;
}
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: #fff;
border: 1px solid #ccc;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px;
}
@media (max-width: 500px) {
.iti__country-list {
white-space: normal;
}
}
.iti__flag-box {
display: inline-block;
width: 20px;
}
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
}
.iti__country {
padding: 5px 10px;
outline: 0;
}
.iti__dial-code {
color: #999;
}
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type='tel'],
.iti--allow-dropdown input[type='text'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='tel'],
.iti--separate-dial-code input[type='text'] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
cursor: default;
}
.iti--allow-dropdown
input[disabled]
+ .iti__flag-container:hover
.iti__selected-flag,
.iti--allow-dropdown
input[readonly]
+ .iti__flag-container:hover
.iti__selected-flag {
background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px;
}
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px;
}
.iti--container:hover {
cursor: pointer;
}
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed;
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%;
}
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.iti__flag {
width: 20px;
}
.iti__flag.iti__be {
width: 18px;
}
.iti__flag.iti__ch {
width: 15px;
}
.iti__flag.iti__mc {
width: 19px;
}
.iti__flag.iti__ne {
width: 18px;
}
.iti__flag.iti__np {
width: 13px;
}
.iti__flag.iti__va {
width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-size: 5652px 15px;
}
}
.iti__flag.iti__ac {
height: 10px;
background-position: 0 0;
}
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0;
}
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0;
}
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0;
}
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0;
}
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0;
}
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0;
}
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0;
}
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0;
}
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0;
}
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0;
}
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0;
}
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0;
}
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0;
}
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0;
}
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0;
}
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0;
}
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0;
}
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0;
}
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0;
}
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0;
}
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0;
}
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0;
}
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0;
}
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0;
}
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0;
}
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0;
}
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0;
}
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0;
}
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0;
}
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0;
}
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0;
}
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0;
}
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0;
}
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0;
}
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0;
}
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0;
}
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0;
}
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0;
}
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0;
}
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0;
}
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0;
}
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0;
}
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0;
}
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0;
}
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0;
}
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0;
}
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0;
}
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0;
}
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0;
}
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0;
}
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0;
}
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0;
}
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0;
}
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0;
}
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0;
}
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0;
}
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0;
}
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0;
}
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0;
}
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0;
}
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0;
}
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0;
}
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0;
}
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0;
}
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0;
}
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0;
}
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0;
}
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0;
}
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0;
}
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0;
}
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0;
}
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0;
}
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0;
}
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0;
}
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0;
}
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0;
}
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0;
}
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0;
}
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0;
}
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0;
}
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0;
}
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0;
}
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0;
}
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0;
}
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0;
}
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0;
}
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0;
}
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0;
}
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0;
}
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0;
}
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0;
}
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0;
}
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0;
}
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0;
}
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0;
}
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0;
}
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0;
}
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0;
}
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0;
}
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0;
}
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0;
}
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0;
}
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0;
}
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0;
}
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0;
}
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0;
}
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0;
}
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0;
}
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0;
}
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0;
}
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0;
}
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0;
}
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0;
}
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0;
}
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0;
}
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0;
}
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0;
}
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0;
}
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0;
}
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0;
}
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0;
}
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0;
}
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0;
}
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0;
}
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0;
}
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0;
}
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0;
}
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0;
}
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0;
}
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0;
}
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0;
}
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0;
}
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0;
}
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0;
}
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0;
}
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0;
}
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0;
}
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0;
}
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0;
}
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0;
}
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0;
}
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0;
}
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0;
}
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0;
}
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0;
}
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0;
}
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0;
}
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0;
}
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0;
}
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0;
}
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0;
}
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0;
}
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0;
}
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0;
}
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0;
}
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0;
}
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0;
}
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0;
}
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0;
}
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0;
}
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0;
}
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0;
}
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0;
}
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0;
}
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0;
}
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0;
}
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0;
}
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0;
}
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0;
}
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0;
}
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0;
}
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0;
}
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0;
}
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0;
}
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0;
}
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0;
}
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0;
}
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0;
}
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0;
}
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0;
}
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0;
}
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0;
}
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0;
}
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0;
}
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0;
}
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0;
}
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0;
}
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0;
}
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0;
}
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0;
}
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0;
}
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0;
}
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0;
}
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0;
}
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0;
}
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0;
}
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0;
}
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0;
}
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0;
}
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0;
}
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0;
}
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0;
}
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0;
}
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0;
}
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0;
}
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0;
}
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0;
}
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0;
}
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0;
}
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0;
}
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0;
}
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0;
}
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0;
}
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0;
}
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0;
}
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0;
}
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0;
}
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0;
}
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0;
}
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0;
}
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0;
}
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0;
}
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0;
}
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0;
}
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0;
}
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0;
}
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0;
}
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0;
}
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0;
}
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0;
}
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0;
}
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0;
}
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0;
}
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0;
}
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0;
}
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0;
}
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0;
}
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0;
}
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0;
}
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0;
}
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0;
}
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0;
}
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0;
}
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0;
}
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0;
}
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0;
}
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0;
}
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0;
}
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0;
}
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0;
}
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0;
}
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0;
}
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0;
}
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0;
}
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0;
}
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0;
}
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0;
}
.iti__flag {
height: 15px;
box-shadow: 0 0 1px 0 #888;
background-image: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/flags.png);
background-repeat: no-repeat;
background-color: #dbdbdb;
background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/flags@2x.png);
}
}
.iti__flag.iti__np {
background-color: transparent;
} .iti--allow-dropdown {
width: 100%;
}
.iti--allow-dropdown .input-text-w {
padding-left: 100px !important;
}
.iti--allow-dropdown .iti__country-list {
font-size: 14px;
max-width: 400px;
border-radius: 20px 0 0 20px;
overflow-x: hidden;
}
.iti--allow-dropdown .iti__flag-container:after {
content: '';
display: block;
position: absolute;
right: 0;
top: 15px;
bottom: 15px;
width: 1px;
background: #dadee5;
z-index: 10;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
transition: 0.2s;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background: transparent;
opacity: 0.7;
}
.iti--allow-dropdown .iti__arrow {
border: 0;
width: 10px;
height: 9px;
background: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/select-arrow.png);
margin-left: 10px;
}
.iti--allow-dropdown .iti__arrow.iti__arrow--up {
transform: rotate(180deg);
}
.iti--allow-dropdown .iti__selected-flag {
padding: 0 20px 0 20px;
}
@media (max-width: 600px) {
.appointment-content-wbk .first-text-w {
text-align: center;
}
.appointment-content-wbk .input-text-w {
max-width: none;
}
.iti--allow-dropdown .iti__country-list {
width: 300px;
}
}
.custom-radiobutton-wbk {
display: block;
position: relative;
padding-left: 25px;
line-height: 23px;
cursor: pointer;
user-select: none;
box-sizing: border-box;
font-weight: normal;
}
.custom-radiobutton-wbk input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.custom-radiobutton-wbk .checkmark-w {
position: absolute;
top: 4px;
left: 0;
height: 16px;
width: 16px;
border: 1px solid #212121;
border-radius: 50%;
box-sizing: border-box;
transition: 0.2s;
}
.custom-radiobutton-wbk:hover input ~ .checkmark-w {
opacity: 0.7;
}
.custom-radiobutton-wbk input:checked ~ .checkmark-w {
border-width: 3px;
}
.custom-radiobutton-wbk input:checked:hover ~ .checkmark-w {
opacity: 1;
}
.payment-method-list-w {
list-style: none;
margin: 0 !important;
padding: 0 !important;
}
.payment-method-list-w li {
margin: 0 0 15px 0;
}
.payment-details-wrapper-w {
box-shadow: 0 0 10px rgba(161, 164, 182, 0.26);
border-radius: 10px;
padding: 10px 15px 10px 15px;
margin: 0 0 20px 0;
}
.payment-details-wrapper-w table {
width: 100%;
border: none !important;
}
.payment-details-wrapper-w table td {
padding: 5px 5px 5px 5px;
vertical-align: top;
border: none !important;
}
.payment-details-wrapper-w table td:first-child {
max-width: 200px;
padding-left: 0;
border: none !important;
}
.payment-details-wrapper-w table td:last-child {
text-align: right;
padding-right: 0;
border: none !important;
}
.payment-details-wrapper-w table thead td {
font-family: poppins-semibold;
border: none !important;
}
.payment-details-wrapper-w table tfoot tr:first-child td {
border-bottom: 1px solid #cdcfde;
padding-bottom: 10px;
border: none !important;
}
.payment-details-wrapper-w table tfoot tr:last-child td {
padding-top: 10px;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
border: none !important;
}
.first-text-w.custom-w {
margin-bottom: 15px;
}
.input-help-w {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50px;
cursor: pointer;
}
.input-help-w .help-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
transition: 0.2s;
}
.input-help-w .help-icon:hover {
opacity: 0.7;
}
.input-help-w .help-icon:before {
content: '?';
display: inline-block;
color: #a1a3b6;
border: 1px solid #a1a3b6;
border-radius: 100%;
width: 12px;
height: 12px;
line-height: 12px;
font-size: 9px;
text-align: center;
}
.input-help-w .help-popover-w {
display: none;
position: absolute;
bottom: 100%;
right: 0;
background: #fff;
padding: 10px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(161, 164, 182, 0.26);
font-size: 12px;
min-width: 200px;
}
.input-help-w .help-popover-w:before {
content: '';
width: 0;
height: 0;
top: 100%;
right: 20px;
position: absolute;
border-top: 15px solid #fff;
border-right: 5px solid transparent;
border-bottom: 0;
border-left: 5px solid transparent;
}
.input-additional-select-w input[type='text'] {
padding-left: 110px;
}
.additional-select-w {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 90px;
z-index: 10;
}
.additional-select-w:after {
content: '';
position: absolute;
top: 15px;
right: 0;
bottom: 15px;
width: 1px;
background: #dadee5;
}
.additional-select-w .additional-select-list-w {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #fff;
padding: 10px 15px 10px 15px;
box-shadow: 0 0 10px rgba(161, 164, 182, 0.26);
list-style: none;
border-radius: 10px;
}
.additional-select-w .additional-select-list-w li {
cursor: pointer;
transition: 0.2s;
}
.additional-select-w .additional-select-list-w li:hover {
opacity: 0.7;
}
.additional-select-w .additional-select-clickable-w {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
cursor: pointer;
display: flex;
align-items: center;
transition: 0.2s;
}
.additional-select-w .additional-select-clickable-w:hover {
opacity: 0.7;
}
.additional-select-w .additional-select-clickable-w:after {
content: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/select-arrow.png);
position: absolute;
top: 50%;
right: 20px;
margin: -13px 0 0 0;
}
.additional-select-w
.additional-select-clickable-w
.additional-select-selected-w {
width: 60px;
text-align: center;
}
@media (max-width: 1200px) {
.appointment-content-wbk .first-text-w.custom-w {
text-align: left;
margin: 0 0 25px 0;
}
.payment-details-wrapper-w {
box-shadow: none;
padding: 0;
}
}
.mb-30-w {
margin-bottom: 30px;
}
.mt-30-w {
margin-top: 30px;
}
.checkbox-title-w {
cursor: pointer;
}
.details-list-w {
font-size: 14px;
padding: 0 0 0 25px;
margin: 10px 0 35px 0 !important;
}
.details-list-w.group-list-w {
}
.details-list-w .no-time-w {
color: #8a9393;
}
.appointment-content-wbk .time-select-w {
max-width: none;
margin: 0 0 30px 0 !important;
padding: 0 !important;
}
.appontment-time-list-w {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
column-gap: 6px;
row-gap: 6px;
list-style: none !important;
margin: 0 0 30px 0 !important;
padding: 0 !important;
}
.appontment-time-list-w li label {
width: 100% !important;
}
.radio-time-group-w {
display: table-cell !important;
}
.appontment-time-list-w .radio-time-block-w {
display: flex; height: 44px;
border: 1px solid #1f6763;
border-radius: 10px;
justify-content: center;
align-items: center;
transition: 0.2s;
cursor: pointer;
user-select: none;
}
.appontment-time-list-w .radio-checkmark {
display: inline-block;
width: 15px;
height: 15px;
border: 2px solid #8a9393;
border-radius: 100%;
margin: 0 5px 0 0;
}
.appontment-time-list-w input[type='radio'] {
display: none;
}
.appontment-time-list-w input[type='radio'][disabled] ~ .radio-time-block-w {
color: #a1a3b6;
background: #d5d7e7;
border: 1px solid #d5d7e7;
cursor: default;
}
.appontment-time-list-w
input[type='radio'][disabled]
~ .radio-time-block-w
.radio-checkmark {
display: none;
}
.appontment-time-list-w input[type='radio']:checked ~ .radio-time-block-w {
color: #fff;
background: #1f6763;
border: 1px solid #1f6763;
cursor: default;
}
.appontment-time-list-w
input[type='radio']:checked
~ .radio-time-block-w
.radio-checkmark {
border-color: #fff;
border-width: 4px;
}
.appontment-time-list-w input[type='radio'] ~ .radio-time-block-w {
transition: 0.2s;
}
.appontment-time-list-w input[type='radio'] ~ .radio-time-block-w:hover {
opacity: 0.7;
}
.appontment-time-list-w li {
margin: 0 !important;
padding: 0 !important;
}
.appontment-time-list-w
input[type='radio'][disabled]
~ .radio-time-block-w:hover {
opacity: 1;
}
.appontment-time-list-w
input[type='radio']:checked
~ .radio-time-block-w:hover {
opacity: 1;
}
.appontment-time-list-w.group-list-w {
grid-template-columns: 1fr 1fr 1fr;
}
.appontment-time-list-w.group-list-w .radio-time-block-w {
width: 134px;
height: 72px;
display: table-cell;
vertical-align: middle;
}
.appontment-time-list-w.group-list-w .radio-time-block-w .radio-time-inner-w {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 3px 0;
}
.appontment-time-list-w.group-list-w
.radio-time-block-w
.radio-time-inner-w
.time-w {
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
}
.appontment-time-list-w.group-list-w .radio-time-block-w .group-active-icon-w {
display: none;
}
.appontment-time-list-w.group-list-w .available-w {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Ubuntu', sans-serif;
font-weight: 300;;
font-size: 14px;
}
.appontment-time-list-w.group-list-w .available-w img {
margin: 0 6px 0 0;
}
.appontment-time-list-w.group-list-w
input[type='radio']
~ .radio-time-block-w
.radio-checkmark {
border-color: #212121;
}
.appontment-time-list-w.group-list-w
input[type='radio']:checked
~ .radio-time-block-w
.group-active-icon-w {
display: inline-block;
}
.appontment-time-list-w.group-list-w
input[type='radio']:checked
~ .radio-time-block-w
.group-default-icon-w {
display: none;
}
.appontment-time-list-w.group-list-w
input[type='radio']:checked
~ .radio-time-block-w
.radio-checkmark {
border-color: #fff;
}
.appontment-time-list-w.group-list-w
input[type='radio'][disabled]
~ .radio-time-block-w
.radio-checkmark {
display: block;
border-color: #a1a3b6;
}
.appontment-time-list-w.group-list-w
input[type='radio'][disabled]
~ .radio-time-block-w {
text-decoration: none;
}
.appontment-time-list-w.group-list-w
input[type='radio'][disabled]
~ .radio-time-block-w
.time-w {
}
.appontment-time-list-w.group-list-w
input[type='radio'][disabled]
~ .radio-time-block-w
.available-w
img {
opacity: 0.3;
}
.label-standalone-w {
margin: 0 0 10px 0;
font-family: poppins-semibold;
}
.calendar-horizontal-w {
margin: 0 0 15px 0;
}
.calendar-horizontal-w .rescalendar_controls .move_to_today,
.calendar-horizontal-w .rescalendar_controls .move_to_next_month,
.calendar-horizontal-w .rescalendar_controls .move_to_tomorrow,
.calendar-horizontal-w .rescalendar_controls .move_to_last_month,
.calendar-horizontal-w .rescalendar_controls .move_to_yesterday {
display: none;
}
.calendar-horizontal-w .firstColumn {
display: none;
}
.calendar-horizontal-w .refDate {
width: 100%;
}
.calendar-horizontal-w .rescalendar_controls {
margin: 0 0 0 0;
}
.calendar-horizontal-w .mes {
display: block;
}
.calendar-horizontal-w .rescalendar_table_wrapper {
position: relative;
padding: 0 20px 0 20px;
}
.calendar-horizontal-w .rescalendar_table_wrapper .rescalendar_table {
width: 100%;
user-select: none;
border: none !important;
}
.calendar-horizontal-w .rescalendar_table_wrapper .rescalendar_table thead td {
text-align: center;
color: #000;
cursor: pointer;
border: none !important;
padding: 4px !important;
}
.rescalendar_day_cells {
border: none !important;
}
td.disabledDay {
color: #ccc !important;
cursor: default !important;
}
.calendar-horizontal-w
.rescalendar_table_wrapper
.rescalendar_table
thead
td
.cell_inner {
display: inline-block;
border-radius: 10px;
padding: 5px 5px 5px 5px;
border: 1px solid transparent;
transition: 0.2s;
}
.calendar-horizontal-w
.rescalendar_table_wrapper
.rescalendar_table
thead
td:hover
.cell_inner {
opacity: 0.7;
}
.calendar-horizontal-w
.rescalendar_table_wrapper
.rescalendar_table
thead
td.middleDay
.cell_inner {
background: #1f6763;
color: #fff;
}
.calendar-horizontal-w
.rescalendar_table_wrapper
.rescalendar_table
thead
td.middleDay:hover
.cell_inner {
cursor: default;
opacity: 1;
}
.calendar-horizontal-w
.rescalendar_table_wrapper
.rescalendar_table
thead
td.today
.cell_inner {
border: 1px solid #1f6763;
}
.calendar-horizontal-w
.rescalendar_table_wrapper
.rescalendar_table
thead
td.today
.cell_inner:hover
.cell_inner {
cursor: default;
opacity: 1;
}
.calendar-horizontal-w .rescalendar_table_wrapper .move_to_yesterday {
position: absolute;
top: 50%;
left: 0;
width: 18px;
height: 18px;
background: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/arrow-left.png) !important;
background-repeat: no-repeat !important;
padding: 0 !important;
border: 0;
cursor: pointer;
transition: 0.2s;
margin: -10px 0 0 0;
outline: none;
}
.calendar-horizontal-w .rescalendar_table_wrapper .move_to_yesterday:hover {
opacity: 0.7;
}
.calendar-horizontal-w .rescalendar_table_wrapper .move_to_tomorrow {
position: absolute;
top: 50%;
right: 0;
width: 18px;
height: 18px;
background: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/arrow-right.png) !important;
background-repeat: no-repeat !important;
padding: 0 !important;
border: 0;
cursor: pointer;
transition: 0.2s;
margin: -10px 0 0 0;
outline: none;
}
.calendar-horizontal-w .rescalendar_table_wrapper .move_to_tomorrow:hover {
opacity: 0.7;
}
.form-error-w {
position: absolute;
left: 0;
right: 0;
top: 100%;
margin: 0;
text-align: center;
color: #fc2525;
font-size: 12px;
line-height: 26px;
}
.form-error-w img {
margin: 0 2px 0 0;
}
@media (max-width: 1200px) {
.appontment-time-list-w {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.appontment-time-list-w.group-list-w {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.form-error-w {
background: rgba(252, 037, 037, 0.08);
margin-top: 9px;
}
}
@media (max-width: 950px) {
.appointment-status-text-mobile-wbk .btn-ring-wbk {
display: none !important;
}
.rescalendar_day_cells td:last-child {
display: none !important;
}
.appontment-time-list-w {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.appontment-time-list-w.group-list-w {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 800px) {
.appontment-time-list-w {
grid-template-columns: 1fr 1fr 1fr;
}
.appontment-time-list-w.group-list-w {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.appontment-time-list-w {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.appontment-time-list-w.group-list-w {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 650px) {
.appontment-time-list-w {
grid-template-columns: 1fr 1fr 1fr;
}
.appointment-content-wbk .wbk-input {
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 500px) {
.appontment-time-list-w {
grid-template-columns: 1fr 1fr;
}
.appontment-time-list-w.group-list-w {
grid-template-columns: 1fr 1fr;
}
.appointment-box-wbk .appointment-status-wrapper-w {
padding: 10px;
}
.appointment-status-text-mobile-wbk .current-step-wbk {
font-size: 16px;
}
.appointment-status-text-mobile-wbk .next-step-wbk {
font-size: 14px;
}
.appointment-content-wbk .two-buttons-wbk .button-wbk {
padding-left: 10px;
padding-right: 10px;
min-width: 120px;
max-width: 120px;
}
}
.circle__box-w {
width: 26px;
height: 26px;
margin: 0 10px 0 0;
position: relative;
}
.circle__wrapper-w {
width: 13px;
height: 26px;
position: absolute;
top: 0;
overflow: hidden;
}
.circle__wrapper--right-w {
right: 0;
}
.circle__wrapper--left-w {
left: 0;
}
.circle__whole-w {
width: 26px;
height: 26px;
border: 2px solid transparent;
border-radius: 50%;
position: absolute;
top: 0;
transform: rotate(-135deg);
}
.circle__right-w {
border-top: 2px solid rgba(255, 255, 255, 0.2);
border-right: 2px solid rgba(255, 255, 255, 0.2);
right: 0;
animation: circleRight-w 0.4s linear forwards;
}
.circle__left-w {
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
border-left: 2px solid rgba(255, 255, 255, 0.2);
left: 0;
animation: circleLeft-w 0.4s linear forwards;
}
@keyframes circleRight-w {
0% {
transform: rotate(-135deg);
}
50%,
100% {
transform: rotate(45deg);
}
}
@keyframes circleLeft-w {
0%,
50% {
transform: rotate(-135deg);
}
100% {
-webkit-transform: rotate(45deg);
}
}
.circle-digit-w {
margin: 5px 16px;
}
.text-title-w {
transform-origin: 50% 0;
animation: append-animate-w 0.4s linear;
}
@keyframes append-animate-w {
from {
transform: scaleY(0);
opacity: 0;
}
to {
transform: scaleY(1);
opacity: 1;
}
}
.appointment-content-screen-w {
display: none;
padding: 20px 0 0 0;
}
.appointment-content-payment-optional {
display: none;
}
.appointment-content-screen-active-w {
display: block;
}
select.wbk-select {
display: none;
}
.loading-btn-wb {
opacity: 0.8;
padding-right: 60px;
}
.btn-ring-wbk {
position: absolute;
top: 3px;
transition: all 0.3s;
display: inline-block;
opacity: 0;
}
.btn-ring-wbk:after {
content: '';
display: block;
width: 22px;
height: 22px;
margin: 8px;
border-radius: 50%;
border: 2px solid #fff;
border-color: #fff transparent #fff transparent;
animation: ringwb 1.2s linear infinite;
}
@keyframes ringwb {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.input-error-w {
color: #fc2525 !important;
} .linear-animation-w {
animation: append-animate-w 0.4s linear;
}
.timeslot-animation-w {
animation: append-animate-w 0.3s linear;
}
.wbk-input {
outline: none !important;
}
.wbk-loading {
width: 100% !important;
height: 67px !important;
float: left !important;
display: block !important;
background-image: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/loading.svg) !important;
margin: 10px 0 10px 0 !important;
clear: both !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
.block-close-wb {
display: block;
width: 18px;
height: 18px;
min-width: 18px;
position: relative;
float: left;
transform: rotate(45deg);
cursor: pointer;
transition: 0.2s;
margin-top: 2px;
}
.block-close-wb:before {
content: '';
position: absolute;
top: 0;
left: 50%;
bottom: 0;
width: 1px;
background: #8a9393;
margin: 0 0 0 -1px;
}
.block-close-wb:after {
content: '';
position: absolute;
left: 0;
top: 50%;
right: 0;
height: 1px;
background: #8a9393;
margin: -1px 0 0 0;
}
.details-item-text-w {
display: block;
float: left;
margin-right: 10px;
min-width: 200px;
max-width: 310px;
}
.warning-img-w {
display: inline-block !important;
}
.wbk_hidden {
display: none !important;
}
.wbk_invisible {
visibility: hidden !important;
}
.input-textarea-w,
.input-textarea-w:focus {
max-width: 345px;
border: 1px solid #cdcfde;
background: #fff !important;
border-radius: 15px;
height: 250px;
padding: 10px 15px !important;
}
.appointment-content-wbk .input-label-wbk {
display: block;
margin: 0 0 5px 0;
font-size: 14px;
font-weight: bold;
}
.appointment-content-wbk .wbk-input {
width: 80%;
margin: 0 0 20px 0;
}
.appointment-content-wbk .wbk-textarea {
border: 1px solid #cdcfde;
border-radius: 15px;
min-height: 100px;
min-width: 80%;
max-width: 80%;
padding: 10px 20px 10px 20px;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
color: #212121;
outline: none;
background: #fff;
}
.wbk_date {
margin-bottom: 0 !important;
}
@media (min-width: 768px) {
.appointment-content-scroll-wbk {
}
}
.wb-thank-you-image {
margin: 0px auto;
display: block;
} .circle-chart-wbk {
display: none;
width: 80px;
height: 80px;
background: #428a89;
position: relative;
margin: 0 15px 0 0;
}
.circle-chart-wbk canvas {
width: 100% !important;
height: 100% !important;
}
.circle-chart-wbk .circle-chart-text-wbk {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 950px) {
.circle-chart-wbk {
display: inline-block;
}
} .wbk_payment_method_desc {
font-size: 14px;
margin: 12px 0 10px 25px;
}
.wbk_loader_s {
transition: all 0.3s;
display: inline-block;
opacity: 1;
display: block;
width: 20px;
height: 20px;
}
.wbk_loader_s::after {
content: '';
display: block;
width: 22px;
height: 22px;
border-radius: 50%;
border: 2px solid #fff;
border-color: #fff transparent #fff transparent;
animation: ringwb 1.2s linear infinite;
}
.wbk_input_small {
width: 220px !important;
}
.button-approve-stripe-payment {
max-width: 250px !important;
width: 250px !important;
}
.time-long-w {
width: 90px;
}
.wbk_flex {
display: flex !important;
}
.field-row-w .refDate {
display: none !important;
}
.wbk_fade_out {
visibility: hidden;
opacity: 0;
transition:
visibility 0s linear 300ms,
opacity 300ms;
}
.wbk_fade_in {
visibility: visible;
opacity: 1;
transition:
visibility 0s linear 0s,
opacity 300ms;
}
.thank-you-title-w {
font-size: 22px;
text-align: center;
margin-bottom: 45px;
}
.details-list-w li {
clear: both;
display: block;
height: 26px;
}
.dataRow td {
border: none !important;
}
.wbk_custom_form_spacer {
display: block;
width: 100%;
height: 300px;
}
body {
overflow: visible !important;
}
.wbk_loader_old {
width: 100px !important;
height: 67px !important;
float: left !important;
display: block !important;
margin: 10px 0 10px 0 !important;
clear: both !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-image: url(//www.bedeur-marthistore.com/wp-content/plugins/webba-booking-lite/public/images/loading.gif);
}