@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700&family=Rubik:wght@400;500;700;900&display=swap');

body{
margin:0px;
padding:0px;
font-size:16px;
font-family: 'Exo 2', sans-serif;
/*font-family: 'Rubik', sans-serif;*/
overflow-x:hidden;
}

body input, body textarea, body button{
font-family: 'Exo 2', sans-serif;
}

.body-ow{
overflow:hidden;
}

.container-top{
width:100%;
max-width:980px;
padding:0px;
margin:0px auto;
position:relative;
}

.container{
width:100%;
max-width:980px;
padding:0px;
margin:0px auto;
position:relative;
}

.container-big{
width:100%;
max-width:1080px;
padding:0px;
margin:0px auto;
position:relative;
}



.clear-b{
clear:both;
}


.anime{
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.moble-show{
display:none;
}

.moble-hide{
display:block;
}


/*HEADER TOP*/

.header-page{
position:relative;
}

.header-top{
width:100%;
background:#fcca3d;
border-bottom:6px solid white;
}


.header-page-color-one .header-top{
background:#ffd557;	
}

.header-page-color-two .header-top{
background:#aedddb;	
}

.header-page-color-tree .header-top{
background:#ffd0d3;	
}

.header-top-logo{
height:104px;
}

.header-top-logo img{
display:inline-block;
vertical-align:top;
height:104px;
width:auto;
}

.header-top-moblile-element{
display:none;
position:absolute;
left:20px;
top:0px;
}

.header-top-moblile-element img{
display:inline-block;
vertical-align:middle;
margin-right:10px;
}


/*HEADER BLOG*/

.header-top-blog{
position:relative;
text-align:center;
}

.header-top-blog-ob{
width:auto;
height:auto;
max-width:100%;
}

.header-top-blog-social{
position:absolute;
top:36px;
left:0px;
width:100%;
text-align:left;
}

.header-top-blog-social img{
margin-right:20px;
}


/*MENU LANG*/

.header-top-menu-lang{
position:absolute;
left:calc(100% + 44px);
top:50%;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
width:50px;
}

.header-top-menu-lang a{
display:block;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:#4d4d4d;
font-weight:500;
font-size:16px;
position:relative;
text-transform:uppercase;
font-family: 'Rubik', sans-serif;
}

.header-top-menu-lang a:hover{
color:white;
}


/*MENU*/

.header-top-menu{
position:relative;
}

.header-top-menu ul{
display:flex;
justify-content:space-between;
align-items:center;
height:130px;
}

.header-top-menu-a{
display:block;
}

.header-top-menu-b{
display:block;
}

.header-top-menu li{

}

.header-top-menu li a{
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
color:#4d4d4d;
font-weight:500;
font-size:16px;
position:relative;
text-transform:uppercase;
font-family: 'Rubik', sans-serif;
}

.header-top-menu li a:hover, .header-top-menu .current a{
color:white;
}


.header-top-menu-mobile{
width:40px;
height:40px;
background:url('img/menu.png') no-repeat center center;  
display:none;
cursor:pointer;
float:right;
}


.header-top-menu-mobile-close{
width:36px;
height:36px;
position: absolute;
right:0px;
top:10px;
background:url('img/close.png') no-repeat center center;
cursor:pointer;
display:none;
z-index: 99;
}

.header-top-menu-cat-mobile{
position:fixed;
top:80px;
left:0px;
background:#bf0000;
padding:14px 14px;
font-weight:800;
font-size:17px; 
color:white;
cursor:pointer;
z-index:9999;
display:none;
}

.header-top-menu-cat-mobile-close{
width:36px;
height:36px;
position: absolute;
right:20px;
top:10px;
background:url('img/close.png') no-repeat center center;
cursor:pointer;
display:none;
z-index: 99;
}

.header-page-m-top{
position:relative;
top:auto;
left:auto;
width:100%;
height:auto;
overflow:initial;
z-index:999;
background:white;
}


/*BANER*/

.header-baner{
width:100%;
position:relative;
}

.header-baner-one-ob{
width:100%;
height:483px;
position:relative;
overflow:hidden;
}

.header-baner-one-ob-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:8;
background: rgb(255, 211, 70);
background: -moz-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(252, 180, 1) 50%);
background: -webkit-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(252, 180, 1) 50%);
background: -o-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(252, 180, 1) 50%);
background: -ms-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(252, 180, 1) 50%);
background: linear-gradient(90deg, rgb(255, 211, 70) 50%, rgb(252, 180, 1) 50%);
}

.header-baner-one-ob-img img{
position:absolute;
display:block;
left:50%;
bottom:0px;
transform: translateX(-50%); 
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}



.header-baner-one-ob-content{
position:absolute;
top:0px;
left:0px;
width:100%;
z-index:10;
}

.header-baner-one-ob-content-text{
padding-left:80px;
width:50%;
}

.header-baner-one-ob-content-text p{
font-weight:500;
font-size:17px; 
color:#4d4d4d;
line-height:26px;
}

.header-baner-one-ob-content-nag{
font-weight:700;
font-size:53px; 
color:black;
margin:0px 0px 20px 0px;
line-height:normal;
font-family: 'Rubik', sans-serif;
text-transform:uppercase;
}

.header-baner-one-ob-content-nag span{
font-size:37px;
letter-spacing:2px;
}


.header-baner-one-ob-content-logo{
text-align:right;
padding:28px;
width:50%;
}



/*HEADERS PAGE*/

.section-page-header-one{
padding:58px 0px 30px 0px;
font-weight:700;
font-size:37px; 
color:black;
margin:0px;
text-align:center;
font-family:'Rubik', sans-serif;
line-height:normal;
letter-spacing:2px;
text-transform:uppercase;
}

.section-page-header-two{
padding:48px 0px 48px 0px;
font-weight:700;
font-size:37px; 
color:white;
margin:0px;
text-align:center;
font-family:'Rubik', sans-serif;
line-height:normal;
letter-spacing:2px;
text-transform:uppercase;
}

.section-page-header-three{
padding:0px;
font-weight:700;
font-size:37px; 
color:white;
margin:0px;
font-family:'Rubik', sans-serif;
line-height:normal;
letter-spacing:2px;
text-transform:uppercase;
}


/*PAGE BUTTON*/

.section-button{
display:inline-block;
position:relative;
padding:12px 25px;
color:#4d4d4d;
font-size:18px;
border-bottom:2px solid #00c7d2;
border-top:2px solid #00c7d2;
border-right:2px solid #00c7d2;
-moz-border-radius-topright: 23px;
-webkit-border-top-right-radius: 23px;
border-top-right-radius: 23px;
-moz-border-radius-bottomright: 23px;
-webkit-border-bottom-right-radius: 23px;
border-bottom-right-radius: 23px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
text-transform:uppercase;
}

.section-button:hover{
color:#00c7d2;
}

.section-button::before{
content:'';
position:absolute;
top:-2px;
left:0px;
width:calc(100% - 54px);
background:white;
height:2px;
}


.section-button-two{
display:inline-block;
position:relative;
padding:12px 25px;
color:white;
font-size:18px;
border-bottom:2px solid white;
border-top:2px solid white;
border-right:2px solid white;
-moz-border-radius-topright: 23px;
-webkit-border-top-right-radius: 23px;
border-top-right-radius: 23px;
-moz-border-radius-bottomright: 23px;
-webkit-border-bottom-right-radius: 23px;
border-bottom-right-radius: 23px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-button-two:hover{
color:#9871d9;
}

.section-button-two::before{
content:'';
position:absolute;
top:-2px;
left:0px;
width:calc(100% - 54px);
background:#ffb80d;
height:2px;
}

/*SECTION BLOG*/

.section-blog{
padding:30px 0px 0px 0px;
}

.section-blog-header{
padding:20px 0px;
font-weight:400;
font-size:37px; 
color:#464646;
margin:0px;
text-align:center;
font-family:'Rubik', sans-serif;
line-height:normal;
}

.section-blog-header-a{
font-weight:900;
font-size:37px; 
}

.section-blog-header-b{
font-weight:300;
font-size:44px; 
}

.section-blog-header-c{
font-weight:300;
font-size:63px; 
}

.section-blog-ob{
width:100%;
height:445px;
position:relative;
overflow:hidden;
margin-bottom:30px;
}

.section-blog-ob-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:8;
background: rgb(255, 211, 70);
background: -moz-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(255, 186, 4) 50%);
background: -webkit-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(255, 186, 4) 50%);
background: -o-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(255, 186, 4) 50%);
background: -ms-linear-gradient(0deg, rgb(255, 211, 70) 50%, rgb(255, 186, 4) 50%);
background: linear-gradient(90deg, rgb(255, 211, 70) 50%, rgb(255, 186, 4) 50%);
}

