﻿.table {
    min-height: 100px;
}

.hotel-tour-row {
    margin: .25em 0;
}

.button-hotel-tour {
    font-size: .75em;
    padding: .5em 0;
}

.hotel-tour-row .grid-col {
    padding: 0 .5em;
}

.hotel-tour-row > div {
    display: inline-block;
    text-align: center;
}

.ranges-box {
    position: relative;
    height: 10px;
    background-color: #ccc;
    margin-top: 10px;
    cursor: pointer;
}

.ranges-box .trek {
    height: 10px;
    background-color: #e77d12;
}

.ranges-box input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.ranges-box input[type=range]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    appearance: none;
    background-image: url("/images/qqqqq.png");
    border: 1px solid #c2c2c2;
}

.ranges-box .cart {
    height: 25px;
    width: 25px;
    background-image: url("/images/qqqqq.png");
    border: 1px solid #c2c2c2;
    cursor: pointer;
}

.button-buy {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 100%;
    margin: 20px 0;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.swiper {
    width: 100%;
    height: 100%;
    margin: 20px 0;
}

.hotel-gallery .swiper-main {
    height: 600px;
}


.search-filter .grid-col {
    margin: 1em 0 0 0;
}

.foodMoreLabel {
    float: right;
    font-size: .9em;
}

.checkbox {
    position: relative;
    padding-left: 1.5em;
    -webkit-user-select: none;
    cursor: pointer;
}

select {
    background: #fff url(../images/select.png) 100% 50% no-repeat;
    background-size: auto 100%;
}



.hotel-hottours-filter__filter-button {
    height: 2.35em;
    width: 100%;
    padding: 0 0;
}

.b-button {
    font-weight: 600;
    text-decoration: none;
    border: 0;
    box-sizing: border-box;
    padding: .5em 1.5em;
    transition: .2s all linear;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.button__contoured {
    border: 2px solid;
    background: #fff;
    color: #464646;
    border-color: #464646;
    border-radius: .25em;
}

.search-filter .checkbox {
    display: inline-block;
    font-size: .9em;
    font-weight: normal;
    padding-left: 1.3em;
}

.b-button.button__contoured_blue {
    color: #00aeef;
    border-color: #00aeef;
}

.search-filter label {
    padding-bottom: 0.5em;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
}

.search-filter .grid-col {
    position: relative;
    margin: 1em 0 0 0;
}