body {
	margin: 0px;
	padding: 0px;              
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	background: #fff;
	font-size: 12px;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loader {
  display: inline-block;
  background: #fff;
  width: 31px;
  height: 31px;
  padding:5px;
  position: relative;
  border-radius: 999px;
  border: 1px solid #b1976b;
}


#like-box {
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	right: -296px; /* szerokosc wygenerowanego boxa + 4px obramowania */
	-webkit-transition: right 0.5s ease-out;
	-moz-transition: right 0.5s ease-out;
	-o-transition: right 0.5s ease-out;
	transition: right 0.5s ease-out;
}
/* wysuniecie like box'a */
#like-box:hover {
	right: 0px;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}

/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}

/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	float: left;
	width: 40px; /* wysokosc */
	height: 130px; /* szerokosc */
	padding: 0px;
	margin: 0px;
}
.c_main_info {
    background: #eaeaea;
    padding: 20px 5% 40px;
    margin: 50px 0px 100px;
}
.c_main_foto img {
    float: right;
margin-left: 7%;
margin-top: -120px;
margin-bottom: -120px;
}
#m_topInfo {
background: #805b35;
}
#m_topInfo_content {
    margin: 0px auto;
    padding: 20px 0px 10px;
    max-width: 1170px;
    width: 95%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.c_instagram {
    height: 65px;
}
.c_giftAdd {
   background:#f1f1f1;
    text-align: center;
    padding: 10px 5px 15px;
}
.c_kartaProduktu a {
  background: #e31e25;
  border: 1px solid #e31e25;
  text-align: center;
  padding: 10px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_kartaProduktu a:hover {
  color: #e31e25 !important;
  background: #fff;
}
#m_menu_category {
    background: #000;
}
#m_menu_category_content {
    max-width: 1170px;
    width:95%;
    margin-left: auto;
    margin-right: auto;
}
.c_ref_info {
 padding: 7px 18px;
  display: block;
  text-align: center;
}
.c_ref_info2 {
 padding: 7px 0px;
  display: block;
}
.c_ref_info span {
 background: #555;
 color: #fff;
 padding: 0px 3px;
}
.c_ref_info2 span {
 background: #555;
 color: #fff;
 padding: 5px 30px;
}
#m_top {
border-bottom: 1px solid #dbdbdb;
}
#m_top_content {
    max-width: 1170px;
    width:95%;
    margin-left: auto;
    margin-right: auto;
    
}
#m_top_left {
  width: 20%;
  float: left;
  padding-top: 45px;
}
#m_top_middle {
  width: 60%;
  float: left;
  text-align: center;  
}
#m_top_right {
  width: 20%;
  float: left;
  padding-top: 45px;
  text-align: right;
}
#m_head {
    
}
#m_head_content {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    background: #fff;
    position: relative;
}
#m_searchForm_content {
    max-width: 1170px;
    width:95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#m_searchForm {
    position: absolute;
    top: 0px;
    width: 96%;
    padding: 15px 2%;
    z-index: 1;
    background: #f0f0f0;
}
#m_searchMain {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    text-align: right;
}
#m_search {
  padding: 5px;
  border: 1px solid #ededed;  
}
.c_button_search {
    width: 30%;
    background: #8dbf41;
    color: #fff;
    border: 0px;
    text-align: center;
    padding: 11px 0px;
    float: left;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_dane {
    width: 35%;
    float: left;
    text-align: right;
    padding-top: 7px;
}
.c_dane span {
    padding: 0px 25px;
}
.c_dane a {
    text-decoration: none;
    color: #31353d;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_dane a:hover {
  text-decoration: underline;
}
.c_koszyk {
    width: 30%;
    float: left;
    background: #31353d;
    margin-top: 10px;
}
.c_koszyk_content {
    color: #fff;
    padding: 10px 15px;
}
.c_koszyk_content a {
    color: #fff;
    text-decoration: none;
}
.c_koszyk_content img {
    margin-right: 10px;
    margin-bottom: -5px;
}
#m_main {
  margin: auto auto;
    width:95%;
    background: #fff;
}
.c_body_content {
  padding: 15px 0px;
}
#m_lefttop {
  width: 271px;
  padding: 10px 25px;
  float: left;
}
#m_middletop {
  width: 499px;
  padding: 0px 30px; 
  float: left;
  text-align: center;
}
#m_righttop {
  width: 270px;
  float: left;
}
#m_sciezka {
  margin: 5px 5px 15px 5px;
}
#m_sciezka a {
  text-decoration: none;
  color: #85603c;
}
#m_sciezka a:hover {
  text-decoration: underline;
}
.c_search {
 width: 74%;
color: #777777;
padding: 12px 3%;
border: 0px;
float: left;
}
.c_button_search {
  width: 20%;
background: #000;
color: #fff;
border: 0px;
text-align: center;
padding: 11px 0px;
float: left;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
}
.c_button_search:hover {
  background: #555;
}


