/*
Theme Name: Rentman
Theme URI: N/A
Author: Conversal Team
Author URI: https://www.conversal.be/
Description: A custom wordpress theme for Rentman.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: rentman
*/
@import url('assets/css/main.css'); .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day {
    position: relative;
    cursor: default;
    color: #aeaeae;
    z-index: -1;
}

.datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(2), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(9), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(16), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(23), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(30), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(37) {
    color: #4a4a4a;
    z-index: 1;
    cursor: pointer;
    font-weight: 600;
}

.datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(6), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(13), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(20), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(27), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(34), .datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day:nth-child(41) {
    color: #4a4a4a;
    z-index: 1;
    cursor: pointer;
    font-weight: 600;
}

.datepicker--cells.datepicker--cells-days .datepicker--cell.datepicker--cell-day.-disabled- {
    color: #aeaeae!important;
    cursor: default;
    font-weight: 400;
}

.xs-humbergur-btn {
    padding: 18px 0;
}

.rm-search-form-xs button {
    display: none;
}

.hdr-btmbar-cntlr .rm-search-submit-btn > i {
    display: none;
}

.hdr-btmbar-cntlr .rm-search-submit-btn button {
    display: block;
}

.extra-cost-cart {
    margin-bottom: 20px;
}

.extra-cost-cart label {
    padding: 5px 0 0px 32px;
    position: relative;
    line-height: 24px;
}

/*.extra-cost-cart label:after{
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 18px;
    height: 17px;
    background: #fff;
    opacity: 0;
}*/
.extra-cost-cart label input + span {
    position: absolute;
    left: 3px;
    top: 8px;
    width: 18px;
    height: 17px;
    background: #fff;
}

.extra-cost-cart label input:checked + span {
    opacity: 0;
}

.extra-cost-cart label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(assets/images/list-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}

.extra-cost-cart label input {
    display: none;
}

.order-thanks-text {
    margin-bottom: 50px;
}

.order-thanks-text p {
    margin-bottom: 15px;
}

input[type="date"] {
    color: #000;
    /* Set the text color */
}

input[type="date"]:invalid {
    color: #999;
    /* Grey out the text color for invalid dates */
}

@media(max-width: 375px) {
    .tax-product_cat.woocommerce .cat-contact, .post-type-archive-product .cat-contact {
        width: 100%;
    }
}

.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before{
    /* background: red; */
    content: "🡸";
    color: #000;
    display: block;
    text-indent: initial;
    line-height: 1;
}

.ui-datepicker .ui-datepicker-next span:before{
    content: "🡺";
}

.cal-icon {
  display: inline-block;
  margin-left: -28px;
  margin-right: 30px;
  position: relative;
  z-index: 0;
}

#rental-period-start,
#rental-period-end {
    padding: 8px 15px;
    font-size: 15px;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}