    body {
          background-image: url(../IMG/LAY/PLATTFORM_BK.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

    }
 
    .ShopProducts article {
      float: left;
      width: auto;
      display: block;

    }

    .ShopProducts {
      margin-right: 2%;
      /* margin-right: -0%; */
    }


    .ShopProducts .t-type:nth-child(even) {
      margin-right: 8%;
      margin-right: 8%;
    } 

    .ShopProducts .t-type:nth-child(odd) {
      margin-right: 8%;
      margin-right: 8%;
    } 

@media (max-width: 1500px) { 
    .ShopProducts .t-type:nth-child(even) {
          -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    -ms-transition: all 4s ease-in-out;
    transition: all  4s ease-in-out; 
      margin-right: 3%;
      margin-right: 3%;
    } 

    .ShopProducts .t-type:nth-child(odd) {
          -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    -ms-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out; 
      margin-right: 3%;
      margin-right: 3%;
    } 
}





    /*
    .ShopProducts .t-type:nth-child(odd) {
      margin-right: 4%;
      margin-right: 4%;
    }

    
    .ShopProducts .t-type:nth-child(even) {
      margin-left: 5%;
      margin-right: 7%;
    }



    
    .ShopProducts .t-type:nth-child(3n) {
      margin-left: 4%;
      margin-right: 6%;
    }

    .ShopProducts .t-type:nth-child(5n) {
      margin-right: 6%;
      margin-right: 6%;
    }


    .ShopProducts .t-type:last-child {
     position: absolute;
    }
*/






    .tproduct {
    -webkit-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    width: 352px;
    height: 570px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
    margin-bottom: 10px; 
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
    }
    .tproduct:hover  {
      background-color: white;
  -webkit-box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    width: 360px;
    padding-left: 27px;
    padding-right: 27px;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    }



    .tproduct marquee {
      color: transparent;
      font-size: 0pt;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;       
    }

    .tproduct:hover marquee { 
      color: rgb(36, 36, 36);
      font-size: 10pt;

    }

    
    
    .tproduct h1 {
      color: #8D8B8B;
      background-color: transparent;
      font-size: 14pt;
      padding-top: 9px;
      margin-bottom: 1px;
      position: sticky;
    }
    .tproduct form button {
      float: right;
      margin-left: 2%;
      margin-top: 2%;
      display: block;
    }
    .tproduct img {
      max-width: 270px;
      max-height: 270px;
      margin: 15px auto;
      margin-left: 15px;
          -webkit-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
          -moz-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
          box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    }

    .addcrt {
        color: #7b7b7b;
        font-size: 16px;
        background: #e7e7e7;
        padding: 3px 7px 3px 7px; /* OBEN RECHTS UNTEN LINKS */
        border: solid #c9c9c9 2px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;       
    }
    .addcrt:hover  {
      color: #e7e7e7;
      background: #bfbfbf;
      border: solid #e7e7e7 2px;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; 
    }
    .buy {
        color: #008c15;
        font-size: 16px;
        background: #bce0c2;
        padding: 3px 6px 3px 6px; /* OBEN RECHTS UNTEN LINKS */
        border: solid #94d19e 2px;
          cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;       

    }
    .buy:hover  {
      color: #1a7828;
      background: #94d19e;
      border: solid #b6d4bb 2px;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; 
    }

      .spzbottom {
        padding-top: 2%;
        width: 100%;
        height: 40px;
      }
    
    .spzbottom article {
      float: left;
      display: block;
      width: 50%;
    }
    .delivertsp p {
      max-height: 32px;
      color: transparent;
      font-size: 8.5pt;
      padding-left: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;        
    }

    .tproduct:hover .delivertsp p {
      color: #5f5f5f;    
    }

    .tproduct .det_tri_con {
      visibility: hidden;
      margin-left: 2%;
      width: 73.2%;
      margin-top: 55px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;      
    }
    .det_tricon form {
      float: left;
      width: 90.2%;
    }
    .tproduct:hover .det_tri_con {
      visibility: visible;
    }
    .tproduct:hover .delivertsp p {
      visibility: visible;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;       
    }

    .trigger input {
      float: right;
      -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.53;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 33px;
  outline-color: rgb(36, 36, 36);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
    }

  .trigger:hover input {
    width: 175px;
    margin-left: -100%; 
    margin-right: -2%;
  }  


    .addcrt_ {
      display: block;
      float: right;
        color: #7b7b7b;
        font-size: 16px;
        background: #e7e7e7;
        padding: 3px 5px 3px 6px; /* OBEN RECHTS UNTEN LINKS */
        margin-top: 5%;
        border: solid #c9c9c9 2px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;       
    }
    .addcrt_:hover  {
      color: #e7e7e7;
      background: #bfbfbf;
      border: solid #e7e7e7 2px;
        text-decoration: none;
          cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; 
    }
    

    .pricetext {
      margin-top: 0px;
      color: #008c15;
      background-color: transparent;
      text-shadow: -1px 0px 3px rgba(142, 142, 142, 1);
    }




/*


/* The Modal (background) *
.modal {
    display: none; /* Hidden by default *
    position: fixed; /* Stay in place *
    z-index: 100000000000000; /* Sit on top *
    padding-top: 15%; /* Location of the box *
    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_alt {
    display: none; /* Hidden by default *
    position: fixed; /* Stay in place *
    z-index: 1; /* Sit on top *
    padding-top: 5%; /* Location of the box *
    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 *
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

}

.modal-content_alt {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    height: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

}

@media (max-width: 1700px) {

/* Modal Content *
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

}

.modal-content_alt {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    height: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

}

}





/* Add Animation *
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


/* The Close Button *
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #e7e7e7;
   
}

.modal-header h2 {
  margin-top: 10px;
  color: #7b7b7b;
  text-shadow: -1px 0px 3px rgba(142, 142, 142, 1);
}


.modal-body {
  height: 400px;
  width: 85%;
  padding-bottom: 40px;
}

.modal-body_alt {
  height: 0px;
  width: 85%;
  padding-bottom: 40px; 
}

.modal-body div {
  width: 100%;
}

.modal-body article {
  width: 30%;
  float: left;
  padding-top: 2%;
}

.modal-body article img {
    -webkit-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    float: right;
}

.modal-body article ul {
  list-style: none;
  padding-left: 0;
}

.modal-body article ul li {
  max-width: 350px;
}


.modal-body article ul li p {
  display: block;
  color: #7b7b7b;
  max-width: 350px;
  word-wrap: break-word;
}

.mod_bod_img {
 display: block;
}

.modal-body h4 {
margin: 0 auto;
  padding-left: 0;
  padding-top: 2%;
  float: left;
  display: block;
}

.modal-body img {
  float: right;
  margin: 20px auto;
}
*/

.HeZC h4 {
  padding-left: 5%;
  margin: 5px auto; 
  display: block;
  float: left;
}



/*

.modal-footer {
    padding: 2px 16px;
    padding-top: 1%;
    height: 520px;
    background-color: white;
}
*/

.sho_car_nav_con {
  position: absolute;
  float: right;
  z-index: 1;
  top: 38px; 
  right: 10px;
}

.sho_car_nav_con center {
  background-color: transparent;
}

.sho_car_nav_con button {
    border: 2px solid rgba(233, 6, 0, 0.6);
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: transparent;
}

.sho_car_nav_con button:hover {
    background-color: rgba(233, 6, 0, 0.4);
    color: white;
    border: 2px solid white;
      cursor: pointer;
}


@media (max-width: 1400px) {
.sho_car_nav_con {
/*  position: absolute;
  float: left;
  z-index: 1;
  top: 50%; 
  left: -83%; */
}

.sho_car_nav_con center {
  background-color: transparent;
}

.sho_car_nav_con button {
    border: 2px solid rgba(233, 6, 0, 0.6);
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: transparent;
}

.sho_car_nav_con button:hover {
    background-color: rgba(233, 6, 0, 0.4);
    color: white;
    border: 2px solid white;
      cursor: pointer;
}

}

.sow-header-pic-sec {
  margin: 0 auto;
}

.sow-vid-sec {
  margin: 0 auto;
}

.sow-bottom-pic-sec {
  margin: 0 auto;
}

.W_PHARSEPKL_NU p {
  margin: 0 auto;  
  padding-top: 10px;
}

.sho_car_nav_con form {
  margin: 0 auto;
  background-color: transparent;
}

.all-shp-con article {
  width: 25%;
  max-height: 400px;
  margin: 0 auto;
  float: left;
  display: block;
    -webkit-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    width: 275px;
    height: 450px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
    margin-bottom: 10px; 
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}


    .all-shp-con article:hover {
  -webkit-box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    width: 277px;
    padding-left: 27px;
    padding-right: 27px;
    margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    }


    .all-shp-con article h3 {
      color: rgb(36, 36, 36);
      text-align: center;
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 17pt;
    }

    .all-shp-con article img {
      display: block;
      margin: 0 auto;
      width: 225px;
    -webkit-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46); 
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    }

    .all-shp-con article:hover img {
      -webkit-box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 3px 5px rgba(199,199,199,0.46);
    }

    .shp-acc-lay-txt p {
      max-width: 200px;
      color: rgb(36, 36, 36);
      text-shadow: -1px 0px 3px rgba(142, 142, 142, 1);
      margin: 0 2px;
      font-size: 12.3pt;

    }
    .HeZ-shp {
    overflow: auto;
    height: 100px;
    width: 225px;
    margin-top: 10px;
   /*-moz-box-shadow:    inset 0 0 5px #000000;
   -webkit-box-shadow: inset 0 0 5px #000000;
   box-shadow:         inset 0 0 5px #000000;*/
       -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;   
}

    .all-shp-con article:hover .HeZ-shp {
   -moz-box-shadow:    inset 0 0 7px #000000;
   -webkit-box-shadow: inset 0 0 7px #000000;
   box-shadow:         inset 0 0 7px #000000;
    }

    .sow-about-txt {
      margin: 0 auto;
    }