.c_koszyk_img {
  width: 50px;
  float: left;
  padding: 10px 0px;
  text-align: center;
}
.c_koszyk_value {
  width: 170px;
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 12px 0px 13px 20px;
}
.c_koszyk_value2 {
  background: #292929 url(index_05.png) no-repeat;
  background-position: center left;
  width: 140px;
  float: left;
  font-size: 13px;
  color: #fff;
  padding: 13px 10px;
  -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.c_koszyk_value2 a {
  color: #fff;
  text-decoration: none;
}
.c_koszyk_value2 a:hover {
  text-decoration: underline;
}
#m_topmenu {
  padding: 20px 15px;
}
.c_produkt_img {
   text-align: center;
   height: 300px;
}
.c_produkt_img img {
   max-height: 300px;
}
.c_produkt_fast_shop {
  display: block;
  padding: 7px 0px;
  border: 2px solid #555;
  margin-top: 15px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_produkt_fast_shop:hover {
   background: #555;
   color: #fff;
   text-decoration: none !important;
}
/* */ 
.toggleMenu {
    display:  none;
    background: url(index_13.png) no-repeat scroll 50% 50%;
    padding: 20px 10px;
     width: 40px;
    color: #fff;
    position: relative;
    z-index: 100;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-decoration: none;
}
.toggleMenu:hover {
   background: url(index_14.png) no-repeat scroll 50% 50%;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100; 
    float: right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
    z-index: 100; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
    z-index: 100;
}
.nav a {
    padding: 0px 10px;
    color:#000;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    font-weight: normal; 
    font-size: 12px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border-left: 1px solid #000;
}
.c_mainPage a {
   border-left: 1px solid #fff;
}
.nav a:hover {
    color: #7d5a35;
}
.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
    background: bottom center url("downArrow.png") no-repeat;  
}
.nav > li > .parent:hover {
    background: #fff bottom center url("downArrow.png") no-repeat; 
}
.nav > li > a {
    display: table-cell;  
}
.nav li ul {
    position: absolute;
    left: -9999px;
    background: #474b4d;
    padding: 0px;
    width: 240px; 
}
.nav > li.hover > ul {
    left: 0px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    background: #474b4d;
    padding: 8px 20px;   
    position: relative;
    color: #fff;
    z-index:100;
    border-bottom: 1px solid #676767;
    width: 200px;
    height: 100%;  
}
.nav li li a:hover {
   background: #555;
   color: #fff;
}
.c_kat_hi {
    display: none;
}
@media screen and (max-width: 959px) {  
    .active {
        display: block; 
    }
    .c_kat_hi {
        display: block;
    }
    #m_menuTop {
	   background-image: none;
	 }
    .nav {
      background: #bdbdbd;
      position: absolute;
      width: 100%;
      left: 0;
      float: none;
      text-transform: uppercase;
    }
    .nav > li > a {
    display: block;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    background: #bdbdbd;
    padding: 0;
    width: 100%; 
    }
    .nav a {
        padding: 20px 0px;
        color:#fff;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-top: 1px solid #474b4d;
        width: 100%;
        height: auto;
        background: #bdbdbd;    
    }
    .nav a:hover {
      background: #f54263;
      color: #fff;
      border-top: 1px solid #474b4d;
    }
    .nav > li > .parent {
    background: #bdbdbd bottom center url("downArrow.png") no-repeat; 
    }
    .nav > li > .parent:hover {
    background: #f54263 bottom center url("downArrow.png") no-repeat;
    }
    .nav li li a {
      width: 100%;
      padding: 13px 0px;
      background: #878787;
      border-bottom: 0px;
    }
    .nav li li a:hover {
      background: #f54263;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }

}
#m_left {
	float: left;
	width: 25%;
	margin-right: 1%;
}
#m_left h1 {
  margin: 0px;
  font-weight: bold;
	font-size: 18px;
	color: #898989;
	padding: 15px 25px;
}
#m_left h2 {
  margin: 0px;
  font-weight: bold;
	font-size: 18px;
	color: #898989;
	padding: 15px 25px;
}

