 
.banersklep {
    height: 50vh !important;
} 

.produkty {
    width: 70%;
}
.woocommerce ul.products li.product a img {
 
    margin-top: 20px !important;
}
aside#secondary {
    width: 30%;
    padding-right: 2%;
    margin-right: 2%;
    border-right: 2px solid #eaeaea;
}
.cat-item a {
    padding-left: 25px !important;
    position: relative;
}
.sklep {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 50px !important;
}

ul.product-categories {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.products::before{
    display: none;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: var(--zolty);
    border-radius: 30px;
    font-size: 13px;
}
ul.children {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-categories  li  a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 100%;
}
 
li.current-cat > a:before {
    background-color: var(--zolty) ;
}
.h2.woocommerce-loop-product__title:hover{
    color: var(--zolty);
}
.cat-item{
    position: relative;
}

ul.products li.product:hover {
    border: solid 2px var(--zolty);
}
.woocommerce ul.products::before{
    display: none !important;
}
.count{

 
background-color: rgba(84, 84, 84, .05);
position: absolute;
top: 0;
right: -0px;
font-size: 12px;
line-height: 18px;
padding: 0 10px;
text-align: center;
min-width: 10px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 10px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
color: grey;
}
ul.children {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}


ul.children a:before {
    display: none;
}

.cat-item a {
    padding-left: 25px !important;
    position: relative;
    color: black !important;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 22px;
   text-decoration: none !important;

}


h3.widget-title {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    border-radius: 20px;
    border: solid 2px var(--zolty);
    margin-bottom: 30px;
}


li.product {
    border-radius: 30px;
    border: solid 2px #eaeaea;
    padding: 20px !important;
}

button.przycisk.dodajdokoszykastart {
    background: var(--zolty);
    border-radius: 30px;
    font-weight: bold;
}
.banersklep .przycisk:hover{
    transform: scale(0.9);
}
h2.woocommerce-loop-product__title {
    color: black;
    font-size: 1rem !important;
}
.woocommerce ul.products li.product a img {
    height: 250px !important;
    width: 100% !important;
      object-fit: contain;
}
span.price {
    color: var(--zolty) !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 32%;
    margin: 0px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.karuzelaproduktow .swiper-horizontal>.swiper-scrollbar, .karuzelaproduktow .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -30px !important;
    max-width: 90%;
    margin: auto;
    left: 5%;
}
.newsletter input#email {
    padding: 10px;
    border-radius: 30px;
}


.przy-sklep-mobile{
    display: none;
}

.przy-sklep-mobile a.przycisk {
    border-radius: 30px;
    background: white;
    border: solid 2px var(--zolty);
    padding: 10px 15px !important;
}

@media screen and (max-width: 992px){

   #secondary button.przycisk {
        background: var(--zolty);
        color: black;
        border: 0px;
        border-radius: 30px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .przyciskzamknij.d-flex.d-xl-none {
        margin-bottom: 30px;
    }
    .produkty {
        width: 100%;
    }
    aside#secondary {
        width: 100%;
        padding-right: 0px;
        margin-right: 0px;
        border-right: unset;
    }
    .sklep{
        flex-direction: column !important;
    }
    li.product{
        width: 100% !important;
    }
    .banersklep {
        height: 450px !important;
    }
    .przy-sklep-mobile{
        display: block;
    }

    .obrazekstartsklepu {
        max-height: 30%;
    
    }
    .woocommerce-page aside#secondary{
        position: fixed;
        z-index: 99999999;
        top: 0;
        background-color: white;
        width: 100%;
        left: 0;
        padding: 2rem;
        height: 100vh;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .woocommerce-page aside#secondary{
        display: none;
    }
}

