/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 10, 2018, 2:06:50 PM
    Author     : Gendz
*/
.product-label {
    position: absolute;
    z-index: 150;
    margin-left: 65%;
    top: -30px;
}
.product-label p {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    background-color: white;
}
.mainimg {
    position: relative;
}

.new_title{
    margin: 0;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.new_prod_slider > .slick-list {
    padding: 15px 0 130px 0;
}
.new_prod_slider {
    margin-bottom: -50px;
}
.new_prod_slider > .slick-prev:before, .new_prod_slider > .slick-next:before{
    color: #000;
}
/*.itemProductnew {
    width: 340px;
    height: auto;
}*/
@media only screen and (min-width: 992px){
    /*fix for slider*/
    .itemProductnew:nth-child(3n+1) {
        clear: unset!important;
    }
    
}
.bodyTransition .container .new_padding_novinki{
    padding: 0px !important;
}
@media only screen and (max-width: 992px){

.new_prod_slider .slick-next {
        right: -5px;
    }
    .new_prod_slider .slick-prev {
        left: -5px;
    }
}    