/*
Theme Name: Rocks
Author: Pandalajka
Description: Simple Wordpress Theme for E-commerce site
Version: 1.0.8
*/


* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #2f2f2f;
}

body {
	overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #2f2f2f;
}

body {
	overflow-x: hidden;
}

.servicesbutton {
    width: 200px;
    border: 1.5px solid #e0663f;
    background-color: #fff;
    display: block;
    padding: 8px 6px 8px 6px;
    letter-spacing: 1.8px;
    font-size: 13.5px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #e0663f;
    margin-left: auto;
    margin-right: auto;
}

/* Site Decorations */

/* .site-decoration-one {
	    z-index: 0;
    display: block;
    border: 7px solid #f7f7f7;
    margin-top: 90px;
    margin-left: 75%;
    height: 270px;
    width: 300px;
    position: absolute;
    opacity: 0.6;
}

.site-decoration-two {
	 z-index: 0;
    display: block;
    border: 7px solid #f7f7f7;
    margin-top: 90px;
    margin-left: 75%;
    height: 270px;
    width: 300px;
    position: absolute;
    opacity: 0.6;
} */


/* Woocommerce Plugin */

.woocommerce-breadcrumb, .storefront-product-pagination, .fourohfour-columns-2 .col-2 {
    display: none;
}

.post-178 {
	margin-top: 50px;
	text-align: center;
	margin-left: 10%;
}

.post-178 .posted-on, .post-178 .entry-meta, .post-178 .entry-title {
	display: none;
}

.post-178 .entry-content .woocommerce .columns-3 {
	width: 100%;
	margin-left: -100px;
}

.post-2 .entry-content .gallerypage {
	display: flex;
	flex-direction:row;
	justify-content:center;
	width: 100%;
	flex-wrap: wrap;
	margin-top:40px;
	margin-bottom:40px;
}

.post-2 .entry-content .gallerypage img {
	width: 200px;
    height: 160px;
    padding: 2px;	
}

.woocommerce-pagination {
	position: static;
	margin-top: 30px;
	margin-bottom: -80px;
    width: 100%;
}

.woocommerce-message {
	width: 100%;
	margin-left: 10%;
}

.woocommerce-loop-product__title:hover {
	color: #ce6420;
}

/* Woocommerce Cart */

table.cart td.product-subtotal {
    padding-left: 0px;
    padding-right: 0px;
}

table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
    padding-right: 0;
}

.woocommerce-Price-amount {
	font-size:15px;
}


/* Site Header */

header {
    width: 100%; 
    overflow: hidden;   
}

/* Header Navigation */

nav {
    background-color: #fefefe;
    width: 100%;
    height: 120px;
    z-index: 99;
    position: fixed;
    margin-top: -10px;
    margin-bottom: 200px;
    top: 0
}

nav label {
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 30px;
    float: right;
    color: #2f2f2f;
}

#toggle {
    display: none;
}

.nav-items {
    width: 90%;
    height: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

#brand-logo {
    display: none;
}

.nav-items ul {
    margin-top: 85px;
}

.nav-items ul li {
    display: inline-block;
    padding: 15px;
    margin-right: 25px;
}

.nav-items ul li:nth-child(1) img {
    width:35px;
	margin-bottom: -26px;
}

.nav-items ul li:nth-child(7) {
    margin-right: 35px;
}


.nav-items ul li a {
    color: #2f2f2f;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    opacity: 0.95;
}

.nav-items ul li a:hover {
    color: #e66342;
}

.nav-items ul li a:nth-child(2) {
	color: white;
	background-color: #ce6420;
	padding: 5px 15px;
	font-weight:400;
}

.nav-items .cart {
    color: green;
}

.nav-items .card-img {
    width: 23px;
    position: absolute;
    margin-left: -28px;
}

#brand-logo-item {
    margin-top: 65px;
    width: 80%;
}

#li-mobile, .header-contact-icon {
    display:none;
}


