.back-step,
.back-step:hover,
.back-step:focus {
    text-decoration: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 700;
    line-height: 1.6;
    position: absolute;
    top: -5vh;
    left: 0;
    cursor: pointer;
    color: var(--black);
}

.tab-status {
    display: none;
}

#appointmentFrm {
    grid-column: 1 / -1;
}
#wrp-tab {
    grid-column: 1 / -1;
}
#wrp-tab .tabpanel {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;

    position: relative;
}
.product-appointment #wrp-tab .tabpanel {
    padding: 0 24px;
}
.product-appointment .stores li,
.product-appointment .day-range .day,
.product-appointment .wrp-time .time,
.product-appointment .wrp-confirmed {
    background-color: var(--light-beige);
}
.product-appointment .back-step,
.product-appointment .back-step:hover,
.product-appointment .back-step:focus {
    top: 5vh;
    left: 5vh;
}
#wrp-tab .tabpanel .headline-tab,
#wrp-tab .tabpanel .wrp-error {
    grid-column: 4 / 10;
    text-align: center;
}
#wrp-tab .tabpanel .desc-tab {
    grid-column: 5 / 9;
    margin: 30px 0 50px 0;
    text-align: center;
}
#wrp-tab .tabpanel .desc-tab-note {
    grid-column: 5 / 9;
    margin: 30px 0 40px 0;
    text-align: center;
}
#cstep #wrp-tab .tabpanel .desc-tab {
    grid-column: 5 / 9;
    margin: 0;
    text-align: center;
}
#wrp-tab .tabpanel .desc-tab p:not(p.custom) {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
    color: var(--black);
    margin: 0;
    margin-bottom: 20px;
}
#wrp-tab .tabpanel .desc-tab h3 {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 700;
    line-height: 1.6;
    color: var(--black);
}
.choose_purpose {
    grid-column: 3 / 11;

    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}
.choose_purpose li {
    width: calc(100% - 8px);
    cursor: pointer;
}
.choose_purpose li p {
    margin: 0;
}
.choose_purpose li h4 {
    color: var(--black);
}
.choose_purpose li label {
    cursor: pointer;
}

.wrp-purpose_img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.wrp-purpose_img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 66.67%;
}
.wrp-purpose_img img,
.wrp-purpose_img picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
}
input[type="radio"][id^="purpose"] {
    display: none;
}
.choose_purpose li:hover .wrp-purpose_img img,
.choose_purpose li:hover .wrp-purpose_img picture {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    max-width: unset;
}



.wrp-cta_step2 {
    grid-column: 6 / 8;
    text-align: center;
}
.wrp-cta_step2 label {
    display: flex;
    flex-direction: row;
    align-items: center;

    color: var(--white);
    text-decoration: unset;
    display: inline-flex;
    align-items: center;
    background-color: var(--green);
    padding: 12px 30px;
    border-radius: 9999px;
    transition: all .3s ease-out;
    cursor: pointer;
}
.wrp-cta_step2 label:hover,
.wrp-cta_step2 label:active,
.wrp-cta_step2 label:focus-visible {
    color: var(--white);
    background-color: var(--rolex-green);
}
.wrp-cta_step2 label input {
    position: absolute;
    display: none;
}


.wrp-store_in_country {
    grid-column: 5 / 9;
    margin-bottom: 40px;
}
.wrp-store_in_country .wrapper-dropdown {
    margin-top: 60px;
}
.wrp-store_in_country .wrapper-dropdown .dropdown {
    position: absolute;
    top: 102%;
    right: 0;
}
.wrp-store_in_country .wrp-country {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(69, 44, 30, 0.4);
    position: relative;
}
.wrp-store_in_country .wrp-country .triangle-bottom.arrow {
    position: absolute;
    top: 27px;
    right: 8px;
    border-top: 5px solid var(--black);
}
.wrp-store_in_country .wrp-country .selected-display {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 700;
    line-height: 1.6;
    margin-left: 0;
    color: var(--black);
}
.wrp-store_in_country ul.dropdown li {
    margin: 15px 0;
}
.wrp-stores {
    grid-column: 1 / -1;
    margin: 40px 0;
}
.stores {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;

    position: relative;
    overflow: hidden;

    list-style: none;
    padding: 0;
    margin: 0;
}
.stores li {
    grid-column: auto / span 3;
    background-color: var(--white);
    text-align: center;
}
.stores li.active {
    box-shadow: rgba(33, 33, 33, 0.2) 0px 2px 8px 0px;
}
.stores li label {
    display: flex;
    flex-direction: column;
    padding: 40px 10%;
    cursor: pointer;
}
.stores li p {
    margin-bottom: 10px;
}
.stores li h4 {
    margin-bottom: 20px;
}
.stores li .addr {
    margin-bottom: 20px;
}
input[type="radio"][id^="store"] {
    display: none;
}


