html {
  scroll-behavior: smooth;
  font-size: 100%;
}
body {
  font-size: 16px;
  color: #555;
  margin: 0px auto 0px auto;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  position: relative;
  font-weight: 400;
}
table {
  border-spacing: 0px;
}

table th {
  font-size: 20px;
}
table td {
  font-size: 18px;
}

table tr th {
  background-color: #be150e;
  padding: 10px 5px;
  color: #fff;
}
table tr td {
  padding: 10px 5px;
}
table tr:nth-child(2n + 1) {
  background-color: #f3f3f3;
}

figure,
figcaption {
  margin: 0px;
}
a {
  text-decoration: none;
  color: inherit;
  border: none;
}
a:hover {
  color: #000;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  text-decoration: none;
}
iframe {
  max-width: 100%;
  border: none;
}
.clearfix {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin-top:0.5em;
  margin-bottom:0.5em;
  color: #333;
  font-weight: 600;
  line-height: 1.2em;
}
h1 {
  font-size: 2.6rem;
  position: relative;
  /* margin-bottom: 4rem; */
  color: #243746;
}
h2 {
  font-size: 2.2rem;
  position: relative;
  /* margin-bottom: 2.8rem; */
  color: #243746;
}
h3 {
  font-size: 2.1rem;
  position: relative;
  /* margin-bottom: 2rem; */
  color: #243746;
}
h4 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 1em;
  color: #243746;
}
h5 {
  font-size: 1.6rem;
  /* text-transform:uppercase; */
}
h1.title span,
h2.title span,
h3.title span,
h4.title span,
h1 span,
h2 span,
h3 span,
h4 span {
  color: #000;
}
h3.title,
h4.title {
  color: #555;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  line-height: 1.2em;
}
.srodek .srodek {
  padding: unset;
}
.no-photo img {
  border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.home-page .intro h2,
footer .intro h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home-page .intro h2:after,
footer .intro h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2px;
  height: 4px;
  background-color: #de8fb1;
}

.home-page .intro h2:before,
footer .intro h2:before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  right: -150px;
  bottom: 4px;
  height: 1px;
  background-color: #dedede;
}

.overflow-tabe-js {
  overflow: auto;
}
.srodek {
  max-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 0px 4% 0px 4%;
  position: relative;
  display: block;
  position: relative;
}

.logo-box {
    display: block;
    position: relative;
	text-align:center;
	padding-top:3px;
}
.logo-box img{
	height:80px;
	display:block;
	margin:0px auto 0px auto;
}
.flow-box {
  display: block;
  position: fixed;
  right: 0px;
  top: 170px;
  z-index: 10000;
}
/* question button */
.question-button a,
.cart-icon a {
  position: relative;
  margin-bottom: 9px;
  display: block;
  left: 2px;
}
.question-button a:hover,
.cart-icon a:hover {
  left: 0px;
}
.question-icon:before,
.cart-icon:before {
  font-family: "FontAwesomeSolid";
  display: block;
  font-size: 30px;
  color: #ffffff;
  background-color: #191919;
  padding: 10px 15px;
  border-radius: 10px;
}
.question-icon:before {
  content: "\f128";
}
.cart-icon:before {
  content: "\f07a";
}
.question-icon .counter,
.cart-icon .counter {
  width: 15px;
  background-color: grey;
  color: #fff;
  font-size: 10px;
  border-radius: 20px;
  padding: 4px;
  text-align: center;
  position: absolute;
  left: -5px;
  top: 36px;
  font-weight: bold;
  z-index: 100;
}
.question-icon .counter.active,
.cart-icon .counter.active {
  background-color: #be150e;
  color: #fff;
}
.flow-box .socialmedia-box {
  flex-direction: column;
}
.flow-box .socialmedia-box li {
  padding: 0px;
}
header .content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display:none;
}
header .left-box,
header .right-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .right-top-box {
  display: flex;
  flex-direction: row;
  padding: 5px 15px;
  height: 28px;
}
.kwiatki{
	height:120px;
	background:url('images/kwiaciarnia-flowerstime.png');
	background-size:auto 80%;
	background-repeat:space;
	background-position:0px center;
	background-color:#fff;
	display:block;
}
.subheader {
  z-index: 1000;
  position: relative;
  background:#de8fb1;
}
.telico,
.emailico,
.addressico{
  display: inline-block;
}
.telico:before,
.emailico:before,
.addressico:before{
  font-family: "Icofont";
  display: block;
  font-size: 20px;
}
.telico:before {
  color: #ce2124;
  content: "\efbb";
  font-size: 30px;
  margin-right: 5px;
}
.emailico:before {
  color: #929292;
  content: "\ef12";
}
.addressico:before {
  color: #929292;
  content: "\ed42";
}
.telico:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