/* Shop Sidebar */

.shop-sidebar {
    width: 300%;
    height: 330px;
    margin-top: 120px;
    position:relative;
    overflow-x: hidden;
    overflow-y:hidden;
	animation: slider 17s ease-in-out infinite;
}

.shop-sidebar:hover {
	animation-play-state: paused;
}

.slider {
    float: left;
    width: 33.33%;
    position:relative;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#slide1, #slide2, #slide3 {
    background-size: cover;
    background-position: center;
    margin-left:auto;
    margin-right:auto;
}

#slide1 {
    background-image: url("/wp-content/uploads/2019/02/kamien-sciezkowy-ciety-czterostronnie.jpg");
}

#slide2 {
    background-image: url("/wp-content/uploads/2019/02/img_00391.jpg");
}

#slide3 {
    background-image: url("/wp-content/uploads/2019/02/Grillowedzarnia.jpg");
}

.slider-content {
    background-color: rgb(242, 242, 242);
    width: 400px;
    height: auto;
    display: block;
    margin-top: 4%;
    margin-bottom: 2%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 17px 10px 17px;
}

.slider-content h2, .slider-content p, .slider-content a {
    text-align: center;
}

.slider-content h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
}

.slider-headline {
	font-size: 18px;
}

.slider-content p {
        font-size: 14px;
    	margin-bottom: 10px;
}

.sliderbutton {
    background-color: transparent;
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    z-index: 71;
    text-transform: uppercase;
    border-width: 1.5px;
    border-style: solid;
    border-color: rgb(224, 102, 63);
    border-image: initial;
    padding: 10px 13px;
    transition: border 500ms ease-out 0s;
}

.slider-content a {
    text-decoration:none;
    color: black;
}

.slider-content .sliderbutton:hover {
    background-color: white;
    color:black;
}

#slide3 h2 {
	font-size:18px;
}


.slider-nav {
    display:flex;
    flex-direction:row;
    justify-content:center;
    margin-top:10px;
}

.slider-nav img {
    width:15px;
}

.slider-nav #arrowimg {
    margin-left: 5px;
}

.slider-nav #arrowR:nth-child(2) {
    margin-left: 5px;
}

.slider-nav #arrowR, .slider-nav #arrowL {
    cursor: pointer;
}



/* Shop Sidebar - Categories */

.shop-menu {
    width: 320px;
    position: absolute;
    z-index: 98;
    margin-top: 50px;
    margin-left: 2.5%;
    padding: 2px 2px 4px 2px;
/*     background-color: #f9f9f9;   */
}

.woocommerce .content-area {
    z-index: 97;
    margin-top: 10px;

}

.shop-menu h5, .shop-menu h4 {
    font-size: 1.2em;
    margin-top: 40px;
    background-color: #e66342;
    color: white;
    margin: 0px 0px -10px 0px;
    padding: 10px;
}

.shop-categories {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 8%;
	border: 1.5px solid #e66342;
	padding: 8px;
}

.shop-categories-item {
    display: flex;
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 400;   
    font-size: 14px;
    padding: 0px;
}
    
.hitroku {
    display: flex;
    align-self: flex-end;
    padding: 0 0 5px 0;
    
}


.shop-categories-item a {
    color: #2f2f2f;
    padding: 12px 0 12px 12px;
}

.shop-categories-item a:hover {
    color: 	#e66342;
    cursor: pointer;
}

.shop-menu-mobile {
    display: none;
}

/* Shop Sidebar Mobile - Categories */

.shop-menu-mobile {
    width: 250px;
    position: absolute;
    z-index: 98;
    margin-top: 50px;
    margin-left: 2.5%;
    padding: 20px 20px 45px 20px;
    background-color: #f9f9f9;  
}

/* Pages */ 
.entry-header {
	text-align: center;
}



/* About Section */

.about {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;  
    overflow: hidden;
    position: relative;
}

