.rewardme-property-view {
    color: #141D38;
}

.store-heading {
    color: #141D38;
}
.property-name h2 {
    font-weight: 600;
    font-size: 1.4rem;
}
.property-review {
    margin: 12px 0px;
}
.aggregateRating h3 {
    font-size: 1.3rem;
}
.field.img-field {
    display: inline-grid;
    grid-template-columns: 0.5fr 0.5fr;
    gap: 2px;
    width: 100%;
}

.wk-property-design img {
    height: 100%;
}
.control.img .second-img {
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    gap: 2px;
    position: relative;
    height: 100%;
}
.room-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    column-gap: 10px;
    row-gap: 10px;
}
.room-wrap {
    border: 1px solid #D7D4D2;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.gallery-carousel {
    border-radius: 1rem;
    inline-size: 100%;
    overflow: hidden;
    position: relative;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
span.property-name h4 {
    color: #141D38;
    padding: 3px;
    margin: 0px;
}
.row {
    color: #343B53;
    margin: 20px 0px 0px 0px;
}

.row-aminities ul {
    margin: 0;
    padding: 10px 0px 0px 22px;
}
.room-top-details {
    padding-block-start: 0.75rem;
    padding-inline: 0.75rem;
}
.row-totals {
    padding: 10px;
}
span.note-message {
    font-size: 11px;
    color: red;
}
.totals {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    border-top: 1px solid #D7D4D2;
    align-items: flex-end;
}
button.action.primary.add-to-cart {
    padding: 10px;
    border-radius: 5px;
    background: #182a5c;
    line-height: 1rem;
}
.row-totals a {
    font-weight: 600;
}
.reserve.add-to-cart {
    margin: 10px;
}
aside.modal-popup.totals-popup.modal-slide._show .modal-inner-wrap {
    width: 40%;
    color: #343B53;
    margin-left: auto;
    margin-right: auto;
}
.admin__table-secondary th {
    width: 100%;
}
.owl-carousel .owl-item img {
    height: 275px;
    object-fit: fill;
}
.room-wrap .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.owl-next:before {
    color: #3662D8;
    content: '\e608';
    font-size: 15px;
    font-family: 'porto-icons';
    background-color: white;
    border-radius: 50px;
    padding: 8px;
    margin: 5px;
}
.owl-prev:before {
    color: #3662D8;
    content: '\e617';
    font-size: 15px;
    font-family: 'porto-icons';
    background-color: white;
    border-radius: 50px;
    padding: 8px;
    margin: 5px;
}
.checkin-checkout {
    display: flex;
    justify-content: space-between;
}
.image-count {
    bottom: 8px;
    right: 15px;
    position: absolute;
}

.image-count button, .room-image-count button {
    background: rgb(0 11 38 / 55%);
    color: white;
    border-radius: 5px;
}
.image-popup .modal-inner-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}
#image-content .property-images {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
}

.image-popup footer.modal-footer, .room-image-popup footer.modal-footer {
    display: none;
}
.rewardme-property-view .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 100%;
}
.room-image-count {
    position: absolute;
    margin: 10px;
    z-index: 20;
    bottom: 0;
    right: 0;
}
.property-aminities-details {
    display: flex;
    justify-content: space-between;
}
.wk-property-design .item.title.active {
    color: #3662D8;
}

.wk-property-design .product.data.items > .item.title > .switch {
    border: none;
}