#header {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.home-page main {
  padding-bottom: 0px;
}

#header {
  left: 0px;
  right: 0px;
  background-color: #fff;
  clear: both;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: -1px;
  z-index: 1000;
}
.home-page #header.active {
  background-color: #fff;
  z-index: 1000;
  box-shadow: 1px 2px 3.84px 0.16px rgb(63 63 63 / 15%);
  position: fixed;
  top: 0px;
}
.top-nav-box {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgb(0 0 0 / 90%);
}
.top-nav-box .srodek {
  display: flex;
  justify-content: flex-end;
}
.short-contact-box {
  display: flex;
  align-items: center;
}

.phone-box {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.phone-box a {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}
.phone-box:before {
  font-size: 18px;
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f879";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
}

.mail-box {
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}
.mail-box a {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}
.mail-box:before {
  font-size: 17px;
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f0e0";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: none;
}
/*  top menu  */
header .menu-gora-box {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-around;
}

header .logo-box .title {
  font-size: 35px;
  padding: 20px;
  padding-left: 15px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.layout-page #header .logo-box .title {
  color: #525252;
}
header.active .logo-box .title {
  color: #000;
}
header .logo-box .title span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #be150e;
}
header nav {
  position: relative;
}
header nav > a,
header nav > span,
header nav .rozwijane > span,
header nav .rozwijane > a {
  margin: 0px;
  display: inline-block;
  position: relative;
  min-width: 70px;
  text-align: center;
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 33px;
  padding-bottom: 33px;
  color: grey;
}
header nav > a:before,
header nav > span:before,
header nav .rozwijane > span:before,
header nav .rozwijane > a:before {
  font-family: "IcoFont";
  display: none;
  font-size: 25px;
}

/*  indywidualne ikony  */
header nav .rozwijane > *:first-child {
  white-space: nowrap;
  position: relative;
}
header nav .rozwijane > *:first-child:before {
  content: "\ea77";
  font-family: "Icofont";
  display: block;
  position: absolute;
  right: 0px;
  top: 24px;
  font-size: 20px;
}
header nav .rozwijane > span {
  padding-top: 11px;
  position: relative;
}
header nav > span:hover,
header nav > a:hover,
.rozwijane:hover > span,
header nav .hover {
  /* background: #000; */
  color: #b7b7b7;
}
header nav .hover:after,
header nav > a:hover:after {
  content: "";
  border-bottom: 3px solid #dae069;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
}
header nav > a:hover:after {
  border-color: #00c66a;
}

/* sciezka box */
.sciezka-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sciezka-box .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sciezka-box .content .sciezka {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0px;
}
.sciezka-box .content .sciezka .symbol {
  padding-left: 6px;
  padding-right: 6px;
}

/* login-links-box */
.login-links-box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0px;
  margin:0.5em 0px 0.4em 0px;
}
.login-links-box a {
  color: #fff;
  padding: 0px 10px;
}



