.JS_productsList{
    position: relative;
    margin-bottom: 35px;
}
.JS_productsList .product-list > div{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 23px;
}


.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 {
    margin-left: -10px;
    margin-right: -10px;
    position:relative;    
}


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

.prodGrid {
    /*float: left;*/
    position: relative;
    /*width: 235px;*/
    background: #fff;
    /*height: 290px;*/
    /* border-radius: 5px; */
    border: 1px solid #e4e4e4;
    text-align: left;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}


.prodGrid:hover{
    border: 1px solid #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.prodGrid *{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */    
}

.prodGrid .caption{
    overflow: hidden;
    /* border-top: 2px solid #e8e8e8; */
    padding-top: 11px;
}
.prodGrid .caption .name{
    display: block;
    color: #7b7b7b;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    overflow: hidden;
    height: 47px;
    padding-left: 15px;
    margin-bottom: 11px;
}

.prodGrid .caption .name:hover,
.prodGrid .caption .name:focus{
    text-decoration: none;
    color: #000;
}

.prodGrid .caption .wrapPrice{
    padding-right: 13px;
    padding-left: 0;
}
.prodGrid .caption .price{
    font-size: 20px;
    color: #f38a1d;
    position: relative;
    top: 8px;
    font-weight: 600;
    margin-left: -14px;
    text-align: right;
    margin-bottom: 6px;
    margin-right: -4px;
}
.prodGrid .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;
}
.prodGrid .caption .vote{
    height: 20px;
    overflow: hidden;    
}
.prodGrid .caption .stockBar{
    margin-bottom: 11px;
}

.prodGrid .prod_img {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 25px;
    /*width: 225px;*/
    /*height: 225px;*/
}

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

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







.prodGrid .flashSaleCountDown{
    position: relative !important;
    padding: 0 0px;
    padding: 6px 0 0;
    overflow: hidden;
    width: 247px;
    left: -6px;
    text-shadow: 1px 0px 5px #C6D530;
    color: #7512B1;
    text-align: center;
    z-index: 99;
    font-size: 2em;
    font-weight: bold;
}

.prodGrid .flashSaleCountDown > div{
    display: inline-block;
    float:none !important;
}


.prodGrid .cntSeparator {
    position: relative;
    top: -13px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 -3px 0 0;
    color: #000;
}

.prodGrid .flashSaleCountDown .countdown_section{
    color: #fff;
    font-size: 10px;
}

.prodGrid .flashSaleCountDown .countdown_amount{
    color: #fff;
    font-size: 16px;
}







.prodGrid .wrapBtnAddCart {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: none;
}

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

.prodGrid .btnAddCart{
    background: #000;
    display: block;
    color: #fff;
    padding-top: 8px;
    font-size: 14px;
    padding-bottom: 8px;
    text-align: center;
}
.prodGrid .btnAddCart:hover{
    text-decoration: none;
    background: #000;
}
.prodGrid .btnAddCart i{
    color: #fff;
    margin-left: 7px;
}
.prodGrid .wrapImg2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #f00; */
    z-index: 10;
    height: 100%;
}
.prodGrid .wrapImg2 img{
    position: relative;
    z-index: 2;
    opacity: 1;
    object-fit: contain;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    -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+ */
}


@media (max-width: 575px){
    .blackFrid .prodGrid .caption .price{
        font-size: 19px !important;
        line-height: 18px;
        margin-bottom: 0 !important;
    }
    .blackFrid .prodGrid .caption .wrapPrice {

        margin-bottom: 0 !important;
    }
}
