header {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 10px 0px; }
  header .row {
    align-items: center; }
  header nav.nav-sklep {
    width: auto;
    height: auto;
    display: block;
    margin-top: 25px; }
  header #menu-koszyk > li {
    color: #ffc47d;
    font-weight: 500; }
  header #menu-koszyk {
    margin: 0px; }

#product {
  background-image: url(https://slimic.pl/wp-content/uploads/2019/01/23169.jpg);
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 200px; }
  #product .thumbnail {
    margin-top: 120px; }
  #product h2 {
    margin-top: 20px;
    text-align: left;
    font-weight: 900;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 10px; }
  #product ul {
    list-style-type: none;
    padding: 0px; }
    #product ul li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px;
      color: #3c3c3c;
      font-weight: 300;
      font-style: italic; }
    #product ul span {
      color: #3c3c3c; }
    #product ul span:nth-child(1) {
      width: 80%; }
    #product ul span:nth-child(2) {
      width: 20%;
      text-align: right; }
  #product .zamow-teraz {
    display: flex;
    flex-direction: column; }
    #product .zamow-teraz > *:nth-child(1) {
      display: none; }
    #product .zamow-teraz > *:nth-child(2) {
      order: 1;
      text-align: center;
      font-weight: 900;
      font-size: 40px; }
    #product .zamow-teraz > *:nth-child(3) {
      order: 3; }
      #product .zamow-teraz > *:nth-child(3):before {
        content: "Wybierz ilosc";
        margin-left: 5px;
        color: #3c3c3c;
        font-weight: 300;
        display: none; }
      #product .zamow-teraz > *:nth-child(3) input {
        width: 100%; }
    #product .zamow-teraz > *:nth-child(4) { }
    #product .zamow-teraz button {
      background-color: #ff9e25 !important;font-size: 32px;text-transform: uppercase; }
  #product .all-share {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    align-items: center; }
    #product .all-share h5 {
      color: #333;
      font-weight: 300; }
    #product .all-share .share {
      display: flex; }
      #product .all-share .share .item-share {
        margin-left: 10px; }
  #product .platnosci {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px; }
    #product .platnosci h5 {
      color: #333;
      font-weight: 300; }

#przekonaj-sie {
  margin-bottom: 40px; }
  #przekonaj-sie h2 {
    font-weight: 900;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333; }
  #przekonaj-sie span {
    margin-left: 10px;
    color: #333;
    font-weight: 300; }
  #przekonaj-sie .item {
    margin-bottom: 10px; }

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  header #menu-koszyk {
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px; }
    header #menu-koszyk li {
      width: 48%;
      font-size: 12px;
      display: flex;
      justify-content: center;
      font-weight: 600; }

  .thumbnail {
    margin-top: 0px !important; }

  a.logotype-header {
    width: 100%;
    display: flex;
    justify-content: center; } }

/*# sourceMappingURL=product.css.map */
