.prodGrid2 {
    position: relative;
    background: #fff;
    /*border: 1px solid #e4e4e4;*/
    text-align: left;
    border-radius: 3px;
    box-shadow: none;
    overflow: hidden;
    border: none;
    padding-bottom: 15px;
    padding-top: 10px;
    border: 1px solid #ddd;
}

.prodGrid2 .logSku{
    position: absolute;
    bottom: 0;
    right: 3px;
    font-size: 7px;
    color: #c7c7c7;
}

.prodGrid2 .caption{
    /* overflow: hidden; */
    /* border-top: 2px solid #e8e8e8; */
    padding-top: 11px;
}
.prodGrid2 a.name{
    display: block;
    /* color: #7b7b7b; */
    /* font-weight: bold; */
    position: relative;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 1px;
    padding-right: 10px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-top: 16px;
}
.prodGrid2 .loadingImg{
    position: absolute;
    top: 99px;
    width: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    height: 30px;
    background: url(../../resources/img/loading.gif) no-repeat;
    background-size: cover;
    opacity: 0.4;
}
.prodGrid2 a.name:hover,
.prodGrid2 a.name:focus{
    text-decoration: none;
    color: #000;
}

.prodGrid2 .caption .wrapPrice{
    /* padding-right: 8px; */
    /* padding-left: 20px; */
}
.prodGrid2 .caption .price{
    padding: 0 30px 0 0;
    /* font-family: Roboto,sans-serif; */
    position: relative;
    font-size: 31px;
    margin-bottom: 7px;
    height: 41px;
    font-weight: 800;
    top: 0;
    float: left;
    min-width: 40px;
    color: #000;
    text-shadow: -2px 2px 3px #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 2px -1px 0 #fff, 3px 4px 0 #aaa;
}

.prodGrid2 .caption .price .decimal{
    font-size: 16px;
    top: -9px;
    position:relative;
}

.prodGrid2 .caption .priceOld{
    /* display: block; */
    /* float: right; */
    text-decoration: line-through;
    color: #999;
    /* text-indent: -17px; */
    /* font-size: 20px; */
    font-weight: 600;
    /* font-size: 12px !important; */
    white-space: nowrap;
}
.prodGrid2 .caption .vote{
    height: 20px;
    overflow: hidden;
}
.prodGrid2 .caption .stockBar{
    margin-bottom: 11px;
}

.prodGrid2 .prod_img {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-top: -3px;
    margin-right: 30px;
    margin-left: 30px;
}

.prodGrid2 .prod_img img{
    width: 100% !important;
}

.prodGrid2 .prod_img > a{
    display: block;
    text-align: center;
}
.prodGrid2 .prod_price {
    font-size: 21px;
}
.prodGrid2 .wrapPrice {
    /* position: absolute; */
    /* top: auto; */
    /* bottom: 67px; */
    /* z-index: 99; */
    /* left: 0; */
}












.prodGrid2 .wrapBtnAddCart {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    width: 100%;
    /* z-index: 99; */
    /* display: block; */
    /* margin-right: 13px; */
    /* margin-left: 15px; */
    height: 41px;
    position: relative;
    /* overflow: visible; */
    /* float: right; */
}

.prodGrid2 .prod_img:hover .wrapBtnAddCart {
    display: block;
}


.prodGrid2 .btnAddCart i{
    color: #fff;
    margin-left: 7px;
}

.prodGrid2 .preCompra{
    background: #2074d3;
}
.prodGrid2 .dateDelivery{
    color: #bbb;
    position: absolute;
    bottom: -11px;
    text-align: center;
    width: 100%;
    font-size: 10px;
}


.prodGrid2 .wrapImg2{
    position: absolute;
    top: 0;
    left: 6px;
    padding-top: o;
    z-index: 10;
    height: 100%;
    right: 5px;
}
.prodGrid2 .wrapImg2 img{
    position: relative;
    z-index: 2;
    background: #fff;
    opacity: 1;
    object-fit: contain;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    /*display: none;*/
    -webkit-transition: all 1s ease-in-out 0s; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease-in-out 0s; /* Firefox 4-15 */
    -o-transition: all 1s ease-in-out 0s; /* Opera 10.5-12.00 */
    transition: all 1s ease-in-out 0s; /* Firefox 16+, Opera 12.50+ */
}


