@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
product-detail-page-i {
  position: relative;
  font-family: "Open Sans", Helvetica, Sans-serif;
}
product-detail-page-i * {
  font-family: inherit;
  outline: none;
}
product-detail-page-i .block-filled-background {
  width: 100%;
  position: relative;
  background-color: #21262a;
}
product-detail-page-i .block-filled-background .display-table {
  width: 100%;
  height: auto;
}
product-detail-page-i .block-filled-background .display-table .display-table-cell {
  width: 100%;
}
product-detail-page-i .block-filled-background .block-gallery .gallery_show {
  width: 100%;
  height: 450px;
  text-align: center;
}
product-detail-page-i .block-filled-background .block-gallery .gallery_show img {
  height: 100% !important;
  width: auto !important;
  margin: 0 auto !important;
}
product-detail-page-i .block-filled-background .gallery_arrows {
  position: absolute;
  height: 35px;
}
product-detail-page-i .block-filled-background .gallery_arrows .fa {
  color: white;
}
product-detail-page-i .block-filled-background .gallery_arrows .fa-angle-left {
  float: left;
  font-size: 3em;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
}
product-detail-page-i .block-filled-background .gallery_arrows .fa-angle-right {
  float: right;
  font-size: 3em;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
}
product-detail-page-i .block-filled-background .block-info * {
  color: white;
}
product-detail-page-i .block-filled-background .block-info line {
  width: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  display: block;
}
product-detail-page-i .block-filled-background .block-info .text_1 {
  margin: 0px;
  opacity: 0.8;
}
product-detail-page-i .block-filled-background .block-info .text_2 {
  padding: 10px 0;
  font-weight: normal;
  opacity: 0.8;
}
product-detail-page-i .block-filled-background .block-info .text_3 {
  margin: 20px 0 10px;
  width: 100%;
  opacity: 0.8;
}
product-detail-page-i .block-filled-background .block-info .text_3 .text_3_1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  padding-bottom: 5px;
}
product-detail-page-i .block-filled-background .block-info .text_3 select {
  width: 300px;
  height: 40px;
  background-color: white;
  color: black;
  border: 0px;
}
product-detail-page-i .block-filled-background .block-info .text_3 .price {
  font-size: 24px;
  display: block;
  padding: 5px 0;
}
product-detail-page-i .block-filled-background .block-info .text_5 {
  font-size: 12px;
  font-style: italic;
  opacity: 0.7;
}
@media (max-width: 991px) {
  product-detail-page-i .block-filled-background .block-info * {
    text-align: center;
    margin: 0 auto;
  }
}
product-detail-page-i .block-desc h2 {
  text-transform: uppercase;
}
product-detail-page-i .block-desc .desc * {
  text-align: center;
  color: #504f4f;
}
product-detail-page-i #show-case .show-item {
  padding: 100% 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
product-detail-page-i .gallery_show {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
product-detail-page-i .gallery_show .img_gallery_cover {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
