﻿/**
 Results  
**/

#SliderBackground_pSlider {
    display: none;
}

#divGeneral {
    margin-top: 170px;
    margin-left: 329px;
}

.filters {
    width: 200px;
}

filtro-genero
/* filtros */
.filtros {
    position: relative;
    left: 125px;
}

.styleTitRes {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 13px;
    color: #555;
    font-weight: 500;
}

.wrapperNoTop {
    padding-top: 0 !important;
}

.filtro-genero {
    padding-left: 20px;
    padding-bottom: 2px;
    background: url(../Styles/check/minimal-unselected.png) no-repeat;
    font-size: 14px;
    text-decoration: none;
    margin-right: 2px;
    color: #333;
}

    .filtro-genero:hover {
        padding-left: 20px;
        /*background: url(../Styles/check/minimal-unselected-hover.png) no-repeat;*/
        font-size: 14px;
        text-decoration: none;
        color: #666;
        margin-right: 2px;
    }

.filtro-genero-checked {
    padding-left: 20px;
    padding-bottom: 1px;
    background: url(../Styles/check/minimal-selected.png) no-repeat;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    margin-right: 2px;
}

    .filtro-genero-checked:hover {
        padding-left: 20px;
        /*background: url(../Styles/check/minimal-selected-hover.png) no-repeat;*/
        font-size: 14px;
        text-decoration: none;
        color: #666;
        margin-right: 2px;
    }

.filtro-colores {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-right: 7px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 0px;
    border: 1px solid #ccc;
    color: black;
}

.filtro-colores-selected {
    height: 25px !important;
    width: 25px !important;
    border: 1px solid #ccc;
}

.filtro-colores-combined-selected {
    height: 35px !important;
    width: 35px !important;
    border: 1px solid #ccc;
}

.checkColorCombined {
    font-size: 25px !important;
    right: 14px !important;
    top: 1px !important;
}

.animsition {
    position: none !important;
}

.filtro-colores:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.product-imagen {
    border-bottom: 0px;
}

.product-nombre {
    padding: 10px 0px 10px 0px;
}

.cp-list {
    margin-bottom: 15px;
}

.itemListModels {
    height: 332px;
}

.modelproductfilter a.selected {
    border-bottom: 2px solid black;
}

.modelproductfilter a {
    color: black;
    outline: none;
}

.modelproductfilter {
    text-align: right;
    padding-right: 50px;
    padding-bottom: 10px;
}

    .modelproductfilter li {
        display: inline-flex;
    }

@media screen and (max-width: 768px) {
    .modelproductfilter {
        padding-top: 30px;
    }
}

.imagelist {
    height: 250px;
}

.descriptionColorlist {
    width: 250px;
}

.floatLeftImage {
    float: left;
    width: 250px;
}

.product-nombreList {
    text-align: left;
    height: auto;
    min-width: 150px;
    display: flex;
    font-size: 12px;
}

@media screen and (max-width: 525px) {
    .product-nombreList {
        display: block;
        text-align: inherit;
    }

    .floatLeftImage {
        float: none;
    }
}

.ulfilterList {
    height: 40px;
}

    .ulfilterList li {
        vertical-align: middle;
    }

.iconImageFilter {
    height: 20px;
    position: relative;
    top: 6px;
    cursor: pointer;
}

.iconImageFilter2 {
    height: 25px;
    position: relative;
    top: 8px;
    cursor: pointer;
}

.liFilter1 {
    margin-right: 20px;
}

.selectedLi {
    border-bottom: 2px solid black;
    padding-bottom: 9px;
}

#MainContent_liFilter2 {
    margin-left: 5px;
}

@media screen and (max-width: 578px) {
    .divButtonsGOTO1 {
        width: 300px;
        float: none;
    }

    .divButtonsGOTO2 {
        text-align: center !important;
        width: 100% !important;
    }
}

.divButtonsGOTO2 {
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    text-align: right;
    padding-top: 4px;
}

.divButtonsGOTO1 {
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 20px;
}

@media screen and (max-width: 1200px) {
    .divButtonsGOTO2 {
        text-align: left;
        width: 100%;
    }
}

.seoTextResults {
    text-align: justify;
    font-size: 11px;
    color: #888888;
}

.divSeoText {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*Checkbox filters*/

*, *::after, *::before {
    box-sizing: border-box;
}

/*
 * Toggle button styles
 */
.toggle-button {
    position: relative;
    display: inline-block;
    color: #565656;
}

    .toggle-button label {
        display: inline-block;
        cursor: pointer;
        text-align: left;
    }

    .toggle-button input {
        display: none;
    }

.toggle-button__icon {
    cursor: pointer;
    pointer-events: none;
}

    .toggle-button__icon:before, .toggle-button__icon:after {
        content: "";
        position: absolute;
        top: 45%;
        left: 35%;
        transition: 0.2s ease-out;
    }

/*
 * Toggle button styles
 */
.toggle-button--tuli label {
    line-height: 20px;
    text-indent: 30px;
    font-weight: normal !important;
}

.toggle-button--tuli input[type=checkbox]:checked ~ .toggle-button__icon {
    background: #565656;
}

    .toggle-button--tuli input[type=checkbox]:checked ~ .toggle-button__icon:before, .toggle-button--tuli input[type=checkbox]:checked ~ .toggle-button__icon:after {
        opacity: 1;
    }

.toggle-button--tuli .toggle-button__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    transition: all 0.2s;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

    .toggle-button--tuli .toggle-button__icon:before, .toggle-button--tuli .toggle-button__icon:after {
        top: 5px;
        left: 2px;
        width: 12px;
        height: 2px;
        border-radius: 3px;
        background: #565656;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        top: 35%;
        background: white;
        opacity: 0;
        transform-origin: left center;
    }

    .toggle-button--tuli .toggle-button__icon:before {
        transform: translate(0, 0) rotate(45deg) scale(0.6, 1);
    }

    .toggle-button--tuli .toggle-button__icon:after {
        transform: translate(4px, 6px) rotate(-45deg);
    }

.toggle-button--tuli:hover input[type=checkbox]:not(:checked) ~ .toggle-button__icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle-button label {
    margin-bottom: 3px !important;
}

.label-info {
    background-color: #555555 !important;
    margin-right: 5px;
}

.removeTag {
    color: white;
    margin-left: 4px;
    cursor: pointer;
}

.dropdown-menu-page {
    min-width: 100px !important;
}

.buttonElemPag {
    color: black;
    position: relative;
    top: 19px;
    text-decoration: none !important;
}

    .buttonElemPag:hover {
        text-decoration: none !important;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #555555 !important;
}

.liPage {
    width: 100%;
    text-align: center;
}

.ScrollToResults {
    border: 1px solid #ccc;
    padding: 4px 25px;
}

#MainContent_divScrollResults {
    text-align: center !important;
}
