BODY {
  min-height: 100%;
  background: #ffffff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #595959;
  margin: 0px;
  padding: 0px;
  padding-top: 13px;
  padding-bottom: 0px;
  line-height: 1.4;
}

.sub-btn {
  font-family: icomoon;
  display: none;
  border: none !important;
  outline: none !important;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.sub-btn.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mobile-menu {
  display: none;
}

#szuk_panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
}

.szuk_panel_wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3rem 5%;
}

#szuk_panel form {
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
}

#szuk_name {
  width: 90%;
  height: 45px;
  padding: 0.75rem 1rem;
}

#szuk_submit {
  height: 45px;
  margin: 0 !important;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
  font-family: icomoon;
  line-height: 20px;
}

.szuk_close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 9999;
  font-size: 1.75rem;
  font-family: icomoon;
  color: white;
  border: none;
  outline: none;
  background: transparent;
}

.szuk_close:hover {
  color: #bea662;
}

IMG,
EMBED,
OBJECT,
VIDEO {
  max-width: 100%;
  height: auto !important;
}

IFRAME {
  max-width: 100%;
}

H1,
.bg3 {
  color: #bea662;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-top: 0px;
  font-weight: normal;
  text-align: center;
}

MAIN {
  width: 100%;
}

H1::after,
.bg3::after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  line-height: 1px;
  width: 70px;
  background: #d8d8d8;
  margin-top: 10px;
}

H2 {
}

HR {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 1px;
  background-color: #cccccc;
}

INPUT,
SELECT {
  vertical-align: middle;
  border: 1px solid #d8d8d9;
  background-color: #ffffff;
  color: #000000;
  padding: 3px;
}

TEXTAREA {
  border: 1px solid #d8d8d9;
  background-color: #ffffff;
  color: #000000;
  padding: 2px;
}

INPUT:focus,
INPUT:active,
TEXTAREA:focus,
TEXTAREA:active,
SELECT:focus,
SELECT:active {
  border: 1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus,
.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 0px none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}

INPUT[type="submit"]:hover,
.btn-primary.focus,
.btn-primary:focus {
  opacity: 0.8;
}

.card-header.bg-primary {
  background-color: #c02730 !important;
}

.form-control {
  border-radius: 0px;
}

.bootstrap-select {
  width: 100%;
}

INPUT[type="checkbox"].styled,
INPUT[type="radio"].styled {
  margin: 0px;
  margin-right: 10px;
  border: 1px solid #275899;
  width: 15px;
  height: 15px;
  outline: 0px none;
  padding: 1px;
}

LABEL {
  font-weight: normal;
}

.checker-inline LABEL {
  padding-left: 0.5rem;
}

#profiler .panel-heading {
  text-align: left;
  background: #597c97;
}

A {
  color: #e70f11;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: none;
}

#profiler {
  text-align: left;
}

#profiler .panel-heading {
  text-align: left;
  background: #597c97;
}

#profiler H6.panel-title {
  display: block;
}

#profiler H6.panel-title A {
  color: #ffffff;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}

A.copy,
A.copy:link,
A.copy:visited,
A.copy:active {
  color: #37415e;
  font-weight: normal;
  font-size: 9px;
  text-decoration: none;
}

A.copy:hover,
A.copy:focus {
  color: #1a41b2;
}

#u_login2,
#u_pass2 {
  padding: 2px;
}

#columns {
  clear: both;
  padding-bottom: 100px;
  padding-top: 35px;
  width: 1400px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#center_k {
  width: 100%;
}

DIV.na_skroty {
  background-color: #303030;
  text-align: center;
  color: #919090;
  padding: 7px;
  font-weight: bold;
}

.od {
  height: 3px;
  font-size: 1px;
}

.subm {
  border: 1px solid #999999;
  padding: 3px;
}

.sk_n {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  background-color: #cccccc;
  background-image: url("../img/shop/sk_n.gif");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 7px;
  text-align: center;
}

