@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
product-detail-page-c {
  position: relative;
  font-family: "Open Sans", Helvetica, Sans-serif;
}
product-detail-page-c * {
  font-family: inherit;
}
product-detail-page-c .block-background {
  background-color: #F3F3F5;
}
product-detail-page-c .block-background .block-left-mobile {
  width: 100%;
}
product-detail-page-c .block-background .block-left-mobile .img_mobile {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px;
}
product-detail-page-c .block-background .block-left-mobile .img_mobile img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
product-detail-page-c .block-background .block-left {
  width: 70%;
  float: left;
  overflow: hidden;
}
product-detail-page-c .block-background .block-left img {
  width: 100%;
  height: auto;
}
product-detail-page-c .block-background .block-left .img_cover {
  background-repeat: no-repeat;
  background-size: contain;
  height: 1000px;
  background-position: center;
  background-color: #F3F3F5;
}
product-detail-page-c .block-background .block-left .bottom-info {
  position: fixed;
  width: 30%;
  top: 100px;
  right: 0;
  padding: 0;
  margin: 0;
  background-color: #F3F3F5;
}
product-detail-page-c .block-background .block-left .bottom-info.unactive {
  position: absolute;
  width: 30vw;
  bottom: 0;
  transform: translate3d(98vw, 0, 0);
  top: inherit;
}
product-detail-page-c .block-background .block-right {
  width: 30%;
  float: right;
}
product-detail-page-c .block-background .product-info .text_1 {
  font-weight: 400;
  color: #000;
  letter-spacing: .38rem;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
product-detail-page-c .block-background .product-info .text_2 {
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  letter-spacing: .38rem;
  font-size: 1.1em;
}
product-detail-page-c .block-background .product-info .text_3 {
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: .38em;
}
product-detail-page-c .block-background .product-info .text_4 {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #4e4e4e;
  font-size: .9em;
  line-height: 1.7;
  margin: 0 0 20px;
}
product-detail-page-c .block-background .product-info .text_5 {
  margin-bottom: 20px;
}
product-detail-page-c .block-background .product-info .text_5 .txt {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  color: #4e4e4e;
  transition: all 0.3s;
  outline: none;
}
product-detail-page-c .block-background .product-info .text_5 .txt.active {
  font-weight: bold;
}
product-detail-page-c .block-background .product-info .text_6 .txt {
  font-size: .9em;
  font-size: 13px;
  color: #4e4e4e;
}
product-detail-page-c .bottom-buy-overlay {
  bottom: 0;
  position: fixed;
  width: auto;
  font-size: 0px;
  right: 0px;
  border: 0px solid black;
  background-color: white;
  transition: all 0.3s;
  z-index: 3;
  /*button {
			height: 50px;
			display: inline-block;
			background-color: #000;
			width: 200px;
			color: #676767;
			text-align: center;
			border: 0;
			outline: none;
			font-size: 13px;
			transition:all 0.3s;
			&:hover {
				color: white;
			}
		}*/
}
product-detail-page-c .bottom-buy-overlay.unactive {
  transform: translate3d(0, 100%, 0);
}
product-detail-page-c .bottom-buy-overlay select {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  height: 48px;
  width: 200px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
  margin-top: 0;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  product-detail-page-c .bottom-buy-overlay {
    width: 100%;
    z-index: 3;
  }
  product-detail-page-c .bottom-buy-overlay select {
    width: 50%;
  }
}
product-detail-page-c .block-show-img {
  float: left;
  width: 100%;
  height: auto;
}
product-detail-page-c .block-show-img .cover {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
product-detail-page-c .block-black {
  background-color: #1D1D1F;
  height: 450px;
  float: left;
  width: 100%;
}
product-detail-page-c .block-black .display-table {
  width: 100%;
}
product-detail-page-c .block-black .display-table .display-table-cell .text_1 {
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
product-detail-page-c .block-grey {
  background-color: #F3F3F5;
  float: left;
  width: 100%;
  padding: 40px 0;
}
product-detail-page-c .block-grey img {
  margin: 0 auto;
}
