.breadcrumbArea .items {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.old-price .price {
  text-decoration: line-through;
}

.old-price {
  display: block;
}

.old-price .price-label {
  display: none !important;
}

.breadcrumbArea + .container-content {
  position: absolute;
  top: 204px;
  right: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #706f6f;
  margin: 0 -637px 0 0;
}

@media (min-width: 992px) {
  .breadcrumbArea .items {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .breadcrumbArea .items {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .breadcrumbArea .items {
      max-width: 1344px;
  }
}

@media (min-width: 1680px) {
  .breadcrumbArea .items {
      max-width: 1664px;
  }
}

@media (max-width: 991px) {
  .breadcrumbArea .items {
      max-width: 100%;
  }
}

.breadcrumbArea .container > div span {
  width: 31.71%;
}

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

.product-images {
  width: 65.854%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-images.center-images {
  justify-content: center;
}

.product-images .image {
  position: relative;
  width: 48.149%;
  margin-bottom: 43px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.product-images .image img {
  display: block;
  width: 100%;
}

.product-images .image.center-images {
  width: 100%;
}

.product-images .image.center-images img {
  width: auto;
  margin: 0 auto;
  max-width: 330px;
}

.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);
  padding: 0px;
}
.product-images .pinimgBtn.black {
  background-image: url(../images/black-pin-icon.svg);
}

.product-info {
  width: 31.71%;
}
.product-info.sticky-info {
  position: absolute;
  width: calc(50% - 186px);
  right: 0px;
}
.product-info.fixed {
  position: fixed;
  right: 0px;
}

.product-info .container {
  max-width: 100%;
  padding: 0px;
}

.product-info .categoryArea {
  padding: 0px !important;
}

.product-info .categoryArea .container {
  padding: 0px !important;
}

.product-info .categoryArea h1 {
  text-align: left;
}

.product-info h2,
.product-info h1 {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 4.86px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 7px;
}

.product-info .sku,
.product-info .product-info-stock-sku,
.product-info .product_status {
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1B;
  margin-bottom: 10px;
  display: block;
}

.product-info .product_status {
  font-weight: 500;
}

.product-info .product_status .desc_status {
  font-weight: normal;
}

.product-info .product-info-stock-sku * {
  display: inline;
}

.product-info .product-info-stock-sku .type {
  font-weight: normal;
}

.product-info .product-info-stock-sku .type::after {
  content: ":";
}

.product-info .shortDesc,
.product-info .product.attribute.overview {
  font-size: 16px;
  line-height: 24px;
  color: #706F6F;
  margin-bottom: 20px;
  display: block;
}

.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;
}

.product-info .price,
.product-info .product-info-price {
  margin-bottom: 17px;
}
.product-info .price strong,
.product-info .product-info-price .price,
.bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
  font-size: 24px;
  color: #1D1D1B;
  font-weight: 400;
}

.bundle-options-container .block-bundle-summary .price-box {
  display: none;
}

.product-info .product-info-price .price-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.product-info .product-info-price .special-price .price {
  color: #ba0000;
}

.product-info .price span,
.product-info .price-wrapper + span {
  font-size: 20px;
  color: #1D1D1B;
  margin-left: 3px;
}

.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;
}

.product-info .chooseItem {
  margin-bottom: 27px;
  justify-content: flex-start;
}

.product-info .chooseItem a:first-child {
  margin-left: 0px;
}
.product-info .add-install {
  width: 100%;
  background-color: #fff !important;
  margin-bottom: 19px;
}
.product-info .groupFields {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  position: relative;
}
.product-info .groupFields .btn,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  width: calc(100% - 99px);
}

.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  margin: 0px;
}

.product-info .groupFields #qty-error {
  position: absolute;
  bottom: 7px;
  left: 0;
  font-size: 14px;
  color: red;
}

.product-info .messages > div {
  display: none;
}

.product-info .messages > div[data-ui-id="message-success"] {
  display: block;
  padding: 0px;
}

.product-info .messages > div > div {
  text-align: left;
  background: #fff;
  padding: 10px 10px 10px 44px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1D1D1B;
  position: relative;
  margin: -10px 0 20px 0;
}

.product-info .messages {
  margin: 0px;
}

.product-info .messages .m4u-3-chkCta:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}

