#product-active {
  display: none;
}

#product-tumb {
  display: none;
}

#collapse:before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
  position: relative;
  font-size: 24px;
}

#collapse:hover {
  color: white;
}

.card-header:hover {
  background-color: #0d71ba;
}

.card-header {
  background-color: white;
}

.card {
  border: none;
  border-bottom: 1px solid #0d71ba;
  border-radius: 0;
  background-color: white;
}

#magnify:hover {
  transform: scale(2);
  transition: 1.3s ease;
}

.wrapper {
  /*margin-top: 20px;*/
}

.container-urun {
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 30px;
}

.row-urun {
  max-width: 100%;
  margin: 0;
}

.col.product {
  display: inline-flex;
}

@media (min-width: 768px) {
  .product {
    /*border: 1px solid #656565;*/
    position: relative;
    top: 20px;
  }
}

.product-image {
  position: relative;
  height: 350px;
  width: 350px;
  overflow: hidden;
}

.col {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .product-image {
    position: relative;
    margin-top: 20px;
    height: 500px;
    width: 768px;
    overflow: hidden;
    margin: 0 auto;
  }
}

.product-image .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.product-thumbnails {
  display: flex;
  justify-content: start !important;
}

@media (min-width: 768px) {
  .product-thumbnails {
    margin-top: 30px;
    justify-content: center;
    margin: 17px;
  }
}

.product-thumbnails img {
  border-radius: 0;
  cursor: pointer;
  position: relative;
  padding: 6px;
}

@media (min-width: 768px) {
  .product-thumbnails img {
    height: 100%;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    padding: 6px;
  }
}

.product-thumbnails img:hover {
  opacity: 0.6;
}

.product-details {
  margin-top: 30px;
  display: flex;
}

.product-details p {
  margin-top: 20px;
}

.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col {
  /*padding: 10px;*/
}

@media (max-width: 576px) {
  #viewer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .image.img-fluid {
    display: flex;
    align-items: center;
  }
}

