* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

body {
  font: 400 14px Arial;
  color: #111;
  margin: 0 auto;
  min-width: 360px;
  -moz-transition: padding .2s linear;
  -o-transition: padding .2s linear;
  /* -webkit-transition: padding .2s linear; */
  /* transition: padding .2s linear; */
}

@font-face {
  font-family: 'me_ceny_1.1bold';
  src: url(../fonts/me_ceny_bold_1.1-webfont.eot);
  src: url(../fonts/me_ceny_bold_1.1-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/me_ceny_bold_1.1-webfont.woff) format("woff"),
    url(../fonts/me_ceny_bold_1.1-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.loading {
  position: relative;
}

.loading::before {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
}

.loading .overlay {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  z-index: 100;
}

.loading::after {
  animation: 2s linear 0s normal none infinite running fa-spin;
  color: #aaa;
  content: "\f1ce";
  display: inline-block;
  font: 30px/1 FontAwesome;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  text-rendering: auto;
  top: 50%;
  z-index: 101;
}

.loading .overlay>.fa {
  color: #aaa;
  font-size: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

a {
  color: #5b86e7;
}

a:focus, a:hover {
  color: #111;
}

ul {
  list-style: none;
}

.h_title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
}

.p_title {
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}

.product-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
  margin-top: 20px;
}

.none {
  display: none;
}

.bold {
  font-weight: bold;
}

.btn {
  border-radius: 0;
  vertical-align: middle;
  border: 0 solid #FFF200;
  background-color: #FFF200;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn svg {
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.choose-view {
  background: #FFF;
  border-color: #eee;
  color: #999;
}

.red-btn {
  border: 1px solid #fe0000 !important;
  background: #fe0000 !important;
  color: #fff !important;
}

.choose-view:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: .6;
  text-decoration: none;
  color: #333;
  background: #fe0000 !important;
}

.btn:hover, .btn.selected {
  text-decoration: none;
  color: #333;
  border: 0 solid #f3ca00;
  background-color: #fff87f;
}

.btn.red-btn.selected {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  border: 1px solid #fe0000;
  color: #fff;
}

.no-pad {
  padding-left: 10px;
}

.top_nav .contact_bar {
  float: right;
  width: 50%;
}

.top_nav .contact_bar p {
  float: right;
  padding: 7px 0 7px 28px;
  font-size: 13px;
  color: #222;
  position: relative;
  margin-left: 15px;
}

.top_nav .contact_bar a {
  color: #111;
}

.top_nav .contact_bar i {
  width: 18px;
  height: 17px;
  position: absolute;
  left: 3px;
  top: 7px;
  display: block;
}

.top_nav .contact_bar i.phone1 {
  background: url(../img/sprite.png) -380px -145px no-repeat;
}

.top_nav .contact_bar i.phone2 {
  background: url(../img/sprite.png) -413px -145px no-repeat;
}

.prime_bar .go_to_shop {
  float: right;
}

.prime_bar .go_to_shop a {
  border: none;
  color: #FFF;
  line-height: 54px;
  display: block;
}

.icon_cart {
  background: url(../img/white-cart.png) 0 0 no-repeat;
  width: 38px;
  height: 30px;
  top: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.prime_bar .go_to_shop a:hover {
  color: #fff319;
  text-decoration: none;
}

.prime_bar {
  background: #000000;
  min-height: 40px;
}

.prime_bar h1 {
  height: 54px;
  float: left;
  text-align: left;
  position: relative;
}

.prime_bar h1 a {
  display: block;
}

#menu-mobile {
  display: none;
  width: 100%;
  position: relative;
  padding-top: 44px;
}

#menu-mobile button {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url(../img/sprite.png) -217px -498px no-repeat;
  position: absolute;
  top: 7px;
  right: 0;
}

#menu-mobile button:focus {
  outline-color: #fcd605;
}

#menu-mobile .tree {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
  box-shadow: 0 0 10px #777;
}

#menu-mobile .tree a {
  color: #333;
  font-size: 16px;
  line-height: 40px;
  display: block;
  background: #FFF;
  padding-left: 0;
  border-top: 1px solid #F1F1F1;
  text-align: center;
}

#menu-mobile .tree li:nth-child(odd) a {
  background: #F8F8F8;
}

#menu-mobile .tree a:hover {
  text-decoration: none;
  background: #eee;
}

#menu-mobile .trig2 {
  display: none;
}

.navbar {
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #e9e9e9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #e9e9e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbfbfb 0%, #e9e9e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e9e9e9', GradientType=0);
  /* IE6-9 */
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 99;
  top: 0;
}

.navbar .navbar-header a:focus {
  outline: none;
  text-decoration: none;
}

.navbar .navbar-header ul li {
  float: left;
  position: relative;
}

.navbar .navbar-header ul li a {
  border-left: 1px solid #111;
  padding: 0 30px;
  line-height: 71px;
  color: #111;
}

.navbar .navbar-header ul li ul li a:hover {
  text-decoration: none;
  background: #eee;
}

.navbar .navbar-header li:first-child a {
  border-left: 0 solid #111;
  padding-left: 0;
}