.product-info .messages a {
  color: #000;
  font-weight: 500;
}

.product-info .messages .chkCta a {
  text-decoration: none;
}

.product-info .messages .chkCta a > div {
  display: flex;
  align-items: center;
}

.product-info .messages .chkCta svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.product-info .filter {
  font-size: 16px;
  color: #706F6F;
  margin: 27px 0 0 0;
}

.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;
}

.specification {
  padding: 36px 0 79px 0;
}

.specification .row {
  margin-left: -19px;
  margin-right: -19px;
}

.specification > div:nth-child(2) > .row:first-child {
  margin-bottom: 30px;
}

#other_product_attrs {
  padding: 50px 0 40px 0;
}

.specification .row > .row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.specification .sinfo {
  padding: 0 19px;
}

.specification h2 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #1d1d1b;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.specification h2::after {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  color: #1D1D1B;
  display: inline-block;
  margin-left: 10px;
}

/* .specification > div[aria-selected="true"] h2::after, */
.specification .collapsible-trigger.active h2::after {
  content: "\f106";
}

.specification .product.attribute.description {
  display: none;
}

.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: 16px;
  line-height: 1.2;
  color: #1d1d1b;
  font-weight: 400;
  padding: 11px 0;
  margin-bottom: 5px;
}

.specification ul li a {
  color: #1d1d1b;
  text-decoration: underline;
}
.specification .common-btn {
  margin: 0 49px;
}

.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: 3;
  background-color: #fff;
  padding: 20px 0;
  display: none;
}

.product-info-sticky.sticky-class {
  display: block;
}
.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;
}
.product-info-sticky .sku {
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1B;
  display: block;
}


.product-info-sticky .price strong {
  font-size: 44px;
  color: #1D1D1B;
  font-weight: 400;
}

.product-info-sticky .price span {
  font-size: 20px;
  color: #1D1D1B;
  margin-left: 3px;
}

.product-info-sticky .btn {
  min-width: 420px;
  margin-left: 42px;
}

.product-info .product-info-price .price-label {
  display: none;
}

.product-info .swatch-attribute-label {
  font-size: 14px;
  line-height: 16px;
  color: #706F6F;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  font-weight: 400;
  margin: 0 0 11px 0;
  display: block;
}

.product-info .swatch-attribute-selected-option {
  display: none;
}

.product-info .swatch-attribute-options {
  margin-bottom: 0px !important;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.product-info .swatch-attribute-options ~ .mage-error {
  margin: -15px 0 0 0;
  font-size: 14px;
}

.product-info .swatch-attribute-options .swatch-option {
  width: 48px !important;
  height: 48px !important;
  border-radius: 100%;
  display: block;
  border: 1px solid #707070;
  overflow: visible;
  position: relative;
  margin: 0 23px 50px 23px;
  background-size: cover !important;
}

.product-info .swatch-attribute-options .swatch-option::after {
  content: attr(data-option-label);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4px;
  font-size: 10px;
  color: #1d1d1b;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 9px);
  width: 84px;
}

.product-info .swatch-attribute-options .swatch-option:first-child {
  margin-left: 17px;
}

.product-info .fieldset .field.required > .label {
  display: none;
}

.product-info .fieldset .options-list .admin__field-option {
  position: relative;
  margin-bottom: 19px !important;
}

.product-info .fieldset .options-list .admin__field-option .product-custom-option {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.product-info .fieldset .options-list .admin__field-label {
  padding: 20px;
  line-height: 18px;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 0;
  position: relative;
  transition: all 0.4s ease-in;
  z-index: 0;
  width: 100%;
  background-color: #fff;
  color: #1d1d1b;
  border: 1px solid #1d1d1b;
  cursor: pointer;
  text-align: center;
}

.product-info .fieldset .options-list .admin__field-label span {
  font-size: 16px !important;
}

.product-info .fieldset .options-list .admin__field-label:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d1d1b;
  transition: all 0.4s ease-in;
  z-index: -1;
}

.product-info .fieldset .options-list .admin__field-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: #1d1d1b;
  border-radius: 10px;
  transition: all 0.4s ease-in;
}

.product-info .fieldset .options-list .admin__field-label:hover {
  color: #ffffff;
}