.sk_d,
A.sk_d,
A.sk_d:link,
A.sk_d:visited,
A.sk_d:active {
  color: #595959;
  display: block;
  font-weight: bold;
  font-size: 12px;
  background-color: #eff0f2;
  background-image: url("../img/shop/sk_d.gif");
  background-repeat: no-repeat;
  background-position: 7px 12px;
  padding: 6px;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

A.sk_d:hover,
A.sk_d:focus {
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 12px;
  background: #e70f11 url("../img/shop/sk_d2.gif") 7px 12px no-repeat;
  padding: 6px;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

.sk_d2,
A.sk_d2,
A.sk_d2:link,
A.sk_d2:visited,
A.sk_d2:active,
A.sk_d2:hover,
A.sk_d2:focus {
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 12px;
  background: #e70f11 url("../img/shop/sk_d2.gif") 7px 12px no-repeat;
  padding: 6px;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

A.sk_k,
A.sk_k:link,
A.sk_k:visited,
A.sk_k:active {
  display: block;
  background-color: #ffffff;
  background-image: none;
  background-position: 0px 8px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffffff;
  color: #595959;
  font-size: 14px;
  padding: 5px;
  padding-left: 20px;
  text-align: left;
  text-decoration: none;
}

A.sk_k:hover,
A.sk_k:focus,
A.sk_k2,
A.sk_k2:link,
A.sk_k2:visited,
A.sk_k2:active {
  display: block;
  background: #e70f11 url("../img/shop/sk_k1.gif") 0px 7px no-repeat;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  padding: 5px;
  padding-left: 20px;
  text-align: left;
  text-decoration: none;
}

A.sk_k2:hover,
A.sk_k2:focus {
  display: block;
  background: #e70f11 url("../img/shop/sk_k1.gif") 0px 7px no-repeat;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  padding: 5px;
  padding-left: 20px;
  text-align: left;
  text-decoration: none;
}

A.sk_pk,
A.sk_pk:link,
A.sk_pk:visited,
A.sk_pk:active {
  display: block;
  background-color: #5d80dc;
  color: #ffffff;
  font-size: 14px;
  padding-left: 27px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  text-decoration: none;
}

A.sk_pk:hover,
A.sk_pk:focus {
  color: #e7e5e5;
  text-decoration: none;
}

#shop_szuk {
  background: #2c3132;
  color: #ffffff;
}

#shop_szuk2 {
  padding-top: 5px;
  padding-bottom: 10px;
  width: 165px;
  margin: auto;
  text-align: left;
}

#shop_szuk2 DIV {
  padding-top: 3px;
  padding-bottom: 3px;
}

#contact_panel {
  background-color: #eff0f2;
  border: 1px solid #c6c6c9;
  padding: 7px;
  text-align: left;
}

#contact_panel_tyt {
  text-align: left;
  padding-bottom: 10px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

#contact_panel2 P {
  padding: 0px;
  margin: 0px;
}

.produkt_skrot {
  width: 50%;
  text-align: left;
  padding: 7px;
  border-top: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
}

.produkt_pierwszy {
  border-top: 0px none;
  border-right: 1px solid #a6a6a6;
}

.produkt_drugi {
  border-top: 0px none;
  border-right: 0px none;
}

.produkt_parzysty {
  border-right: 0px none;
}

.prod_img {
  margin: auto;
  text-align: center;
  border: 1px solid #dedede;
}

.dokoszyka {
  width: 127px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 10px;
}

.shop_ile {
  float: left;
  padding-top: 9px;
  width: 50px;
}

.shop_ile INPUT {
  text-align: right;
}

.shop_add {
  float: left;
  width: 150px;
}

INPUT#form_send {
  background: #03d826;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #03d826;
  background-image: none;
}

.sk_panel {
  clear: both;
  border: 1px solid #d2d2d2;
  padding: 10px;
  text-align: left;
}

.sk_t {
  font-weight: bold;
  color: #e70f11;
  padding-bottom: 7px;
  border-bottom: 1px solid #d2d2d2;
}

