* {
  outline: medium none !important;
  box-sizing: border-box;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
html, body {
  height: 100%;
  max-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  border: 0;
  margin: 0;
  background: #fff;
  font-size: 16px;
}
body .container {max-width: 1580px;}
header {padding: 20px 0;}
#main-menu nav a, .left .nav a, #panelModal li a {
  font-size: 1.35rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid transparent;
}
header .search input {
  width: 335px;
  text-align: center;
}
header .search input, .mod-login input {
  color: #000;
  padding: 5px;
  border-radius: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: inset 2px 2px 0 0 rgba(0,0,0,0.2);
  box-shadow: inset 2px 2px 0 0 rgba(0,0,0,0.2);
}
header .search input {background: #e1dfdd url('../images/search-icon.png') center left 5px no-repeat;}
.mod-login input {background: #e1dfdd;}
.login-button {
  background: #fff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.mod-languages li a, .login-button {
  color: #000;
  text-decoration: none;
  font-size: 1.25rem;
}
.btn.login-button:focus {box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);}
.btn.login-button:hover {border-bottom: 1px solid #000 !important;}
.mod-login__username .input-group-text {width: 44px;}
.mod-login .form-group {margin-bottom: 15px;}
body .btn-primary, #adminForm .nav-pills .nav-link.active, #adminForm .nav-pills .show > .nav-link,
.vm-orders-information .nav-pills .nav-link.active, .vm-orders-information .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
body .btn-primary:hover, .details:hover, .vm-button-correct:hover, #main-content .btn:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}
#adminForm  .nav-pills .nav-link, .vm-orders-information .nav-pills .nav-link{
  background: 0 0;
  border: 1px solid #ccc;
  border-radius: .25rem;
  color: #000;
  margin: 0 5px;
}
#adminForm  .nav-pills .nav-link:hover, .vm-orders-information .nav-pills .nav-link:hover {border-color: #000;}
body .btn-primary:focus {box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);}
.mod-login__options a, body .btn-link {
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  border-radius: 0;
}
.mod-login__options a:hover, body .btn-link:hover {
  color: #000;
  border-bottom: 1px dashed #000;
  transition: all 0.5s ease 0s;
}
body .navbar-light .navbar-toggler {
  border-color: #000;
  color: #000;
}
#cookiesBar {
  color: #fff;
  position: fixed;
  z-index: 9999;
  max-width: 400px;
  font-size: 0.8rem;
}
#cookiesBarWrap {
  position: relative;
  padding: 15px 35px 15px 135px;
  background-color: #000;
  background-image: url('../images/cookies.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #fff;
}
#cookiesBarClose {
  display: block;
  width: 20px;
  height: 19px;
  background: url("../images/btn-close.png") 0 0 no-repeat;
  text-indent: -999em;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 40px;
}
a#cookiesBarClose {border: 0;}
#cookiesBarClose:hover {background-position: -30px 0;}
.left .nav, footer .nav {display: block;}
.left .nav a {
  margin: 10px 0;
  display: inline-block;
}
footer .nav li {
  display: block;
  margin-bottom: 10px;
}
footer .nav li a, .breadcrumb a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid transparent;
}
footer .nav li a:hover, .breadcrumb a:hover {
  border-bottom: 1px solid #000;
  transition: all 0.5s ease 0s;
}
.social-icons ul {
  padding: 0;
  margin: 40px 0 0 0;
}
.social-icons ul li {
  list-style: none;
  display: inline-block;
}
.social-icons ul li a {
  color: #000;
  font-size: 1.5rem;
}
.social-icons ul li a:hover {color: #555;}
.module-inline {display: inline-block;}
#main-menu .mod-custom.custom {display: none;}
#authors {
  background: #85827d;
  color: #fff;
  padding: 10px 0;
}
.ornament-2 {
  width: 100%;
  background: url('../images/ornament-2.png') repeat-x;
  height: 30px;
}
#authors .controlers {
  margin-top: 20px;
  text-transform: uppercase;
  background: url('../images/mini-ornament.png') center bottom no-repeat;
  padding-bottom: 50px;
}
#authors a {
  text-decoration: none;
  color: #fff;
}
.column {float: left;}
.size-1of3 {width: 33.333%;}
.size-1of2 {width: 50%;}
.size-1of1 {width: 100%;}
.column .blog-item {margin: 15px;}
.column .column-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.column .column-item .produkt_info {
	position: absolute;
	background: #000;
	color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	opacity: 0;
	transform: scale(6);
}
.column .column-item:hover .produkt_info {
	transform: scale(1);
	opacity: 1;
	z-index: 1;
}
.column .column-item .produkt_info_wew {
	padding: 20px 15px 10px 15px;
	color: #ccc;
}
.column .column-item .ikona-nowosc,
.column .column-item .ikona-wyczerpany {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
}
.etykieta {
  color: #fff;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
}
.product-list .etykieta {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100px;
  -moz-border-radius: 0 0 0 100px;
  -webkit-border-radius: 0 0 0 80px;
  padding: 15px 0 0 17px;
}
.przecena {background: #BD1A20;}
.wyczerpany {background: #000;}
.etykieta.wyczerpany {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 3;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-right: 0;
}
.image-out-of-stock {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cena_nowa span.PricesalesPrice, span.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 0.6s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}
@keyframes blinker {
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}
.produkt_info_wew h1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 1.5rem;
}
.produkt_info_wew h1 span {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
  font-style: italic;
}
.produkt_info .ceny > div {
  display: inline;
  margin: 0 9px 0 0;
}
.cena_podstawowa span, .cena_nowa span, .taniejo span {
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
}
.przekreslenie, .przekreslenie .PricebasePriceVariant, .line-through {text-decoration: line-through;}
.cena_podstawowa span {background: #95CA1E;}
.taniejo span {background: #fcbe05;}
.cena_nowa .tlo {
  background: #ed2f2f;
  font-size: 1.3em;
}
.produkt_info .link-szczegoly {
  display: block;
  background: #ccc;
  color: #555;
  padding: 5px 15px;
  text-align: center;
}
.produkt_info .link-szczegoly:hover {
  background: #fff;
  color: #000;
  letter-spacing: 2px;
  transition: all 0.4s;
  border: 0;
}
.vm-price-desc{display: none !important;}
ol.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 0 0 19px 0;
  border-bottom: 1px solid #000;
  margin: 0 0 20px 0;
}
.vm-pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.vm-pagination ul li a {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.vm-pagination ul li a:hover {
  background: #85827d;
  transition: all 0.5s ease 0s;
}
.vm-button-correct {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: all 0.5s ease 0s;
}
#main-content .btn-dark {background: #000;}
#fancybox-outer #fancybox-content {
  width: 100% !important;
  height: 100% !important;
}
#facebox .content h4 {max-width: 97%;}
.small-image {
  width: 33%;
  display: inline-block;
}
input.quantity-input, .cart-summary input.quantity-input {
  height: 37px;
  width: 37px;
  text-align: center;
  font-weight: 700;
  padding: 2px;
}
.quantity-controls{width:15px;display: inline-block;vertical-align:middle;margin:-5px 0 0 1px;line-height: 12px;}
.quantity-controls input.quantity-controls{height:15px;border:none;width:15px;color:transparent}
.quantity-controls input.quantity-plus{background:url(../images/quantity-controls.png) no-repeat;margin: 1px 0;}
.quantity-controls input.quantity-minus{background:url(../images/quantity-controls.png) repeat-x;background-position:15px 0;margin: 1px 0;}
.offcanvas-cart-button {
  background: url('../images/ikona-koszyk.png') center center no-repeat;
  width: 41px;
  height: 46px;
  display: block;
  text-decoration: none;
  text-align: center;
}
.cart-products {
  background: #BD1A20;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  margin-top: 7px;
}
.vmcontainer {display: table;}
.product_row {display: table-row;}
.product_row:nth-child(odd) {background: rgba(0, 0, 0, 0.1)}
.quantity, .product_name, .subtotal_with_tax {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
}
.subtotal_with_tax, .quantity::after {white-space: nowrap;}
.quantity::after {content: ' x';}
.details {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: all 0.5s ease 0s;
  float: none !important;
}
.vm_cart_products a, .mod-breadcrumbs a, .com-content-article__body a, #editcell a,
#pills-edit a, .vm-orders-information table a, .manufacturer a, .manufacturer-url a {
  color: #000;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dashed #000;
  transition: all 0.5s ease 0s;
}
.vm_cart_products a:hover, .mod-breadcrumbs a:hover, .com-content-article__body a:hover,
#editcell a:hover, #pills-edit a:hover, .vm-orders-information table a:hover, .manufacturer a:hover, .manufacturer-url a:hover {
  border-bottom: 1px dashed transparent;
  transition: all 0.5s ease 0s;
}
.no-border, .no-border:hover {border: 0 !important;}
.author img {width: 200px;}
.page-header img {width: 300px;}
.author h1, .page-header h1{font-size: 2rem;}
.author h2, .page-header h2 {font-size: 1.2rem;}
.item-content h1 {
  font-size: 1.5rem;
  font-weight: bold;
  background: url('../images/mini-ornament2.png') left bottom no-repeat;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.left .moduletable {margin-bottom: 30px;}
.img-hover-zoom:not(.img-hover-zoom--empty):hover {filter: drop-shadow(0 0 10px rgba(0,0,0,.3));}
.img-hover-zoom--slowmo:hover img {transform: scale(1.2);}
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
}
.author .img-hover-zoom, .page-header .img-hover-zoom{
  overflow: hidden;
  margin: 0 auto;
}
.author .img-hover-zoom {
  height: 200px;
  width: 200px;
}
.page-header .img-hover-zoom {
  height: 300px;
  width: 300px;
}
.com-content-article .page-header {
  background: url('../images/mini-ornament2.png') center bottom no-repeat;
  padding-bottom: 50px;
}
.page-item.active .page-link {
  border: 0;
  background: #000;
}
.main-column .page-link {color: #000;}
.blog .item-content{
  background: #fff;
  padding: 15px 15px 50px 15px;
  position: relative;
}
.blog-item .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  margin: 0;
  transition: all 0.5s ease 0s;
}
.blog-item a:hover .readmore {
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}
.blog-item a {
  text-decoration: none;
  color: inherit;
}
#system-message-container joomla-alert[type="info"] {
  background-color: #ccc;
  border-color: #000;
  color: #000;
  border-radius: 0;
}
body .btn-check:focus + .btn-primary, body .btn-primary:focus {
  color: #fff;
  background-color: #BD1A20;
  border-color: #BD1A20;
  box-shadow: 0 0 0 0.25rem rgba(189, 26, 32, 0.5);
}
#mod-custom141 {
  border: 1px solid #000;
  padding: 20px;
  margin: 0 15px;
}
label.agreed {display: inline !important;}
input#agreed_field {width: auto !important;}
#pills-edit ul {margin: 20px 0 0 0;}
.vm-orders-information td, .vm-orders-information th {
  border: 1px solid #000;
  padding: 5px;
}
.vm-wrap.vm-order-done a.vm-button-correct {
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.vm-wrap.vm-order-done {font-weight: bold;}
.vm-wrap.vm-order-done span {font-weight: normal;}
.user-is-a-guest #username_field,
.user-is-a-guest #password_field,
.user-is-a-guest #password2_field,
.user-is-a-guest #name_field {
  background: #ccc;
  border: 1px solid #000;
}












