body {
  font-family: 'Titillium Web', sans-serif;
  margin: 0;
  padding: 0;
}
header {
  margin-top: 8px;
}
.no-wrap {
  white-space: nowrap;
}
.padding-l-0 {
  padding-left: 0px;
}
.padding-r-0 {
  padding-right: 0px;
}
.margin-left-20 {
  margin-left: 20px;
}

.stylish-input-group {
  padding-right: 10px;
  max-width: 300px !important;
}
.stylish-input-group .input-group-addon {
  background: white;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
}
.newsletter h3 {
  margin: 0 0 30px 0;
  color: #9dbb0f;
}
.newsletter .newsletter-box {
  border: 4px solid #a10074;
  border-radius: 6px;
  padding: 8px;
  margin: 8px;
}
.newsletter .newsletter-form button {
  background-color: #00a2ff;
  color: #fff !important;
}
.newsletter span.pull-right {
  white-space: nowrap;
}
@media (max-width: 760px) {
  .newsletter span.pull-right {
    white-space: normal;
  }
}
.payment-methods img {
  max-height: 30px;
  display: inline;
}
footer {
  margin: 30px 0 30px 0;
}
.input-group.stylish-input-group {
  height: 40px;
  padding: 7px;
}
.input-group.stylish-input-group input {
  height: 40px !important;
}
.center-mail {
  position: relative;
  top: 7px;
}
.btn-add-basket {
  border: 0px;
  background-color: transparent;
  padding: 6px 4px 0 2px;
}
/* for fixed
header{
    height:170px;
    .container-fluid{
        background-color:#fff;
        padding:4px;
    }
}
*/
.item-price {
  position: relative;
  top: 8px;
  color: #0B9192;
  font-size: 18px;
  white-space: nowrap;
}
.new-item {
  background-color: #e6e3e3;
  padding: 8px;
  border-radius: 3px 3px 3px 3px;
  margin-right: 10px;
  position: relative;
  max-height: 389px;
}
@media screen and (max-width: 1200px) {
  .new-item {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .new-item {
    margin-bottom: 20px;
  }
}
.new-item a {
  color: #606060 !important;
  text-decoration: none !important;
  outline: none !important;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.new-item span {
  font-size: 14px;
}
.new-item span.glyphicon-heart {
  font-size: 26px;
  padding-bottom: 0;
  color: #a0a0a0;
}
.new-item span.title {
  font-weight: 600;
  font-size: 14px;
  word-break: keep-all;
}
.new-item span.item-price {
  font-size: 18px;
}
.new-item span.glyphicon-shopping-cart {
  font-size: 26px;
  padding-bottom: 0;
}
.new-item span.code {
  color: #7C9F0C;
}
.new-item span.code .code-nr {
  color: #A221 9;
}
.new-item span.staraCena {
  font-size: 14px;
  text-decoration: line-through;
  color: #999999;
}
.new-item span.nowaCena {
  font-size: 18px;
  color: #A10074;
}
.new-item.gallery-works {
  margin-top: 6px;
  margin-bottom: 6px;
}
.new-item.gallery-works img {
  max-width: 160px;
  height: auto;
  overflow: hidden;
  padding: 4px 0;
}
.staraCena {
  text-decoration: line-through;
  color: #999999;
}
.nowaCena {
  color: #A10074;
}
.current-item {
  background-color: #e6e3e3;
}
.current-item.rounded {
  border-radius: 6px;
}
.current-item .spec {
  padding: 26px 10px 20px 10px;
  cursor: default;
}
.current-item .spec p {
  line-height: 14px;
}
.row.news {
  margin-top: 0px;
}
.row.news img {
  margin: auto;
}
.row.promotions {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .row.promotions {
    margin-top: 0;
  }
}
.row.promotions img {
  margin: auto;
}
.row.banners {
  margin-top: 30px;
}
.row.banners > div:first-child {
  margin-bottom: 10px;
}
.row.banners > div > img {
  max-width: 100%!important;
  height: auto!important;
}
.card-container a {
  color: #000;
  font-size: 16px;
}
.card-container .toho {
  color: #278182 !important;
  font-weight: 600;
  /*text-shadow: 0px 0px 7px @mohito;*/
}
@media screen and (max-width: 768px) {
  .card-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .card-container .col-md-12 > div {
    padding: 0!important;
  }
}
a.circle-anchor.blue:hover .circle.blue.big {
  background-color: #278182;
}
a.circle-anchor.pink:hover .circle.pink.big {
  background-color: #278182;
}
@media (min-width: 1024px) {
  .product-list .circle {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .product-list .circle {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
.product-list > .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-list > .row.grupy_towarowe {
  padding-top: 0px;
  padding-bottom: 0px;
}
.circle {
  color: #fff;
  text-align: center;
  margin: auto;
  cursor: default;
  z-index: -200;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  -ms-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.circle.blue {
  background: #00a2ff;
}
.circle.blue.big {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  line-height: 210px;
  font-size: 40px;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .circle.blue.big {
    position: relative;
    left: -26px;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .circle.blue.big {
    width: 140px;
    height: 140px;
    font-size: 25px;
    line-height: 140px;
    left: -6px;
  }
}
@media (max-width: 640px) {
  .circle.blue.big {
    position: relative;
    top: -32px;
  }
}
@media (min-width: 640px) and (max-width: 992px) {
  .circle.blue.big {
    position: relative;
    top: 0px;
  }
}
.circle.blue.big:hover {
  background-color: #278182;
}
.circle.blue.small {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 14px;
}
.circle.blue.small.type-adv {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 9999;
}
.circle.blue.small.type-adv.prod {
  top: 2px;
  left: 20px;
}
.circle.pink {
  background: #a10074;
}
.circle.pink.big {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  line-height: 210px;
  font-size: 40px;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .circle.pink.big {
    position: relative;
    left: -26px;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .circle.pink.big {
    width: 140px;
    height: 140px;
    font-size: 25px;
    line-height: 140px;
    left: -6px;
  }
}
@media (max-width: 640px) {
  .circle.pink.big {
    position: relative;
    top: -32px;
  }
}
@media (min-width: 640px) and (max-width: 992px) {
  .circle.pink.big {
    position: relative;
    top: 0px;
  }
}
.circle.pink.big:hover {
  background-color: #278182;
}
.circle.pink.small {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 14px;
}
.circle.pink.small.type-adv {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 3px;
  left: 3px;
  font-weight: 600;
  font-size: 18px;
  z-index: 9999;
}
.circle.pink.small.type-adv.prod {
  top: 2px;
  left: 20px;
}
.basket-body a.thumbnail {
  margin-bottom: 0px !important;
}
.basket-body tr {
  max-height: 90px !important;
}
.skdslider {
  max-height: 392px !important;
}
.slides li {
  max-height: 392px !important;
}
.container-slider {
  margin: 0px;
  padding: 0px;
}
/* diamond */
.diamond-menu-items:hover {
  border-bottom: 3px solid #039ef7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .diamond-menu-items:hover {
    border-bottom: none;
  }
}
.diamond-list {
  padding: 1px;
}
.green-divide {
  height: 3px;
  width: 100%;
  background-color: #658e00;
}
.diamond-narrow {
  background-color: #3d9be9;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  float: left;
  margin-top: 10px;
  margin-right: 4px;
}
.diamond-menu-text {
  font-size: 18px;
  color: #3f323a;
  font-weight: 600;
}
.diamond-menu-text.colnews {
  color: #00A2FF;
}
.diamond-menu-text.colpromo {
  color: #A10074;
}
/* basket */
.first-row > div {
  height: 36px !important;
}
.a-primary {
  background-color: #00a2ff !important;
  color: #fff !important;
  margin-right: 10px;
  border-radius: 6px 6px 6px 6px;
  height: 100%;
  font-size: 18px;
  padding: 18px;
}
.a-secondary {
  background-color: #00a2ff !important;
  color: #fff !important;
  margin-right: 10px;
  border-radius: 6px 6px 6px 6px;
  height: 100%;
  font-size: 18px;
  padding: 9px;
}
.yesbutton {
  background-color: #7C9F0C !important;
}
.nobutton {
  background-color: #A10074 !important;
}
.glyphicon-shopping-cart {
  color: #7c9f0c;
  font-size: 40px;
}
.btn-count {
  background-color: #00a2ff;
  color: #fff !important;
  padding: 12px;
}
.btn-count:hover {
  color: #fff;
  border: 1px solid #a10074;
}
.btn-tocash {
  background-color: #7C9F0C;
  color: #fff !important;
  padding: 12px;
  width: 100%;
}
.btn-tocash:hover {
  color: #fff;
  border: 1px solid #a10074;
}
.btn-goshopping {
  background-color: #00a2ff;
  color: #fff !important;
  padding: 12px;
}
.btn-goshopping .glyphicon-shopping-cart {
  color: #fff;
  font-size: 14px;
}
.btn-goshopping:hover {
  color: #fff;
  border: 1px solid #a10074;
}
.goto-basket {
  cursor: pointer;
  max-height: 28px;
  font-size: 18px;
}
caret {
  color: #7c9f0c;
}
ul.dropdown-cart {
  min-width: 260px;
}
ul.dropdown-cart li .item {
  display: block;
  padding: 3px 10px;
  margin: 3px 0;
  font-size: 16px;
}
ul.dropdown-cart li .item:hover {
  background-color: #f3f3f3;
}
ul.dropdown-cart li .item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.dropdown-cart .item-info span:last-child {
  margin-left: 10px;
}
.item-basket {
  padding: 10px;
}
.item-basket .item-price {
  color: #278182;
  padding: 6px 6px 0 0;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}
.item-basket .item-price .glyphicon-shopping-cart {
  font-size: 30px;
}
.item-basket .item-price .staraCena {
  font-size: 20px;
}
.item-basket .item-price .nowaCena {
  display: block;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .item-basket .item-price .nowaCena {
    text-align: left;
  }
}
.item-basket .input-group {
  margin-top: 20px;
}
.item-basket .btn-add-basket {
  font-size: 20px;
  padding: 4px;
}
.cursor-pointer {
  cursor: pointer;
}
ul.dropdown-cart li .item-left {
  float: left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
  display: inline-flex;
}
ul.dropdown-cart li .item-left span.item-info {
  margin-left: 10px;
}
ul.dropdown-cart li .item-left span.item-info span {
  display: block;
}
ul.dropdown-cart li .item-right {
  float: right;
}
ul.dropdown-cart li .item-right button {
  margin-top: 14px;
}
/* The Modal (background) */
.modal {
  overflow: hidden;
  z-index: 999999 !important;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  /*idth: 80%;*/
  max-width: 700px;
  margin-top: 30px;
}
.dropdown-menu-large {
  left: -15px;
  min-width: 800px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  overflow: hidden;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close-modal:hover,
.close-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.mobile-nav {
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-nav.search-open {
  padding-top: 60px;
}
.mobile-nav li {
  text-align: center;
  font-size: 25px;
  width: 24%;
  box-sizing: border-box;
  display: inline-block;
  list-style-type: none;
  color: #e6e3e3;
}
.mobile-nav li a {
  color: #00a2ff !important;
  cursor: pointer;
}
.mobile-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  margin-left: 0%;
  top: 77px;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}
.mobile-dropdown.search-open {
  top: 110px;
}
.mobile-dropdown .green-divide {
  display: none;
}
.mobile-dropdown .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.mobile-dropdown ul {
  margin-bottom: 0;
}
.mobile-dropdown ul li {
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #00a2ff;
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
}
.mobile-dropdown ul li .diamond-menu-items {
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 20px;
}
.mobile-dropdown ul li .diamond-menu-items:hover {
  background-color: #0081cc;
}
.mobile-dropdown ul li .diamond-menu-items .diamond-narrow {
  display: none;
}
.mobile-dropdown ul li .diamond-menu-items .diamond-menu-text {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-nav {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  header .list-inline.diamond {
    margin-top: 80px;
  }
}
header .second-floor {
  margin-top: 40px;
  padding-right: 15px;
  margin-left: 180px;
}
@media screen and (max-width: 768px) {
  header .second-floor {
    display: none;
    position: absolute;
    top: 5px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0px;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  header .second-floor {
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 0;
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  header .second-floor #pro-search {
    width: 100%;
  }
}
header .shopping-count {
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #a10074;
  border-radius: 4px;
  box-shadow: 6px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
}
header .shopping-ico {
  padding: 6px !important;
  width: 90px;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .nav.navbar-nav.navbar-right {
    float: none!important;
    text-align: center;
  }
  .nav.navbar-nav.navbar-right li {
    display: inline-block !important;
    float: none!important;
  }
}
.nav.navbar-nav.navbar-right li {
  height: 52px;
}
.nav.navbar-nav.navbar-right li .myaccount {
  height: auto;
}
.dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}
.input-group-btn .btn-group {
  display: flex !important;
}
.btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#pro-search input.main {
  height: 40px;
}
#pro-search button.dropdown-toggle {
  height: 40px;
}
@media screen and (min-width: 768px) {
  #pro-search {
    width: 500px;
    margin: 0 auto;
  }
  .dropdown.dropdown-lg {
    position: static !important;
  }
  .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px;
  }
}
.delivery-free p {
  padding-top: 6px;
  margin-bottom: 0px;
}
.diamond {
  text-align: center;
}
.list-inline .active {
  background-color: #9dbb0f;
}
.baners {
  width: 100%;
  z-index: -200;
}
.basket-steps .glyphicon {
  font-size: 20px;
  color: #000;
}
.basket-steps .glyphicon.active {
  color: #278182;
}
.basket-steps ul li {
  padding: 4px;
}
@media screen and (max-width: 600px) {
  .basket-steps ul li {
    display: block;
  }
}
.basket-steps ul li.active {
  background-color: #658e00;
  border-radius: 0 0 6px 6px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .basket-steps ul li.active {
    border-radius: 6px;
    padding: 3px 12px;
  }
}
.basket-steps ul li.active .glyphicon {
  color: #fff;
}
img.img-inline {
  display: inline;
}
.delivery-footer {
  color: #23527c;
}
.delivery-footer p {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
}
.delivery-footer span {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin: auto;
}
.delivery-footer span.van-icon {
  background-image: url('/National_Library/oe_/https://www.artfan.pl/www/assets/img/icons/van.png');
}
.delivery-footer span.time-icon {
  background-image: url('/National_Library/oe_/https://www.artfan.pl/www/assets/img/icons/24h.png');
}
.delivery-footer span.percent-icon {
  background-image: url('/National_Library/oe_/https://www.artfan.pl/www/assets/img/icons/percent2.png');
}
.delivery-footer span.hand-icon {
  background-image: url('/National_Library/oe_/https://www.artfan.pl/www/assets/img/icons/hand.png');
}
.delivery-footer span.glyphicon-check {
  font-size: 40px;
}
.delivery-footer.item span {
  width: 40px;
  height: 40px;
  margin: auto;
}
.delivery-footer.item span.glyphicon-check {
  font-size: 24px;
  position: relative;
  top: 8px;
  height: 45px;
}
.delivery-footer.item p a {
  font-size: 12px;
}
.th-checkbox {
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.thumbnail.main.pull-left {
  margin-bottom: 0px;
  padding: 6px;
  margin-right: 10px;
}
.add2basket {
  border: 2px solid #278182;
  margin-top: 4px;
  color: #fff;
  font-size: 14px !important;
  background-color: #00a2ff;
}
.add2basket span {
  font-size: 40px !important;
}
.btn.btn-goshopping.cart {
  margin-top: 12px;
  width: 100%;
}
.product-code {
  color: #7C9F0C;
}
.buy-more .new-item {
  /* overflow: hidden;*/
}
.buy-more .new-item .zoom-container {
  position: relative;
  text-align: center;
}
.buy-more .new-item .zoom-container.main-page > img {
  margin: auto;
}
.buy-more .new-item .zoom-container.main-page .zoom-in {
  position: absolute;
  right: 24px;
}
.buy-more .new-item .zoom-container .zoom-in {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  display: none;
}
.buy-more a img {
  width: 100%;
}
.buy-more .input-group input {
  text-align: center;
}
.new-item {
  overflow: visible;
}
.new-item .zoom-container {
  position: relative;
  margin-bottom: 5px;
}
.new-item .zoom-container.main-page > img {
  margin: auto;
}
.new-item .zoom-container.main-page .zoom-in {
  position: absolute;
}
.new-item .zoom-container .zoom-in {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  display: none;
}
.product-items {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .product-items {
    padding-left: 0;
  }
}
.product-items > div {
  padding-right: 0px;
}
.product-items .new-item {
  margin: 16px 0 0 0;
  padding: 8px 8px 20px 8px;
}
.product-items .new-item .zoom-container {
  position: relative;
}
.product-items .new-item .zoom-container .zoom-in {
  position: absolute;
  top: 6px;
  right: 13px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  display: none;
}
.product-items .new-item a img {
  width: 100%;
}
.product-items .new-item .input-group input {
  text-align: center;
}
.category-list h1 {
  margin-top: 0px;
}
.category-list .over-text {
  padding: 1%;
  width: 145px;
  overflow: hidden;
  /*text-overflow: ellipsis;
        white-space: nowrap;*/
}
@media screen and (max-width: 768px) {
  .category-list .over-text {
    width: 49%;
  }
}
.breadcrumb {
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 0px;
}
.breadcrumb ul li {
  padding: 0px;
}
.breadcrumb ul li:not(:last-child)::after {
  content: " »";
  font-size: 22px;
}
.category-list {
  padding-left: 9px;
}
.product-list {
  padding-right: 0px;
}
@media (max-width: 640px) {
  .product-list {
    position: relative;
  }
}
.product-list h3 {
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  font-size: 18px;
  background: #00a2ff;
  cursor: pointer !important;
  transition: background 0.4s ease 0s;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: #FFFFFF;
  white-space: nowrap;
}
.product-list h3:hover {
  background: #278182;
}
.product-list h3 a {
  color: #FFFFFF;
  text-decoration: none;
}
.product-list ul li {
  list-style-image: none;
  list-style-type: none;
}
.product-list ul li ul li {
  list-style-image: none;
  list-style-type: none;
}
.product-list .c-block {
  position: relative;
  left: 20px;
}
@media (max-width: 991px) {
  .product-list .c-block {
    top: 0;
    width: 50%;
    display: inline-block !important;
  }
}
@media (max-width: 640px) {
  .product-list .c-block {
    left: 20px;
    top: 28px;
    width: 50%;
    display: inline-block !important;
  }
}
@media (max-width: 320px) {
  .product-list .c-block:nth-child(2) {
    right: 20px;
    position: absolute;
    bottom: -28px;
    left: auto;
    top: auto;
  }
}
.product-list .c-block a {
  text-decoration: none;
}
.product-list .c-block .circle {
  cursor: pointer;
}
.product-list .c-block .circle.big {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  line-height: 140px;
  font-size: 26px;
  margin-top: 6px;
}
.positioning {
  background-color: #e6e3e3;
  width: 100%;
  padding: 0 20px;
}
.positioning img {
  padding: 5px;
}
.our-clients {
  border-radius: 6px;
}
.our-clients h3 {
  margin: 0px;
  border-radius: 6px 6px 0 0;
}
.our-clients img {
  border-radius: 0 0 6px 6px;
  max-height: 154px;
}
@media screen and (max-width: 992px) {
  .our-clients img {
    max-height: inherit;
    width: auto;
    margin: 0 auto;
  }
}
.tooltip-inner {
  max-width: 400px;
  width: 400px;
  opacity: 1;
  z-index: 10000;
  overflow: visible;
}
.pagesBox {
  clear: both;
  padding: 10px 10px 4px 12px;
}
.pages {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 180%;
}
.pages ul {
  float: left;
  list-style-type: none;
}
.pages ul li {
  float: left;
  padding: 0 2px;
}
.pages ul li a {
  color: #252525;
  display: block;
  float: left;
  height: 20px;
  text-align: center;
  width: 20px;
}
.pages ul li a:hover {
  background: rgba(0, 0, 0, 0) url("www/img/page-nav-on.gif") no-repeat scroll 0 0;
  color: #a10074;
  text-decoration: none;
}
.pages ul li span {
  color: #252525;
  display: block;
  float: left;
  height: 20px;
  text-align: center;
  width: 20px;
  background: rgba(0, 0, 0, 0) url("www/img/page-nav-on.gif") no-repeat scroll 0 0;
  color: #a10074;
  text-decoration: none;
}
.pages .prev {
  color: #252525;
  float: left;
  padding-right: 8px;
}
.pages .next {
  color: #252525;
  float: left;
  padding-left: 8px;
}
.komunikat .komunikat_buttony {
  text-align: center;
  margin-top: 30px;
}
.komunikat .komunikat_buttony * {
  margin: auto;
}
.komunikat .komunikat_buttony table {
  width: 100%;
}
.komunikat .komunikat_buttony table tr td {
  text-align: center;
}
.komunikat .komunikat_buttony a {
  color: #02436b;
}
.komunikat .komunikat_button_do_kasy,
.komunikat .komunikat_button_kupuj_dalej,
.komunikat .komunikat_button_ok {
  background: transparent url(www/img/button_blue_bg.png) no-repeat left top;
  color: #02436b;
  float: left;
  height: 31px;
  line-height: 31px;
  width: 90px;
  display: block;
  margin-left: 50px;
}
.komunikat .komunikat_button_ok {
  margin-left: 135px;
}
.komunikat .komunikat_button_nie {
  /*background-color: #ff3333;
    color: #02436b;
    float:left;
    height:31px;
    line-height:31px;
    width:90px;
    display:block;
    margin-left:60px;
    font-weight: bold;
    */
  background-color: #ffcccc;
  border: 1px solid #ff3333;
  color: #ff3333;
  line-height: 31px;
  float: left;
  height: 31px;
  margin-left: 60px;
  width: 90px;
}
.komunikat .komunikat_button_tak {
  /*background-color: #00cc00;
        color: #02436b;
        float:left;
        height:31px;
        line-height:31px;
        width:90px;
        display:block;
        margin-left:60px;
        font-weight: bold;*/
  background-color: #ccffcc;
  border: 1px solid #00cc00;
  color: #00cc00;
  line-height: 31px;
  float: left;
  height: 31px;
  margin-left: 60px;
  width: 90px;
}
.sortowanie_limitowanie .label {
  float: left;
  color: #b8bcaa;
  font-size: 11px;
  font-weight: bold;
  line-height: 150%;
  padding: 0 12px;
}
.sortowanie_limitowanie .label_active {
  color: #80B322;
}
.sortowanie_limitowanie {
  /*float:right;*/
  padding: 10px 0;
}
.sortowanie_limitowanie div {
  float: left;
  margin-left: 2px;
}
.sortowanie_limitowanie div form {
  float: left;
}
.limitowanie ul {
  list-style: none;
  float: left;
}
.limitowanie ul li {
  float: left;
  margin-left: 0px;
}
.limitowanie ul li a.active {
  font-weight: bold;
}
a.limit10,
a.limit25,
a.limit50,
a.limit100 {
  float: left;
  padding: 0 5px;
  background: url(www/img/nr-prod-show.gif) no-repeat;
  display: block;
  height: 16px;
}
a.limit10 {
  background-position: 0 0;
}
a.limit25 {
  background-position: -31px 0;
}
a.limit50 {
  background-position: -61px 0;
}
a.limit100 {
  background-position: -91px 0;
}
a.limit10.active,
a:hover.limit10 {
  background-position: 0 -16px;
}
a.limit25.active,
a:hover.limit25 {
  background-position: -31px -16px;
}
a.limit50.active,
a:hover.limit50 {
  background-position: -61px -16px;
}
a.limit100.active,
a:hover.limit100 {
  background-position: -91px -16px;
}
.przycisk,
.przycisk_kolor,
.przycisk_kolor_130,
.submit_button,
.zamow,
.clean_button {
  background-color: #00a2ff;
  color: #fff !important;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 1px;
  margin-right: 1px;
}
.hint {
  font-size: 80%;
  color: #666666;
}
.clear,
.clearfloat {
  clear: both;
}
.koloryBox img {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}
.new-item .title {
  display: inline-block;
  height: 80px;
  overflow: auto;
  word-break: keep-all;
}
.new-item img {
  height: 191px;
  width: 191px;
}
@media (max-width: 660px) {
  .new-item img {
    margin: auto;
  }
}
ul.dropdown-cart {
  min-width: 250px;
  max-height: 500px;
  overflow: auto;
}
ul.dropdown-cart li .item {
  display: block;
  padding: 3px 10px;
  margin: 3px 0;
}
.dropdown-menu.dropdown-cart li {
  height: auto !important;
  cursor: default;
}
ul.dropdown-cart li .item:hover {
  background-color: #f3f3f3;
}
ul.dropdown-cart li .item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.dropdown-cart li .item-left {
  float: left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
  float: left;
}
ul.dropdown-cart li .item-left span.item-info {
  margin-left: 10px;
}
ul.dropdown-cart li .item-left span.item-info span {
  display: block;
}
ul.dropdown-cart li .item-right {
  float: right;
}
ul.dropdown-cart li .item-right button {
  margin-top: 14px;
}
.current-item.rounded .col-md-5 > img {
  min-height: 50px;
}
.current-item.rounded .cursor-pointer.img-rounded {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 6px 0 6px 0;
}
@media screen and (max-width: 992px) {
  .current-item.rounded .cursor-pointer.img-rounded {
    margin: 0 auto;
  }
}
.zoom-container img {
  height: 190px;
  width: 190px;
  margin: auto;
}
.zoomed-image {
  overflow: visible;
  height: 400px !important;
  width: 400px !important;
  z-index: 10001;
}
.tooltip.fade.bottom {
  opacity: 1 !important;
  height: 400px !important;
  width: 400px;
}
.category-list img {
  margin: auto;
}
.category-list a span {
  font-weight: 600;
  font-size: 14px;
}
.single-product {
  padding-left: 5px;
}
.single-product img {
  height: 190px;
  max-width: 190px;
}
.single-product.constheight {
  height: 400px;
}
.single-product .tooltip-inner img {
  max-width: 382px;
}
.tooltip {
  z-index: 99999;
}
.logo-img a:last-child .img-responsive {
  margin: 0 auto;
}
.loggin-first {
  background-color: #eee;
  border-radius: 4px;
  padding: 10px;
  margin-left: 12px;
}
.loggin-first:nth-child(2) {
  margin-left: 30px;
}
.loggin-first.box-shadow-custom {
  margin-left: 24px;
}
.loggin-first.box-shadow-custom:last-child {
  margin-left: 50px;
}
.loggin-first.rege-container {
  background-color: #ffffff;
}
h1.blad {
  color: #ff0000;
  font-size: 100%;
}
.recovery-pass {
  background-color: #ddd;
  border-radius: 6px;
  padding: 16px;
  margin: 10px;
}
.rege-container {
  border-radius: 6px;
  padding: 16px;
  margin: auto auto auto 22px;
}
.rege-container legend {
  color: #00a2ff;
}
.rege-container.box-shadow-custom {
  box-shadow: 0 0 0 10px #dddddd, 0 0 0 15px #658e00;
}
.rege-container tr {
  margin-top: 4px;
}
.rege-container tr td {
  padding-right: 20px;
}
.rege-container tr td input {
  border: 1px solid #a10074;
}
.rege-container tr td textarea {
  border: 1px solid #a10074;
}
.box-shadow-custom {
  box-shadow: 0 0 0 10px hsl(0, 0%, 80%), 0 0 0 15px hsl(0, 0%, 90%);
}
@media (max-width: 1024px) {
  .footer-list h3 {
    text-align: center;
  }
}
.footer-list ul li {
  list-style-type: none;
}
.footer-list ul li:before {
  position: relative;
  top: -4px;
  content: ' ';
  background-color: #3d9be9;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  float: left;
  margin-top: 10px;
  margin-right: 4px;
}
.btn-gallery-cstm {
  min-height: 30px;
  min-width: 60px;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
  font-size: 18px;
  background: #00a2ff;
  cursor: pointer !important;
  transition: background 0.4s ease 0s;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-gallery-cstm:hover {
  background: #278182;
}
.stylish-fileset {
  font-size: 16px;
}
.stylish-fileset table tbody tr td {
  font-size: 18px;
}
.stylish-fileset select {
  width: 360px;
}
.user-settings ul li {
  list-style-type: none;
}
.user-settings ul li:before {
  content: ' ';
  background-color: #3d9be9;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  float: left;
  margin-top: 10px;
  margin-right: 4px;
}
.user-settings ul li a {
  font-size: 20px;
}
.user-settings ul li span.hint {
  font-size: 16px;
}
.positioning.main {
  border-radius: 6px;
  margin-bottom: 20px;
}
.aboutUs h3 {
  padding: 10px;
  text-align: justify;
}
.btn-pink {
  background-color: #a10074;
}
.img-b2ween {
  position: absolute;
  top: 15px;
  left: -60px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .img-b2ween {
    top: -12px;
  }
}
.no-underline a {
  text-decoration: none;
}
.main-slider {
  margin-bottom: 20px;
}
.slider-preloader {
  height: 400px;
  position: relative;
}
.cssload-main {
  position: absolute;
  content: '';
  left: 50%;
  top: 40%;
  transform: translate(-100%, -240%);
  -o-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  -webkit-transform: translate(-100%, -240%);
  -moz-transform: translate(-100%, -240%);
}
.cssload-main * {
  font-size: 62px;
}
.cssload-heart {
  animation: cssload-heart 1.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -o-animation: cssload-heart 1.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -ms-animation: cssload-heart 1.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -webkit-animation: cssload-heart 1.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -moz-animation: cssload-heart 1.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
}
.cssload-heartL {
  width: 1em;
  height: 1em;
  border: 1px solid #3fc1f2;
  background-color: #3fc1f2;
  content: '';
  position: absolute;
  display: block;
  border-radius: 100%;
  animation: cssload-heartL 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -o-animation: cssload-heartL 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -ms-animation: cssload-heartL 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -webkit-animation: cssload-heartL 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -moz-animation: cssload-heartL 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  transform: translate(-28px, -27px);
  -o-transform: translate(-28px, -27px);
  -ms-transform: translate(-28px, -27px);
  -webkit-transform: translate(-28px, -27px);
  -moz-transform: translate(-28px, -27px);
}
.cssload-heartR {
  width: 1em;
  height: 1em;
  border: 1px solid #3fc1f2;
  background-color: #3fc1f2;
  content: '';
  position: absolute;
  display: block;
  border-radius: 100%;
  transform: translate(28px, -27px);
  -o-transform: translate(28px, -27px);
  -ms-transform: translate(28px, -27px);
  -webkit-transform: translate(28px, -27px);
  -moz-transform: translate(28px, -27px);
  animation: cssload-heartR 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -o-animation: cssload-heartR 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -ms-animation: cssload-heartR 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -webkit-animation: cssload-heartR 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -moz-animation: cssload-heartR 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
.cssload-square {
  width: 1em;
  height: 1em;
  border: 1px solid #3fc1f2;
  background-color: #3fc1f2;
  position: relative;
  display: block;
  content: '';
  transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  animation: cssload-square 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -o-animation: cssload-square 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -ms-animation: cssload-square 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -webkit-animation: cssload-square 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -moz-animation: cssload-square 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
.cssload-shadow {
  top: 97px;
  left: 50%;
  content: '';
  position: relative;
  display: block;
  bottom: -0.5em;
  width: 1em;
  height: 0.24em;
  background-color: #d7d7d7;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  animation: cssload-shadow 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -o-animation: cssload-shadow 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -ms-animation: cssload-shadow 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -webkit-animation: cssload-shadow 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -moz-animation: cssload-shadow 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
@keyframes cssload-square {
  50% {
    border-radius: 100%;
    transform: scale(0.5) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@-o-keyframes cssload-square {
  50% {
    border-radius: 100%;
    -o-transform: scale(0.5) rotate(-45deg);
  }
  100% {
    -o-transform: scale(1) rotate(-45deg);
  }
}
@-ms-keyframes cssload-square {
  50% {
    border-radius: 100%;
    -ms-transform: scale(0.5) rotate(-45deg);
  }
  100% {
    -ms-transform: scale(1) rotate(-45deg);
  }
}
@-webkit-keyframes cssload-square {
  50% {
    border-radius: 100%;
    -webkit-transform: scale(0.5) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
  }
}
@-moz-keyframes cssload-square {
  50% {
    border-radius: 100%;
    -moz-transform: scale(0.5) rotate(-45deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-45deg);
  }
}
@keyframes cssload-heart {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-o-keyframes cssload-heart {
  50% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(720deg);
  }
}
@-ms-keyframes cssload-heart {
  50% {
    -ms-transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(720deg);
  }
}
@-webkit-keyframes cssload-heart {
  50% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
  }
}
@-moz-keyframes cssload-heart {
  50% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(720deg);
  }
}
@keyframes cssload-heartL {
  60% {
    transform: scale(0.4);
  }
}
@-o-keyframes cssload-heartL {
  60% {
    -o-transform: scale(0.4);
  }
}
@-ms-keyframes cssload-heartL {
  60% {
    -ms-transform: scale(0.4);
  }
}
@-webkit-keyframes cssload-heartL {
  60% {
    -webkit-transform: scale(0.4);
  }
}
@-moz-keyframes cssload-heartL {
  60% {
    -moz-transform: scale(0.4);
  }
}
@keyframes cssload-heartR {
  40% {
    transform: scale(0.4);
  }
}
@-o-keyframes cssload-heartR {
  40% {
    -o-transform: scale(0.4);
  }
}
@-ms-keyframes cssload-heartR {
  40% {
    -ms-transform: scale(0.4);
  }
}
@-webkit-keyframes cssload-heartR {
  40% {
    -webkit-transform: scale(0.4);
  }
}
@-moz-keyframes cssload-heartR {
  40% {
    -moz-transform: scale(0.4);
  }
}
@keyframes cssload-shadow {
  50% {
    transform: scale(0.5);
    border-color: #e4e4e4;
  }
}
@-o-keyframes cssload-shadow {
  50% {
    -o-transform: scale(0.5);
    border-color: #e4e4e4;
  }
}
@-ms-keyframes cssload-shadow {
  50% {
    -ms-transform: scale(0.5);
    border-color: #e4e4e4;
  }
}
@-webkit-keyframes cssload-shadow {
  50% {
    -webkit-transform: scale(0.5);
    border-color: #e4e4e4;
  }
}
@-moz-keyframes cssload-shadow {
  50% {
    -moz-transform: scale(0.5);
    border-color: #e4e4e4;
  }
}
.main-page.zoom-container img {
  margin: 0;
}
.main-page .tooltip {
  background-color: transparent !important;
}
.tooltip-inner {
  background-color: transparent;
  color: #000;
  content: 'Please Wait ... Artfun.pl';
}
.tooltip-inner img {
  max-height: 350px;
  max-width: 350px;
  background-color: #000;
  border: 2px solid #000;
}
.goto-basket-custom {
  position: absolute;
  top: 26px;
  list-style-type: none;
  left: 64px;
  padding: 0;
}
.opinions {
  margin-right: 0;
}
.in-row {
  margin-top: 10px;
}
.in-row .glyphicon-heart {
  font-size: 18px;
  padding-bottom: 0;
  color: #a0a0a0;
  position: relative;
  top: 4px;
}
.social-container {
  padding-left: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .social-container {
    overflow: hidden;
  }
  .social-container > div {
    overflow: hidden;
  }
}
.contHeader {
  margin-top: 0px;
}
.walidacja span {
  color: #ff0000;
}
.blad {
  font-size: 18px;
  color: #ff0000;
}
.pole_bledne {
  color: #ff0000;
}
.grupy_towarowe h3 {
  margin-top: 0px;
}
.grupy_towarowe ul.depth_2 li span.plus,
.grupy_towarowe ul.depth_0 li span.plus {
  background-image: url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/li-bgn.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
  width: 12px;
}
.grupy_towarowe ul.depth_2 li span.minus,
.grupy_towarowe ul.depth_0 li span.minus {
  background-image: url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/li-bgn.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
  width: 12px;
}
.grupy_towarowe ul.depth_3 li span.plus,
.grupy_towarowe ul.depth_1 li span.plus {
  background-image: url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/li-bgn2.png");
  background-position: 0 11px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
  width: 12px;
}
.grupy_towarowe ul.depth_3 li span.minus,
.grupy_towarowe ul.depth_1 li span.minus {
  background-image: url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/li-bgn2.png");
  background-position: 0 11px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
  width: 12px;
}
.grupy_towarowe ul.depth_4 li span.plus {
  background-image: url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/li-bgn3.png");
  background-position: 0 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
  width: 12px;
}
.grupy_towarowe ul.depth_4 li span.minus {
  background-image: url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/li-bgn3.png");
  background-position: 0 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
  width: 12px;
}
#galeriaKontrahenta .new-item {
  text-align: center;
}
#zdjecia_albumu .new-item {
  text-align: center;
}
.product-list ul {
  padding-left: 10px;
}
.wybrany_album {
  background: #e6e3e3 none repeat scroll 0 0;
  padding: 6px 0 6px 10px;
  margin-bottom: 10px;
}
.wybrany_album h1 {
  color: #02436b;
}
.wybrany_album img,
.wybrany_album .info {
  color: #0b476b;
  float: left;
  font-size: 13px;
  padding: 10px;
}
.wybrany_album img {
  border: 1px solid #d4d5cd;
}
.wybrany_album .opis {
  padding-top: 10px;
}
.wybrany_album .info .tytul {
  font-size: 20px;
  padding-bottom: 10px;
}
.produkt_info {
  float: left;
  padding: 0 0 0 12px;
  width: 260px;
}
.produkt_info .rating {
  float: left;
}
.produkt_info .rating img {
  cursor: pointer;
}
.produkt_info .rating .star {
  background: rgba(0, 0, 0, 0) url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/star-off.gif") no-repeat scroll 0 0;
  float: left;
  height: 15px;
  padding-right: 3px;
  width: 16px;
}
.produkt_info .rating .star:hover,
.produkt_info .rating .activeStar {
  background: rgba(0, 0, 0, 0) url("/National_Library/oe_/https://www.artfan.pl/www/assets/img/star-on.gif") no-repeat scroll 0 0;
  cursor: pointer;
}
.rating_val .val1 {
  color: #f00;
}
.rating_val .val2 {
  color: #a30;
}
.rating_val .val3 {
  color: #f60;
}
.rating_val .val4 {
  color: #00c000;
}
.rating_val .val5 {
  color: #008000;
}
.colorgreen {
  color: #7C9F0C;
}
.top20 {
  margin-top: 20px;
}
.top40 {
  margin-top: 40px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bgwhite {
  background-color: #FFFFFF;
}
.alignright {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .product-items {
    padding-left: 0;
  }
}
.our-clients .slick-list {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .slick-list {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .staraCena {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .new-item span.code {
    overflow: hidden;
    white-space: nowrap;
  }
  .new-item span.code b {
    overflow: hidden;
  }
}
@media screen and (max-width: 400px) {
  .new-item span.code {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .new-item .btn-add-basket {
    position: absolute;
    right: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .new-item span.nowaCena {
    position: absolute;
    font-size: 19px;
    left: 40px;
    bottom: -17px;
    width: 60px;
  }
}
@media screen and (max-width: 992px) {
  .new-item span.nowaCena {
    position: absolute;
    font-size: 19px;
    left: auto;
    bottom: auto;
    width: 60px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .new-item span.title {
    font-size: 14px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .new-item span.title {
    overflow-y: auto;
    width: 100%;
    text-align: center;
    height: 62px;
    line-height: 25px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .new-item span.title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .new-item.gallery-works img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .current-item .spec {
    padding: 10px 10px 0px;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .item-basket {
    padding-top: 0;
  }
}
.delivery-footer > div:first-child {
  padding-left: 25px;
}
.delivery-footer > div:nth-child(2) {
  padding: 0;
}
.delivery-footer p {
  white-space: normal;
  line-height: 12px;
}
.delivery-footer p a {
  font-size: 11px;
}
.card-container a.a-secondary.opinions {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .card-container a.a-secondary.opinions {
    width: 47%;
    margin-left: 6%;
    height: 46px;
    padding-top: 11px;
  }
}
@media screen and (max-width: 400px) {
  .card-container a.a-secondary.opinions {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .product-items .item-basket .btn-add-basket {
    position: relative;
    top: 11px;
    border: 1px solid;
    color: #a0a0a0;
    padding: 4px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .product-items .new-item {
    padding-bottom: 30px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .product-items .new-item {
    padding-bottom: 17px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .product-items .new-item {
    padding-bottom: 36px;
  }
  .product-items .new-item span.item-price {
    width: 100%;
    display: block;
  }
  .product-items .new-item .btn-add-basket {
    position: relative;
    top: -20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .btn.btn-goshopping {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn-goshopping.cart {
    width: 47%;
  }
}
@media screen and (max-width: 400px) {
  .btn.btn-goshopping.cart {
    width: 100%;
  }
}
.sortowanie_limitowanie .label {
  line-height: 24px;
}
.limitowanie ul li a.active {
  color: #80B322;
}
@media screen and (max-width: 768px) {
  .product-list {
    padding-right: 15px;
  }
  .product-list .c-block .circle.big {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
.slick-slide {
  text-align: center;
}
.slick-slide > * {
  text-align: left;
}
@media (max-width: 768px) {
  .slick-slider {
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .slick-slider .slick-list {
    overflow: hidden!important;
  }
}
@media screen and (max-width: 768px) {
  .rege-container {
    margin-top: 25px;
    padding-right: 0;
  }
  .rege-container tr td {
    padding-right: 10px;
  }
  .rege-container tr td:last-child {
    padding-right: 0;
  }
  .rege-container > div {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .rec_edit_1 {
    padding-top: 20px;
  }
}
.btn-gallery-center {
  margin-left: 5px;
}
@media screen and (max-width: 400px) {
  .btn-gallery-cstm {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .btn-gallery-center {
    margin-left: 0px;
  }
}
.lista_albumow .new-item.gallery-works {
  margin-right: 0;
}
@media screen and (max-width: 968px) {
  #komunikat-cookies {
    width: 100%!important;
    height: auto!important;
  }
  #komunikat-cookies p {
    padding-right: 0!important;
    padding-bottom: 30px!important;
  }
}
@media screen and (max-width: 768px) {
  #galeriaKontrahenta > div {
    padding-left: 0;
    padding-right: 0;
  }
}
img.modal-content {
  max-width: 500px;
  max-height: 500px;
}
.top_info .top_info_in span {
  display: block;
  background-color: #E6E3E3;
}
.ukryty {
  display: none;
}
.akceptacja_reg {
  text-align: left;
  padding: 4px 2px;
  font-weight: bold;
}
.czerwona_ramka {
  border: 2px #FF0000 solid;
}
#table_nazwa {
  width: 76%;
}
#table_nazwa table {
  width: 100%;
}
.komunikatyBox {
  font-size: larger;
  color: #00a2ff;
}
#przypomnienie_hasla_login {
  width: 300px;
}
.shop-log-in {
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop-log-in {
    padding-left: 10px;
  }
  .shop-log-in .nav.navbar-nav.navbar-right li {
    padding-bottom: 10px;
    height: 60px;
    text-align: center;
  }
  .shop-log-in .nav.navbar-nav.navbar-right li a {
    text-align: center;
  }
  .shop-log-in .nav.navbar-nav.navbar-right li a.a-primary {
    line-height: 27px;
  }
  .shop-log-in .nav > li > a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .content-list {
    margin-top: 0px;
  }
  .content-list .loggin-first {
    margin-left: 0;
  }
  .content-list .loggin-first.box-shadow-custom:last-child {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .content-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .contact-box li {
    text-align: center;
  }
  .contact-box li img {
    display: inline;
  }
}
@media screen and (max-width: 992px) and (min-width: 640px) {
  .news .circle.blue.big {
    top: -30px;
    position: relative;
  }
  .promotions .circle.pink.big {
    top: -30px;
    position: relative;
  }
}
.zdjecieProduktu {
  float: left;
}
@media screen and (max-width: 768px) {
  #myModal .close-modal {
    top: 3px;
    right: 15px;
  }
  #myModal img.modal-content {
    width: 90%;
    margin-top: 70px;
  }
}
.pluginSkinLight.pluginFontHelvetica > div > table {
  max-width: 100%!important;
}
@media screen and (max-width: 768px) {
  #koszyk .container {
    padding-left: 0;
    padding-right: 0;
  }
  #fkoszyk_produkty .table {
    display: block;
  }
  #fkoszyk_produkty .table > tbody {
    display: block;
  }
  #fkoszyk_produkty .table > tbody > tr {
    border-bottom: 3px solid #333;
    display: block;
  }
  #fkoszyk_produkty .table > tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
  #fkoszyk_produkty .table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  #fkoszyk_produkty .table > tbody > tr > td > span {
    float: left;
  }
  #fkoszyk_produkty .table > tfoot {
    display: block;
  }
  #fkoszyk_produkty .table > tfoot > tr {
    border-bottom: 3px solid #333;
    display: block;
  }
  #fkoszyk_produkty .table > tfoot > tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
  #fkoszyk_produkty .table > tfoot > tr > td {
    display: block;
    width: 100%;
  }
  #fkoszyk_produkty .table > tfoot > tr > td > button {
    width: 100%;
    text-align: center;
  }
  #fkoszyk_produkty .table > tfoot > tr > td > span {
    float: left;
  }
}
.dropdown-mobile-change > .dropdown-menu {
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .navbar-nav .open .dropdown-menu.myaccount-menu {
    position: absolute;
    width: 100%;
    background-color: #00a2ff;
  }
  .navbar-nav .open .dropdown-menu.myaccount-menu .myaccount {
    padding-bottom: 0;
    height: 50px;
  }
  .navbar-nav .open .dropdown-menu.myaccount-menu li a {
    height: 100%;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    padding: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-nav .open .dropdown-menu.myaccount-menu li a:hover {
    background-color: #0081cc;
  }
}
label {
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .dotpay-payments-table {
    display: block;
  }
  .dotpay-payments-table tbody {
    display: block;
  }
  .dotpay-payments-table tbody tr {
    display: block;
  }
  .dotpay-payments-table tbody tr td {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .dotpay-payments-table tbody tr td img {
    max-width: 100%;
  }
}
.table-summary {
  font-size: 10px;
}
.table-summary a {
  font-size: 12px;
}
.order-buttons-table {
  display: block;
}
.order-buttons-table tbody {
  display: block;
}
.order-buttons-table tbody tr {
  display: block;
}
.order-buttons-table tbody tr td {
  display: block;
  padding-bottom: 10px;
}
.order-buttons-table tbody tr td input {
  width: 100%!important;
}

#koszykBaner .mobile-nav .open > .dropdown-menu {
  right: 0;
  left: 15px;
  padding: 0 0;
}

#koszykBaner .mobile-nav li .mobile-user-menu {
  display: block;
  width: 100%;
}

#koszykBaner .mobile-nav li .mobile-user-menu > a {
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #00a2ff;
  text-align: left;
  color: #fff;
}

#koszykBaner .mobile-nav .open > .dropdown-menu li.mobile-user-menu a {
  background-color: #00a2ff;
  color: #fff!important;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  padding: 13px 20px;
  height: 50px;
  font-weight: bold;
}