.notfound {
    text-align: center;
    padding: 50px 0px 50px 0px;
    font-weight: bold;
    color: #1d8bcc;
}

.indexPages {
    margin-bottom: 10px;
}

ul.tallas li {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border: 1px solid darkgray;
}

ul.tallas li:hover {
    background-color: rgb(0, 129, 198);
    cursor: pointer;
    color: white;
}

ul.tallas li.tallActiva {
    background-color: rgb(0, 129, 198);
    color: white;
}

ul.categorias li {
    margin-bottom: 5px;
}

ul.categorias li:hover {
    cursor: pointer;
    color: rgb(0, 129, 198);
    text-decoration: underline;
}

ul.categorias li.catActive {
    color: rgb(0, 129, 198);
    text-decoration: underline;
}

ul.generos li {
    margin-bottom: 5px;
}

ul.generos li:hover {
    cursor: pointer;
    color: rgb(0, 129, 198);
    text-decoration: underline;
}

ul.generos li.catActive {
    color: rgb(0, 129, 198);
    text-decoration: underline;
}

@media (min-width: 768px) {
    /*.collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }*/
}

#encabezadoPromo {
    content: url("/images/headers/banner_promo 40_2.jpg");
    margin-bottom: 25px;
}

#encabezadobg {
    content: url("/images/marca/bungee.png");
    margin-bottom: 25px;
}

@media(max-width:768px) {
    #encabezadoPromo {
        content: url("/images/headers/minibannerpromo40_2.jpg");
    }
    #encabezadobg {
        content: url("/images/marca/bungee2.png");
    }
}


/*style general*/

#primary {
    float: none !important;
    width: 100% !important;
}

.containers {
    width: 100% !important;
}

.slider-labels {
    margin-top: 10px !important;
}


/*filter*/

.filter__item {
    /*padding-top: 45px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 20px;*/
}

.filter__sort {
    margin-bottom: 15px;
}

.filter__sort span {
    font-size: 16px;
    color: #6f6f6f;
    display: inline-block;
}

.filter__sort .nice-select {
    background-color: #fff;
    border-radius: 0;
    border: none;
    display: inline-block;
    float: none;
    height: 0;
    line-height: 0;
    padding-left: 18px;
    padding-right: 30px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    cursor: pointer;
}

.filter__sort .nice-select span {
    color: #1c1c1c;
}

.filter__sort .nice-select:after {
    border-bottom: 1.5px solid #1c1c1c;
    border-right: 1.5px solid #1c1c1c;
    height: 8px;
    margin-top: 0;
    right: 16px;
    width: 8px;
    top: -5px;
}

.filter__sort .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.filter__sort .nice-select .list {
    border-radius: 0;
    margin-top: 0;
    top: 15px;
}

.filter__sort .nice-select .option {
    line-height: 30px;
    min-height: 30px;
}


/*stage*/

.heart {
    width: 100px;
    height: 100px;
    background: url("https://cssanimation.rocks/images/posts/steps/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    -webkit-transition: background-position 1s steps(28);
    transition: background-position 1s steps(28);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.heart.is-active {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background-position: -2800px 0;
}

.stage {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 20px;
    left: 30px;
}


/*price*/

.price-range-wrap .range-slider {
    margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
    position: relative;
}

.price-range-wrap .range-slider .price-input:after {
    position: absolute;
    left: 20%;
    top: 50%;
    height: 1px;
    width: 5px;
    background: #1d8bcc;
    content: "";
}

.price-range-wrap .range-slider .price-input input {
    font-size: 16px;
    color: #1d8bcc;
    font-weight: 700;
    max-width: 30%;
    border: none;
    display: inline-block;
    background: none;
}

.price-range-wrap .price-range {
    border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #ebebeb;
    height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
    border: 1px solid lightgray;
}

.price-range-wrap .price-range .ui-slider-range {
    background: #1d8bcc;
    border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
    background: #1d8bcc;
}

.prds-ind {
    overflow: hidden;
}

.filter__found {
    text-align: right;
}

.categorias li.how-active1 {
    background: #1d8bcc;
    color: white;
    font-weight: bold;
}

.categorias li.how-active1:hover {
    background: #1d8bcc;
    color: white;
    font-weight: bold;
    text-decoration: none;
}


/* PAGINATION */

.product__pagination,
.blog__pagination {
    padding-top: 10px;
    margin-bottom: 30px;
}

.product__pagination a,
.blog__pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-right: 16px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__pagination a:hover,
.blog__pagination a:hover {
    background: #1d8bcc;
    border-color: #1d8bcc;
    color: #ffffff;
}

.product__pagination a:last-child,
.blog__pagination a:last-child {
    margin-right: 0;
}

.pageCurrent {
    background: #1d8bcc !important;
    border-color: #1d8bcc !important;
    color: #ffffff !important;
}