.recomendation-title {
    color: #07AA51 !important;
    font-size: 34px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0px 10px 0px;
    margin: auto;
  }
  .recomendation-subtitle {
    text-align: center;
    color: #333333 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .arrow {
    pointer-events: none;
    float: right;
    border: solid #04AA52;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 6px;
  }
  
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
    /* The Modal (background) */
  #myModal
  {
    font-family: Arial, sans-serif;
  }
  .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    
    /* Modal Content/Box */
    .modal-content {
      background-color: #fefefe;
      margin: 10% auto; /* 15% from the top and centered */
      padding: 10px;
      border: 1px solid #888;
      width: 30%; /* Could be more or less, depending on screen size */
    }
    
    /* The Close Button */
    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }

.ilosc 
{
  display:flex;
  align-items: center;
  justify-content: space-around;
}
.liczbailosci
{
  font-weight: bold;
  font-size: 25px;
  color: black;
}
.wybierzilosc
{
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: black;
}

.cena
{
  text-align: center;
  background-color: #04AA52;
  color: white;
}
  .tabelka
  {
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
  }
  /* .tabelka div
  {
    border: 1px solid blue;
  } */
  .zapotrzebowanie
  {
    width: 50%;
  }
  .etykieta_ilosc
  {
    width:10%;
  }

  .adult_table
  {
    border-collapse: collapse;
    border-spacing: 0 15px;
    table-layout: auto;
    background: #FBFBFB;
  }
  .outlined
  {
    border: 2px solid #048B44;
  }
  
  .switch
  {
    cursor: pointer;
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    justify-content:space-between;
  }
  .switch div
{
  border: 0;
}
  .productname
  {
    pointer-events: none;
    /* width:56%; */
    font-size: 22px;
    color: #04AA52;
    font-weight:bold;
  }
  .arrow
  {
    width:4%;
  }


  .imiewagawiek
  {
    font-family: Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .imiewagawiek div
  {
    text-align: center;
    width:10%;
    height: 100px;
  }
  #imiewagawiek-title,#imiewagawiek-subtitle
  {
    font-weight: bold;
  }

.tipzamowienie
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width:750px;
    height:120px;
    background-repeat: no-repeat;
    background-image: url("https://stettiner.co/devkarmkulator/wp-content/uploads/2020/09/Group-530-1.png");
}

.tekstzamowienie
{
    position: absolute;
}

#imie,#email
{
  margin-bottom: 2%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #04AA52;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info
{
  font-family: Arial, sans-serif;
  display:flex;
  justify-content: center;

}
.info div
{
  border:0;
  background-color: #EBEBEB;
}
.infotekst
{
  width:56%;
  padding: 20px;
}
.tipzamowieniemobile {
  display: none;
}
.submit-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: auto;
}
.tipseconddogmobile
{
  display: none;
}
.sub-tip {
  display: none;
  background: white;
  box-shadow: 0px 0px 27px -8px rgba(0,0,0,0.75);
  border-radius: 30px;
}
.sub-tip:hover {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub-tip-button:hover + .sub-tip {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul
{
  font-size: 20px;
  margin-left:35%;
  margin-right:35%;
  list-style: none;
}
li:not(:last-child) 
{
  margin-bottom: 5px;
}
.row
{
  display: flex;
  justify-content: center;
}
.one_product
{
  margin:10px;
  width:20%;
  text-align: center;
}
.prices
{
  background-color: #04AA52;
  color:white;
  font-size:25px;
  font-weight:bold;
  padding:10px;
}
.quants
{
  font-size:15px;
  font-weight:bold;
  padding:10px;
}
.price_before
{
  text-align: center;
  color: #959598;
  font-size: 34px;
  font-weight: bold;
  margin: 0 auto;
  text-decoration: line-through;
}
.rabat
{
  max-width: 450px;
  text-align: center;
  color: #048B44;
  font-size: 25px;
  font-weight: bold;
  margin: 5px auto;
  line-height: 40px;
  padding:10px;
  border: 1px solid #048B44;
}

@media only screen and (max-width: 800px) {
  .sub-tip-button {
    display: none;
  }
  .modal-content {
    margin: 1% auto; /* 15% from the top and centered */
    width: 80%; /* Could be more or less, depending on screen size */
  }
  .tipseconddog {
    display: none;
  }
  .submit-buttons {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: auto;
  }
  .submit-buttons > input {
    margin-bottom: 10px;
  }
  .tipzamowienie {
    display: none;
  }
  .tipzamowieniemobile {
    display: block;
    background-color: #07AA51;
    border-radius: 20px;
    color: white;
    padding: 20px;
    margin: 20px;
  }
  .tipseconddogmobile {
    font-family: 'Dosis', sans-serif;
    display: block;
    background-color: #07AA51;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    color: white;
  }
  .infotekst {
    width: auto;
  }
  .info {
    margin-top: 50px;
  }
  .imiewagawiek div { 
    width: auto;
  }
  .imiewagawiek {
    justify-content: space-around;
  }
  .tabelka {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .zapotrzebowanie {
    overflow-x: scroll;
    max-width: 100%;
    width: auto;
  }
  .etykieta_ilosc {
    width: auto;
  }
  .ilosc {
    justify-content: space-around;
  }
  .switch {
    margin-left: 0;
    margin-right: 0;
    justify-content: normal;
    margin-top: 40px;
  }
  .productname {
    padding: 10px;
    width: 90%;
  }
  ul
  {
    margin-left:10%;
    margin-right:10%;
  }
  .one_product
{
  margin:10px;
  width:80%;
  text-align: center;
}
}