.product-detail-content {
  background: url("../images/bg-wood.png");
  background-size: 40%;
  min-height: 100vh;
  background-position: top;
  overflow: hidden;
}

.product-detail-content .product-detail-header {
  text-align: center;
  color: #fff;
  word-break: break-word;
  background: url("../images/bg-main3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-detail-content .product-detail-header h1 {
  letter-spacing: 2px;
  font-size: 45px;
  font-weight: 600;
  text-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
  margin-bottom: 0.5rem;
}

.product-detail-content .product-detail-header h5 {
  font-size: 20px;
}

.product-detail-content .product-detail-header p {
  font-size: 16px;
}

.owl-product .item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 1rem;
  height: 350px;
}

.owl-product .item img {
  max-width: 250px !important;
  height: auto;
	margin: auto;
  /* object-fit: scale-down; */
}

.owl-product .owl-prev {
  left: 1rem;
}
.owl-product .owl-next {
  right: 1rem;
}
.owl-all-product .owl-prev {
  left: 1rem;
}
.owl-all-product .owl-next {
  right: 1rem;
}
.owl-all-product.owl-carousel .owl-item {
  display: inline-flex;
  float: none;
  vertical-align: bottom;
  align-items: flex-end;
  justify-content: center;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-prev,
.owl-next {
  color: #fff !important;
  font-size: 45px !important;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  outline: unset !important;
  background: transparent !important;
  opacity: 0.5;
}

.owl-product.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

.owl-product.owl-theme .owl-dots .owl-dot.active span,
.owl-product.owl-theme .owl-dots .owl-dot:hover span {
  background: #004722;
  border: 3px solid #fff;
  height: 15px;
  width: 15px;
}

.product-detail-img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem 0;
  align-items: flex-start;
}

.product-detail-img h3 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin: 1rem 0 0;
}

.product-detail-img img {
  width: auto;
  object-fit: scale-down;
  height: auto;
  min-height: 150px;
  max-height: 150px;
  max-width: 100%;
}