.sk_p {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.sk_p A,
.sk_p A:link,
.sk_p A:visited,
.sk_p A:active {
  color: #636363;
  text-decoration: none;
}

.sk_p A:hover,
.sk_p A:focus {
  color: #e70f11;
  text-decoration: none;
}

.prod_skrot {
  clear: both;
  background: #ffffff;
  overflow-y: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.active {
  font-weight: bold;
}

.display_mode A {
  display: block;
  width: 18px;
  height: 14px;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  background: #cccccc url("../img/shop/display_mode.png") left top no-repeat;
}

.display_mode A.mode1 {
  background-position: left top;
}

.display_mode A.mode2 {
  background-position: right top;
}

.display_mode A:hover,
.display_mode A:focus {
  background-color: #0000ff;
}

.display_mode A.wyb {
  background-color: #ff0000;
}

.pager TD A:hover,
.pager TD A:focus,
.pager TD A.pager_wyb {
  background: #ff0000;
  border: 1px solid #666666;
}

.prod_producent {
  padding-bottom: 5px;
  color: #4e4e4e;
}

.prod_producent SPAN {
  font-weight: bold;
}

.prod_symbol {
  padding-bottom: 5px;
}

.prod_symbol SPAN {
  font-weight: bold;
}

.prod_cena {
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
}

.prod_cenaw,
.prod_cenaw2 {
  font-weight: bold;
  background: #ffffff;
  color: #737373;
  display: block;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  padding-left: 0px;
  padding-right: 18px;
}

.prod_cenas {
  margin-right: 0.25rem;
  color: #ff0000;
  text-decoration: line-through;
}

.prod_list2 .prod_skr TD {
  border-bottom: 1px solid #cccccc;
  padding-top: 7px;
  padding-bottom: 7px;
}

.prod_list2 H3 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.prod_list2 H3 A {
  color: #4e4e4e;
  font-weight: bold;
}

.prod_list2 H3 A:hover,
.prod_list2 H3 A:focus {
  color: #ff0000;
}

.prod_list2 .prod_img {
  width: 230px;
  text-align: center;
  border-right: 1px solid #cccccc;
}

.prod_list2 .prod_body {
  text-align: left;
  padding-left: 10px;
}

.prod_list2 .prod_producent {
  padding-bottom: 5px;
  color: #4e4e4e;
}

.prod_list2 .prod_producent SPAN {
  font-weight: bold;
}

.prod_list2 .prod_symbol {
  padding-bottom: 5px;
  color: #4e4e4e;
  font-size: 10px;
  float: left;
}

.prod_list2 .prod_symbol SPAN {
  font-weight: bold;
}

.prod_list2 .prod_cena {
  padding-bottom: 5px;
}

.prod_list2 .prod_label {
  color: #4e4e4e;
  font-size: 10px;
}

.prod_list2 .prod_basket {
  clear: both;
  text-align: right;
}

.prod_list1 > UL {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0px;
}

.prod_list1 > UL > LI {
  display: block;
  width: 25%;
  margin-bottom: 16px;
}

#center_k .prod_list1 > UL > LI {
  width: 25%;
}

.prod_list1 > UL > LI A {
  position: relative;
  display: block;
  padding: 20px;
  height: 100%;
  border: 1px solid #dcdcdc;
  margin-left: 8px;
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.prod_list1 > UL > LI A:hover > .rozmiary {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.prod_list1 .rozmiary {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem 1rem;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.prod_list1 .rozmiary ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.prod_list1 .rozmiary ul li {
  margin: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}

#product_card .prod_cena {
  padding-top: 10px;
  padding-bottom: 10px;
}

.prod_list1 > UL > LI A:hover,
.prod_list1 > UL > LI A:focus {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.prod_list1 H3 {
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #737373;
  text-align: center;
}

.prod_list1 .prod_img {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border: 0px none;
  margin: auto;
}

.prod_list1 .prod_img IMG {
  margin: auto;
}

.prod_list1 .prod_body {
  padding-left: 10px;
}

.prod_list1 .prod_cena {
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.prod_list1 .prod_cenaw,
.prod_list1 .prod_cenaw2 {
  font-weight: bold;
  background: #ffffff;
  color: #737373;
  display: block;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  padding-left: 0px;
  padding-right: 18px;
}

.prod_list1 .prod_cenas {
  margin-right: 0.25rem;
  color: #ff0000;
  text-decoration: line-through;
  background: #ffffff;
}

.prod_list1 .prod_label {
  color: #ff0000;
  font-size: 14px;
}

.prod_list1 .prod_basket {
  clear: both;
}

.prod_list1 .prod_basket {
  clear: both;
  text-align: center;
  padding-top: 4px;
}

.prod_list1 .prod_basket .button {
  background: none;
  border: 0px none;
  color: #000000;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 6px;
  width: 100%;
  background: #ab7d58;
  color: #ffffff;
}

.prod_list1 .prod_basket .button::before {
  display: block;
  content: "\ea65";
  font-family: icomoon;
  font-size: 22px;
  padding-right: 10px;
}

.shopfiles {
  clear: both;
  margin-top: 10px;
}

.shopfiles TD {
  padding-bottom: 5px;
}

.shopfiles A {
  font-weight: bold;
}

.shopfiles DIV {
  padding-top: 1px;
}

.shopfiles IMG {
  margin-right: 5px;
  margin-left: 5px;
}

#accountmenu {
  margin-bottom: 10px;
  text-align: center;
  overflow-y: auto;
  padding: 10px;
}

#accountmenu UL {
  list-style-type: none;
  display: table;
  padding: 0px;
  margin: auto;
  text-align: center;
}

#accountmenu LI {
  list-style-type: none;
  display: block;
  float: left;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#accountmenu A {
}

#accountmenu A:hover,
#accountmenu A:focus {
  opacity: 0.8;
}

.dost {
  width: 50%;
  float: left;
}

#foot {
  clear: both;
  width: 1400px;
  max-width: 98%;
  margin: auto;
  font-size: 13px;
  color: #c0c0c0;
  padding-top: 25px;
  overflow-y: auto;
}