.product-info .fieldset .options-list .admin__field-label:hover:before {
  width: calc(100% - 10px);
}

.product-info .fieldset .options-list .admin__field-label:hover:after {
  left: calc(100% - 15px);
}

.product-info .fieldset .options-list .admin__field-label:hover .price-wrapper + span {
  color: #ffffff;
}

.block-products-list {
  padding-top: 10px;
}

.explore-block {
  margin-bottom: 60px;
}

.specification ul.product-features {
  margin-bottom: 20px;
}

.specification ul.product-features ul,
.specification #product_desc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 38px;
}

.specification ul.product-features li,
.specification #product_desc ul li {
  width: calc(33.33% - 26px);
  border: none;
  position: relative;
  padding: 0 0 10px 13px;
}

.specification ul.product-features li::before,
.specification #product_desc ul li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 6px;
  left: 0;
  content: "";
  background: #1D1D1B;
  border-radius: 100%;
}

.specification .sinfo h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #1D1D1B;
}

.specification .product_desc {
  padding: 30px 0;
  font-size: 16px;
  Color: #1d1d1b;
  border-top: 1px solid #707070;
}

.specification .product_desc:last-child {
  border-bottom: 1px solid #707070;
}

.specification .product_desc p {
  font-size: 16px !important;
  Color: #1d1d1b !important;
}

.product_feat_data h2,
.product_feat_data h3,
.product_feat_data h4,
.product_feat_data h5,
.product_feat_data h6 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #1d1d1b;
  text-align: center;
  text-transform: capitalize;
}

.product_feat_data h3 {
  font-size: 22px;
}

.product_feat_data h4 {
  font-size: 20px;
}

.product_feat_data h5 {
  font-size: 18px;
}

.product_feat_data h6 {
  font-size: 16px;
}

.specification .product_desc div[data-role="collapsible"],
.specification .product_desc .collapsible-trigger {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 300;
  /* margin-bottom: 24px; */
  color: #1d1d1b;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
}

.specification .product_desc .collapsible-content {
  padding-top: 24px;
}

.specification .product_desc div[data-role="collapsible"] span::after,
.specification .product_desc .collapsible-trigger span::after {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  color: #1D1D1B;
  display: inline-block;
  margin-left: 10px;
}

.specification .product_desc .collapsible-trigger.active span::after {
  content: "\f106";
}

/* imgText */
.imgText {
  font-size: 10px;
  text-transform: uppercase;
  color: #1D1D1B;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.imgText img {
  height: 75px;
  margin: 0 auto 7px auto;
  object-fit: contain;
  max-width: 120px;
}

.imgText span {
  display: block;
}

#product_downloads {
  row-gap: 30px;
  margin-top: 35px;
}

#other_product_downloads {
  row-gap: 30px;
  margin-bottom: 20px;
}

.specification .flex-wrap + #product_downloads {
  margin-top: 0px;
}

.product-info p.fontXs {
  margin-top: 15px;
}

.product-info p.fontXs a {
  color: #1D1D1B;
}

.product-info p.fontXs a:hover {
  text-decoration: none;
}

.product-info .bundle-actions {
  display: none;
}

.product-info .bundle-options-container .product-add-form {
  display: block !important;
}

.product-info .bundle-selection-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #fff;
}

.product-info .bundle-selection-table th {
  font-weight: 500;
}

.product-info .bundle-selection-table th,
.product-info .bundle-selection-table td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  color: #1d1d1b;
  line-height: normal;
}

.product-info .bundle-options-wrapper {
  display: none;
}

.product-info .bundle.items > li > strong {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #1d1d1b;
  margin: 0 0 15px 0;
}

.product-info .bundle-options-container .block-bundle-summary {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}

.product-info .bundle-options-container .itme-details {
  display: flex;
  background: #fff;
}

.product-info .bundle-options-container .itme-details-heading {
  display: flex;
  background: #fff;
}

.product-info .bundle-options-container .itme-details-heading span {
  font-size: 14px;
  font-weight: 600;
  color: #1D1D1B;
  border: 1px solid #ccc;
  padding: 10px;
  width: 80px;
}

.product-info .bundle-options-container .itme-details-heading span:nth-child(2) {
  width: calc(100% - 200px);
}

.product-info .bundle-options-container .itme-details-heading span:last-child {
  width: 120px;
}

