body{
    background: #dadadc;
}

body.path-comparacion{
    background-color: #ffffff;
}

.page-comparacion .region.region-content  {
    padding: 50px 0;
}

.catalogo .filtros{
    padding:0;
}
.catalogo .filtros .sticky-wrapp{
    background: rgb(255, 255, 255);
    padding: 10px;
}

.filtros h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    border-bottom: solid 1px #c3c3c3;
    padding-bottom: 7px;
    margin-top: 7px;
}
.filtros h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
}


.bx-wrapper {
    height: 145px;
}

.grid .prod-wr {
    margin-bottom: 15px;
    padding-left: 9px;
    padding-right: 9px;
    /*float: left;*/
   /* width:33%;*/
    display: inline-block;
    width: 33%;
    /*padding: 10px 0;*/
   /* margin: 0 0 20px 0;*/
   /* clear: left;*/
}


@media (min-width: 481px) and (max-width: 767px){
    .grid .prod-wr {
        margin-bottom: 15px;
        padding-left: 9px;
        padding-right: 9px;
        display: inline-block;
        width: 49%;
    }
    .prod-wr img {
        display: table;
        margin: auto;
        height: auto;
        width: auto;
        max-width: 100%;
    }
    .prod {
        min-height: inherit;
    }
    .filtros label {
        display: block;
        font-size: 12px;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .grid .prod-wr {
        margin-bottom: 15px;
        padding-left: 2px;
        padding-right: 0px;
        display: inline-block;
        width: 32%;
    }
}


.prod {
    display: block;
    background: white;
    padding: 20px;
    position: relative; 
    min-height: 230px;
}
.prod:hover {
    box-shadow: 0px -2px 2px 0px #bfbebe;
}
.prod-wr img {
    display: table;
    margin: auto;
    height: 145px;
    width: auto;
}

.prod h4 {
    font-size: 15px;
    color: #888888;
    font-weight: 600;
    text-transform: uppercase;
    margin: 19px 0 0 0;
}

.size-filter-option{
    font-weight: 600;
    display: inline-block;
    width: 52px;
    height: 30px;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 5px 5px 0px !important;
    line-height: 24px;
    border: solid 1px #dadadc !important;
    font-weight: 600 !important;

}

.filtro-talle .size-filter-option:hover, .filtro-talle .size-filter-option.focus{
    color: black;
    border:solid 1px #000;
}

.size-filter-option.active{
    background: rgb(255, 197, 38);
    color: black;

}

/* Amazing Checkboxes*/

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: right;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 10px;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.check-comparacion-wrapp.checkbox .comp-label {
    background: #000;
    color: white;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 11px;
    display: none;
}
.prod-wr:hover .check-comparacion-wrapp.checkbox .comp-label{
    display: initial!important;
}



.check-comparacion-wrapp.checkbox {
    display: block;
    position: absolute;
    top:0;
    right: 5px;
}
.checkbox input[type="checkbox"]:checked + .cr{
    background: black;
    border: none !important;
}
.hover-more-effect {
    /*background: url(../gfx/layout/addition-symbol.png) no-repeat;*/
    height: 16px;
    width: 16px;
    display: none;
    background: black;
    right: 12px;
    color: #fff;
    font-size: 11px;
    padding-top: 1px;
    text-align: center;
    bottom: 20px;
    position: absolute;
    background-size: 100%;
}

.prod-wr:hover .hover-more-effect{
    display: block;
}

.prod-wr:hover a{
    text-decoration: none;
}

.prod-wr:hover h4{
    color: #000000;
}

/*checkbox filtro por linea*/

.line-filter.checkbox {
    background: #dadadc;
    padding: 3px 8px;
    text-transform: uppercase;
}

.line-filter.checkbox label{
    font-weight: 600;
    padding-left: 0;
    line-height: 22px;
}

.line-filter.checkbox {
    background: #000000;
    color: white;
}

.line-filter i{
     color: #000;
}
.line-filter .cr{
    position: absolute;
    right: 0;
    top: 5px;
}

.line-filter.checkbox input[type="checkbox"]:checked + *{
    background: black !important;
}

/*Color checkboxes*/

.color-filter.checkbox {
    display: inline-block;
    margin-top: 0;
}

.prod-bottom-hover-effect{
    position: absolute;
    bottom: 0;
    height: 5px;
    left: 0;
    background: black;
    right: 0;
    display: none;
}
.prod-bottom-hover-effect span{
    display: block;
    float: left;
    background: #000;
    height: 100%;
    width: 20px;
}

.prod-wr:hover .prod-bottom-hover-effect{
    display: initial;
}

.checkbox.color-filter label {
    width: 32px;
    height: 30px;
    border: solid 1px #000000;
}

.checkbox.color-filter  input[type="checkbox"]:checked + .cr {
    background: initial;
    border: none !important;
}

.checkbox input[type="checkbox"]:checked + .cr {
    background: #060606;
    border: none !important;
    color: #fff;
}

.checkbox.color-filter span.cr {
    color: white;
    margin-top: 5px;
    border: none;
}

    /*coloreo los labels 
.checkbox.color-filter label#label-negro {
    background: black;
}
.checkbox.color-filter label#label-vison {
    background: #63594f;
}
.color-filter label#label-gris {
    background: gray;
}
.checkbox.color-filter label#label-marron {
    background: #674b3f;
}
.checkbox.color-filter label#label-blanco {
    background: #efefef;
}
.checkbox.color-filter label#label-azul {
    background: #354a5b;
}*/

/*Tipo checkboces*/
.type-filter.checkbox .cr,.type-filter .radio .cr, .leng-filter .cr{
    float: left;
}
.type-filter i, .leng-filter i{
    color: white;
}
.type-filter label, .leng-filter label{
    padding-left: 0 !important;
}
a#show-filters{
    display: none;
}
/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for <2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}
.compare-button.full {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}
.panel-cmp{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    background:white;
}
#comparison-table td.main-img-col img{
    width: 80%;
    margin: auto;
}
.item-title{
    background: black;
    color: white;
    padding: 8px 13px;
    width: 114px;
    font-size: 13px;
    border: solid 1px #9c9c9c;
}
.item-data{
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border: solid 1px #e0e0e0;
}
.item-data ul{
    padding-left: 0;
    list-style: none;
}