#foot A {
  color: #c0c0c0;
}

#foot A:hover,
#foot A:focus {
  color: #000000;
}

#foot1 {
  float: left;
  text-align: left;
  padding-bottom: 25px;
}

#foot2 {
  float: right;
  text-align: right;
  padding-bottom: 25px;
}

#d_menu {
  clear: both;
  background: #f4f4f4;
  padding-top: 65px;
  padding-bottom: 65px;
  overflow-y: auto;
}

#d_menu > UL {
  list-style-type: none;
  width: 1400px;
  max-width: 100%;
  margin: auto;
  text-align: left;
  padding: 0px;
}

#d_menu > UL > LI {
  list-style-type: none;
  display: block;
  width: 25%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

#d_menu H2 {
  font-size: 18px;
  color: #515151;
}

#d_menu UL UL {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

#d_menu UL UL LI {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  padding-bottom: 8px;
}

#d_menu A {
  color: #515151;
  display: block;
  font-size: 14px;
}

#d_menu A:hover,
#d_menu A:focus {
  opacity: 1;
  color: #000000;
}

#top1 {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#top1_1 {
  width: 10%;
}

#top1_3 {
  width: 10%;
}

#top2_2 A {
  font-family: icomoon;
  color: #737373;
  font-size: 20px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

#top2_2 UL {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  float: right;
}

#top2_2 LI {
  display: block;
  padding: 0px;
  margin: 0px;
  float: left;
}

#topmenu {
  list-style-type: none;
  display: block;
  float: right;
  padding: 0px;
  margin: 0px;
}

#topmenu LI {
  list-style-type: none;
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
}

#topmenu A {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  height: 16px;
  line-height: 16px;
  color: #9d9d9d;
}

#topmenu A:hover,
#topmenu A:focus {
  color: #bd1f28;
}

#topmenu A:before {
  content: " / ";
}

#topmenu A:hover::before,
#topmenu A:focus::before {
  color: #9d9d9d;
}

#topmenu LI:first-child A::before {
  content: "";
}

#top2_2_1 {
  float: left;
}

#top2_2_2 {
  float: right;
}