.navbar .navbar-header ul ul {
  position: absolute;
  top: 71px;
  left: 0;
  width: 290px;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.7s;
  transition: height 0.7s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navbar .navbar-header ul li:hover ul {
  height: auto;
}

.navbar .navbar-header ul li.open ul {
  height: 228px;
}

.navbar .navbar-header ul ul li {
  display: block;
  height: 38px;
  float: none;
  background: #e9e9e9;
  border-bottom: 1px solid #f1f1f1;
}

.navbar .navbar-header ul ul li a {
  padding: 0 33px !important;
  border: none;
  line-height: 37px;
  display: block;
}

.prime_bar .top_links {
  padding-top: 1px;
  float: right;
}

.prime_bar .top_links a {
  color: #fff;
  float: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 52px;
}

.prime_bar .top_links a:hover {
  color: #fff319;
  text-decoration: none;
}

.prime_bar .top_links a span {
  font-weight: normal;
  font-size: 12px;
}

.prime_bar .top_links .top_linksStore, .prime_bar .top_links .top_linksFlyer {
  position: relative;
  padding-left: 55px;
  padding-right: 25px;
}

.prime_bar .top_links .top_linksStore {
  padding-right: 10px;
}

.top_links .top_linksFlyer {
  border-right: 2px solid #232323;
}

.prime_bar .top_links .top_linksStore i, .prime_bar .top_links .top_linksFlyer i {
  width: 35px;
  height: 40px;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.prime_bar .top_links .top_linksFlyer i {
  background: transparent url(../img/flyer.png) 50% 50% no-repeat;
}

.prime_bar .top_links .top_linksStore i {
  background: transparent url(../img/pin.png) 50% 50% no-repeat;
}

.buttons-mobile {
  width: 100%;
  display: none;
  border-top: 0 solid #232323;
  margin-bottom: 10px;
}

.buttons-mobile a {
  width: 100%;
  line-height: 40px;
  text-align: left;
  height: 40px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000;
  color: #FFF;
  border: none;
  border-top: 2px solid #232323;
  position: relative;
}

.buttons-mobile a:hover {
  color: #fff319;
  text-decoration: none;
  background: #000;
  opacity: 1;
  border: none;
  border-top: 2px solid #232323;
}

.buttons-mobile .top_linksStore {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.buttons-mobile .top_linksStore:hover {
  /* text-decoration: underline; */
}

.buttons-mobile a span {
  font-weight: normal;
  font-size: 12px;
}

.buttons-mobile .icon_cart {
  float: right;
  margin-right: 0;
  margin-top: 4px;
  position: absolute;
  right: 14px;
}

.buttons-mobile .top_linksStore {
  background: #000;
  position: relative;
}

.buttons-mobile .top_linksStore i {
  width: 35px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.buttons-mobile .top_linksStore i {
  background: transparent url(../img/pin.png) 50% 50% no-repeat;
  margin: 0;
}

.borpad {
  border-top: 1px solid #f1f1f1;
  padding: 40px 0;
}

.slider {
  padding: 20px 0 30px;
  overflow: hidden;
}

.slider .s-image {
  width: 45%;
  float: left;
  margin-right: 4%;
}

.slider .s-info {
  width: 30%;
  float: left;
  padding: 50px 0 0;
}

.slider .s-baner {
  width: 21%;
  float: left;
}

.slider .baner-mobile, .slider .date-mobile {
  display: none;
}

@media (mix-width:601) {
  .slider .baner-mobile img {
    display: none !important;
  }
}

.slider .product-name {
  width: 80%;
}

.slider .date {
  color: #9d9d9d;
  font-size: 11px;
  text-align: center;
  padding: 15px 0;
}

.slider .price {
  padding-top: 0;
}

.slider .price .new {
  font-size: 130px;
  font-family: "me_ceny_1.1bold";
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 110px;
}

.slider .price .old {
  font-size: 36px;
  font-family: "me_ceny_1.1bold";
  font-weight: bold;
  float: left;
  position: relative;
  line-height: 32px;
}

.slider .price .old .line {
  background: #F00;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 4px;
  -ms-transform: rotate(17deg);
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}

.slider .price .raty {
  float: left;
  margin-left: 10px;
}

.slider .price .raty .rata {
  float: left;
  background: #97928c;
  color: #FFF;
  font-family: "me_ceny_1.1bold";
  font-size: 30px;
  padding: 0 8px 6px;
  line-height: 21px;
  height: 34px;
}

.slider .price .raty .rata span {
  vertical-align: super;
  font-size: 18px;
}

.slider .price .raty .iloscrat {
  float: left;
  background: #ff0000;
  color: #FFF;
  text-align: center;
  padding: 2px 5px;
  line-height: 15px;
  height: 34px;
}

.slider .price .raty .iloscrat span {
  display: block;
}

.slider ul {
  list-style: none;
}

.slider ul li {
  line-height: 30px;
}

.slider ul li span {
  font-size: 10px;
  padding: 0 6px;
  color: #D00000;
}

.slider .logo {
  max-width: 140px;
}

.slider .owl-dots {
  text-align: center;
  padding-top: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #e5e5e5;
  margin: 0 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider .owl-dots .active {
  background: #111;
}

.gazetka-mobile {
  background: #111;
  width: 100%;
  display: none;
  position: relative;
}

.gazetka-mobile a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  padding-left: 55px;
  display: block;
}

.gazetka-mobile a:hover {
  text-decoration: underline;
}

.gazetka-mobile .top_linksFlyer i {
  width: 35px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.gazetka-mobile .top_linksFlyer i {
  background: transparent url(../img/flyer.png) 50% 50% no-repeat;
}

.kontakt {
  padding: 40px 0 20px;
}

.kontakt ul {
  line-height: 24px;
  min-height: auto;
  margin-bottom: 10px;
}

.kontakt ul li span {
  float: right;
}

.kontakt img {
  transition: all 0.4s ease-in-out 0.2s;
  opacity: 1;
}

.kontakt .h_title img {
  display: none;
}

.klient {
  padding: 40px 0 40px;
}

.klient .right figure {
  display: none;
}

.klient p {
  line-height: 22px;
  margin-bottom: 20px;
}

.klient a {
  color: #111;
}

.klient figure {
  position: relative;
  overflow: hidden;
}

.klient figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.klient figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.klient .owl-carousel3 .owl-nav {
  display: block;
}

.klient .owl-carousel3 .owl-nav .owl-prev {
  display: block;
  position: absolute;
  top: -146px;
  left: -24px;
  background: url(../img/icon-arrow-left.png) no-repeat center center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

.klient .owl-carousel3 .owl-nav .owl-next {
  display: block;
  position: absolute;
  top: -146px;
  right: -24px;
  background: url(../img/icon-arrow-right.png) no-repeat center center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

.news {
  padding: 50px 0 0;
}

.owl-controls {
  position: relative;
}

.news .owl-carousel2 .owl-nav {
  display: block;
}

.news .owl-carousel2 .owl-nav .owl-prev {
  display: block;
  position: absolute;
  top: -80px;
  left: -24px;
  background: url(../img/icon-arrow-left.png) no-repeat center center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

.news .owl-carousel2 .owl-nav .owl-next {
  display: block;
  position: absolute;
  top: -80px;
  right: -24px;
  background: url(../img/icon-arrow-right.png) no-repeat center center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

.news .owl-carousel2 .owl-item img:hover {
  opacity: 0.8;
}

.truncate {
  height: 55px;
  overflow: hidden;
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}

.common_info {
  padding-top: 35px;
}

.common_info>div {
  width: 25%;
  padding-right: 1%;
  float: left;
}

.common_info>div .hline {
  text-transform: uppercase;
  padding-bottom: 14px;
  color: #444;
  height: auto;
  font-weight: 700;
}

.common_info>div ul li {
  padding: 5px 0;
}

.common_info>div ul li a {
  color: #444;
}

.page_footer {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
}

.page_footer div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page_footer .copy {
  width: 100%;
  color: #444444;
  font-size: 11px;
  margin-bottom: 20px;
}

.input-group .form-control {
  height: 40px;
  border-radius: 0;
}

li.active {
  font-weight: bold;
}

li.active li {
  font-weight: normal;
}

#province, #city, #shop {
  width: 100%;
}

#accordion .panel, .accordion-list .panel {
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

#accordion .glyphicon-chevron-down, .accordion-list .glyphicon-chevron-down {
  display: none;
}

#accordion .panel-title, .accordion-list .panel-title {
  font-size: 12px !important;
}

#accordion .panel-default>.panel-heading, .accordion-list .panel-default>.panel-heading {
  border-bottom: 1px solid #ddd;
}

#accordion .panel-default>.panel-heading+.panel-collapse>.panel-body, .accordion-list .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 0;
}

.trans1o {
  background-image: url("../img/kuchnia.gif");
  background-repeat: no-repeat;
  height: 150px;
  margin-top: 30px;
  position: absolute;
  width: 100px;
  z-index: 1;
  right: 30px;
}

.trans2o {
  background-image: url("../img/lodowka.gif");
  background-repeat: no-repeat;
  height: 150px;
  margin-top: 25px;
  position: absolute;
  width: 100px;
  z-index: 1;
  right: 50px;
}

.trans3o {
  background-image: url("../img/pralka.gif");
  background-repeat: no-repeat;
  height: 150px;
  margin-top: 30px;
  position: absolute;
  width: 100px;
  z-index: 1;
  right: 50px;
}

.trans4o {
  background-image: url("../img/zmywarka.gif");
  background-repeat: no-repeat;
  height: 150px;
  margin-top: 30px;
  position: absolute;
  width: 100px;
  z-index: 1;
  right: 50px;
}

#complaintShop .control-label {
  padding-bottom: 10px;
}

.sms-box {
  background: url(../img/foto-sms.jpg) no-repeat right bottom;
  min-height: 327px;
  padding-top: 50px;
  margin-bottom: -30px;
}

#smsShop label {
  text-align: left;
  width: 19%;
}

.sms-box #smsShop .col-md-9 {
  text-align: left;
  width: 40%;
}

.sms-box #smsShop .col-md-offset-3 {
  margin-left: 19%;
}

#addressBox label {
  padding-bottom: 20px;
}

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

.form-control:focus {
  border-color: #fec900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255, 248, 189);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255, 248, 189);
}

#mapmenu h5, #mapmenu #start {
  padding-bottom: 17px;
}

#mapmenu .element {
  padding-bottom: 17px;
}

#mapmenu h2 {
  font-size: 20px;
  padding-bottom: 16px;
}

#mapmenu #trasa {
  margin: 20px 0;
  width: 100%;
}

#mapmenu #trasa .btn {
  background: #e8e8e8;
  border-color: #ddd;
  width: 50%;
}

#mapmenu #trasa .btn.active {
  background: #b7b7b7;
}

#mapmenu .radios button input {
  display: none;
}

a.infoText {
  color: #111;
}

.img-thumb {
  padding-bottom: 22px;
}

/* Strona startowa */
.shop-box {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
}

.choose select {
  font-size: 16px;
  width: 100% !important;
}

.choose .select2-container {
  width: 100% !important;
}

.choose .checkbox {
  line-height: 21px;
}

.choose .product-name {
  position: relative;
  z-index: 99;
}

.choose .sline {
  margin: 0 0 20px;
}

.formularz {
  padding: 0 0 0 0;
  position: relative;
  z-index: 99;
}

.formularz h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 20px;
}

.shops .formularz h2 {
  padding: 0 0 10px;
}

.goshop {
  position: absolute;
  left: 75px;
  bottom: 40px;
  z-index: 2;
}

.chshop {
  position: absolute;
  left: 75px;
  bottom: 110px;
  display: none;
}

.chshop.collapsed {
  display: block;
}

#shopList {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #FFF;
}

#shopList a {
  color: #111;
}

#shopList h3 {
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

#shopList .shopit {
  position: relative;
}

#shopList .shop_item {
  padding: 11px 0;
  border-bottom: 1px solid #e1e1e1;
  display: block;
}

#shopList .shop_address {
  padding: 0 0 20px;
  display: block;
}

#shopList .shop_dist {
  color: #999;
  font-size: 12px;
  display: none;
}

#shopList .markerLink2, #shopList .markerLink3 {
  color: #999;
  position: absolute;
  right: 0;
  bottom: 12px;
  font-size: 13px;
}

#shopList .markerLink3 {
  left: 0;
  right: auto;
}

#shopList .shopit:hover .markerLink2, #shopList .shopit:hover .markerLink3 {
  color: #0072ff;
}

.top:not(.bootstrap-datetimepicker-widget) {
  background: #111;
  width: 100%;
}

.top:not(.bootstrap-datetimepicker-widget) a {
  display: block;
  padding: 13px 5%;
}

.woman {
  background: url(../img/liszowska.png) no-repeat 0 0;
  width: 560px;
  height: 735px;
  position: absolute;
  right: -34px;
  bottom: 0;
  z-index: 0;
  background-size: cover;
}