.about-section {
    padding-bottom: 7%;
    padding-top: 7%;
    width: 85%;
    display: flex;
    flex-direction: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.about-section-item {
	width:22%;
}

.about-section-item:nth-child(1) {
	border: 4px solid #ce6420;
	padding:50px 0;
}

.about-section-item:nth-child(2) {
	border: 4px solid #ce6420;
	padding: 50px 0;
}

.about-section-item:nth-child(3) {
	border: 4px solid #ce6420;
	padding: 50px 0;
}

.about-section-item:nth-child(4) {
	border: 4px solid  #ce6420;
	padding:50px 0;
}

.about-section-item img {
    width: 75px; 
    opacity: 0.7; 
    margin-left:auto;
    margin-right:auto; 
}

.about-section-item #pine {
    animation: bounce 3s ease infinite;
}

.about-section-item p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 40px;
}

/* .decoration-about-silver-one {
    z-index: 69;
    display: block;
    border-bottom: 4px solid #e1e1e1;
    border-left: 4px solid #e1e1e1;
    border-right: 4px solid #e1e1e1;
    margin-left: 950px;
    height: 55%;
    width: 30%;
    position: absolute; 
    opacity: 0.11;
}

.decoration-about-silver-two {
    z-index: 69;
    display: block;
    border-bottom: 4px solid #e1e1e1;
    border-right: 4px solid #e1e1e1;
    height: 100%;
    width: 200px;
    position: absolute;
    opacity: 0.11;
}


.decoration-about-silver-three {
    z-index: 69;
    display: block;
    border-top: 4px solid #e1e1e1;
    border-right: 4px solid #e1e1e1;
    border-left: 4px solid #e1e1e1;
    height: 300px;
    width: 70%;
    margin-top: 18.5%;
    margin-left: 500px;
    position: absolute;
    opacity: 0.11;
}

.decoration-about-silver-four {
    z-index: 69;
    display: block;
    border-top: 4px solid #e1e1e1;
    border-bottom: 4px solid #e1e1e1;
    border-left: 4px solid #e1e1e1;
    height: 90%;
    width: 70%;
    margin-top: 4%;
    margin-left: 90%;
    position: absolute;
    opacity: 0.11;
}
 */

/* Footer */

footer {
    width: 100%;
	background-color: #e6e6e6;
    overflow: hidden;  
}

footer img {
    width: 120px;
    height: auto;
    margin-left: 3%;
    margin-top: 6%;
    animation: move 3.5s ease infinite;
    z-index: 90;
    position: absolute;
    opacity: 0.8;
}

.contact-info {
    width: 90%;
    height: 35vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.contact-info a, .contact-info p {
    padding: 4px 0 4px 0;
    font-size: 15px;
    display: block;
    color: #2f2f2f;
}

.contact-info a:hover,
.contact-info p:hover {
    cursor: pointer;
    color: #e66342;
}

.decor {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08rem;
}

.footer-credits, .footer-credits a {
    width: 100%;
    background-color: #605f5e;
/*     color: #2f2f2f; */
	color: white;
    text-align: center;
    margin-top: auto;
    font-size: 0.7rem;
    letter-spacing: 0.08rem;
    margin-bottom: auto;
    text-transform: uppercase;
    font-weight: 300;
    padding: 25px 0 25px 0;
    z-index: 80;
    position: relative;}



/* Animations */


@keyframes move {
    50% {
        transform: translate(0, -30px);
    }
}

@keyframes mobmov {
    50% {
        transform: translate(0, -20px);
    }
}


@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
}

