.productOverlay {
  display: none; /* Hidden by default */
  flex-direction: column;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 */
}
/* wasde */
.productPlacement {
  width: 70%;
  align-self: center;
}

.product-body {
  background: white;
  display: flex;
  flex-direction: row;
  padding: 2%;
}

.productImgPlacement {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: fit-content;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 0;
  opacity: 1;
  transition: box-shadow 200ms, opacity 200ms;
}

.productImgPlacement img {
  position: relative;
  float: left;
  height: 200px;
  margin-top:4%;
  /*background: no-repeat 50% 50%;*/
  background-size: cover;
}
.imageIncreaseSize {
  width: 250px;
}
#productMoreImagesHolder img {
  position: relative;
  float: left;
  height: 60px !important;
  width: 60px !important;
  /*background: no-repeat 50% 50%;*/
  background-size: cover;
}
#mobileproductMoreImagesHolder img {
  position: relative;
  float: left;
  height: 60px !important;
  width: 60px !important;
  /*background: no-repeat 50% 50%;*/
  background-size: cover;
}
.productItem {
    width: 400px;
    font-size: 1em;
    /* height: 25px; */
    display: flex;
    align-items: center;
    padding: 1% 5%;
}

.productName {
  width: 150px;
}

.closeProduct {
  color: lightgray;
  float: right;
  font-size: 70px;
  font-weight: bold;
  margin: -30px -7px;
}

.closeProduct:hover,
.closeProduct:focus {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

#productPlacementPc .modal-header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

#productPlacementPc .modal-footer {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.prodYTLinkName {
  height: 37px;
}

.prodYTLinkData {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #cFcFcF;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  height: 35px;
  align-items: center;
  width: 200px;
  padding: 0;
  /* position: fixed; */
}

.prodPaymentLink {
  border-radius: 4px;
  border: 1px solid #cFcFcF;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  height: 35px;
  align-items: center;
  width: 200px;
  text-align: center;
  background: #CDA524;
  color: white;
  padding: 0;
  /* position: fixed; */
  /* margin-top: -35px; */
}

.ytPlayer {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

/* Add Animation */
@-webkit-keyframes animateBack {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes animateBack {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 1400px) {
  .productPlacement {
    width: 90%;
  }
}

@media screen and (max-width: 1080px) {

  .productItem {
    font-size: 1.2em;
  }

  .closeProduct {
    font-size: 60px;
    margin: -25px -5px;
  }

  .prodYTLinkData {
    width: 150px;
    height: 25px;
  }

  #prodInfoPaymentPlace {
    margin-top: 2%;
  }

  .prodYTLinkData{
    height: 30px;
    width: 125px;
  }

  .prodPaymentLink {
    height: 30px;
    width: 125px;
  }

  .productImgPlacement img {
    height: 150px;
  }
  .imageIncreaseSize {
    width: 200px;
  }
  .productName {
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  .productName {
    width: 100px;
  }
}

@media screen and (max-width: 800px) {
  .productImgPlacement img {
    height: 150px;
  }
  .imageIncreaseSize {
    width: 200px;
  }

  .productItem {
    /* height: 25px; */
    font-size: 1.3em;
    padding: 1% 2.5%;
    width: 125px;
  }

  .closeProduct {
    font-size: 50px;
    margin: -21px -2px;
  }

  .prodYTLinkData{
    height: 35px;
    width: 100%;
  }

  .prodPaymentLink {
    height: 35px;
    width: 100%;
  }
}

/* MOBILE VERSION */

.mobileProductInfo {
  width: 60%;
}

.mobileProductInfo div {
  padding: 2.5% 0;
  /* height: 25px; */
}

.mobileProductInfoName {
  width: 40%;
}

.mobileProductInfoName div {
  padding: 3.5% 0;
  height: 25px;
}

.mobileYTPlayer {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

@media screen and (max-width: 700px) {

}