.cel-riesgos li{
    max-width: 85px;
    display: inline-block;
}

a.big-img-button {
    background: #000;
    color: white;
    padding: 4px 9px;
    margin-left: 30px;
    margin-bottom: 19px;
    display: inline-block;
    margin-top: 14px;
    text-transform: uppercase;
    font-weight: 700;
    width: 94%;
    text-align: center;
}

a.big-img-button:hover {
    text-decoration: none;
}

@media (max-width: 440px){
    a.big-img-button {
        background: #000;
        color: white;
        padding: 5px 7px;
        margin-left: 18px;
        margin-bottom: 19px;
        display: inline-block;
        margin-top: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
    }
}
#comparison-table tbody{
    border-top: none;
}

#volver-btn{
    background: url(../gfx/layout/btn_volver_catalogo_flecha.png) no-repeat;
    padding-left: 26px;
    background-size: 18px;
    color: black;
    font-weight: 700;
    font-size: 13px;
    display: table;
}

#show-filters{
    background: url(../gfx/layout/right-arrow-white.png) no-repeat;
    background-position: 95%;
    background-size: auto 20px;
    cursor: pointer;
}

.active#show-filters{
    background-image: url(../gfx/layout/arrow-down.png?2);
}

.filtros label{
    display: block;
    overflow: hidden;
    font-weight: 600;
    margin: 5px 0;
}


.ekko-lightbox a:hover {
    color: black;
}

.only-mobile{
    display: none;
}

.page-comparacion ul{
    padding-left: 0;
}

