.price .normal{
    color: #000000;
    font-weight:bold;
    font-size:18px;
    text-align: right;
}

.product-slide-entry .price {
   margin-bottom: 5px;
}


.button.disabled {
    font-size: 10px;
    line-height: 18px;
    padding: 11px 20px;
    text-transform: uppercase;
    font-weight: 700;
    background:#fff;
    color: #000;
    border:2px solid #34d9c3;
}
.button.disabled:hover {
    background: #ffffff;
    border-color:#00303c
}

.grid-buttons {
    text-align:center;
}



.product-slide-entry {
    xmax-width: 210px;
    xmargin: 0 auto;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    xpadding:10px;
    xmargin-left:-15px;
    xmargin-right:-15px;
    xtransition: 0.3s;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.shop-grid-item {
    padding-right: 10px;
    padding-left: 10px;
}

.product-slide-entry .title {
    margin-bottom:0;
}

.product-slide-entry .product-image {
    margin-bottom: 0;
}

.product-slide-entry:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.product-image {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    xmin-height: 270px;
    xmax-height: 270px;
    display: table !important;
    xpadding: -10px;
    overflow: hidden;
    margin-bottom: 0;
}

.product-slide-image {
  vertical-align: bottom;
  display: table-cell;
  xmargin:-20px;
  // padding:0;
  text-align: center;
}

.product-info {
    padding:10px;
}




.page-selector {
    padding:0;
    margin-bottom: 0;
}

.pagination {
    xmargin: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pag-info {
    position: absolute;
    padding-top:10px;
}
.str_but,.str_empty {
    padding:0;

}
.pagination>li>a, .pagination>li>span {
    color: #000;
}
.str_but:hover {
    background: #00303c;
    border-color: #00303c;
    color: #fff;
}
.str_but.active span {
    background: #00303c;
}

.information-blocks {
    margin-bottom:5px;
}
.block-title {
    padding-bottom:5px;
    margin-bottom:5px;
}
.filters-scrollbar {
    height:inherit;
    max-height:200px;
}
nav>ul>li {
    padding-right: 10px;
    padding-left: 10px;
}
.content-center {
    padding:0 5px;
}
header {
    padding:0 5px;
}
.disable-animation {
    padding:0 5px;
}
.cena-skreslona {
    text-decoration: line-through;
    color: #5e5e5e;
}
.error-reg {
    border:2px solid red;
    padding:4px;
}
.forma-plat {
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    color: #000;
}
.forma-plat:hover {
    background: gray;
    color: white;
}

.forma-plat.active {
    border: 2px solid gray;
    background: #dedede;
}

/*
Wyszukiwarka produkt?w
*/

.typeahead__result .row {
    display: table-row;
    font-size:14px;
}

.typeahead__result .row  > * {
    display: table-cell;
    vertical-align: middle;
}

.typeahead__result .produkt {
    padding: 0 10px;
    width: 270px;

}

 .typeahead__result .cena {
     font-size: 15px;
     color: #000;
     font-weight:bold;
     text-align: right;
     width: 100px;
}

.typeahead__result .zdjecie img {
    height: 50px;
    width: 30px;
}


.btn-disabled {
  background: #fff;
}


.shop-grid-controls {
    margin-bottom:0;
}


.header-middle .open-cart-popup span.header-cart-count {


    font-weight: bold;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-entry {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
}

.product-manufacturer {
    display:inherit;
}

#sb .typeahead__list {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.number-plus,.number-minus {
    cursor: pointer;
}

.number-plus:hover,.number-minus:hover {
    background: #34d9c3;
    color: #fff;
}



/* Ribbons */

.ribbon {
    position: relative;
    margin-top:5px;
}

.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 50px solid transparent;
    border-top: 10px solid #F8463F;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 14px;
    line-height: 1;
    padding: 5px 8px 5px;
    border-top-right-radius: 8px;
    width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
    position: absolute;
    content: "";
}
.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}
.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}


.ribbon2 {
    width: 60px;
    padding: 10px 0;
    position: absolute;
    top: -6px;
    left: 25px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #F47530;
}
.ribbon2:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
    content: "";
    position: absolute;
}
.ribbon2:after {
    height: 0;
    width: 0;
    bottom: -29.5px;
    left: 0;
    border-left: 30px solid #F47530;
    border-right: 30px solid #F47530;
    border-bottom: 30px solid transparent;
}
.ribbon3 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #59324C;
}
.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #59324C;
}


.ribbon4 {
    position: absolute;
    top: 10px;
    padding: 8px 10px;
    background: #34D9C3;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon4:before, .ribbon4:after {
    content: "";
    position: absolute;
}
.ribbon4:before {
    z-index: 9999;
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}
.ribbon4:after {
    z-index: 9999;
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: lightblue;
    border-radius: 5px 0 0 5px;
}



.ribbon5 {
    display: block;
    width: calc(100% + 20px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #EDBA19;
    position: relative;
    top: 20px;
}
.ribbon5:before, .ribbon5:after {
    content: "";
    position: absolute;
}
.ribbon5:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #cd8d11;
    border-left: 10px solid transparent;
}
.ribbon5:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #cd8d11;
    border-right: 10px solid transparent;
}
.wrap {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
}
.wrap:before, .wrap:after {
    content: "";
    position: absolute;
}
.wrap:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;
}
.wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;
}
.ribbon6 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #57DD43;
    text-align: center;
}

header .additional-header-logo {
    left:7px;
}

.kategoria_baner.hidden-sm.hidden-xs {
    display: none;
}

.show_more {
 clear: both;
}

.kiermasz_titles {
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    margin-top: -17%;
    text-align: center;
    color: white;
    padding-bottom: 10px;
    width: 83%;
    background-color: rgba(0,48,60,66);
    max-width: 302px;
    left: 9%;border-radius: 20px;
}

.show_more{
    clear:both;border-radius: 10px;text-align:center;margin-top: 26px;font-size: 14px;line-height: 18px;padding: 11px 40px;text-transform: uppercase;font-weight: 700;background: #34d9c3;color: #fff;border: 2px solid #34d9c3;padding-left: 10px;padding-right: 10px;display: block;margin-left: auto;margin-right: auto;max-width: 100%; width: 190px;margin-bottom: 5px;
}
.text-kiermasz{
    font-size: 17px;
    text-align: center;
    padding-bottom: 40px;
}


@media (max-width: 767px) {
    .kiermasz_titles {
        font-size: 13px;}
    .bury_txt {
        float: left;
        width: 60%;
        padding-top: 30px;

    }
    .bury_img {
        float: left;
    }
    .bury_img img {
        height: 100px;
    }

    .shop-grid-item.kubki {
        width: 100%;
    }
    .kiermasz_titles {
        font-size: 13px;}
    .kiermasz_titles3 {
        left: 8%;
        margin-top: -6%;
    }
}

.kiermasz_titles2 {
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    margin-top: -5%;
    color: white;
    padding-bottom: 10px;
    width: 100%;
    max-width: 310px;
    /* left: 5.5%; */
    background-color: #032e3b;
    margin-left: 10px;
}

.kiermasz_titles3 {
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    color: white;
    padding-bottom: 10px;
    width: 100%;
    max-width: 310px;
    background-color: #032e3b;
    left: 38%;
    margin-top: -2%;
}
.center_kubki {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
.center_kubki2 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.pull-left.bury {
   display: none;
}