/*Custom CCSS module viladdcustomers*/

/*
    Estilos Generales
*/
#formAlquilaSabanas{
    background-color: #f3f3f3;
    border-radius: 6px;
    padding: 15px;
}
.h1.page-title{
    font-size: 30px;
    font-weight: 700;
    color: #1c408A;
    margin-top: 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px;
}
/*
    Estilos de los inputs (Reservas Page)
*/
.holderalquilaaddress{
    background: #FFFFFF;
    display: flex;
    height: 50px;
    border-radius: 6px;
    border: 1px solid transparent;
}
.holderalquilaaddress input{
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #686867;
    letter-spacing: 0;
    outline: 0;
}
#aladdress{
    width: 65%;
    padding-left: 60px;
    padding-right: 15px;
    background-image: url('/img/cms/location.png');
    background-repeat: no-repeat;
    background-position: 20px 12px;
}
#alcity, #alcp{
    border-left: 1px solid #40B8E0;
    padding-left: 10px;
}
#alcp{
    width: 10%;
    padding-right: 15px;
}
#alcity{
    width: 25%;
}
.holderalquiladates{
    display: flex;
    height: 50px;
    border-radius: 6px;
    margin-top: 10px;
    border: 1px solid transparent;
}
.holderalquiladates input{
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #686867;
    letter-spacing: 0;
    outline: 0;
}

#aldate1, #aldate2{
    width: 50%;
    padding-left: 60px;
    padding-right: 15px;
    background-image:url('/img/cms/calendar-red.png');
    background-repeat: no-repeat;
    background-position: 20px 12px;
}
#aldate3{
    width: 100%;
    padding-left: 60px;
    padding-right: 15px;
    background-image:url('/img/cms/calendar-red.png');
    background-repeat: no-repeat;
    background-position: 20px 12px;
}
.Btndisabled{
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #d4d4d4 !important;
    border-radius: 6px !important;
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
}
 .Btnavailable{
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #40B8E0 !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
}
.notShowProducs{
    display:none !important;
}
.showProducts{
    display:block;
}

#rangonoches{
    font-size: 14px;
    color: #72B1BC;
    letter-spacing: 0;
    font-style: italic;
    height: 50px;
    line-height: 55px;
}
/*
    Estilos de los Calendario (Datepicker)
*/
.date-picker-wrapper .drp_top-bar{
    display: none;
}
.date-picker-wrapper{
    display: inline-block;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15) !important;
    border-radius: 6px;
    padding: 5px 12px;
    z-index: 1;
    color: #aaa;
    box-sizing: initial;
    line-height: 20px;
}
.booking-datepicker{
    width: calc(100% -30px);
    margin-top: 10px;
}
.date-picker-wrapper .month-wrapper{
    border: none;
    width: calc(100% - 10px)!important;
    display: flex;
    justify-content: space-around;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
}
.month1, .month2{
    width: 238px !important;
}
.daterangepicker{
    border: 15px solid #f3f3f3 !important;

}

.daterangepicker .calendar-table tr{
    height: 40px;
}
.date-picker-wrapper table .caption>th:first-of-type, .date-picker-wrapper table .caption>th:last-of-type {
    width: 27px;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    font-size: 24px;
    border-color: #aaa !important;
}
.daterangepicker .calendar-table th{
    color: #aaa!important;
}
.daterangepicker th.month{
    vertical-align: middle !important;
    text-align: center !important;
    line-height: 14px !important;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px !important;
    color: #c82862 !important;
    text-transform: capitalize;
}
.date-picker-wrapper .month-wrapper{
    width: calc(100% - 10px) !important;
    display: flex;
    justify-content: space-around;
    border-radius: 3px;
    padding: 5px;
    cursor: default;
    position: relative;
}
.date-picker-wrapper .month-wrapper table.month2{
    float: left;
}
.date-picker-wrapper .month-wrapper table .week-name{
    font-size: 11px;
    height: 45px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    width: 34px !important;
    height: 34px!important;
    line-height: 34px!important;
    padding: 0px;
    font-size: 14px!important;
    margin-bottom: 1px;
    color: #ccc!important;
    cursor: default!important;
}
.daterangepicker td.active{
    color: #333;
    cursor: pointer;
}
.date-picker-wrapper .gap{
    display: none;
}
.dp-clearfix{
    display: none;
}
.date-picker-wrapper .time{
    display: none;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;
    background-color: #c82862 !important;
    color: #fff !important;
}
.daterangepicker td.in-range{
    background-color: #eccedd !important;
}
.daterangepicker td.end-date{
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #c82862 !important;
}