.prod-wr a.bx-prev {
    position: absolute;
    left: 2px;
    top: 39%;
    background: url(../gfx/layout/left-arrow.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    text-indent: -98888px;
    width: 22px;
    height: 50px;
    background-position-x: -2px;
    background-position-y: 13px;
    background-size: 24px;
}

.prod-wr a.bx-next {
    position: absolute;
    right: 2px;
    top: 39%;
    background: url(../gfx/layout/right-arrow.png) no-repeat;
    text-indent: -98888px;
    width: 22px;
    height: 50px;
    background-position-x: 2px;
    background-position-y: 13px;
    background-size: 24px;
}
th {
    border: none;
}

.select-all{
    font-size: 11px;
    font-weight: 200;
    text-transform: capitalize;
    margin-left: 12px;
    border-radius: 3px;
    padding: 0px 5px;
    border: dashed 1px;
    color: #b1b1b1;
    cursor: pointer;
    display: none;
    transition: all .2s;     
}

.select-all {
    border: solid 1px #000;
    color: #000;
    font-weight: 600;
}

.select-all:hover, .select-all.active{
    border: solid 1px #000;
    color: #000;
    display: initial;
}

.borrar-filtro{
    display: block;
    clear: both;
    font-size: 13px;
    background: #eaeaea;
    color: #232323;
    padding: 1px 2px;
    border: dashed 1px #9e9e9e;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 0;
    opacity: 0.4;   
    transition: opacity .2s; 
}

.borrar-filtro.active{
    opacity: 1;
}


.borrar-filtro:hover {
    color: #000;
    text-decoration:none;
}

.all_hidden_message{
    display: block;
    padding: 15px;
    background: white;
}

.bx-controls-direction .disabled{
    opacity: 0.2;
}
/*Vista solo para tabletas de los filtros*/

@media (min-width: 768px)  and (max-width: 991px) {
    .catalogo .filtros .sticky-wrapp {
        background: white;
        padding: 25px;
        width: calc(100% - 48px);
        margin: auto;
        margin-bottom: 20px;
    }
}


@media (min-width: 992px)  and (max-width: 1199px) {
    .checkbox.color-filter label {
        width: 29px;
        height: 29px;
        border: solid 1px #000000;
    }
    .select-all {
        margin-left: 2px;
    }
    .filter-container-wrapper > div{
        padding: 5px;
    }
}

@media (max-width: 767px){
    .catalogo .filtros {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 20px;
        text-align: left;
    }
    .color-filter.checkbox {
        width: calc(16% - 5px);
        text-align: center;
    }
    .filtros h4{
        border-bottom: solid 1px #c3c3c3;
        padding-bottom: 7px;
    }
}

@media (max-width: 480px){
    .grid .prod-wr {
        /* width: 270px; */
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .prod-wr img {
        max-width: 100%;
        height: auto;
    }
    /*fix img catalogo mobile */
    .grid .prod-wr {
        width: 320px;        
    }
    .bx-wrapper {
        max-width: 245px!important;
        height: 190px;
    }
    .bx-viewport{
        min-height: 180px!important;
    }
    .bx-wrapper .bx-viewport ul li {
        width: 260px!important;
    }
    
    .prod-wr img {
        height: auto;
    }
    /*end fix img catalogo mobile */
    .prod {
        min-height: inherit;
    }
    .col-sm-12.catalogo{
        padding-left: 0;
        padding-right: 0;
        margin-top: -88px;
    }
    .filtros .col-xs-4 {
        display: block;
        float: none;
        width: 100%;
    }
    .catalogo .filtros .sticky-wrapp .filter-container-wrapper{
        background: white;
        padding: 10px;
    }

    .filtros .sticky-wrapp{
        display: none;
    }

    .active-abs{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
        z-index: 99999;
        display: block !important;
    }
    .catalogo .filtros .sticky-wrapp{
        padding: 55px 10px;
        z-index: 9999999 !important;
    }
    .filtros .sticky-wrapp .filter-container-wrapper{
        display: none;
    }
    #show-filters-sticky-wrapper.sticky-wrapper.hey a{
        z-index: 10!important;
        left: 0;
        top: 70px!important;
        right: 0;
        width: initial !important;
        background-color: #000000d9;

    }
    .only-mobile.cerrar-filtro-mobile{
        display: block;
        right: 0px;
        position: fixed;
        bottom: 0;
        width: 50%;
        font-size: 16px;
        background: #000;
        color: #fff;
        padding: 8px 14px;
        z-index: 99999;
        opacity: 1;
        text-align: center;
        font-weight: bold;
    }
    .borrar-filtro-mobile{
        display: block;
        left: 0px;
        position: fixed;
        bottom: 0;
        width: 50%;
        font-size: 16px;
        background: #4c4c4c;
        color: white;
        padding: 8px 14px;
        z-index: 99999;
        opacity: 1;
        text-align: center;
    }
    a.volver-filtro-mobile.only-mobile {
        position: fixed;
        top: 0;
        z-index: 99999;
        left: 0;
        background: #4c4c4c;
        padding: 11px;
        right: 0;
        display: block;
        text-align: center;
        color: white;
        font-size: 16px;
    }
    a#show-filters {
        display: block;
        background-color: #000000;
        padding: 5px 11px;
        text-transform: uppercase;
        font-weight: 600;
        width: 300px;
        margin: auto;
    }

    .cel-riesgos li {
        width: 100% !important;
    }
    div#show-filters-sticky-wrapper {
        height: 30px;
        margin: auto;
    }
    span.lbl-txt {
        font-size: 11px;
    }
    .all_hidden_message {
        display: block;
        padding: 15px;
        background: white;
        margin: 0 9px 15px;
    }
}

