@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');


:root{
	--booking-success: #00b924;
	--booking-success-darker: #069522;
}




.bigeron-booking {
	font-weight: 400;
	padding-bottom:50px;
	font-family: 'Inter';
}

.bigeron-booking a{
	text-decoration: none;
}
.bigeron-booking a:hover{ 
	text-decoration: none;
}



.bigeron-booking .main-block{
	width: 100%;
	padding:0 15px;
	max-width: 1200px;
	margin:0 auto;
}

.bigeron-booking .fw-item-block{
	background-color: #fff;
	border-radius: var(--radius-outside);
	padding:10px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05); 
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
	margin-bottom: 10px; 
} 


.fw-item-block.active-parent
{padding-bottom:0;}
.item-part-main{
	display: flex;
}
.item-part-main:hover .fw-item-main-price{
	/*background-color:#F2F4F5;
	border-left: 2px solid #fff!important;*/
}
.fw-item-block .item-part-col-items{
	padding:0;
}
.fw-item-block .img-section{
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	width:300px;
	min-width: 230px;
	min-height: 150px;
	max-height: 150px;
	position: relative;
}
.fw-item-block .img-section img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fw-item-block .content-section{
	width: 100%;
	padding:0px 0px 0px 20px;
	min-height: 150px;
	display: flex;
}
.fw-item-block .content-section .fw-item-main-desc{
	width: 100%;
	position: relative;
}
.fw-item-block .content-section .fw-item-main-desc .top-right-abs{
	position: absolute;
	top:0;
	right: 0;
	margin-top: 0;
	padding-right: 10px;
	margin-bottom: 0;

}
.fw-item-block .content-section .fw-item-main-desc .top-right-abs .adv-icon-item{
	margin-right: 5px;
	font-size: 12px;
}

.fw-item-main-desc .badges-block{
	margin-bottom: 5px;
}


/* badges */
.bdg{
	padding:4px 6px;
	font-size: 11px;
	font-weight: 400;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 0px;
	line-height: 1;
}
.bdg.bdg-lightgrey{
	background-color: #ECECEC;
	color:#a1a4a9;
}
.bdg.bdg-lightgreen{
	background-color:#52c76d;
	color:#fff;
}
.bdg.bdg-lightblue{
	background-color:#009eff;
	color:#fff;
}
.bdg.bdg-lightorange{
	background-color: #FFF5E5;
	color:var(--primary);
}
.bdg.bdg-orange{
	background-color: var(--primary);
	color:#fff;
}