/*
    Estilos de los productos
*/
.product-list-alquilasabana .thumbnail-container{
    background-color: #fff;
}
.product-list-alquilasabana .desccorta{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-list-alquilasabana .desccorta p{
    margin: 0px;
    font-size: 14px;
    color: #686867;
    letter-spacing: 0;
    font-weight: 700;
    width: 100%;
}
.product-list-alquilasabana .desccorta ul li::before{
    display: inline-block;
    width: 1em !important;
}
.product-list-alquilasabana .cantidades{
    display: flex;
    width: 12%;
    align-items: center;
}
.product-list-alquilasabana .cantidades a{
    user-select: none;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #F2F2F2;
    border-radius: 6px;
    font-size: 18px;
    color: #686867;
    letter-spacing: 0;
    font-weight: 700;
}
.product-list-alquilasabana .cantidades input{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #F2F2F2;
    border-radius: 6px;
    outline: 0;
    border: none;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    color: #686867;
    letter-spacing: 0;
    font-weight: 700;
}
.product-list-alquilasabana .precio{
    width: 9%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #686867;
    letter-spacing: 0;
    font-weight: 700;
}

.product-list-alquilasabana.entrega .thumbnail-container{
    display: flex;
    margin-left: 0px;
    border: 1px solid #dadada;
    flex-wrap: wrap;
    background-color: #f3f3f3;
    border-radius: 6px;
    margin-top: 5px;
    padding-left: 23px;
    padding-right: 18px;
}
.product-list-alquilasabana.entrega .precio{
    width: 9%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #40B8E0;
    letter-spacing: 0;
    font-weight: 700;
}

.product-list-alquilasabana.renovacion .cantidades a{
    user-select: none;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    font-size: 18px;
    color: #686867;
    letter-spacing: 0;
    font-weight: 700;
}
.product-list-alquilasabana.renovacion .cantidades input{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #40B8E0;
    border-radius: 6px;
    outline: 0;
    border: none;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
}
.product-list-alquilasabana.renovacion .cantidades a{
    user-select: none;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #FFF;
    border-radius: 6px;
    font-size: 18px;
    color: #686867;
    letter-spacing: 0;
    font-weight: 700;
}
.zonatotales{
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 5px;
    padding-left: 23px;
    padding-right: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.zonacupon{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.zonamensajes{
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #72B1BC;
    border-radius: 6px;
    display: none;
}
.zonatotal{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.zonatotaletiqueta{
    font-size: 25px;
    color: #40B8E0;
    letter-spacing: 0;
    font-weight: 700;
    margin-right: 36px;
}
.zonatotalvalor{
    font-size: 25px;
    color: #40B8E0;
    letter-spacing: 0;
    font-weight: 700;
    margin-right: 21px;
}
.zonarealizarpedido{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.botonrealizarpedido{
    cursor: pointer;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #40B8E0 !important;
    border-radius: 6px !important;
    height: 40px;
    line-height: 0px !important;
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.vehiCloseNoMAT{
    left: auto !important;
    top: auto !important;
}
.vehiButtonCarNoMAT{
    width: 100px !important;
}
.vehiButtonCarNoMAT >span{
    font-size: 1.5rem !important;
}
/*Hook modulo Vehiculo Origen*/
@media (max-width: 425px) {
    .hook-thumbs { display: none; }
    .hook-footer { display: block; }
    .vehiContainerNoMAT{
        flex-direction: column !important;
    }
    .vehiDeleteCarNoMAT{
        top: auto !important;
    }
}

@media (min-width: 425px) {
    .hook-thumbs { display: block; }
    .hook-footer { display: none; }
}
/*
    Estilo responsive de la web
*/
/*
    Estilo Tablet
*/
@media (max-width: 768px) {
    .product_list.grid .ajax_block_product{
        width: 100%;
    }
    .product-list-alquilasabana .precio{
        position: relative;
        right: -5%;
        font-size: 16px;
    }
    .product-list-alquilasabana .product-title{
        font-size: 16px !important;
    }
    .product-list-alquilasabana .desccorta ul li{
        font-size: 12px;
    } 
}
/*
    Estilo Mobile
*/
@media (max-width: 575px){
    #formAlquilaSabanas{
        margin-left: 50px;
        margin-right: 50px;
    }
    .holderalquila{
        margin-left: -30px;
        margin-right: -30px;
    }
    .holderalquilaaddress{
        flex-direction: column;
        height: auto;
        background-color: #f3f3f3;
    }
    .holderalquilaaddress #aladdress{
        height: 45px;
        border-radius: 6px;
        width: 100%;
    }
    .holderalquilaaddress #alcp{
        height: 45px;
        margin-top: 8px;
        margin-bottom: 8px;
        border-radius: 6px;
        width: calc(100% - 76px);
        padding-left: 20px;
        margin-left: 38px;
    }
    .holderalquilaaddress #alcity{
        height: 45px;
        border-radius: 6px;
        width: calc(100% - 76px);
        padding-left: 20px;
        margin-left: 38px; 
    }
    .holderalquiladates{
        height: auto;
        flex-direction: column;
        background-color: #F3F3F3;
        margin-top: 8px;
    }
    .holderalquiladates #aldate1, .holderalquiladates #aldate2 {
        width: 100%;
        height: 45px;
        border-radius: 6px;
        margin-bottom: 8px 

        
    }
    .holderalquilaverprod{
        font-size: 14px;
    }
    .layout-full-width .product_list.grid .ajax_block_product{
        width: 100%;
        clear: both;
    }
    .product-list-alquilasabana .thumbnail-container{
        display: flex;
        padding-bottom: 10px;
        position: relative;
    }
    .product-list-alquilasabana .product-image{
        position: absolute;
    }

    .product-list-alquilasabana .thumbnail-container .product-meta{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .product-list-alquilasabana .product-title{
        width: 90%;
        line-height: 40px;
        padding-left: 77px;
    }
    .product-list-alquilasabana .moreinfo{
        padding-top: 5px;
    }
    .product-list-alquilasabana .cantidades{
        width: 50%;
    }
    .product-list-alquilasabana .precio{
        width: 50%;
    }
    .product-list-alquilasabana .desccorta{
        width: 100% !important;
    }
    .product-list-alquilasabana .desccorta p{
        padding-left: 77px;
    }
    .product-list-alquilasabana .desccorta ul{
        flex-wrap: wrap;
    }

    .zonatotales .zonacupon{
        width: 100%;
    }
    .zonamensajes{
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .zonatotales .zonatotal{
        width: 100%;
        justify-content: space-between;
    }
    .zonatotalvalor {
        margin-right: 0px;
    }
    .zonatotalvalor {
        justify-content: center;
    }
    .botonrealizarpedido{
        width: 100%;
        text-align: center;
        margin-right: 0px;
    }
    .product-list-alquilasabana.entrega .precio{
        width: 50%;
    }
    .vehiContainerNoMAT{
        flex-direction: column !important;
    }
}

@media (max-width: 375px) {
    .vehiDeleteCarNoMAT{
        top: auto !important;
    }
}
@media (max-width: 320px) {
    .vehiDeleteCarNoMAT{
        top: auto !important;
    }
}