.prodGrid2 .stockBar,
.prodGrid2 .vote,
.prodGrid2 .wrapRibbons{
    /* display: none; */
}
.prodGrid2{
    /*border: 1px solid #d5d5d5;*/
    /*border-left: 1px solid #d5d5d5;*/
}

.prodGrid2 img{
    border: none !important;
    color: #fff;
}


.prodGrid2:hover{
    box-shadow: none;
    /* border: none; */
}
.prodGrid2 .caption{
    border: none;
}
.prodGrid2 .caption .name{
    text-align: left !important;
    margin-bottom: 20px !important;
    line-height: 17px;
    font-weight: 600;
    color: #747373;
    height: 37px;
}

.prodGrid2 .caption .name:hover{
    color: #3b3a3a;
    text-decoration: underline;
}
.prodGrid2 .caption .wrapPrice{
    text-align: left !important;
    margin-bottom: 8px !important;
    height: 48px;
    padding-right: 0;
    /* top: 19px; */
    /* float: left; */
}
.prodGrid2 .prod_img{
    margin-bottom: 5px;
}
.prodGrid2 .caption .priceOld,
.prodGrid2 .caption .price{
    text-align: left !important;
    /* float: left; */
    /*font-size: 22px;*/
    /*top: initial;*/
}
.prodGrid2 .caption .priceOld{
    font-size: 13px !important;
    color: #999;
    margin-right: 1px;
    top: 16px;
    position: relative;
}
.prodGrid2 .caption .price{
    /*font-size: 19px !important;*/
    /*line-height: 20px;*/
    /*margin-right: 0;*/
}

.prodGrid2 .percentDiscount{
    background: url(icono-descuento.png?nc=1) no-repeat;
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    line-height: 51px;
    text-align: center;
    bottom: 1px;
    font-size: 15px;
    z-index: 12;
    right: 10px;
    display: none;
    font-weight: 600;
}
/*.prodGrid2 .percentDiscount:before {
    content:"";
    position: absolute;
    right: 38px;
    top: -7px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 13px solid #1d3849;
    border-bottom: 12px solid transparent;
    -ms-transform: rotate(51deg);  IE 9 
    -webkit-transform: rotate(51deg);  Chrome, Safari, Opera 
    transform: rotate(51deg);
}*/

.prodGrid2 .stockAvailable{
    background: #e6e6e6;
    margin: 0;
    height: 18px;
    /* line-height: 0; */
    /* width: 100%; */
    position: absolute;
    top: -21px;
    right: 10px;
    left: 10px;
    /* padding-left: 5px; */
}

.prodGrid2 .colorBar{
    max-width: 80%;
    min-width: 25%;
    height: 100%;
    color: #fff;
    padding-left: 3px;
    left: 0;
    text-indent: 0;
    position: absolute;
}
.prodGrid2 .colorBar .text{
    position: absolute;
    top: -8px;
    color: #999;
    left: 0;
    font-style: italic;
}
.prodGrid2 .colorBar.green{
    background: #6bc279;
}
.prodGrid2 .colorBar.red{
    background: #e06b73;
}
.prodGrid2 .colorBar.orange{
    background: #f7ab48;
}




.prodGrid2 .hoverLayer{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    background: rgba(255,255,255,1);
    /*display: none;*/
}

.prodGrid2 .hoverLayer:hover{
    /*opacity: 1;*/
    /* opacity: 0.4; */
}