main {
  position: relative;
  margin: 0px auto 0px auto;
  min-height: 400px;
  background-color: #fff;
  padding-bottom: 30px;
}
.subpage-banner-box {
  width: 100%;
  height: 374px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.kontakt-box main {
  padding-bottom: 0px;
}
.aside-box {
  width: 300px;
}

input[type="submit"],
.button{
  cursor: pointer;
  text-shadow: none;
  text-align: center;
  background-image: none;
  background: #3a8c2c;
  color: #fff;
  display: inline-block;
  margin:0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border: none;
  width:auto;
  font-weight: 500;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
}
.button:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #ec344b;
}
.button-promo {
  cursor: pointer;
  text-shadow: none;
  text-align: center;
  background-image: none;
  background: #ff8000;
  color: #fff;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: none;
}
.button-promo:hover {
  color: #ffffff;
  background-color: #ff951c;
}

footer {
  padding: 30px 0px;
  background-color: #dfdfdf;
}

footer .logo-box {
  width: 156px;
  margin: 10px 0px 5px 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
footer .content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 50px;
}
footer .content a:hover {
  color: #bd160e;
}
footer .content > div {
  margin: 20px 0px;
  background-color: #d9d9d9;
  flex: 1;
  padding: 25px 20px 25px 100px;
}
footer .content > div p {
  font-weight: 500;
}
footer .content .localizations,
footer .content .contacts {
  position: relative;
}
footer .content .localizations:before {
  font-size: 38px;
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f3c5";
  display: block;
  position: absolute;
  left: 50px;
  top: 74px;
}
footer .content .contacts:before {
  font-size: 26px;
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f0e0";
  display: block;
  position: absolute;
  left: 50px;
  top: 38px;
}
footer .content .contacts:after {
  font-size: 26px;
  color: #fff;
  font-family: "FontAwesomeSolid";
  content: "\f879";
  display: block;
  position: absolute;
  left: 50px;
  top: 80px;
}


/*  socialmedia  */

.socialmedia-box {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  z-index: 10;
}
/* cart  */
.cart-add-button .form-group:first-child{
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items: center;
  gap:10px;
}
.cart-add-button label{
  font-weight:600;
}
.cart-add-button input[type="number"]{
  max-width:55px;
  text-align:center;
}


.socialmedia-box li {
  display: flex;
  /* padding: 10px; */
  align-items: center;
}

.socialmedia-box li a {
  font-size: 0px;
  display: block;
}

.socialmedia-box li a:before {
  font-size: 20px;
/*  font-family: "Icofont";*/
    font-family: "FontAwesomeBrands";
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.socialmedia-box li.facebook a:before {
    content: "\f39e";
    font-size:18px;
}
.socialmedia-box li.twitter a:before {
  content: "\ed7a";
}
.socialmedia-box li.google a:before {
  content: "\ed43";
}
.socialmedia-box li.instagram a:before {
  content: "\f16d";
}
.socialmedia-box li.youtube a:before {
  content: "\ecbb";
}
.socialmedia-box li.linkedin a:before {
  content: "\ed4d";
}

.socialmedia-box li a:hover:before {
  color: grey;
}
/*  copyrights */
.copyright-box .content {
  color: #bd160e;
}

.copyright-box .content .logo-box img {
  width: 40px;
}
.copyright-box {
  text-align: center;
  background-color: #3c3c3c;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 100;
  font-size: 14px;
}
.copyright-box .logo {
  padding-top: 15px;
  display: block;
}
.copyright-box a {
  color: #fff;
}


#scroll-to-top {
  position: fixed;
  display: block;
  right: 5px;
  bottom: 5px;
  z-index: 100;
  opacity: 0.8;
  display: none;
  /*  Todo font dosnt show up */
}
#scroll-to-top img:hover {
  opacity: 1;
}
#scroll-to-top img {
  display: block;
}

#scroll-to-top:hover:before {
  background-color: #000;
  color: #fff;
}
.searcher-box + a > img {
  margin-top: 5px;
}
.lista_logotypow {
  padding: 30px 0px;
}
.lista_logotypow #karuzela {
  margin: 0px;
}
.lista_logotypow h3 {
  display: none;
}
.tekst > *:first-child {
  margin-top: 0px;
}
.intro h1 {
  text-align: center;
}


