:root {
  --black: #000;
  --blue: #00ffff;
  --magenta: #ff00ff;
  --yellow: #ff0;
}
a {
  color: var(--black);
}
a:focus,
a:hover {
  color: var(--magenta)
}

#logo img {
  max-height: 50px;
}

.navbar-nav > li > a {
  font-size: 18px;
  font-weight: bold;
}

.breadcrumb {
  margin-top: 15px;
}
#topcart {
  display: none !important;
}
#topbar .row .col-sm-5,
#topbar .row .col-md-6 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#motto #motto-text,
#motto #motto-title {
  /* background-color: rgba(255,255,255,0.75); */
  padding: 5px;
  color: var(--blue);
  font-weight: bold;
}
#motto #motto-title {
  border-radius: 10px 10px 0 0;
}
#motto-text {
  border-radius: 0 0 10px 10px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  color: var(--magenta);
}
.btn-primary {
  background: var(--magenta);
  border-color: var(--magenta);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: var(--black);
  color: var(--yellow);
  border-color: var(--black);
}

#bar-footer span {
  margin: 0 7px;
}
footer a:hover, footer a:focus, #bar-footer a:hover, #bar-footer a:focus, #bar-poweredby a:hover, #bar-poweredby a:focus {
  color: var(--magenta);
}

section.section-container {
  padding: 10px 15px;
}
.about-first-block {
  display: flex;
  flex-direction: column;
  align-items: center
}
#miga-form #comments {
  text-align: center;
  /* font-size: 28px; */
  font-size: 2em;
  margin: 20px 0 30px;
}

#bar-poweredby {display:none;}



/* SIN FOOTER */
#box-custom-footer {
  background: #f3f3f3;
}
#sin-footer {
  padding: 50px 15px 50px 27px; 
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #sin-footer {
    max-width: 61vw;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  #sin-footer {
    max-width: 85vw;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  #sin-footer {
    max-width: 77vw;
  }
}
@media (max-width: 768px) {
  #sin-footer {
    max-width: 100vw;
  }
}
#sin-footer .section-cell-item {
  text-align: left;
}
ul.list-footer-address {
  padding-left: 25px;
}

/* Homepage MOBILE */
@media (max-width: 480px) {
  #sin-home-content .section-2-col-right-text .row::before,
  #sin-home-content .section-2-col-right-text .row::after {
    display: none;	
  }
  #sin-home-content .section-2-col-right-text .row {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  /*
  #sin-home-content .break-1 {
  order: 1;
}
  #sin-home-content #miga-form {
  order: 2;
}
  #sin-home-content .break-2 {
  order: 3;
}
  #sin-home-content .section-header {
  order: 4;
}
  #sin-home-content .break-2 {
  order: 4
}
  #sin-home-content .section-2-col-right-text {
  order: 6;
}
  #sin-home-content .break-4 {
  order: 7;
} */
}


/* Homepages Titles */
.flex-titles {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 27px;
}
.flex-titles span {
  text-align: center;
}
@media (min-width: 769px) {
  .flex-titles span {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .flex-titles {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .flex-titles {
    flex-direction: column;
  }
  .flex-titles span {
    padding: 21px 0;
  }
}

/* Produkty stranka */
#article-529802 #content .section-cell-item {
  margin-bottom: 30px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 25px;
}
/* IMG in products */
.sin-img-wrapper {
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.sin-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