.product-info .bundle-options-container .itme-details span:nth-child(2) {
  width: calc(100% - 200px);
}

.product-info .bundle-options-container .itme-details span:last-child {
  width: 120px;
}

.product-info .bundle-options-container .itme-details span {
  font-size: 14px;
  font-weight: normal;
  color: #1D1D1B;
  border: 1px solid #ccc;
  padding: 10px 8px;
  width: 80px;
}

.product-info .bundle-options-container .itme-details span a {
  font-weight: normal;
  text-decoration: none;
}

.product-info .bundle-options-container .itme-details span a:hover {
  text-decoration: underline;
}

.bundle-options-container .block-bundle-summary .box-tocart {
  margin: 0;
} 

.bundle-options-container .block-bundle-summary .box-tocart .groupFields {
  padding: 0;
} 

.product-addto-links .towishlist {
  font-weight: normal !important;
  background: #fff !important;
}

.product-addto-links .towishlist::before {
  content: "" !important;
}

.product-social-links {
  margin-bottom: 15px;
}

.productdetails .product-col .image a {
  padding: 20px;
  background: #fff;
}

ul.promo-tier-message {
  font-size: 15px;
  padding: 10px 0 10px 14px;
  margin: 0 !important;
  font-weight: 500;
}

.filter-product {
  padding: 30px 0 0 0;
}

.filter-product .product-col {
  background: #fff;
  position: relative;
  padding-bottom: 78px;
}

.filter-product .product-col .sub {
  padding: 30px 15px 0 15px;
}

.filter-product .product-col .common-btn {
  bottom: 35px;
}

.filter-product .filter_title {
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 3px;
}

.install-service-section {
  width: 100%;
  background: #fff !important;
  cursor: default;
}

.install-service-section a {
  text-decoration: none;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}

.install-service-section a.add-install {
  cursor: pointer;
}

.install-service-section .check-arrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding-top: 8px;
}

.install-service-section label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #706F6F;
  text-transform: none;
  letter-spacing: normal;
}

.install-service-section input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #707070;
  margin: 0px;
  position: static;
}

.install-service-section .show-install-popup {
  width: 18px;
  height: 18px;
  font-size: 0px;
  cursor: pointer;
  background-image: url(../images/arrow-right.svg);
  background-position: center center;
  background-size: 12px auto;
  background-size: auto 12px;
  background-repeat: no-repeat;
}

.install-service-section:hover a {
  color: #fff;
}

.included {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  padding: 25px 0;
  margin-bottom: 20px;
}

.included .box {
  display: flex;
  align-items: center;
  gap: 22px;
}

.included img {
  max-height: 130px;
}

.included .ititle {
  font-size: 24px;
  color: #706F6F;
}

/* subscribeText */
.frequency {
  width: 100%;
  padding: 10px 0 0 0;
}

.frequency h2 {
  color: #434343;
  text-transform: none;
  letter-spacing: 1px !important;
  margin-bottom: 12px;
}

.frequency .underbg {
  background: #e5e5e5;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.subscribeText {
  width: 100%;
  margin-bottom: 20px;
}

.subscribeText h3 {
  display: block !important;
  font-size: 16px;
  color: #434343;
  margin-bottom: 15px;
}

.subscribeText ul {
  display: block !important;
  list-style: none;
  padding: 0px;
}

.subscribeText li {
  position: relative;
  display: block !important;
  color: #706F6F;
  margin-bottom: 5px;
  padding: 0 0 0 22px;
}

.subscribeText li::before {
  content: "";
  width: 13px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0px;
  background: url(../images/check-black.svg) no-repeat center center;
}

.subscribeText li strong {
  font-weight: normal;
  color: #4E4E4E;
  font-weight: 500;
}

.radio-section {
  margin-bottom: 20px;
}

.radio-section label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.radio-section label strong {
  font-size: 18px;
  color: #1D1D1B;
  font-weight: 500;
}

.radio-section input[type="radio"] {
  accent-color: #2A2A2A;
  width: 21px;
  height: 21px;
  margin: 0px 7px 0 0;
}

.radio-section .price {
  font-size: 26px;
  color: #1D1D1B;
  font-weight: 500;
  margin: 0px;
  line-height: normal;
}