#basket_menu {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  margin-right: 0.5rem;
  padding: 0px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 37px;
  float: right;
}

#basket_menu LI {
  padding: 0px;
  padding-left: 10px;
  display: block;
  float: left;
  position: relative;
}

#basket_menu A {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  border-radius: 22px;
  overflow: hidden;
  font-family: icomoon;
  font-size: 20px;
  background: #737373;
}

#basket_menu A:hover {
  background: #000000;
}

#basket_menu SPAN {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff0000;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-radius: 7px;
  overflow: hidden;
}

#top2 {
  clear: both;
  border-bottom: 1px solid #cccccc;
}

#top20 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  padding: 0px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1400px;
  max-width: 100%;
}

#mobnav-btn {
  display: none;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
}

#mobnav-btn DIV {
  float: left;
  width: 22px;
  margin-top: 5px;
  margin-right: 10px;
}

#mobnav-btn SPAN {
  background: black;
  display: block;
  height: 2px;
  line-height: 2px;
  margin-top: 4px;
}

#mobnav-btn SPAN:first-child {
  margin-top: 0px;
}

.mobnav-subarrow {
  display: none;
}

#menu1 LI {
  position: relative;
  white-space: nowrap;
}

#menu1 UL LI {
  width: 240px;
  white-space: normal;
  text-align: left;
}

#menu1 UL {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
}

#menu1 > LI {
  float: left;
}

#menu1 UL UL {
  top: 0;
  left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI:focus > UL,
#menu1 LI.sfHover > UL {
  display: block;
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

#menu1 A.item2 {
  color: #737373;
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  transition: none;
  background: #ffffff;
}

#menu1 A.item2:hover,
#menu1 A.item2:focus {
  color: #000000;
}

#g_menu {
  max-width: 100%;
}

#g_menu UL {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#g_menu LI {
  display: block;
  padding: 0px;
  margin: 0px;
}

#g_menu li.mobile {
  display: none;
}

#g_menu A {
  display: block;
  text-decoration: none;
}

#g_menu A.item1 {
  color: #737373;
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  transition: none;
}

#g_menu A.item1:hover,
#g_menu A.item1:focus,
#g_menu LI:hover A.item1,
#g_menu LI.sfHover A.item1,
#g_menu LI.sfHover A.current,
#g_menu LI.current A.item1 {
  color: #000000;
}

#prost {
  width: 1400px;
  max-width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0px;
}

#prost > DIV {
  width: 590px;
  padding-top: 18px;
}

#prost A {
  transition: all 0.2s ease-in-out;
}

#prost A:hover,
#prost A:focus {
  opacity: 0.7;
}

#info_panel {
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  background: #eaeae7;
}

#info_panel UL {
  width: 1400px;
  max-width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0px;
}

#info_panel LI {
  width: 390px;
  max-width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
}

#info_panel A {
  display: block;
  background: #ffffff;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #5f675a;
  text-transform: uppercase;
  line-height: 15px;
  transition: all 0.2s ease-in-out;
}

#info_panel A DIV {
  display: table;
  margin: auto;
}

#info_panel A SPAN {
  font-family: icomoon;
  font-size: 24px;
  color: #5f675a;
  font-weight: normal;
  margin: 0 10px 0 -10px;
  line-height: 15px;
  vertical-align: bottom;
  transition: all 0.2s ease-in-out;
}

#info_panel A:hover,
#info_panel A:focus {
  color: #ffffff;
  background: #be222c;
}

#info_panel A:hover SPAN,
#info_panel A:focus SPAN {
  color: #ffffff;
}

#left_k {
  width: 25%;
  padding-right: 30px;
  float: left;
  padding-bottom: 20px;
}

#right_k {
  width: 75%;
  float: left;
  padding-bottom: 20px;
}

#left_k .bnrs {
  clear: both;
  padding-top: 20px;
  text-align: center;
}

#left_k .bnrs A {
  transition: all 0.2s ease-in-out;
}

#left_k .bnrs A:hover,
#left_k .bnrs A:focus {
  opacity: 0.7;
}