.review-Top input {
  margin-bottom: 3%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.53;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  border: 1px solid rgb(36, 36, 36);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 400px;
  outline-color: rgb(36, 36, 36);
}


.review-Body textarea {
  margin-bottom: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.53;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  border: 1px solid rgb(36, 36, 36);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 100%;
  height: 200px;
  outline-color: rgb(36, 36, 36);  
}

.SHP_BODY {
    width: 1500px;
    background-color: rgba(255,255,255,0.9);
    padding-left: 80px;
  }

.prd_on_crd {
  border-bottom: 1px solid grey;
  padding-bottom: 1%;
}

.prd_on_crd h1 {
  color: grey;
}

.prd_on_crd marquee {
  color: grey;
}

.prd_on_crd p {
  color: grey;
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.prd_on_crd article {
  display: block;
  width: 50%;
  float: left;  
}


.prd_on_crd article img {
  position: relative;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000; 
}

.prd_on_crd input {
    margin-top:  3%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.53;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  border: 1px solid rgb(36, 36, 36);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  outline-color: rgb(36, 36, 36);
  width: 40px;
}


.modal-body_alt a {
  margin: 0 auto;
}

.modal-body_alt a p {
  color: grey;
  font-size: 20pt;
  text-align: center; 
  height: 80px;
      -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}

.modal-body_alt a p:hover {
  color: grey;
  font-size: 27pt;
  text-align: center;  
} 


.container_shop{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
  }

  @media (min-width:768px){.container_shop{width:750px}



  }
  @media (min-width:992px){.container_shop{width:970px}


  }
  @media (min-width:1200px){.container_shop{width:1370px}


  }


/*
.sow-top-pic-sec img, .sow-header-pic-sec img, {
  width: 100%;
}
.sow-top-pic img {
  width: 100%;
  max-height: 400px;
}
*/