.collapse.navbar-collapse .nav-link {display: inline-block;}

.page-slider {
  height: 450px;
  width: 100%;
}
body.start .page-slider {
  height: 700px;
  width: 100%;
}
.page-slider .carousel, .page-slider .carousel-inner, .page-slider .carousel-item {height: 100%;}
.page-slider .carousel .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}




.progress-bar {width: 0%;}

/* Clients (aka Simply Scroll) */
.simply-scroll,
.simply-scroll .simply-scroll-clip,
.simply-scroll .simply-scroll-list li {height: 78px;}

.simply-scroll-list li img {
	border: none;
	display: block;
	}
.simply-scroll {width: 100%;}
.simply-scroll-container {position: relative;}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	position: relative;
	overflow: hidden;
	}
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: auto;
	padding: 0 10px;
	list-style: none;
	}






@media only screen and (min-width:320px) {
  .table td, .table th {
    display: block;
    text-align: center;
  }
  .adminForm.user-details .group-controls input,
  .adminForm.user-details .group-controls select,
  .adminForm.user-details .group-controls .chosen-container-single {
    width: 100% !important;
    padding: 5px;
  }
  .offcanvas-cart-button {margin: 15px auto;}
  #main-content .left .moduletable {
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 10px;
  }
  #facebox {
    left: 50% !important;
    transform: translate(-50%) !important;
  }
  #facebox {max-width: 95% !important;}
  #facebox .content {max-width: 100% !important;}
  #grid[data-columns]::before, #grid-text[data-columns]::before {content: '1 .column.size-1of1';}
  #notifyform label {display: none;}
  .column-1, .column-2 {width: 100%;}
  #main-menu .navbar-nav {margin-top: 15px;}
  #main-menu nav a:link, #main-menu nav a:visited {padding: 15px 0;}
  #cookiesBar {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width:360px) {
}
@media only screen and (min-width:375px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width: 568px) {
}
@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 667px) {
}
@media only screen and (min-width: 736px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
  .table td, .table th {
    display: table-cell;
    text-align: inherit;
  }
  #grid[data-columns]::before, #grid-text[data-columns]::before {content: '2 .column.size-1of2';}
}
@media only screen and (min-width: 1224px) {
  .adminForm.user-details .group-controls input,
  .adminForm.user-details .group-controls select,
  .adminForm.user-details .group-controls .chosen-container-single {width: 80% !important;}
  .adminForm.user-details .group-controls {break-inside: avoid-column;}
  .adminForm.user-details {column-count: 2;}
  .offcanvas-cart-button {margin: 0;}
  #main-content .left .moduletable  {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  #facebox {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  #facebox .content, #facebox {
    width: auto !important;
    max-width: 100% !important;
  }
  #notifyform label {display: inline-block;}
  .column-1 .main-image {padding-right: 20px;}
  .column-1 {width: 40%;}
  .column-2 {width: 60%;}
  .column .column-item {padding: 0 15px;}
  #main-menu nav a:link, #main-menu nav a:visited {
    margin-right: 20px;
    padding: 0 0 2px 0;
  }
  #main-menu nav a:hover, .left .nav a:hover, #panelModal li a {
    border-bottom: 1px solid #000;
    transition: all 0.5s ease 0s;
  }
  .float-panel {
    width: 100%;
    z-index: 10;
    /*transform: translateZ(0);*/
    transition: all 0.9s ease 0s;
    position: relative;
  }
  .fixed {
    animation: slide-down 0.9s;
    position: fixed;
    top: 0;
    background: #fff;
  }
  @keyframes slide-down {
      0% {
          opacity: 0;
          transform: translateY(-100%);
      }
      100% {
          opacity: 0.9;
          transform: translateY(0);
      }
  }
  .fixed #header-top {display: none;}
  #cookiesBar {
    bottom: 20px;
    right: 20px;
  }
  #grid[data-columns]::before {content: '3 .column.size-1of3';}
  .fixed #main-menu .mod-custom.custom {display: inline-block;}
  .fixed #main-menu .mod-custom.custom img {
    height: 50px;
    width: auto;
  }
  #main-menu .col-12 {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
  }
  #main-menu .navbar-nav {margin-top: 0;}
}
@media only screen and (min-width: 1440px) {}

  #skiplinks a {
  display: inline;
  left: -9000em;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 150px;
  z-index: 200;
}
#skiplinks a:hover, #skiplinks a:focus, #skiplinks a:active {
  background: #231f20;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}

