/*
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 200px 0;
}
.new_prod_slider {
    margin-bottom: -100px;
}

/* 1 товар без Slick: ширина как у слайда (1/3 ряда), без центрирования */
.new_prod_slider.pc-carousel-single:not(.slick-initialized) {
    padding-bottom: 220px;
    margin-bottom: 0;
}

.new_prod_slider.pc-carousel-single:not(.slick-initialized) > .itemProductnew {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
}

@media (max-width: 600px) {
    .new_prod_slider.pc-carousel-single:not(.slick-initialized) > .itemProductnew {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

.new_prod_slider > .slick-prev:before, .new_prod_slider > .slick-next:before{
    color: #000;
}

/* Hover: карточка поверх соседних, без сдвига фото (галерея — section-gallery, не mainimg) */
.bx-no-touch .new_prod_slider .itemProductnew:hover:not(.pc-card-hover) .itemProductnew-block {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    z-index: auto;
    box-shadow: none;
}

.bx-no-touch .new_prod_slider .itemProductnew:hover:not(.pc-card-hover) .itemProductnew__hidden {
    display: none;
    opacity: 0;
}

.bx-no-touch .new_prod_slider .itemProductnew:hover,
.bx-no-touch .new_prod_slider .itemProductnew.pc-card-hover {
    z-index: 1001;
}

.bx-no-touch .new_prod_slider .itemProductnew.pc-card-hover .itemProductnew-block {
    top: 0;
    left: 0;
    z-index: 1002;
}

.bx-no-touch .new_prod_slider .itemProductnew.pc-card-hover .itemProductnew__hidden .size-wrap {
    max-height: 96px;
    overflow-y: auto;
    justify-content: center;
}

@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;
    }
}