.underbg + .radio-section {
  background: #F2F2F2;
  border: 1px solid #1D1D1B;
  padding: 15px 20px;
}

.price-discount {
  text-align: center;
}

.price-discount .old {
  text-decoration: line-through;
  margin-left: 4px;
  color: #3E3E3E;
}

.price-discount .off {
  display: block;
  color: #BA0000;
  font-weight: 500;
  text-align: center;
}

.subscription-box select {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #4A4A4A;
  background-color: #F2F2F2;
  padding: 0 10px;
  height: 44px;
  background-image: url(../images/drop-arrow-black.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.subscription-box {
  width: 100%;
}

.subscription-box label {
  display: block !important;
  margin-bottom: 15px;
}

/* Responsive CSS */
/* --- max-width: 1679px --- */
@media (max-width: 1679px) {
  /* .specification ul li {
    font-size: 18px;
  } */

  .product-info-sticky h2 {
      letter-spacing: 2px;
    }
    .product-info-sticky .btn {
      min-width: 320px;
      margin-left: 30px;
    }

    .breadcrumbArea + .container-content {
      margin: 0 -579px 0 0;
    }

    .filter-product .filter_title {
      font-size: 22px;
    }
}

/* --- max-width: 1440px --- */
@media (max-width: 1440px) {

  .product-images .image {
      margin-bottom: 30px;
  }

  /* .specification h2,
  .specification .product_desc div[data-role="collapsible"] {
      font-size: 36px;
      line-height: 44px;
    } */

}

/* --- max-width: 1399px --- */
@media (max-width: 1399px) {

  .filter-product {
    padding: 20px 0 0 0;
  }

  .filter-product .product-col .sub {
    padding: 20px 15px 0 15px;
  }

  .filter-product .filter_title {
      font-size: 18px;
  }

  .breadcrumbArea + .container-content {
    margin: 0 -494px 0 0;
    font-size: 12px;
    top: 196px;
  }

  .product-info h2,
  .product-info h1 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .product-info .sku,
  .product-info .product-info-stock-sku,
  .product-info .product_status {
      font-size: 14px;
      line-height: 20px;
    }

    .product-info .shortDesc,
    .product-info .product.attribute.overview {
      font-size: 14px;
      line-height: 20px;
    }

    .product-info .specTitle {
      font-size: 14px;
      line-height: 20px;
    }

    .product-info .price strong,
    .product-info .product-info-price .price {
      font-size: 24px;
    }

    .product-info .price span,
    .product-info .price-wrapper + span {
      font-size: 18px;
    }

    .product-info h4,
    .product-info .swatch-attribute-label {
      font-size: 12px;
    }

    .product-info .filter {
      font-size: 14px;
    }

    .product-info .install a {
      font-size: 14px;
      padding: 14px 0;
    }
    /* .specification ul li {
      font-size: 16px;
    } */
    .specification .common-btn {
      margin: 0 28px;
    }
    .product-info-sticky {
      padding: 15px 0;
    }
    .product-info-sticky h2 {
      letter-spacing: 1px;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 5px;
    }
    .product-info-sticky .sku {
      font-size: 14px;
      line-height: 22px;
    }
    .product-info-sticky .price strong {
      font-size: 36px;
    }
    .product-info-sticky .price span {
      font-size: 16px;
    }
    .product-info-sticky .btn {
      font-size: 14px;
      min-width: 260px;
      margin-left: 25px;
      padding: 16px 25px;
    }
    .product-info .swatch-attribute-options .swatch-option {
      width: 40px !important;
      height: 40px !important;
      font-size: 9px;
      margin: 0 23px 50px 23px;
    }

    .product-info .swatch-attribute-options .swatch-option::after {
      font-size: 9px;
    }

    .included {
      gap: 50px;
    }

    .included .ititle {
      font-size: 22px;
    }

    .included img {
      max-height: 115px;
    }
}

/* --- max-width: 1199px --- */
@media (max-width: 1199px) {

  .breadcrumbArea + .container-content {
    margin: 0 -460px 0 0;
    top: 189px;
  }

  .product-images .image {
    margin-bottom: 22px;
  }

  .product-info .add-install {
      font-size: 14px;
      padding: 15px 20px;
    }

    .product-info .groupFields .btn,
    .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
      font-size: 14px;
      padding: 15px 20px;
    }

    .specification {
      padding: 20px 0 30px 0;
    }

    .specification ul li {
      /* font-size: 12px; */
      padding: 8px 0;
    }
    /* .specification ul.product-features li::before {
      width: 4px;
      height: 4px;
      top: 4px;
    } */
    .specification .common-btn {
      margin: 0 15px;
      font-size: 14px;
      padding: 15px 25px;
    }
    .product-info-sticky {
      top: 194px;
    }

    .product-info-sticky h2 {
      font-size: 14px;
      line-height: 18px;
    }

    .product-info-sticky .sku {
      font-size: 12px;
      line-height: 18px;
    }
    .product-info-sticky .price strong {
      font-size: 30px;
    }
    .product-info-sticky .price span {
      font-size: 14px;
    }
    .product-info-sticky .btn {
      font-size: 14px;
      min-width: 220px;
      margin-left: 15px;
      padding: 14px 20px;
    }

}

/* --- max-width: 991px --- */
@media (max-width: 991px) {

  .specification ul.product-features ul,
  .specification #product_desc ul {
    gap: 0 24px;
  }

  .specification ul.product-features li,
  .specification #product_desc ul li {
    width: calc(33.33% - 16px);
  }

  .specification .sinfo h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .breadcrumbArea .container > div span {
      width: 40%;
  }

  .breadcrumbArea + .container-content {
    margin: 0 -371px 0 0;
    top: 182px;
  }

  .product-images {
      width: 58%;
    }

    .product-images .image {
      margin-bottom: 18px;
    }
    .product-images .pinimgBtn {
      width: 13px;
      height: 25px;
      top: 14px;
      right: 20px;
    }
    .product-info {
      width: 40%;
    }
    .product-info .chooseItem {
      margin-bottom: 15px;
    }
    .specification .row {
      margin-left: -12px;
      margin-right: -12px;
    }
    .specification .sinfo {
      padding: 0 12px;
    }

    .specification .common-btn {
      padding: 8px 20px;
      font-size: 12px;
      margin: 10px;
    }
    #product_downloads {
      row-gap: 0px;
    }
    #other_product_downloads {
      row-gap: 0px;
    }
    .product-info-sticky {
      top: 0px;
      display: none;
    }
    .product-info-sticky.sticky-class {
      top: 0px;
      display: none;
    }

    .product-info .swatch-attribute-options .swatch-option {
      width: 30px !important;
      height: 30px !important;
      font-size: 8px;
      margin: 0 23px 45px 23px;
    }

    .product-info .swatch-attribute-options .swatch-option::after {
      font-size: 8px;
    }

    .included {
      gap: 32px;
    }

    .included .ititle {
      font-size: 19px;
    }

    .included img {
      max-height: 106px;
    }

    .included .box {
      gap: 18px;
    }
}

