.row {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin-right: -15px!important;
    margin-left: -15px!important;
    min-width: 100%!important;
}
/* Keyboard */
#dates_filter {
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 0px;
    margin-left: 7px;
    text-align: center;
    cursor: pointer;
}
.keyboard {
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #3c3c3c;
    border-radius: 0px;
    width: 120px;
}

.keyboard .lbl_qty {
    width: 40px;
    overflow: hidden;
}

.keyboard .lbl_qty input {
   
    width: 100%;
    height: 40px;
    position: static !important;
    text-align: center !important;
    display: inline-block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0px;
}

.keyboard .btn_qty {
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 10px auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keyboard .btn_qty.less:hover {
    background-color: #3c3c3c;
    color: #ffff;
}

.keyboard .btn_qty.plus:hover {
    background-color: #3c3c3c;
    color: #ffff;
}

/* Keyboard */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.off {
    opacity: .5;
    pointer-events: none;
}

.product-name span {
    font-size: .8em;
    display: block;
}

#dates_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.selected {*/
/*    border: 2px solid#e51e25;*/
/*}*/
/*.selectedStart{*/
/*    border: 4px solid#e51e25;*/
/*}*/
/*Calendar*/
.datepicker-inline {
    width: 100%;
}

th {
    font-size: 1em;

    transition: all .8s;
    background: none;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    border: none;
    opacity: .5;
}

.datepicker .datepicker-switch {
    pointer-events: none;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #fff;
    background-color: #F7F7F7;
    color: #e8d17d;
}

.datepicker.datepicker-inline th {
    padding: 0 0 7px 0;
}

.datepicker-switch {
    text-transform: uppercase;
    font-size: .9em;
}

.datepicker.datepicker-inline th.dow {
    color: #e8d17d;
    font-size: .9em;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 50px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    color: #3c3c3c;

}

.datepicker.datepicker-inline td,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 0;
    background: transparent;
    border: 1px solid #d5d5d5;
}

.datepicker.datepicker-inline td {
    border: none;
}

.datepicker.datepicker-inline td:not(.disabled) {

}

.datepicker table tr td span {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 600;
    font-size: .60em;
    height: inherit;
    line-height: inherit;
    float: inherit;
    margin: 0;
    cursor: inherit;
    border-radius: 0px;
    line-height: 1.2em;
    text-transform: lowercase;
}

.datepicker table tr td span em {
    display: block;
    font-style: normal;
    text-transform: capitalize;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: transparent;
}

.datepicker table tr td.today {
    background-image: none;
    color: #3c3c3c;
    text-shadow: none;
    transition: all .4s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}


.datepicker table tr td.active.active,
.datepicker table tr td.today.active,
.datepicker table tr td.active:hover.active {
    background-color: #42a1a0;
    background-image: none;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .4);

    box-shadow: none;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.today:hover {
    /*background-color: #eee !important;*/
    cursor: pointer;
    background-image: none;
    color: #fff;
}

.datepicker table tr td.active.active {
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover {
    background-color: #F4F7F6;
    background-image: none;
    color: #999;
    cursor: default;
    text-shadow: none;

}

.datepicker table tr td div {
    width: 90%;
    min-height: 70px;
    padding: 5px 0;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    margin: 5px auto;
    font-size: 1.2em;
    position: relative;
    overflow: hidden;
    
    line-height: 1em;
}

.today.active div {
    /*width: 90%;*/
    /*height: 90%;*/
    /*border: 1px solid #e8d17d;*/
    /*border-top: 1px solid #e8d17d;*/
    /*background: #e8d17d;*/
    color: #fff;
}

.datepicker table tr td.match div {
    border-top: 2px solid #ffbb00;
    border-bottom: 2px solid #ffbb00;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: inherit!important;
}

.datepicker table tr td.day:hover {
    color: #fff;
    cursor: pointer;
}

.datepicker table tr td.active-range.day {
    background: rgba(49, 124, 149 , .4);
}
.datepicker table tr td.active.active-range.day {
    background: rgba(49, 124, 149 , 1);
}

.datepicker table tr td.disabled.disabled-date.day {
    background: #44484C;
    color: #eee;
    pointer-events: none;
}

.total-cart-details {
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
}
.total-cart-details p {
    margin-bottom: 0;
}

.cart-performances-details {
    font-size: .8em;
}
i {
    font-style: normal;
    padding-left: 5px;
}

.selected {
    background: rgba(255,0,0,.4);
}

.selectedStart {
    background: rgba(255,0,0,.8);
}

#js-selected-range {
    display: flex;
}
#js-selected-range span {
    text-align: left;
    padding-left: 7px;
}