.brand-detail {
  background: #004722;
  padding: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.brand-detail .brand-info-l {
  text-align: left;
  padding-left: 5%;
  margin-bottom: 1rem;
}

.brand-detail .brand-info-l h1 {
  font-size: 25px;
  transform: translateX(-20px);
}

.brand-detail .brand-info-l li {
  font-size: 16px;
}

.brand-detail .brand-info-l .brand-follow {
  display: inline-table;
  margin-left: 0.5rem;
}

.brand-detail .brand-info-l .brand-follow img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.brand-detail .brand-info-r img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product-storage {
  background: #004722;
  color: #fff;
  padding: 1rem;
  border-top: 1px solid rgb(255 255 255 / 50%);
}

.product-storage .storage-box img {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}

.product-storage .info-box {
  display: flex;
  margin-bottom: 1rem;
}

.product-storage .storage-icon {
  display: flex;
  align-items: center;
}

.product-storage .storage-icon img {
  width: 80px;
  height: auto;
  max-height: 100px;
  object-fit: scale-down;
  margin-right: 2rem;
}

.product-storage .set-colume {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.product-storage .table-custom {
  color: #fff;
  text-align: center;
}

.product-storage .table-custom th {
  font-size: 12px;
  padding: 5px;
  font-weight: 500;
  text-align: left;
}

.product-storage .table-custom td {
  font-size: 10px;
  padding: 5px;
  color: #d6d6d6;
}

.product-storage h3 {
  letter-spacing: 1px;
}

.product-storage ul {
  font-size: 14px;
  font-weight: 400;
  color: #d6d6d6;
  margin-bottom: unset;
}

.product-storage ul > li {
  margin-right: 2rem;
}

.all-product-box {
  padding: 1rem 0;
  background: url("../images/bg-main2.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -2px;
}

.all-product-box .back-btn {
  background: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 0 2rem;
  font-size: 20px;
  font-weight: 600;
  color: #004722;
  letter-spacing: 2px;
}

.owl-all-product .item {
  text-align: center;
  color: #fff;
}

.owl-all-product .item img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  min-height: 120px;
  max-height: 120px;
  margin: 0 auto;
  object-fit: scale-down;
}

.owl-all-product .item p {
  font-size: 12px;
}

.owl-all-product .item .more-btn {
  letter-spacing: 1px;
  background: #fff;
  border-radius: 25px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.product-detail-content .contact-box {
  text-align: center;
  padding-bottom: 10rem;
  margin-top: 1rem;
  position: relative;
}

.product-detail-content .contact-box form {
  position: relative;
  z-index: 555;
}

.product-detail-content .contact-box h1 {
  color: #004722;
  letter-spacing: 5px;
  margin-bottom: 1rem;
  font-size: 50px;
}

.product-detail-content .contact-box h5 {
  font-size: 18px;
  margin-bottom: 2rem;
}

.product-detail-content .contact-box input,
.product-detail-content .contact-box textarea {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #000;
}

.product-detail-content .contact-box input::placeholder,
.product-detail-content .contact-box textarea::placeholder {
  opacity: 0.5;
}

.product-detail-content .contact-box .submit-btn a {
  background: #004722;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 0 1rem;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 1rem;
  letter-spacing: 2px;
}

.product-detail-content .contact-box .img-footer-1 {
  position: absolute;
  width: 130px;
  bottom: -10px;
  left: 0;
  transform: scaleX(-1);
  z-index: 3;
}

.product-detail-content .contact-box .img-footer-2 {
  position: absolute;
  bottom: 0;
  width: 300px;
  left: 5%;
  z-index: 1;
}

.product-detail-content .contact-box .img-footer-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 80px;
}

.set-group {
  text-align: center;
  word-break: break-word;
}

.set-group p {
  font-size: 14px;
  font-weight: 500;
  color: #004722;
}

@media screen and (max-width: 350px) {
  .product-detail-content .product-detail-header h1 {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  .owl-product .item {
    height: 150px;
  }
  .owl-product .item img {
    max-width: 200px !important;
  }
  .owl-theme .owl-nav {
    margin-top: unset;
  }
  .owl-product.owl-theme .owl-dots .owl-dot span,
  .owl-product.owl-theme .owl-dots .owl-dot.active span,
  .owl-product.owl-theme .owl-dots .owl-dot:hover span {
    width: 10px;
    height: 10px;
  }
  .product-detail-img img {
    width: 100px;
  }
  .product-storage h3 {
    font-size: 14px;
  }
  .product-storage ul {
    font-size: 12px;
  }
  .product-storage .storage-icon img {
    width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .product-detail-content .contact-box {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .product-detail-content .product-detail-header h5 {
    font-size: 26px;
  }
  .owl-product .item {
    height: 350px;
  }
  .brand-detail {
    padding: 1rem 5%;
  }
  .brand-detail .brand-info-r img {
    width: 300px;
  }
  .owl-product .owl-prev {
    left: 10%;
  }
  .owl-product .owl-next {
    right: 10%;
  }
  .owl-all-product .owl-prev {
    left: 1rem;
  }
  .owl-all-product .owl-next {
    right: 1rem;
  }
  .product-storage {
    padding: 1rem 10%;
  }
  .all-product-box {
    padding: 1rem;
  }
  .product-detail-content .contact-box .img-footer-2 {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-storage .storage-icon img {
    width: 100px;
  }
  .product-storage .table-custom th {
    font-size: 18px;
  }
  .product-storage .table-custom td {
    font-size: 16px;
  }
  .product-detail-img img {
    max-height: 100px;
    min-height: 100px;
  }
}

@media screen and (min-width: 992px) {
  .owl-product .owl-prev {
    left: 20%;
  }
  .owl-product .owl-next {
    right: 20%;
  }
  .product-detail-header .container-fluid {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
  .product-detail-content .contact-box {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }
  .product-detail-img {
    padding: 2rem 10% 0;
  }
  .product-detail-content .product-detail-header {
    padding-top: 9rem;
  }
  .product-detail-content .contact-box .img-footer-1 {
    width: 200px;
  }
  .product-detail-content .contact-box .img-footer-3 {
    width: 150px;
  }
  .brand-detail {
    padding: 2rem 10%;
  }
  .product-storage ul,
  .owl-all-product .item p {
    font-size: 16px;
  }
  .product-storage .info-box {
    margin-left: 10%;
  }
  .product-storage {
    padding: 1rem 15%;
  }
}

@media screen and (min-width: 1200px) {
  .product-detail-header .container-fluid {
    padding-right: 15% !important;
    padding-left: 15% !important;
  }
  .product-detail-content .product-detail-header h5 {
    font-size: 30px;
  }
  .product-detail-content .product-detail-header p {
    font-size: 18px;
	line-height: normal;
  }
  .product-storage {
    padding: 1rem 20%;
  }
  .all-product-box {
    padding: 0 10%;
	padding-bottom: 1rem;
  }
  .product-detail-content .contact-box {
    padding-right: 30% !important;
    padding-left: 30% !important;
    padding-bottom: 15rem;
  }
  .product-detail-img {
    padding: 2rem 15% 0;
  }
  .product-detail-content .contact-box .img-footer-1 {
    width: 220px;
  }
  .product-detail-content .contact-box .img-footer-2 {
    width: 1000px;
  }
  .product-detail-content .contact-box .img-footer-3 {
    width: 200px;
  }
  .owl-all-product .owl-prev {
    left: -1rem;
  }
  .owl-all-product .owl-next {
    right: -1rem;
  }
  .brand-detail {
    padding: 2rem 20%;
  }
  .product-detail-img img {
    max-height: 150px;
    min-height: 150px;
  }
}

@media screen and (max-width: 450px) {
  .owl-product .item img {
    height: 100%;
    object-fit: scale-down;
  }
  .product-detail-img img {
    min-height: unset;
    max-height: 80px;
  }
  .owl-all-product .item .more-btn {
    font-size: 10px;
  }
  .product-detail-content .product-detail-header h1 {
    letter-spacing: 0px;
    font-size: 33px;
    font-weight: 600;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
    margin-bottom: 0rem;
	white-space: nowrap;
  }
  .product-detail-content .product-detail-header h5 {
    margin: 1rem 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .owl-product .item img {
    max-width: 250px !important;
  }
}