#l_menu A {
  display: block;
}

#l_menu .item1 A {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  background: #bf222c;
  padding: 8px;
  text-align: center;
}

#l_menu .item2 A {
  font-size: 14px;
  color: #60665e;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffffff;
  padding: 6px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}

#l_menu .item2 A:hover,
#l_menu .item2 A:focus,
#l_menu .item2.current A {
  color: #bf222c;
}

#l_menu .section {
  padding-top: 6px;
  padding-bottom: 6px;
}

#l_menu .item3 A {
  font-size: 14px;
  color: #9ea49c;
  background: #ffffff;
  padding: 2px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}

#l_menu .item3 A:hover,
#l_menu .item3 A:focus,
#l_menu .item3.current A {
  color: #bf222c;
}

#l_menu .item3 A::before {
  font-family: icomoon;
  font-size: 12px;
  color: #c2c2b4;
  content: "\e9cb";
  font-style: normal;
  margin: 0 10px 0 0px;
  line-height: 15px;
  vertical-align: baseline;
}

.breadcrumb {
  font-size: 14px;
  color: #949494;
  padding: 0px;
}

.breadcrumb A {
  color: #949494;
}

.breadcrumb A:hover,
.breadcrumb A:focus {
  color: #bf222c;
}

.dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 4px;
  min-width: 26px;
  margin-left: 2px;
  color: #717171;
  border-radius: 0px;
  font-weight: bold;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #bf222c;
}

.cat_panel {
  clear: both;
}

.cat_panel H1 {
  text-align: center;
  color: #c02730;
}

#product_card {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#product_card_left {
  width: 50%;
  padding-right: 30px;
  float: left;
  padding-bottom: 40px;
  text-align: center;
}

#product_card_right {
  width: 50%;
  float: left;
  padding-bottom: 40px;
}

.product_section {
  clear: both;
  padding-bottom: 40px;
  font-size: 15px;
}

.product_section H2 {
  font-size: 18px;
  color: #5f675a;
  text-transform: uppercase;
}

INPUT#form_send {
  background: #000000;
  border: 1px solid #000000;
}

.prod_card_el {
  font-size: 15px;
  padding-bottom: 5px;
}

.collection {
  color: #bea662;
  text-transform: uppercase;
  font-size: 16px;
}

#iloscp {
  clear: both;
}

#iloscp UL {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow-y: auto;
  background: #eeefee;
}

#iloscp UL LI {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.ppl A {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  color: #939392;
}

.ppl1 {
  width: 12.5%;
}

.ppl2 {
  width: 25%;
}

.ppl3 {
  width: 12.5%;
}

.ppl4 {
  width: 50%;
  overflow: hidden;
}

.ileb {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  color: #939392;
  background: #ffffff;
  width: auto;
  max-width: 100%;
  border: 0px none;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.ppl4 BUTTON {
  display: block;
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: #636161;
  width: 100%;
  max-width: 100%;
  border: 0px none;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.2s ease-in-out;
}

.ppl4 BUTTON:hover,
.ppl4 BUTTON:focus {
  opacity: 0.7;
  background: #60665e;
}

.ppl4 BUTTON::before {
  content: "\ea6d";
  color: #ffffff;
  font-size: 18px;
  font-family: icomoon;
  margin-right: 10px;
}

#newsletter_pan {
  clear: both;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#newsletter_pan H1 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  padding: 0px;
  margin: 0px;
  padding-bottom: 15px;
}

#newsletter_pan INPUT[type="submit"] {
  background: #ffffff;
  color: #000000;
  font-family: icomoon;
  font-size: 24px;
  height: 45px;
  width: 45px;
  text-align: center;
  border: 1px solid #ffffff;
}

#newsletter_pan #email2 {
  height: 45px;
  line-height: 45px;
  width: 370px;
  max-width: 90%;
  padding-left: 20px;
}

#newsletter2 {
  padding-top: 15px;
}

.nav-tabs {
  margin-bottom: 15px;
}

#shipment .cena {
  font-weight: bold;
  display: none;
}