.c_body_content h1 {
   margin: 0px;
  font-weight: 300;
	font-size: 36px;
	color: #111;
    margin-top: 50px;
	padding: 30px 5px;
    text-align: center;
    background: url(index_01.png) no-repeat bottom center;
    

}
.c_top_belka {
  margin: 0px;
  font-weight: 300;
  font-size: 18px;
  color: #111;
  padding: 15px 25px;
	
}
.c_top_belka_left {
  width: 70%;
  float: left;
}
.c_top_belka_right {
  width: 30%;
  float: left;
  text-align: center;
}
.c_top_belka a img {
  margin-bottom: 3px;
}
#menu0 {
	margin: 0px;
	padding: 0;
}

#menu0 dt a {
	background-color: #fff;
	color: #383838;
	padding: 15px 25px;
	display: block;
	text-decoration: none;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#menu0 dt a:hover, #menu0 dd a:hover {
	text-decoration: underline;
}
.c_menu_arrow {
	width: 20px;
	height: 20px;
	float: right;
	margin-right:10px;
	margin-top: 12px;
	border: 1px solid #e5e5e5;
	background: #fff url(downArrowBlack.png) no-repeat center;
	cursor: pointer;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_menu_arrow_sub {
	width: 20px;
	height: 20px;
	float: right;
	margin-right:10px;
	margin-top: 6px;
	border: 1px solid #e5e5e5;
	background: #fff url(downArrowBlack.png) no-repeat center;
	cursor: pointer;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_menu_arrow:hover, .c_menu_arrow_sub:hover {
  background: #eee url(downArrowBlack.png) no-repeat center;
}
#menu0 dd {
  margin: 0px;
}
#menu0 dd a {
	background-color: #f9f9f9;
	color: #383838;
	padding: 10px 10px 10px 35px;
	display: block;
	text-decoration: none;
	transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#menu0 dd.active {
	font-weight: bold;
}
#menu0 dt.active {
	font-weight: bold;
}
#m_bottom {
  background: #fff;
  border-top: 1px solid #f2f2f2;
}
#m_bottom_content {
  max-width: 1170px;
    width:95%;
  margin-left: auto;
  margin-right: auto;
}
#m_bottom h2 {
  margin: 0px;
  padding: 15px 35px;
  color: #000;
  font-size: 16px;
}
#m_bottom h2 a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_bottom h2 a:hover {
  color: #555;
}
.c_menu_bottom {
  border-right: 1px solid #e3e3e3;
  height: 300px; 
  padding-top: 30px;
}
.c_menu_bottom_item {
  padding: 0px 15px;
}
.c_menu_bottom_item a {
  display: block;
  color: #818080;
  padding: 5px 20px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_menu_bottom_item a:hover {
  color: #000;
}
#m_bottom_logo {
  width: 25%;
  float: left;
  margin-top: 50px;
}
#m_bottom_left {
  width: 50%;
  float: left;
}
.c_right_border {
   border-right: 1px solid #e3e3e3;
}
.c_bottom_right {
padding-top: 30px;
  width: 24.9%;
  float: left;
  height: 200px;
}
.c_bottom_right a {
    color: #777; 
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.c_bottom_right a:hover {
    color: #000;
}
#m_design {
background: #111;
}
#m_design_content {
  max-width: 1170px;
    width:95%;
  margin: 0px auto;
  color: #fff;
  padding: 20px 0px;
  text-align: center;
}
#m_design a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_design a:hover {
  color: #85603c;
}
.c_boxForm {
  padding: 0px 30px;
  color: #777777;
}
.c_boxForm h3, .c_boxForm h4, .c_boxForm h5, .c_boxForm h6 {
    font-size: 12px;
    padding: 3px 0px;
    margin: 0px;
    font-weight: normal;
} 
.c_boxForm h6 {
    font-size: 14px;
    padding: 3px 0px;
    margin: 0px;
} 
.szukajnews {
    margin: 5px 0px 5px 0px;
    background: #f5f5f5;
    padding: 10px;
    width: 120px;
    color: #777777;
    transition: all 0.5s ease 0s;
    border: 0px;
}
.buttonnews {
    border: 0px;
    background: #555;
    margin: 5px 15px 5px 0px;
    padding: 9px;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.buttonnews:hover {
   background: #0b8cbf;
}
.c_returning {
  width: 49%;
  float: left;
  border-right: 1px solid #e3e3e3;
}
.c_new {
  width: 45%;
  padding-left: 5%;
  float: left;
}
.c_returning a {
  font-size: 1em;
  display: inline;
  color: #000;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_returning a:hover {
  color: #555
}
.c_returning h2, .c_new h2, .c_why h2 {
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.c_returning h2 span, .c_new h2 span, .c_why h2 span {
  color: #555;
}
.c_login_form {
  width: 40%;
  min-width: 250px;
  border: 1px solid #e3e3e3;
  color: #000;
  padding: 10px;
  margin: 5px;
}
.c_shop_form {
  width: 30px;
  border: 1px solid #e3e3e3;
  color: #000;
  padding: 10px 5px;
}
.c_code_form {
  width: 200px;
  border: 1px solid #e3e3e3;
  color: #000;
  padding: 5px;
  margin: 5px;
}
.c_loginArea {
  width: 72%;
  padding-left: 4%;
  float:left;
}
.c_shopMenu {
  background: #555;
  margin-bottom: 10px;
  padding: 20px 2%;
  color: #fff;
  width: 20%;
  float:left;
}
.c_shopMenu a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 15px;
  display: block;
  background: #555;
  margin: 0px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  border-bottom: 1px solid #f0f0f0;
}
.c_shopMenu a:hover {
  background: #fff;
  color: #777 !important;
  padding: 5px 20px;
}
.c_order_posit {
  font-size: 15px;
}
.c_order {
  width: 23%;
  padding: 1%;
  float: left;
  color: #000;
  background: #f0f0f0;
  margin-left: 1px;
}
.c_order_active {
  width: 22%;
  padding: 1%;
  float: left;
  color: #fff;
  background: #85603c;
  margin-left: 1px;
}
.c_why_black {
  background: #f0f0f0;
  padding: 10px 30px 20px 30px;
  color: #000;
}
.c_why_black a {
  color: #555;
  text-decoration: none;
}
.c_why_black a:hover {
  text-decoration: underline;
}
.c_produkt_list {
  width: 25%;
  margin: 2%;
  padding: 2%;
  float: left;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  text-align: center;
  color: #e2010f; 
}
.c_produkt_list_content {
  height: 40px; 
}
.c_produkt_list h3 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.c_produkt_list_img {
  height: 180px;
}
.c_produkt_list img {
  max-width: 100%;
  max-height: 180px;
  margin: auto;
}
.c_tax {
  text-align: center;
}
.c_more {
  height: 30px;
}
.c_more_list a {
  color: #5e5c5c;
  text-decoration: none;
}
.c_more_list a:hover {
  text-decoration: underline;
}
.c_20 {
    width: 18%;
    padding: 0px 1%;
    float: left;
}
.c_40 {
    width: 38%;
    padding: 0px 1%;
    float: left;
}
.c_60 {
    width: 58%;
    padding: 0px 1%;
    float: left;
}
.c_select_search {
    width: 98%;
    border: 1px solid #a4a4a4;
    padding: 5px 1%;
    color: #666;
    margin: 5px 0px;
}
.c_input_search {
    width: 98%;
    border: 1px solid #a4a4a4;
    padding: 5px 1%;
    color: #666;
    margin: 5px 0px;
}
.c_submit_search {
    background: #666;
    border: 0px;
    width: 97%;
    padding: 5px 0px;
    margin: 5px 0px;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    cursor: pointer;
}
.c_submit_search:hover {
     background: #555;
}
.c_clear {
    clear:both;
}










#m_shopMenu {
  background: #01244e;
  padding: 25px;
  color: #cdd4dc;
  font-size: 12px;
}
.c_loginform input {
  width: 168px;
  border: 1px solid #51647a;
  padding: 6px;
  color: #8c8c8c;
  margin-bottom:3px;
}
.buttonl {
  border: 0px;
  background: #eaeaea;
  color: #000;
  padding: 6px;
  margin-right: 16px;
}
.buttonl:hover {
  background: #fcbe2f;
}
#m_shopMenu a {
  color: #fcbe2f;
}
#m_shopMenu a:hover {
  color: #fff;
}




