*{
    outline: 0;
}


/*********Validation*******/
.info,.success,.warning,.error,.validation, .error_message { border:1px solid; margin:10px 0px; padding:7px 10px 7px 35px; background-repeat:no-repeat; background-position: 10px 6px;text-align: left !important;}
.success { color:#4f8a10; background-image: url(../../img/icons/accept.png); background-color:#dff2bf;}
.error, .error_message { color:#d8000c; background-image: url(../../img/icons/exclamation.png); background-color:#ffbaba;}
.info{color:#00529b;background-image: url(../../img/icons/information.png);background-color:#bde5f8;}
.warning{color:#9f6000;background-image: url(../../img/icons/error.png);background-color:#feefb3;}

/*FRONT PAGE*/
.front-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 80px;
    color: #000;

}
.btn{
    display: inline-block;
    color: #757575;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 8px;
    border: 1px solid #bdbdbb;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right:30px;
    max-width:100%;
    height: 37px;
    margin: 0 auto;
    border-radius: 0;
    margin-bottom: 10px;
    line-height: 2;
    background: none;

}

.btn:hover, .btn:active,  .btn:focus, .btn:active:focus{
    border: 1px solid #111111;
    color: #111111;
    outline:0;   
}

.btn--more{

    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 250px;
}

/*HEADER*/
.header-logo__img{
   width: 70%; 
   height: 70%; 
}
/*SLIDER*/

.slider .slick-slide img{
    width: 100%;
}

/*SLIDER homepage*/
.slider .slick-dots li button:before
{
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    color: Transparent;
  
}
.slider .slick-dots li.slick-active button:before{
    color: #000;
    background-color: #000;

}  
.slick-slide{
    outline: none;
}
#main-slider-wrapper .slick-dots { bottom: 20px;}

.slider .slick-slide img{
    width: 100%;
}

.slider-news__text{
    position: absolute; display:inline-block; 
    float:right; 
    color:white;
    z-index:999999;    
    width:420px;
    margin-top: 40px;
    margin-left: 10.5%;
    padding-left:20px;
}
.slider-news__title{

    text-transform: uppercase;
    font-size: 81px;
    color: white;
    line-height:0.9;
    margin-bottom: 15px; 
    padding-top: 20px;
    letter-spacing:1px;
}

.slider-news__short-description{
    color: white;
    font-size: 16px;
    font-weight:600;
}
.slider-news__text img{
    margin-left:0; text-align: left; display:block; 
    max-width: 130px;
    margin-top:20px;
}
#main_slide-0 .slider-news__title, #main_slide-0 .slider-news__short-description {
    color:black;
}

.slider-news__text{display:table-cell !important; vertical-align: middle !important;}

/*end slider*/

/*NEWSLETTER*/

.front-title--newsletter{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
}

.newsletter__input{
    height: 41px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.btn--newsletter{
    margin: 40px 0 40px 0;
    background: #fff;
    font-weight: 600;
    margin-top: 30px;
    display:block;

}
.newsletter_image img{
    display: block;
    margin:0 auto;
} 


/*NEWS*/
.news__date{
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0;
}
.news__box{
    color: #757575; 
}
.news__more{
    margin: 25px 0;
}
.news__description{
    font-size: 15px;   
}
.news{
    position: relative;
}
.btn--seeallnews{
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
/*SUBMENU*/
.header__menu--horizontal{margin: 40px 0 20px 0;  }
.header__menu--horizontal .header__menu .catlist ul li{

    clear: both;
    list-style-type: none;   
}
.header__menu--horizontal .header__menu .catlist{
    position:relative;
}
.header__menu--horizontal .header__menu ul.cat-sub {
    display: none; 
}

.header__menu--horizontal .header__menu ul.cat-sub {

    position: absolute;
    top: 30px;
    right: 50%;
    transform: translate(50%, 0%);
}


.header__menu--horizontal .header__menu ul ul ul {display: none !important;}
.burger__mobile-nav .has-ul .cat-sub {display: none !important;}
.header__menu--horizontal .header__menu ul.cat-sub>li {
    border-right: none;
    display:block;
    background: #8e8e8e;
    min-width: 200px;
    padding: 20px 0 0 0;
    top: 20px;
    z-index: 999;
    font-weight: 600;

}
.header__menu--horizontal .header__menu ul.cat-sub>li:last-child{
    padding-bottom: 20px;
}
.header__menu--horizontal .header__menu ul.cat-sub li a{
    color: #fff;  
}
.header__menu--horizontal .header__menu ul.cat-sub li a:hover{
    color: #fff; 
    text-decoration: underline;
}

/*BOXES*/
.boxes-container .slick-dots li button:before
{
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #dadada;
    border-radius: 100%;
    color: Transparent;

}

.boxes-container .slick-dots li.slick-active button:before{
    color: #dadada;
    background-color: #dadada;

} 
/*----------------------------breadcrumb-wrapp ----------------*/
.breadcrumb-wrapp {border-top: 1px solid #ededed; padding-top: 30px; padding-bottom:15px; }


/*BOARD*/
.text-page__content--board{
    margin-left: 70px;
    margin-right: 50px;
    color: #757575;
    /*line-height: 1.3;*/
}

.front-title--board{

    text-align: left;
    margin: 50px 40px 30px 0;
    line-height: 0.8;
}
.front-title--board-right, .front-title--board-left {
    text-align: left;
    margin: 80px 40px 30px 0;
    line-height: 0.8;   
}

.text-page__content{
    padding-left: 18px;

}

.board{
    position:relative;
}
.page-content__text{
    /*width: 50%;*/
}
.page-content__img--left{
    padding-right: 0px; 
}
.page-content__img--right{
    padding-left: 0px;
    float:right;
}

/* FOOTER */

.footer__copyright--anchor{
    text-align: right;
}

.footer-icons--margin-right{
    padding-right: 60px;
}

/*footer end*/


/* ------------------------------------------------------------------------------- HEADER --------------------------------------------*/
.header{}
.header__top-box{ padding-top: 40px; }
.header-social{}
.header-social__item{height: 25px; float:left; margin-right:20px}

.header-logo{ margin:0 auto; text-align:center; }

.top-box__right-box{float:right;}
.my-account-box{margin: 0 -15px;}
.my-account-box__link{color: #8e8e8e; font-size:12px;  font-weight: 600; text-transform: uppercase;  float:left; margin-right:15px;}
.my-account-box__link:hover{color: #4f4f4f; font-size:12px; font-weight: 600;  text-transform: uppercase; }
.my-account-box__link:active, .my-account-box__link:focus{ text-decoration: none; color: #8e8e8e; }
.my-account-box__cost-summary{ vertical-align:top;color: #8e8e8e; font-size:12px;  font-weight: 600; cursor:pointer; }
.cart-link img{vertical-align:top;}
.count-basket{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: -5px;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    color: white;}
#cart-drop2{background: rgba(142, 142, 142,0.9); color:white; z-index: 99999; padding:10px; display:none; }
#cart-drop2 a, #cart-drop2 #cart-details{color:white;}

/* ------------------ header serachbox */
.header__search {margin:10px -15px;}
#search_phrase{outline:none; height: 25px; border: 1px solid #dadada;  padding-right:30px;}
.search-box__button { background: transparent; border: none; box-shadow:none; outline:none; position: relative;  left: -30px;  }
.search-box__input{outline:none; padding: 3px; padding-right:30px;}
.search-box__input--main-page

/* ------------------ header burger */

.header__menu{margin: 0 auto; margin:45px 0 40px 0;}
.header__menu .header__menu ul{ display: inline-block;  margin: 0 auto; padding:0;  z-index:100; }
.header__menu .header__menu li{
    display:inline-block; float:left; padding: 5px 30px;
    border-right: 1px solid #dadada;
    text-align: center; 
}
.header__menu .header__menu li a{ color: #757575; text-transform: uppercase; }
.header__menu .header__menu li a:hover,.header__menu .header__menu li a:active, .header__menu .header__menu li a:focus {
    text-decoration:none; color: #757575; 
}
.header__menu .header__menu li a:hover {
    text-decoration:none;
    color: #000; 
    font-weight: 500;
}
.header__menu .header__menu>li:first-child{padding-left: 0;}
.header__menu .header__menu li:last-child{ padding-right: 0; border-right:none;}
.burger__close-menu{
    display:inline-block;
    font-size:40px;
    position:absolute;
    top: -5px;
    right:20px;
    cursor:pointer;
}
.burger__mobile-nav{
    background:white; display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    padding-top:30px;
    z-index: 999999;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    top: 0px;
    overflow-y: auto;
}

.burger__button{display:none;
                cursor:pointer; 
                z-index:9900;}

.burger__mobile-nav ul{padding-left:0; padding-top:20px;}
.burger__mobile-nav ul li{
    list-style-type: none;
    margin-top:10px;
    padding: 5px 0;
}
.burger__mobile-nav ul li:after{
    content:"";
    display:block;
    height:2px;
    border-bottom: 1px dashed #dadada;
    width:60%;
    margin:0 auto;
    margin-top:20px;
}

.burger__mobile-nav ul li:last-child:after{
    content: "";
    display: none;
}
.burger__mobile-nav ul li a{
    text-align:center;
    color:  #757575; text-transform: uppercase; 
    font-weight:600;
    font-size: 24px;
}
.burger__mobile-nav ul li a:hover{ color:black;}
.burger__mobile-nav ul li a:focus, .burger__mobile-nav ul li a:hover, .burger__mobile-nav ul li a:active{text-decoration:none; }

/* -------------- MENU WYSUWANE KATEGORIE --------- */
.burger__mobile-nav ul#pagesTree-0.cat-sub{display:none}
.burger__mobile-nav ul#pagesTree-0.cat-sub a{font-size:12px;}



.burger__mobile-nav .search-box__button{
    height:35px;
}
.burger__mobile-nav  .search-box__input{
    height:35px;
    border: 1px solid #757575;
    width:65%;
}

/* ------------------hello User -------------*/
.logged-in__hello{ margin-bottom: 0px; text-align:left;}
.logged__in__hello__header{ color: #333; font-weight:600;}
.logged__in__hello__header:active, .logged__in__hello__header:focus, .logged__in__hello__header:hover{ color: #333; text-decoration:none;}
.header__basket{text-align:left;}
.logged-in__account-options{
    display:none;
    background:rgba(142, 142, 142,0.9);
    padding:20px 15px 0px 20px;
    z-index: 9999;
    width: 200px;
    position:absolute;
    top:20px;
    left:50%;
    transform: translateX(-50%);
    text-align:center;  
}
.logged-in__account-options ul{padding-left:0;}
.account-options__option{list-style-type:none; text-transform:uppercase; font-weight: 600; padding-bottom:15px;  color: white;  text-align:center;}
.account-options__option a{color:white;}
.account-options__option a:hover,.account-options__option a:active,.account-options__option a:focus{text-decoration:underline;color:white}
#cart-drop2{position:absolute;}


/* galeria */
.gallery__photo {margin-bottom:24px;min-height:270px;text-align:center;display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
                 display: flex;align-items: center;justify-content: center;}
.gallery__photo img {max-width:100%}

/* contact */
#contact__map {width:100%; height:400px}


/* boxy */
.two-cols-box__img {background-repeat:no-repeat;background-size:cover;height:213px;}

/*------------------------------ COOKIE ------------------- */
#cookie-policy-banner{padding:15px 15px; font-size: 12px;}
#cookie-policy-banner .inner{float:left; width:85%}
#cookie-policy-banner #cclose{font-weight: 600; display:inline-block; padding:6px 15px; background:black; color:white; float:right; cursor:pointer; margin-bottom:15px; }

/* popup informacyjny */
.popup-info {position:fixed;background:#ef1919;color:white;border:0px; padding:15px;top:50%;left:50%;transform:translate(-50%,-50%);}