.calendarSwiper {
    grid-column: 5 / 9;
    width: 100%;
    margin-top: 60px;
}
.calendarSwiper .swiper-wrapper {
    position: relative;
}
.calendarSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;

    position: relative;
    overflow: hidden;
}
.week-range {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 50px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.calendarSwiper .swiper-button-prev,
.calendarSwiper .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto;
}
.calendarSwiper .swiper-button-next,
.calendarSwiper .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}
.calendarSwiper .swiper-button-next:after,
.calendarSwiper .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../img/arrow-back-button.svg');
}

.calendarSwiper .swiper-button-prev:after,
.calendarSwiper .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../img/arrow-back-button.svg');
    transform: rotate(180deg);
}
.calendarSwiper .swiper-button-next:after,
.calendarSwiper .swiper-button-prev:after {
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
/* .calendarSwiper .swiper-button-prev.swiper-button-disabled,
.calendarSwiper .swiper-button-next.swiper-button-disabled {
    display: none;
} */

.day-range {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;

    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.day-range .day {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 15px 0;
    background-color: var(--white);
    cursor: pointer;
    opacity: 1;
    transition: ease-in-out .3s all;
    box-shadow: unset;
}
.day-range .day:hover,
.day-range .day.active {
    opacity: 0.5;
    box-shadow: rgba(33, 33, 33, 0.2) 0px 2px 8px 0px;
}


.time-range {
    width: 100%;
    margin-bottom: 40px;
    opacity: 1;
    transition: ease-in-out .3s all;
}
.time-range.hide {
    opacity: 0;
}
.time-range h3 {
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
}
.wrp-time {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
    justify-content: center;
}
.wrp-time .time {
    flex: 0 0 calc((100% - 16px)/3);
    text-align: center;
    padding: 8px 0;
    background: var(--white);
    border-radius: 9999px;
    transition: ease-in-out .3s all;
    cursor: pointer;
}
.wrp-time .time:hover,
.wrp-time .time.active {
    opacity: 0.5;
}

.dt-disable {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.2 !important;
}



.wrp-frm {
    grid-column: 4 / 10;
    margin: 55px 0 15px 0;
}
.wrp-frm__info {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;

    position: relative;
    overflow: hidden;
}
.wrp-frm__info .g1 {
    grid-column: 1 / 2;
    margin-bottom: 15px;
}
.wrp-frm__info .g2 {
    grid-column: 2 / 4;
    margin-bottom: 15px;
}
.wrp-frm__info .g3 {
    grid-column: 4 / -1;
    margin-bottom: 15px;
}
.wrp-frm__info .g4 {
    grid-column: 1 / -1;
    /* margin-bottom: 5px; */
    margin-bottom: 30px;
}
.wrp-frm__info .g5 {
    grid-column: 1 / -1;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    color: rgba(69, 44, 30, 0.5);
}
.wrp-frm__info .g6 {
    grid-column: 1 / 3;
    margin-bottom: 15px;
}
.wrp-frm__info .g7 {
    grid-column: 3 / -1;
    margin-bottom: 15px;
}
.wrp-frm__info .g8 {
    grid-column: 1 / -1;
}
.wrp-frm__info .g9 {
    grid-column: 1 / -1;
}
.wrp-frm__info .g10 {
    grid-column: 1 / -1;
}
.wrp-frm__info .g11 {
    grid-column: 1 / -1;
}


.form__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    position: relative;
    margin-top: 25px;
}
.form__group.g11 {
    margin-top: 40px;
    padding-bottom: 25px;
}
.form__group.g11 p {
    margin: 0 0 20px 0;
}
.form__group.g11 label,
.form__group.g11 label a {
    /* font-size: 14px; */
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
    font-weight: 300;
    line-height: 1.6;
}
.form__group.g11 label a {
    text-decoration: unset;
    color: var(--green);
    transition: all 0.3s ease;
}
.form__group.g11 label a:hover {
    color: var(--rolex-green);
}

.form__group label.form__label {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 700;
    line-height: 1.6;

    color: var(--brown);
    position: absolute;
    top: 7px;
    left: 0;
    transition: all 0.3s ease;
}
.form__group.g8 label.form__label,
.form__group.g9 label.form__label,
.form__group.g10 label.form__label {
    top: 0;
}
.form__control:focus + label.form__label,
input[data-value]:not([data-value=""]) ~ label.form__label,
select[data-value]:not([data-value=""]) ~ label.form__label {
    top: -1.5rem;
    font-size: clamp(0.875rem, 0.8125rem + 0.1563vw, 1rem);
    line-height: 1.1;
    color: rgba(69, 44, 30, 0.5);
}


.form__group input[type='text'],
.form__group input[type='email'],
.form__group input[type='tel'],
.form__group input[type='date'],
.form__group textarea,
.form__group select {
	width: 100%;
    font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif;
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
    font-weight: 400;
    line-height: 1.6;

	padding: 5px 0;
	color: var(--black);
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    outline: none;
    background-color: unset;
	border-bottom: 1px solid rgba(69, 44, 30, 0.4);
}
.form__group input[type='text']:focus-visible,
.form__group input[type='email']:focus-visible,
.form__group input[type='tel']:focus-visible,
.form__group textarea:focus-visible,
.form__group select:focus-visible {
	border: unset;
    box-shadow: unset;
	outline: none;
    border-radius: unset;
    border-bottom: 1px solid rgba(69, 44, 30, 0.4);
}
.form__group.require::after {
	content: "*";
	font-size: 1.4rem;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	color: var(--error);
}

.validate_msg {
    display: none;
    color: var(--error);
}
.form__group .validate_msg {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.form__group.g11 .validate_msg {
    position: absolute;
    bottom: 0;
    left: 0;
}
.validate_msg.show,
.form__group.require .validate_msg {
    display: block;
}


.form__group input[type="checkbox"],
.form__group input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.checkbox label {
	position: relative;
}
.checkbox label:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 11px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 6px;
    height: 13px;
	display: none;
    border-right: 2px solid var(--white);
	border-top: 2px solid var(--white);
}
.checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
    height: 18px;
	margin-right: 10px;
    border-radius: 50%;
	vertical-align: -3px;
	border: 1px solid var(--green);
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.checkbox input:checked ~ label:before {
	background-color: var(--green);
}
.checkbox input:not([disabled]):checked + label:after {
	display: block;
	width: 6px;
    height: 13px;
	border-color: var(--white);
    -moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
}
.checkbox input:disabled + label {
	background-color: var(--grey);
}
.checkbox input:disabled + label:before {
	background-color: var(--grey);
}
.checkbox input:disabled:checked + label:after {
	background-color: var(--grey);
	display: block;
}

@-moz-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 6px;
	}
	50% {
		height: 13px;
		width: 6px;
	}
}

