/* miejsce na kod CSS */
.btn-primary {
    color: #fff;
    background-color: #503564;
    border-color: #3f2950;
}

.productsList ul li {
    //border: 1px SOLID #DDD;
    //border-radius: 10px;
    
    box-shadow: 5px -5px 10px -5px rgba(0, 0, 0, .05);
    padding-bottom: 15px;
}
@media  screen and (min-width: 1419px) {
    .productsList ul li .item .price .net { display: inline-block; float: none !important; margin-right: 20px; }
    //.productsList ul li .item .itemHover .price .net {}
    
    .productsList ul li {
        margin: 2px;
        width: 16.366%;
    }

    .productsList ul li .item .title {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
}

.productsList ul li .item {
    width: auto !important;
}

.productsList ul li .item .title a {
    font-size: 16px;
}
.btn-black-big:hover, .btn-primary-big:hover {
    background-color: #503564;
}

.productsList ul li .item .thumb {
    width: calc(100% - 5px);
}

.productsList ul li .item .thumb a img {
    max-width: 100%;
}
.stockInfo {
    font-size: 14px;
}

.infoBlock {
    top: 30px;
    right: 0;
    padding: 20px 35px 20px 105px;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    display: block;
    line-height: 24px;
    -webkit-transition: 0 !important;
    -moz-transition: 0 !important;
    -o-transition: 0 !important;
    transition: 0 !important;
    z-index: 99999;
}
.productsList ul li {
    margin: 2px;
}
@media screen and (max-width: 1439px) {
    .productsList ul li, .productsList ul.big li, .productsList ul.default li {
        width: 24%;
        margin: 0.4%;
    }
}
@media screen and (max-width: 989px) {
    .productsList ul li {
        width: 32.33%;
        margin: 0.4%;
    }
}
@media screen and (max-width: 599px) {
    .productsList ul li {
        //width: 49%;
        //margin: 0.4%;
        
        width: 50%;
        margin: 0;
    }
}

.productsList ul li .quantity {
      width: 45px !important;
    height: 40px !important;
    border: 1px solid #e1e1e1 !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
    color: #575757;
    text-align: center;
    display: inline-block !important; 
    margin-right: 5px;
}

.productsList ul li .row.button {
    padding-right: 15px !important;
    padding-left: 30px;
}

.productsList ul li .toCart a {
        border: 1px solid #503564;
}
.productsList ul li .toCart a:hover {
    background-color: #503564;
    color: #FFF;
}
.productsList ul li .addToCart {
    margin-top: -10px !important;
}
.productsList ul li .addToCart .fa {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #503564;
}

.productsList ul li .addToCart:hover .fa {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #503564;
}
.hidden {
    display: none;

}
.toCart .showDetails {
    white-space: pre-line;
    padding: 10px;
}
.toCart .col-md-6 {
    padding: 0px;
}

@media  screen and (min-width: 1470px) and (max-width: 1750px) {
    .toCart .showDetails {
        /*padding: 3px;*/
                font-size: 14px;
    }
}
@media  screen and (min-width: 1750px) and (max-width: 1790px) {
    .toCart .showDetails {
        font-size: 16px;
    }
}