/* MAIN CONTENT STYLES */

.product-details-card {
  display: flex;
  max-width: 1200px;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  justify-content: space-between;
}

.product-details-card-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px;
}

.product-image {
  width: 100%;
  max-width: 500px;
}
.product-details-text-container {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.product-details-title-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 25%;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 30px;
  margin-right:30px;
}

.product-details-price-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-details-price {
  font-size: 26px;
  color: #E30A17;
  text-align: center;
  display:flex;
}


.product-details-price-subtext {
  font-size: 16px;
  color: black;
  text-align: center;
  cursor: pointer;
}

.product-details-title {
  font-size:40px;
}

.product-details-subtitle {
  font-size: 24px;
}

.product-details-description-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.product-details-description {
  font-size: 18px;
  display: flex;
}

.product-details-action-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.product-details-action-button {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  text-align: center;
}

.info-icon {
  width: 20px;
}
.elsan-youtube-video {
  width:560px;
  height:315px;
  display:flex;
  align-self:center;
}

@media only screen and (max-width: 700px) {
  .elsan-youtube-video {
    width: 444px;
    height: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .elsan-youtube-video {
    width: 355px;
    height: 200px;
  }
}

@media only screen and (max-width: 450px) {
  .elsan-youtube-video {
    width: 266px;
    height: 150px;
  }
}

@media only screen and (max-width: 370px) {
  .elsan-youtube-video {
    width: 222px;
    height: 125px;
  }
}

@media only screen and (max-width: 300px) {
  .elsan-youtube-video {
    width: 100%;
    height: 125px;
  }
}




@media only screen and (max-width: 930px) {
  .product-details-card-content{
    flex-direction: column!important;
  }

  .product-details-card-content > .product-details-text-container {
    width: 100%;
  }

  .product-details-card-content .product-details-description {
    margin-bottom: 20px;
  }
  .product-details-card-content .product-details-price-container {
    margin-bottom: 20px;
  }
  .coil-card .coil-card-section-container {
    flex-direction: column;
  }
  .coil-card .coil-card-section {
    width: 100%;
    height: auto;
  }
  .coil-card .coil-card-section > div {
    height: 100%;
    margin-bottom:20px;
  }
  .coil-card .coil-card-description {
    padding-top:0;
  }
  .coil-card .coil-card-action-container > a {
    height: 30px;
    max-width: 250px;
  }
  .coil-card .coil-card-section-divider {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .product-text-heading {
    text-align: center!important;
  }

  .coil-card .coil-card-image {
    max-width:400px;
    width:100%
  }

  .coil-card .coil-card-image-container {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .product-details-title-container > .product-details-title {
    font-size:24px;
  }

  .product-details-title-container > .product-details-subtitle{
    font-size:20px;
  }

  .product-details-description-container > .product-details-description {
    font-size:16px;
  }

  .product-details-card-content .product-details-price {
    font-size:20px;
  }
  .product-details-card-content .product-details-price-subtext {
    font-size:14px;
  }
  .product-details-card .product-details-card-content {
    margin-left:10px;
    margin-right: 10px;
  }
  .product-details-content-container .product-details-tabs{
    width: 90%;
    flex-direction: column;
  }
  .product-details-tabs-line:last-of-type {
    margin-top:20px;
  }
}

@media only screen and (max-width: 700px) {
  .product-details-content-container .product-details-tabs{
    width: 90%;
    flex-direction: column;
  }
  .product-details-tabs-line:last-of-type {
    margin-top:20px;
  }

}

@media only screen and (max-width: 400px) {
  .product-details-tabs-line > a{
    font-size: 12px;
  }

  .product-details-price {
    font-size: 16px!important;
  }
}
ul {
  padding-inline-start: 40px;
  margin-block-start: 0;
  margin-block-end: 0;
}
li{
  margin: 10px 0;
}
.product-details-price-container > div {
  margin-left:10px;
  margin-right:10px;
}
.product-details-content-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.product-details-tabs {
  width: 70%;
  display: flex;
  flex-direction:row;
  align-self: center;
  padding-bottom: 30px;
  text-align: center;
}

.product-details-tabs a {
  margin-right:10px;
  margin-left:10px;
}
.product-details-tabs-line {
  display: flex;
}
.product-details-tab-button {
  color: black;
}
.product-details-tab-button.active {
  color: #D84011;
  border-bottom: 5px solid #D84011;
}

.product-details-main-content {
  background-color: white;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 30px 30px 30px;
}

.product-details-content-tab
{
  display: flex;
  flex-direction:column;
}
.product-text-heading {
  font-size:20px;
  margin: 20px 0 10px 0;
}

.product-text-body {
  margin:5px 0 5px 0;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align:center;
}

table{
  width:50%;
  align-self: center;
  margin: 30px;
}

.coil-card-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top:50px;
  padding-bottom:50px;
}

.coil-card {
  width: 80%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.coil-card-image-container {
  width: 100%;
  display:flex;
  justify-content: center;
  padding: 10px 30px 30px 30px;
}

.coil-card-image {
  width: 400px;
}

.coil-card-section-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.coil-card-section {
  display: flex;
  width: 30%;
  flex-direction: column;
  height: 400px;
  padding-top: 20px;
  justify-content: space-between;
}

.coil-card-section-divider {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  padding-right: 20px;
}

.coil-card-header {
  text-align: center;
  font-size: 22px;
  height: 15%;
}

.coil-card-description {
  font-size: 16px;
  height: 45%;
  padding-top:20px;
}

.coil-card-price {
  font-size: 24px;
  color: #E30A17;
  text-align: center;
  height: 20%;
}

.coil-card-action-container {
  height: 10%;
  display:flex;
  justify-content: center;
}

.coil-card-action-button {
  width: 80%;
}
/* END MAIN CONTENT STYLES */