@-webkit-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 6px;
	}
	50% {
		height: 13px;
		width: 6px;
	}
}

@keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 6px;
	}
	50% {
		height: 13px;
		width: 6px;
	}
}

.wrp-confirmed {
    grid-column: 4 / 10;
    background-color: var(--white);
}
#cstep .wrp-confirmed {
    grid-column: 4 / 10;
    background-color: unset;
}
.confirmed-info {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;

    position: relative;
    overflow: hidden;
    margin: 70px 0;
}
#cstep .confirmed-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0;
}
.confirmed-info h3 {
    grid-column: 2 / 6;
    margin-bottom: 40px;
}
.confirmed-info .infos {
    grid-column: 2 / 6;
    list-style: none;
    padding: 0;
    margin: 0;
}
.confirmed-info .infos li {
    margin-bottom: 30px;
}
.confirmed-info .infos li:last-child {
    margin-bottom: 0;
}
.confirmed-info .infos li h4 {
    color: var(--black);
}
.confirmed-info .infos li p {
    margin: 0;
}

.wrp-add__calendar {
    grid-column: 4 / 10;
    margin: 40px 0;
}
.wrp-add__calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wrp-add__calendar ul li {
    margin-bottom: 20px;
}
.wrp-add__calendar ul li:last-child {
    margin-bottom: 0;
}
.wrp-add__calendar ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: var(--green);
    text-decoration: unset;
}
.icon-calendar {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url('../img/calendar-green-icon.svg');
}
.wrp-add__calendar ul li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.wrp-add__calendar ul li label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
    background-image: url('../img/get-notified-selected-green-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}


.spinner-box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(249, 247, 244, 0.5);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.pulse-container {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pulse-bubble {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #006039;
}
.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .25;
        transform: scale(.75);
    }
}