#size_section {
  padding-top: 10px;
}

#size_section UL {
  list-style-type: none;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0px;
}

#size_section LI {
  display: block;
  padding: 1px;
  margin: 0px;
  float: left;
  min-width: 20%;
}

#size_section A {
  display: block;
  border: 1px solid #d9d9d9;
  height: 25px;
  line-height: 25px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
}

#size_section A.wyb {
  color: #000000;
  background: #fdd230;
}

#size_section A.no {
  color: #d9d9d9;
  cursor: default;
  text-decoration: line-through;
}

.etykieta {
  float: right;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 5px;
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
}

@media only screen and (max-width: 575px) {
  #mobnav-btn {
    top: 17px;
  }

  #basket_menu A {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #foot1,
  #foot2 {
    clear: both;
    float: none;
    text-align: center;
  }

  #top1_2 img {
    width: 175px;
  }

  #top2 {
    text-align: center;
    float: none;
  }

  #top2_2_1,
  #top2_2_2 {
    float: none;
    text-align: center;
  }

  #topmenu,
  /* #szuk_panel, */
  #tbasket {
    display: table;
    margin: auto;
    float: none;
  }

  #gmenu LI {
    float: none;
    text-align: center;
  }

  /* .prod_list1 > UL > LI {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
  }

  #center_k .prod_list1 > UL > LI {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
  } */

  /* #center_k .prod_list1 > UL > LI A, */
  #right_k .prod_list1 > UL > LI A {
    margin: auto !important;
  }

  #newsletter_pan #email2 {
    width: 190px;
  }

  #popularne > UL > LI {
    list-style-type: none;
    display: block;
    width: 100%;
    float: none;
  }

  #d_menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #d_menu > UL > LI {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }

  #left_k,
  #right_k {
    float: none;
    width: 100%;
    padding-right: 0px;
  }

  #left_k {
    order: 2;
  }

  #right_k {
    order: 1;
  }

  H1 {
    text-align: center;
  }

  #product_card_left {
    width: 100%;
    padding-right: 0px;
    float: none;
    padding-bottom: 20px;
    text-align: center;
  }

  #product_card_right {
    width: 100%;
    float: none;
    text-align: center;
  }

  #product_card .prod_cena {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .prod_cenaw,
  .prod_cenaw2 {
    margin: auto;
    text-align: center;
  }

  #marki LI {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  #search_more {
    text-align: center;
  }

  #kwadraty > DIV {
    margin: auto;
  }

  #info_panel LI {
    margin: auto;
  }

  .prod_list1 > UL > LI,
  #center_k .prod_list1 > UL > LI {
    width: 50%;
  }

  .prod_list1 H3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
  #top1_2 img {
    width: 250px;
  }

  #mobnav-btn {
    top: 30px;
  }

  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  .mobnav-subarrow {
    display: block;
    background-color: #0a5ba1;
    opacity: 0.3;
    height: 20px;
    width: 30px;
    background-position: top left !important;
    position: absolute;
    top: 8px;
    right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  #foot1,
  #foot2 {
    clear: both;
    float: none;
    text-align: center;
  }

  #top1 {
    clear: both;
    float: none;
  }

  #top2 {
    text-align: center;
    float: none;
  }

  #top2_2_1,
  #top2_2_2 {
    float: none;
    text-align: center;
  }

  #topmenu,
  /* #szuk_panel, */
  #tbasket {
    display: table;
    margin: auto;
    float: none;
  }

  #gmenu LI {
    float: none;
    text-align: center;
  }

  #center_k .prod_list1 > UL > LI {
    width: 50%;
  }

  #right_k .prod_list1 > UL > LI {
    width: 50%;
  }

  #right_k .prod_list1 > UL > LI A {
    margin: auto !important;
  }

  #kwadraty > DIV {
    width: 50%;
  }

  #kwadraty > DIV:nth-child(3n + 3) {
    margin: auto;
    width: auto;
  }

  #left_k {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }

  #right_k {
    width: 100%;
    order: 1;
  }

  #product_card .prod_cena {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .prod_cenaw,
  .prod_cenaw2 {
    margin: auto;
    text-align: center;
  }

  #marki LI {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  #search_more {
    text-align: center;
  }

  #product_card_left {
    width: 100%;
    padding-right: 0px;
    float: none;
    padding-bottom: 20px;
    text-align: center;
  }

  #product_card_right {
    width: 100%;
    float: none;
    text-align: center;
  }

  #info_panel LI {
    width: 100%;
  }

  #prost > DIV {
    width: 100%;
    text-align: center;
  }

  #popularne > UL > LI {
    width: 49%;
  }

  .prod_list1 > UL > LI,
  #center_k .prod_list1 > UL > LI {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #mobile-menu {
    display: block;
  }

  .mobile-list {
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 0;
    list-style-type: none;
  }

  .mobile-list li {
    margin: 0.4rem 0;
    text-align: center;
  }

  .mobile-list a {
    color: #737373;
  }

  .mobile-list a:hover {
    color: #bea662;
  }

  #top1 {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #top1_1 {
    display: none;
  }

  #top1_3 {
    width: auto;
  }

  #mobnav-btn {
    position: absolute;
    right: 0;
    display: block !important;
  }

  #basket_menu {
    margin-right: 4rem;
    padding-top: 0;
  }

  #top2 {
    margin-top: 0.5rem;
  }

  #top2_1 {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  #top2_2 {
    display: none;
    /* min-width: 90px;
    margin-top: 0.5rem; */
  }

  #top3 {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
  }

  #menu1 A.item1 {
    height: auto;
    padding: 14px 12px;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }

  #g_menu {
    width: 75%;
    background: #ffffff;
    overflow-y: auto;
  }

  #g_menu UL {
    width: 100%;
  }

  #g_menu ul li.mobile {
    display: block;
  }

  #g_menu ul li.mobile a {
    background: #f1f1f1;
  }

  #g_menu ul li.mobile .icon {
    padding-right: 0.75rem;
    font-family: icomoon;
    vertical-align: middle;
  }

  #menu1 > LI {
    width: 100%;
    position: relative;
    border-right: 0px none;
  }

  #menu1 li:hover > ul {
    display: none;
  }

  #menu1 > li.open > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  #menu1 UL {
    position: static !important;
    width: inherit;
    display: none;
  }

  #menu1 UL LI {
    width: 100%;
    white-space: normal;
    text-align: left;
  }

  .sf-menu {
    height: auto;
    position: static;
  }

  .sf-menu > li {
    float: none;
    clear: both;
  }

  .sf-menu .sf-mega {
    display: none !important;
  }

  .xactive #top3 {
    height: 100svh;
  }

  #g_menu {
    height: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }

  .xactive {
    height: 100lvh !important;
    max-height: 100lvh !important;
    overflow-y: hidden !important;
  }

  .xactive #g_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .xactive #mobnav-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
  }

  .xactive #mobnav-btn div {
    margin-top: 0;
    margin-right: 0;
  }

  .xactive #mobnav-btn SPAN {
    background: white;
  }

  .xactive #mobnav-btn div span:first-child {
    -webkit-transform: translateY(3px) rotate(45deg);
    -moz-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -o-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }

  .xactive #mobnav-btn div span:last-child {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -moz-transform: translateY(-3px) rotate(-45deg);
    -ms-transform: translateY(-3px) rotate(-45deg);
    -o-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }

  .xactive #mobnav-btn div span:nth-child(2),
  .xactive #mobnav-btn .name {
    display: none;
  }

  .xactive .sub-btn {
    position: absolute;
    display: block;
    right: 10px;
    top: 16px;
    background: transparent;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
  #left_k {
    width: 35%;
  }

  #right_k {
    width: 65%;
  }

  #prost > DIV {
    width: 49%;
  }

  #kwadraty > DIV {
    width: 32%;
  }

  #info_panel LI {
    width: 32%;
  }

  .prod_list1 > UL > LI,
  #center_k .prod_list1 > UL > LI {
    width: 33.33%;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  DIV {
    max-width: 100%;
  }
}