@keyframes slider {
	0%{
		left: 0%
	}

	11%{
		left: 0%;
	}

	17%{
		left: 0%;
	}

	23%{
		left: 0%;
	}

	29%{
		left: -100%;
	}

	35%{
		left: -100%;
	}

	41%{
		left: -100%;
	}

	47%{
		left: -100%;
	}

	52%{
		left: -200%;
	}

	58%{
		left: -200%;
	}

	64%{
		left: -200%;
	}

	70%{
		left: -200%;
	}

	76%{
		left: -100%;
	}
  
  84%{
		left: -100%;
	}
  
  90%{
		left: -100%;
	}
  
  96%{
		left: -100%;
	}
    
  100%{
		left: 0%;
	}
  
}



/* Responsive */


@media only screen and (max-width: 1473px) {
	
	.right-sidebar .content-area .main .post-2 {
    width: 70%;
    margin-left: 25%;
    margin-right: 0%;
	}
	
	.post-2 .entry-header, .post-327 .entry-header {
		font-size: 0.8rem;
		margin-top: -30px;
		
}
	.post-2 .entry-content, .post-327 .entry-content {
		margin-left: 20%;
	}
	
	.post-361 .entry-content {
		margin-left: 10%;
	}
	
	.right-sidebar .content-area .main .post-327 {
		width: 70%;
    margin-left: 25%;
    margin-right: 0%;
	}
	
	.woocommerce-cart .hentry, .woocommerce-checkout .hentry {
		margin-left:20%;
	}
}

@media only screen and (min-width: 1900px) {
    .shop-menu {
        margin-left: 10%;
    }
}


@media screen and (min-width: 1220px) and (max-width: 1500px) {

    .woocommerce .content-area {
        padding-left: 15%;
    }
	
	.woocommerce-message {
		width: 60%;
		padding-left: 20%;
	}
	
}

@media only screen and (max-width: 1220px) {
		.nav-items ul li:nth-child(7) {
	margin-left: 0px;
}

	.nav-items ul li:nth-child(1) img {
    width: 35px;
    margin-bottom: -20px;
}
}

@media only screen and (max-width: 1329px) {
	.about-section-item:nth-child(2) {
    padding: 40px 0;
}
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {

    .shop-menu {
        width: 230px;
        padding: 15px 15px 30px 15px;
    }

    .shop-menu h5, .shop-menu h4 {
        font-size: 20px;
        margin-top: 30px;
    }

    .shop-categories-item {
        padding: 6px;
        margin-left: 0px;
        letter-spacing: 0.1px;
        font-size: 13px;
        margin-right: auto;
    }

    .woocommerce .content-area {
        padding-left: 15%;
    }
	
	.woocommerce-message {
		width: 60%;
		padding-left: 20%;
	}
	
	.post-2 .right-sidebar .content-area, .post-327 .right-sidebar .content-area, .post-361 .right-sidebar .content-area {
    width: 80%;
    margin-left: 20%;
    margin-right: 0%;
	}
	
}


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

    .shop-menu, #kora {
        display: none;
    }

    .shop-menu-mobile {
        display: block;
        z-index: 98;
        position: relative;
        width: 100%;
        background-color: white;
        margin-top: 0px;
        margin-left: 0%;
    }

    .shop-categories {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
		margin-bottom: -80px;
		border: none;
    }

    .shop-categories-item {
        font-weight: 600;  
        width: 196px;
        font-size: 13px;
        border: 0;             
        cursor: pointer;
        padding: 10px;
        margin-bottom: 8px;
        text-decoration: none;
        font-weight: 600;
        outline: 0;
        background-color: #eeeeee;
        border-color: #eeeeee;
        color: #333333;
        text-align: center;
    }

    .shop-categories-item a {
        padding: 0;
    }
	
		.post-2 .entry-header, .post-327 .entry-header, .post-361 .entry-header {
	    margin-left: 0%;
}
	.post-2 .entry-content, .post-327 .entry-content, .post-361 .entry-content {
		margin-left: -5%;
	}
	
}


@media screen and (min-width: 1041px) and (max-width: 1260px) {

    .nav-items ul li {
        padding: 7.5px;
    }
}


