body, html {
    margin:0;
    background-color: #FFF;
    overflow-x: hidden;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: '';
    color: #b81c23;
    display:none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 20px;
    padding-top: 20px;
}
.woocommerce-error a.resend-activation-email, .woocommerce-info a.resend-activation-email, .woocommerce-message a.resend-activation-email {
    color:#4e4e56;
    text-decoration:underline;
}

.woocommerce-info.confirmation-email, .woocommerce-info.confirmation-email a {
    font-family: 'Rund-Grotesk_medium', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    border: none;
}

#scroll-to-menu-button {

    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 999;
    padding: 10px;
    box-sizing: border-box;
    display:none;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    background-color: #FFF;
    
}
#scroll-to-menu-button.phone-menu {
    display:block;
    
}
#scroll-to-menu-button #arrow-image-scroll {
    background-image: url( ../img/mobile-menu-arrow.png );
    width:18px;
    height:18px;
    background-position: -1px -42px;
    
}
.fixed-header {
    position: fixed;
    z-index: 100;
    background-color: #FFF;
    top:0px;
    width:100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.fixed-header-menu {
    top:70px;
    /* padding-bottom: 30px; */
}
.fixed-header-menu.phone-menu {
    top:0px; 
    margin-top:70px;
    position:static;
}
#fix-content-top-margin.phone-menu {
    
    display:none;
}
#fix-content-top-margin {
    
    width:100%; 
  /*  height:200px;*/

}

#fixed-box {
	background-color: #fff;
	z-index: 100;
	width: 100%;
}

#header {
	position:relative;
	height:70px;
}
#header #hfn {
	text-align: left;
	position:relative;
	top:19px;
	font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:12.36px;
	letter-spacing: 6px;
	/* line-height:16.36px;  */
	color:#4e4e56;
}

#header #logo {
	position:absolute;
	top: 10px;
	left:50%;
	margin-left:-123px;
}

#header #top-menu {
	position: relative;
	float: right;
	top: -13px;
}
#header #top-menu > div {
    float:left;
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    position:relative;
    z-index:1000;
}
#header #top-menu #search-button a {
    display:block;
}
#header #top-menu #search-button img {
    padding:10px;
    display:block;
}
#header #top-menu #login-button a, #header #top-menu #logout-button a {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    display:block;
    font-size:12px;
    color:#4e4e56;
    letter-spacing: 2px;
    text-decoration: none;
}
#header #top-menu #basket-button a {
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
    display:block;
    font-size:12px;
    color:#4e4e56;
    letter-spacing: 2px;
    text-decoration: none;
}

#header #top-menu .icon {
    display:none;
    
}
#main-menu .main-menu-button {
    
    height:50px;
    
    width:50%;
    color:#FFF;
    float:left;
    box-sizing:border-box;
    text-align:center;
    
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:19px;
    letter-spacing: 9px;
    line-height:18px;
    
}

#main-menu > #btn-kupuje > #right-margin {
    padding-right:5px;
}
#main-menu > #btn-odkrywam > #left-margin {
    padding-left:5px;
}
#main-menu .main-menu-button .main-button {
    background-color: #4d4d56;
    padding:17px 16px;
    box-sizing:border-box;
    height:100%;
    width:100%;
    box-sizing:border-box;
}


#main-menu .main-menu-button.selected .main-button {
    background-color: #93ad8c;
}
#main-menu .main-menu-button.selected .main-button:hover {
    background-color: #93ad8c;
    
}
#main-menu .main-menu-button .main-button:hover {
    background-color: #80808a;
    
}
#main-menu a {
    text-decoration: none;
    color:#FFF;
    
    
}
.paddings-82 {
    
    padding-left:82px;
    padding-right:82px;
    box-sizing: border-box;
}

@media screen and (max-width: 1105px) {
    .paddings-82 {
        padding-left:20px;
        padding-right:20px;
    }
}
@media screen and (max-width: 800px) {
    #main-menu {
        padding: 0;
    }
    #header #logo {
        left: 47%;
    }
    #main-menu .main-menu-button .main-button {
        padding: 10px 16px;
    }
}
@media screen and (max-width: 700px) {
    /*
    
        tu przełączyć header na widok mobilny czyli ikonki zaloguj  i koszyk oraz logo z lewej strony
    
    */
    #header #hfn {
        visibility:hidden;
    }
    #header #logo {
        left: 0%;
        margin-left:26px;
    }
    
}
@media screen and (max-width: 520px) {
        .paddings-82 {
        	padding-left:0px;
        	padding-right:0px;
        }
        #search-button {
        	display: none;
        }

        #main-menu > #btn-kupuje > #right-margin {
        	padding-right:4px;
        	/* padding-left:15px; */
        }
        #main-menu > #btn-odkrywam > #left-margin {
        	padding-left:4px;
        	/* padding-right:15px; */
        }
        #main-menu .main-menu-button {
        	height:50px;
        	font-size:15px;
        	letter-spacing: 5px;
        }
        #main-menu .main-menu-button .main-button {
                    padding:5px 3px;
        }
        #header #logo {
        	margin-left: 25%;
        }
    #header #top-menu .icon {
        display:block;
        width: 20px;
    }
    #header #top-menu #login-button span, #header #top-menu #logout-button span,  #header #top-menu #basket-button span {
        display:none;
    }
    #header #top-menu #basket-button a {
        padding-right: 10px;
        margin-right: 16px;
    }
    
}
@media screen and (max-width: 420px) {
    #header #logo {
    	margin-left: 20%;
    }
    #header #top-menu #login-button a, #header #top-menu #logout-button a {
        padding-left: 5px;
        padding-right: 5px;
    }
    #header #top-menu #search-button img {
        padding-right: 5px;    
    }
    #header #top-menu #basket-button a {
        padding-left: 5px;
    }
}
@media screen and (max-width: 390px) {
    #header #logo {
    	width: 165px;
    }	
}

/* treści podstron */

.wp-content-editor {
    width:100%;
    box-sizing: border-box;
    padding:15px;
    padding-left:0px;
    padding-right:0px;
}
@media screen and (max-width: 500px) {
    .wp-content-editor {
        padding-left:26px;
        padding-right:26px;
    }
}


/*  NEWSLETTER POPUP */
.newsletter-popup {
    display: none;
    position: absolute;
    top: 200px;
    /* left: 25%; */
    left: 10%;
    width: 250px;
    background-color: #FFF;
    z-index: 999;
    padding: 50px;
}
.newsletter-popup #newsletter-form input{
    border: 1px solid #000;
}