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

@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
    }
    .prueba{
        margin-top: 10px !important;
    }

    
}

.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: 24px !important;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1) !important;
}

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

.fancybox__container .fancybox__toolbar .fancybox__toolbar__items--right .fancybox__button--thumbs{
    display: none !important;
}
.pointer-img{
    cursor: zoom-in;
}
.fancybox__counter{ display: none !important; }

.contImgProduct{
    width: 100% !important; 
    height: 420px !important;
}
.imgProduct{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}