.bdg-avail{
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.bdg-avail i{
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}
.bdg-avail span{
	display: inline-block;
	vertical-align: middle;
}



.bdg.bdg-opacity{
	color:#fff;
	background-color: rgba(0,0,0,0.3);
}
.badges-onsite .bdg.bdg-white{
	color:#a1a4a9;
	background-color: #fff;
}
.badges-onsite .bdg.bdg-lg{
	line-height: unset;
}
.bdg-lg{
	padding: 4px 10px;
	font-size: 14px;
}
.bdg-lg i{
	font-size: 16px;
}
.bdg-greencolor{
	color: var(--booking-success);
}
.bdg-primarycolor{
	/*color: var(--primary);*/
	border:1px solid #efefef;
	color: #777777;
}
.bdg-room{
	cursor: pointer;
	transition: all 0.3s;
}
.bdg-room:hover{
	background-color: #fff;
}
.badges-onsite{
	margin-bottom: 30px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.badges-onsite .bdg-lg{
	border-left:1px solid #d0d0d0;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	font-size: 15px;
	letter-spacing: 0;
}
.badges-onsite .bolder{
	font-weight: 600;
	font-size: 15px;
}
.filt-act-area .bolder{
	font-weight: 500;
}
.filter-empty{
	cursor: pointer;
	font-weight: 600;
}
.filter-empty i{
	margin-left: 5px;
	font-size: 90%;
}


.title-big{
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	padding-right: 30px;
	line-height: 1.2;
}
.p{
	font-weight: 400;
	font-size: 15px;
}

.fw-item-main-desc .adv-icon-block{
	margin-top:5px;
	margin-bottom: 5px;
	padding-right: 30px;
}
.fw-item-main-desc div.p{
	margin-top: 8px;
	font-size: 13px;
}

.adv-icon-block{}

.adv-icon-item{
	color: #a1a4a9;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.adv-icon-item i{
	margin-right: 8px;
}



.fw-item-block .content-section .fw-item-main-price{
	width: 250px;
	min-width: 250px;
	display: flex;
	align-items: center;
	border-left: 2px dashed #EEECEC;
	margin-left: 20px;
	transition: all 0.3s;
	border-radius: 3px;
}
.fw-item-block .content-section .fw-item-main-price .aligned-100{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
.aligned-100{
	width: 100%;
}

.fw-item-block .content-section .fw-item-main-price .aligned-100 .discount{
	line-height: 1;
}
.fw-item-block .content-section .fw-item-main-price .aligned-100 .info{
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}

.price-sell-big{
	text-align: center;
	letter-spacing: -1px;
	font-size: 22px;
	color: #a1a4a9;
	text-decoration: line-through;
	line-height: 1;
	margin-bottom: 5px;
}

.price-big-before{
	text-align: center;
	text-decoration: line-through;
	font-size: 16px;
	color: var(--primary);
}
.price-big{
	text-align: center;
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.price-big.sell, .col-item-price.sell{
	color:#dc3232;
}

.price-big i{
	color: #a1a4a9;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 7px;
	cursor: pointer;
}
.price-big span.set-price{
	margin-left: unset;
	font-size: 30px;
}
.price-big span{
	font-size: 26px;
	margin-left: 5px;
}
.price-desc{
	font-weight: 400;
	color: var(--primary);
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}







/* buttons */
.btn-ghost-sm-light{
	display: inline-block;
	padding:5px 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: var(--radius-inside);
	border:1px solid #ECEDEF;
	/*color: #a1a4a9;*/
	cursor: pointer;
	transition: all 0.3s;
}
.btn-ghost-sm-light i{
	margin-left: 5px;
	padding-top: 1px;
}
.btn-ghost-sm-light:hover{
	background-color: #ECEDEF;
}
.btn-ghost-lg{
	text-align: center;
	font-weight: 500;
	transition: all 0.3s;
	border:1px solid var(--primary);
	padding:8px 15px;
	font-size: 15px;
	cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
   	user-select: none;
}
.choose-rooms{
	background-color: var(--primary);
	color: #fff;
}
.choose-rooms.active{
	background-color: transparent;
	color:var(--primary);
}
.btn-ghost-lg.active-choose{
	background-color: white;
	color:var(--primary);
}
.btn-ghost-lg.active-choose:hover{
	background-color: var(--primary);
	color:#fff;
}

.choose-stay{
	background-color: var(--primary);
	color:#fff;
}
.choose-stay:hover{
	background-color: transparent;
	color:var(--primary)
}



.btn-ghost-lg:hover,.btn-ghost-sm:hover{
	background-color: var(--primary);
	color: #fff;
}
.btn-ghost-sm{
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	transition: all 0.3s;
	border:2px solid var(--primary);
	padding:8px 10px;
	font-size: 15px;
	cursor: pointer;
}
.btn-reserev-stay{
	width: 100%;
	text-align: center;
	padding: 7px;
	background-color: var(--booking-success);
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
}
.btn-reserev-stay:hover{
	background-color: #17822f;
	color: #fff;
}


/* stlpce pobyty/izby */
.item-part-col-items{
	padding:20px 20px 20px 20px;
	border-top:2px solid #F2F3F4;
	margin-top:0px;
}
.item-part-col-items.empty{
	padding:0;
	border:0;
}
.wellness .item-part-col-items{
	border-top: 0;
	margin:0;
}
.col-items-title{
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}
.col-items-row{
	display:flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.col-items-col{
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.col-items-col.out-of-date .col-item-img{
	filter: grayscale();
}



.col-item-img{
	width: 100%;
	height: 220px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	position: relative;
}
.col-item-img .img-block{
	height: 100%;
}
.col-item-img .img-block .item{
	height: 100%;
}
.col-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.col-item-content{
	min-height: calc(100% - 220px);
	background-color: #fff;
	border: 1px solid #F2F3F4;
	border-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 20px;
	display: flex;
	flex-wrap:wrap;
	flex-flow: column;
}


.title-sm{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.plus-list{
	margin-top: 5px;
	margin-bottom: 15px;
}
.plus-list .p{
	font-size: 14px;
	margin-bottom: 10px;
}
.plus-list-item{
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: 400;
	line-height: 1.3;
}
.plus-list-item::before{
	position: absolute;
	top:0px;
	left:0;
	width: 15px;
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	color: #a1a4a9;
	font-weight: 600;
}
.col-item-price-block{
	border-top: 2px dashed #EEECEC;
	padding-top: 15px;
	display: flex;
	align-items: center;
}
.col-item-price{
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -1px;
}
.col-item-price i{
	font-size: 16px;
	color: #a1a4a9;
	vertical-align: middle;
	margin-left: 7px;
}
.col-item-sellout{
	font-size: 16px;
	color: var(--primary);
	margin-left:15px;
	text-decoration: line-through;
}
.col-item-price-block .btn-ghost-sm{
	margin-left:auto;
	width: 120px;
	min-width: 120px;
	background-color: var(--primary);
	color: #fff;
}
.col-item-price-block .btn-ghost-sm:hover{
	background-color: var(--primary-dark);
}
.col-item-desc-block{
	margin-top: 15px;
	padding-top: 15px;
	border-top:1px solid #EEECEC;
	font-size: 13px;
	color: #a1a4a9;
}
.img-badges-block{
	position: absolute;
	top:10px;
	left:10px;
	right:10px;
	height:auto;
	z-index:2;
}
.img-badges-block .bdg{
	float: left;
    clear: left;
    margin-bottom: 3px;
}

.img-abs-bottom{
	position: absolute;
	bottom:10px;
	left:10px;
	right:120px;
	height:auto;
	z-index:2;
}





.stays-list{
	/* fix height if scrollable */
	height:auto;
	/*overflow-y: auto;*/
	margin-top: 10px;
	margin-bottom: 15px;
	display: none;
}
.stays-list-block .itm{
	margin-top: 10px;
	border-top:1px solid #efefef;
	padding-top: 10px;
}
.stays-list-block .itm .stay-item-form{
	padding-left: 10px;
	padding-right: 10px;
}
.stays-list-block .itm:first-child{
	margin-top: 0px;
	border-top:0px solid #efefef;
	padding-top: 0px;
}
.stays-list .dropdown .btn{
	width: 100%;
	border: 1px solid var(--primary);
	background-color: transparent;
	font-size: 14px;
	font-weight: 700;
	padding:10px 30px 10px 10px;
	color: var(--primary);
	outline: 0;
	text-align: left;
	font-weight: 500;
	white-space: unset;
}

.stays-list .dropdown .btn div{
	max-width: 70%;
	display: inline-block;
	float:left;
	line-height: 1.3;
}
.stays-list .dropdown .btn span:last-child{
	float:right;
	font-weight: 600;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top:0;bottom:0;
	margin:auto 0;
	right:30px;
}
.stays-list .dropdown .btn::after{
	display: block;
	position: absolute;
	right:10px;top:0px;
	bottom: 0;
	height: 5px;
	margin:auto 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.stays-list .dropdown .btn:focus{
	/*border:0;*/
	outline: 0;
	box-shadow: unset;
}
.stays-list .dropdown .btn:active:focus{
	box-shadow: unset;
}
.stays-list .dropdown .dropdown-menu{
	right:0px!important;
	left:0px!important;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	padding:0px;
}
.selectitem {
	cursor: pointer;
	width: 100%;
	padding:6px 10px;
	margin-bottom: 0;
	font-size: 14px;
	display: flex;
	position: relative;
}
.selectitem div{
	width: 80%;
	line-height: 1.3;
}
.selectitem.selitem-choosen{
	background-color: #f2f3f4;
}
.selectitem:hover{
	background-color: #f2f3f4;
}
.selectitem span{
	float:right;
	font-weight: 600;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top:0;bottom:0;
	margin:auto 0;
	right:10px;
}

.stays-list .btn-ghost-sm{
	width: 100%;
	margin-top: 10px;
	background-color: var(--booking-success);
	color: #fff;
	border:0;
}
.stays-list .btn-ghost-sm:hover{
	background-color: #17822f;
}
.stay-item{
}
.stay-item-head{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #F2F3F4;
	font-size: 14px;
	font-weight: 700;
	padding:8px 10px;
}
.stay-item-head i{
	float:right;
	color: #B7BABF;
	cursor: pointer;
	transition: all 0.3s;
}
.stay-item-head i:hover{
	color: #203961;
}
.stay-item-form{

}
.col-items-col .stay-item-form{
	padding: 10px;
	border: 1px solid #F2F3F4;
    border-radius: 3px;
}


.stay-item-adults{
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F2F3F4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.stay-item-adults span{
	font-size: 14px;
	font-weight: 700;
}
.stay-item-adults span i{
	color: #a1a4a9;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 5px;
}

.stay-item-block{
	/*display: none;*/
}
.stay-item-block .stay-item-form{
	margin-top: 10px;
	padding:0;
	display: none;
}

.stay-item-kids .label-default{
	font-size: 14px;
    font-weight: 700;
}
.stay-item-kids .label-default i{
	color: #a1a4a9;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.stay-item-kids .kids-row{
	flex-wrap: nowrap;
}
.stay-item-kids .kids-row .label-default{
	margin-left: 5px;
	min-width: 80px;
	display: flex;
	align-items: center;
}
.stay-item-kids .bigeron-add-kid,
.stay-item-kids .bigeron-package-add-kid {
	margin-left: 5px;
}

.stay-item .dropdown{
	margin-bottom: 10px;
}

.plusminus-block{
	display: flex;
	margin-left: auto;
}
.nonact .btn-qty{
	background-color: #b0b9c7;
	pointer-events: none;
}
.nonact {
	visibility: hidden;
}
.btn-qty{
	background-color: #203961;
	color: #fff;
    width: 35px;
    position: relative;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    height: 35px;
    cursor: pointer;
    font-size: 20px!important;
    border-radius: var(--radius-inside);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-qty.disabled
{
	opacity: .3;
	cursor:default;
}
.plusminus-input{
	display: inline-block;
	height: 35px;
	margin-left:5px;
	margin-right: 5px;
}
.plusminus-input input{
	width: 35px;
	height: 35px;
	border:1px solid #E9E9E9;
	border-radius: var(--radius-inside);
	outline: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.kids-label{
	font-size: 14px;
	font-weight: 700;
}
.kids-label i{
	color: #a1a4a9;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 5px;
}

.kids-row{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.kids{
	display: flex;
	flex-wrap: wrap;
}
.kids-col-3{
	width:33.33%;
	padding:0 5px;
	max-width: 100px;
}
.form-kids{
	width: 100%;
	border-radius: 3px;
	outline: 0;
	border:1px solid #E9E9E9;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	height: 35px;
	padding-left:5px;
	padding-right: 5px; 
}
.form-kids:focus{
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border-color: #E9E9E9;
}

.form-kids option{
	font-weight: 600;
}


.child .form-kids
{
	line-height:21px;
}

.bigeron-add-kid,
.bigeron-package-add-kid{
	height: 35px;
	background-color: var(--primary);
	color:#fff;
	padding-left:0px;
	padding-right:5px;
	width:33.33%;
	max-width: 80px;
	min-width: 80px;
	border-radius: var(--radius-inside);
	font-size: 13px;
	font-weight: 500;
	display: flex;align-items: center;
	cursor: pointer;
	transition: all 0.3s;
	justify-content: center;
	margin-left: 10px;
}
.bigeron-add-kid:hover,
.bigeron-package-add-kid:hover{
	background-color: var(--primary-darker);
}
.bigeron-add-kid span,
.bigeron-package-add-kid span{
	font-size: 20px;
	line-height: 35px;
	margin-right: 5px;
}

.active-reservation{
	position: relative;
	min-height: 450px;
}
.active-reservation .col-item-img{
	/*height: 150px;*/
}
.active-reservation .col-item-content{
	position: absolute;
	bottom: 0;left:10px;right: 10px;
	height: auto;
	z-index: 5;
}
.add-stay{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #F2F3F4;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding:8px 10px;
	justify-content:center;
	cursor: pointer;
}
.add-stay i{margin-right: 5px;color: #28C817;}
.col-item-bottom{
	margin-top: auto;
}


.loader{background-color:transparent;}


.item-part-book-room{
	padding-top: 10px;
	margin-top: 10px;
	display:block;
	border-top:1px solid #e4e4e4;
	padding-bottom: 10px;
   background-color:#f9fff3;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    transition: background-color .3s;
}
.item-part-book-room::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 15px;
	background-color: #000;
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	opacity: .05;
}
.item-part-book-room:hover{
	background-color: #b7f0c4;
}

.item-part-book-room .book-room-item
{border: 1px solid #e6f7d6; }
.item-part-book-room.bottom-0{
	margin-bottom: 0;
	padding-bottom: 0;
}
.book-room-item{
	background-color:#fff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	padding: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
}
.book-room-item:last-child{
	margin-bottom: 0;
}
.book-room-item-number{
	width: 48px;
	min-width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#f1f1f1;
	text-align: center;
	line-height: 1;
	font-weight: 800;
	font-size: 20px;
}

.book-room-item-number span span.rn{
	display:inline;
	text-align: center;
    line-height: 1;
    font-weight: 800;
    font-size: 20px;
}
.book-room-item-number span span:not(.rn){
	color: #717b8a;
	display: block;
	font-weight: 400;
	font-size: 13px;
}
.book-room-item .plusminus-block{
	margin-left: unset;
}

.book-room-item .kids-row{
	margin-top: 0;
}
.book-room-item .kids-row .kids-col-3{
	min-width: 100px;
}
.book-room-item .label-default{
	font-size: 14px;
	font-weight: 500;
	margin-left: 15px;
	margin-right: 10px;
	white-space:nowrap;
}

.styleSelect select {
  background: transparent;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fs-13
{font-size:13px;}

.styleSelect {
  overflow: hidden;
   
   background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='currentColor' stroke-width='.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='5 5 7 7 9 5'%3e%3c/polyline%3e%3c/svg%3e") no-repeat 94% 50%;
  
}

.book-room-item .label-default i{
	font-size: 16px;
	vertical-align: middle;
	color: #a1a4a9;
	margin-left: 5px;
}

.book-room-item .price-block{
	margin-left: auto;
	width: 240px;
    min-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px dashed #EEECEC;
    padding:5px;
    padding-left: 20px;
    margin-right: 0px;
    position: relative;margin-top:4px;
		margin-bottom:4px;
}
.book-room-item .price-block i{
	position: absolute;
	top:8px;
	right:10px;
	font-size: 20px;
	color: #a1a4a9;
	cursor: pointer;
	transition: all 0.3s;
}
.book-room-item .price-block i:hover{
	color: var(--primary);
}
.line-vertical{
	border-left: 1px solid #efeded;
	margin-left: 15px;
	height: 40px;
}
.book-price{
	font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
}

.room-reserv-info{
	font-size: 13px;
	line-height: 1;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 0px;
	margin-left: auto;
	text-align: right; 
	color: #a1a4a9;
}
.room-reserv-info span{
	color: var(--primary);
}
.add-rooms{
	margin-top: 10px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	max-width: 150px;
	align-items: center; 
	line-height: 1;
}

.add-room{
	margin-top: 10px;
	height: 35px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
	display: inline-flex;align-items: center;
	cursor: pointer;
	transition: all 0.3s;
	justify-content: center;
	max-width: 150px;
	line-height: 1;
	position: relative;
	background-color: var(--primary);
}
.add-room::after{
	content:"";
	position: absolute;
	top:-5px;
	left:0;
	right: 0;
	margin:0 auto;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid var(--primary);
	transition: all 0.3s;
}
.add-room:hover{
	background-color: var(--primary-darker);
}
.add-room:hover::after{
	border-bottom: 5px solid var(--primary-darker);
}
.add-room span{
	font-size: 20px;
	line-height: 40px;
	margin-right: 5px;
}

.bigeron-booking .reserve-right{
	width:218px;
	margin-right: 0px;
	margin-top:10px;
	display: inline-flex;
	margin-left: 0;
	justify-content: center;
	background-color: var(--booking-success);
	border:0;
	color:#fff;
}
.bigeron-booking .reserve-right:hover{
	background-color: #17822f;
}

.book-end{
	display: flex;
	align-items: center;
}
.book-kids{
	display: flex;
	align-items: center;
	width: 100%;
}
.book-adults{
	display: flex;
	align-items: center;
}
.book-end .price-big{
	margin-bottom: 0;
	padding-top:15px;
	padding-right: 30px;
	font-size: 18px;
	align-items: center;
	min-width: 160px;
	text-align: right;
	display: flex;
	flex-flow: row-reverse;
}
.book-end .price-big .name{
	font-size: 14px;
	margin-right: 5px;
	padding-top: 3px;
	font-weight: 500;
}
.book-end .price-big .set-price{
	font-size: 18px;
}
.book-end .price-big span {
    font-size: 18px;
}
.book-end .price-big.hidden{
	display: none;
}

.fw-infoblocks{
	margin-top: 30px;
	margin-bottom: 30px;
}
.fw-infoblock{
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	padding: 12px 30px 12px 50px;
	position: relative;
	margin-bottom: 5px;
	font-weight: 400;
}
.fw-infoblock.warning{
	background-color: var(--primary);
	color: #fff;
}
.fw-infoblock.warning i.fa-times:hover{
	color: #9e4200;
}
.fw-infoblock.danger{
	background-color: var(--danger);
	color: #fff;
}
.fw-infoblock.danger i.fa-times:hover{
	color: #940000;
}
.fw-infoblock:last-child{
	margin-bottom: 0px;
}
.fw-infoblock i{
	position: absolute;
	top:0;
	bottom: 0;
	margin:auto 0;
	height:18px;
	font-size: 18px;
	left:18px;
	line-height: 1;
}
.fw-infoblock i.fa-times{
	position: absolute;
	top:0;
	bottom:0;
	right: 18px;
	margin: auto;
	height: 15px;
	line-height: 15px;
	left: unset;
	cursor: pointer;
	transition: all 0.3s;
}
.fw-infoblock i.fa-times:hover{
	color: var(--primary);
}

.img-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    border-radius: 30px;
    transition: all 0.3s;
}
.img-nav:hover {
    background-color: rgba(0,0,0,0.5);
}
.img-nav-next {
    right: 10px;
}
.img-nav-prev {
    left: 10px;
}
.owl-carousel{
	height: 100%;
}
.owl-stage-outer{
	height: 100%;
}
.owl-carousel .owl-stage{
	height: 100%;
}
.owl-carousel .owl-item{
	height: 100%;
}
.owl-carousel .item{
	height: 100%;
}
.owl-carousel .owl-item img{
	border-radius: 3px;
}





.roomdetail-modal .modal-body{
	padding:25px;
}

.roomdetail-modal .modal-body .p{
	margin-top: 0px!important;
}
.roomdetail-modal .modal-body .title-big{
	padding-right: 0;
	margin-bottom: 15px;
}
.roomdetail-modal .modal-content{
	border:0;
	outline: 0;
}
.roomdetail-modal .modal-header{
	border:0;
	padding:0;
}


.modal .img-section {
    overflow: hidden;
    width: 100%!important;
    position: relative;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    min-height: 250px;
}
.modal .img-section .owl-item img{
	border-radius: 0;
}
.modal .owl-stage-outer{
	border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    max-height:315px;
}

.hid{display: none!important;}



/* wellness */
.wellness-item-btnprice{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.wellness-item-btnprice .btn-ghost-sm-light{
	margin-right: auto;
}
.select-default{
	width: 100%;
	border-radius: 3px;
	outline: 0;
	border:1px solid #E9E9E9;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	height: 35px;
	padding-left:5px;
	padding-right: 5px; 
}
.select-default option{
	font-weight: 600;
}
.wellness-timepicker{
	display: flex;
	align-items: center;
}
.wellness-timepicker span{
	margin-right: 10px;
}
.wellness .select-default{
	width: 80px;
}
.wellness-timepicker span{font-size: 14px;font-weight: 600;}



.onlycards .item-part-col-items{
	padding:0;
	border:0;
	margin:0;
}
.onlycards .fw-item-block{
	padding:0;
	background-color: transparent;
	-webkit-box-shadow: unset;
    box-shadow: unset;
    border:0!important;
}
.onlycards .col-item-content{
	border:0;
}





/* header */

.top-header{
	background-color: var(--primary);
	color:#fff;
	height:95px;
	position: fixed;
	top:0;left:0;right:0;
	z-index:100;
}
.top-header .main-block{
	height: 40px;
	display: flex;
	align-items: center;
}
.top-header .main-block:last-child{
	height: 55px;
	display: flex;
	align-items: center;
	position: relative;
}
.menu-tabs-block{
	margin:0 auto;
	display: flex;
}
a.menu-tab{
	height: 100%;
	line-height: 56px;
	padding:0 15px;
	font-size: 18px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: block;
	color: #fff;
	font-weight: 300;
}
.gift-progress .menu-tab.giftcards-menu{
	background-color: #f1f1f1;
	color: var(--primary);
}
a.menu-tab.active{
	background-color: #f1f1f1;
	color: var(--primary);
}
a.menu-tab:hover{
	background-color: #f1f1f1;
	color: var(--primary);
}
a.menu-tab img{
	margin-right: 10px;
}
a.menu-tab i{
	margin-right: 10px;
	font-size: 20px;
}
.top-header .main-block:first-child .logo{display: none;}

.top-header .right-block{
	margin-left:auto;
	display: flex;
	align-items: center;
}
.top-header .right-block a{
	color:#6e7b90;
	font-size: 14px;
}
.top-header .right-block a.menu{
	margin-left: 10px;
	transition: all 0.3s;
}
.top-header .right-block a.menu:hover{
	color: #fefefe;
}
.top-header .logo img{
	height: 70px;
	position: absolute;
	bottom:15px;
	left:10px;
}

.bigeron-booking .main-nav{
 
	width: 100%;
	height: auto;
    padding-top: var(--block-mb);
}

.nav-links{
	display: flex;
}
.nav-item{
	background-color: #fff;
	padding:15px 15px;
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F3F4F5;
	position: relative;
	transition: background-color 0.3s;
}
.nav-item:hover{
	background-color: #FFF3E9;
}
.nav-links a{
	color: var(--primary);
	text-decoration: none;
}
.nav-links a.active{
	color: #fff;
}
.nav-links a.active .nav-item{
	background-color: var(--primary);
}
.nav-links a:first-child .nav-item{
	border-top-left-radius: 3px;
}
.nav-links a:last-child .nav-item{
	border-top-right-radius: 3px;
}
.nav-links a:nth-child(1) .nav-item::after{
	content: "";
	position: absolute;
	top:5px;bottom:5px;
	right:0;
	width: 1px;
	background-color: #F3F4F5;
}
.nav-links a.active .nav-item::after{
	display: none;
}
.nav-links a:nth-child(2) .nav-item::after{
	content: "";
	position: absolute;
	top:5px;bottom:5px;
	right:0;
	width: 1px;
	background-color: #F3F4F5;
}
.nav-links a:nth-child(3) .nav-item::after{
	content: "";
	position: absolute;
	top:5px;bottom:5px;
	right:0;
	width: 1px;
	background-color: #F3F4F5;
}
.nav-item i{
	font-size:20px;
	vertical-align: middle;
	margin-right: 8px;
}
.nav-block-reserv{
	display: flex;
}
.nav-reservation{
	background-color: #fff;
	 height: auto;
	border-radius: var(--radius-outside);
	display: flex;
	width: auto;
	margin:0 auto;
	box-shadow: 0 5px 10px #00000010;
}

.nav-reservation .filter.active .nav-select-items{
	display: block;
}

.nav-reservation .filter .nav-select-btn{
	padding-left: 20px;
	transition: all 0.3s;
}
.nav-reservation .filter .nav-select-btn:hover {
    background-color: #f7f7f7;
}


.nav-reservation .filter .nav-select-items{
	left:0px;
	padding:10px;
	width: 200px;
}


.filter .pay-item-clickblock input[type="checkbox"]{
	width: 28px;
	height: 28px;
	max-width: 28px;
	margin-right: 0px;
	position: static;
}
.filter .pay-item-clickblock input[type="checkbox"]::before{
	top:2px;
	left:6px;
	display: none;
}
.filter .pay-item-clickblock{
	padding-left: unset;
	position: absolute;
	margin:unset;
}
.filter label{
	margin-bottom: 0px;
	padding-left: 38px;
	font-size: 14px;
	cursor: pointer;
}
.filter .filter-group{
	position: relative;
	margin-bottom: 5px;
	min-height: 28px;
}	
.filter .filter-group:last-child{
	margin-bottom: 0px;
}

.filter-only-mob{
	display: none;
}






.nav-reservation-date{
	height: 72px;
	display: flex;
	align-items: center;
	padding: 0 0px;
	position: relative;
}
#litepicker{
	cursor: pointer;
	position:relative;
	top:0;left:0;right:0;bottom:0;z-index:60;
}
#litepicker-day{
	cursor: pointer;
	top:0;left:0;right:0;bottom:0;z-index:60;
}
#litepicker-wellness{
	cursor: pointer;
	top:0;left:0;right:0;bottom:0;
	z-index: 60;
}

.nav-reservation-date-item{
	transition: all 0.3s;
	border-radius: 5px;
	display:block;
}
.nav-reservation-date-item:hover{
	background-color: #fbfbfb;
} 




.nav-reservation-date-item.from-disp{
    margin-right: -35px;
    padding: 8.5px 40px;
    border-right: 1px solid #efefef;
    
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; 
    
    padding-right: 40px;
}
.nav-reservation-date-item.to-disp{
    margin-left: -35px;
    padding: 8.5px 31px; 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 50px;
}

.nav-reservation .nav-label{
	font-size: 10px;
    color: #B7BABF;
    margin-right: 0;
    width: 90%;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
    margin-top: 4px;
    display: flex;
}
.book-day{
	cursor: pointer;
	padding-bottom: 0px;
}
.book-day span{
	font-weight: 700;
	font-size: 18px;
	margin-right: 3px;
}
.book-day:first-child span{
	font-size: 38px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s;
    margin-right: 7px;
    min-width: 57px;
    display: inline-block;
}
.book-day:last-child{
	margin-top: -4px;
}
.book-day:last-child span{
	  font-size: 13px;
    line-height: 1;
    transition: all 0.3s;
    margin-right: 5px;
}
.book-day:last-child .book-day-week{
	font-size: 12px;
	line-height: 1; 
	position: static;
	text-transform: lowercase;
	text-align:left;
	margin-top: 0px;
}


.book-day-input{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
.book-day-input .book-day-week{
	position: absolute;
	left:0;
	bottom:-5px;
	font-size: 13px;
	color: #a1a4a9;
}



.line-margin{
	margin: 0 15px;
	display: flex;
	align-items: center;
}
.line-margin .circle-right{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	font-size: 20px;
	line-height: 40px;
	color: var(--primary);
	background-color: #f7f7f7;
	text-align: center;
	position: relative;
	z-index: 2;
}
.line-margin .circle-right::before{
	content: "";
	position: absolute;
	left:50%;
	height: 80px;
	top:-20px;
	width: 1px;
	background-color: transparent;
	z-index: -1;
}
.line-margin .circle{
	width:9px;
	height: 9px;
	display: inline-block;
	border-radius: 9px;
	border:2px solid var(--primary);
}
.line-margin .arrow{
	font-size: 18px;
}
.line-margin .line{
	width:35px;
	height: 1.5px;
	display: inline-block;
	background-color:var(--primary);
	margin:0 5px;
}

.nav-search{
	width: 200px;
	min-width: 200px;
	background-color: var(--primary);
	color: #fff;
	height: 100%;
	text-align: center;
	border:0;
	outline: 0;
	font-size: 16px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	transition: all 0.3s;
	outline: 0;
	border-top-right-radius: var(--radius-outside);
	border-bottom-right-radius: var(--radius-outside);
}
.nav-search:focus{
	outline: 0;
}
.nav-search:hover{
	background-color: var(--primary-darker);
}
.nav-search i{
	font-size: 18px;
	margin-right: 10px;
}
.nav-nights{
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	line-height: 1;
	border-right:1px solid #efefef;
	padding-right: 20px;
	position: relative;
	padding-left: 20px;
	margin-right:0;
}
.nav-nights::before {
    content: "";
    position: absolute;
    left: 0;
    height:72px;
    top: 0px;
    width: 1px;
    background-color: #efefef;
}
.nav-nights i{
	font-size: 20px;
	margin-right: 8px;
}
.nav-nights span{
	margin-left: 8px;
}






/* giftcard basket */
.gc-basket-row{
	margin-top:150px;
	margin-bottom: 10px;
	display: flex;
}
.gc-basket-left{
	width: 30%;
}
.gc-basket-right{
	width: 70%;
	padding-left: 30px;
}
.gc-basket-fw-item{
	background-color: #fff;
	border-radius: 3px;
	position: relative;
}
.gc-price-infobox{
	position: absolute;
	top:0;
	right:-150px;
	background-color: #fff;
	width: 140px;
	padding: 15px;
	font-size: 14px;
}
.gc-price-infobox p{
	margin-bottom: 0;
	font-weight: 600;
	font-size: 18px;
}



.gc-basket-nav{
	display: flex;

}
.gc-basket-nav a {
	display: contents;
}
.gc-basket-nav-item{
	width: 25%;
	border-bottom:2px solid #EAEAEA;
}
.wellness-gc-nav .gc-basket-nav-item{
	width: 33.33%;
}
.gc-basket-nav-item.active{
	border-bottom:2px solid var(--primary);
	position: relative;
}
.gc-basket-nav-item.active .gc-nav-status{
	background-color: var(--primary);
	color: #fff;
}
.gc-basket-nav-item.active .gc-nav-desc{
	color: var(--primary);
}

.gc-basket-nav-item-content{
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
}

.gc-basket-nav-item-content:before{
	content: "";
	position: absolute;
	bottom:-2px;left:0;
	height: 2px;
	background-color: var(--primary);
	
	width:100%;
	transform: scaleX(0);
	transition: transform 0.3s;
}
.gc-basket-nav-item-content:hover:before{
	transform: scaleX(1);
	background-color: var(--primary);
}

.gc-basket-nav-item-content:hover{
	/*background-color: rgba(250,130,32,0.07);*/
}
.gc-basket-nav-item-content::after{
	content: "";
	position: absolute;
	top: 40px;
	left:0;
	right:0;
	height:1px;
	background-color: #EAEAEA;
	z-index:1;
}
.gc-basket-nav-item-content.first::after{
	left:50%;
}
.gc-basket-nav-item-content.last::after{
	right:50%;
}
.gc-nav-status{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background-color: #EAEAEA;
	color: #A3A5A8;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
	margin-top:25px;
	position: relative;
	z-index:2;
}
.gc-nav-desc{
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	min-width: 100%;
	text-align: center;
	margin-top:10px;
	margin-bottom: 25px;
}
.gc-basket-content{
	padding: 25px 20px;
	display: none;
}
.gc-basket-content.active{
	display: block;
}
.gc-basket-content h2{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}
.gc-basket-content h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.gc-basket-content p{
	font-size: 16px;
}
.gc-basket-content hr{
	border-color: #EAEAEA;
	margin: 10px 0 25px 0;
}
.gc-basket-rooms{
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.gc-basket-room{
	width:33.33%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.gc-basket-room-content{
	border-radius:3px;
}
.gc-basket-room-content.active{
	box-shadow: 0 0 0 4px rgba(250,130,32,0.1);
}
.gc-basket-room-content.active .gc-basket-room-info{
	transition: all 0.2s;
	background-color: var(--primary);
	color: #fff;
	border-color: var(--primary);
}
.gc-basket-room-image{
	height: 180px;
	position: relative;
}
.gc-basket-room-image img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.gc-basket-room-info{
	border: 1px solid #EAEAEA;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding:15px 15px;
	display: flex;
	align-items: center;
	font-weight: 500;
	line-height: 1.3;
}



.gc-basket-room-info input[type="checkbox"] {
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: #ADADAD;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin-right: 10px;
}
.gc-basket-room-info input[type="checkbox"]:checked {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}
.gc-basket-room-info input[type="checkbox"]:checked::before {
    opacity: 1;
}
.gc-basket-room-info input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.gc-radios-h{
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.gc-radios-h img{
	max-width: 20px;
	margin-right: 10px;
}
.gc-radios-block{
	margin-top: 20px;
}
.radio-block{
	border:1px solid transparent;
	border-radius: 3px;
	padding: 6px 10px;
	width: 100%;
	position: relative;
	padding-left:30px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	cursor: pointer;
	transition: background-color 0.2s;
}
.radio-block:hover{
	background-color: #F9FBFD;
}
.radio-block input{
	position: absolute;
	left:10px;
	top:-1px;
	bottom:0;
	margin:auto 0;
	display: block!important;
	visibility: visible!important;
}
.radio-block input::after{
	border:2px solid var(--primary);
}
.radio-block input:checked:after{
	color:var(--primary);
}
.radio-block.selected{
	border:1px solid #203961;
	background-color: #F9FBFD;
}


.gc-basket-buttons-btns{
	display: flex;
}
.btn-mob-spacer{width: 10px;}
.gc-basket-buttons{
	display: flex;
	justify-content: flex-end;
	margin-top:30px;
	border-top: 1px solid #EAEAEA;
	padding-top: 25px;
}
.gc-basket-buttons-price{
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
}
.gc-basket-buttons-price span{
	color: var(--primary);
	margin-left: 5px;
}
.gc-btn{
	padding:11px 25px;
	font-size: 16px;
	outline: 0;
	text-align: center;
}
.gc-btn-ghost{
	border:1px solid #EAEAEA;
	font-weight: 500;
	color: #A3A5A8;
	transition: all 0.3s;
}
.gc-btn-ghost:hover{
	background-color: #EAEAEA;
	color: #898C90;
}
.gc-btn-submit{
	background-color: var(--primary);
	font-weight: 500;
	color: #fff;
	width: 200px;
	border:1px solid var(--primary);
	transition: all 0.3s;
}
.gc-btn-submit:hover{
	background-color: var(--primary-darker);
	color: #fff;
	border-color: var(--primary-darker);
}

.addi-fw-items{
	margin-top: 30px;
	margin-bottom: 30px;
}
.addi-fw-item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EAEAEA;
	padding:20px 0;
}
.addi-fw-item:last-child{
	border-bottom: 0;
}
.addi-fw-item label{
	margin-bottom: 0;
	cursor: pointer;
}
.addi-leftbox{
	display: flex;
	align-items: center;
}
.addi-fw-item .checkbox{
	width: 50px;
	min-width: 50px;
}
.addi-fw-item .checkbox input[type="checkbox"] {
	border:0!important;
	outline: 0!important;
    position: relative;
    width: 25px;
    height: 25px;
    color: #ADADAD;
    background-color: #EAEAEA;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin-right: 10px;
}
.addi-fw-item .checkbox input[type="checkbox"]:checked {
    color: #fff;
    background: var(--primary);
}
.addi-fw-item .checkbox input[type="checkbox"]:checked::before {
    opacity: 1;
}
.addi-fw-item .checkbox input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    left: 8px;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}


.addi-fw-item .description{
	width: 100%;
}
.addi-fw-item .description p:first-child{
	font-size: 16px;
	font-weight: 600;
	padding-right: 20%;
	margin-bottom: 0;
}
.addi-fw-item .description label.add-p-h{
	font-size: 16px;
	font-weight: 600;
	padding-right: 20px;
	margin-bottom: 0;
	cursor: pointer;
}
.addi-fw-item .description p:last-child{
	font-weight: 400;
	color: #7C7F85;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.3;
	padding-right:0;
	margin-top: 5px;
}
.addi-fw-item .inputs{

}
.addi-fw-item .price-block{
	text-align: right;
	width: 100px;
	min-width: 100px;
}
.addi-fw-item .price-block .price{
	font-weight: 600;
	line-height: 1;
}
.addi-fw-item .price-block .price-desc{
	line-height: 1;
	font-size: 12px;
	color: #7C7F85;
	margin:0;
	text-align: right;
}


.gc-design{
	margin-top:30px;
}
.gc-design .gc-basket-room-content,.gc-rooms .gc-basket-room-content{
	cursor: pointer;
}
.gc-design .gc-basket-room-image img{
	border-radius: 3px;
}
.gc-design .gc-basket-room-content, .gc-rooms .gc-basket-room-content{position: relative;}

.gc-design .gc-basket-room-content input[type="checkbox"],.gc-rooms .gc-basket-room-content input[type="checkbox"] {
	outline: 0;
	border:0;
    position: absolute;
    top:10px;
    left:10px;
    width: 25px;
    height: 25px;
    color: #ADADAD;
    background-color: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin-right: 10px;
}
.gc-design .gc-basket-room-content input[type="checkbox"]:checked, .gc-rooms .gc-basket-room-content input[type="checkbox"]:checked {
    color: #fff;
    background: var(--primary);
}
.gc-design .gc-basket-room-content input[type="checkbox"]:checked::before, .gc-rooms .gc-basket-room-content input[type="checkbox"]:checked::before{
    opacity: 1;
}
.gc-design .gc-basket-room-content input[type="checkbox"]::before, .gc-rooms .gc-basket-room-content input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    left: 8px;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.gc-basket-fields{
	margin-top:30px;
	margin-bottom: 30px;
}



.input-default {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
  border: none;
  border: 1px solid #e4e4e4;
  outline: none;
  background: transparent;
  border-radius: 5px;
}

.input-box::after {
	position: absolute;
	content: "\f00c";
	top:11px;
	width: 20px;
	height: 20px;
	right: 10px;
	font-size: 15px;
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	text-align: center;
	display: none;
	color: #18ca18;
}
.input-box::before {
	position: absolute;
	content: "\f00d";
	top:11px;
	width: 20px;
	height: 20px;
	right: 10px;
	font-size: 15px;
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	text-align: center;
	display: none;
	color: #ff0000;
}

.input-box.erroractive::after{
	display: none;
}
.input-box.erroractive::before{
	display: block;
}
.input-box.success::after{
	display: block;
}

.input-box label {
  position: absolute;
  top:9px;
  left: 10px;
  padding: 3px 5px;
  font-size: 15px;
  color: #000;
  pointer-events: none;
  transition: .2s;
  background-color: #fff;
  border-radius: 2px;
}
.input-box label .main{
	color: #000;
}
.input-box label .input-error{
	color: #ff0000;
}
.input-box label.pay-item-clickblock{
	pointer-events: unset;
	top:0;left:0;
}
.pay-item-clickblock.pay-type{
	margin-bottom: 15px;
	width: 100%;
}

.filled label{
	top: -12px;
	left: 10px;
	font-size: 12px;
}
.erroractive label{
	top: -12px;
	left: 10px;
	font-size: 12px;

}

.input-box .input-default:focus ~ label{
	top: -12px;
	left: 10px;
	font-size: 12px;
}
.input-box{
	position: relative;
}
.input-box.checkboxes{
	display: block;
	position:static;
}
.input-box.checkboxes::after{
	display: none;
}
.input-box.checkboxes label{
	position: static;
	pointer-events: unset;
}




.gc-basket-field{
	position: relative;
}

.gc-basket-field .gc-basket-charsleft{
	position: absolute;
	right: 0;
	top:3px;
	float:right;
	color: #B7BABF;
	font-size: 14px;
	font-weight: 400;
}
.onlycards .card-item .shadow-box{
	margin-bottom: 0px;
	height: 100%;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
}
.shadow-box .col-item-content .btn-ghost-sm{
	margin-top: auto;
}
.shadow-box .col-item-content .title-sm:hover{
	text-decoration: none;
	cursor: unset;
}

/* datepicker */
.litepicker .container__days .day-item.is-today{
	color: var(--primary);
}
.day-item.is-today.is-start-date{
	color:#fff!important;
}
.litepicker{
	font-family: 'Axiforma'!important;
	font-size: 11px;
}
.litepicker .container__days .day-item.is-start-date{
	background-color: var(--primary);
}
.litepicker .container__days .day-item.is-start-date:hover{
	color:#fff;
}
.litepicker .container__days .day-item.is-in-range{
	background-color: #ffe2d4;
}
.litepicker .container__days .day-item.is-end-date{
	background-color: var(--primary);
}
.litepicker .container__days .day-item:hover{
    color: var(--primary);
    -webkit-box-shadow: inset 0 0 0 1px var(--primary);
    box-shadow: inset 0 0 0 1px var(--primary);
}
.litepicker .container__days .day-item.is-end-date{
	color:#fff;
}
.litepicker .container__months .month-item-header .button-previous-month:hover>svg, .litepicker .container__months .month-item-header .button-next-month:hover>svg{
	fill: var(--primary);
	cursor: pointer;
}

.litepicker .container__days .day-item.is-locked{
	background-color: #f7f7f7;
}
.litepicker .container__days>div, .litepicker .container__days>a{
	padding:10px 0;
}
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-end-date {
    position: relative;
    background-color: var(--primary);
    border-radius: 3px;
}
.litepicker .container__days .day-item{
	transition: unset;
	border-radius: 0;
}
.litepicker .container__months .month-item-header .button-previous-month, .litepicker .container__months .month-item-header .button-next-month{
	cursor: pointer;
}



/* gc wellness */
.gc-wlns-fw-items{

}
.gc-wlns-item{
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom:1px solid #EAEAEA
}
.gc-wlns-item:last-child {
    border-bottom: 0;
}
.gc-wlns-item-desc{
	padding-left: 40px;
}
.gc-wlns-item-desc ul{margin-top: 10px;margin-bottom: 0;}

.gc-product-item-desc{
	display: flex;
	padding-left: 40px;
}
.gc-product-item-desc img{
	max-width: 150px;
	height: auto;
	margin-right: 15px;
}

.gc-wlns-item-head .checkbox{
	width: 40px;
	min-width: 40px;
}
.gc-wlns-item-head .checkbox input[type="checkbox"] {
	border:0!important;
	outline: 0!important;
    position: relative;
    width: 25px;
    height: 25px;
    color: #ADADAD;
    background-color: #EAEAEA;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin-right: 10px;
}
.gc-wlns-item-head .checkbox input[type="checkbox"]:checked {
    color: #fff;
    background: var(--primary);
}
.gc-wlns-item-head .checkbox input[type="checkbox"]:checked::before {
    opacity: 1;
}
.gc-wlns-item-head .checkbox input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    left: 8px;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
.gc-wlns-item-name{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	width: 100%;
	padding-right: 20px;
	vertical-align: middle;
}
.gc-wlns-item-name span{
	margin-left: 5px;
	vertical-align:middle;
    margin-top: -1px;
}
.gc-wlns-item-head{
	display: flex;
	align-items: center;
	padding:5px 0 15px 0;
}
.gc-wlns-item-control{
	display: flex;
}
.gc-wlns-item-control .price-block{
	text-align: right;
	width: 70px;
	min-width: 70px;
	margin-top: 3px;
}
.gc-wlns-item-control .price-block .price{
	font-weight: 600;
	line-height: 1;
}
.gc-wlns-item-control.product-control .price-block .price{
	font-size: 18px;
}
.gc-wlns-item-control .price-block .price-desc{
	line-height: 1;
	font-size: 12px;
	color: #7C7F85;
	margin:0;
	text-align: right;
}
.wlns-leftbox{
	display: flex;
	width: 100%;
}

/* basket */
.basket-row{
	display: flex;
}
.basket-items{
	width: 100%;
}
.basket-summary{
	width: 300px;
	min-width: 300px;
	padding-left: 20px;
}
.basket .img-section{
	width: 200px;
    min-width: 200px;
    min-height: 100px;
}
.basket-item-more{
	padding:20px 0px 10px 10px;
	border-top: 2px solid #F2F3F4;
	margin-top:10px;
}
.basket-item-more .col-items-title{
	font-size: 18px;
	margin-bottom: 0px;
}
.basket .addi-fw-items{
	margin-top: 0px;
	margin-bottom: 0;
}

.basket .fw-item-block .content-section{
	min-height: 150px;
}
.basket .fw-item-block .content-section input{
	margin-bottom: 0;
	width: 250px;
	margin-top: 10px;
}
.basket .fw-item-block .content-section .fw-item-main-price{
	margin-left: 20px;
}
.basket .addi-fw-item .addi-leftbox{
	width: 100%;
}


.final-price-price{
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -1px;
}


.basket-item{
	display: flex;
}
.basket-item .left{
	width: 75%;
}
.basket-item .right{
	width: 25%;
	border-left: 2px dashed #EEECEC;
	padding-left: 20px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.fw-item-block .right .removerholder{
	text-align: center;
	position: absolute;
	top:0;
	right:0;
}
.fw-item-block .removerholder .remove-cartitem {
    cursor: pointer;
    width: 20px;
    display: inline-block;
    text-align: center;
    height: 20px;
}
.fw-item-block .right .removerholder i {
    font-size: 18px;
    color: #ECECEC;
    transition: all 0.3s;
}
.fw-item-block .right .removerholder i:hover {
    color: #dc3232;
}

.basket-item .left .addi-fw-item .description p:last-child{
	padding-right:0px;
}


.summary-content{
	background-color: #fff;
	padding:20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
}
.sum-h{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.bas-sum-item{
	font-size: 14px;
	font-weight: 400;
	margin-bottom:7px;
}
.bas-sum-item span{
	float:right;
	font-weight: 500;
}

.bas-sum-item-lg{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom:1px solid #EAEAEA;
	padding-bottom: 20px;
}
.bas-sum-item-lg span{
	float:right;
	font-weight: 600;
}

.summary-content .gc-btn-submit{
	display: block;
	width: 100%;
}
.summary-content .double-btns-fw{
	padding-top:20px;
	margin-top: 10px;
	border-top: 1px solid #EAEAEA;
}


.checkout-row{
	display: flex;
}
.checkout-blocks{
	width: 65%;
}
.checkout-summary{
	width: 35%;
}
.checkout-block{
	background-color: #fff;
	padding:30px 30px;
	margin-bottom: 20px;
	border-radius: 3px;
    -webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
}
.checkout-block h3{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}






.anim-input {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 400px;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 100%;
	border: none;
	border-radius: 0;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	
	font-weight: 500;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 18px 0px;
	width: 100%;
}
.input__label-content{
}


.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}
/* Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 1em;
	padding: 10px 0px;
	width: 100%;
	background: transparent;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 0px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 1px;
	border-bottom: 2px solid var(--primary);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: var(--primary);
}

.input__label--hoshi-color-2::after {
	border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
	border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
		font-size: 13px;
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
		font-size: 13px;
	}
}

.checkout-block .row{
	margin-bottom: 20px;
}



.pay-item{
	width: 100%;
	padding:20px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #EAEAEA;
	margin-bottom: 15px;
}
.pay-item:last-child{
	margin-bottom: 0;
}
.pay-item-clickblock{
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
.pay-item-clickblock-label{
	margin-bottom: 10px;
}
.pay-item-clickblock input[type="checkbox"].payment-inp{
	border-radius: 25px;
}
.pay-item-clickblock input[type="checkbox"] {
    position: absolute;
    top:0;
    left:0;
    width: 23px;
    height: 23px;
    max-width: 23px;
    color: #ADADAD;
    background-color: #EAEAEA;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin-right: 10px;
}
.pay-type.pay-item-clickblock input[type="checkbox"]{
	top:20px;
	left: 20px;
}
.pay-item-clickblock input[type="checkbox"]:checked {
    color: #fff;
    background: var(--primary);
}
.pay-item-clickblock input[type="checkbox"]:checked::before {
    opacity: 1;
}
.pay-item-clickblock input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    left: 8px;
    width: 7px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
.pay-item input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    border-style: solid;
    border-color: #fff;
    opacity: 1;
    border:0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
}

.pay-item-clickblock .description{
	padding-left: 40px;
	position: relative;
}
.pay-item-clickblock .description p:first-child {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.pay-item-clickblock .description p.sub-desc-paym {
    font-weight: 400;
    color: #7C7F85;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}
.cardpay-more{
	padding-left: 40px;
	display: none;
	
}
.cardpay-more-content{
	border-top:1px solid #EAEAEA;
	margin-top: 10px;
	padding-top: 10px;
}




.cardpay-chooser{
	background-color: var(--secondarylite);
	border-radius: 3px;
	padding:3px;
	display: inline-block;
}
.cardpay-more-desc p:first-child{
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.cardpay-more-desc p:last-child{
	font-weight: 400;
    color: #7C7F85;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0px;
}

.cardpay-chooser input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.cardpay-chooser label {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 12px;
  color: #94969a;
  margin:0;
  line-height: 1;
  position: static!important;
  padding-left:12px!important;
}
.cardpay-chooser label::before{
	display: none;
}
.cardpay-chooser label::after{
	display: none;
}
.cardpay-chooser input[type=radio]:checked + label {
  color: #203961;
  background: #fff;
  border-radius: 3px;
}

.cardpay-more-content .cardpay-more-content-row{
	display: flex;
}
.cardpay-more-content-row .cardpay-more-desc{
	width: 50%;
}
.cardpay-more-content-row .cardpay-more-chooser{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
}

.checkout-summary{
	padding-left: 20px;
}

.sum-item-main{
	font-weight: 500;
	padding:3px 0 0 0;
	font-size: 15px;
}
.sum-item-main span{
	float: right;
}
.sum-item-desc{
	font-size: 14px;
	color: #7C7F85;
	margin-bottom: 5px;
}
.sum-item-sub{
	color: var(--primary);
	padding:2px 0;
	font-size: 15px;
	padding-left: 10px;
}
.sum-item-sub span{
	float: right;
	color: var(--primary);
	font-weight: 500;
}
.sum-final-price{
	font-size: 22px;
	font-weight: 600;
	border-top:1px solid #EAEAEA;
	padding:10px 0px 0 0;
	margin:10px 0px 0px 0;
}
.sum-final-price span{
	float: right;
}

.sum-final-price-pay{
	font-size: 18px;
	font-weight: 600;
	border-top:1px solid #EAEAEA;
	padding:10px 0px 0 0;
	margin:10px 0px 0px 0;
}
.sum-final-price-pay span{
	float: right;
	color: var(--primary);
}

.double-btns-fw{
	display: flex;
}
.checkout-summary .gc-btn{
	width: 50%;
	padding:11px 5px;
}



.nav-select{
	width: 100%;
	position: relative;
}
.nav-select.filter{
	width:110px;
	position: relative;
}

.nav-select.select-wellness{
	min-width: 200px;
	border-left: 1px solid #efefef;
}

.nav-select.default-select{
	min-width: 200px;
	border-left: 1px solid #efefef;
}
.nav-select.default-select.sm{
	min-width: 150px;
	border-left: 1px solid #efefef;
}
.nav-select .nav-label{
	position: absolute;
	left: 15px;
	top: 18px;
}

.stays .nav-reservation-date-item.from-disp{
	padding-right: 30px;
	padding-left: 30px;
}
.wellness-items .nav-reservation-date-item.from-disp{
	padding-right: 30px;
	padding-left: 30px;
}
.wellness-items .nav-reservation-date{
	min-width: 180px;
}
.wellness-items .nav-reservation-date-item.from-disp{
	border:0;
}

.stays .nav-reservation-date-item.from-disp{
	border:0;
}
.stays .nav-reservation-date{
	min-width: 180px;
}

.nav-select-btn{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	cursor:pointer;
	padding-left: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.stays .nav-select-btn{
	padding-top: 13px;
}

.nav-select-items{
	z-index:5;
	position: absolute;
	top:72px;
	left:0;
	right:0;
	background-color: #fff;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	margin:0;
	padding:0;
	list-style-type: none;
	display: none;
}
.nav-select-items li{
	cursor: pointer;
	padding:7px 15px;
}
.nav-select-items li:hover{
	background-color: #f8f8f8;
}

.nav-select-btn::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 23px;
    margin: auto 0;
    transform: rotate(0deg);
    transition: .3s all ease;
}
.filter.active .nav-select-btn:before{
	content: "\f078";
    transform: rotate(180deg);
}
.select-wellness.active .nav-select-items{
	display: block;
}
.active .nav-select-btn:before{
	content: "\f078";
    transform: rotate(180deg);
}

.filter .nav-select-items .filter-group.section-border{
	border-top:1px solid #efefef;padding-top: 5px;
}




.card-company-imgs{
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 20px;
}
.card-company-imgs img{
	width: 50px;
	height: auto;
	margin-right: 10px;
}

.row-adt{
	display: flex;
	margin-left:-10px;
	margin-right: -10px;
}
.col-adt{
	width: 25%;
	padding:0 10px;
}

#wellness-load{
	display: contents;
}

#loading_screen_img{
	position: absolute;
	top:50px;
	bottom:50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
}

.title-big{
	cursor: pointer;
}
.title-big:hover{
	text-decoration: underline;
}
.modal .title-big:hover{
	text-decoration: none;
}
.modal .title-big{
	cursor: unset;
}
.basket .title-big{
	cursor: unset;
}

.title-sm{
	cursor: pointer;
}
.title-sm:hover{
	text-decoration: underline;
}


.item-part-col-items.stay-item-block{
	background-color: #f8fcff;
    margin: 0px -10px -10px -10px;
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}





















.giftcards .main-nav{
	display: none;
}


/* footer */
footer{
	padding-top: 50px;
}
footer hr{
	margin-top: 50px;
	margin-bottom: 0;
}
footer .map{
	font-weight: 500;
}
footer .map:hover{
	text-decoration: underline;
}
footer .mail:hover{
	text-decoration: underline;
}
.second-footer{
	padding-top: 50px;
	padding-bottom: 50px;
}
.second-footer .centered-bigeron{
	display: flex;
	align-items: center;
	justify-content: center;
}
.second-footer .centered-bigeron img{
	max-height: 60px;
}
.second-footer .centered-bigeron span{
	color: var(--primary);
	font-size: 18px;
	font-weight: 600;
	margin-right: 15px;
}
.second-footer .legal-links a{
	display: block;
	text-align: right;
	text-decoration: underline;
	font-size: 14px;
	color: #909090;
}
.second-footer .company p{
	font-size: 14px;
	margin-bottom: 0;
	color: #909090;
}
.second-footer .company a{
	text-decoration: underline;
	font-size: 14px;
}
.footer-social{
	margin-top: 10px;
}
.footer-social i {
    font-size: 20px;
    padding: 0 5px;
    color: var(--primary);
    transition: all 0.3s;
}
.footer-social i:hover {
    color: var(--primary);
}
.footer-checking p{
	margin-bottom: 5px;
}
footer p{
	font-size:14px;
}
.footer-checking p span{
	font-weight: 600;
}
.footer-contact i{margin-right: 3px;}

.accomod-item{ 
	display: flex;
	align-items: center;
	padding: 5px 0px 5px 0px;
}
.accomod-item p{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
	display: block;
}
.accomod-item a{
	color: #B7BABF;
	font-size: 13px;
}

.accomod-item{
	margin-top: 3px;
}
.accomod-item:first-child{
	margin-top: 0px;
}
.accomod-item .custom{
	padding-left: 10px;
}

.accomod-item .custom i{ 
	    font-size: 15px;
    margin-right: 7px;
    color:#95b970;
}
.accomod-item .custom div{
	font-size: 13px;
	color: #a1a4a9;
	display: inline-block;
	cursor: pointer;
}
.accomod-item .custom div:hover{
	text-decoration: underline;
}
.accomod-right{
	margin-left: auto;
    width: 250px;
    min-width: 250px;
    display: flex;
    align-items: center;
    border-left: 2px dashed #fff;
    padding-right: 10px;
    padding-left: 20px;
}
.accomod-right .btn-ghost-sm{
	width: 100%;
	text-align: center;
	font-weight: 500;
	transition: all 0.3s;
	border:1px solid var(--primary);
	padding:6px 15px;
	font-size: 15px;
	cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
   	user-select: none;
   	background-color: var(--primary);
   	color: #fff;
}
.stay-item-form .price-block .book-price{
	min-width: 100px;
}
.accomod-right .btn-ghost-sm.active-choose{
	background-color: white;
	color: var(--primary);
}
.accomod-right .btn-ghost-sm.active-choose:hover{
	background-color: var(--primary);
	color: #fff;
}



.capacity-filled{
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 3px;
	padding:50px;
	text-align: center;
}
.capacity-filled-item{
	margin:0px auto 5px auto;
	padding: 7px 30px;
	display: block;
	width: 100%;
	max-width: 250px;
	text-align: center;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	transition: all 0.3s;
}
.capacity-filled-item:hover{
	background-color: #e8e8e8;
}


/* radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    /*position: absolute;
    left: -9999px;*/
    visibility: hidden;
    display: none;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 23px;
    display: inline-block;
    color: var(--primary);
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.fw-item-block .stay-item-block .col-items-title{
	margin-top:0px;
	font-size: 16px; 
    font-weight: 300;
    border-bottom: 1px solid #f2f3f4;
    padding-bottom: 10px;
    padding-left: 7px;
    color: #038bde;
    font-weight: 500;
}

.offer-data{
	display: none;
}
.pristelky-hide{
	font-weight: normal;
}
.pristelky-hide i{
	display: none;
	font-style: normal;
}
.hidden{
	display: none;
}
.reserv-rooms-block{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
label.error{
	margin-top: 6px;
	line-height: 1;
	color: var(--primary);
}

.wellness-item .col-item-bottom{
	width: 100%;
	margin-top: unset;
}
.wellness-item .wellness-item-btnprice{
	margin-top: auto;
}
.wellness-item .col-item-content{
	flex-flow: column;
}
.wellness-item .wellness-timepicker span{
	min-width: 100px;
}

.section-head{
	text-align: center;
	padding:40px 0;
}

.section-head.main-bold h3{
	font-weight: 600;
}
.section-head h3{
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 25px;
}
.section-head p{
	width: 100%;
	max-width: 600px;
	margin:15px auto 0px auto;
}
.giftcards .section-head{
	margin-top: 95px;
}

#to-pay-after{
	font-size: 13px;
	font-weight: 400;
	border-top:0;
	margin-top: 0;
}

.field-leftchars{
	margin-top: 30px;
}
.field-leftchars .gc-basket-charsleft{
	position: absolute;top:-20px;
	right:0;
	font-size: 12px;
}

.stay-item-form .book-room-item{
	/*background-color: #eef8ff; */
	    border: 1px solid #edf4f9;
}

.room-for-input{
	position: relative;
	display: inline-block;
}
.room-for-input i{
	position: absolute;
	top:23px;
	right:10px;
	bottom:0;
	color: #a1a4a9;
    font-size: 16px;
    cursor: pointer;
}

#companyform{
	margin-top: 25px;
}


.col-item-price-block .dropdown{
	width: 100%;
	margin-left: auto;
}
.col-item-price-block .dropdown .btn{
	width: 100%;
	white-space: unset;
	border: 1px solid var(--primary);
    background-color: transparent;
    padding: 10px 30px 10px 10px;
    color: var(--primary);
    border-radius: 0;
}
.col-item-price-block .dropdown .btn div{
	width: 80px;
	text-align: left;
	font-size: 13px;
}
.col-item-price-block .dropdown .btn::after {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    height: 5px;
    margin: auto 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.col-item-price-block .dropdown .btn:focus{
	outline: 0;
	box-shadow: unset;
}
.col-item-price-block .dropdown .btn:active:focus{
	box-shadow: unset;
}

.col-item-price-block .dropdown .selectitem div{
	width: 100%;
	font-size: 12px;
}
.out-of-date .col-item-price-block .btn-ghost-sm{
	margin-left: 5px;
}


.img-price-block{
	position: absolute;
    bottom: 10px;
    right: 10px;
    height: auto;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: right;
    color: var(--primary);
    line-height: 1;
    background-color:#fff;
    padding:10px 15px;
    border-radius: 3px;
}
.another-dates-label{
	font-size: 13px;
	color: #B7BABF;
	width: 100%;
	margin-bottom: 5px;
}
.out-of-date .col-item-price-block{
	flex-wrap: wrap;
}
.another-dates-block{
	width: 100%;
	display: flex;
}
.out-of-date .col-item-price-block .dropdown .btn div{
	width: auto;
	font-size: 14px;
}


.basket .menu.basket-m-item{
	color: #fff;
}


.default-select.active .nav-select-items{
	display: block;
}


.w-item-label{
	cursor: pointer;
	user-select: none;
}

.giftcards .card-item{
	margin-bottom: 20px;
}

.counter-top-desc{
	font-size: 12px;
	text-align: center;
}
.counter-top-desc.nonact{
	display: none;
}

.checkout-note{margin-top: 20px;}
.checkout-company-chck{margin-top: 15px;}





.open-detail-btn{display: none;}
.logo-top-mob{display: none;}
















/* responsive */

@media (min-width: 1600px){
	.gc-btn{font-size: 17px;}
}	
@media (max-width: 1600px){

}
@media (max-width: 1500px){
	.gc-price-infobox{display: none;}
}
@media (max-width: 1400px){
}
@media (max-width: 1199.98px){
}
@media (max-width: 1100px){
	.book-day span{font-size: 16px;}
	.nav-nights{font-size: 15px;}
	.line-margin .line{width: 15px;}
	.nav-search{width: 180px;min-width: 180px;}
	.fw-item-block .content-section .fw-item-main-desc .top-right-abs{position: static;margin-top:0px;margin-bottom: 10px;}
}
@media (max-width: 991.98px){
	.fw-item-block .content-section{padding-left: 20px;}
	.fw-item-block .img-section{width:200px;min-width: 200px;}
	.fw-item-block .content-section .fw-item-main-price{width: 200px;min-width: 200px;}
	.col-items-col{width: 100%;margin-bottom: 20px;}
	.onlycards .card-item .shadow-box{margin-bottom: 10px;}
	.book-room-item .price-block{width: 190px;min-width: 190px;}
	.active-reservation {min-height: unset;}
	.active-reservation .col-item-content{position: static;}
	
	.nav-reservation-date-item{flex-wrap: wrap;min-width: unset;}
	.nav-reservation-date .nav-label{}
	.nav-reservation-date{padding-right: 0;}
	.nav-search{width: 65px;min-width: 65px;margin-left: auto;}
	.nav-search span{display: none;}
	.nav-search i{margin-right: 0;}

	/* gc basket */
	.gc-basket-row{flex-wrap: wrap;}
	.gc-basket-left{width: 100%;}
	.gc-basket-right{width: 100%;padding-left: 0px;}
	.gc-basket-row{margin-top: 75px;}

	.basket-row,.checkout-row{flex-wrap: wrap;}
	.basket-summary{width: 100%;padding-left: 0;}
	.checkout-blocks{width: 100%;}
	.checkout-summary{width: 100%;padding-left: 0;}
	.wellness-items .nav-reservation-date{min-width: 130px;}
	.gc-basket-left{display: none;}

	.accomod-right{width: 200px;min-width: 200px;}
	.bigeron-booking .reserve-right{width: 168px;}
}
@media (max-width: 767.98px){
	.fw-item-block{margin-bottom: 15px;}
	.p{font-size: 12px;}
	.item-part-main{flex-wrap: wrap;}
	.fw-item-block .img-section{width: 100%;max-height: 200px;min-width: unset;}
	.fw-item-block .content-section{flex-wrap: wrap;padding-left: 0px;
		padding-top:10px;width:100%;padding-bottom: 0px;}
	.fw-item-block .content-section .fw-item-main-price{
		border-top: 2px dashed #EEECEC;border-left: 0;padding-left: 0;
		width: 100%;margin-top:10px;padding-top: 10px;margin-left: 0;
	}
	.fw-item-main-price .aligned-100{width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
	.aligned-100 .price-desc{width: 100%;text-align: left;margin-bottom: 0px;}
	.aligned-100 .price-big{order:1;margin-bottom: 0;font-size:20px;}
	.aligned-100 .price-big span.set-price{order:1;margin-bottom: 0;font-size:20px;}
	.aligned-100 .price-sell-big{order:2;margin-left: 15px;margin-bottom: 0;font-size:16px;}
	.aligned-100 .btn-ghost-lg{width: auto;order:3;width:200px;margin-left: auto;}
	.fw-item-block .content-section .fw-item-main-price .aligned-100{padding: 0;}

	.title-big{padding-right: 0;font-size: 15px;}
	.fw-item-main-desc .adv-icon-block{padding-right: 0;}
	.col-items-col{width: 100%;}

	.book-room-item{flex-wrap: wrap;}
	.book-room-item .price-block{width: 100%;border-left:0;padding-left: 10px;margin-top: 15px;border-top:2px dashed #EEECEC;
		margin-right: 0;padding-right:10px; }
	.line-vertical{display:none;}
	.book-adults{width: 100%;border-bottom:1px solid #D4D6D9;margin:0 10px;padding-bottom: 10px;}
	.book-adults .label-default{margin-left: 0px;width: 100%;}
	.book-adults .plusminus-block{margin-right: 0px;}

	.book-kids{flex-wrap: wrap;width: 100%;margin:0 10px;margin-top: 10px;}
	.book-kids .label-default{margin-left: 0px;width: 100%;margin-bottom: 5px;}
	.book-kids .kids-row{}
	.book-end{flex-wrap: wrap;}
	.bigeron-booking .book-end .reserve-right{width: 100%;}
	.book-room-item-number{width: 100%;height: 40px;margin-bottom: 10px;}

	.item-part-col-items{padding: 10px 0px 0px 0px;}
	.col-items-title{margin-bottom: 10px;font-size: 18px;}
	.col-item-content{padding:15px;height:calc(100% - 150px);}

	.col-item-price-block{flex-wrap: wrap;}
	.col-item-price-block .btn-ghost-sm{margin-top: 0px;}
	.col-items-col:last-of-type{margin-bottom: 0;}
	.adv-icon-item{font-size: 12px;line-height: 1;}
	.fw-item-main-desc .badges-block{margin-bottom: 0px;}
	.bdg{font-size: 12px;letter-spacing: 0;padding: 2px 6px;}

	.plus-list{margin-bottom: 10px;}
	.col-item-price-block{padding-top: 10px;}
	.col-item-desc-block{margin-top: 10px;padding-top: 10px;}
	.plus-list-item{font-size: 12px;}
	.title-sm{font-size: 15px;margin-bottom: 10px;}
	.plus-list-item{margin-bottom: 3px;}
	.col-item-desc-block{font-size: 12px;}
	.col-item-price{font-size: 20px;}
	.col-item-sellout{font-size: 16px;}
	.col-item-img{height:150px;}
	.bigeron-booking .reserve-right{margin-right: 0;}
	.plus-list .p{font-size: 12px;}

	.fw-infoblock{font-size: 12px;}
	.bdg-lg i{font-size: 13px;}

	
	
	.nav-nights{display: none;}

	/* gc basket */
	.gc-basket-room{width: 50%;}
	.gc-basket-buttons-price{font-size: 16px;}
	.gc-basket-buttons{flex-wrap: wrap;}
	.gc-btn-ghost{width: 50%;}
	.gc-btn-submit{width: 50%;}
	.gc-basket-buttons-btns{width: 100%;}
	.gc-basket-buttons-price{margin-bottom:15px;}
	.addi-fw-item .description p:first-child{padding-right:20px;}
	.addi-fw-item .description p:last-child{padding-right:20px;}
	.gc-nav-desc{padding-left: 7px;padding-right: 7px;margin-bottom: 15px;}
	.gc-basket-nav-item-content:before{display: none;}
	.gc-nav-status{margin-top:15px;}
	.gc-basket-nav-item-content::after{top:30px;}
	.cardpay-more-desc{width: 100%;}

	.cardpay-more-content-row{flex-wrap: wrap;}
	.cardpay-more-content-row .cardpay-more-desc{width: 100%;margin-bottom: 15px;}
	.cardpay-more-content-row .cardpay-more-chooser{width: 100%;justify-content: unset;}

	.fw-item-block.basket-item{flex-wrap: wrap;}
	.basket-item .left{width: 100%;}
	.basket-item .right{width: 100%;padding:10px 0 0 0;margin:0;border-top:2px dashed #EEECEC;border-left: 0;}
	.basket-item-more{padding-right: 10px;}

	.second-footer .legal-links{order:2;}
	.second-footer .centered-bigeron{order:3;}

	.fw-item-block .content-section .fw-item-main-desc .top-right-abs{position: absolute;}

	.top-header .main-block:first-child .logo{display: block;}
	.header-right-menu{display: none;}
	.menu-tabs-block{display: none;position: fixed;background-color: var(--primary);top:50px;left:0;right:0;bottom:0;padding-top: 20px;
		padding-bottom: 20px;overflow-y: auto;}
	a.menu-tab{height:40px;line-height: 40px;border-radius: 0;}
	.top-header .main-block:first-child{position: relative;}
	.top-header .logo img{bottom:5px;height: 40px;}
	.top-header .main-block:last-child {height: 0;}
	.top-header .main-block:last-child .logo{display: none;}
	.top-header{height: 50px;}
	.logo-top-mob{display: none;}

	.footer-checking{margin-top: 15px;}
	.top-header .main-block:first-child{height: 50px;}
	#languages-mob{top: 25px;left: 10px;}

	.section-head{padding-left: 15px;padding-right: 15px;}

	.accomod-item .custom{padding-left: 0;}
	.accomod-right{padding-right: 0;width: 222px;}
	.reserv-rooms-block{padding-left: 0;padding-right: 0;}

	.book-end .price-big.hidden{display: flex;padding-top: 0;padding-right: 0;}

	input .btn-ghost-sm{border-radius: 0!important;}

}
@media (max-width: 575.98px){
	.fw-item-block .img-section{max-height: 160px;min-height: 160px;}
	.aligned-100 .btn-ghost-lg{width: 140px;order:3;margin-top: 0px;
		padding:8px 10px;font-size:15px;}
	.fw-item-block .content-section{
		padding: 10px 0 0px 0;}
	.fw-item-block{margin-bottom:10px;padding:10px;border:1px solid #fff;}
	.fw-item-block.active-item{border-color: #3cc53c;}
	.roomdetail-modal .modal-dialog{
		margin-left: 20px;
		margin-right: 20px;
	}
	.line-margin{/*display: none;*/}
	.nav-links {flex-wrap: wrap;}
	.nav-item{width: 100%;font-size: 15px;padding:10px 15px;}
	.nav-links a{width: 100%;min-width: 100%;}
	.nav-links a:first-child .nav-item{border-top-right-radius: 3px;}

	#changelang-mob{font-size:14px;margin-left: 15px;}
	.lang-chooser-item{font-size:14px;}
	.right-block a {font-size:14px;}
	.fw-infoblocks{margin:15px 0;}

	/* gc basket */
	.gc-basket-room-info{font-size: 14px;}
	.gc-basket-content h2{font-size: 18px;}
	.gc-basket-content h3{font-size: 16px;margin-bottom: 10px;}
	.gc-basket-content p{font-size: 14px;}
	.gc-basket-room{width: 100%;}
	.gc-nav-desc{font-size: 12px;line-height: 1.2;}
	.addi-fw-item .description p:first-child{font-size: 15px;padding-right:0px;}
	.addi-fw-item .description p:last-child{font-size:12px;line-height:1.3;padding-right:0px;margin-bottom: 15px;}
	.addi-fw-item{flex-wrap: wrap;}
	.addi-fw-item .description{width: 100%;}
	.addi-fw-item .checkbox{width: 40px;min-width: 40px;}
	.addi-fw-item .price-block{text-align: left;padding-left: 15px;}
	.addi-fw-item .price-block .price-desc{text-align: left;}
	.addi-leftbox{align-items: unset;}
	.addi-fw-item .checkbox{/*display: none;*/}
	.addi-fw-item .inputs{margin-left: 40px;}
	.gc-basket-row{margin-top: 70px;}
	.gc-radios-block{margin-top: 10px;}
	.gc-radios-h{margin-top:10px;font-size: 14px;line-height: 1.2;}
	.radio-block{font-size: 12px;}
	.gc-basket-content{padding:20px 15px;}

	.gc-wlns-item-head{flex-wrap: wrap;}
	.gc-wlns-item-control{margin-top:10px;}
	.gc-wlns-item-name{font-size: 15px;}
	.gc-wlns-item-desc{padding-left: 0px;font-size: 12px;line-height: 1.3;}
	.gc-wlns-item-control .price-block{text-align: left;padding-left: 15px;width: 100px;min-width: 100px;}
	.gc-wlns-item-control .price-block .price-desc{text-align: left;}
	.gc-wlns-item-desc ul{padding-left: 25px;}

	.cardpay-more{padding-left: 0;}
	.wellness-items .nav-reservation-date{min-width: 120px;}

	.row-adt{margin:0 -5px;}
	.col-adt{width: 33.33%;padding:0 5px;}

	.checkout-block{padding: 20px;}
	.checkout-block .row{margin-bottom: 0px;}
	.checkout-block h3{font-size: 16px;}
	.pay-item-clickblock .description p.sub-desc-paym{font-size: 12px;}
	.cardpay-chooser label{padding:3px 9px;font-size: 14px;}
	.sum-final-price{font-size: 16px;}
	.sum-final-price-pay{font-size: 18px;}
	.gc-btn{font-size: 14px;}
	.final-price-price{font-size: 20px;}
	.pay-item{padding:15px 10px 10px 10px;}
	.input-box{margin-bottom: 10px;}
	.input-box.margin-0{margin-bottom: 0;}
	.checkout-note{margin-top: 10px;}
	.checkout-company-chck{margin-top: 0;}
	.checkout-block{margin-bottom: 15px;}
	.pay-type.pay-item-clickblock input[type="checkbox"]{top:15px;left: 15px;}

	.second-footer .legal-links{margin-top: 15px;}
	.second-footer .legal-links a{text-align: left;}

	.footer-contact{margin-top: 15px;}
	.giftcards .section-head{margin-top: 50px;}

	.nav-reservation-date-item.from-disp{padding-left: 10px;padding-right: 20px;}
	.nav-reservation-date-item.to-disp{padding-left: 20px;padding-right: 10px;}
	.book-day:first-child span{font-size: 26px;min-width: 35px;}
	.book-day:last-child span{font-size: 12px;}
	.nav-reservation-date{width: 100%;}
	.book-day:last-child{margin-top: -6px;line-height: 1;}
	.nav-reservation-date .nav-label{margin-bottom: 4px;}

	.footer-logo{margin-bottom: 15px;}
	.section-head{padding-top: 20px;padding-bottom: 20px;}
	.section-head h3{font-size: 20px;}
	.section-head p{font-size: 13px;}
	.section-head.main-bold{text-align: left;}

	.nav-reservation{flex-wrap: wrap;}
	.stays .nav-reservation-date{width: 100%;}
	.stays .nav-select{width: 100%;}
	.stays .nav-select.default-select{height: 50px;width: 50%;min-width: unset;border-top: 1px solid #efefef;}
	.stays .nav-select .nav-select-items{top: 49px;}
	.nav-select.default-select.sm{border-left: 0;}
	.stays .nav-reservation-date .nav-label{align-items: center;}
	.stays .nav-reservation-date-item.from-disp{width: 100%;height: 100%;}

	.wellness-items .nav-reservation-date {width: 100%;}
	.wellness-items .nav-reservation-date-item.from-disp{width: 100%;height: 100%;}
	.wellness-items .nav-reservation-date .nav-label{align-items: center;}
	.nav-select.select-wellness{height: 50px;width: 100%;min-width: unset;border-top: 1px solid #efefef;border-left: 0;}
	.wellness-items .nav-select .nav-select-items{top: 49px;}


	.nav-search{width: 100%;height: 50px;border-radius: 0 0 4px 4px;}
	.nav-search span{display: block;}
	.nav-search i{margin-right: 10px;}
	.nav-reservation-date{height: 64px;}
	.nav-select.filter{width: 100%;height: 50px;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
	.nav-select-btn::before{top: 13px;}
	.nav-reservation .filter .nav-select-items{width: 100%;top: 49px;}
	.nav-reservation{border-radius: 4px;}
	.nav-reservation-date-item.from-disp{width: 50%;display: flex;justify-content: center;}
	.nav-reservation-date-item.to-disp{width: 50%;display: flex;justify-content: center;}
	.nav-reservation-date .nav-label{width: auto;margin-right: 10px;}
	.nav-reservation .filter .nav-select-btn:hover{background-color: unset;}
	.nav-select-btn{font-size: 14px;}
	.nav-select-items li{font-size: 13px;}
	.nav-select .nav-label{top: 9px;}


	.badges-onsite{margin-top: 20px;margin-bottom: 20px;}

	.fw-item-block .content-section .fw-item-main-desc .top-right-abs{position: static;margin-top:5px;margin-bottom: 5px;}

	.price-big span{font-size: 18px;}

	.accomod-right{min-width: 162px;width: 162px;}
	.accomod-item p{font-size: 18px;}

	.roomdetail-modal .modal-body{padding: 20px;}
	.add-room{margin-right: auto;padding-left: 20px;padding-right: 20px;max-width: unset;margin-bottom: 10px;}
	.room-reserv-info{width: 65%;margin: 8px 0 8px 0;padding: 0 10px 0 0;text-align: left;}
	.book-end .price-big{width: 35%;padding-right: 0px;min-width: unset;text-align: left;padding-top: 0;}
	.bigeron-booking .book-end .reserve-right{width: 100%;}

	.fw-item-block .stay-item-block .col-items-title{font-size: 15px;line-height: 1.3;}

	.img-badges-block{top: 5px;right: 5px;left: 5px;}
	.img-abs-bottom{right: 5px;left: 5px;bottom: 5px;}

	.add-rooms{width: 100%;max-width: 100%;}

	.owl-carousel .item{height: 160px;}
	.modal .owl-carousel .item{height: 100%;}

	.stays-list-block .item-part-main .img-section{width: 25%;}
	.stays-list-block .item-part-main .content-section{width: 75%;padding-left: 10px;padding-top: 0;}
	.stays-list-block .item-part-main .img-section img{height: 160px;}
	.stays-list-block .item-part-main .fw-item-main-price{margin-top: 0;}
	.stays-list-block .badges-block{margin-bottom: 5px;}
	.plus-list-item{padding-left: 20px;}
	.stays-list-block .itm .stay-item-form{padding-left: 0;padding-right: 0;}
	.stays-list-block .itm .stay-item-form .book-room-item{padding-top: 10px;}

	.page-booking .bigeron-booking .main-nav{margin-top: 0;}
}
@media (max-width: 500px){
	.stays-list-block  .aligned-100{position: relative;}
	.open-detail-btn{cursor: pointer;display: block;position: absolute;top: 0;right: 0;width: 30px;height: 30px;background: var(--primary);line-height: 30px;text-align: center;color: #fff;}
	.stays-list-block  .aligned-100 .btn-ghost-lg{width: 100%;margin-top: 10px;}

	.litepicker .day-item{font-size: 11px!important;}
}
@media (max-width: 450px){
	.gc-basket-buttons-price{font-size: 14px;}

	.second-footer .centered-bigeron{flex-wrap: wrap;margin-top: 30px;}
	.second-footer .centered-bigeron span{width: 100%;text-align: center;}

	.filter-only-mob .filter{width: 100%;margin-top: 0;}

	.form-kids{font-size: 12px;}
	.form-kids option{font-size: 12px;}

	.cardpay-chooser label{padding:2px 6px;font-size: 12px;}

	.accomod-item p{font-size: 14px;}

	.room-reserv-info{width: 60%;}
	.book-end .price-big{width: 40%;}

}
@media (max-width: 350px){

	.book-day span{font-size: 15px;}
	.aligned-100 .price-sell-big{margin-left: 5px;}
	.aligned-100 .price-big{font-size: 16px;}
	.price-big span{font-size: 85%;}
	.aligned-100 .btn-ghost-lg{font-size: 14px;}
	.addi-fw-item .price-block{padding-left: 10px;min-width: 80px;width: 80px;}
}
 
figure{margin:1em 40px;} 
figure{margin:0;margin-bottom:10px;} 
figure{margin-top:25px;padding-bottom:20px;}
/*! CSS Used from: https://www.zerrenpachlatky.sk/assets/zerrenpach/css/style.css */

figure{display:block;}
figure{margin:1em 40px;}
figure{margin:0;} 
figure{display:block;} 
.loader{background-color:transparent;}
.icon{color:#ddd;font-size:150%;}
/*! CSS Used keyframes */
@-webkit-keyframes Dots{0%{content:"";}33%{content:".";}66%{content:"..";}100%{content:"...";}}
@keyframes Dots{0%{content:"";}33%{content:".";}66%{content:"..";}100%{content:"...";}}

.addtobasket
{text-transform:uppercase;}




 
 
 .form-kids.error
 {border:1px solid red;}
 
 
.badge{
 	  padding: initial;
    line-height:  14px;
    font-weight: 400;
    font-size: 10px;
    border-radius:11px;
 }