/*Comparacion de productos*/

@media screen and (min-width: 768px){
    .compare-button {
        position: fixed;
        background: #000;
        bottom: 0;
        left: 0;
        text-align: center;
        padding: 7px;
        border-radius: 2px;
        font-weight: 700;
        font-size: 21px;
        color: #fff;
        right: 0;
        cursor:pointer;
        z-index: 2;
    }
}
@media screen and (max-width: 767px){
    .compare-button {
        position: fixed;
        background: #000;
        color: #fff;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px;
        border-radius: 0px;
        font-weight: 600;
        font-size: 13px;
        z-index: 999999;
    }

    .item-data {
        padding-left: 14px;
    }

    .table-wrapper{
        max-width: 95%;
        overflow-x: auto;
        padding-top: 20px;
    }
    .check-comparacion-wrapp.checkbox .comp-label{
        display: initial;
    }

    .ekko-lightbox.modal{
        padding: 0 !important;
    }
    .cel-riesgos li {
        width: 48%;
        display: inline-block;
        padding: 0;
    }
}

@media screen and (min-width: 991px){
    .col-md-9.col-sm-12.grid, .filtros {
       margin-bottom: 100px;
    }
    .filtros label {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 3px !important;
        clear: both;
        overflow: hidden;
    }
    span.lbl-txt {
        float: left;
        max-width: calc(100% - 22px);
    }
    .catalogo .filtros .sticky-wrapp{
       min-height: 965px;
    }
}

@media screen and (min-width: 481px){
    a#volver-btn {
        margin-top: 35px;
    }
}

@media screen and (max-width: 480px){
    a#volver-btn {
        position: fixed;
        bottom: 10px;
        /* left: 10px; */
        right: 11px;
        text-align: center;
        background-color: #f7bd25;
        z-index: 99;
        display: table;
        padding: 12px 28px 10px 36px;
        background-position: 14px 10px;
        border-radius: 2px;
        box-shadow: 2px 2px 1px 0px #847f7f;
    }
}

.bx-pager img {
    max-width: 20%;
    border: solid 1px #e6e6e6;
}

div.bx-pager {
    text-align: center;
}
.light-upper-label {
    text-transform: uppercase;
    font-weight: 100;
    color: gray;
    font-size: 11px;
    vertical-align: middle;
    margin-bottom: 12px;
    margin-top: 10px;
}

.region.region-content {
    padding: 0 0 50px;
}

.bx-viewport {
    min-height: 161px !important;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

       .bx-viewport {
        min-height: 136px !important;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
    .bx-viewport {
        min-height: 131px !important;
    }
}