

.productListArea {
    margin: 20px;
    overflow: auto;
}
.productListItem {
    float: left;
    width: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1% 1% 2%;
    position: relative;
}
.productListItem.promo::after {
    content: 'PROMOCJA';
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    padding: 7px 0;
    background-color: rgba(0, 142, 235, 0.8);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
}
.productListItem.promo .pPrice span {
    color: #008EEB;
}
.productListItem > a {
    display: block;
    font-size: 12px;
    color: #334433;
}
.productListItem .pPhoto {
    width: 100%;
    padding-top: 100%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    max-width: 170px;
}
.productListItem .pPhoto img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.productListItem .pName {
    height: 60px;
    padding: 7px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    text-align: center;
}
.productListItem .pPrice {
    text-align: center;
    font-weight: 500;
    padding: 7px 0px 5px;
}
.productListItem .pPrice span {
    font-size: 23px;
    font-weight: 600;
}
.productListArea .pBtn .btn-red,
.productListArea .pBtn .btn-blue,
.productListArea .pBtn .btn-gray,
.productSliderArea .pBtn .btn-red,
.productSliderArea .pBtn .btn-blue,
.productSliderArea .pBtn .btn-gray {
    width: 150px;
    margin: 0px auto;
}




.pagination {
    margin: 30px 0px;
}
.pagination .paginationLinksArea {
    height: 36px;
    text-align: center;
}
.pagination .paginationLinks {
    display: inline-block;
    height: 100%;
    overflow: auto;
}
.pagination .paginationLink {
    display: block;
    float: left;
    height: 36px;
    line-height: 34px;
    width: 36px;
    margin: 0px 2px;
    font-size: 17px;
    font-weight: 500;
    color: #343434;
    border: 1px solid #008EEB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
}
.pagination .paginationLink:hover {
    color: #fff;
    background-color: #008EEB;
}
.pagination .paginationLink.active {
    color: #fff;
    background-color: #0072bc;
}
.pagination .paginationButton {
    margin-bottom: 15px;
}
.pagination .paginationButton .btn-blue {
    margin: 0px auto;
}

.searchHeadline {
    margin: 20px 0px 10px;
    font-size: 16px;
    font-weight: 500;
}

.searchLink {
    padding: 3px 10px;
}
.searchLink a {
    font-size: 16px;
    font-weight: 500;
    color: #0072bc;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.searchLink a:hover {
    color: #008EEB
}

.searchLink2,
.searchLink3 {
    margin: 20px 0px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}
.searchLink2 {
    border-bottom: 1px solid #e3e3e3;
}
.searchLink2 a,
.searchLink3 a {
    color: #0072bc;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.searchLink2 a:hover,
.searchLink3 a:hover {
    color: #008EEB
}





@media screen and (max-width: 1000px) {
    .productListItem {
        width: 23%;
    }
    .productListItem .pPhoto {
        width: 90%;
        padding-top: 90%;
    }
}

@media screen and (max-width: 800px) {
    .productListItem {
        width: 31.33%;
    }
    .productListItem .pPhoto {
        width: 80%;
        padding-top: 80%;
    }
}

@media screen and (max-width: 600px) {
    .productListItem {
        width: 48%;
    }
    .productListItem .pPhoto {
        width: 70%;
        padding-top: 70%;
    }
}

@media screen and (max-width: 400px) {
    .productListItem {
        width: 100%;
        margin: 0px 0px 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e3e3e3;
    }
    .productListItem .pPhoto {
        width: 60%;
        padding-top: 60%;
    }
    .productListItem .pName {
        height: 60px;
    }
}
/* productSLider*/
.productSliderArea {
    padding: 20px 0px;
}
.productSlider {
    display: block;
    width: 100%;
    list-style-type: none;
}
.productSlider li {
    padding-bottom: 50px;
    float: left;
}
.productSlider .productListItem {
    width: 100%;
    margin: 0px;
}
.productSliderArea .lSSlideOuter {
    width: 100%;
}
.productSliderArea .lSSlideOuter .lSPager.lSpg > li a {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #343434;
}
.productSliderArea .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #008EEB;
}