.section-xs:first-of-type,
.section-sm:first-of-type,
.section-md:first-of-type,
.section-lg:first-of-type {
    padding-top: 0 !important
}

.product-grid {
    min-height: 300px !important;
    border: solid #ccc 1px
}

.product-caption {
    position: relative
}

.product-label-wrap .featured {background-color:#ca5b2a!important}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .60);
    display: none;
    z-index: 1000;
}

#registro,
#mapa {
    padding: 30px;
    width: 90%;
    z-index: 1000;
    min-height: 90%;
    top: 105%;
    left: 5%;
    position: fixed;
    background-color: #ccc;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: -1px 4px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 30px 0px rgba(0, 0, 0, 0.75);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ededed+50,f4f4f4+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(237, 237, 237, 1) 50%, rgba(244, 244, 244, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(237, 237, 237, 1) 50%, rgba(244, 244, 244, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 1%, rgba(237, 237, 237, 1) 50%, rgba(244, 244, 244, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */

}

.cerrar,
.cerrar-mapa {
    z-index: 10001;
    position: absolute;
    top: 0;
    right: 0
}

.tick {
    background-image: url('images/tick-ok.png');
    background-repeat: no-repeat;

    background-position: 1%;
}


.compare-tooltip {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #cfcfcf;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    border-radius: 100%;
    border: 1px solid #cfcfcf;
    background-color: #3d3b2f;
}

.compare-tooltip:hover {
    background-color: #3d3b2f;
    color: #f7f7f7;
    border: 1px solid transparent;
}

.compare-tooltip-inner {
    position: absolute;
    top: -25px;
    left: 25px;
    width: 400px;
    height: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 8px 15px;
    cursor: default;
    color: #394d63;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 14px 0 rgba(160, 160, 160, .2);
    box-shadow: 0 0 14px 0 rgba(160, 160, 160, .2);
}

.compare-tooltip:hover .compare-tooltip-inner {
    visibility: visible;
    opacity: 1
}