.prodGrid2 .buttonActions{
    position: relative;
    top: 85px;
    /* left: 40px; */
    text-align: center;
    width: 100%;
}
.prodGrid2 .buttonActions .circleButton{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.prodGrid2 .buttonActions .circleButton a{
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    padding: 0;
    display: inline-block;
    line-height: 37px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.prodGrid2 .buttonActions .circleButton a i{
    color: #aaa;
    margin: 0;
}

.prodGrid2 .buttonActions .circleButton:hover a{
    color:#fff;
    background: #f38a1d;
    width: 45px;
    line-height: 45px;
    height: 45px;
}
.prodGrid2 .buttonActions .circleButton:hover a i{
    color: #fff;
}

.prodGrid2 .caption .wrapPrice .discount{
    color: #e21e3a;
    font-weight: 600;
    font-size: 15px;
}

.prodGrid2 .caption > .row{
    margin: 0;
}

.prodGrid2 .stock{
    position: absolute;
    right: 11px;
    width: 76px;
    line-height: 11px;
    text-align: right;
    font-size: 10px;
}






.JS_productsList{
    position: relative;
    margin-bottom: 35px;
}
.JS_productsList .product-list > div{
    padding-right: 5px;
    padding-left: 5px;
    /* border-right: 2px solid #ebebeb; */
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ebebeb; */
}

.col_center .product-list .col-sm-4:nth-child(3n+1),
.col_center .product-list .col-md-4:nth-child(3n+1),
.col_center .product-list .col-lg-4:nth-child(3n+1){
    /*clear: left;*/
}
.col_center .product-list .col-6:nth-child(2n+1){
    /*clear: left;*/
}



.product-list .wrapFlashSaleCrono{
    /* height: 2px; */
}


.prodGrid2 .hoverLayer{
    text-align: center;
    padding-top: 53px;
}
.prodGrid2 .hoverLayer > .camion{
    margin-bottom: 10px;
    width: auto !important;
}
.prodGrid2 .hoverLayer .stockInfo{
    font-weight: normal;
}
.prodGrid2 .hoverLayer .stockInfo.green{
    color: #84c045;
}
.prodGrid2 .hoverLayer .stockInfo.red{
    color: #e53a52;
}

.prodGrid2 .JStoggleHoverLayer{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 9999999999999999;
}
.prodGrid2 .black-button-link{
    color: #FFFFFF;
    background-color: #6a737a;
    border-radius: 0;
    padding: 10px;
    height: auto;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    clear: both;
    margin: 0 10px;
}





.cros:before, .cros:after {
    content: "";
    position: absolute;
    background: #b7b7b7;
}

.cros:before {
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.cros:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
    left: 0;
}



.forceHorizontal {
    width: 100% !important;
    overflow: hidden;
    border-right-color: #fff !important;
}
.forceHorizontal .prodGrid2{
    overflow: hidden;
    padding-bottom: 0;
}
.forceHorizontal .prodGrid2 .prod_img{
    width: 30%;
    float: left;
}
.forceHorizontal .prodGrid2 .caption{
    padding-top: 52px;
}
.forceHorizontal .prodGrid2 .wrapBtnAddCart{
    position: absolute;
    /* padding: 0 15px; */
    right: 0;
    bottom: 17px;
}


.forceHorizontal .prodGrid2 .btnAddCart{
    padding-left: 23px;
    padding-right: 23px;
}
.forceHorizontal .prodGrid2 .caption .name{
    width: 41%;
}

.forceHorizontal .prodGrid2 .caption .wrapPrice{
    float: right;
    position: relative;
    width: auto;
}


@media (min-width: 991px){
    .JS_productsList .product-list > div.col-md-4:nth-child(4n+0){
        /*border-right: none;*/
    }
}


.prodGrid2 .deliveryDate{
    text-align: center;
    color: #84b84c;
    font-family: 'Open Sans', 'arial', sans-serif;
    font-size: 11px;
    position: relative;
    top: -4px;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 12px;
    height: 32px;
    overflow: hidden;
    font-weight: bold;
}
.prodGrid2 .deliveryDate a{
    color: #ffbc3d;
}
.prodGrid2 .deliveryDate b{
}
.prodGrid2 .deliveryDate c{
}
.prodGrid2 .deliveryDate strong{
    font-weight: bold;
    font-size: 12px;
}



.prodGrid2 .b2bcustomer{
    margin: 0 10px;
    text-align: center;
    background: #efefef;
    color: #000;
    padding: 5px;
}
.prodGrid2 .b2bcustomer a{
    color: #000;
    font-weight: bold;
}
.prodGrid2 .b2bcustomer a:hover{
    color: #777;
}


.prodGrid2 .favoriteProduct{
    position: absolute;
    right:13px;
    bottom:0;
    z-index: 1;
}


/* ribbonPromo */
.prodGrid2 .ribbonPromo {
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: visible;
    font-size: 23px;
    line-height: 13px;
    z-index: 99;
    background: #f0f002;
    color: red;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    animation: blinker 1s linear 1s 3;
    /* animation-duration: 3s; */
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }



.prodGrid2 .brand{
    max-height: 25px;
    position: absolute;
    top: 6px;
    height: 22px;
    z-index: 999;
    text-align: left;
    width: 100%;
}
.prodGrid2 .brand img{
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline;
}


.prodGrid2 .details{
    padding-left: 10px;    
}
.prodGrid2 .details li{
    position: relative;
}
.prodGrid2 .details strong{}




.prodGrid2 .wrapBtnAddCart {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    width: 100%;
    /* z-index: 99; */
    /* display: block; */
    /* margin-right: 13px; */
    /* margin-left: 15px; */
    height: 41px;
    position: relative;
    /* overflow: visible; */
    /* float: right; */
}

.prodGrid2 .prod_img:hover .wrapBtnAddCart {
    display: block;
}

.prodGrid2 .btnAddCart{
    overflow: hidden;
    position: relative;
    background: #000;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 4px;
    padding: 7px 6px;
    margin: 0 6px 0 3px;
    width: 50%;
    float: right;
	top: 2px;    
}
.prodGrid2 .btnAddCart:hover:after{
    content: " ";
    background: #000;
    opacity: 0.1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.prodGrid2 .btnAddCart:hover{
    text-decoration: none;
    background: #2661a4;
    color: #fff;
    border-color: #2661a4;
}
.prodGrid2 .btnAddCart i{
    color: #fff;
    margin-left: 0;
    position: relative;
    display: inline-block;
    left: -9px;    
}

.prodGrid2 .plusMinus{
    position: relative;
    left: 10px;
    top: 2px;
}
.prodGrid2 .plusMinus input{
    border-radius: 0;
    float: left;
    font-weight: 700;
    height: 32px;
    line-height: 19px;
    margin: 0 -1px;
    padding: 6px;
    position: relative;
    text-align: center;
    top: 0;
    width: 38px;
}
.prodGrid2 .plusMinus button {
    background: #fff;
    padding: 3px 5px;
    color: #898989;
    width: 20px;
    border-color: #ccc;
}
.prodGrid2 .plusMinus .icon {
    font-size: inherit;
    position: inherit;
    top: inherit;
    right: inherit;
    font-style: inherit;
}


@media (max-width: 1400px){
    .prodGrid2 .brand{
        text-align: right;
    }
}
@media (max-width: 575px){
    .prodGrid2 .caption .name{
        padding-left: 0;
        padding-right: 0;
    }

    .prodGrid2 .prod_img{
        padding: 0 1px;
        padding-top: 30px;
    }


    .prodGrid2 .brand{
        text-align: right;
    }
    .prodGrid2 .brand img{
        height: 11px;    
    }

    .JStoggleFavorite i{
        font-size: 12px;
    }

    .prodGrid2 .stockAvailable{
        margin: 0 2px;
    }
    .prodGrid2 {
        padding: 2px;
    }
    .prodGrid2 .caption .name{
        margin-bottom: 0;
    }

    .prodGrid2 .hoverLayer{
        display: none;
    }    
    .prodGrid2 a.name{
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 3px;
        margin-top: 1px;        
    }
    .prodGrid2 .details{
        font-size: 9px;        
    }

    .prodGrid2 .b2bcustomer a{
        font-size: 10px;
        line-height: 12px;
        display: block;        
    }

}