/* diff */

del {
  color: red;
  background: #fdd;
}
ins {
  color: green;
  background: #dfd;
  text-decoration: none;
}
table td div.modal {z-index: 99999;}
body .modal-backdrop {z-index: 99995;}
.my-table a.btn:hover {color: #fff !important;}
.js-finder-search-query.form-control:focus, .n2-ss-item-content a:focus, .dj-mobile-open-btn:focus,
.nextend-arrow-previous:focus, .nextend-arrow-next:focus, .n2-bullet:focus, .n2-bullet.n2-active:focus,
.dj-submenu a:focus {
  border: 2px solid red !important;
  outline: none !important;
}
#header-top .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {top: 12px;}
#header-top button::before {padding-top: 0 !important;}
#header-top .mod-finder__search button {
  border-top-right-radius: 99px !important;
  border-bottom-right-radius: 99px !important;
}
ul.wcag li#neutral a span, ul.wcag li#bright a span {
  font-size: 15px !important;
  visibility: hidden;
}
#copyright .n2-ss-slider .n2-ow::before, #copyright .n2-ss-slider .n2-ow::after,
#copyright .n2-ss-slider .n2-ow-all :not(i)::before, #copyright .n2-ss-slider .n2-ow-all :not(i)::after {display: inline-block !important;}