.fluid_container {

}
#haslo {
  margin-top: 10px;
  margin-bottom: 10px;
}
#top {
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

.c_why_black h2 {
  margin: 0px;
  font-weight: normal;
	font-size: 28px;
	color: #000;
	padding: 0px 0px 15px 0px;
}
.c_category, .c_news, .c_new_item {
  margin-bottom: 15px;
}
.c_news a {
  margin: 5px 0px 5px 0px;
}
.c_produkt_similar {
  width: 23%;
  margin: 1%;
  float: left;
}
.c_produkt {
  width: 18%;
  margin: 1%;
  float: left;
  height: 605px;
  
}
.c_produkt img {
  
}
.c_produkt h2, .c_produkt_similar h2 {
  font-size: 14px;
}
.c_produkt_image {
  background: #fff;
  text-align: center;
  line-height: 0px;
  border: 1px solid #d5dbd9;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;  
}
.c_produkt_image .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.c_produkt_image:hover .img-top {
    display: inline;
}
.c_produkt_image img {
  width: 100%;
}
.c_produkt img {
  margin-bottom: 0px;
}
.c_more {
  padding: 7px 18px;
  display: block;
  text-align: center;
}
.c_more a {
  color: #3d3d3d;
  text-decoration: none;  
}
.c_more a:hover {
  text-decoration: underline;
}
.c_price {
  color: #111;
  font-weight: bold;
  font-size: 18px;
  margin: 5px 18px 0px;
  padding-top: 0px;
  text-align: center;
  display: block;  
}
.c_new_item {
  margin-top: 0px;
  background: #fff;
  padding: 10px;
}
.c_produkt_rabat_info {
    color: #fff;
    background: #ff0000;
    padding: 4px 3px 2px 3px;
border-radius: 20px;
font-size: 14px;
}
.c_produkt_oldprice_info {
    color: #b1b0b0;
    font-weight: normal;
    padding-left: 5px;
    text-decoration: line-through;
    font-size: 14px;
}
.content {
    line-height: 24px;
}
.content2 {
	color: #666666;
	padding: 20px;
	min-height: 200px;
}
.content2 a {
  color: #000;
  text-decoration: none;
}
.content2 a:hover {
  text-decoration: underline;
}
.c_why_black a {
	color: #000;
}
.content2 h2 {
    font-size: 36px;
    font-weight: 300;
    color: #111111;
    line-height: 34px;
}
.content2 h4 {
    font-size: 18px;
    font-weight: 300;
    color: #111111;
    text-align: center;
}
.content2 h3 {
	background: #f0f0f0;
	padding: 5px;
	margin: 5px 0px;
  color: #8e8e8e;
}
.c_pages {
  margin-top: 20px;
}
.c_pages a {
  color: #111;
  font-size: 13px;
  padding: 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  border: 1px solid #85603c;
  margin-right: 5px;
  font-weight: bold;
}
.c_pages a:hover {
  color: #fff;
  background: #85603c;
}
.szukaj {
	width: 200px;
	border: 1px solid #333333;
	margin-left: 0px;
	font-size: 10px;
	color: #929292;
	padding: 4px;
}
.button {
	background-color: #999999;
	border: 1px solid #999999;
	color: #fff;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}
.button:hover {
	background-color: #666666;
	color: #fff;
}
.szuk {
	width: 245px;
	border: 1px solid #333333;
	margin-left: 4px;
	color: #333333;
	padding: 5px;
}
.textarea {
	width: 250px;
	border: 1px solid #333333;
	margin-left: 4px;
	color: #333333;
	padding: 5px;
}
.captcha {
	width: 120px;
	border: 1px solid #333333;
  color: #333;
  padding: 5px;
  margin: 5px;
}
.captchaimg {
	margin-left: 4px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.galeria {
	display: block;
	padding: 5px;
	float: left;
	width: 115px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.akt {
	padding: 5px;
}
.text1 {
	width: 492px;
	margin-top: 0px;
	margin-left: 4px;
	font-size: 12px;
	color: #b30000;
}
.box {
  background-image: url(index_09.png);
	background-repeat: repeat-y;
	margin-bottom: 12px;
}
.box_tlo {
  padding-bottom:10px;
  background-image: url(index_10.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.box_tlo a {
  display:block;
	padding: 3px 30px 3px 30px;
	text-decoration: none;
	font-size: 10px;
	color: #b00f23;
}
.box_tlo a:hover {
	color: #000000;
}

img {
	max-width: 100%;
}
ul.tabs {
			margin: 0px;
			padding: 0px 20px 30px;
			list-style: none;
            border-bottom: 1px solid #333;
		}
		ul.tabs li{
            background: #c4c4c4;
			color: #fff;
			display: inline-block;
			padding: 15px 25px;
			cursor: pointer;
            margin: 0px 5px;
		}

		ul.tabs li.current{
			 background: #f82f8d; /* Old browsers */
            background: -moz-linear-gradient(left,  #f82f8d 0%, #f15e25 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left,  #f82f8d 0%,#f15e25 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right,  #f82f8d 0%,#f15e25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82f8d', endColorstr='#f15e25',GradientType=1 ); /* IE6-9 */
		}

		.tab-content{
			display: none;
			background: #fff;
			padding: 1px 15px;
		}

		.tab-content.current{
			display: inherit;
		}
#cookie-info-layer{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 1px 1px 4px #aaa;
    padding: 20px;
    width: 480px;

    font-size: 12px;
    color: #7a7a7a;
    line-height: 19px;
    text-align: justify;
    font-family: Arial;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cookie-info-layer a{
    text-decoration: underline;
    color: #7a7a7a;
}
#cookie-info-layer .cookie-info-close{
    float: right;
    display: inline-block;
    background-color: #7d5a35;
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.c_login_button {
  color: #85603c !important;
  border: 1px solid #85603c;
  padding: 12px 10px;
   margin: 10px 0px 0px 0px;
  background: #fff;
  width: 100%;
  max-width: 450px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  cursor: pointer;
}
.c_login_button:hover {  
  background: #85603c;
  color: #fff !important;
}

.c_login_button_2 {
  color: #85603c !important;
  padding: 10px;
   margin: 10px 0px 0px 0px;
  background: #fff;
  border: 1px solid #85603c;
  width: 100px;
  max-width: 450px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_login_button_2:hover {  
  background: #85603c;
  color: #fff !important;
}

.c_why {
  background: #f0f0f0;
  padding: 15px;
}
.c_ok {
  padding: 10px;
  text-align: center;
	margin: 5px auto 5px auto;
  background: #c3ffc0;
  border: 1px solid #298424;
}
.c_error {
  padding: 10px;
  text-align: center;
  margin: 5px auto 5px auto;
  background: #ffc0cb;
  border: 1px solid #800000;
}
.c_new_form  {
  width: 600px;
  padding-left: 20px;
}


.c_product_content {
  margin: 1%;
  width: 58%;
  float: left;
}
.c_product_info {
   width: 40%;
  float: left;
}
.c_product_price {
  border-bottom: 1px solid #c5bfa4;
  border-top: 1px solid #c5bfa4;
  padding: 10px;
}
#m_kwota {
  font-size: 30px;
  color: #01244e;
}
.c_shop_table tr td {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px;
}
.c_order_table tr td {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px;
}
.c_shop_table span {
  color: #7d7d7d;
}
.c_shop_table a {
	color: #000;
  text-decoration: none;
}
.c_shop_table a:hover {
	color: #7d7d7d;
}
.c_price_item1 {
  padding: 3px;
  background: #f7f7f7;
}
.c_price_item0 {
  padding: 3px;
}
.c_why {
  margin-left: 20%;
  margin-top: 30px;
}
.c_dostawa_lewa {
  width: 50%;
  float: left;
  padding-top: 100px;
}
.c_dostawa_prawa, .c_dostawa_right {
  width: 50%;
  float: left;
}
.responsywny-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
}

.responsywny-box iframe,   
.responsywny-box object,  
.responsywny-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {

}

@media only screen and (min-width: 960px) and (max-width: 1023px) {
  .c_produkt {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .c_produkt {
    width: 31%;
    }
    #m_topmenu {
    padding: 0px;
    }
    #m_logo {
    width: 100%;
    }
    #m_head_right {
    width: 100%;
    padding-top: 0px;
    }
    .c_produkt {
    height: 500px;
  }
  .c_order_posit {
  font-size: 13px;
  }
  .c_main_foto img {
  float: right;
  margin-left: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 300px;
  }
  .c_body_content h1, .content2 h2 {
  font-size: 30px;
  }

}
@media only screen and (min-width: 600px) and (max-width: 767px) {
     .c_main_foto img {
  float: right;
  margin-left: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 200px;
  }
  #m_bottom_logo {
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
  }
  .c_body_content h1, .content2 h2 {
  font-size: 30px;
  }
  .c_bottom_right {
       width: 100%;
    text-align: center;
    }
    .c_order_posit {
    font-size: 10px;
    }
    #m_topmenu {
    padding: 0px;
    }
    #m_logo {
    width: 100%;
    }
    #m_head_right {
    width: 100%;
    padding-top: 0px;
    }
    .c_produkt {
    width: 31%;
    }
    .c_returning {
    width: 100%;
    float: left;
    border-right: 0px solid #e3e3e3;
    }
    .c_new {
    width: 100%;
    padding-left: 0%;
    }
    #m_bottom_left {
    width: 100%;
    }
    
     .c_shopMenu {
    width: 96%;
    }
    .c_loginArea {
    width: 100%;
    padding-left: 0%;
    }
    .c_more {
    height: 80px;
    }
    .c_produkt {
    height: 420px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .c_main_foto img {
  float: right;
  margin-left: 7%;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 150px;
  }
  #m_bottom_logo {
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
  }
  .c_bottom_right {
       width: 100%;
    text-align: center;
    }
     .c_body_content h1, .content2 h2 {
  font-size: 24px;
  }
   
    #m_topmenu {
    padding: 0px;
    }
    #m_logo {
    width: 100%;
    }
    #m_head_right {
    width: 100%;
    padding-top: 0px;
    }
    .c_produkt {
    width: 48%;
    height: 460px;
    }
    .c_returning {
    width: 100%;
    float: left;
    border-right: 0px solid #e3e3e3;
    }
    .c_new {
    width: 100%;
    padding-left: 0%;
    }
    #m_bottom_left {
    width: 100%;
    }
    .c_product_content {
    width: 98%;
    }
    .c_product_info {
    width: 100%;
    }
    .c_produkt_similar {
    width: 48%;
    }
    #m_searchMain {
    width: 90%;
    padding-left: 10%;
    }
    .c_order, .c_order_active {
    width: 48%;
    }
    .c_login_form {
    width: 100px;
    min-width: 100px
    }
    .c_dostawa_lewa {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .c_dostawa_prawa {
      width: 100%;
    }
     .c_shopMenu {
    width: 96%;
    }
    .c_loginArea {
    width: 100%;
    padding-left: 0%;
    }
    .c_more {
    height: 50px;
    }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
  }
  #like-box {
    display: none;
    }
    
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
body {
	font-size: 12px;
}
.c_main_foto img {
  float: right;
  margin-left: 5%;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100px;
  }
  #m_bottom_logo {
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
  }
  .c_bottom_right {
       width: 100%;
    text-align: center;
    }
     .c_body_content h1, .content2 h2 {
  font-size: 24px;
  }
  #m_bottom h2 {
  padding: 15px 15px;
  }
  .c_menu_bottom_item a {
  padding: 5px 10px;
  }