@media only screen and (max-width: 1040px) {
           
    nav {
        width: 100vw;
        /* position: absolute; */
        position: fixed
        top: 0;
        height: auto;
    }

    nav label {
        display: block;
        cursor: pointer;
    }    

    #brand-logo {
        display: block;
        width: 120px;
        height: auto;
        margin-left: 50px;
        margin-top: 40px;
        z-index: 99;
        position: relative;
    }

    #brand-logo-item, #home {
        display: none;
    }

    .nav-items {
        text-align: center;
        display: none;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .nav-items ul {
        width: 100%;
        margin-top: 100px;
        margin-left: 0px;
    }

    .nav-items ul li {
        display: block;
        width: 100%;
    }

    .nav-items ul li a {
        font-weight: 500;
        line-height: 100%;
        color: #2f2f2f;
    }
	
	#li-mobile {
        display: block;
    }

    .header-contact-icon {
        display: inline-block;
        width: 27px;
        height: auto;
        margin-bottom: -8px;
    }

    #toggle:checked + .nav-items {
        display: block;
    }

    .header-section {
        padding: 40px 0 0 0;
    }
	
	.header-left .decoration-header-silver-one, .header-left .decoration-header-silver-two {
		display: none;
	}
	
	.header-right .decoration-header-yellow-one, .header-right .decoration-header-yellow-two, .header-right .decoration-header-yellow-three {
		display: none;
	}
	
	.nav-items ul li a:nth-child(2) {
	color: black;
	background-color: white;
	padding: auto;
	font-weight:500;
}
	
	.about-section-item:nth-child(1), .about-section-item:nth-child(2), .about-section-item:nth-child(3), .about-section-item:nth-child(4) {
		border:none;
		padding: 0;
	}
			       
}

@media only screen and (width: 1024px) {
	.post-2 .entry-header, .post-327 .entry-header, .post-361 .entry-header {
		font-size: 0.6rem;
}
	.post-2 .entry-content, .post-327 .entry-content {
		margin-left: 0%;
	}
	
	.post-361 .entry-content {
    margin-left: 15%;
}


}


@media screen and (min-width: 1041px) and (max-width: 1229px) {

    .nav-items ul li {
        margin-right: 10px;        
    }

    .about-section-item img {
        width: 60px;
    }

    .about-section-item p {
        font-size: 13px;
    }

    footer img {
        display: none;
    }

}


@media screen and (min-width: 950px) and (max-width: 1040px) {

    nav {
        margin-top: 0px;
        margin-bottom: 0;
    }
    
    nav label {
        margin: 30px 50px 0 0;
    }

    #brand-logo {
        margin-top: 0px;
    }

    .nav-items ul li {
        background-color: #fff;
        width: 100%;
    }

    .nav-items ul li:nth-child(8) {
        padding-bottom: 30px;
        border-bottom: 0.5px solid rgba(0,0,0,0.2);
    }

    .nav-items .card-img {
        width: 23px;
        position: absolute;
        margin-left: 42.5%;
    }

    #brand-logo {
        display: block;
        width: 120px;
        height: auto;
        margin-left: 40px;
        margin-top: 30px;
        z-index: 99;
        position: relative;
    }

    .shop-sidebar {
        height: 250px;
    	margin-top: 80px;
    }

    .shop-sidebar p {
        margin-top: 1px;
    }
	
	.slider-content {
		width: 480px;
	}

    .about-section-item img {
        width: 50px;
    }

    .about-section-item p {
        font-size: 12px;
    }

    footer img {
        display: none;
    }

    .decor {
        font-size: 16px;
    }

    .contact-info a, .contact-info p {
        font-size: 12px;
    }
	
/* 	.contact-info {
		height:18vh;
	} */
	
	 .site-content .content-area .site-main .post-2, .site-content .content-area .site-main .post-327, .site-content .content-area .site-main .post-6 {
		margin-left:20%;
	}
	
	 .content-area .site-main .post-6 {
		margin-bottom:40px;
	}
	

}