.section-blog-ob-img img{
position:absolute;
display:block;
left:50%;
bottom:0px;
transform: translateX(-50%); 
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.section-blog-posts{
margin-bottom:70px;
}

.section-blog-posts-img{
width:420px;
height:280px;
float:left;
overflow:hidden;
}

.section-blog-posts-img img{
object-fit:cover;
object-position:center;
width:100%;
height:100%;
display:block;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:1;
}


a:hover .section-blog-posts-img img{
object-fit:cover;
object-position:center;
width:100%;
height:100%;
display:block;
opacity:0.3;
}

.section-blog-posts-text{
width:calc(100% - 444px);
padding-left:22px;
float:left;
}

.section-blog-posts-category{
font-weight:400;
font-size:14px; 
color:#d7c7ae;
margin-bottom:20px;
font-family:'Rubik', sans-serif;
line-height:normal;
text-transform:uppercase;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-blog-posts-header{
font-weight:400;
font-size:30px; 
color:#d7c7ae;
margin:0px 0px 20px 0px;
font-family:'Rubik', sans-serif;
line-height:normal;
text-transform:uppercase;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-blog-posts-text p{
font-weight:400;
font-size:18px; 
color:#d7c7ae;
line-height:26px;
font-family:'Rubik', sans-serif;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

a:hover .section-blog-posts-category{
color:black;
}

a:hover .section-blog-posts-header{
color:black;
}

a:hover .section-blog-posts-text p{
color:black;
}


.section-blog-ob-post img{
width:100%;
height:auto;
}

.section-blog-post-content{
padding:22px;
}

.section-blog-post-content-text p{
font-weight:400;
font-size:18px; 
color:#464646;
line-height:36px;
font-family:'Rubik', sans-serif;	
}

.section-blog-post-content-text p a,
.section-blog-post-content-text ul a,
.section-blog-post-content-text ol a{
color:#90cec6;
text-transform:uppercase;
}
.section-blog-post-content-text p strong,
.section-blog-post-content-text ul strong,
.section-blog-post-content-text ol strong{
color:#ffb80d;
text-transform:uppercase;
}

.section-blog-post-content-text p a:hover,
.section-blog-post-content-text ul a:hover,
.section-blog-post-content-text ol a:hover{
color:black;
transition:all 0.2s;
}

/*SECTION HAIR QUIZ*/

.section-hair-quiz p{
padding:0px 0px 40px 0px;
font-weight:400;
font-size:18px;
line-height:26px; 
color:#4d4d4d;
text-align:center;
}

.section-hair-quiz-block{
width:100%;
min-height:310px;
background:url('img/quiz3.png') no-repeat top center;
padding:40px 0px 0px 0px;
}

.section-hair-quiz-block img{
width:auto;
max-width:100%;
height:auto;
}

.section-hair-quiz-block-left{
float:left;
width:calc(50% - 40px);
text-align:right;
padding-right:40px;
}

.section-hair-quiz-block-right{
float:left;
width:calc(50% - 20px);
text-align:left;
padding-left:20px;
}

.section-hair-quiz-block-button{
padding:100px 0px 60px 0px;
}

/*SECTION SCALP BALANCE*/

.section-scalp-balance-header{
background:#aedddb;
border-bottom:6px solid white;
}

.section-scalp-balance-ob{
width:100%;
height:430px;
position:relative;
overflow:hidden;
}

.section-scalp-balance-ob-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:8;
background: rgb(143, 205, 197);
background: -moz-linear-gradient(0deg, rgb(143, 205, 197) 50%, rgb(173, 219, 217) 50%);
background: -webkit-linear-gradient(0deg, rgb(143, 205, 197) 50%, rgb(173, 219, 217) 50%);
background: -o-linear-gradient(0deg, rgb(143, 205, 197) 50%, rgb(173, 219, 217) 50%);
background: -ms-linear-gradient(0deg, rgb(143, 205, 197) 50%, rgb(173, 219, 217) 50%);
background: linear-gradient(90deg, rgb(143, 205, 197) 50%, rgb(173, 219, 217) 50%);
}

.section-scalp-balance-ob-img img{
position:absolute;
display:block;
left:50%;
bottom:0px;
transform: translateX(-50%); 
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.section-scalp-balance-ob-content{
position:absolute;
top:50%;
left:0px;
width:100%;
z-index:10;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.section-scalp-balance-ob-content-text{
padding-left:80px;
width:40%;
}


.section-scalp-balance-ob-content-text p{
font-weight:500;
font-size:17px; 
color:white;
line-height:26px;
}

.section-scalp-balance-ob-content-text a{
font-weight:500;
font-size:17px; 
color:black;
line-height:26px;
text-transform:uppercase;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-scalp-balance-ob-content-text a:hover{
color:white;
}



/*SECTION PRODUCTS*/

.section-products{
padding:45px 0px 75px;
width:calc(100% + 300px);
margin-left:-150px;
}

.section-products-content{
text-align:center;
font-size:0px;
}

.section-products-content-block{
display:inline-block;
text-align:center;
vertical-align:bottom;
width:calc(25% - 50px);
padding:0px 25px;
margin-bottom:50px;
}

.smallit .section-products-content-block{
width:calc(25% - 60px);
}

.section-products-content-block img{
width:auto;
max-width:100%;
height:auto;
}

.section-products-content-block-text{
padding:18px 0px 30px 0px;
min-height:75px;
font-weight:500;
font-size:18px; 
color:#4d4d4d;
line-height:26px;
}

.section-products-content-block-text p{
font-weight:500;
font-size:18px; 
color:#4d4d4d;
line-height:26px;
}

/*SECTION PEH BALANCE*/

.section-peh-balance-header{
background:#ffd0d3;
border-bottom:6px solid white;
}

.section-peh-balance-ob{
width:100%;
height:443px;
position:relative;
overflow:hidden;
}

.section-peh-balance-ob-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:8;
background: rgb(251, 160, 174);
background: -moz-linear-gradient(0deg, rgb(251, 160, 174) 50%, rgb(254, 177, 190) 50%);
background: -webkit-linear-gradient(0deg, rgb(251, 160, 174) 50%, rgb(254, 177, 190) 50%);
background: -o-linear-gradient(0deg, rgb(251, 160, 174) 50%, rgb(254, 177, 190) 50%);
background: -ms-linear-gradient(0deg, rgb(251, 160, 174) 50%, rgb(254, 177, 190) 50%);
background: linear-gradient(90deg, rgb(251, 160, 174) 50%, rgb(254, 177, 190) 50%);
}

.section-peh-balance-ob-img img{
position:absolute;
display:block;
left:50%;
bottom:0px;
transform: translateX(-50%); 
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.section-peh-balance-ob-content{
position:absolute;
top:50%;
left:0px;
width:100%;
z-index:10;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.section-peh-balance-ob-content-text{
padding-left:80px;
width:40%;
}

.section-peh-balance-ob-content-text p{
font-weight:500;
font-size:17px; 
color:white;
line-height:26px;
}

.section-peh-balance-ob-content-text a{
font-weight:500;
font-size:17px; 
color:black;
line-height:26px;
text-transform:uppercase;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-peh-balance-ob-content-text a:hover{
color:white;
}

/*SECTION HAIR OILING*/

.section-hair-oiling-header{
background:#ffd557;
border-bottom:6px solid white;
}

.section-hair-oiling-ob{
width:100%;
height:446px;
position:relative;
overflow:hidden;
}

.section-hair-oiling-ob-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:8;
background:#ffb80d;
}

.section-hair-oiling-ob-img img{
position:absolute;
display:block;
left:50%;
bottom:0px;
transform: translateX(-50%); 
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.section-hair-oiling-ob-content{
position:absolute;
top:50%;
left:0px;
width:100%;
z-index:10;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.section-hair-oiling-ob-content-text{
padding-left:80px;
width:40%;
}

.section-oiling-page
.section-hair-oiling-ob-content-text{
padding-left:80px;
width:50%;
}

.section-hair-oiling-ob-content-text p{
font-weight:500;
font-size:17px; 
color:white;
line-height:26px;
}

.section-hair-oiling-ob-content-text a{
font-weight:500;
font-size:17px; 
color:black;
line-height:26px;
text-transform:uppercase;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-hair-oiling-ob-content-text a:hover{
color:white;
}


/*SECTION FAQ*/

.section-faq-header{
background:#ffd557;
border-bottom:6px solid white;
}

.section-faq-content{
padding:68px 0px;
background:url('img/faq.png') no-repeat center;
background-size:100% auto;
}

.section-faq-content-q{
font-weight:700;
font-size:24px; 
color:#4d4d4d;
line-height:normal;
text-align:center;
}

.section-faq-content-q span{
display:inline-block;
padding-right:38px;
position:relative;
cursor:pointer;
}

.section-faq-content-q-c span:before{
content:'';
position:absolute;
top:10px;
right:0px;
width:30px;
height:15px;
background:url('img/arrow.png') no-repeat center center;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform: rotate(0deg); 
-webkit-transform: rotate(0deg); 
-ms-transform: rotate(0deg); 
}

.section-faq-content-q-o span:before{
content:'';
position:absolute;
top:10px;
right:0px;
width:30px;
height:15px;
background:url('img/arrow.png') no-repeat center center;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform: rotate(180deg); 
-webkit-transform: rotate(180deg); 
-ms-transform: rotate(180deg); 
}

.section-faq-content-o{
padding-top:40px;
font-family: 'Rubik', sans-serif;
display:none;
}

.section-faq-content-two-q{
font-weight:300;
font-size:22px; 
color:#4d4d4d;
line-height:26px;
text-align:center;
margin-bottom:30px;
cursor:pointer;
}

.section-faq-content-o-two{
font-weight:400;
font-size:17px; 
color:#4d4d4d;
line-height:26px;
margin-bottom:30px;
padding:0px 140px;
display:none;
}

/*SECTION LOVE HAIR*/

.section-love-hair{
border-bottom:6px solid white;
}

.section-love-hair-header{
background:#f69cb5;
border-bottom:6px solid white;
text-align:center;
}

.section-love-hair-header img{
width:auto;
max-width:100%;
height:auto;
margin-bottom:40px;
}

.section-love-hair-content img{
width:100%;
height:auto;
}


/*SUBPAGE*/

.section-text-subpage{
padding:46px 80px 20px 80px;
}

.section-text-subpage p{
font-weight:400;
font-size:18px; 
color:#484848;
line-height:30px;
padding:0px 0px 30px 0px;
}

.section-peh-balance-page
.section-text-subpage p span{
font-weight:700;
font-size:18px; 
line-height:normal;
text-transform:uppercase;
color:#faa0ae;
}

.section-text-subpage ul,
.section-text-subpage ol,
.section-blog-post-content-text ul,
.section-blog-post-content-text ol{
padding-left:20px;
margin-bottom:30px;
}

.section-text-subpage ul li,
.section-text-subpage ol li,
.section-blog-post-content-text ul li,
.section-blog-post-content-text ol li{
font-weight:400;
font-size:18px; 
color:#484848;
line-height:30px;
padding:0px 0px 0px 0px;
}

.section-text-subpage ul li,
.section-blog-post-content-text ul li{
list-style-type:circle;
}

.section-text-subpage ol li,
.section-blog-post-content-text ol li{
list-style-type:decimal;
}

.scalp ol li{
color:#90cec6;
font-weight:bold;
}

/* scalp ol style */

/*
.scalp ol{
counter-reset:item;
}

.scalp ol li{
display:block;
}
		
.scalp ol li{
list-style-type:none;
}
.scalp ol li:before{
content: counter(item) ". ";
counter-increment: item;
color: #90cec6;
font-weight: bold;
font-size: 23px;
}

*/

/* oil ol style */

/*

.oil ol{
counter-reset:item;
}

.oil ol li{
display:block;
}
		
.oil ol li{
list-style-type:none;
}
.oil ol li:before{
content: counter(item) ". ";
counter-increment: item;
color: #ffb80d;
font-weight: bold;
font-size: 23px;
}

*/

/* peh ol style */

/*

.peh ol{
counter-reset:item;
}

.peh ol li{
display:block;
}
		
.peh ol li{
list-style-type:none;
}
.peh ol li:before{
content: counter(item) ". ";
counter-increment: item;
color: #faa0ae;
font-weight: bold;
font-size: 23px;
}

*/

/* ol styles end */

.section-text-subpage-header{
font-weight:700;
font-size:18px; 
line-height:normal;
margin:0px 0px 40px 0px;
text-transform:uppercase;
}

.section-text-subpage-header-two{
font-weight:700;
font-size:18px; 
line-height:normal;
margin:0px 0px 0px 0px;
text-transform:uppercase;
}



.section-text-subpage-header-color-one{
color:#ffb80d;
}

.section-text-subpage-header-color-two{
color:#90cec6;
}

.section-text-subpage-header-color-tree{
color:#faa0ae;
}

.section-text-subpage-left{
float:left;
width:calc(50% - 24px);
padding-right:24px;
}

.section-text-subpage-right{
float:left;
width:calc(50% - 24px);
padding-left:24px;
}

.section-text-subpage-column-left{
width:260px;
float:left;
}

.section-text-subpage-column-right{
width:260px;
float:right;
}

/*SECTION QUIZ*/

.section-quiz{
background:#fcca3d;
padding:45px 0px;
}

.section-quiz-header{
position:relative;
padding:0px 200px;
}

.section-quiz-header::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:143px;
height:137px;
background:url('img/quiz4.png') no-repeat center;
}

.section-quiz-header::after{
content:'';
position:absolute;
bottom:0px;
right:0px;
width:143px;
height:137px;
background:url('img/quiz4.png') no-repeat center;
}

.section-quiz-header-h{
font-weight:700;
font-size:37px; 
color:#9871d9;
margin:0px 0px 40px 0px;
text-align:center;
font-family:'Rubik', sans-serif;
line-height:normal;
letter-spacing:2px;	
}

.section-quiz-header p{
font-weight:400;
font-size:18px; 
color:#9871d9;
line-height:26px;
text-align:center;
padding:0px 0px 50px 0px;
}

.section-quiz-block{
margin-bottom:40px;
}

.section-quiz-block-header{
font-weight:700;
font-size:30px; 
color:white;
margin:0px 0px 40px 0px;
text-align:center;
font-family:'Rubik', sans-serif;
line-height:normal;
}

.section-quiz-block-p{
width:100%;
background:white;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
width:100%;
max-width:650px;
margin:0px auto;
margin-bottom:20px;
height:76px;
position:relative;
}

.section-quiz-block-p-k{
position:absolute;
left:0px;
top:50%;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
width:100%;
height:100%;
}

.section-quiz-block-p-k input{
display:none;
}

.section-quiz-block-p-k label 
{
  position:relative;
  padding:0px 40px;
  display:block;
  font-size:18px;
  color:#9871d9;
  line-height:normal;
  font-weight:500;
  margin:0px 0px 0px 20px;
  cursor:pointer;
  width:calc(100% - 100px);
  height:100%;
  line-height:70px;
}



.section-quiz-block-p-k label::before 
{
  content:'';
  position:absolute;
  top:50%;
  transform: translateY(-50%); 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left:0px;
  width:28px;
  height:26px;
  background:url('img/quiz5.png') no-repeat center;
}


.section-quiz-block-p-k label:hover::before 
{
  background:url('img/quiz6.png') no-repeat center;
}

.section-quiz-block-p-k input[type="radio"]:checked + label::before  
{
  content:'';
  position:absolute;
  top:50%;
  transform: translateY(-50%); 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left:0px;
  width:28px;
  height:26px;
  background:url('img/quiz6.png') no-repeat center;

}

.section-quiz-header-color{
font-weight:400;
font-size:24px; 
color:#9871d9;
text-align:center;
line-height:normal;
}

.section-quiz-header-color span{
font-weight:700;
font-size:48px; 
color:#9871d9;
text-align:center;
font-family:'Rubik', sans-serif;
line-height:normal;
letter-spacing:2px;	
}

.section-quiz-block-color{
background:#ffb80d;
padding:50px 0px;
text-align:center;
}


/*FOOTER*/

footer{
position:relative;
}

.footer-love-hair{
text-align:center;
background:#9871d9;
padding:25px 0px; 
}

.footer-love-hair img{
width:auto;
max-width:100%;
height:auto;
}

.footer-top{
background:#9871d9;
padding:52px 0px 40px 0px;
}

.footer-top-content{
font-size:0px;
}

.footer-top-content-block{
display:inline-block;
vertical-align:top;
width:33.333333333333333333%;
}

.footer-top-content-block p{
font-weight:400;
font-size:14px; 
color:white;
line-height:26px;
padding:0px;
}

.footer-top-content-block p a:hover{
text-decoration:underline;
}

.footer-top-content-block li a{
font-weight:400;
font-size:14px; 
color:white;
line-height:26px;
padding:0px;
}

.footer-top-content-block li a:hover{
text-decoration:underline;
}


.footer-top-content-block p a, .footer-top-content-block p a:hover,
.footer-top-content-block li a, .footer-top-content-block li a:hover{
color:white;
}

.footer-top-content-block-header{
font-weight:700;
font-size:14px; 
color:white;
line-height:normal;
text-transform:uppercase;
margin:0px 0px 40px 0px;
}

.footer-top-content-block-icon{
padding-top:30px;
}

.footer-top-content-block-icon img{
margin-right:30px;
width:40px;
height:auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.footer-top-content-block-icon a:hover img{
transform:scale(0.9);
}

.footer-bottom{
background:#5d4681;
padding:10px 0px;
text-align:center;
font-weight:400;
font-size:14px; 
color:white;
line-height:normal;
}

.footer-arrow-top{
position:absolute;
right:20px;
bottom:60px;
}



.section-slider{ 
padding:0px 0px;
background:#fcfcff;
width:100%;
}

.section-slider-conent{
padding:50px 60px 0px 60px;
position:relative;
width:calc(100% - 120px);
}

.section-slider-conent-right{
position:absolute;
top:50%;
left:0px;
width:30px;
height:30px;
border-top:3px solid black;
border-left:3px solid black;
transform: translateY(-50%) rotate(-45deg); 
-webkit-transform:translateY(-50%) rotate(-45deg); 
-ms-transform:translateY(-50%) rotate(-45deg);
cursor:pointer;
}

.section-slider-conent-left{
position:absolute;
top:50%;
right:0px;
width:30px;
height:30px;
border-top:3px solid black;
border-left:3px solid black;
transform: translateY(-50%) rotate(135deg); 
-webkit-transform:translateY(-50%) rotate(135deg); 
-ms-transform:translateY(-50%) rotate(135deg);
cursor:pointer;
}

.section-slider-conent-owl-poz{
width:100%;
height:700px;
}

.section-slider .owl-carousel .owl-item img{
width:100%;
height:100%;
object-position:center;
object-fit:contain;
}

.section-slider-conent-owl-poz-p{
text-align:center;
position:relative;
top:50%;
transform: translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
}

.section-slider-conent-owl-poz-p span{
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #4d4d4d;
text-align: center;
display:block;
margin:20px 0px;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


.bgclassic
{
background:#fcca3d!important;
}

.hclassic{
height:auto!important;
min-height:100px!important;
padding:50px 0px;
}

.wclassic{
width:100%!important;
}

.goback{
margin-top:50px;
}

.scalp p strong{
text-transform:uppercase;
color:#90cec6;
}

.peh p strong{
text-transform:uppercase;
color:#faa0ae;
}

.oil p strong{
text-transform:uppercase;
color:#ffb80d;
}

/* download */

.section-download{
width:100%;
display:inline-block;
}

.download{
width:100%;
float:left;
margin-bottom:40px;
}

.download a{
width:calc(100% - 68px);
background:url('img/icon-download.png') no-repeat left top;
text-align:left;
font-size:18px;
line-height:24px;
padding-left:68px;
min-height:50px;
padding-top:20px;
float:left;
}

.download a:hover{
text-decoration:underline;
filter:brightness(60%);
transition:all 0.2s;
}

/* bestsellers box */

.product-box
{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-box ul
{
  position: relative;
  left: 0;
}

.product-box li
{
  float: left;
  width: 250px;
}

.product-box .img
{
  display: block;
  width: 100%;
}

.product-box .img img
{
  width: 100%;
}

.product-box li div
{
  background: #fff;
  padding: 15px 20px;
}

.product-box h3
{
  font-size: 1.125em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-box .nav
{
  position: absolute;
  right: 0;
  top: 0;
}

.product-box .nav a
{
  float: left;
  width: 27px;
  height: 30px;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4e4e4e;
}

.product-box .nav a:hover
{
  background-color: #85bb2e;
}

.product-box .inactive-next,
.product-box .next
{
  background-image: url('img/gt.png');
}

.product-box .inactive-prev,
.product-box .prev
{
  background-image: url('img/lt.png');
}

/* bestsellers box end */

/* Cookies */

#cookies-message{
width:calc(100% - 40px);
background:#282836;
padding:20px;
color:white;
position:fixed;
left:0px;
bottom:0px;
font-size:15px;
line-height:20px;
z-index:99999;
}

#cookies-message a{
color:#90cec6;
text-transform:uppercase;
}

#cookies-message a:hover{
text-decoration:underline;
}

.wholeline{
width:100%;
height:1px;
display:inline-block;
margin:10px 0px;
}

.akc1{
float:left;
background:white;
color:#282836!important;
font-size:15px;
padding:5px 20px;
}

.akc1:hover{
background:black!important;
color:white;
}

.rightit{
margin-left:25px;
}

/* Cookies End */

.under-banner-inscr{
background:#ffa7c0;
text-align:center;
font-size:22px;
line-height:26px;
color:black;
font-weight:600;
width:100%;
margin-top:-2px;
padding-bottom:20px;
}

.itemos-cena{
width:100%;
display:inline-block;
font-size:16px;
font-weight:bold;
text-align:center;
color:black;
padding-bottom:15px;
margin-top:-20px;
}

/* SKLEP old styles */

.user-box
{
  background: #ed1f24;
  padding: 13px 0;
  float: left;
  width: 100%;
  z-index:9999;
  position:relative;
  display: none;
}

.user-box a,
.user-box p
{
  float: right;
  text-transform: none;
  color: #fff;
  line-height: 24px;
  margin-left: 1.875em;
}

.user-box ul
{
  float: right;
  margin-bottom: 10px;
}

.user-box li
{
  float: left;
  margin-right: 10px; 
  width: 200px;
}

.user-box div
{
  float: right;
  clear: both;
}

.user-box .submit-box
{
  margin-right: 0;
  margin-left: 20px;
  width: auto;
}

.user-box input
{
  height: 24px;
  line-height: 24px;
  border: 0 none;
  padding: 0 5px;
  width: calc(100% - 10px);
  display: block;
}

.user-box .submit-box input
{
  background: white;
  width: auto;
  padding: 0px 14px;
  text-transform: none;
  color: #ed1f24;
  height:24px;
  line-height:24px;
  border-radius:24px;
  transition:all 0.2s;
}

.user-box .submit-box input:hover{
  background:black;
  color:white;
  transition:all 0.2s;
}

.user-box .wrapper{
padding-right:35px;
}

/* searcher */

.search
{
  float:right;
  height:36px;
  border-radius:21px;
  padding:0px 10px 0px 15px;
  margin-top:30px;
  border:2px solid #4d4d4d;
}

.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4d4d4d;
  opacity: 1; /* Firefox */
}

.search li
{
  float: left;
  width: auto;
}

.search .submit-box
{
  float:left;
}

.search input.searchin
{
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  width: 50px;
  float:left;
  color:white;
  border:none;
  margin-left:0px;
  background:none;
}

.search .submit-box input
{
  height: 32px;
  width: 32px;
  background:url('img/magnify.png') no-repeat center  top 7px;
  border:none;
}

.makeitbigger{
width:110px!important;
}

p.account{
float:right;
height:36px;
line-height:36px;
border-radius:21px;
background:#4d4d4d;
padding:0px 12px;
font-size:12px;
font-weight:400;
color:#fcca3d;
margin-top:30px;
}

.rollit{
cursor:pointer;
padding-left:45px!important;
background:url('img/ico-account.png') no-repeat left 12px center #4d4d4d!important;
margin-left:10px;
transition:all 0.2s;
}

.rollit:hover{
background-color:#9f5671!important;
transition:all 0.2s;
}

.cart
{
  float:right;
  clear:right;
  height:36px;
  margin:30px -75px 0px 10px!important;
}

.cart p
{
cursor:pointer;
background:url('img/ico-basket.png') no-repeat left 12px center #4d4d4d!important;
float:left;
height:36px;
line-height:36px;
border-radius:21px;
padding:0px 12px 0px 45px;
font-size:12px;
font-weight:400;
color:#fcca3d;
}

.cart p span{
padding:0px 7px;
}

.cart p:hover{
background-color:#9f5671!important;
transition:all 0.2s;
}

.cart .button
{
  margin-left: 15px;
}

.logoshop{
position:absolute;
top:30px;
left:calc(50% - 46px);
z-index:9999;
}

/* Collapsible Categories */

aside.shopaside
{
  float: left;
  width: 250px;
  margin-right: 30px;
  margin-top:50px;
}

main.shopmain
{
  float: left;
  width: calc(100% - 280px);
  margin-top:50px;
}

.collapsible
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.collapsible li
{
  float: left;
  width: 100%;
}

.collapsible div
{
  float: left;
  width: calc(100% - 2.5em);
  padding: 1.25em 1.25em;
  background: #fcca3d;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.2s;
}

.collapsible div:hover
{
  background: #7dc6bf;
  transition: all 0.2s;
}

.collapsible a
{
  font-size: 17px;
  color: #535459;
}

.collapsible div:hover a,
.collapsible a:hover
{
  color: #fff;
}

.collapsible .current
{
  background: #7dc6bf !important;
}

.collapsible .current a
{
  color: #fff !important;
}

.collapsible ul ul div
{
  padding-left: 30px;
  width: calc(100% - 50px);
  background: #d0d0d0;
}

.collapsible .tree-tab
{
  float: right;
  margin-left: 10px;
}

.headline,
.section-headline{
font-size:22px;
width:100%;
display:inline-block;
padding-left:20px;
box-sizing:border-box;
color:#4d4d4d;
font-weight:700;
line-height:26px;
text-transform:uppercase;
padding-bottom:20px;
}

/* newsletter */

.newsletter-section{
width:100%;
float:left;
text-align:center;
padding:40px 0px;
background:url('img/background-red.jpg') no-repeat center center;
background-size:cover;
}

.newsletter-section .headline{
display:none;
}

.newsletter-section h2{
font-weight:700;
color:white;
font-size:30px;
}

.newsletter-box{
width:100%;
display:inline-block;
box-sizing: border-box;
padding:20px;
background:#ffe6a1;
background-size:cover;
margin-bottom:40px;
}

.newsletter-section .newsletter-box{
background:none!important;
padding:0px;
}

.above-newsletter{
display:inline-block;
font-size:15px;
color:#4d4d4d;
line-height:19px;
text-align:left;
margin-top:11px;
margin-bottom:12px;
text-align:left;
width:100%;
}

.newsletter-section .above-newsletter{
display:none!important;
}

.secondlc{
margin-top:0px!important;
font-size:0px!important;
text-align:left!important;
}

.newsletter-section .secondlc{
display:none;
}

.newsletter-box .headline{
padding:0px!important;
background:none!important;
text-align:left!important;
margin-bottom:0px!important;
text-indent:0px!important;
}

.lctwo{
margin-top:20px!important;
}

.newsletter-section .newsletter{
margin-top:30px;
width:500px;
float:left;
margin-left:calc(50% - 240px);
}

.newsletter-section .newsletter input{
height:50px;
line-height:50px;
background:white;
text-transform:none;
padding-top:0px;
padding-bottom:0px;
color:black;
}

.newsletter-section .newsletter .submit-box{
width:auto;
}


.newsletter-section .newsletter li{
width:calc(100% - 134px);
}

.newsletter-section .newsletter .submit-box input{
height:30px;
line-height:27px;
color:white;
padding:0px 20px;
border-radius:30px;
border:2px solid white;
font-size:15px;
font-weight:400;
float:left;
margin:10px 0px 0px 8px;
background:#ed1f24;
width:auto;
transition:all 0.2s;
font-weight:600;
}

.newsletter-section .newsletter .submit-box input:hover{
color:#ed1f24;
border:2px solid #ed1f24;
background:white;
transition:all 0.2s;
}

.line-container{
width:100%;
display:inline-block;
margin-top:5px;
color:white;
font-size:20px;
font-weight:400;
text-align:center;
}

.line-container-line{
width:100px;
height:2px;
background:#4d4d4d;
display:inline-block;
}

.newsletter
{
  float: left;
  width: 100%;
  margin-bottom: 1.875em;
}

.newsletter li
{
  float: left;
  width: 100%;
}

.newsletter .submit-box
{
  width: 34px;
}

.newsletter input
{
  width: calc(100% - 20px);
  padding: 10px 10px;
  border: 0 none;
  display: block;
  height: 24px;
  line-height: 24px;
  text-transform: none;
  background: white;
  color: #535459;
  border-radius: 12px;
}

.newsletter .submit-box input
{
height:30px;
line-height:27px;
color:#4d4d4d;
padding:0px 20px;
border-radius:30px;
border:2px solid #fcca3d;
font-size:15px;
font-weight:400;
float:left;
margin:15px 0px 0px 0px;
background:white;
width:auto;
text-transform:lowercase;
font-weight:600;
transition: all 0.2s;
cursor:pointer;
}

.newsletter .submit-box input:hover{
background:#fcca3d;
color:#4d4d4d;
border:2px solid #fcca3d;
transition: all 0.2s;
}

/* newsletter end */

.list-tabs
{
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top:0px;
}

.list-tabs > ul
{
  float: left;
  width: 100%;
}

.list-tabs > ul li
{
  float: left;
  margin: 0 10px 1em 0;
  text-transform: none;
  color: #4d4d4d;
  padding: 0 20px;
  cursor: pointer;
  min-width: 195px;
  height: 47px;
  line-height:40px;
  font-size:22px;
  font-weight:700;
  box-sizing: border-box;
  border:2px solid #fcca3d;
  border-radius:25px;
  transition:all 0.2s;
}

.list-tabs > ul li:hover,
.list-tabs > ul li.current
{
  background: #fcca3d;
  color:white;
  transition:all 0.2s;
}

/* Lista produktów */

.wrap
{
  float: left;
  width: 100%;
  overflow: hidden;
}

.wrap-inner
{
  float: left;
  width: 102%;
}

/* box list */

.box-list
{
  float: left;
  width: 100%;
}

.box-list li
{
  float: left;
  width: calc(33% - 4px - 11px - 8px);
  margin: 0px 5px 1.5em 5px;
  border: 2px solid white;
  padding: 4px;
  background-color: white;
  text-align:center;
}

main.shopmain .box-list li{
 width: calc(33% - 2px - 5px - 18px);
}

.box-list .img
{
  display: block;
}

.box-list .img img
{
  width: 100%;
}

.box-list .img{
overflow:hidden;
}

.box-list li:hover .img img{
transform:scale(1.3);
transition:all 0.2s;
}

.box-list div
{
  background: #fff;
  padding: 1em;
  text-align: center;
  height: 5.75em;
  overflow: hidden;
}

.box-list h2
{
  font-size: 18px;
  height: 3.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  font-weight: bold;
  line-height:22px;
}

.box-list h2 a
{
  color: #535459;
}

.box-list h2 a:hover
{
  text-decoration: underline;
}

.price strong
{
  font-size: 1.875em;
  color: #9267ce;
  display: block;
  margin-bottom: 25px;
}

.box-list .price strong
{
  font-size: 20px;
  color: #4d4d4d;
  display: block;
  margin-bottom: 0.25em;
  font-weight:700;
}

.price span
{
  font-size: 1.125em;
  color: #4e4e4e;
  text-decoration: line-through;
}

.box-list .button
{
  margin-right: 1px;
  width: calc(50% - 2.5em - 1px) !important;
}

.box-list .second-button
{
  margin-left: 1px;
  margin-right: 0;
}

.cart-button,
.ask-button
{
display:inline-block;
position:relative;
padding:2px 15px 2px 0px;
margin:0px auto 10px auto;
color:#4d4d4d;
font-size:18px;
border-bottom:2px solid #00c7d2;
border-top:2px solid #00c7d2;
border-right:2px solid #00c7d2;
-moz-border-radius-topright: 23px;
-webkit-border-top-right-radius: 23px;
border-top-right-radius: 23px;
-moz-border-radius-bottomright: 23px;
-webkit-border-bottom-right-radius: 23px;
border-bottom-right-radius: 23px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.cart-button::before,
.ask-button::before{
content:'';
position:absolute;
top:-2px;
left:0px;
width:calc(100% - 54px);
background:white;
height:2px;
}

.cart-button:hover,
.ask-button:hover
{
  color:#8fcdc5;
  transition: 0.4s;
}

.cart-button span,
.ask-button span
{
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight:400;
  text-transform:uppercase;
}

.cart-button span
{
  padding-left:30px;
  background:url('img/basket.png') no-repeat left center;
}

/* control box */

.control-box
{
  background: #fafafa;
  float: left;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin-bottom: 1em;
}

.control-box div
{
  float: left;
  padding: 5px 10px 5px 0;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}

.control-box div.last
{
  padding-right: 0;
  margin-right: 0;
  border-right: 0 none;
}

.control-box p,
.control-box select,
.control-box a
{
  float: left;
  margin-right: 10px;
  line-height: 24px;
}

.control-box p,
.control-box a
{

}

.control-box select
{
  border: 0 none;
  height: 24px;
  width: auto;
}

.control-box .view-selector
{
  height: 22px;
  width: 22px;
  margin-right: 10px;
  background: url('img/view-icons.png') no-repeat left top;
}

.control-box .view-selector-list
{
  background-position: left top;
}

.control-box .view-selector-list-current,
.control-box .view-selector-list:hover
{
  background-position: left -22px;
}

.control-box .view-selector-listlines
{
  background-position: left -44px;
}

.control-box .view-selector-listlines-current,
.control-box .view-selector-listlines:hover
{
  background-position: left -66px;
}

/* control box end */

/* filters */

section.filters{
display:none;
}

.button{
float: left;
width: auto !important;
color: #fff !important;
background: #ed1f24 !important;
border: 0 none !important;
height: 2.125em !important;
line-height: 2.125em !important;
padding: 0 1.25em !important;
text-transform: none;
text-align: center;
cursor: pointer;
}

.filters > .button
{
  margin-bottom: 20px;
}

.filters .section
{
  display: none;
  margin-top: -20px;
}

.filters ul
{
  margin-bottom: 1em;
}

.filters li
{
  float: left;
  width: 14.7%;
  margin: 0 1.96% 0.5em 0;
  height: 1.5em;
  overflow: hidden;
}

.filters li input
{
  float: left;
  margin-right: 10px;
}

.filters .section .button
{
  float: right;
}

.filters p
{
  cursor: pointer;
}

.filters .wrap
{
  margin-left: -1.875em;
  padding: 0 1.875em 0.5em 1.875em;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.5em;
}

.filters .section-headline
{
  color: #000;
}

/* filters end */

/* main elements */

.section
{
  background: #fafafa;
  float: left;
  padding: 1.5em 1.875em;
  width: calc(100% - 3.75em);
  margin-bottom: 1.5em;
}

.bordered-section
{
  border: 1px solid #dadada;
  float: left;
  padding: 1.5em 1.875em;
  width: calc(100% - 3.75em - 2px);
  margin-bottom: 1.5em;
}

.shopcontainer{
max-width:1200px;
}

/* main elements end */

/* Widok produktu */

/* product details */

.product figure
{
  float: left;
  width: 100%;
  margin: 0 0 0 0;
}

.product figure img
{
  display: block;
  width: 100%;
}

.product figure .img
{
  display: block;
  margin-bottom: 10px;
}

.thumbs li
{
  float: left;
  width: 23.5%;
  margin: 0 2% 0.75em 0;
}

.thumbs li img
{
  width: 100%;
}

.thumbs .fourth
{
  margin-right: 0;
}

.product .price
{
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px;
}

.product .price strong
{
  font-size: 37px;
  display: inline-block;
  font-weight: 700;
  letter-spacing:0px;
  line-height:40px;
}

.product .price span
{
  display: inline-block;
  margin-left: 20px;
}

.product .data
{
  float: left;
  width: calc(58% - 417px);
  margin-bottom: 1.25em;
}

.product .data p
{
  background: #fafafa;
  margin-bottom: 2px;
  padding: 16px 20px;
}

.product .data p span
{
  text-transform: none;
}

.product-quantity
{
  float: left;
  width: 100%;
}

.property-list .product-quantity
{
  width: 100% !important;
}

.product-quantity p
{
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: #535459;
}

.product-quantity p span
{
  text-transform: none;
}

.product-quantity .cart-button,
.product-quantity .ask-button
{
  float: right;
  width: 385px;
  border: 0 none;
  cursor: pointer;
  clear: right;
}

.product-quantity input
{
  width: 30px;
  height: 22px;
  padding: 0 4px;
  line-height: 22px;
  float: right;
  margin: 23px 1.25em 24px 0;
  border: 1px solid #dadada;
}

.product-quantity label
{
  float: right;
  line-height: 24px;
  margin-top: 23px;
  text-transform: none;
  margin-right: 1.25em;
}

.product .add-buttons
{
  clear: right;
  float: right;
}

.product .light-button
{
  float: right;
  margin-left: 1px;
  width: 152px !important;
  text-align: center;
}

.tabs
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.tab-nav li
{
  float: left;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: none;
  line-height: 24px;
  padding: 15px 20px;
  margin-right: 2px;
  background: #000;
  color: #fff;
}

.tab-nav li:hover,
.tab-nav .current
{
  background: #ed1f24;
  cursor: pointer;
}

.tabs .tab
{
  float: left;
  padding: 1.5em 1.25em;
  background: #f6f6f6;
  width: calc(100% - 40px);
}

.stats
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.stats span
{
  float: left;
  border-right: 1px solid #dadada;
  padding-right: 20px;
  margin-right: 20px;
  text-transform: none;
  line-height: 34px;
}

.stats .last
{
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.property-list
{
  float: left;
  width: 58%;
}

.property-list p
{
  font-size: 1.125em;
  text-transform: none;
  margin-bottom: 0.75em;
}

.option-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1em 0;
  height: 20px;
  overflow: hidden;
}

.option-list input
{
  float: left;
  margin-right: 10px;
}

.option-list li div
{
  float: left;
  width: 14px;
  height: 14px;
  border: 3px solid #dadada;
  margin-right: 10px;
}

.option-list li label
{
  display: block;
  line-height: 20px;
}

.img
{
  position: relative;
}

.img .overlay
{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url('img/hover.png') no-repeat center center;
  z-index: 1;
}

.img:hover .overlay
{
  display: block;
}

.product-left{
float:left;
width:47%;
}

.product-right{
float:right;
width:47%;
}

.product-right h1{
background:none!important;
text-indent:0px!important;
margin-top:-5px!important;
padding:0!important;
}

.product-right h1::before{
content:''!important;
}

.red-line-container{
width:100%;
display:inline-block;
text-align:left;
margin-bottom:10px;
}

.red-line{
width:50px;
height:2px;
display:inline-block;
background:#fcca3d;
}

.detail-stripe{
width:100%;
text-align:left;
font-size:14px;
line-height:18px;
margin-bottom:4px;
}

.detail-stripe strong,
.detail-stripe strong a{
color:#535459;
font-weight:700;
}

.leftit{
display:inline-block;
min-width:90px;
}

.product-gray{
width:100%;
float:left;
background:#f2f2f3;
margin-top:15px;
padding:30px;
box-sizing:border-box;
}

.q-spin{
float:left;
height:35px;
width:100%;
margin-top:20px;
margin-bottom:20px;
}

.q-spin label{
float:left;
height:35px;
line-height:35px;
font-size:14px;
color:#535459;
padding-right:10px;
margin:0!important;

}

.q-spin input{
height:35px;
line-height:35px;
text-align:center;
width:55px;
padding:0px;
margin:0px;
background:white;
font-size:16px;
font-weight:600;
float:left;
border:none;
}

.b-spin{
float:left;
height:35px;
width:100%;
margin:0;
}

.b-spin button,
.product-quantity button{
float:left!important;
height:45px;
line-height:45px;
margin:0;
width:230px!important;
padding:0px!important;
font-size:20px!important;
font-weight:600!important;
}

.b-spin button span,
.product-quantity button span{
padding:0 0 0 30px!important;
font-size:20px!important;
font-weight:600!important;
}

.product-right .add-buttons{
display:none;
}

.redit{
color:red!important;
}

.mtop10{
margin-top:15px!important;
}

.tab-title{
width:100%;
display:inline-block;
text-align:left;
font-size:22px;
line-height:27px;
font-weight:700;
color:#535459;
padding-bottom:20px;
}

.noborder{
border:none!important;
}

.product .cart-button,
.product .ask-button,
.horcon .cart-button{
  float: left;
  width: 80%;
  padding: 0px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  background: #9267ce;
  border-radius:21px;
  transition:all 0.2s;
}

.horcon .cart-button{
border:none;
margin-left:10%;
}

.product .cart-button:hover,
.product .ask-button:hover,
.horcon .cart-button:hover{
background:#59378a;
transition:all 0.2s;
}

.product .cart-button::before,
.product .ask-button::before,
.horcon .cart-button::before{
background:none!important;
}

.ed p{
font-size:15px;
line-height:22px;
color:#535459;
text-align:left;
}

.ed ol,
.ed ul{
width:calc(100% - 40px);
margin-left:20px;
padding-left:20px;
color:#535459;
text-align:left;
font-size:15px;
line-height:22px;
}

.ed ol{
list-style:decimal;
}

.ed ul{
list-style:disc;
}

.ed img:hover{
transition:all 0.2s;
filter:brightness(120%);
}


/* product details end */

/* STD form */

/* forms */

.std-form
{
  float: left;
  width: 100%;
}

input[type=checkbox]
{
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 none !important;
}

.std-form li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1em 0;
}

.std-form .full,
.std-form .submit-box
{
  width: 98.04%;
}

.std-form label
{
  display: block;
  margin-bottom: 5px;
}

.std-form .checkbox label
{
  text-transform: none;
}

.std-form label img
{
  margin-left: 5px;
}

.std-form input,
.std-form select,
.std-form textarea
{
  display: block;
  border: 1px solid #dadada;
}

.std-form input,
.std-form textarea
{
  padding: 0 5px;
  width: calc(100% - 12px);
}

.std-form input
{
  height: 22px;
  line-height: 22px;
}

.std-form select
{
  width: 100%;
  height: 24px;
}

.std-form .checkbox input
{
  float: left;
  margin-right: 10px;
}

.std-form .checkbox a
{
  text-transform: none;
  font-weight: bold;
}

.std-form textarea
{
  height: 142px;
}

.std-form .submit-box .button
{
  float: right;
  margin-left: 1.25em;
}

.std-form .submit-box p
{
  float: right;
  line-height: 2.125em;
  text-transform: none;
}

.std-form .submit-box p img
{
  margin-right: 10px;
}

.std-form .legend
{
  margin-right: 0;
  float: right;
  text-align: right;
  text-transform: none;
}

.actions
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.actions .button
{
  float: right;
  margin-left: 10px;
  margin-bottom: 3px;
  font-size: 16px;
}

.actions .button:hover{
background:#b41115!important;
transition:all 0.2s;
}

.actions .back
{
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

/* forms end */

/* messages */

.errors,
.notices
{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding: 10px;
}

.nande .errors,
.nande .notices{
margin-bottom: 0px!important;
}

.errors
{
  background: #bf0000;
}

.notices
{
  background: #5ba500;
}

.errors li,
.notices li
{
  padding: 7px 0 7px 45px;
  line-height: 20px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top:10px;
}

.errors li
{
  background-image: url('img/error-icon.png');
}

.notices li
{
  background-image: url('img/confirm-icon.png');
}

.inner-error
{
  color: #bf0000;
  padding-top: 10px;
}

.inner-error p
{
  margin-bottom: 10px;
}

/* messages end */

/* Koszyk */

/* basket & orders */

.list-table input
{
  border: 0 none;
  width: 30px;
  padding: 2px 5px;
  line-height: 20px;
  height: 20px;
}

.path
{
  float: left;
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.path span
{
  float: left;
  font-weight: bold;
  text-transform: none;
  background: url('img/fw.png') no-repeat right center;
  padding-right: 32px;
  margin-right: 20px;
  color: #000;
}

.path .current
{
  color: #ed1f24;
}

.path .last
{
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.summary li
{
  padding: 15px 20px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 2px;
}

.summary li:nth-child(odd)
{
  background: #fafafa;
}

.summary li:nth-child(even)
{
  background: #fafafa;
}

.summary .last
{
  font-size: 1.5em;
}

.summary span
{
  float: left;
  text-transform: none;
  font-weight: normal;
}

.summary .last span
{
  font-weight: bold;
}

.voucher-box .std-form input[type=text]
{
  height: calc(2.125em - 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.125em;
}

.payment-ways
{
	float: left;
	width: 100%;
}

.payment-ways span
{
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 15px 15px 0;
}

.payment-ways input
{
	display: none;
}

.payment-ways img
{
	display: block;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
	cursor: pointer;
}

.payment-ways input:checked + label img
{
	border: 2px solid #ed1f24;
	padding: 0;
	border-radius: 5px;
}

/* basket & orders end */

/* lists */

.list-table
{
  clear: both;
  width: 100%;
  margin-bottom: 1.5em;
}

.list-table th,
.list-table td
{
  text-align: left;
  font-weight: normal;
  padding: 15px;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}

.list-table th
{
  text-transform: none;
  background: #000;
  color: #fff;
}

.list-table .odd
{
  background: #ebebeb;
}

.list-table .even
{
  background: #f1f1f1;
}

.list-table .action
{
  font-size: 1.125em;
  font-weight: bold;
  text-transform: none;
}

.list-table .button
{
  clear: left;
  margin-top: 2px;
}

.list-table small
{
  display: block;
  font-size: 0.75em;
}

/* std list */

.std-list .img
{
  float: left;
  width: 17.5%;
  margin-right: 1.5%;
}

.std-list .img img
{
  width: 100%;
}

.std-list .desc
{
  float: left;
  width: calc(81% - 301px);
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

.std-list h2
{
  font-size: 1.375em;
  line-height: 1em;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.std-list .control
{
  float: right;
  width: 250px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}

.std-list .button
{
  width: calc(100% - 2.5em) !important;
  margin-bottom: 2px;
}

.std-list .price
{
  text-align: center;
  margin-bottom: 1em;
}


.menu{
display:none;
}

body .collapsible:first-child
{
display:none;
}

#paczkomaty > div
{
       height: 400px;
}

#paczkomaty > p
{
       margin-bottom: 15px;
}

#paczkomaty .info-window
{
       min-height: 40px;
       height: 40px;
}

/* std list end */

/* lists end */

/* Recommend */

.recommendedp{
width:100%;
display:inline-block;
box-sizing:border-box;
padding:40px;
border:10px solid #fbca3d;
margin-bottom:30px;
}

.imgcont{
width:39%;
float:left;
}

.imgcont img{
width:100%;
float:left;
}

.recommend-inner{
width:58%;
float:right;
}

.recommend-inner h2{
width:100%;
float:left;
text-align:left;
font-weight:700;
font-size:22px;
line-height:28px;
}

.sdesc{
width:100%;
float:left;
margin-top:20px;
}

.sdesc p{
font-weight:400;
font-size:18px;
color:#484848;
line-height:30px;
padding:0px 0px 30px 0px;
text-align:left;
}

.paddit{
padding:0px 10px;
}

.recprice{
width:100%;
float:left;
margin-top:20px;
font-size:18px;
text-align:left;
}

.recprice a:hover{
transition:all 0.2s;
color:#fbca3d!important;
}

/* recommend end */

.paginator{
width:100%;
display:inline-block;
padding:10px 0px 25px 10px;
box-sizing:border-box;
}

.paginator span,
.paginator a{
font-size:18px;
padding:0px 3px;
}

.paginator span{
font-weight:900;
color:red;
}

#popup{
width:calc(80% - 56px);
padding:25px;
/* background:white;
border:3px solid orange; */
text-align:center;
/*-webkit-box-shadow: 0px -1px 15px 0px #000000; 
box-shadow: 0px -1px 15px 0px #000000; */
font-size:16px;
line-height:22px;
position:fixed;
top:140px;
left:10%;
z-index:99999;
height:calc(100vh - 180px);
}

#popup img{
max-height:calc(100vh - 250px);
width:auto!important;
/* Style dla poziomego */
/*
max-width:100%!important;
height:auto!important;
width:100%!important;
*/
}

#popupclose{
width:30px;
height:30px;
background-color:white;
background-image:url('img/close.png');
background-size:24px 24px;
background-repeat:no-repeat;
background-position:center center;
cursor:pointer;
position:absolute;
top:-30px;
right:-30px;
/*-webkit-box-shadow: 0px -1px 15px 0px #000000; 
box-shadow: 0px -1px 15px 0px #000000;*/
}

.logos{
width:100%;
border-top:15px solid white;
border-bottom:15px solid #fed346;
}

.desktop{
display:initial;
}

.mobilelogo{
display:none;
}

.rwd{
display:none;
margin-top:12px;
border-top:0px solid white;
}

/* ==== RWD ==== */

@media screen and (max-width: 1500px)
{
  main.shopmain .box-list li,
  main.shopmain .news-list li,
  main.shopmain .compare-list li
  {
    width: calc(33% - 2px - 5px - 16px);
  }
  
  .mainmain .box-list li {
    width: calc(25% - 2px - 5px - 8px)!important;
    margin: 0px 0px 1.5em 4px!important;
  }
  
  .product .dgreen-button
  {
    width: 112px !important;
  }
  
  .property-list li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 18.04%;
  }
  
}

@media screen and (max-width: 1350px)
{
	
.parameters-list .option-list li{
 height: 70px;
}

.cfirst{
width:50%;
border:none;
}

.csecond{
width:50%;
padding-right:0px;
padding-left:0px;
border:none;
}

.c50{
width:100%;
padding-left:0px;
border:none;
margin-top:50px;
}

}

@media (max-width: 1240px) {

.container-top{
max-width:900px;
margin:0px auto;
}

.wrapper{
padding:0px 20px;
}

.header-top-menu li a{
font-size:15px;
}

.header-top-menu-lang{
left:calc(100% + 24px);
}

.section-text-subpage{
padding:46px 60px 20px 60px;
}

}

@media screen and (max-width: 1200px)
{
  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
  }
  
  .box-list li,
  .news-list li,
  .compare-list li
  {
    width: 48.04%;
  }
  
  .product .data
  {
    width: 58%;
    margin-bottom: 0;
  }
  
  .product .price
  {
    height: auto;
    width: calc(58% - 30px);
  }
  
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .product .price strong
  {
    display: inline-block;
    margin-top: 0;
  }
  
  .product .price span
  {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  
  .product-quantity label
  {
    display: none;
  }
  
  .property-list li
  {
    width: 48%;
    margin-right: 2%;
  }
  
  .std-form li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 23.04%;
  }
  
  .wrapper
  {
  min-width: 300px!important;
  }
  
.slogan{
top:60px;
font-size:21px;
line-height:31px;
}

.pict{
max-width:45%;
width:45%;
margin:15px 0px;
padding:0px;
}

.pictograms{
padding:45px 0px;
}


}

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

.mainnav{
display:none;
}

.arrow{
display:none;
}

.nice-menu{
display:none;
}

.slider-more{
bottom:30px;
}

  main.shopmain .box-list li,
  main.shopmain .news-list li,
  main.shopmain .compare-list li
  {
    width: calc(50% - 2px - 5px - 21px);
  }

}

@media screen and (max-width: 1000px)
{
  aside
  {
    display: none;
  }
  
   aside.section-products{
	display: initial!important;
  }
  
  main,
  main.shopmain
  {
    width: 100%!important;
  }
  
  .filters li
  {
    width: 31.37%;
  }
  
  .top-details{
   float:left;
  }
  
  .d1{
  margin-right:30px;
  }

  .d2{
  margin-left:0px;
  }
  
  .slogan{
  font-size:17px;
  line-height:25px;
  }
  
  main.shopmain .box-list li,
  main.shopmain .news-list li,
  main.shopmain .compare-list li
  {
    width: calc(50% - 2px - 5px - 22px);
  }
  
  .logoshop{
   display:none;
  }
  
  .search{
   float:left;
   padding:0px 0px 0px 0px;
   height:32px;
   margin-top:5px;
  }
  
  .searchin{
  display:none;
  }
  
  .search .submit-box input
  {
  cursor:pointer;
  }
  
  p.account{
   float:left;
   font-size:0px;
   padding:0px;
   margin-top:5px;
  }
  
  .rollit{
	padding-left:36px!important;
	background:url('img/ico-account.png') no-repeat center center #4d4d4d!important;
	margin-left:0px;
	margin-right:10px;
	}
	
	.cart
  {
  float:left;
  clear:none;
  height:36px;
  margin:5px 10px 0px 0px!important;
  } 

.user-box
{
  z-index:9999;
  position:fixed;
  top:68px;
  left:0px;
  z-index:100;
}

.header-top{
  z-index:999;
}

/* Menu mobilne */

.mobile-bar, .mobile-spacer, .normalmenu{
display:initial;
}

body .collapsible:first-child{
display:initial;
}

.menu,
.topnav{
display:none;
}

  body .collapsible:first-child
  {
    display: block;
    width: 98%;
    margin: 0 1% 30px 1%;
    padding-bottom: 0;
    background:white;
  }
  
  body .collapsible:first-child > ul
  {
    display: none;
  }
  
  body .collapsible:first-child > p
  {
    color: #fff;
    margin: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.25em;
    padding: 15px 0;
    background: url('img/expand.png') no-repeat right center;
  }
  
  #pfixed{
  padding:10px 30px 10px 15px;
  position:fixed;
  top:66px;
  left:0px;
  z-index:100;
  margin-left:0px;
  text-transform:none;
  font-size:13px;
  background: url('img/cat-m.png') no-repeat right 8px center #fcca3d;
  }
  
  body .collapsible:first-child > p.open
  {
    background-image: url('img/collapse.png');
  }
  
  body .collapsible:first-child .tree-tab
  {
    margin-top: -5px;
	background: white;
	float: right;
	margin-left: 10px;
	text-align: center;
	border-radius: 100%;
	padding:10px!important;
	width:14px;
	height:14px;
	line-height:14px;
	border:1px solid #c00101;
  }

  #lr-categories{
  position: fixed;
  top: 110px;
  left: 4%;
  width: 92%;
  z-index: 100;
  background:white;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 1);
  }
  
  
/* Menu mobilne end */  

}


@media (max-width: 992px) {

.header-page {
padding-top:66px;
}

.header-top{
position:relative;
padding:10px 0px;
text-align:right;
}


.header-top-menu{
position:relative;
padding:40px 0px 30px 0px;
}

.header-top-menu-a{
display:none;
}

.header-top-menu-b{
display:block;
}

.header-top-menu ul{
display:block;
justify-content:none;
align-items:none;
height:auto;
}


.header-top-menu li{
display:block;
margin:8px 0px;
}

.header-top-menu li a, .header-top-menu .awarded a{
display:block;
padding:16px 14px;
color:#4d4d4d;
font-weight:700;
font-size:15px;
position:relative;
text-transform:uppercase;
text-align:center;
border:2px solid #4d4d4d;
}

.header-top-menu li a:hover, .header-top-menu .current a{
border:2px solid white;
color:white;
}

.header-top-menu-mobile{
display:block;
}

.header-top-menu-mobile-close{
display:block;
}

.moble-show{
display:block;
}

.moble-hide{
display:none;
}


.header-page-m-top{
position:fixed;
top:0px;
left:0px;
width:100%;
height:auto;
overflow:initial;
z-index:999;
background:white;
}


.header-page-m-top-open{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
overflow:auto;
z-index:99009;
background:white;
}


.header-top-menu-lang{
position:relative;
left:auto;
top:auto;
transform: translateY(0%); 
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
width:100%;
}

.header-top-menu-lang a span{
display:none;
}

.header-top-menu-lang a{
display:block;
padding:16px 14px;
color:#4d4d4d;
font-weight:700;
font-size:15px;
position:relative;
text-transform:uppercase;
text-align:center;
border:2px solid #4d4d4d;
}

.header-top-menu-lang a:hover{
border:2px solid white;
color:white;
}

.header-baner-one-ob-content-text{
padding-left:40px;
width:50%;
}

.header-baner-one-ob-content-nag{
font-size:33px; 
}

.header-baner-one-ob-content-nag span{
font-size:27px;
letter-spacing:normal;
}

.section-page-header-one{
font-size:27px;
letter-spacing:normal;
}

.section-page-header-two{
font-size:27px;
letter-spacing:normal;
}

.section-page-header-three, .section-quiz-header-h{
font-size:27px;
letter-spacing:normal;
}

.section-quiz-block-header{
font-size:24px; 
line-height:normal;
}

.section-scalp-balance-ob-content-text{
padding-left:40px;
width:40%;
}


.section-products-content-block{
text-align:center;
width:calc(50% - 100px);
padding:0px 50px;
margin-bottom:40px; 
}

.smallit .section-products-content-block{
width:calc(50% - 100px);
}

.section-peh-balance-ob-content-text{
padding-left:40px;
width:40%;
}

.section-oiling-page .section-hair-oiling-ob-content-text {
padding-left: 40px;
width: 50%;
}

.section-text-subpage{
padding: 46px 20px 20px 20px;
}

.header-top-blog-social{
top:-40px;
text-align:center;
}

.header-top-moblile-element{
display:block;
}

}

@media screen and (max-width: 800px)
{
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .features,
  .half-desc
  {
    width: 100%;
    margin-right: 0;  
  }
  
  .tabs .tab-nav li
  {
    margin-bottom: 3px;
  }
  
  header .logo
  {
    margin-top: 10px;
    max-width: calc(100% - 420px);
  }
  
  .logo img
  {
    display: block;
    width: 100%;
  }
  
  .std-form li
  {
    float: left;
    width: 48%;
  }
  
  .up800
  {
    display: none;
  }
  
  .std-list li
  {
    position: relative;
  }
  
  .std-list .img
  {
    width: calc(100% - 280px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .std-list .control
  {
    border-left: 0;
    margin-left: 0;
    position: absolute;
    top: 1.5em;
    right: 0;
  }
  
  .std-list .desc
  {
    clear: left;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  
  .slider-more{
	display:none;  
  }
  
  .slogan{
  top:30px;
  }
  
  .mainmain .box-list li {
  width: calc(50% - 2px - 5px - 14px)!important;
  margin: 0px 0px 1.5em 4px!important;
  }
  
  .newsletter-section .newsletter{
  width:100%;
  margin-left:0px;
  }
  
  .newsletter-section .newsletter-box{
   margin-bottom:0px;
   }
   
   .product-left{
	float:left;
	width:100%;
	}

	.product-right{
	float:left;
	width:100%;
	}

}


@media (max-width: 768px) {
	
.hclassic{
padding:0px;
}

.wclassic{
background:#fcca3d;
}

.bgclassic{
height:0px!important;
}

.footer-top-content-block-icon{
margin-bottom:40px;
}

.header-baner-one-ob{
width:100%;
height:auto;
position:relative;
overflow:initial;
background:rgb(255, 211, 70);
}

.header-baner-one-ob-img{
position:relative;
top::auto;
left::auto;
width:100%;
height:483px;
z-index:8;
background:rgb(255, 211, 70);
overflow:hidden;
}

.header-baner-one-ob-img img{
left:auto;
right:-50px;
transform: translateX(0%); 
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
}

.header-baner-one-ob-content{
position:relative;
top::auto;
left::auto;
width:100%;
}

.header-baner-one-ob-content-logo{
text-align:center;
padding:28px 0px 0px 0px;
width:100%;
}

.header-baner-one-ob-content-text{
padding:40px 20px;
width:calc(100% - 40px);
}


.section-scalp-balance-ob{
width:100%;
height:auto;
position:relative;
overflow:initial;
background:#aedddb;
}

.section-scalp-balance-ob-img{
position:relative;
top::auto;
left::auto;
width:100%;
height:430px;
z-index:8;
background:#aedddb;
overflow:hidden;
}

.section-scalp-balance-ob-img img{
left:auto;
right:-50px;
transform: translateX(0%); 
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
}


.section-scalp-balance-ob-content{
position:relative;
top::auto;
left::auto;
width:100%;
z-index:10;
transform: translateY(0%); 
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
}

.section-scalp-balance-ob-content-logo{
text-align:center;
padding:28px 0px 0px 0px;
width:100%;
}

.section-scalp-balance-ob-content-text{
padding:40px 20px;
width:calc(100% - 40px);
}

.section-peh-balance-ob{
width:100%;
height:auto;
position:relative;
overflow:initial;
background:#ffd0d3;
}

.section-peh-balance-ob-img{
position:relative;
top::auto;
left::auto;
width:100%;
height:430px;
z-index:8;
background:#ffd0d3;
overflow:hidden;
}

.section-peh-balance-ob-img img{
left:auto;
right:-50px;
transform: translateX(0%); 
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
}


.section-peh-balance-ob-content{
position:relative;
top::auto;
left::auto;
width:100%;
z-index:10;
transform: translateY(0%); 
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
}

.section-peh-balance-ob-content-logo{
text-align:center;
padding:28px 0px 0px 0px;
width:100%;
}

.section-peh-balance-ob-content-text{
padding:40px 20px;
width:calc(100% - 40px);
}


.section-hair-oiling-ob{
width:100%;
height:auto;
position:relative;
overflow:initial;
background:#ffd557;
}

.section-hair-oiling-ob-img{
position:relative;
top::auto;
left::auto;
width:100%;
height:446px;
z-index:8;
background:#ffd557;
overflow:hidden;
}

.section-hair-oiling-ob-img img{
left:auto;
right:-50px;
transform: translateX(0%); 
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
}


.section-hair-oiling-ob-content{
position:relative;
top::auto;
left::auto;
width:100%;
z-index:10;
transform: translateY(0%); 
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
}

.section-hair-oiling-ob-content-logo{
text-align:center;
padding:28px 0px 0px 0px;
width:100%;
}

.section-hair-oiling-ob-content-text,
.section-oiling-page
.section-hair-oiling-ob-content-text{
padding:40px 20px;
width:calc(100% - 40px);
}

.section-faq-content{
padding:68px 0px;
background:transparent;
background-size:none;
}

.section-faq-content-o-two{
padding:0px 40px;
}

.section-text-subpage{
padding:46px 0px 20px 0px;
}

.section-text-subpage-left{
float:none;
width:100%;
padding-right:0px;
}

.section-text-subpage-right{
float:none;
width:100%;
padding-left:0px;
}

.section-text-subpage-column-left{
width:100%;
float:none;
}

.section-text-subpage-column-right{
width:100%;
float:none;
}

.section-quiz-header{
position:relative;
padding:0px 40px;
}

.section-quiz-header::before{
display:none;
}

.section-quiz-header::after{
display:none;
}

.section-quiz-header-color{
font-size:22px; 
line-height:normal;
}

.section-quiz-header-color span{
font-size:27px; 
letter-spacing:normal;	
}

.section-blog-posts-img{
width:100%;
height:280px;
float:none;
overflow:hidden;
margin-bottom:30px;
}

.section-blog-posts-text{
width:100%;
padding-left:0px;
float:none;
}

.section-blog-posts{
margin-bottom:30px;
}

.desktop{
display:none;
}

.rwd,
.mobilelogo{
display:initial;
}

}

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

.pict{
max-width:90%;
width:90%;
}

}

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

  main.shopmain{
  width:100%!important;
  box-sizing:border-box;
  }
  
  main.shopmain .box-list li,
  main.shopmain .news-list li,
  main.shopmain .compare-list li
  {
    width: calc(100% - 2px - 5px - 24px);
  }
  
  .path{
  line-height:30px;
  }
  
  .list-table th, .list-table td{
	  padding:12px 3px 12px 5px;
  }
  
  .list-table td textarea{
	  width:120px;
	  height:60px;
  }
  
  .list-table td,
  .list-table td a,
  .list-table td p{
	  font-size:12px;
  }
  
}

@media screen and (max-width: 600px)
{
  
  .product figure,
  .product .data,
  .product .price
  {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .gallery,
  .gallery-aside
  {
    width: 100%;
    margin-right: 0;
  }
  
  header .logo
  {
    width: 200px;
    max-width: 200px;
  }
  
  .up600
  {
    display: none;
  }
  
  .std-list .img
  {
    width: 100%;
  }
  
  .std-list .control
  {
    float: left;
    position: static;
    width: 100%;
    padding-left: 0;
  }
  
  .slider p
  {
    font-size: 1.5em;
  }
  
  .slogan{
  display:none;
  }
  
  #slider{
  display:none;
  }
  
  #slider2{
  display:initial;
  }
  
  .cfirst{
  width:100%;
  }

  .csecond{
  width:100%;
  margin-top:50px;
  }
  
  .imgcont{
   width:100%;
   margin-bottom:30px;
   }
   
   .recommend-inner{
   width:100%;
   float:left;
   }
   
   .recprice a{
   width:100%;
   float:left;
   padding-bottom:20px;
   }
   
   .paddit{
	display:none;
   }
  
}


@media (max-width: 576px) {

.header-baner-one-ob-img img{
left:auto;
right:-150px;
transform: translateX(0%); 
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
}

.section-hair-quiz-block-left{
float:none;
width:100%;
text-align:center;
padding-right:0px;
}

.section-hair-quiz-block-right{
float:none;
width:100%;
text-align:center;
padding-left:0px;
}

.section-hair-quiz-block-button{
padding:60px 0px 60px 0px;
}

.section-products-content-block{
text-align:center;
width:calc(100% - 40px);
padding:0px 20px;
margin-bottom:40px; 
}

.smallit .section-products-content-block{
width:calc(100% - 40px);
}

.section-products-content-block-text{
padding:18px 0px 30px 0px;
min-height:auto;
}

.footer-top-content-block{
display:block;
width:100%;
}

.section-faq-content-o-two{
padding:0px 0px;
}

.section-quiz-block-p{
padding:18px 0px;
margin:0px auto;
margin-bottom:20px;
height:auto;
}

.section-quiz-block-p-k{
position:relative;
left:auto;
top:auto;
transform: translateY(0%); 
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
}

.section-quiz-header{
position:relative;
padding:0px;
}

.section-slider-conent{
padding:0px 0px;
position:relative;
width:100%;
}

.section-slider-conent-left{
display:none;
}

.section-slider-conent-right{
display:none;
}

.section-slider-conent-owl-poz img{
width:100%;
height:100%;
object-position:center;
object-fit:contain;
}

.footer-top-content-block-header{
margin-bottom:8px;
}

.additional-margin{
margin-top:32px;
}

.footer-top-content-block-icon{
padding-top:10px;
margin-bottom:30px;
}

}

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

.actionsmob .button{
width:90%!important;
margin-left:5%!important;
}

.actionsmob .back{
float:left;
margin-right:0px;
margin-left:0!important;
width:90%!important;
}

.bordered-section{
padding: 1em;
width: calc(100% - 2em - 2px);
}

}

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

header .logo
  {
    width: 222px;
	float:left;
	padding-left:calc(50% - 111px);
	padding-right:calc(50% - 111px);
	margin: 0px;
  }
  
  .account{
	 margin-top:25px;
  }
  

}


@media screen and (max-width: 450px)
{
  .std-form li
  {
    width: 98.04%;
  }
  
  .slider img
  {
    display: none;
  }
  
  .slider p
  {
    position: static;
  }
  
  .filters li
  {
    width: 48.04%;
  }
  
.nice-menu .collapsible li {
float:left;
display:inline-block;
width:100%;
height:80px;
}

.nice-menu .collapsible div {
padding:10px 10px 10px 10px;
background:url('img/bird.png') no-repeat center bottom 18px;
height:60px;
}

#popup{
width:calc(90% - 6px);
padding:0px;
left:5%;
top:160px;
}

#popup img{
margin:0px 0px -5px ;
margin-top:0px;
margin-right:0px;
margin-bottom:-5px;
margin-left:0px;
padding:0px;
max-height:none;
width:100%!important;
height:auto;
transform:scale(1.3);
}

#popupclose{
right:0px;
z-index:9999;
top:-50px;
}



}

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

}

/* media queries end */

/* facebox */

#facebox .top
{
  background: #000 !important;
}

/* facebox end */

/* Koniec PAGE RWD Styles */

