body {
  background-color: #f8f8f8;
  padding-top: 125px;
}

#publish-box {
  position: fixed;
  top: 400px;
  right: 0px;
  z-index: 999999;
}
#publish-box button {
  padding: 10px 20px;
  background-color: rgba(0, 186, 0, 0.8509803922);
  box-shadow: 0px 0px 15px rgba(0, 186, 0, 0.5019607843);
  color: var(--btn-color) !important;
  border-radius: 50px 0px 0px 50px;
}

header .product-name {
  font-size: clamp(1.25rem, 0.814rem + 1.3953vw, 2rem);
  margin-bottom: 25px;
}

.badge-deal-type,
.badge-status {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 15px;
  border-radius: 2px;
}

.success {
  background-color: rgba(0, 186, 0, 0.85);
}

.danger {
  background-color: rgba(223, 0, 0, 0.85);
}

.blue {
  background-color: rgba(0, 66, 219, 0.85);
}

.price {
  color: #000000;
  font-size: 24px;
  margin-top: 30px;
  text-align: left;
  font-weight: bold;
}

.btn-toggle {
  padding-right: 10px;
}
.btn-toggle svg {
  width: 16px;
  height: 16px;
}

main #overview-features .feature-item {
  border: 1px solid #d4d4d4;
  padding: 15px 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: var(--border-radius);
}
main #overview-features .feature-item h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
main #overview-features .feature-item p {
  font-size: 15px;
  color: #666;
}
main #overview-features .feature-item img {
  width: 45px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

#attributes .attribute-box {
  border-left: 1px solid #ddd;
  height: 100%;
}
#attributes .end-box {
  border: none !important;
}
#attributes .attr-item {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}
#attributes .attr-item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 15px;
  top: 7px;
  background-color: var(--main-color);
}

#video .video-overlay {
  position: relative;
}
#video .video-overlay img {
  width: 100%;
  max-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
#video .video-overlay .overlay {
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.4588235294);
  width: 100%;
  height: 100%;
}
#video .video-overlay .overlay .overlay-content {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: red;
  border-radius: 50%;
}
#video .video-overlay .overlay .overlay-content svg {
  fill: #fff;
  width: 36px;
  height: 36px;
}
#video iframe {
  width: 100%;
  height: 720px;
}

#related {
  background-color: #fff;
  padding: 60px 0px;
}

.share-box {
  position: relative;
}
.share-box .parnet-links {
  display: none;
}
.share-box .share-links {
  background-color: #fff;
  position: absolute;
  bottom: 45px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.share-box .share-links a {
  background-color: #d9d9d9;
  width: 24%;
  height: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
}
.share-box .share-links svg {
  height: 22px;
  width: 22px;
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .attribute-box {
    border: none !important;
  }
  .model-image img {
    width: 100% !important;
  }
}/*# sourceMappingURL=show.css.map */