.breadcrumbArea .container > div span {
  width: 31.71%;
}
@media (max-width: 991px) {
  .breadcrumbArea .container > div span {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .breadcrumbArea .container > div span {
    width: auto;
  }
}

.productdetails {
  width: 100%;
  background: #F2F2F2;
}

.product-images {
  width: 65.854%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-images {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .product-images {
    width: 100%;
  }
}
.product-images .image {
  position: relative;
  width: 48.149%;
  margin-bottom: 43px;
}
@media (max-width: 1440px) {
  .product-images .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product-images .image {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .product-images .image {
    margin-bottom: 18px;
  }
}
.product-images .image img {
  display: block;
  width: 100%;
}
.product-images .pinimgBtn {
  position: absolute;
  top: 20px;
  right: 29px;
  width: 17px;
  height: 29px;
  border: none;
  background-color: transparent;
  background-image: url(../images/pin-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(45deg);
}
.product-images .pinimgBtn.black {
  background-image: url(../images/black-pin-icon.svg);
}
@media (max-width: 991px) {
  .product-images .pinimgBtn {
    width: 13px;
    height: 25px;
    top: 14px;
    right: 20px;
  }
}

.product-info {
  width: 31.71%;
}
@media (max-width: 991px) {
  .product-info {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .product-info {
    width: 100%;
  }
}
.product-info.sticky-info {
  position: absolute;
  width: calc(50% - 186px);
  right: 0px;
}
.product-info.fixed {
  position: fixed;
  right: 0px;
}
.product-info h2 {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 4.86px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 7px;
}
@media (max-width: 1399px) {
  .product-info h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.product-info .sku {
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1B;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1399px) {
  .product-info .sku {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-info .shortDesc {
  font-size: 16px;
  line-height: 24px;
  color: #706F6F;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1399px) {
  .product-info .shortDesc {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-info .specTitle {
  font-size: 16px;
  line-height: 24px;
  color: #706F6F;
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
  background-image: url(../images/arrow-bottom.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 29px;
}
@media (max-width: 1399px) {
  .product-info .specTitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-info .price {
  margin-bottom: 17px;
}
.product-info .price strong {
  font-size: 44px;
  color: #1D1D1B;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .product-info .price strong {
    font-size: 40px;
  }
}
.product-info .price span {
  font-size: 20px;
  color: #1D1D1B;
  margin-left: 3px;
}
@media (max-width: 1399px) {
  .product-info .price span {
    font-size: 18px;
  }
}
.product-info h4 {
  font-size: 14px;
  line-height: 16px;
  color: #706F6F;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  font-weight: 400;
  margin: 0 0 11px 0;
}
@media (max-width: 1399px) {
  .product-info h4 {
    font-size: 12px;
  }
}
.product-info .chooseItem {
  margin-bottom: 27px;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-info .chooseItem {
    margin-bottom: 15px;
  }
}
.product-info .chooseItem a:first-child {
  margin-left: 0px;
}
.product-info .add-install {
  width: 100%;
  background-color: #fff !important;
  margin-bottom: 19px;
}
@media (max-width: 1199px) {
  .product-info .add-install {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.product-info .groupFields {
  display: flex;
  width: 100%;
  margin-bottom: 17px;
}
.product-info .groupFields .btn {
  width: calc(100% - 99px);
}
@media (max-width: 1199px) {
  .product-info .groupFields .btn {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.product-info .filter {
  font-size: 16px;
  color: #706F6F;
  margin: 27px 0 0 0;
}
@media (max-width: 1399px) {
  .product-info .filter {
    font-size: 14px;
  }
}
.product-info .filter a {
  color: #706F6F;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 8px;
}
.product-info .install {
  margin: 12px 0 0 0;
}
.product-info .install a {
  display: block;
  font-size: 16px;
  color: #706F6F;
  border-bottom: 1px solid #707070;
  padding: 16px 0;
  text-decoration: none;
  background-image: url(../images/arrow-right.svg);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .product-info .install a {
    font-size: 14px;
    padding: 14px 0;
  }
}

.specification {
  padding: 36px 0 79px 0;
}
@media (max-width: 1199px) {
  .specification {
    padding: 20px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .specification {
    padding: 30px 0 30px 0;
  }
}
.specification .row {
  margin-left: -19px;
  margin-right: -19px;
}
@media (max-width: 991px) {
  .specification .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.specification .sinfo {
  padding: 0 19px;
}
@media (max-width: 991px) {
  .specification .sinfo {
    padding: 0 12px;
  }
}
.specification h2 {
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #706f6f;
  text-align: center;
}
@media (max-width: 1440px) {
  .specification h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .specification h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.specification ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.specification ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  font-size: 22px;
  line-height: 1;
  color: #706F6F;
  font-weight: 400;
  padding: 11px 0;
  margin-bottom: 5px;
}
@media (max-width: 1679px) {
  .specification ul li {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .specification ul li {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .specification ul li {
    font-size: 12px;
    padding: 8px 0;
  }
}
.specification ul li a {
  color: #706F6F;
  text-decoration: underline;
}
.specification .common-btn {
  margin: 0 49px;
}
@media (max-width: 1399px) {
  .specification .common-btn {
    margin: 0 28px;
  }
}
@media (max-width: 1199px) {
  .specification .common-btn {
    margin: 0 15px;
    font-size: 14px;
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  .specification .common-btn {
    padding: 8px 20px;
    font-size: 12px;
    margin: 10px;
  }
}

.product-info-sticky {
  position: fixed;
  width: 100%;
  top: 174px;
  left: 0px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
  background-color: #fff;
  padding: 20px 0;
  display: none;
}
@media (max-width: 1399px) {
  .product-info-sticky {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .product-info-sticky {
    top: 194px;
  }
}
@media (max-width: 991px) {
  .product-info-sticky {
    top: 0px;
    display: none;
  }
}
.product-info-sticky.sticky-class {
  display: block;
}
@media (max-width: 991px) {
  .product-info-sticky.sticky-class {
    top: 0px;
    display: none;
  }
}
.product-info-sticky h2 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.522px;
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .product-info-sticky h2 {
    letter-spacing: 2px;
  }
}
@media (max-width: 1399px) {
  .product-info-sticky h2 {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .product-info-sticky h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.product-info-sticky .sku {
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1B;
  display: block;
}
@media (max-width: 1399px) {
  .product-info-sticky .sku {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .product-info-sticky .sku {
    font-size: 12px;
    line-height: 18px;
  }
}
.product-info-sticky .price strong {
  font-size: 44px;
  color: #1D1D1B;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .product-info-sticky .price strong {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .product-info-sticky .price strong {
    font-size: 30px;
  }
}
.product-info-sticky .price span {
  font-size: 20px;
  color: #1D1D1B;
  margin-left: 3px;
}
@media (max-width: 1399px) {
  .product-info-sticky .price span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .product-info-sticky .price span {
    font-size: 14px;
  }
}
.product-info-sticky .btn {
  min-width: 420px;
  margin-left: 42px;
}
@media (max-width: 1679px) {
  .product-info-sticky .btn {
    min-width: 320px;
    margin-left: 30px;
  }
}
@media (max-width: 1399px) {
  .product-info-sticky .btn {
    font-size: 14px;
    min-width: 260px;
    margin-left: 25px;
    padding: 16px 25px;
  }
}
@media (max-width: 1199px) {
  .product-info-sticky .btn {
    font-size: 14px;
    min-width: 220px;
    margin-left: 15px;
    padding: 14px 20px;
  }
}

/*# sourceMappingURL=product.css.map */