@media only screen and (width: 768px) {
	.content-area .site-main .post-2, .content-area .site-main .post-327, .content-area .site-main .post-6, .content-area .site-main .post-361 {
    width: 90%;
    margin-left: 0%;
}
	
	.right-sidebar .content-area {
		margin-left:15%;
		width:90%;
	}
	
	.post-2 .entry-content, .post-327 .entry-content, .post-361 .entry-content {
		margin-left: -15%;
	}
}

@media screen and (min-width: 442px) and (max-width: 949px) {

    nav label {
        margin: 30px 50px 0 0;
    }

    .nav-items ul li {
        background-color: #fff;
        width: 100%;
    }

    .nav-items ul li:nth-child(8) {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    .nav-items .card-img {
        width: 23px;
        position: absolute;
        margin-left: 40%;
    }

    #brand-logo {
        display: block;
        width: 120px;
        height: auto;
        margin-left: 30px;
        margin-top: 30px;
        z-index: 99;
        position: relative;
    }

    .shop-sidebar {
        height: 250px;
    }

    .shop-sidebar p {
        margin-top: 1px;
    }

    .about-section {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 60px;

    }

    .about-section-item {
        width: 20%;
    }

    .about-section-item img {
        width: 40px;
    }

    .about-section-item #pine {
        animation: none;
    }

    .about-section-item p {
        font-size: 10px;
        letter-spacing: 1.3px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer img {
        display: none;
    }

    .contact-info {
        flex-direction: column;
        height: 100%;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .contact-info a, .contact-info p {
        font-size: 12px;
        padding: 5px 0 5px 0;
    }

    .contact-info .decor {
        font-size: 15px;
    }

    .contact-info-center, .contact-info-right {
        margin-top: 40px;
    }

    .decoration-offers-silver-one, .decoration-offers-silver-two, .decoration-offers-silver-three, .decoration-offers-silver-four, .popular-left .decoration-popular-gold-one {
        display: none;
    }
	
/* 	.right-sidebar .content-area .site-main .post-2 {
    margin-top: -80px;
}	 */
	.woocommerce-message {
		width: 80%;
	}
}


@media screen and (max-width: 441px) {
    
    nav label {
        margin: 20px 20px 0 0;
    }

    .nav-items ul {
        overflow: hidden;
    }

    .nav-items ul li {
        background-color: #fff;
        width: 100%;
    }

    .nav-items ul li:nth-child(8) {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    .nav-items ul li a {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1.3px;
    }

    .nav-items .card-img {
        width: 23px;
        position: absolute;
        margin-left: 27%;
    }


    #brand-logo {
        display: block;
        width: 120px;
        height: auto;
        margin-left: 10px;
        margin-top: 20px;
        z-index: 99;
        position: relative;
    }
	
	.shop-menu-mobile {
		padding: 20px 20px 0px 20px;
		margin-bottom: 130px;
    	margin-top: 30px;
	}

    .shop-sidebar {
        display:none;
    }
    .woocommerce-products-header h1 {
        font-size: 20px;
        font-weight: 400;
    }
	
	.woocommerce-message {
	width: 100%;
	margin-left: 0;
	}
	
		
	.site-content {
		margin-top: -170px;
	}
	
	.site-main {
		margin-top: 30px;
	}
	
	.right-sidebar .content-area .site-main .post-2 h1, .right-sidebar .content-area .site-main .post-327 h1, .right-sidebar .content-area .site-main .post-361 h1 {
    font-size: 24px;
}	
	
	.right-sidebar .content-area .site-main .post-2 p, .right-sidebar .content-area .site-main .post-327 p, .right-sidebar .content-area .site-main .post-361 p {
    font-size: 14px;
		width: 90%;
		margin-left:auto;
		margin-right:auto;
}	
	
	.right-sidebar .content-area .site-main .post-2 ul, .right-sidebar .content-area .site-main .post-2 ul li, .right-sidebar .content-area .site-main .post-361 ul li {
    font-size: 14px;
		width: 90%;
}	
	
	.shop-categories-item {
        width: 110px;
		padding: 2px;
	}

    .about-section {
        flex-direction: column;
        padding-top: 30px;
    }

    .about-section-item img {
        width: 30px;
        padding-top: 20px;
    }

    .about-section-item #pine {
        animation: none;
    }

    .about-section-item p {
        font-size: 11px;
        letter-spacing: 1.3px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer img {
        display: none;
    }

    .contact-info {
        flex-direction: column;
        height: 100%;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .contact-info a, .contact-info p {
        font-size: 11.5px;
        padding: 5px 0 5px 0;
    }

    .contact-info .decor {
        font-size: 14px;
    }

    .contact-info-center, .contact-info-right {
        margin-top: 40px;
    }
	
	.content-area .site-main .post-2, .content-area .site-main .post-327, .content-area .site-main .post-6, .content-area .site-main .post-361 {
    width: 90%;
    margin-left: 5%;
	}
	.right-sidebar .content-area .site-main .post-2 h1, .right-sidebar .content-area .site-main .post-327 h1, .right-sidebar .content-area .site-main .post-361 h1 {
    font-size: 20px;
		text-align: center;
		margin-top: 30px;
	}
	
	.post-327 .entry-content {
    margin-left: -1%;
	}
}


li.product .button {
    background-color: #e66342;
    color: white;
      padding: 10px 50px;
    font-size: 15px;
        width: 100%;
}

li.product .button:hover {
    background-color: #cc572e; /* Ciemniejszy odcień pomarańczowego */
}

.woocommerce ul.products li.product {
border: 2px solid #FFC1B1;
box-sizing: border-box;
padding: 6px;
text-align: center;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
    background-color: #e66342
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.added_to_cart.alt:hover,
.widget-area .widget a.button.alt:hover,
.added_to_cart:hover,
.widget a.button.checkout:hover {
    background-color: #cc572e

}


.col-full {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box
}

ul.tabs.wc-tabs {
    display: none !important;
}

.woocommerce-Tabs-panel--description {
    width: 100% !important;
    float: none !important;
}

.admin-bar .storefront-sticky-add-to-cart--slideInDown {
    top: 39px;
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #e66342;
    color: white;
}

/* Styl dla przycisku rozwijanego */
.dropdown-toggle {
  background-color: #e66342;
  color: white;
  padding: 14px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

/* Kontener na zawartość rozwijaną, ukryty domyślnie */
.dropdown-content {
  display: none;
  background-color: #e66342;
  color: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Usuwa białą przestrzeń po rozwinięciu */
.dropdown-content.active {
  display: block;
  position: static; 
  width: auto; 
  margin: 0;    
  padding: 0;  
  overflow: hidden;
}

/* Dodatkowe style dla linków wewnątrz rozwijanego menu */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    background-color :#e66342;
    color: white;
}

.shop-categories {
  display: flex;
  flex-direction: column;
}

.shop-categories a {
  display: block;
  margin: 5px 0; 
}

/* Dodaje marginesy pomiędzy przyciskami */
.dropdown-toggle {
  margin-bottom: 8px; 
}

.search-content {
    background-color: white;
}


@media only screen and (max-width: 768px) { 
    ul.products {
        margin-top: 120px;

    }
}

/* Specyficzny styl dla stron produktowych */
@media only screen and (max-width: 768px) { 
    body.post-type-archive-product ul.products,
    body.single-product ul.products {
        margin-top: 35px;
    }
}


@media only screen and (max-width: 768px) {
    body.page-id-2246 .col-full {
        margin-top: -50px !important;
    }
}

/* Dodaje padding tylko dla rozwiniętych kategorii z klasą 'with-padding' */
.dropdown-content.category-content.active {
  padding-bottom: 20px;
}