.wk-property-design .item.title.active > .switch {
    color: #3662D8 !important;
    border-bottom: 2px solid #3662D8 !important;
}
.wk-property-design .product.data.items > .item.title > .switch {
    color: #343B53;
}
.aggregateRating h4 {
    color: #343B53;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.25rem;
}
.property-overview {
    display: flex;
    justify-content: space-between;
}
aside.modal-popup.room-image-popup.modal-slide._inner-scroll._show {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.room-image-popup .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.room-image-popup .gallery-carousel {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.grand-total {
    font-size: 1.1rem;
    line-height: 2;
}
.rewardme-property-view .room-image-popup.modal-popup._inner-scroll .modal-inner-wrap {
    min-height: 95%;
    max-height: 95%;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(
        https://fonts.gstatic.com/s/materialicons/v19/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2
        ) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px !important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-osx-font-smoothing: grayscale;
}

.font-awesome {
    /* font-family: 'FontAwesome'; */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    transform: translate(0, 0);
    font-size: 45px; 
    line-height: 40px;  
}

.field.loc-field {
    display: flex;
    border: 1px solid #1a1c1b;
    border-radius: 5px;
    width: 25%;
    margin-right: 10px;
}
.field.loc-date {
    border: 1px solid #1a1c1b;
    border-radius: 5px;
    margin-right: 10px;
}
.loc-icon {
    margin: 5px 5px 1px 5px;
}

#wkautocomplete, #check-in, #check-out, #occupency {
    border: none;
    font-weight: 700;
    color: #777777;
}

.wk-mp-design {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.store-heading h1 {
    text-align: center;
}
button.action.primary.seller-btn {
    padding: 9px 20px !important;
    border-radius: 5px;
    line-height: 0;
    height: 2.6rem;
    background: #182a5c;
}
.control.loc-control {
    width: 100%;
    padding: 1px;
}
.loc-date-field {
    display: flex;
    /* align-items: flex-start; */
}
.control.loc-date, .loc-traveller {
    border: 1px solid #1a1c1b;
    border-radius: 5px;
    margin-right: 10px;
    padding: 1px;
}
.search-term {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #e5e5e5;
    padding: 10px;
    width: auto;
    z-index: 99;
}
span.location-name {
    padding: 5px;
    cursor: pointer;
}
.search-data {
    display: grid;
    grid-template-columns: 0.01fr 0.9fr;
    color: #141D38;
}
.search-data .loc-icon {
    margin: 10px 5px 5px 5px;
}

.control.travller-section {
    position: relative;
}
.traveller-details {
    position: absolute;
    right: 6px;
    width: 360px;
    z-index: 400;
    background-color: white;
    /* display: none; */
}
.uitk-step-input-controls {
    display: flex;
    justify-content: flex-end;
    margin: 10px;
    align-items: center;
}

.adult-input, .child-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-traveller {
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0.5rem 1rem 0px rgb(0 11 38 / 24%);
    padding: 10px;
}

.uitk-step-input-value {
    background: transparent;
    color: #2e3034;
    font-size: 0.875rem;
    inline-size: 1.5rem;
    line-height: 1.125rem;
    text-align: center;
    max-width: 50px;
    border: none !IMPORTANT;
}

button.subs-step-input-touch-target, button.add-step-input-touch-target, .subs-step-input-child, .add-step-input-child {
    align-items: center;
    background: transparent;
    block-size: 3rem;
    display: flex;
    inline-size: 3rem;
    justify-content: center;
    border-radius: 3rem !important;
    cursor: pointer;
    padding: 0 !important;
    height: 49px !important;
}

button.subs-step-input-touch-target:hover, button.add-step-input-touch-target:hover, .subs-step-input-child:hover, .add-step-input-child:hover {
    background: none;
    border-color: grey;
    color: #767575;
}

label.uitk-step-input-label-section {
    font-size: 17px;
}
span.subs-step-input-button::after, span.add-step-input-button::after {
    display: block;
    font-family: 'porto-icons';
    font-size: 10px;
}
span.subs-step-input-button::after {
    content: '\f883';
}
span.add-step-input-button::after {
    content: '\f882';
}
button.traveller-close {
    background-color: #3662D8;
    color: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 0.25rem 0px rgb(0 11 38 / 20%);
    inline-size: 100%;
    min-block-size: 3rem;
    overflow: hidden;
    background: #182a5c;
}
.uitk-step-input-controls {
    display: flex;
    margin: 10px;
    align-items: center;
    justify-content: flex-end;
}

button.uitk-button.addRoomButton, button.uitk-button.remove-room {
    align-items: center;
    border-width: 0;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: nowrap;
    font-weight: 500;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    text-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    color: #182a5c;
    padding: 0;
}
button.uitk-button.addRoomButton:focus, button.uitk-button.remove-room:focus {
    outline: none;
}
.child-age-option-temp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
td.base-rate {
    padding: 0px 20px;
    font-size: 12px;
}
span.total-info {
    font-size: 11px;
}
.heading h3.uitk-heading {
    font-size: 25px;
    font-weight: 600;
}

#room-header h3.uitk-heading {
    font-size: 20px;
}
.wk-mp-design input::placeholder {
    font-weight:bold;
    color: #777777;
}
.wk-mp-design input {
    font-weight: 700;
    color: #777777;
}
.wk-property-design .product.data.items > .item.title.active > .switch {
    border: none !important;
}
.wk-property-design .product.data.items > .item.title.active {
    border-color:#3662D8;
}
i.fa.fa-caret-left {
    display: none;
}
i.fa.fa-caret-right {
    display: none;
}
.room-details button.owl-next, .room-details button.owl-prev, .room-image-popup button.owl-next, .room-image-popup button.owl-prev{
    background: none !important;
}
.room-details .owl-carousel {
    margin-bottom: 0;
}
.modal-popup .modal-header {
    color: white;
}
.room-image-popup .action-close, .image-popup .action-close, .totals-popup .action-close {
    top: 13px !important;
    right: 20px !important;
    padding: 0;
}
.room-details .owl-dots {
    display: none;
}
.rewardme-property-view h4 {
    font-size: 1.1rem;
    font-weight: 600;
}
.cms-page-view .column.main {
    width: auto !important;
    display: block !important;
}