.panel-dropdown {
    position: relative;
    text-align: left;
    padding: 15px 10px 0 15px
}


.panel-dropdown a {
    color: #727b82;
    font-weight: 500;
    transition: all .3s;
    display: block;
    position: relative
}

.panel-dropdown a:after {
    font-family: ElegantIcons;
    content: "\33";
    font-size: 26px;
    color: #999;
    font-weight: 500;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 0
}

.panel-dropdown.active a:after {
    transform: rotate(180deg)
}

.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    /* top: 58px; */
    left: 0;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 15px 15px 15px 15px;
    white-space: normal;
    width: 280px
}

.panel-dropdown .panel-dropdown-content:after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px
}

.panel-dropdown .panel-dropdown-content.right {
    left: auto;
    right: 0
}

.panel-dropdown .panel-dropdown-content.right:after {
    left: auto;
    right: 15px
}

.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible
}

.qtyButtons {
    display: flex;
    margin: 0 0 13px 0
}

.qtyButtons input {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 36px!important;
    color: #333;
    line-height: 36px;
    margin: 0!important;
    padding: 0 5px!important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none!important
}

.qtyButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #727b82
}

.qtyDec,
.qtyInc {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    font-size: 1rem;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: ElegantIcons
}

.qtyTotal {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px
}

.label-cotizador{
    font-size: 15px;
    font-weight: 600;
}

.labelPax{
    width: 100px;
    font-size: 14px;
}
.inputPax{
    width: 80px !important;
}

.inputsCotizador{
    width: 100% !important;
    color: #333 !important;
    background-color: white !important;
}

.btnCotizador{
    width: 100% !important;
}

.location-filter-wrapper.style-2 {
    padding: 18px !important;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1) !important; 
}

.btnAplicar{
    padding: 4px 32px !important;
    border-radius: 5px !important;
}

.formCotizador{
    display: block !important;
}

.datepicker__close-button{
    padding: 4px 8px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
}

.select2-container--open .select2-search input{
    width: 100% !important;
}
.select2-container--open{
    padding: 0px 0px !important;
}

.select2-container--default .select2-selection--single{
    border: none;
}
.inputAutocomplete{
    border: none !important;
    height: 30px !important;
}

.autoComplete_wrapper{
    width: 100% !important;
}

.disbledInput{
    opacity: 0.5 !important;
}

.autoComplete_wrapper>ul {
    width: 200% !important;
}

.filter-styled {
    width: 1200px;
}

.filter-styled-products {
    width: 100%;
}

@media (max-width: 1280px) {
    .filter-styled-products {
        width: 73% !important;
    }
}

@media (max-width: 991px) {
    .panel-dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px
    }
    .contCotizador{
        transform: translate(20%, 0) !important;
    }
    .prueba{
        margin-top: 10px !important;
    }

    .btnvermas{
        padding: 8px 45px !important;
    }
    .btnreserva{
        padding: 8px 45px !important;
    }
}

@media (max-width: 767px) {
    .autoComplete_wrapper>ul{
        width: 100% !important;
    }
    .filter-styled {
        width: 100%;
    }
    .form-location-container {
        margin: 0 20px !important;
    }
    .contCotizador{
        transform: translate(20%, 0) !important;
    }
    .prueba{
        margin-top: 10px !important;
    }
    
}