#m_top_left, #m_top_right {
    padding-top: 25px;
    }
    #m_topmenu {
    padding: 0px;
    }
    #m_logo {
    width: 100%;
    }
    #m_head_right {
    width: 100%;
    padding-top: 0px;
    }
    .c_produkt {
    width: 47%;
    height: auto;
    }
    .c_produkt_img {
    text-align: center;
    height: 200px
    }
    .c_returning {
    width: 100%;
    float: left;
    border-right: 0px solid #e3e3e3;
    }
    .c_new {
    width: 100%;
    padding-left: 0%;
    }
    #m_bottom_left {
    width: 100%;
    }

    .c_right_border {
    border-right: 0px;
    }
    .c_product_content {
    width: 98%;
    }
    .c_product_info {
    width: 100%;
    }
    .c_produkt_similar {
    width: 48%;
    }
    #m_logo {
    width: 100%;
    }
    #m_head_right {
    width: 100%;
    }
    #m_searchMain {
    width: 100%;
    padding-left: 0%;
    }
    .c_60, .c_40 {
    width: 98%;
    }
    .c_20 {
    width: 48%;
    }
    ul.tabs {
    padding: 0px 2px;
    }
    ul.tabs li {
    padding: 10px 4px;
    }
    .c_order, .c_order_active {
    width: 98%;
    }
    .content2 {
    padding: 10px 0px;
    }
    .c_login_form {
    width: 100px;
    min-width: 100px;
    }
    .c_dostawa_lewa {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .c_dostawa_prawa {
      width: 100%;
    }
    .c_why_black h2 {
    font-size: 20px;
    }
    .c_shopMenu {
    width: 96%;
    }
    .c_loginArea {
    width: 100%;
    padding-left: 0%;
    }
    .c_shop_table tr td {
  padding: 3px;
  }
     #cookie-info-layer {
    width: 70%;
    padding: 2%
    font-size: 11px;
  }
    #like-box {
    display: none;
    }
}