/*  product tags  */
.tags-box {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tags-box > div {
  text-shadow: none;
  text-align: center;
  background-image: none;
  color: #1a57a1;
  background-color: #fccb0f;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  border: none;
  font-weight: 600;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 5px;
}
.tags-box .promo-tag {
  background-color: #ae0023;
  color: #fff;
}



.mini-menu-list-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 720px) {
  .mini-menu-list-box ul {
    flex-direction: column;
  }
}
.mini-menu-list-box li {
  display: flex;
  flex-direction: row;
}
.mini-menu-list-box a {
  display: block;
  color: #bd160e;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 5px;
}
.mini-menu-list-box li a:hover,
.mini-menu-list-box li a.active {
  color: #000;
}

.sitemap-list-box ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
}
.sitemap-list-box li a {
  padding: 10px;
  margin: 10px;
}
.baner-podstrony {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-bottom: solid 1px #0d539a;
}
.baner-podstrony .srodek {
  overflow: hidden;
}
.baner-podstrony .haslo {
  background: rgba(71, 34, 73, 0.3);
  max-width: 600px;
  color: #fff;
  margin: 30px 0px 15px 0px;
  padding: 10px 4% 10px 4%;
  position: relative;
}
.baner-podstrony .haslo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(71, 34, 73, 0.3);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 0px;
  z-index: 0;
}
main > .srodek.aside-include-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.owl-nav .owl-prev > span,
.owl-nav .owl-next > span {
  font-size: 70px;
  color: #000;
  padding: 0px 10px;
  background-color: transparent;
  border-radius: 5px;
  display: inline-block;
  font-family: "Roboto";
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover span {
  color: #000 !important;
}
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus {
  outline: none;
}

@media screen and (max-width: 1024px) {

  header nav .hover:after,
  header nav > a:hover:after {
    bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  .home-page .intro h2:after, footer .intro h2:after{
    display:none;
  }
  .home-page #header > .srodek{
	  margin:0px;
  }
  .kwiatki{
	display:none;
  }
  header>.content{
	  display:block;
  }  
  .logo-box img.mobile{
      display:block;
      padding:5px;
  }
  .top-nav-box .srodek{
    flex-direction:column;
    align-items:end;
  }
  .subheader {
    border-top: none;
    border-bottom: none;
	background:none;
  }
  .flow-box {
    top: 300px;
  }
  header .menu-gora-box {
    flex-direction: column;
  }
  header .content {
    display: block;
  }
  header .login-button {
    position: absolute;
    right: 90px;
    top: 20px;
  }
  header .left-box,
  header .right-box {
    align-items: normal;
  }

  header .mail-box {
    display: none;
  }
  header .menu-gora-box {
    margin-left: unset;
    margin-top: -50px;
  }
  .aside-box {
    display: none;
  }
  footer .content {
    display: block;
  }
}

@media all and (min-width: 720px) {
  .responsywne {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {  
  footer > .srodek > .content {
    display: block;
  }
  .home-page .intro h2:before,
  footer .intro h2:before {
    display: none;
  }
    footer .content > div p{
    font-size:12px;
  }
}
@media screen and (max-width: 480px) {
  .socialmedia-box {
    display: none;
  }	
  .top-nav-box .mail-box {
    display: none;
  }
  .sciezka {
    display: block;
    float: none;
  }
  .naglowek h1 {
    font-size: 30px;
  }
  #scroll-to-top {
    display: block;
  }
  footer > .srodek {
    display: block;
  }
  .pasek_gora .srodek {
    text-align: center;
    padding: 5px 2% 5px 2%;
    width: 96%;
  }
  .pasek_gora .srodek > p,
  .pasek_gora .srodek > .jezyki + p {
    float: none;
    display: block;
    text-align: center;
    margin: 0px;
    line-height: 2em;
  }
  main h3 {
    font-size: 20px;
  }
}


