﻿/**
 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;
}

.apartado2 {
    border: none !important;
}

.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;
}

.heigthRoly {
    height: 385px !important;
}

.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: 0px 0px 10px 0px;
}

.cp-list {
    margin-bottom: 15px;
}

.itemListModels {
    height: 430px;
}

.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: 253px;
}

.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;
}

#MainContent_dlFamilies {
    border: none !important;
}

.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;
}

@media screen and (max-width: 500px) {
    .seoTextResults {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

.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;
}

.preOfferPrice {
    text-decoration: line-through;
}

.headerMod {
    display: table-cell;
    vertical-align: middle;
    color: white;
    background-color: #555555;
    padding: 5.5px 8px 5.5px 8px;
    text-align: left;
    font-size: 13px;
    width: 253px;
    max-width: 100%;
    height: 47px;
}

@media screen and (min-width: 940px) and (max-width: 1199px) {
    .iUnisexImage {
        right: 45px;
    }

    .iOutletResult {
        left: 41px;
    }

    .product-nombre {
        max-width: 253px;
    }

    .product-img .img-responsive {
        position: relative;
        left: -27px;
    }

    .itemListModels .img-Unisex {
        position: relative;
        left: -27px;
    }
}

@media screen and (min-width: 940px) and (max-width: 1050px) {
    .product-img .img-responsive {
        position: relative;
        left: -18px;
    }

    .itemListModels .img-Unisex {
        position: relative;
        left: -18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .iUnisexImage {
        right: 15px;
    }

    .iOutletResult {
        left: 9px;
    }

    .product-nombre {
        max-width: 253px;
    }

    .divBtnInfoShop {
        left: 106px !important;
    }

    .itemListModels {
        height: 390px;
    }

    .itemListModelsFilter {
        height: 410px;
    }

    #listModels .cp-list {
        margin-bottom: 30px !important;
    }

    .divPriceResults {
        height: 40px;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .divBtnInfoShopFilter {
        bottom: -23px !important;
    }

    .divBtnInfoFilter {
        left: 10px !important;
    }

    .divBtnInfoShopFilter {
        left: 113px !important;
    }
}

@media screen and (max-width: 767px) {
    .product-nombre {
        max-width: 253px;
    }

    .itemListModels {
        width: 253px;
        margin: auto;
    }

    #listModels #selector-colores {
        float: none !important;
    }

    #listModels .cp-list {
        margin-bottom: 0px !important;
    }

    .divPriceResults {
        height: 40px;
        overflow: hidden;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .iUnisexImage {
        right: 8%;
    }

    .iOutletResult {
        left: 8%;
    }

    .divBtnInfoScroll {
        left: 40% !important;
    }

    .divBtnInfo {
        left: 27px !important;
        bottom: -32px !important;
    }

    .divBtnInfoShop {
        left: 0px !important;
    }

    .itemListModels .product-nombre {
        margin: auto;
    }

    .divBtnInfoFilter {
        left: -90px !important;
        bottom: -14px !important;
    }

    .divBtnInfoShopFilter {
        left: 113px !important;
    }
}

@media screen and (min-width: 489px) and (max-width: 540px) {
    .iUnisexImage {
        right: 8%;
    }

    .iOutletResult {
        left: 8%;
    }

    .divBtnInfoScroll {
        left: 38% !important;
    }

    .divBtnInfo {
        left: 27px !important;
        bottom: -32px !important;
    }

    .divBtnInfoShop {
        left: 0px !important;
    }

    .itemListModels .product-nombre {
        margin: auto;
    }

    .divBtnInfoFilter {
        left: -83px !important;
        bottom: -14px !important;
    }

    .divBtnInfoShopFilter {
        left: 118px !important;
    }
}

@media screen and (min-width: 425px) and (max-width: 489px) {
    .iUnisexImage {
        right: 23%;
    }

    .iOutletResult {
        left: 23%;
    }

    .divBtnInfoScroll {
        left: 37% !important;
    }

    .divBtnInfo {
        left: 27px !important;
        bottom: -32px !important;
    }

    .divBtnInfoShop {
        left: 0px !important;
    }

    .itemListModels .product-nombre {
        margin: auto;
    }

    .divBtnInfoFilter {
        left: -83px !important;
        bottom: -14px !important;
    }

    .divBtnInfoShopFilter {
        left: 118px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
    .iUnisexImage {
        right: 8%;
    }

    .iOutletResult {
        left: 8%;
    }

    .divBtnInfoScroll {
        left: 33% !important;
    }

    .divBtnInfo {
        left: 27px !important;
        bottom: -32px !important;
    }

    .divBtnInfoShop {
        left: 0px !important;
    }

    .itemListModels .product-nombre {
        margin: auto;
    }

    .divBtnInfoFilter {
        left: -83px !important;
        bottom: -14px !important;
    }

    .divBtnInfoShopFilter {
        left: 118px !important;
    }
}

.divPriceResults {
    padding-bottom: 10px !important;
    height: 49px;
}

@media screen and (min-width: 300px) and (max-width: 375px) {
    .iUnisexImage {
        right: 13%;
    }

    .iOutletResult {
        left: 13%;
    }

    .divBtnInfoScroll {
        left: 33% !important;
    }

    .divBtnInfo {
        left: 27px !important;
        bottom: -32px !important;
    }

    .divBtnInfoShop {
        left: 0px !important;
    }

    .itemListModels .product-nombre {
        margin: auto;
    }

    .divBtnInfoFilter {
        left: -83px !important;
        bottom: -14px !important;
    }

    .divBtnInfoShopFilter {
        left: 118px !important;
    }
}

@media screen and (max-width: 300px) {
    .divBtnInfoFilter {
        left: -83px !important;
        bottom: -14px !important;
    }

    .divBtnInfoShopFilter {
        left: 118px !important;
    }

    .divBtnInfo {
        left: 27px !important;
        bottom: -32px !important;
    }

    .divBtnInfoShop {
        left: 0px !important;
    }
}

.product-nombre-scroll {
    margin: auto;
}

.priceResults {
    color: #232323 !important;
    text-align: center;
}

.mainPriceResult {
    font-weight: 900;
}

.btnInfo {
    outline: none;
    width: 90px;
    background: #fff !important;
    border: 1px solid #ccc;
    color: #777 !important;
    line-height: 32px;
    padding: 0 12px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 5px;
    margin: auto;
}

    .btnInfo a {
        color: #555 !important;
        font-weight: 600;
    }


.btnInfoShop {
    outline: none;
    width: 90px;
    background: #fff !important;
    border: 1px solid #ccc;
    color: #777 !important;
    line-height: 32px;
    padding: 0px 8px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 5px;
    margin: auto;
}

    .btnInfoShop a {
        color: #555 !important;
        font-weight: 600;
    }

.divBtnInfo {
    position: absolute;
    bottom: -30px;
    left: 0px;
}

.divBtnInfoFilter {
    position: absolute;
    bottom: -30px;
    left: 20px;
}

.divBtnInfoScrollDiv {
    position: absolute;
    bottom: -21px;
    left: 20px;
}

.divBtnInfoOnly {
    position: absolute;
    bottom: -30px;
    left: 65px;
}

.divBtnInfoShop {
    position: absolute;
    bottom: -30px;
    left: 135px;
    cursor: pointer;
}

.divBtnInfoShopFilter {
    position: absolute;
    bottom: -1px;
    left: 123px;
    cursor: pointer;
}

.infoShopFilterNP {
    bottom: 4px;
}

.divBtnInfoScroll {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.pricesBox {
    border: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
    margin-bottom: 5px;
    text-align: center;
}

.pricesBoxDouble1 {
    border: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
    margin-bottom: 5px;
    text-align: center;
}

.pricesBoxDouble2 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
    margin-bottom: 5px;
    text-align: center;
}

.textPrices {
    font-size: 12px;
    color: #232323;
}

.btn-filters {
    display: none;
    outline: none;
    width: auto;
    background: #fff !important;
    border: 1px solid #ccc;
    color: #777 !important;
    line-height: 32px;
    padding: 0 12px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 15px;
}

@media(max-width:766px) {
    .btn-filters {
        display: block;
    }

    .div-filters {
        display: none;
    }

    #MainContent_pFilter {
        padding: 30px 10px 30px !important;
    }
}

.toUpper {
    text-transform: uppercase;
}

.imageChildResult {
    z-index: 9999;
    width: 20px;
    position: absolute;
    left: 10px;
    border-radius: 10px;
}

.divColorsChild {
    z-index: 0;
    min-height: 75px;
}

/* RECENT PRODUCTS */
#recentProducts h5 {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

#recentProductList img {
    width: 100%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.recentHeader {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 2px solid #fff;
    height: 29px;
}

    .recentHeader span {
        font-weight: 700;
        font-size: 0.8em;
    }

.cursor-pointer {
    cursor: pointer;
}

.itemListModelsNP {
    height: 385px;
}

.collectionResultsBanner {
    margin-bottom: 20px;
}