

/*  #wrap {
    position: relative;
    top: 0px;
    width: 82%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 20px;
  }*/

  .tooteKast {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    top: 0px;
    width: 100%;
    background-color: black;
    display: inline-block;
    overflow: "hidden";
    background-color: #F3EBD0;
    border-radius: 10px;
  }

   .tooteKast .pildiKast {
    position: relative;
    width: 45%;  
    float: left;
    display: block;
  }

  .tooteKast .pildiKast .pilt {
    position: relative;
    height: 550px;  
    float: right;
    margin-right: 10px;
  }

  .tooteKast .kirjeldus {
    position: relative;
    width: 55%;  
    float: left;
  }

  .tooteKast .kirjeldus .pealkiri {
    position: relative;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    color: #DD6E43;
    font-size: 35px;
  }

  .tooteKast .kirjeldus .list {
    position: relative;
    padding-bottom: 10px;
    list-style: none; /* Remove default bullets */
    padding: 0;
  }

  .tooteKast .kirjeldus .list li {
    position: relative;
    padding: 10px 10% 5px 10%;

  }


/*  bulletite lisamine   */
/*  .tooteKast .kirjeldus .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    transform: translateY(-50%);
    width: 20px; /* Adjust the size of the image 
    height: 20px; /* Adjust the size of the image 
    background: url('gif/x-t2hed/K-static.gif') no-repeat center center;
    background-size: contain; /* Ensure the image fits within the specified dimensions 
  }
*/

  .tooteKast .kirjeldus .lisainfo {
    /* margin-bottom: 20px;*/
    /* top right bottom left : */
    padding: 15px 10% 15px 10%;
    background-color: #E3E1C8;
    border-radius: 10px 0px 0px 10px;
    line-height: 1.3;
  }

  .osta, .coming_soon {
    position: relative;
    padding: 15px 35px 15px 35px ;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 24px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    background-color: #536F87;
    transition: 0.3s;
  }

  .osta:hover, .coming_soon:hover  {
    background-color: #DD6E43;
    cursor: pointer;
  }

  .coming_soon  {
    font-size: 18px;
    line-height: 24px;
  }