/* --- max-width: 767px --- */
@media (max-width: 767px) {

    .filter-product .filter_title {
      font-size: 22px;
    }
  
  .breadcrumbArea .container > div span {
    width: auto;
  }
  .product-images {
      width: 100%;
      margin-top: 18px;
    }
    .product-info {
      width: 100%;
    }
    .specification {
      padding: 30px 0 30px 0;
    }
    /* .specification h2,
    .specification .product_desc div[data-role="collapsible"] {
      font-size: 30px;
      line-height: 36px; 
      margin-bottom: 20px;
    } */

    .explore-block {
      margin-bottom: 30px;
    }

    .breadcrumbArea + .container-content {
      display: none;
    }

    .specification ul.product-features ul,
    .specification #product_desc ul {
      gap: 0px;
    }

    .specification ul.product-features li,
    .specification #product_desc ul li {
      width: 100%;
    }

    .imgText img {
      height: 50px;
    }

    .imgText {
      font-size: 8px;
      margin: 15px;
    }

    .included {
      margin-bottom: 20px;
      padding: 15px 0;
    }

    .included .box {  
      width: 100%;
    }

    .catalog-product-view .widget.block.block-static-block .col-12.col-lg-8 {
      display: none;
    }

    .frequency .underbg {
      padding: 15px;
    }

    .underbg + .radio-section {
      padding: 13px 15px;
    }
}