.choose {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.baner-bottom {
  max-width: 947px;
  /*width: calc(100% - 15px);*/
  /*position: absolute;*/
  /*bottom: 1px;*/
  opacity: 0;
    margin-top: 20px;
}

.baner-bottom a {
    font-size: 0;
    display: block;
}

.video-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.baner-bottom .embed-responsive {
  height: auto;
  margin: auto 0;
  top: auto;
}

.video-span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.secure-title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 992px) {
  .secure-title {
    font-size: 20px;
    margin: 30px 0;
  }
}

.sec-ban {
  margin-top: 10px;
}

.social-icon {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  margin: 15px 5px 17px 0;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.social-icon.insta {
  background: url(../img/social-icons.png) no-repeat -242px -2px;
}

.social-icon.fb {
  background: url(../img/social-icons.png) no-repeat -183px -4px;
  margin-right: 0;
}

.social-icon.snap {
  background: url(../img/social-icons.png) no-repeat -122px -1px;
}

.social-icon.yt {
  background: url(../img/social-icons.png) no-repeat -63px -1px;
}

.social-icon.tw {
  background: url(../img/social-icons.png) no-repeat -3px -1px;
}

.social-icon.insta:hover {
  background: url(../img/social-icons.png) no-repeat -241px -52px;
}

.social-icon.fb:hover {
  background: url(../img/social-icons.png) no-repeat -183px -54px;
}

.social-icon.snap:hover {
  background: url(../img/social-icons.png) no-repeat -121px -52px;
}

.social-icon.yt:hover {
  background: url(../img/social-icons.png) no-repeat -62px -51px;
}

.social-icon.tw:hover {
  background: url(../img/social-icons.png) no-repeat -2px -51px;
}

.choose-shop,
.choose-news,
.choose-newsletter,
.shop-list {
  display: block;
  float: left;
  margin: 15px 0 17px;
}

.choose-shop.def,
.choose-news.def,
.choose-newsletter.def {
  background: #FFF;
  border-color: #eee;
  color: #999;
}

.choose-shop.def:hover,
.choose-news.def:hover,
.choose-newsletter.def:hover {
  border: 1px solid #f3ca00;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEC04', endColorstr='#FFFBCC05');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi?3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, #fbcc05), color-stop(100%, #ffec04));
  background-image: -moz-linear-gradient(bottom, #fbcc05 30%, #ffec04);
  background-image: -webkit-linear-gradient(bottom, #fbcc05 30%, #ffec04);
  background-image: linear-gradient(to top, #fbcc05 30%, #ffec04);
}

.foot-border {
  height: 1px;
  clear: both;
  background: #e1e1e1;
  margin: 10px 15px;
}

.footer-index {
  line-height: 30px;
  padding-bottom: 0;
}

.footer-index a {
  color: #969696;
  padding: 0 15px;
  border-right: 1px solid #e1e1e1;
}

.footer-index a:last-child {
  border-right: 0 solid #e1e1e1;
}

.find-shop {
  padding-right: 5px;
}

.find-shop {
  min-height: 105px;
}

.home-news {
  display: none;
  overflow-y: auto;
  padding-right: 10px;
}

.home-newsletter {
  display: none;
}

.homenewsbox {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.homenewsbox:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.homenewsbox .miniatura {
  float: left;
  margin-right: 15px;
  height: 32px;
  width: 32px;
  display: block;
}

.homenewsbox .miniatura.none {
  background: url(../img/icon-media.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura.facebook {
  background: url(../img/icon-fb.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura.youtube {
  background: url(../img/icon-yt.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura.instagram {
  background: url(../img/icon-insta.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura.vimeo {
  background: url(../img/icon-vimeo.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura.twitter {
  background: url(../img/icon-tw.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura.snapchat {
  background: url(../img/icon-snap.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura.unknown {
  background: url(../img/icon-media.jpg) no-repeat 0 0;
}

.homenewsbox .miniatura {
  background: url(../img/icon-media.jpg) no-repeat 0 0;
}

.homenewsbox h3 {
  font-weight: bold;
  font-size: 18px;
}

.homenewsbox .date {
  font-size: 11px;
  color: #b3b3b3;
}

.homenewsbox div.fulltext {
  padding: 10px 0;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}

.homenewsbox p {
  padding: 10px 0;
  line-height: 20px;
}

.remember {
  border-top: 1px solid #ddd;
  padding: 13px 0;
  color: #999;
  margin: 10px 0;
  display: none;
}

.remember input {
  width: 15px;
  height: 15px;
  background: #FFF;
  vertical-align: middle;
  margin: -1px 5px 0 10px;
  border-radius: 0;
}

.rs-hours {
  color: #fff;
  position: relative;
  margin-top: -21px;
  font-size: 13px;
}

.rs-hours__content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 28px 12px;
}

.rs-hours__title {
  font-weight: 700;
  margin-bottom: 16px;
}

.rs-hours__day {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .rs-hours {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .baner-bottom img {
    margin: 0 auto 0;
  }

  .map {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sec-ban {
    display: none;
  }

  .find-shop {
    padding-right: 15px;
  }

  .navbar .navbar-header ul li a {
    padding: 0 15px;
  }
}

@media (max-width: 750px) {
  .navbar .navbar-header ul li a {
    padding: 0 12px;
  }
}

@media (max-width: 700px) {
  .navbar .navbar-header ul li a {
    padding: 0 6px;
  }

  .choose-shop, .choose-news, .choose-newsletter {
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .navbar .navbar-header ul li a {
    padding: 0 6px;
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .baner-bottom img {
    margin: 0 auto 0;
  }

  body.shops .top_nav .container {
    padding: 0;
  }

  body.shops .top_nav, body.shops .navbar {
    display: block;
  }

  body.shops .top_nav .contact_bar {
    display: none;
  }

  body.shops .top_nav .go_to_shop {
    width: 100%;
    margin-top: 0;
  }

  body.shops .top_nav .go_to_shop a {
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .prime_bar .go_to_shop a {
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .prime_bar .go_to_shop a {
    width: 53px;
    overflow: hidden;
    height: 40px;
  }

  .shops .icon_cart {
    top: 2px;
  }
}

@media (max-width: 460px) {
  .footer-index a {
    padding: 0 10px;
  }

  .map {
    /* display: none; */
  }
}

@media (max-width: 767px) {
  .footer-index a {
    font-size: 11px;
    padding: 0 5px;
  }

    .choose-newsletter {
        float: right;
        background: transparent url(../img/icon-newsletter.png) no-repeat 0 -41px !important;
        border-color: #ddd !important;
        width: 42px;
        margin-right: 5px;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .choose-newsletter strong {
        display: none;
    }

    .choose-newsletter.def {
        background: transparent url(../img/icon-newsletter.png) no-repeat 0 0 !important;
        border-color: #ddd !important;
    }

    .choose-newsletter.def:hover {
        background: transparent url(../img/icon-newsletter.png) no-repeat 0 -41px !important;
        border-color: #f3ca00 !important;
        opacity: 1;
    }

  .choose-newsletter {
    float: left;
  }

  .choose-news {
    background: transparent url(../img/icon-news.png) no-repeat 0 -41px !important;
    width: 42px;
    margin-right: 5px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

  .choose-news strong {
    display: none;
  }

  .choose-shop {
    background: transparent url(../img/icon-shop.png) no-repeat 0 -41px !important;
    width: 42px;
    margin-right: 5px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

  .choose-shop strong {
    display: none;
  }

  .choose-news.def {
    background: transparent url(../img/icon-news.png) no-repeat 0 0 !important;
    border-color: #ddd !important;
  }

  .choose-shop.def {
    background: transparent url(../img/icon-shop.png) no-repeat 0 0 !important;
    border-color: #ddd !important;
  }

  .choose-news.def:hover {
    background: transparent url(../img/icon-news.png) no-repeat 0 -41px !important;
    border-color: #f3ca00 !important;
    opacity: 1;
  }

  .choose-shop.def:hover {
    background: transparent url(../img/icon-shop.png) no-repeat 0 -41px !important;
    border-color: #f3ca00 !important;
    opacity: 1;
  }
}

@media (max-width: 390px) {
  .choose-shop, .choose-news {
    padding: 0 10px;
  }
}



.prime_barWrap.prime_barWrap--home {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.prime_barPhone {
    color: #fff;
    display: flex;
    gap: 8px;
}

a.prime_barPhone img {
    margin-top: -3px;
}

.banner-top {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.banner-top a {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.banner-top img {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 70px;
}

.banner-top-close {
    position: absolute;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*border: 1px solid rgb(245, 245, 245);*/
    border: 1px solid #333;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-top-close::before,
.banner-top-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #333;
    transform-origin: center;
}

.banner-top-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.banner-top-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 601px) {
    .banner-top img {
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .banner-top img {
        height: auto;
    }

    a.prime_barPhone {
        margin-top: 7px;
    }

    .banner-top-close {
        right: 8px;
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 400px) {
    .banner-top-close {
        right: 4px;
        width: 20px;
        height: 20px;
    }
}

/* KONIEC - Strona startowa */
/* Strona informacyjna */
.informacja {
  padding-bottom: 30px;
}

.informacja h2 {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 15px;
}

.informacja p {
  line-height: 22px;
  padding-bottom: 20px;
  text-align: justify;
}

.informacja img.left {
  float: left;
  margin: 10px 20px;
}

.informacja img.center {
  margin: 10px auto;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 0 6px #CCC;
  padding: 7px;
  background: #FFF;
}

.informacja h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}

.informacja h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}

.informacja h4 a {
  color: #111;
}

.informacja ul {
  padding: 10px 0 20px 30px;
  list-style: circle;
}

.informacja ul, .informacja ol {
  padding-left: 17px;
}

.informacja ul li, .informacja ol li {
  padding-bottom: 10px;
  padding-top: 5px;
  line-height: 22px;
  padding-left: 4px;
}

.informacja table {
  margin: 20px 0 30px;
}

.cms {
  padding-bottom: 40px;
  line-height: 24px;
}

.cms h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 15px;
}

/* KONIEC - Strona informacyjna */
.modal-backdrop {
  background-color: #FFF;
}

.modal-backdrop.in {
  opacity: .7;
}

.modal-dialog {
  width: 730px;
  margin: 10% auto 0;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}

.modal-body {
  padding: 0 15px;
}

.modal-content {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 45px rgba(0, 0, 0, .5);
}

.modal-title {
  font-size: 34px;
  line-height: 50px;
}

.modal-title span {
  font-size: 42px;
  display: block;
  margin-bottom: 20px;
}

.modal-body .news-man {
  position: absolute;
  top: 14px;
  left: -113px;
}

.modal-body .news-woman {
  position: absolute;
  top: 34px;
  right: -128px;
}

.modal-body button.close {
  background: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
  text-shadow: none;
  width: 19px;
  height: 18px;
  font-size: 17px;
  z-index: 999;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-body .n-left {
  border-right: 1px solid #e3e3e3;
  padding-left: 45px;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 45px;
}

.modal-body .n-right {
  padding-top: 26px;
  padding-right: 65px;
  padding-left: 35px;
  padding-bottom: 45px;
}

.modal-body .regul {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.modal-body .n-right ul {
  padding-top: 20px;
}

.modal-body .n-right ul li {
  padding-bottom: 15px;
  line-height: 18px;
  padding-left: 20px;
  position: relative;
}

.modal-body .n-right ul li span {
  color: #ff9000;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

.modal-body #newsletterInfo2 {
  margin-top: 45px;
}

.modal-body #newsletterModalLabel2 {
  font-size: 30px;
}

.modal-body #Newsletter2 {
  padding: 20px;
}

.modal-body #newsletterModalLabel3 {
  font-size: 30px;
  line-height: 50px;
  padding: 60px 0 30px;
  text-align: center;
}

.flipbook-main-wrapper {
  background: none !important;
}

.big-open {
  color: #111;
  text-align: center;
  font-size: 70px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.mid-open {
  color: #111;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.flip-clock-wrapper {
  margin: 11px auto 44px !important;
}

.shop-open {
  font-size: 36px;
  text-align: center;
  text-decoration: none;
}

.shop-open strong {
  font-weight: 900;
}

.countdowner {
  position: relative;
}

.link-over {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.removeWaypoint {
  vertical-align: middle;
  padding-left: 10px;
}

@media (min-width: 1200px) and (max-width: 1235px) {
  .news .owl-carousel2 .owl-nav, .klient .owl-carousel3 .owl-nav {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1040px) {
  .news .owl-carousel2 .owl-nav, .klient .owl-carousel3 .owl-nav {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 816px) {
  .news .owl-carousel2 .owl-nav, .klient .owl-carousel3 .owl-nav {
    display: none;
  }
}

@media (max-width: 1200px) {
  .news .owl-carousel2 .owl-nav .owl-prev {
    top: 48px;
  }

  .news .owl-carousel2 .owl-nav .owl-next {
    top: 48px;
  }
}

@media (max-width: 991px) {
  .prime_bar .top_links .top_linksFlyer {
    text-indent: -9999px;
    padding-left: 0;
    padding-right: 0;
    width: 66px;
  }

  .slider .s-image {
    width: 35%;
    margin-right: 2%;
  }

  .slider .s-info {
    width: 37%;
    padding-top: 20px;
  }

  .slider .s-baner {
    width: 26%;
  }

  .slider .price .new {
    font-size: 120px;
    line-height: 95px;
  }

  .slider ul li {
    line-height: 24px;
  }

  .slider .product-name {
    width: 80%;
  }

  .kontakt .box, .kontakt .box2, .kontakt .box3 {
    width: 33.33%;
    float: left;
  }

  .kontakt .box .col-md-3, .kontakt .box2 .col-md-3, .kontakt .box3 .col-md-3 {
    text-align: center;
  }

  .kontakt img {
    margin: 0 auto 20px;
  }

  .kontakt ul li span {
    /* float: none; */
    /* display: block; */
  }

  .klient .left {
    width: 30%;
    float: left;
  }

  .klient .right {
    width: 70%;
    float: left;
  }

  .common_info>div {
    width: 33%;
  }

  .footer_section .storelocator {
    display: none;
  }

  .sms-box {
    background-position-x: 360px;
  }

  #smsShop label {
    width: 16.6%;
  }

  .sms-box #smsShop .col-md-9 {
    width: 45%;
  }

  .sms-box #smsShop .col-md-offset-3 {
    margin-left: 16.6%;
  }

  .big-open {
    font-size: 450%;
  }

  .shop-open {
    font-size: 285%;
  }

  /*.baner-bottom {*/
  /*  position: relative;*/
  /*    width: 100%;*/
  /*}*/

  #map-canvas {
    height: 400px;
  }
}

@media (max-width: 900px) {
  .modal-body .news-man, .modal-body .news-woman {
    display: none;
  }
}

@media (min-width: 768px) {
  .common_info .foot_m_item_mobile {
    display: none;
  }

  .common_info>div .hline {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .h_title {
    font-size: 22px;
  }

  .klient .row>div {
    padding: 20px 15px;
  }

  .prime_bar .top_links .top_linksStore {
    text-indent: -9999px;
    padding-left: 0;
    padding-right: 0;
    width: 57px;
  }

  .slider .price .new {
    font-size: 100px;
    line-height: 80px;
  }

  .kontakt .box, .kontakt .box2, .kontakt .box3 {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }

  .kontakt .ikona {
    width: 20%;
    float: left;
  }

  .kontakt .info {
    width: 100%;
    float: left;
  }

  .kontakt ul li span {
    display: inline-block;
    float: none;
    padding-left: 10px;
  }

  .page_bottom {
    margin-left: -15px;
    margin-right: -15px;
  }

  .common_info>div {
    width: 100%;
    padding-right: 0;
  }

  .foot_m_item {
    border-bottom: 1px solid #eee;
  }

  .foot_m_item .tree {
    display: none;
  }

  .common_info {
    padding-top: 0;
  }

  .common_info>div .hline {
    line-height: 36px;
    padding-bottom: 0;
    font-size: 12px;
    padding-left: 15px;
    cursor: pointer;
  }

  .common_info .foot_m_item_mobile .hline {
    display: block;
    padding-left: 50px;
    background: #000 url(../img/pin.png) 15px 50% no-repeat;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .common_info>div .hline_newspaper {
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    border-bottom: none;
  }

  .common_info .foot_m_item_mobile .hline_newspaper {
    display: block;
    padding-left: 50px;
    background: #000 url(../img/flyer.png) 10px 50% no-repeat;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
  }

  .common_info>div ul li {
    padding: 0 0;
  }

  .foot_m_item .tree li a {
    display: block;
    padding: 10px 16px;
    font-size: 12px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
  }

  .common_info .foot_m_item_dark {
    border-bottom: 1px solid #353535;
    padding-right: 0;
  }

  .common_info>div .hline .arr_r_2 {
    display: block;
    height: 7px;
    width: 7px;
    float: right;
    margin: 14px 26px 0 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .common_info .foot_m_item_mobile .hline .arr_r_2 {
    border-bottom-color: #fff;
    border-right-color: #fff;
    margin: 14px 5.5% 0 0;
  }

  .common_info>div .open {
    background: #ffec04;
    color: #000;
  }

  .common_info>div .open .arr_r_2 {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .sms-box {
    background-position-x: 279px;
    padding-bottom: 10px;
    margin-bottom: -30px;
  }

  #smsShop label {
    width: 100%;
    padding-bottom: 10px;
  }

  .sms-box #smsShop .col-md-9 {
    width: 45%;
  }

  .sms-box #smsShop .col-md-offset-3 {
    margin-left: 0;
  }

  .modal-dialog {
    width: 94%;
  }

  .modal-body .n-left {
    padding-bottom: 10px;
  }

  .modal-body .n-right {
    padding-left: 45px;
    padding-bottom: 70px;
    padding-top: 0 !important;
  }

  .big-open {
    font-size: 400%;
  }

  .shop-open {
    font-size: 225%;
  }

  .navbar .navbar-header li:first-child a {
    padding-left: 15px;
  }

  #mapmenu {
    padding-top: 20px;
  }

  .banner__legal {
    padding: 5px 15px;
    line-height: 1.25;
  }
}

@media (max-width: 680px) {
  .big-open {
    font-size: 350%;
  }
}

@media (min-width: 600px) {
  .h_title.toogle {
    pointer-events: none;
  }
}

@media (max-width: 600px) {
  .prime_bar h1 {
    height: 40px;
    width: 195px;
    background: #000;
    margin-top: 2px;
  }

  .prime_bar h1 img {
    width: 100%;
    max-width: 100%;
  }

  .top_nav .contact_bar {
    width: 35%;
  }

  .navbar .navbar-header li:first-child a {
    padding-left: 10px;
  }

  .top_nav .go_to_shop {
    margin-top: 15px;
  }

  .news {
    padding: 30px 0 35px;
  }

  .news .owl-carousel {
    width: 80%;
    margin: 0 10%;
  }

  .news .owl-carousel .owl-item {
    padding-bottom: 2px;
  }

  .news .owl-carousel2 .owl-nav .owl-prev {
    top: 100px;
    left: -21px;
  }

  .news .owl-carousel2 .owl-nav .owl-next {
    top: 100px;
    right: -21px;
  }

  .klient .owl-carousel {
    width: 80%;
    margin: 0 10%;
  }

  .klient {
    padding: 5px 0 5px;
  }

  .klient p {
    line-height: 18px;
  }

  .kontakt .info {
    padding-left: 0;
    padding-right: 0;
  }

  .klient .left {
    display: none;
  }

  .klient .right {
    width: 100%;
  }

  .klient .right figure {
    display: block;
  }

  .klient .owl-carousel3 .owl-nav .owl-prev {
    top: 200px;
    left: -5px;
  }

  .klient .owl-carousel3 .owl-nav .owl-next {
    top: 200px;
    right: -5px;
  }

  .prime_bar .top_links a {
    margin: 0 auto;
  }

  .navbar .navbar-header ul li a {
    border-left: 1px solid #111;
    padding: 0 15px;
  }

  .slider {
    padding: 0 0 20px;
  }

  .slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  .slider .s-image, .slider .s-info, .slider .s-baner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider .product-name {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .slider .s-image {
    width: 100%;
    margin-right: 0;
  }

  .slider .s-info {
    width: 50%;
    margin-right: 10%;
    float: left;
  }

  .slider .s-baner {
    width: 40%;
    float: left;
  }

  .slider .s-baner .baner {
    display: none;
  }

  .slider .price {
    text-align: right;
  }

  .slider .price .raty {
    margin-left: 5px;
  }

  .slider .price .old {
    font-size: 32px;
    line-height: 30px;
  }

  .slider .logo {
    max-width: 100px;
  }

  .slider ul {
    display: none;
  }

  .slider .baner-mobile, .slider .date-mobile {
    display: block;
  }

  .slider .big-image {
    display: none;
  }

  .slider .date-mobile {
    width: 100%;
    clear: both;
  }

  .slider .owl-dot {
    width: 14px;
    height: 14px;
  }

  .gazetka-mobile {
    display: block;
  }

  .buttons-mobile {
    display: block;
  }

  .kontakt {
    padding: 0 15px;
  }

  .kontakt .box, .kontakt .box2, .kontakt .box3 {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 0;
  }

  .kontakt .rs-hours-mobile {
    border-top: 1px solid #F1F1F1;
  }

  .kontakt .box3 {
    border-bottom: 0 solid #F1F1F1;
  }

  .kontakt .h_title {
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kontakt .tree {
    display: none;
    padding-bottom: 25px;
  }

  .kontakt .ikona {
    display: none;
  }

  .kontakt .h_title img {
    display: block;
    margin: 5px 0 0 0;
    float: left;
    width: 40px;
    padding-right: 15px;
  }

  .top_nav, .navbar, #account_info_small {
    display: none;
  }

  #menu-mobile {
    display: block;
    z-index: 99;
  }

  .prime_bar .container {
    position: relative;
  }

  .prime_barWrap {
    position: absolute;
    z-index: 100;
  }

  .kontakt .arr_r_3 {
    display: block;
    height: 12px;
    width: 12px;
    float: right;
    margin: 11px 9px 0 0;
    border-bottom: 1px solid #D5D7D8;
    border-right: 1px solid #D5D7D8;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
  }

  .kontakt .open .arr_r_3 {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 17px;
  }

  .sms-box {
    background-position-x: 205px;
    padding-bottom: 10px;
    margin-bottom: -30px;
  }

  #smsShop label {
    width: 100%;
    padding-bottom: 10px;
  }

  .sms-box #smsShop .col-md-9 {
    width: 55%;
  }

  .big-open {
    font-size: 320%;
  }

  .shop-open {
    font-size: 200%;
  }

  .prime_bar .go_to_shop a.hoh {
    display: none;
  }

  .prime_bar {
    height: 44px;
  }
}

@media (max-width: 540px) {
  .big-open {
    font-size: 300%;
  }

  .shop-open {
    font-size: 190%;
  }
}

@media (max-width: 520px) {
  .big-open {
    font-size: 280%;
  }

  .shop-open {
    font-size: 160%;
  }
}

@media (max-width: 480px) {
  .slider .s-info {
    width: 50%;
    margin-right: 3%;
    float: left;
  }

  .slider .s-baner {
    width: 47%;
    float: left;
  }

  .slider .price .new {
    font-size: 90px;
  }

  .klient .owl-carousel {
    width: 88%;
    margin: 0 6%;
  }

  .news .owl-carousel2 .owl-nav .owl-prev {
    top: 88px;
    left: -21px;
  }

  .news .owl-carousel2 .owl-nav .owl-next {
    top: 88px;
    right: -21px;
  }

  .sms-box {
    background-position-x: 279px;
    padding-bottom: 10px;
    margin-bottom: -30px;
    background: none;
  }

  #smsShop label {
    width: 100%;
    padding-bottom: 10px;
  }

  .sms-box #smsShop .col-md-9 {
    width: 100%;
  }

  .big-open {
    font-size: 280%;
    line-height: 40px;
    padding: 12px 0;
  }

  .shop-open {
    font-size: 160%;
  }

  .kontakt .h_title {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .slider .price .raty .rata {
    font-size: 20px;
  }

  .slider .price .raty .iloscrat {
    font-size: 12px;
  }

  .news .owl-carousel2 .owl-nav .owl-prev {
    top: 60px;
    left: -21px;
  }

  .news .owl-carousel2 .owl-nav .owl-next {
    top: 60px;
    right: -21px;
  }

  .kontakt .h_title {
    font-size: 14px;
  }
}

.map_banner {
  /*top: -155px;
	left:15px;*/
  transform: translate(-50%, 0) !important;
  position: relative;
  z-index: 1;
}

.banner__legal {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
}

.infoBox {
  margin-bottom: 35px;
}

.map_info {
  background: #FFF;
  border: 0 solid #FFF;
  position: relative;
  z-index: 1;
  padding: 0;
  box-shadow: 0 0 5px #666;
  min-width: 200px;
  pointer-events: none;
  transform: translate(-50%, 0) !important;
}

.map_info_link {
    display: none;
}

.map_header {
  font-weight: bold;
  background: #ffed00;
  padding: 10px;
}

.map_info_hours {
  padding: 10px 10px 0;
  font-weight: bold;
}

.map_info_contact {
  padding: 10px;
  font-weight: bold;
    margin-top: 10px;
}

.container {
  max-width: 1030px;
}

h2.erorr404 {
  font-size: 34px;
  margin: 40px 0;
}

p.erorr404 {
  font-size: 24px;
  margin-bottom: 20px;
}

p.er404 {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
}

.blad404 {
  float: right;
  margin-top: 30px;
}

.change_shop {
  color: #5b86e7 !important;
  line-height: 30px;
  float: right;
  font-weight: bold;
}

.mini_gallery {
  margin-bottom: 10px;
  clear: both;
}

.mini_gallery a {
  display: inline-block;
  width: 47%;
}

.mini_gallery a:first-child {
  margin-right: 3%;
}

#baners {
  width: 100%;
}

.baner_left, .baner_right {
  display: block;
  position: absolute;
  top: 210px;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.sticky-baner, .sticky-baners {
  position: fixed;
  top: 130px;
}

@media (max-width: 1470px) {
  .baner_left {
    left: 0 !important;
  }

  .baner_right {
    right: 0 !important;
  }
}

@media (max-width: 1400px) {
  .baner_left, .baner_right {
    width: 175px;
  }
}

@media (max-width: 1350px) {
  .baner_left, .baner_right {
    display: none;
  }
}

@media (min-width: 1200px) {
  .shops .container {
    width: 90%;
    max-width: 90%;
  }
}

.breadcrumb-div {
  font-size: 12px;
}

.breadcrumb-div span {
  line-height: 20px;
}

.pr10 {
  padding-right: 10px !important;
}

.breadcrumb-div a {
  color: #222;
  padding: 0 10px 0 0;
  line-height: 20px;
  white-space: nowrap;
}

.breadcrumb-div span {
  line-height: 20px;
}

.breadcrumb-div a em {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/sprite.png') -27px -256px no-repeat;
  width: 4px;
  height: 8px;
  margin: 0 0 2px 10px;
}

#map_canvas3-desktop,
#map_canvas3-mobile {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
}

#map_canvas3-mobile {
    opacity: 0.8;
}

.mini_map .btn {
    position: absolute;
    top: 87px;
    right: 33px;
    z-index: 20;
    font-weight: bold;
}

.mini_map_bg {
    width: calc(100% - 30px);
    height: 150px;
    background: #FFF;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 9;
}

@media (min-width: 768px) {
    .trasa-mobile { display: none !important; }
}
@media (max-width: 767px) {
    .trasa-desktop { display: none !important; }
    .trasa-mobile {
        padding: 0 0 20px;
    }
    .mini_gallery {
        margin-bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .mini_gallery a {
        width: 100%;
        margin: 0;
    }

    .mini_gallery a img {
        margin: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        min-height: 140px;
    }

    .mini_map .btn {
        top: 25px;
        right: 40px;
        z-index: 20;
    }

    #map_canvas3-mobile,
    .mini_map_bg {
        height: 90px;
    }
}

.mini_map {
  position: relative;
}

h1.mapss {
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

h1.mapss .btn {
  float: right;
  z-index: 9;
  position: relative;
}



#mapmenu .geo {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
}

#mapmenu .adp-directions, #mapmenu .adp-legal {
  display: none !important;
}

#mapmenu #directionsPanel>div:first-child {
  margin-bottom: 10px;
}

#mapmenu #directionsPanel {
  height: auto !important;
}

.load_map {
  background: url('../img/fancybox_loading.gif') no-repeat center center;
}

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

.pagination>li>a, .pagination>li>span {
  color: #000;
}

.news-box {
  border-bottom: 1px solid #f1f1f1;
  line-height: 22px;
  padding: 20px 0;
  text-align: justify;
}

.news-box img {
  padding: 3px;
  background: #FFF;
  border: 1px solid #f1f1f1;
}

.owl-carousel4 .owl-dots {
  padding: 4px;
  text-align: center;
}

.owl-carousel4 .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #e5e5e5;
  margin: 0 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
}

.owl-carousel4 .owl-dots .owl-dot.active {
  background: #111;
}

.select2-container {
  /* display: block!important; */
}

.home-newsletter select {
  font-size: 16px;
  width: 100% !important;
}

.home-newsletter .biggerin {
  height: 60px;
  border: 1px solid #e1e1e1;
}

.home-newsletter .sex {
  padding-left: 10px;
}

.home-newsletter .sex label {
  color: #969696
}

.home-newsletter .sex input {
  width: 16px;
  height: 16px;
  background: #FFF;
  vertical-align: bottom;
  margin-left: 10px;
  margin-top: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 48px !important;
}

.kontakt .box2 ul {
  line-height: 18px;
}

.kontakt .box2 ul li.bold {
  padding-bottom: 5px;
}

@media (min-width: 1200px) {
  .embed-responsive, #pdf_container {
    height: 600px;
    top: -16px;
  }
}

.btn.btn-back {
  float: right;
  margin-top: -41px;
  position: relative;
  z-index: 9;
}

#newsletterModal4 .modal-body .n-left {
  padding-top: 30px;
  padding-bottom: 25px;
}

#newsletterModal4 .modal-body .n-right {
  padding-top: 45px;
}

.date_news {
  color: #b5b5b5;
  margin-bottom: 8px;
}

.home-menu a {
  color: #111;
  padding: 0 25px;
  line-height: 71px;
  border-right: 1px solid #000000;
}

.home-menu a:first-child {
  padding-left: 0;
}

.home-menu a:last-child {
  border-right: 0 solid #e1e1e1;
}

.footer-index a:nth-child(4) {
  border-right: 0 solid #e1e1e1;
}

.sungroup {
  float: right;
  opacity: 0.2;
  max-width: 200px;
  width: 100%;
  display: block;
}

.sungroup a {
  padding: 0;
  margin: 4px;
  display: block;
}

.findshoponmap {
  width: 100%;
  display: none;
}

.findshopmap {
  width: 100%;
  display: none;
  background: url('../img/minmap.jpg') no-repeat center center;
  background-size: cover;
}

.show-now {
  display: block;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0) scale(1.0, 1.0);
}

.navbar.sticky {
  position: fixed;
  width: 100%;
  top: 54px;
  z-index: 999;
}

body.shops .sungroup {
  margin-top: -30px;
}

.btn-show-mobile {
  display: none;
}

.flipbook-currentPageHolder {
  top: 10px !important;
}

.flipbook-bg-light {
  box-shadow: none !important
}

.min800 {
  display: none;
}

.law {
  height: 32px;
  overflow: hidden;
}

.show-law {
  border: none;
  background: none;
  font-size: 85%;
  float: right;
  margin-top: 7px;
  margin-right: 12px;
}

.hide-law {
  border: none;
  background: none;
  font-size: 85%;
  float: right;
  margin-top: 7px;
  margin-right: 12px;
  display: none;
}

.law-info {
  line-height: 16px !important;
  margin: 0 0 0 20%;
  max-width: 375px;
  font-size: 13px;
}

.transmon ul li {
  padding: 3px;
}

.owl-carousel99 {
  overflow: hidden;
  max-height: 361px;
}

.owl-carousel99.owl-loaded {
  max-height: unset !important;
}

#addressBox {
  margin: 0;
}

#shopList #main_tab {
  margin-top: 20px;
}

.geolocalize {
  border: 0;
  background: none;
  float: right;
  margin: 7px 0 0;
  font-size: 12px;
  color: #999;
}

.flip-clock-dot.top {
  width: 10px;
}

#contactShop input.form-control,
#contactShop select.form-control {
  max-width: 320px;
}

#contactShop textarea.form-control {
  max-height: 150px;
}

.owl-carousel-gazetki .owl-nav .owl-prev {
  display: block;
  position: absolute;
  top: 48%;
  left: -40px;
  background: url(../img/icon-arrow-left.png) no-repeat center center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

.owl-carousel-gazetki .owl-nav .owl-next {
  display: block;
  position: absolute;
  top: 48%;
  right: -40px;
  background: url(../img/icon-arrow-right.png) no-repeat center center;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

.owl-carousel-gazetki .owl-stage-outer {
  max-height: 250px;
}

.gazetka {
  margin-top: 100px !important;
}

.gazetka .prime_bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
}

.gazetka .top_nav,
.gazetka .navbar {
  display: none;
}

.home_flyer {
  padding: 30px 0;
  border-top: 1px solid #f1f1f1;
  max-height: 300px;
}

.home_flyer .fly_title {
  font-weight: bold;
  font-size: 24px;
}

.home_flyer .fly_title img {
  float: left;
  margin: 0 20px 0 0;
}

.home_flyer .fly_item {
  text-align: center;
}

.home_flyer .fly_item a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.home_flyer .fly_item a img {
  margin: 0 auto;
}

.btn-flyer {
  float: right;
  margin-top: -70px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 99;
  color: #fff;
    background: #000;
}
.btn-flyer:hover {
    background: #fff200;
    color: #333;
}

.btn-flyer .icon {
 // display: block;
  float: left;
  width: 28px;
  height: 27px;
  background: url('../img/flay.jpg') no-repeat;
  margin: 6px 10px 0 0;
    display: none;
}

.btn-flyer.b991 {
  display: none;
}

.menu2 li.active a {
  font-weight: bold;
}

.panel-default>.panel-heading {
  background: #FFF;
}

.panel-default>.panel-heading h4 {
  font-size: 16px;
}

#kontakt .info .closed {
  position: relative;
}

#kontakt .info .closed::before {
  content: "";
  display: block;
  width: 53px;
  height: 47px;
  /* background: url('../img/closed.jpg') no-repeat center center; */
  position: absolute;
  top: -1px;
  left: -80px;
}

.shop-miniboxes {
  text-align: center;
}

.shop-minibox {
  width: 220px;
  border: 3px solid #f1f1f1;
  display: inline-block;
  margin: 10px 5px 10px;
  vertical-align: top;
  padding-bottom: 25px;
}

.shop-minibox .bgyellow {
  background: #fee204;
}

.shop-minibox .bgyellow a {
  color: #333;
}

.shop-minibox h2 {
  border: none;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
}

.shop-minibox h2.h_title img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  margin-right: 5px;
}

.shop-minibox img {
  margin-bottom: 15px;
}

.shop-minibox .tree ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin: 15px 0;
}

.shop-minibox .tree ul li {
  padding: 4px 0;
}

@media (min-width: 1200px) {
  body.shops .find-shop {
    width: 412px;
  }

  body.shops .map {
    width: calc(100% - 412px);
  }
}

@media (max-width: 1440px) {
  .formularz h2 {
    font-size: 18px;
    padding: 0 0 15px;
  }
  .shops .formularz h2 {
    padding: 0 0 10px;
  }
}

@media (max-width: 1310px) {
  .formularz h2 {
    font-size: 16px;
    padding: 0 0 15px;
  }
  .shops .formularz h2 {
    padding: 0 0 10px;
  }
}

@media (max-width: 1200px) {
  .law-info {
    max-width: 345px;
  }

  .owl-carousel99 {
    max-height: 341px;
  }
}

@media (max-width: 991px) {
  .findshoponmap {
    display: block;
  }

  .findshopmap {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 34px;
  }

  #map-canvas {
    display: none;
  }

  .home-news {
    height: calc(100vh - 154px);
  }

  .law-info {
    margin: 0;
    max-width: 432px;
  }

  .owl-carousel99 {
    max-height: 267px;
  }

  .home_flyer .fly_title img {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }

  .btn-flyer.bmax {
    display: none;
  }

  .btn-flyer.b991 {
    display: block;
  }

  #kontakt .info .closed::before {
    display: none;
  }

  .whenclosed .ikona {
    display: none;
  }

  .map_info_link {
      display: block;
      position: absolute;
      top: 6px;
      right: 6px;
  }
}

@media (max-width: 800px) {
  .min800 {
    display: block;
  }

  .max800 {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-menu a {
    padding: 0 15px;
  }

  .home-menu a:first-child {
    padding-left: 15px;
  }

  .sungroup {
    float: none;
    margin: 15px auto;
    display: block;
  }

  body.shops .sungroup {
    margin-top: 15px;
  }

  .law-info {
    margin: 0;
    max-width: 302px;
  }

  .owl-carousel99 {
    max-height: 244px;
  }

  .btn-flyer.b991 {
    font-size: 15px;
    padding: 0 10px;
  }
}

@media (max-width: 700px) {

  .shop-minibox .h_title,
  .shop-minibox .tree,
  .shop-minibox h2 br,
  .shop-minibox .btn-default {
    display: none;
  }

  .shop-minibox {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }

  .shop-minibox h2 {
    font-size: 20px;
  }
}

@media (min-width: 600px) and (max-width: 640px) {
  .prime_bar .go_to_shop a {
    width: 57px;
    height: 52px;
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .btn-show-mobile {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }

  .btn.btn-back {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .navbar.sticky {
    top: 44px;
  }

  .embed-responsive {
    /* display:none; */
  }

  .owl-carousel99 {
    max-height: 272px;
  }

  .btn:hover {
    opacity: 1;
  }

  #fNewsletter .btn[disabled] {
    background: #ddd;
    border-color: #ddd;
  }

  .home_flyer .fly_title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .home_flyer .fly_items {
    width: 100%;
  }

  .home_flyer .fly_title img {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
  }

  .btn-flyer.b991 {
    display: none;
  }

  .home_flyer {
    max-height: 380px;
  }

  .kontakt ul li span {
    float: right;
  }

  #kontakt .info .closed {
    margin-left: 0;
    padding-bottom: 20px;
  }

  #kontakt .info .closed br {
    display: none;
  }

  .gazetka {
    margin-top: margin-top: 44px !important;
  }
}

@media (max-width: 520px) {
  .home-menu a, .footer-index a {
    padding: 0 15px;
    font-size: 13px;
    white-space: nowrap;
  }

  .home-menu a:first-child {
    padding-left: 15px;
  }

  .footer-index a:first-child {
    padding-left: 0;
  }

  .btn.btn-back {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .flipbook-menu {
    /* text-align: right!important; */
  }

  .embed-responsive, #pdf_container {
    height: 400px;
    top: 0;
  }

  .footer-index .inn {
    width: 100%;
    height: 32px;
  }

  .footer-index .innn {
    width: 448px;
    height: 32px;
  }
}

@media (max-width: 500px) {
  .home-menu {
    text-align: center;
  }

  .home-menu {
    padding: 10px 0;
  }

  .home-menu a {
    line-height: 28px;
  }

  .modal-title {
    font-size: 30px;
    line-height: 46px;
  }

  .modal-title span {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .law-info {
    max-width: 100%;
  }
}

@media (max-width: 440px) {
  .home_flyer .fly_title img {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }

    .findshopmap {
        padding: 34px 16px;
    }

    .findshoponmap {
        display: block;
        font-size: 13px;
        padding: 0 10px;
        font-weight: 700;
    }
}

@media (max-width: 400px) {
  .home_flyer {
    max-height: 380px;
  }

  .shop-minibox {
    width: 100%;
    margin: 10px 0 10px;
  }
}

@media (max-width: 360px) {
  .baner-bottom {
    max-width: 220px;
    margin: 0 auto;
  }

  .owl-carousel99 {
    max-height: 175px;
  }
}

@media (max-height: 360px) {
  .baner-bottom {
    max-width: 295px;
    margin: 0 auto;
  }

  #map-canvas {
    height: 300px;
  }
}

/*@media (max-width: 991px) {
	.baner-bottom {max-width: 305px;margin: 0 auto 15px;}
	#map-canvas {height: 300px;}
}

@media (max-width: 991px) and (orientation:portrait) {
	.baner-bottom {max-width: 305px;margin: 0 auto 5px;}
}

@media (max-height: 655px) and (orientation:landscape) {
	.baner-bottom {margin: auto;max-width: 100%;max-height: 100%;}
	.baner-bottom img {max-height:100%;}
}

@media (max-height: 640px) and (orientation:landscape) {
  .baner-bottom {margin: 0 10px;width: calc(100% - 20px);}
}

@media (max-height: 614px) and (orientation:landscape) {
  .baner-bottom {display: none!important;}
}*/
.btn-gray {
  border-color: grey !important;
  background: lightgrey !important;
}

.informacja ul.recyk li {
  padding-bottom: 2px;
}

.informacja .accordion-list-group .collapsible-item {
  border-bottom: 1px solid #ddd;
}

.informacja .accordion-list .panel-default>.panel-heading {
  border-bottom: 0 solid #ddd;
}

.informacja .accordion-list .panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding-top: 0;
  padding-bottom: 25px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

body>.container {
  padding-top: 10px;
}

.top_nav, body>.container, .footer>.container {
  background-color: #fff;
}

/*body {
	background-color: #122a4c;
	background-image: url("../img/bg_stars4b.jpg");
	background-attachment: fixed;
	background-size: cover;
}*/
.hours-modal {
  position: absolute;
  /*background: #ffffff;*/
  left: 28px;
  top: 190px;
  padding: 15px;
  font-size: 24px;
  border-radius: 3px;
  /*-webkit-text-stroke: 1px black;*/
  color: white;
  text-shadow:
    3px 3px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.hours-modal li {
  list-style: none;
}

/*@media screen and (orientation: portrait) {
	.hours-modal {
		position: static;
		background: #ffffff;
		top: 190px;
		padding: 15px;
		font-size:20px;
		border-radius:3px;
	}
	#openHoursModal .modal-content {
		background: url(../img/niedziele_m.jpg);
		padding: 120px 15px 15px;
		background-size: cover;
	}
	#openHoursModal img {
		display: none;
	}
}*/
.H_ib_close, .H_ib_tail {
  display: none;
}

.H_ib_content, .H_ib_body {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
}

.H_ib_content .map_banner {
  transform: translate(50%, 0) !important;
}

.marker_data {
  font-size: 11px;
  margin-top: -45px;
  margin-left: -14px;
}

.marker_data .bubble {
  position: absolute;
  display: none;
  bottom: 44px;
  left: 14px;
  z-index: 101;
  color: #000;
  line-height: 12px;
}

.marker_data .bubble.show {
  display: block;
}

.marker_data img.marker_placeholder {
  position: relative;
    height: 49px;
    width: 36px;
  z-index: 110;
}

.ui-widget.ui-widget-content.ui-autocomplete {
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  /*font-size: 11px;
    color: #999;*/
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  background: transparent;
  font-weight: bold;
  padding: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: transparent;
  color: inherit;
  border-color: transparent;
}

.route_list {
  background: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  padding: 4px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  color: #2C2C2C;
}

.route_list .active {
  background: #eee;
  text-decoration: none;
}

.modal-backdrop.openHoursModal {
  background-color: #122a4c;
  background-image: url("../img/bg_stars.jpg");
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.7;
}

.black_bg, .niedziele-swieta_popup_bg {
  display: block;
  width: 100%;
  /*background-color: #122a4c;*/
  background-image: url("../img/black_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 5px;
  color: #fff;
  background-color: #010103 !important;
  background-repeat: no-repeat !important;
}

.modal-content.niedziele-swieta_popup_bg:after {
  content: "";
  background: url('../img/prezenty.png');
  width: 255px;
  height: 139px;
  position: absolute;
  bottom: -50px;
  right: 160px;
}

.modal-content.black-friday_popup_bg {
  padding: 270px 20px 40px 20px !important;
}

.hours-modal {
  padding-top: 0;
  font-family: Verdana;
  font-size: 18px;
}

@media (min-width:1350px) and (max-width:1366px) {
  body:not(.shops) {
    transform: scale(0.8, 0.8);
    transform-origin: center top;
  }

  .modal-backdrop.openHoursModal {
    /*left: -30vw;*/
    /*position: fixed;*/
    /*width: 160vw;*/
    /*background-position: top left;*/
    transform: scale(3);
    height: 100vh;
  }
}

.is-hidden {
  display: none;
}

.modal-content.swieta-2020_popup_bg {
  padding: 14px !important
}

.modal-content.swieta-2020_popup_bg .hours-modal {
  background: #fff;
  color: #000;
  text-shadow: none;
  width: 100%;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 0;
}

.modal-content.swieta-2020_popup_bg .hours-header {
  background: #ffed00;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  font-size: 24px;
}

.modal-content.swieta-2020_popup_bg table {
  margin: 13px;
}

.modal-content.swieta-2020_popup_bg td {
  padding: 1px;
}

.trow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.tcol {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width:1024px) {
  .tcol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.slider .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 2px;
}

.slider .owl-item {
  margin-left: 1px;
    margin-right: 1px;
}

.klient .left img {
  display: block;
  margin: 10px auto;
}

.klient .right .h_title {
  padding-bottom: 22px;
}

.klient .right p {
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 30px;
}

.carbox {
  display: block;
  border: 1px solid #dddddd;
}

.carbox:hover {
  text-decoration: none;
}

.carbox-title {
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  padding: 15px 24px;
  display: block;
  min-height: 67px;
  font-weight: 600;
}

.carbox-link {
  color: #3587EA;
  font-size: 13px;
  line-height: 20px;
  padding: 0 24px 24px;
  display: block;
}

.carbox-link:hover {
  text-decoration: underline;
}

.klient .right img {
  display: block;
  margin-bottom: 20px;
}

.news .owl-carousel2 .owl-dots,
.news .owl-carousel2 .owl-nav {
  display: none;
}

.shop-filters__title {
    font-weight: 700;
}

.shop-filters {
    margin: 8px 0 auto;
}

.shop-filters__title {
    margin: 0 0 8px;
    font-size: 16px;
}

.shop-filters__item {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.shop-filters__icon {
    margin: 0 16px;
}

.shop-filters__item--garden {
    margin: 0 0 4px;
}

.map_info_icons {
    padding: 0 8px 8px;
}

.map_info_icons img:first-of-type {
    margin: 0 8px 0 0;
}

.shop-bikes-info {
    margin: 32px 0;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 16px;
}

@media (min-width: 1351px) {
    .shop-bikes-info {
        display: none;
    }
}

.shop-bikes-info__item {
    display: inline-flex;
    max-width: 340px;
    align-items: center;
    height: 48px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 8px
}

.shop-bikes-info__item--garden {
    background-color: #89B31D;
}

.shop-bikes-info__item--bikes {
    background-color: #1681BD;
}

.shop-bikes-info__icon {
    margin: 0 12px 0 0;
}

.map_info_icon {
    display: none;
}

.live-results {
    position: absolute;
    top: 82px;
    left: 16px;
    display: none;
    z-index: 1000;
    background-color: #fff;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.live-results.show {
    display: block;
}

.live-results__item {
    cursor: pointer;
    padding: 0 3px 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
    color: #000;
}

.live-results__item:hover {
    background: rgba(0, 0, 0, .05);
}

.live-results__item mark {
    background: transparent;
    font-weight: bold;
    padding: 0;
}

.rs-hours-mobile {
  display: none;
}

@media (max-width: 1350px) {
  .rs-hours-mobile {
    display: block;
    margin-top: 24px;
  }

  .rs-hours-mobile .ikona img {
    width: 53px;
  }
}

@media (max-width: 600px) {
  .rs-hours-mobile {
    margin-top: 0;
  }
}

@media (max-width: 1440px) {
    .live-results {
        top: 75px;
    }
}

@media (max-width: 1310px) {
    .live-results {
        top: 73px;
    }
}

/*@media (min-width: 1200px) and (max-height: 850px) {
    .shopit:nth-of-type(4),
    .shopit:nth-of-type(5) {
        display: none;
    }
}*/

@media (max-width: 991px) {
    .shop-filters {
        margin: 32px 0;
    }

    /*.shopit:nth-of-type(4),
    .shopit:nth-of-type(5) {
        display: none;
    }*/
}

@media (max-width: 767px) {
  .shop-bikes-info {
    flex-direction: column;
  }

    .shop-bikes-info__item {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .shop-bikes-info__item {
        font-size: 15px;
    }

    .slider .owl-item {
        margin-left: 2px;
        margin-right: 2px;
    }

  .kontakt .h_title {
    font-size: 13px;
  }
}

@media (max-width: 365px) {
    .shop-bikes-info__item {
        font-size: 14px;
    }

  .kontakt .h_title {
    font-size: 12px;
  }
}
.shop-extra-info--mobile {
    display: none;
    margin-top: 16px;
}
@media (max-width: 600px) {
    .shop-extra-info--mobile {
        display: block;
    }
    .shop-extra-info--desktop {
        display: none;
    }
}

#sg_gplus .terms-group p {
  color: #5b86e7;
  padding: 0;
  cursor: pointer;
  position: relative;
}

#sg_gplus .terms-group p:hover {
  text-decoration: underline;
  color: black;
}

#sg_gplus .terms-group p:hover::after {
    border-top-color: black;
}

#sg_gplus .terms-group p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5b86e7;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#sg_gplus .terms-group p.active::after {
  transform: translateY(-50%) rotateX(180deg);
}

#sg_gplus .terms-group ul {
  list-style: none;
  display: none;
  padding: 0 0 16px;
}

.H_ib_body {
  box-shadow: none;
}

.gradient_bar {
  background: #FEB914;
  background: -webkit-linear-gradient(90deg,rgba(254, 185, 20, 1) 0%, rgba(254, 242, 0, 1) 100%);
  background: -moz-linear-gradient(90deg,rgba(254, 185, 20, 1) 0%, rgba(254, 242, 0, 1) 100%);
  background: linear-gradient(90deg,rgba(254, 185, 20, 1) 0%, rgba(254, 242, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
          startColorstr="#FEB914",
          endColorstr="#FEF200",
          GradientType=1
  );
}

.yellow_bar {
  background: #fef200;
  height: 180px;
  margin-bottom: -100px;
}

.gray_bar {
  background: #f5f5f7;
}

ul.days-list li {
  margin: 4px 0;
}

ul.days-list li span {
  float: right;
}

.newsletter_bar {
    background: #111;
    color: #fff;
    padding: 24px 32px;
}

.newsletter_bar-clause {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 24px;
}

.newsletter_bar-clause a {
    text-decoration: underline;
    color: #fff;
}

.newsletter_bar-top {
    display: flex;
    align-items: center;
    gap: 60px;
}

.newsletter_bar-top img {
    flex-shrink: 0;
}

.newsletter_bar-title {
    margin: 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}

.newsletter_bar-subtitle {
    margin-top: 4px;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

.newsletter_bar form {
    width: 332px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 16px;
}

.newsletter_bar form > input,
.newsletter_bar form > button {
    width: 100%;
}

.newsletter_bar form input[name="email"] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #ddd;
    border-radius: 4px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    transition-property: color,background,opacity,border-color,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
}

.newsletter_bar form input[name="email"]:hover {
    border-color: #f6f6f6;
    box-shadow: inset 0 0 0 1px #f6f6f6;
}

.newsletter_bar form input[name="email"]:focus + label,
.newsletter_bar form input[name="email"]:not(:placeholder-shown) + label {
    font-size: 11px;
    line-height: 16px;
    top: 0;
}

.newsletter_bar form label {
    position: absolute;
    color: #ddd;
    pointer-events: none;
    padding: 0 4px;
    transition-property: color,background,opacity,top,font-size,line-height;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    top: 23px;
    left: 12px;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 24px;
    background: #000;
}

.newsletter_bar form button {
    color: #333;
    text-transform: uppercase;
    letter-spacing: .16px;
    background-color: #fff200;
    border: 2px solid #fff200;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 224px;
    height: 48px;
    padding: 20px 24px;
    font: 500 16px/20px roboto,Arial;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    user-select: text;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .1s,border-color .1s,color .1s;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    white-space: nowrap;
    box-sizing: border-box;
    gap: 15px;
}

.newsletter_bar form button::before {
    z-index: 1;
    content: "";
    opacity: 0;
    transform-origin: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: opacity .4s ease-out,scale .4s ease-out;
    position: absolute;
    background-color: #fff87f;
    --element-scale: 8.39999999999;
}

.newsletter_bar form button:hover {
    border-color: #fff87f;
    background-color: #fff87f;
    transition-property: background-color;
    transition-delay: .38s;
}

.newsletter_bar form button:hover::before {
    scale: var(--element-scale);
    opacity: 1;
}

.newsletter_bar form.loading::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.newsletter_bar form button span {
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    font-weight: 700;
}

.newsletter_bar form button svg {
    z-index: 2;
    position: relative;
    width: 23px;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .newsletter_bar-top img {
        width: 108px;
        height: 81px;
    }

    .newsletter_bar-top {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .newsletter_bar-top > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsletter_bar form {
        width: 100%;
        flex-direction: row;
    }

    .newsletter_bar-title {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }

    .newsletter_bar-subtitle {
        width: 100%;
        margin-top: 16px;
    }

    .newsletter_bar {
        padding: 30px 16px;
    }

    .newsletter_bar form > button {
        width: 320px;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .newsletter_bar form {
        flex-direction: column;
    }

    .newsletter_bar form > button {
        width: 100%;
    }

    .newsletter_bar-title {
        font-size: 17px;
        line-height: 27px;
    }

    .newsletter_bar-subtitle {
        display: none;
    }

    .newsletter_bar-clause {
        margin-top: 16px;
    }
}

@media (max-width: 600px) {
    .mobile-hide-only {
        display: none !important;
    }
}