.nice-select.open .list {
    width: 100%;
}

.single-recent-post.active {
    background-color: #13a0dc;
    color: #fff;
}

.single-recent-post.active .post-title {
    color: #fff;
}

.breadcrumb-area .room-price {
    font-size: 36px;
    color: #13a0dc;
    margin-bottom: 0;
    text-shadow: 0 0 5px #00000091;
}

.table td,
.table th {
    vertical-align: middle;
}

.pizzaro-order-steps {
    text-align: center;
    margin-bottom: 5em;
}

.pizzaro-order-steps ul {
    margin: 0;
}

.pizzaro-order-steps ul li {
    display: inline-block;
    color: #000;
    font-size: 0.875em;
    margin-bottom: 2em;
}

.cart .step {
    border-color: #13a0dc !important;
    background-color: #13a0dc !important;
}

.pizzaro-order-steps ul .checkout .step {
    border-color: #13a0dc !important;
    background-color: #13a0dc !important;
    color: #fff;
    font-weight: bold;
}

li .step {
    position: relative;
}

.pizzaro-order-steps ul li .step {
    display: block;
    width: 48px;
    height: 48px;
    padding: 16px 6px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 1.143em;
    font-weight: normal;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    color: #2b2b2d;
}

.pizzaro-order-steps ul .cart .step {
    background-color: #22362b;
    font-weight: bold;
    color: #fff;
}

.pizzaro-order-steps ul li .step::after {
    content: " ";
    width: 170px;
    height: 5px;
    display: block;
    background-color: #ebeaef;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

.pizzaro-order-steps ul li+li .step::before {
    content: " ";
    width: 200px;
    height: 5px;
    display: block;
    background-color: #ebeaef;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

.pizzaro-order-steps ul li+li {
    padding-left: 0;
}

.pizzaro-order-steps ul li+li .step {
    position: relative;
}

.pizzaro-order-steps ul li:last-child .step::after {
    content: " ";
    width: 0px;
}

.alert-box span {
    font-family: 'Open Sans';
    color: #333333;
    font-weight: 300;
    line-height: 20px;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.alert-box {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: 15px;
}

.alert-box.alert-attention {
    background-color: #f7eed8;
    border-color: #f0e2c1;
}

.daterangepicker {
    display: none;
    width: 790px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 35px;
    padding-top: 27px;
    padding-bottom: 25px;
    margin-top: 2px;
    right: 20% !important;
}

@media (max-width: 767px) {
    .daterangepicker {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 25px 0px;
    }
}

.daterangepicker:before,
.daterangepicker:after {
    display: none;
}

.daterangepicker .calendar {
    margin: 0;
    width: 325px;
    max-width: 325px;
}

.daterangepicker .calendar th {
    font-size: 14px;
    color: #1a2b48;
    cursor: default;
    font-weight: 600;
}

.daterangepicker .calendar th.month {
    font-size: 16px;
    color: #1a2b48;
    font-weight: 700;
}

.daterangepicker .calendar th.next,
.daterangepicker .calendar th.prev {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.daterangepicker .calendar.right {
    float: right;
}

@media (max-width: 767px) {
    .daterangepicker .calendar {
        width: 235px;
        max-width: 270px;
    }
    .daterangepicker .calendar.right,
    .daterangepicker .calendar.left {
        float: none !important;
        clear: none !important;
        margin: 0 auto !important;
    }
    .daterangepicker .calendar.left {
        margin-bottom: 30px !important;
    }
}

.daterangepicker .calendar-table {
    padding: 0;
    border: none;
    background-color: transparent;
}

.daterangepicker .calendar-table .table-condensed thead tr:nth-child(2) th {
    padding-top: 27px;
    padding-bottom: 17px;
}

.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0;
}

.daterangepicker_input {
    display: none;
}

.daterangepicker td {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 46px;
    width: 32px;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 500;
}

.lst-filt:hover {
    background-color: #13a0dc;
    color: #fff !important;
}

.lst-filt:hover a {
    color: #fff !important;
}

@media (max-width: 767px) {
    .daterangepicker td {
        height: 32px;
        width: 32px;
    }
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00ad5f;
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.daterangepicker td.in-range {
    background: #03a9f43b;
}

.daterangepicker td.today {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #c9c9c9;
}

.daterangepicker td.today.in-range {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #6c7ae0;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background: transparent;
    color: #aaa;
}

.daterangepicker select {
    outline: none;
    font-family: inherit;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 16px;
    padding: 8px 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #FFC107;
}

.dropdown-datepicker {
    position: relative;
}

.dropdown-datepicker .daterangepicker {
    width: 385px;
    padding: 20px;
    max-width: 385px;
    margin-left: 0;
    margin-right: -20px;
}

.dropdown-datepicker .daterangepicker .calendar {
    width: 100%;
    max-width: 100%;
}

.dropdown-datepicker .daterangepicker .calendar td {
    width: 32px;
    height: 32px;
}