body {
  font-family: 'Mulish', sans-serif;
}

.mulish {
  font-family: 'Mulish', sans-serif;
}

.palanquin {
  font-family: 'Palanquin', sans-serif !important;
}

img.lazy,
.lazy,
img.mlazy,
.mlazy {
  background: none;
  opacity: 0;
  transition: all .5s;
  transition-timing-function: ease-in-out;
}

.prelazy {
  background: #FFFFFF;
  background: linear-gradient(90deg, #FFF 8%, rgb(232, 238, 241) 18%, #FFF 33%);
  background-size: 200% 100%;
  animation: .6s shine linear infinite;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.pojawsie {
  opacity: 0;
  transition: all .1s;
}

.lazy.loaded,
.mlazy.loaded {
  opacity: 1;
}

html {
  font-size: 14px;
  font-display: swap;
}



.form-select option {
  font-size: 16px;
}

.h80p {
  height: 80px !important;
  transition: all 1s;
}

.container {
  width: 100% !important;
  max-width: 1440px !important;
}

.bg-light {
  background: #F2F2F2 !important;
}

.bg-primary {
  background: #3E69F1 !important;
}

.text-primary {
  color: #3E69F1 !important;
}

.bg-success,
.btn-success {
  background: #00AA44 !important;
}

.btn-success:hover {
  background: #008822 !important;
}

.text-success {
  color: #00AA44 !important;
}

.bg-danger,
.btn-danger {
  background: #FF6E6E !important;
}

.btn-danger:hover {
  background: #DF4E4E !important;
}

.text-danger {
  color: #FF6E6E !important;
}

.text-orange {
  color: #FF6600 !important;
}

.text-purple {
  color: #5A2CA0;
}

.fs-35p {
  font-size: 35px !important;
}

.fs-7 {
  font-size: .9rem !important;
}

.fs-8 {
  font-size: .8rem !important;
  transition: all 1s;
}

.fs-40p {
  font-size: 40px;
}

.top-icon {
  width: 60px;
  height: 50px;
}

.btn:focus {
  box-shadow: none !important;
}

.vendor-icon {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

#top-bar {
  z-index: 9010;
}

#searchomnibox,
#searchomniboxmobile {
  overflow-y: scroll;
  overflow-x: hidden;
}

.top-button,
.transition {
  transition: all .5s;
}

.top-button,
.top-button:focus {
  opacity: 1;
}

.zone-button {
  opacity: .5;
}

.zone-button:hover,
.zone-button.active {
  opacity: 1;
  transition: all 1s;
}

.top-button:hover {
  opacity: 0.5;
}

.top-button.dropdown-toggle::after {
  display: none;
}

.top-menu {
  width: 200px;
  margin-right: -65px !important;
  margin-top: 10px !important;
}

.top-menu:before,
.top-menu:after {
  content: "\A";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  left: 90px;
  top: -8px;
}

.top-menu:before {
  border-color: transparent transparent #DDD transparent;
  top: -9px;
}

.rounded {
  border-radius: 10px !important;
}

.menu-grupa {
  color: #FFF !important;
  text-decoration: none;
  line-height: 12px;
  font-weight: bold;
  transition: all .5s;
  border: 1px solid transparent;
  opacity: 1;
}

.menu-grupa img {
  width: 32px;
}

.menu-grupa:hover:not(.active) {
  border: 0px solid #3d5eca;
  border: 1px solid #EEE;
  opacity: 1;
}

.menu-grupa.active {
  border: 0px solid #5c7ce7;
  border: 0px solid #3d5eca;
  border: 1px solid #FFF;
}

.ml10px {
  margin-left: 10px !important;
}

.paseknewsletter {
  background: url('/layout/newstlo.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.stopka {
  background: url('/layout/stopka_tlo.jpg');
  background-size: cover;
  background-position: center;
}

#slidergora,
#slidergora .carousel-inner,
#sliderdol,
#sliderdol .carousel-inner {
  height: 500px;
}

.carousel-indicators [data-bs-target] {
  height: 20px;
  width: 20px;
  border-radius: 3px !important;
  border: 1px solid #999;
}

.carousel-control-prev,
.carousel-control-next {
  max-width: 70px;
}

.carousel-caption {
  right: unset;
  bottom: unset;
  left: 10%;
  width: 80% !important;
}

.carousel-caption p,
.carousel-caption strong {
  margin-bottom: 0;
}

.carousel-caption strong {
  line-height: 1;
}

.carousel-caption table {
  width: 100% !important;
}

.ql-align-right {
  text-align: right;
}

.text-shadow-white {
  text-shadow: 0px 0px 5px #fff;
}

.text-shadow-dark {
  text-shadow: 0px 0px 5px #000;
}

.tns-outer {
  padding: 0 !important
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left
}

.polecane .tns-controls,
.produktzdjecia .tns-controls {
  position: relative;
}

.polecane .tns-controls button[data-controls=next],
.produktzdjecia .tns-controls button[data-controls=next],
.polecane .tns-controls button[data-controls=prev],
.produktzdjecia .tns-controls button[data-controls=prev] {
  position: absolute;
  border: 0;
  background: transparent;
  z-index: 9004;
  height: 250px;
  margin-top: 70px;
  opacity: .3;
  transition: all 1s;
  border: 0;
  width: 80px;
}

.polecane .tns-controls button[data-controls=next]:hover,
.polecane .tns-controls button[data-controls=prev]:hover {
  opacity: .7;
}

.polecane .tns-controls button[data-controls=next] {
  right: -14px;
  text-align: right;
}

.polecane .tns-controls button[data-controls=prev] {
  left: -14px;
  text-align: left;
}

.produktzdjecia .tns-controls button[data-controls=next] {
  right: 0px;
  text-align: right;
  height: 45vh;
  opacity: .4;
}

.produktzdjecia .tns-controls button[data-controls=prev] {
  left: 0px;
  text-align: left;
  height: 45vh;
  opacity: .4;
}

.produktzdjecia .tns-controls button[data-controls=next]:hover,
.produktzdjecia .tns-controls button[data-controls=prev]:hover {
  opacity: .9;
}

.polecane .tns-nav {
  text-align: center;
  margin-top: 10px;
}

.polecane .tns-nav button {
  background: #BBB;
  height: 30px;
  width: 30px;
  max-width: 30px;
  font-size: 0;
  border-radius: 3px !important;
  border: 1px solid #FFF;
  margin-left: 3px;
  margin-right: 3px;
}

.polecane .tns-nav button.tns-nav-active {
  background: #888;
}

.ql-editor h1,
.ql-editor h1 strong,
.ql-editor h1 span,
.ql-editor h1 p,
.ql-editor h1 br,
.ql-editor h2,
.ql-editor h2 strong,
.ql-editor h2 span,
.ql-editor h2 p,
.ql-editor h2 br {
  font-family: 'Palanquin' !important;
  line-height: 1;
}

.ql-editor p {
  line-height: 1.5;
  margin-bottom: 0;
}

.ql-editor img {
  max-width: 99% !important;
  height: auto !important;
}

#miniaturki li,
#miniaturkiokno li {
  min-width: 10%;
  width: 10%;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 4px;
  white-space: nowrap;
  text-align: center;
  border: 2px solid transparent;
  background: #FFF;
  border-radius: 0px !important;
  margin-right: 0;
  overflow: hidden;
  background: #FFF;
  transition: all 1s;
}

#miniaturkiokno li {
  height: 70px;
}

#miniaturki li img,
#miniaturkiokno li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 120px;
  margin: 4px auto;
}

#miniaturkiokno li img {
  max-height: 80px;
}

#miniaturki .tns-nav-active,
#miniaturkiokno .tns-nav-active {
  border: 2px solid #CCC !important;
}

.modal {
  z-index: 99999;
}