/**Home banner Start*/
.home-banner-main {
  position: relative;
  /* margin-top: -94px; */
  overflow: hidden;
  padding-top: 258px;
  padding-bottom: 271px;
  z-index: 1;
}

.home-banner-inner {
  /* max-width: 970px; */
  max-width: 1280px;
  width: 100%;
}

.main-page-banner h1 {
  /* font-size: 76px; */
  font-size: 60px;
  line-height: 1.362;
  font-weight: 600;
  align-items: center;
  margin-bottom: 8px;
}

.main-page-banner h1 span {
  font-weight: 300;
}

.home-banner-main p {
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 29px;
  font-family: var(--Poppins);
}

.home-banner-main .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
}

.home-banner-main video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.home-banner-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black);
  opacity: 0.4;
}

.home-banner-main h1,
.home-banner-main p,
.home-banner-main .common-btn {
  position: relative;
  color: var(--white);
}

/**Home banner End*/

/*Form feature Start**/
.form-features-main {
  background-color: var(--dark-blue);
  color: var(--white);
  padding-bottom: 52px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.25);
}

.form-features-main .title-wrap h2 {
  font-size: 30px;
  line-height: 43px;
  color: var(--black);
  font-weight: 600;
}

.form-features-main .features-box-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
  text-align: center;
}

.form-features-main .features-box-wrapper {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.form-features-main .features-box-wrapper .feature-image {
  display: flex;
  min-height: 56px;
  min-width: max-content;
  max-width: 66px;
  align-items: center;
}

.form-features-main .features-box-wrapper .feature-image img {
  min-width: max-content;
  max-height: 56px;
  width: 100%;
  max-width: 66px;
}

.features-box-wrapper:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 56px;
  background: #6661d5;
}

.form-features-main .feature-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-weight: 600;
  text-align: left;
  font-family: var(--Poppins);
}

.form-features-main .title-wrap {
  margin-bottom: 25px;
}

.form-features-main .title-wrap p {
  line-height: 28px;
  margin-top: 5px;
}

.price-calc-form-main {
  background-color: #ffffff;
  padding: 48px 60px 60px;
  border-radius: 10px;
  margin-bottom: -60px;
  margin-top: 0;
  transform: translateY(-104px);
  position: relative;
  z-index: 2;
}

/* spinner Overlay inside section only */
.section-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 10px;
  display: none;
}

.section-loader.active {
  display: flex;
}

/* Spinner */
.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid var(--blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Spinner */
/**Shorctode*/
.get-quotes-form-wrap .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.get-quotes-form-wrap .form-group label {
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
  font-weight: 700;
  /* display: flex; */
  font-family: var(--Lato);
}

.get-quotes-form-wrap form .custom-form input,
.get-quotes-form-wrap form .custom-form select {
  margin-top: 13px;
}

.get-quotes-form-wrap form .custom-form select {
  appearance: none;
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
  color: #0000004d;
  line-height: 21px;
  padding-right: 28px;
  cursor: pointer;
}

.get-quotes-form-wrap form .custom-form-field {
  margin: 0;
  row-gap: 30px;
}

.get-quotes-form-wrap form button {
  border: none;
  background: transparent;
}

.get-quotes-form-wrap form .custom-form .select::after {
  content: "";
  position: absolute;
  top: 72%;
  right: 15px;
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.965' height='9.353' viewBox='0 0 14.965 9.353'%3E%3Cpath d='M172.213,128.231a.935.935,0,1,0-1.231,1.408l6.678,5.843-6.678,5.843a.935.935,0,1,0,1.231,1.408l7.482-6.547a.936.936,0,0,0,0-1.408Zm0,0' transform='translate(142.964 -170.661) rotate(90)' fill='%23b2b2b2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.get-quotes-form-wrap form .custom-form .custom-form-field .row-field {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 21px;
}

.get-quotes-form-wrap form .custom-form .custom-form-field .row-field.flex-end {
  justify-content: flex-end;
}

.get-quotes-form-wrap .custom-form .custom-form-field .row-field label span,
.get-quotes-form-wrap .custom-form .custom-form-field .textarea-field label span {
  color: #ff0000;
  margin-left: 2px;
  line-height: 19px;
}

.get-quotes-form-wrap form .custom-form select.real-select {
  opacity: 1 !important;
  color: var(--black);
}

.get-quotes-form-wrap form .custom-form select.real-select:invalid,
.get-quotes-form-wrap form .custom-form select.real-select option:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.get-quotes-form-wrap form .custom-form select.real-select option {
  color: var(--black);
  opacity: 1;
}

.get-quotes-form-wrap form .custom-form input:read-only {
  opacity: 0.5;
  background-color: #fffdfd;
  pointer-events: none;
}

.form-bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  gap: 20px;
}

.calc-dynamic-section {
  display: none;
  flex-direction: column;
  width: 100%;
}

.total-price-banner {
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.total-price-banner span {
  font-size: 24px;
  line-height: 34px;
  margin-left: 4px;
}

.calc-dynamic-section .note {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  padding-bottom: 10px;
}

.calc-dynamic-section input[type="number"]::-webkit-outer-spin-button,
.calc-dynamic-section input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc-dynamic-section input[type="number"] {
  -moz-appearance: textfield;
}

.calc-dynamic-section .read-only-display {
  color: var(--black);
  margin-left: 5px;
  font-size: 14px;
  line-height: 19px;
  font-family: var(--Lato);
}

.get-quotes-form-wrap .bottom-text .form-group {
  flex-direction: row;
  align-items: center;
}

.calc-dynamic-section .btn-remove-row {
  background: var(--blue) !important;
  border: none;
  border-radius: 50%;
  width: 100%;
  max-width: 22px;
  height: 100%;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  padding: 0;
  transition: background 0.3s;
  outline: none;
}

.calc-dynamic-section .row-field.bottom-text {
  justify-content: space-between;
  margin-top: 10px;
  display: flex !important;
  align-items: center;
}

.calc-dynamic-section .row-field.bottom-text .row-field-inner {
  display: flex;
  gap: 10px;
}

.calc-dynamic-section .calc-dynamic-section-inner .btn-add-row.common-btn {
  font-family: var(--Poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  padding: 5px 18px 5px 18px !important;
  min-height: 40px;
  margin-top: 20px;
}

.calc-dynamic-section .calc-dynamic-section-inner .row-field {
  margin-bottom: 14px;
}

.calc-dynamic-section .calc-dynamic-section-inner .row-field:last-child {
  margin-bottom: 0;
}

.custom-form .custom-form-field .box-row {
  border: 1px solid #CCCCCC;
  padding: 10px 14px !important;
  margin-bottom: 10px;
}

.custom-form .custom-form-field .box-row:last-child {
  margin-bottom: 0;
}

#repeater-container .box-row:last-child {
  margin-bottom: 0 !important;
}

.btn-remove-row:hover,
.btn-remove-row:focus {
  background: var(--yellow) !important;
}

.btn-remove-row svg {
  width: 16px;
  height: 16px;
}

.btn-remove-row:hover svg path {
  stroke: var(--black);
}

.custom-form-field .error {
  border-color: #ff0000;
}

.get-quotes-form-wrap .bottom-text .form-group {
  justify-content: flex-start;
}

.form-bottom-main .button-group {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}


.guide-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;

  /* smooth fade */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show state (toggle this class via JS) */
.guide-modal.active {
  display: block;
  opacity: 1;
}

/* Modal box */
.guide-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  overflow: visible;
}

/* zoom in effect */
.guide-modal.active .guide-modal-content {
  transform: translate(-50%, -50%) scale(1);
}

/* Image styling */
.guide-modal-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

/* Close button */
.close-guide {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--black);
  cursor: pointer;
  z-index: 100000;
  transition: all 0.2s ease;
}

.close-guide:hover {
  background: var(--blue);
  color: var(--white);
}

/**Shorctode*/
/*Form feature End**/

/**Home About start*/
.about-section-main {
  margin: 100px 0px;
}

.about-section-main .about-inner {
  display: flex;
  align-items: center;
}

.about-section-main .about-left {
  width: 44%;
  padding-right: 22px;
}

.about-section-main .about-right {
  width: 56%;
  padding-left: 74px;
}

.about-section-main .about-left img {
  width: 100%;
  height: auto;
  display: block;
}

.about-section-main h2.underline.common-underline::after {
  margin: 7px 0;
}

.about-section-main .about-right h2 {
  margin-bottom: 32.5px;
}

.about-section-main .about-right p {
  margin-bottom: 28px;
}

.about-section-main .about-right p:last-of-type {
  margin-bottom: 0;
}

.about-section-main .about-right .common-btn {
  margin-top: 36px;
}

/**Home About end*/

/**Home product start*/
.product-section-main {
  background-color: var(--light-gray);
  padding: 87px 0 100px;
  margin-bottom: 100px;
}

.product-section-main .product-title-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.product-section-main .product-title-wrap p {
  margin-top: 14.5px;
  line-height: 28px;
}

.product-section-main .product-grid {
  margin-top: 35px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-section-main .custom-product-card {
  background-color: var(--white);
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.25);
  padding: 30px 30px 40px;
  border-radius: 10px;
  width: calc((100% - 80px) / 3);
  outline: 2px solid transparent;
  transition: all 0.5s ease;
}

.product-section-main .custom-product-card:hover {
  outline-color: var(--blue);
}

.product-section-main .custom-product-card img {
  width: 100%;
  /* height: auto; */
  height: 300px;
  min-height: 300px;
  object-fit: cover;
  border-radius: 2px;
}

.product-section-main .product-content {
  margin-top: 19px;
}

.product-section-main .product-content a {
  color: var(--black);
}

.product-section-main .product-content h3 {
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-section-main .product-content .product-short-desc {
  font-size: 17px;
  line-height: 24px;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--Lato);
}

.product-section-main .product-content .product-short-desc pre {
  font-family: var(--Lato);
}

.product-section-main .product-bottom {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.product-section-main .product-bottom .product-price {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}

.product-cart-btn .added_to_cart {
  display: none !important;
}

.product-section-main .product-cart-btn a {
  font-size: 0px;
}

.product-section-main .product-cart-btn .button {
  font-size: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 68px;
  border: 1px solid #b1b1b1 !important;
}

.product-section-main .product-image a {
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}

.product-cart-btn .button::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.57 23.928' > <g transform='translate(-0.284 -2.321)' > <g transform='translate(7.802 21.111)' > <path d='M21.5 54.072A2.569 2.569 0 1 1 24.073 51.5 2.572 2.572 0 0 1 21.5 54.072Zm0-3.525a.956.956 0 1 0 .957.956A.958.958 0 0 0 21.5 50.546Z' transform='translate(-18.935 -48.934)' fill='%23000' /> <path d='M43.659 54.072A2.569 2.569 0 1 1 46.228 51.5 2.572 2.572 0 0 1 43.659 54.072Zm0-3.525a.956.956 0 1 0 .957.956A.957.957 0 0 0 43.659 50.546Z' transform='translate(-32.159 -48.934)' fill='%23000' /> </g> <path d='M21.183 19.12H8.517a2.613 2.613 0 0 1-2.56-2.04L3.329 5.6a.51.51 0 0 0-.281-.347L.868 4.243a1.008 1.008 0 1 1 .847-1.828L3.9 3.425a2.537 2.537 0 0 1 1.4 1.725L7.922 16.63a.607.607 0 0 0 .595.474H21.183a.609.609 0 0 0 .595-.472L23.821 7.84a.609.609 0 0 0-.594-.748H8.312a1.008 1.008 0 0 1 0-2.016H23.227A2.625 2.625 0 0 1 25.785 8.3l-2.044 8.793a2.616 2.616 0 0 1-2.558 2.03Z' fill='%23000' /> </g> </svg>") no-repeat center;
  background-size: contain;
}

.product-cart-btn .button:hover,
.product-section-main.shop-page .product-content a.button:hover {
  background-color: #ffe818 !important;
  border: 1px solid #ffe818 !important;
}

/* .product-cart-btn .button:hover:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.57 23.928' > <g transform='translate(-0.284 -2.321)' > <g transform='translate(7.802 21.111)' > <path d='M21.5 54.072A2.569 2.569 0 1 1 24.073 51.5 2.572 2.572 0 0 1 21.5 54.072Zm0-3.525a.956.956 0 1 0 .957.956A.958.958 0 0 0 21.5 50.546Z' transform='translate(-18.935 -48.934)' fill='%23ffffff' /> <path d='M43.659 54.072A2.569 2.569 0 1 1 46.228 51.5 2.572 2.572 0 0 1 43.659 54.072Zm0-3.525a.956.956 0 1 0 .957.956A.957.957 0 0 0 43.659 50.546Z' transform='translate(-32.159 -48.934)' fill='%23ffffff' /> </g> <path d='M21.183 19.12H8.517a2.613 2.613 0 0 1-2.56-2.04L3.329 5.6a.51.51 0 0 0-.281-.347L.868 4.243a1.008 1.008 0 1 1 .847-1.828L3.9 3.425a2.537 2.537 0 0 1 1.4 1.725L7.922 16.63a.607.607 0 0 0 .595.474H21.183a.609.609 0 0 0 .595-.472L23.821 7.84a.609.609 0 0 0-.594-.748H8.312a1.008 1.008 0 0 1 0-2.016H23.227A2.625 2.625 0 0 1 25.785 8.3l-2.044 8.793a2.616 2.616 0 0 1-2.558 2.03Z' fill='%23ffffff' /> </g> </svg>") no-repeat center;

} */

/**Home product end*/

/**global gallery start*/
.global-gallery-main {
  margin: 0px 0 101px;
}

.global-gallery-main .gallery-slider-main {
  position: relative;
  overflow: visible;
}

.global-gallery-main .gallery-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-gallery-main .gallery-images {
  margin-top: 40.5px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.gallery-images .slick-slide div {
  display: flex;
}

.gallery-images .slick-slide {
  padding: 0 13px;
}

.gallery-item img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}

.gallery-images .slick-list {
  width: calc(100% + 24px);
  margin-left: -12px;
}

.global-gallery-main .slick-next svg {
  transform: rotate(180deg);
}

.global-gallery-main .custom-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 24px;
  height: 46px;
  display: flex;

  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  z-index: 10;
}

.global-gallery-main .custom-arrow svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 23px;
  height: 46px;
}

.global-gallery-main .custom-arrow:hover {
  opacity: 30%;
}

.global-gallery-main .slick-next {
  right: -60px;
}

.global-gallery-main .slick-prev {
  left: -60px;
}

.gallery-item a {
  position: relative;
  display: block;
}

.gallery-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #ffe816 0%, #3cbdef 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  display: block;
  opacity: 0;
  border-radius: 10px;
  transition: var(--transition);
}

.gallery-item a::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='30px' height='30px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: rgba(0, 0, 0, 0.7);
  font-size: 40px;
  transition: var(--transition);
  pointer-events: none;
  z-index: 1;
}

.gallery-item a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.gallery-item a:hover::before {
  opacity: 0.5;
}

.global-gallery-main .gallery-btn {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**global gallery end*/

/*Inner pages banner start**/
body {
  padding-top: 125px;
}

.inner-pg-main-banner {
  padding: 137px 0 136px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.inner-pg-main-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 40, 112, 0.7);
  z-index: 1;
}

.inner-pg-main-banner>* {
  position: relative;
  z-index: 2;
}

.inner-pg-main-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inner-pg-main-banner .banner-content {
  max-width: 715px;
  width: 100%;
  text-align: center;
}

.inner-pg-main-banner h1 {
  color: var(--white);
  font-size: 46px;
  font-weight: 600;
  line-height: 64px;
  position: relative;
}

.inner-pg-main-banner p {
  color: var(--white);
  margin-top: 10px;
  font-size: 28px;
  line-height: 42px;
  font-family: var(--Poppins);
}

.inner-pg-main-banner h1.underline::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: transparent linear-gradient(90deg, #ffe816 0%, #3cbdef 100%) 0% 0% no-repeat padding-box;
  margin: 7px auto 0;
}

/*Inner pages banner end**/

/**gallery page start*/
.gallery-section-main {
  padding: 50px 0 60px;
}

.gallery-section-main .gallery-filter {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.gallery-section-main .gallery-filter button,
.gallery-section-main .gallery-filter button.active:hover {
  background-color: transparent;
  border: 1px solid var(--blue);
  border-radius: 28px;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--blue);
  padding: 15px 30px;
  font-family: var(--Poppins);
  line-height: 22px;
  min-height: 55px;
  cursor: pointer;
}

.gallery-section-main .gallery-filter button.active,
.gallery-section-main .gallery-filter button:hover {
  color: var(--white) !important;
  background-color: var(--blue) !important;
}

.gallery-section-main .gallery-grid {
  width: calc(100% + 40px);
  margin: 0px -20px;
  /* transition: none !important; */
}

.gallery-section-main .gallery-image {
  display: flex;
  width: 33.33%;
  min-width: 33.33%;
  padding: 20px;
  /* transition: none !important; */
}

.gallery-section-main .gallery-image a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative; */
}

.gallery-section-main .gallery-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #ffe816 0%, #3cbdef 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  display: block;
  opacity: 0;
  border-radius: 10px;
  transition: var(--transition);
}

.gallery-section-main .gallery-image a:hover::before {
  opacity: 0.5;
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.02);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}

.gallery-section-main .gallery-image a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s ease;
  z-index: 2;
  pointer-events: none;
  animation: 1.4s linear infinite zoom;
  background-image: url("data:image/svg+xml,%3Csvg width='40px' height='30px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.gallery-section-main .gallery-image a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.gallery-section-main .gallery-image img {
  /* width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-section-main .gallery-image {
  /* aspect-ratio: 1 / 1; */
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.gallery-section-main .load-more-btn {
  margin-top: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: max-content;
  padding-bottom: 20px;
}

.gallery-section-main .gallery-sec-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery-section-main .load-more-btn .common-btn {
  font-family: var(--Poppins);
  cursor: pointer;
}

/**gallery page end*/

/**Technical Information page start*/
.manufacture-stage-main {
  margin: 59px 0 100px;
}

.manufacture-stage-main .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}

.manufacture-stage-main .title-wrap h2 {
  margin-bottom: 9px;
}

.manufacture-stage-main .stages-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.manufacture-stage-main .stage-inner {
  background-color: #f8fbff;
  border: 1px solid #e1e8f0;
  border-left: 5px solid #3cbdef;
  padding: 40px 40px 40px 45px;
}

.manufacture-stage-main .stage-inner h3 {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 16px;
}

.manufacture-stage-main .stage-content p {
  margin-bottom: 28px;
}

.manufacture-stage-main .stage-content p:last-child {
  margin-bottom: 0;
}

.common-row .left-col p strong {
  font-weight: 600;
  font-family: var(--Poppins);
}

.common-row .left-col blockquote {
  background-color: var(--light-gray);
  padding: 40px;
  margin-bottom: 30px;
}

.common-row .left-col blockquote p strong {
  margin-bottom: 15px;
  display: inline-block;
}

.common-row .left-col a.common-btn {
  color: var(--white);
  position: relative;
  font-family: var(--Poppins);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.common-row .left-col a.common-btn:hover {
  transform: unset;
  color: var(--black);
}

.common-row .left-col a.common-btn:after {
  content: unset;
}

.common-row .left-col a.common-btn.icon::before {
  content: "";
  width: 20px;
  height: 19px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19'%3E%3Cg transform='translate(-2 -2)'%3E%3Cpath d='M21,19H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z' fill='%23ffffff'/%3E%3Cpath d='M12,2a1,1,0,0,0-1,1V13.59l-3.29-3.3a1,1,0,0,0-1.42,1.42l5,5a1,1,0,0,0,1.42,0l5-5a1,1,0,0,0-1.42-1.42L13,13.59V3a1,1,0,0,0-1-1Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-right: 10px;
  transition: var(--transition);
}

.common-row .left-col a.common-btn.icon:hover::before {
  filter: brightness(0);
}

.common-row .left-col a {
  color: var(--blue);
  position: relative;
}

.common-row .left-col a:hover {
  color: var(--black);
}

/*.common-row .left-col a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: var(--dark-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.common-row .left-col a:hover::after {
    transform: scaleX(1);
} */

.gray-bg {
  background-color: var(--light-gray);
}

.custom-faq-section.inner-pg-faqs {
  padding: 90px 100px 68px;
  margin-bottom: 90px;
}

.custom-faq-section.inner-pg-faqs .faq-wrapper {
  justify-content: center;
}

.custom-faq-section.inner-pg-faqs .faq-content {
  padding-left: 0;
  width: 100%;
  max-width: 1001px;
}

.faq-item:last-child {
  border-bottom: none;
}

.thermal-performance-main {
  padding-bottom: 80px;
}

.thermal-performance-main h2 {
  /* padding-bottom: 6px; */
  margin-bottom: 9px;
}

.thermal-performance-main .formula-box {
  margin-top: 30px;
  padding: 27px 40px;
  display: flex;
  gap: 48px;
  background-color: #f7f7f7;
  align-items: center;
}

.thermal-performance-main .formula-box .formula-box-right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.thermal-performance-main .formula-box .formula-box-left {
  background: var(--white);
  padding: 21.25px 47.65px 20.77px 48.7px;
  display: flex;
  width: 253px;
  min-width: 253px;
}

.thickness-tabel-main {
  overflow-x: auto;
}

.custom-thickness-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.custom-thickness-table thead tr {
  background: var(--blue);
}

.custom-thickness-table thead th {
  color: var(--white);
  font-weight: 600;
  padding: 15px 40px 14px;
  text-align: center;
  border: 1px solid var(--blue);
  border-right-color: #cccccc;
  font-size: 22px;
  line-height: 31px;
}

.custom-thickness-table thead th:first-child {
  text-align: left;
  padding-left: 40px;
}

.custom-thickness-table tbody tr {
  background-color: var(--white);
}

.custom-thickness-table tbody td {
  padding: 23px 40px 22px;
  border: 1px solid #cccccc;
  border-top: 0;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.custom-thickness-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  padding-left: 40px;
}

.custom-thickness-table thead th:last-child {
  border-right: none;
}

.thermal-performance-main .formula-text p img {
  position: relative;
  vertical-align: middle;
}

.formula-text p {
  margin-bottom: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.formula-text p:last-child {
  margin-bottom: 0;
}

.formula-text .image-wrapper {
  display: inline-block;
  width: 42px;
  min-width: 42px;
  text-align: left;
  /* vertical-align: middle; */
  margin-right: 14px;
}

.formula-text .image-wrapper img {
  vertical-align: middle;
}

/**Technical Information page end*/

/**Product Details Start*/
.custom-product-layout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 91px;
}

.custom-product-layout .product-left {
  width: 50%;
}

.woocommerce.single-product #content .custom-product-layout .product-right.summary {
  width: 50%;
  padding-left: 49px;
  margin-bottom: 0;
}

.custom-product-layout .product-left .slick-slide img {
  width: 100%;
  /* height: 100%;
    object-fit: contain; */
}

.custom-product-layout .product-thumbnails .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-product-layout .thumbnail-slider .slider-item a::before {
  content: "";
  /* position: absolute; */
  display: block;
  width: 100%;
  padding-bottom: 79.192%;
  display: none;
}

.custom-product-layout .thumbnail-slider .slider-item.slick-slide a {
  /* position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden; */
  position: relative;
  width: 100%;
  height: 529px;
  display: block;
}

.custom-product-layout .product-left .thumbnail-slider {
  position: relative;
  /* border-radius: 10px;
  overflow: hidden; */
  border-radius: 0;
  overflow: hidden;

}

.custom-product-layout .product-left .thumbnail-slider .slick-slide img {
  /* object-fit: contain; */
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-product-layout .product-left .custom-arrow {
  background: var(--black);
  opacity: 60%;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 44px;
  height: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.custom-product-layout .product-left .custom-arrow:hover svg path {
  transition: var(--transition);
}

.custom-product-layout .product-left .custom-arrow:hover {
  background-color: var(--white);
}

.custom-product-layout .product-left .custom-arrow:hover svg path {
  fill: var(--black);
}

.custom-product-layout .product-left .custom-arrow.product-custom-next {
  right: 0;
}

.custom-product-layout .product-left .custom-arrow.product-custom-next svg {
  transform: rotate(180deg);
}

.custom-product-layout .custom-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 31.41px;
  max-width: 668px;
  width: 100%;
}

.product-main-slider .slick-track {
  display: flex;
}

.product-main-slider .slick-track .slider-item {
  height: 528px;
}

.custom-product-layout .product-left .slick-slide img {
  height: 100%;
  object-fit: cover;
}

.custom-product-layout .product-thumbnails .slick-list {
  width: calc(100% + 27px);
  margin-left: -13.5px;
}

.custom-product-layout .product-thumbnails .slick-slide {
  padding: 0 13.5px;
  cursor: pointer;
  opacity: 40%;
}

.custom-product-layout .product-thumbnails .slick-slide .custom-slick-slide-inner {
  position: relative;
}

.custom-product-layout .product-thumbnails .slick-slide .custom-slick-slide-inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 78.85%;
}

.custom-product-layout .product-thumbnails .slick-slide.slick-current {
  opacity: 100%;
}

.custom-product-layout .product-thumbnails .slick-slide.slick-current img {
  border: 3px solid var(--blue);
}

.custom-product-layout .product-right.summary h1 {
  text-align: left;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}

.custom-product-layout .product-right.summary .price {
  font-size: 30px;
  line-height: 43px;
  padding-bottom: 20.5px;
  color: var(--dark-blue);
  font-family: var(--Poppins);
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

.custom-product-layout .product-right.summary .woocommerce-product-details__short-description pre {
  margin: 30.5px 0 10px;
  font-size: 24px;
  line-height: 33px;
  font-family: var(--Poppins);
  white-space: normal;
}

/* .woocommerce div.product .custom-product-layout form.cart {
  margin-top: 40px;
} */

.custom-product-layout .product-right.summary .woocommerce-product-details__short-description p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.custom-product-layout .product-right.summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.custom-product-layout .product-right.summary .custom-full-description {
  margin-bottom: 35px;
}

.custom-product-layout .product-right.summary .custom-full-description p {
  font-size: 20px;
  line-height: 30px;
}

.woocommerce div.product .custom-product-layout .product-right.summary form.cart .button {
  font-size: 22px;
  line-height: 27px;
  padding: 15px 30px;

}

.woocommerce div.product .custom-product-layout .product-right.summary form.cart .custom-btn {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-family: var(--Poppins);
}

.woocommerce div.product .custom-product-layout .product-right.summary form.cart #guideBtn {
  border: 0;
  font-family: var(--Poppins);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  overflow: visible;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  border: none;
  position: unset;
  margin: 0;
  padding: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
  color: #888888;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  padding: 0px 40px 11px;
  border: none;
  position: relative;
}


.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  color: #888888;
  font-weight: 600;
}

/* .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 4px solid var(--blue);
  color: var(--blue);
} */

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--blue);
}

.woocommerce.single-product div.product .wc-tab {
  margin-bottom: 100px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: transparent;
  box-shadow: none;
  bottom: -1px;
  border-radius: 0;
  border: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active:after {
  background: var(--blue);
}

.woocommerce.single-product div.product .wc-tab h2 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 9px;
  font-weight: 600;
}

.woocommerce.single-product div.product .wc-tab p {
  margin-bottom: 28px;
}

.woocommerce.single-product div.product .wc-tab p:last-child {
  margin: 0;
}

.woocommerce.single-product div.product .wc-tab .review_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  gap: 4px;
}

.woocommerce.single-product div.product .wc-tab .review_heading h2 {
  margin-bottom: 0;
}

.woocommerce.single-product .our_video_section {
  background-color: var(--light-gray);
  padding: 100px 0;
}

.woocommerce.single-product .why-choose-section,
.woocommerce.single-product .our_video_section,
.woocommerce.single-product section.gr-testimonials-section,
.woocommerce-shop section.gr-testimonials-section {
  margin-bottom: 0;
}

.woocommerce.single-product section.gr-testimonials-section,
.woocommerce-shop section.gr-testimonials-section {
  background: var(--white);
}

.woocommerce.single-product section.gr-testimonials-section::before,
.woocommerce-shop section.gr-testimonials-section::before {
  background: transparent linear-gradient(90deg, #ffffff 0%, #ffffffdb 61%, #ffffff00 100%) 0% 0% no-repeat padding-box;
}

.woocommerce.single-product section.gr-testimonials-section::after,
.woocommerce-shop section.gr-testimonials-section::after {
  background: transparent linear-gradient(to left, #ffffff 0%, #ffffffdb 61%, #ffffff00 100%) 0% 0% no-repeat padding-box;
}

.woocommerce.single-product main#content {
  padding-top: 61px;
}

.woocommerce.single-product div.product form.cart {
  margin-bottom: 0;
}

/*Review form Start**/
.fancybox-slide:has(#review_form_wrapper) {
  padding: 64px 100px;
}

#review_form_wrapper {
  padding: 25px;
  max-width: 750px;
  width: 100%;
  overflow: unset;
}

#review_form_wrapper .fancybox-button {
  padding: 0;
  top: -40px;
  width: 36px;
  height: 36px;
  color: #ffffff;
  display: flex;
  align-items: center;
  opacity: 1;
  justify-content: center;
}

#review_form_wrapper .comment-reply-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}

#review_form_wrapper .comment-form {
  display: flex;
  flex-direction: column;
}

#review_form_wrapper .comment-form label {
  font-size: 16px;
  line-height: 19px;
  color: var(--black);
  font-weight: 600;
  display: flex;
  font-family: var(--Lato);
  font-weight: bold;
}

#review_form_wrapper .comment-form textarea {
  min-height: 80px;
  resize: none;
}

#review_form_wrapper .comment-form input,
#review_form_wrapper .comment-form textarea {
  outline: none;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 15px;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  transition: var(--transition);
  margin-top: 14px;
  font-family: var(--Lato);
  margin-top: 13px;
}

#review_form_wrapper .comment-notes {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

#review_form_wrapper .comment-form-rating {
  margin-bottom: 20px;
}

#review_form_wrapper #review_form .comment-form-rating .stars {
  margin-top: 10px;
  display: flex;
  margin-bottom: 0;
}

#review_form_wrapper #review_form .comment-form-rating .stars span {
  display: flex;
  gap: 16px;
}

#review_form_wrapper #review_form .comment-form-rating .stars span a {
  display: block;
  width: 23px;
  height: 23px;
}

#review_form_wrapper #review_form .comment-form-rating .stars span a::before {
  color: #3cbdef;
  width: 0;
  height: 0;
}

#review_form_wrapper.fancybox-content #review_form .comment-form .form-submit .common-btn {
  display: block;
  text-align: center;
  background-color: var(--blue);
  padding: 11.5px 28px 11.5px 28px;
  border: 2px solid var(--blue);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border-radius: 2px;
  color: var(--white);
  transition: var(--transition);
  min-height: 50px;
  font-family: var(--Poppins);
}

#review_form_wrapper.fancybox-content #review_form .comment-form .form-submit .common-btn:hover {
  background-color: var(--yellow);
  color: var(--black);
  border-color: var(--yellow) !important;
}

#review_form_wrapper #review_form .comment-form p {
  margin-bottom: 17px;
}

#review_form_wrapper .comment-form a {
  color: var(--blue);
}

#review_form_wrapper .comment-form a:hover {
  color: var(--black);
}

#review_form_wrapper .comment-form span.required {
  color: #FF0000;
  position: relative;
  top: 0;
  left: 5px;
}

.custom-product-review-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.woocommerce .custom-review-rating .star-rating {
  font-size: 18px;
  width: 7.5em;
  font-size: 23px;
}

.woocommerce .custom-review-rating .star-rating::before {
  color: var(--blue);
  letter-spacing: 10px;
}

.woocommerce .custom-review-rating .star-rating span::before {
  color: var(--blue);
  letter-spacing: 10px;
}

.woocommerce #reviews #comments ol.commentlist li {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist {
  margin-top: 30px;
}

.custom-avg-review-main {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.custom-avg-review-main .revlabel-main {
  display: flex;
  gap: 10px;
}

.custom-avg-review-main .revlabel-main .rev-average {
  color: #888888;
  font-size: 26px;
  line-height: 36px;
}

.custom-avg-review-main .rev-meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
}

.custom-avg-review-main .rev-sub-count {
  color: #888888;
  font-weight: 400;
  font-size: 18px;
}

.custom-avg-review-main .star-rating {
  font-size: 16px;
  width: 7.5em;
  height: 18px;
}

.custom-avg-review-main .star-rating::before {
  color: var(--blue);
  letter-spacing: 6px;
}

.custom-avg-review-main .star-rating span::before {
  color: var(--blue);
  letter-spacing: 6px;
}

.fancybox-thumbs__list a:before {
  border-color: var(--blue) !important;
}

.fancybox-progress {
  background: var(--blue);
}

/**Review form End*/
/**Product Details End*/
/* new css start */
section.common-section.common-section-main.post-production-sec h2 {
  padding-bottom: 9px;
}

.post-production-sec .inner-content p:first-child {
  margin-bottom: 17px;
  padding: 0;
}

.post-production-sec .common-row .left-col {
  padding-top: 0;
}

.post-production-sec .common-row {
  align-items: center;
}

.post-production-sec .common-row .left-col blockquote p:last-child {
  margin-bottom: 0;
}

.post-production-sec .common-row .left-col blockquote p strong {
  margin-bottom: 10px;
}

.post-production-sec .common-row .left-col a.common-btn {
  margin-top: -10px;
}

.woocommerce ul.product_list_widget li .blockOverlay {
  display: none !important;
}

/* new css end */

@media (min-width: 1200px) {
  .home-banner-main .common-btn {
    font-size: 20px;
    line-height: 31px;
  }
}

@media (max-width: 1600px) {
  .home-banner-main {
    padding: 220px 0px;
  }
}

@media (max-width: 1550px) {
  .global-gallery-main {
    margin: 86px 0;
  }

  .global-gallery-main .custom-slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 35px;
  }

  .global-gallery-main .custom-slider-btn .custom-arrow {
    position: unset;
    transform: unset;
  }

  .global-gallery-main .gallery-btn {
    margin-top: 40px;
  }
}


#quoteBtn.disabled,
#quoteBtn.disabled span,
.single_add_to_cart_button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

form .custom-form button.disabled .common-btn:hover,
.woocommerce .cart .button.disabled:hover {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}

@media (max-width: 1439px) {
  .home-banner-main {
    padding: 200px 0px;
  }
}

@media (max-width: 1199px) {
  .home-banner-main {
    padding: 180px 0px;
  }

  .main-page-banner h1 {
    /* font-size: 66px;
    line-height: 76px; */
    font-size: 56px;
    line-height: 66px;
  }

  .home-banner-main p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .about-section-main {
    margin: 70px 0;
  }

  .about-section-main .about-right {
    padding-left: 72px;
  }

  .about-section-main .about-right p {
    margin-bottom: 26px;
  }

  .about-section-main .about-right .common-btn {
    margin-top: 25px;
  }

  .product-section-main {
    padding: 62px 0 70px;
    margin-bottom: 62px;
  }

  .product-section-main h2 {
    text-align: center;
  }

  .product-section-main .product-grid {
    gap: 30px;
  }

  .product-section-main .custom-product-card {
    width: calc((100% - 60px) / 3);
  }

  .product-section-main .product-cart-btn .button {
    width: 46px;
    height: 46px;
  }

  .product-cart-btn .button::after {
    width: 20px;
    height: 20px;
  }

  .product-section-main .product-content h3 {
    font-size: 20px;
    line-height: 31px;
  }

  .product-section-main .product-content .product-short-desc {
    font-size: 15px;
  }

  .product-section-main .product-bottom .product-price {
    font-size: 22px;
    line-height: 33px;
  }

  .product-section-main .custom-product-card {
    padding: 20px;
  }

  .global-gallery-main {
    margin: 0 0 70px;
  }

  .global-gallery-main .custom-arrow {
    width: 17px;
    height: 33px;
  }

  .global-gallery-main .custom-arrow svg {
    width: 17px;
    height: 33px;
  }

  .inner-pg-main-banner .banner-content {
    max-width: 615px;
  }

  .gallery-section-main .gallery-filter button,
  .gallery-section-main .gallery-filter button.active:hover {
    padding: 12px 27px;
    font-size: 16px;
    min-height: unset;
  }

  .gallery-section-main .gallery-grid {
    width: calc(100% + 26px);
    margin: 0 -13px;
  }

  .gallery-section-main .gallery-image {
    padding: 13px;
    box-sizing: border-box;
  }

  .gallery-section-main .gallery-filter {
    gap: 16px;
  }

  .gallery-section-main .load-more-btn {
    padding-bottom: 13px;
  }

  .gallery-section-main {
    padding: 50px 0 57px;
  }

  .page-template-gallery-page .global-cta-section,
  .page-template-technical-information .global-cta-section {
    margin-top: 90px;
  }

  body {
    padding-top: 76px;
  }

  .inner-pg-main-banner {
    padding: 120px 0;
  }

  .inner-pg-main-banner h1 {
    font-size: 38px;
    line-height: 58px;
  }

  .inner-pg-main-banner p {
    font-size: 24px;
    line-height: 38px;
  }

  .manufacture-stage-main .stage-inner h3 {
    font-size: 20px;
    line-height: 31px;
  }

  .manufacture-stage-main .stages-main {
    gap: 18px;
  }

  .manufacture-stage-main .stage-inner {
    padding: 30px 30px 30px 35px;
  }

  .manufacture-stage-main {
    margin: 55px 0 70px;
  }

  .manufacture-stage-main .title-wrap {
    margin-bottom: 28px;
  }

  .common-row .left-col blockquote {
    padding: 30px;
    margin-bottom: 22px;
  }

  .custom-faq-section.inner-pg-faqs {
    padding: 70px 0 42px;
    margin-bottom: 62px;
  }

  .custom-faq-section {
    margin-bottom: 70px 0;
  }

  .thermal-performance-main {
    padding-bottom: 70px;
  }

  .thermal-performance-main .formula-box {
    margin-top: 22px;
    padding: 16px 24px;
    gap: 30px;
  }

  .custom-thickness-table thead th {
    font-size: 18px;
    line-height: 27px;
  }

  .custom-thickness-table tbody td:first-child {
    padding-left: 26px;
  }

  .custom-thickness-table thead th {
    padding: 13px 26px 12px;
  }

  .custom-thickness-table thead th:first-child {
    padding-left: 26px;
  }

  .custom-thickness-table tbody td {
    padding: 21px 26px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .formula-text p {
    line-height: 26px;
  }

  .formula-text .image-wrapper {
    width: 38px;
    min-width: 38px;
  }

  .woocommerce.single-product .our_video_section {
    padding: 70px 0;
  }

  .post-production-sec .common-row .left-col a.common-btn {
    margin-top: -5px;
  }

  .gallery-section-main .gallery-image a::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  /**product details start**/
  .custom-product-layout .product-left {
    width: 40%;
  }

  .woocommerce.single-product #content .custom-product-layout .product-right.summary {
    width: 60%;
    padding-left: 40px;
  }

  .custom-product-layout .product-right.summary h1 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 8px;
  }

  .custom-product-layout .product-right.summary .price {
    font-size: 28px;
    line-height: 40px;
  }

  .custom-product-layout .product-right.summary .woocommerce-product-details__short-description pre {
    font-size: 22px;
    line-height: 31px;
  }

  .custom-product-layout .product-right.summary .woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 28px;
  }

  .woocommerce div.product .custom-product-layout .product-right.summary form.cart .button {
    font-size: 18px;
    line-height: 28px;
    padding: 9px 25px;
  }

  .custom-product-layout .product-right.summary .price {
    padding-bottom: 18px;
    margin-bottom: 28px;
  }

  .woocommerce div.product .custom-product-layout .product-right.summary form.cart .custom-btn {
    margin-top: 36px;
  }

  .custom-product-layout .custom-product-gallery {
    gap: 28px;
    max-width: 500px;
  }

  .custom-product-layout .product-thumbnails .slick-slide {
    padding: 0 10px;
  }

  .custom-product-layout .product-left .custom-arrow {
    height: 130px;
  }

  .custom-product-layout {
    margin-bottom: 70px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
    font-size: 22px;
    line-height: 32px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 28px 8px;
  }

  .woocommerce.single-product div.product .wc-tab h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .woocommerce.single-product div.product .wc-tab p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
  }

  .woocommerce.single-product div.product .wc-tab {
    margin-bottom: 70px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 28px;
  }

  .fancybox-slide:has(#review_form_wrapper) {
    padding: 48px 8px 8px 8px;
  }

  #review_form_wrapper .comment-reply-title {
    font-size: 34px;
    line-height: 44px;
  }

  #review_form_wrapper .comment-notes {
    font-size: 18px;
    line-height: 28px;
  }

  #review_form_wrapper .comment-form input,
  #review_form_wrapper .comment-form textarea {
    margin-top: 10px;
  }

  #review_form_wrapper.fancybox-content #review_form .comment-form .form-submit .common-btn {
    padding: 9px 25px;
    min-height: unset;
  }

  #review_form_wrapper .comment-form-rating .stars span {
    gap: 10px;
  }

  .custom-avg-review-main .revlabel-main .rev-average {
    font-size: 24px;
    line-height: 34px;
  }

  .custom-avg-review-main .rev-sub-count {
    font-size: 16px;
    line-height: 26px;
  }

  .custom-product-review-wrapper {
    gap: 8px;
  }

  .woocommerce #reviews #comments ol.commentlist li {
    padding-bottom: 26px;
    margin-bottom: 16px;
  }

  /**product details end**/

  .product-main-slider .slick-track .slider-item {
    height: 500px;
  }

  .total-price-banner span {
    font-size: 22px;
    line-height: 32px;
  }

}

@media (max-width: 1024px) {
  .home-banner-main {
    padding: 220px 0px;
  }
}

@media (max-width: 991px) {
  .get-quotes-form-wrap form .custom-form .custom-form-field .row-field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .get-quotes-form-wrap form .custom-form .custom-form-field .box-row.two-col .row-field {
    grid-template-columns: 1fr 1fr;
  }

  .price-calc-form-main {
    padding: 38px 50px 50px;
  }

  .form-features-main .title-wrap h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .form-features-main .features-box-main {
    gap: 21px;
  }

  .form-features-main .feature-title {
    font-size: 14px;
  }

  .main-page-banner h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .about-section-main .about-inner {
    flex-direction: column;
    gap: 40px;
  }

  .about-section-main .about-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .about-section-main .about-left img {
    width: 550px;
  }

  .about-section-main .about-right {
    width: 100%;
    padding-left: 0;
  }

  .about-section-main .about-right h2 {
    margin-bottom: 28px;
  }

  .about-section-main .about-right p {
    margin-bottom: 24px;
  }

  .product-section-main .custom-product-card {
    width: calc((100% - 30px) / 2);
  }

  .global-gallery-main .gallery-images {
    margin-top: 30px;
  }

  .global-gallery-main .custom-arrow {
    width: 17px;
    height: 30px;
  }

  .global-gallery-main .custom-arrow svg {
    width: 17px;
    height: 30px;
  }

  .global-gallery-main .custom-slider-btn {
    gap: 26px;
  }

  .global-gallery-main .gallery-btn {
    margin-top: 32px;
  }

  .page-template-gallery-page .global-cta-section,
  .page-template-technical-information .global-cta-section {
    margin-top: 0;
  }

  .gallery-section-main .load-more-btn {
    padding-bottom: 10px;
  }

  .gallery-section-main {
    padding: 50px 0 50px;
  }

  .post-production-sec .common-row .left-col {
    padding-top: 30px;
  }

  .custom-product-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .custom-product-layout .product-left,
  .custom-product-layout .product-right {
    width: 100%;
  }

  .custom-product-layout .product-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .woocommerce.single-product #content .custom-product-layout .product-right.summary {
    width: 100%;
    padding-left: 0;
  }

  #review_form_wrapper .comment-form input,
  #review_form_wrapper .comment-form textarea {
    height: 46px;
    padding: 12px;
  }

  #review_form_wrapper #review_form .comment-form p {
    margin-bottom: 14px;
  }

  .product-main-slider .slick-track .slider-item {
    height: 400px;
  }

  .get-quotes-form-wrap form .custom-form .custom-form-field .box-row .row-field {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .close-guide {
    width: 34px;
    height: 34px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .main-page-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .inner-pg-main-banner .banner-content {
    max-width: 515px;
  }

  .home-banner-main {
    padding: 160px 0px;
  }

  .home-banner-main p {
    font-size: 18px;
    line-height: 28px;
  }

  .price-calc-form-main {
    padding: 36px 40px 40px;
  }

  .about-section-main .about-left img {
    width: 450px;
    object-fit: cover;
  }

  .get-quotes-form-wrap form .custom-form .custom-form-field .row-field {
    gap: 16px;
  }

  .form-features-main .title-wrap h2 {
    font-size: 26px;
    line-height: 42px;
  }

  .form-features-main .features-box-main {
    gap: 0px;
  }

  .form-features-main .features-box-wrapper {
    gap: 10px;
  }

  .form-features-main .features-box-wrapper .feature-image img {
    max-height: 40px;
  }

  .form-features-main .feature-title {
    line-height: 22px;
  }

  .about-section-main .about-right h2 {
    margin-bottom: 24px;
  }

  .about-section-main .about-right p {
    margin-bottom: 18px;
  }

  .about-section-main .about-right .common-btn {
    margin-top: 20px;
  }

  .about-section-main {
    margin: 60px 0;
  }

  .product-section-main {
    padding: 52px 0 60px;
    margin-bottom: 52px;
  }

  .product-section-main .product-bottom {
    margin-top: 12px;
  }

  .product-section-main .product-grid {
    margin-top: 30px;
  }

  .product-section-main .product-cart-btn .button {
    width: 42px;
    height: 42px;
  }

  .product-cart-btn .button::after {
    width: 16px;
    height: 16px;
  }

  .product-section-main .custom-product-card img {
    min-height: 200px;
    height: 200px;
  }

  .product-section-main .product-content h3 {
    font-size: 18px;
    line-height: 29px;
  }

  .product-section-main .product-content .product-short-desc {
    font-size: 14px;
  }

  .product-section-main .product-bottom .product-price {
    font-size: 20px;
    line-height: 31px;
  }

  .product-section-main .product-content {
    margin-top: 16px;
  }

  .product-section-main .custom-product-card {
    padding: 18px;
  }

  .product-section-main .product-grid {
    gap: 20px;
  }

  .global-gallery-main {
    margin: 0px 0px 60px;
  }

  .gallery-images .slick-slide {
    padding: 0 10px;
  }

  .gallery-images .slick-list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .global-gallery-main .custom-slider-btn {
    margin-top: 24px;
  }

  .global-gallery-main .gallery-btn {
    margin-top: 30px;
  }

  .global-gallery-main .custom-arrow {
    width: 15px;
    height: 26px;
  }

  .global-gallery-main .custom-arrow svg {
    width: 15px;
    height: 26px;
  }

  .gallery-section-main .gallery-filter button,
  .gallery-section-main .gallery-filter button.active:hover {
    padding: 6px 14px;
    font-size: 13px;
  }

  .gallery-section-main .gallery-grid {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .gallery-section-main .gallery-image {
    padding: 10px;
    box-sizing: border-box;
  }

  .gallery-section-main .gallery-filter {
    gap: 14px;
  }

  .gallery-section-main .gallery-filter {
    margin-bottom: 24px;
  }

  .gallery-section-main .load-more-btn {
    margin-top: 24px;
  }

  body {
    padding-top: 100px;
  }

  .inner-pg-main-banner {
    padding: 100px 0;
  }

  .inner-pg-main-banner h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .inner-pg-main-banner p {
    font-size: 18px;
    line-height: 28px;
  }

  .manufacture-stage-main {
    margin: 52px 0 60px;
  }

  .manufacture-stage-main .stages-main {
    gap: 16px;
  }

  .manufacture-stage-main .stage-inner {
    padding: 20px 20px 20px 25px;
  }

  .manufacture-stage-main .stage-inner h3 {
    font-size: 18px;
    line-height: 29px;
  }

  .manufacture-stage-main .title-wrap {
    margin-bottom: 26px;
  }

  .common-row .left-col blockquote {
    padding: 20px;
    margin-bottom: 16px;
  }

  .custom-faq-section.inner-pg-faqs {
    padding: 60px 0 34px;
    margin-bottom: 52px;
  }

  .custom-faq-section {
    margin-bottom: 60px 0;
  }

  .thermal-performance-main .formula-box {
    margin-top: 16px;
    padding: 14px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .custom-thickness-table thead th {
    font-size: 16px;
    line-height: 25px;
  }

  .custom-thickness-table thead th:first-child {
    padding-left: 16x;
  }

  .custom-thickness-table tbody td:first-child {
    padding-left: 16px;
  }

  .custom-thickness-table thead th {
    padding: 12px 16px 11px;
  }

  .formula-text p {
    line-height: 24px;
  }

  .custom-thickness-table tbody td {
    padding: 16px 16px 17px;
    font-size: 14px;
    line-height: 22px;
  }

  .thermal-performance-main .formula-box .formula-box-left {
    width: 220px;
    min-width: 220px;
  }

  .formula-text .image-wrapper {
    width: 34px;
    min-width: 34px;
  }

  .thermal-performance-main {
    padding-bottom: 60px;
  }

  .woocommerce.single-product .our_video_section {
    padding: 60px 0;
  }

  .post-production-sec .common-row .left-col a.common-btn {
    margin-top: 0;
  }

  .custom-product-layout .custom-product-gallery {
    max-width: 450px;
    gap: 24px;
  }

  .custom-product-layout .product-thumbnails .slick-slide {
    padding: 0 6px;
  }

  .custom-product-layout .product-right.summary h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 6px;
  }

  .custom-product-layout .product-right.summary .price {
    font-size: 26px;
    line-height: 36px;
  }

  .custom-product-layout .product-right.summary .price {
    padding-bottom: 14px;
    margin-bottom: 26px;
  }

  .custom-product-layout .product-right.summary .woocommerce-product-details__short-description pre {
    font-size: 20px;
    line-height: 30px;
  }

  .custom-product-layout .product-right.summary .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 26px;
  }

  .woocommerce div.product .custom-product-layout .product-right.summary form.cart .custom-btn {
    margin-top: 32px;
  }

  .woocommerce.single-product main#content {
    padding-top: 60px;
  }

  .custom-product-layout {
    margin-bottom: 60px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
    font-size: 20px;
    line-height: 30px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 15px 6px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 26px;
  }

  .woocommerce.single-product div.product .wc-tab h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .woocommerce.single-product div.product .wc-tab p {
    font-size: 14px;
    line-height: 24px;
  }

  .woocommerce.single-product div.product .wc-tab p {
    margin-bottom: 10px;
  }

  .woocommerce.single-product div.product .wc-tab {
    margin-bottom: 60px;
  }

  .custom-product-layout .product-left .custom-arrow {
    height: 100px;
    width: 38px;
  }

  .custom-product-layout .product-left .custom-arrow svg {
    width: 14px;
    height: 22px;
  }

  #review_form_wrapper .comment-reply-title {
    font-size: 28px;
    line-height: 38px;
  }

  #review_form_wrapper .comment-notes {
    font-size: 16px;
    line-height: 26px;
  }

  #review_form_wrapper .comment-form label {
    font-size: 15px;
    line-height: 18px;
  }

  #review_form_wrapper .comment-form input,
  #review_form_wrapper .comment-form textarea {
    margin-top: 8px;
  }

  #review_form_wrapper.fancybox-content #review_form .comment-form .form-submit .common-btn {
    padding: 8px 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .custom-avg-review-main .revlabel-main .rev-average {
    font-size: 22px;
    line-height: 32px;
  }

  .custom-avg-review-main .rev-sub-count {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-product-review-wrapper {
    gap: 8px;
  }

  .woocommerce #reviews #comments ol.commentlist li {
    padding-bottom: 22px;
    margin-bottom: 14px;
  }

  .custom-avg-review-main {
    gap: 4px;
  }


  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
    gap: 0;
    row-gap: 10px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    line-height: 28px;
  }

  .product-main-slider .slick-track .slider-item {
    height: 300px;
  }

  .get-quotes-form-wrap .form-group label {
    font-size: 15px;
    line-height: 24px;
  }

  form .custom-form input,
  form .custom-form textarea,
  form .custom-form select {
    font-size: 15px;
    line-height: 24px;
  }

  form .custom-form input,
  form .custom-form textarea {
    margin-top: 8px !important;
  }

  .total-price-banner span {
    font-size: 20px;
    line-height: 30px;
  }

  .close-guide {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .get-quotes-form-wrap form .custom-form .custom-form-field .row-field {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-calc-form-main {
    padding: 20px;
  }

  .form-features-main .features-box-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .form-features-main .features-box-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .features-box-wrapper:not(:last-child)::after {
    top: 100%;
    width: 100%;
    height: 1px;
    margin-top: 16px;
  }

  .form-features-main .features-box-wrapper .feature-image {
    min-width: 56px;
  }

  .form-features-main .features-box-wrapper .feature-image img {
    max-height: 46px;
  }

  .form-features-main .feature-title {
    font-size: 15px;
  }

  .price-calc-form-main {
    transform: unset;
    margin: 60px 0 40px;
  }

  .main-page-banner h1 {
    font-size: 34px;
    line-height: 44px;
  }

  /* .home-banner-main p {
        font-size: 14px;
        line-height: 20px;
    } */

  .home-banner-main {
    padding: 200px 0px 105px;
  }

  .product-section-main .product-grid {
    margin-top: 24px;
  }

  .product-section-main .custom-product-card {
    padding: 16px;
  }

  .product-section-main .product-grid {
    gap: 26px;
  }

  .product-section-main .product-cart-btn .button {
    width: 40px;
    height: 40px;
  }

  .product-cart-btn .button::after {
    width: 14px;
    height: 14px;
  }

  .product-section-main .custom-product-card {
    width: 100%;
  }

  form .custom-form input,
  form .custom-form textarea,
  form .custom-form select {
    height: 40px;
    padding: 10px;
  }

  body {
    padding-top: 91px;
  }

  .gallery-section-main .gallery-grid {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }

  .gallery-section-main .gallery-image {
    padding: 8px;
    box-sizing: border-box;
    width: 50%;
    min-width: 50%;
  }

  .gallery-section-main .gallery-filter {
    gap: 12px;
  }

  .gallery-section-main .gallery-filter button,
  .gallery-section-main .gallery-filter button.active:hover {
    padding: 7px 10px;
  }

  /* .inner-pg-main-banner p {
        font-size: 22px;
        line-height: 32px;
    } */

  .thermal-performance-main {
    padding-bottom: 60px;
  }

  .formula-text .image-wrapper {
    width: 34px;
    min-width: 34px;
  }

  /* .product-fields-main .add-panel-wrapper {
    justify-content: flex-start !important;
  } */

  .woocommerce div.product .custom-product-layout .product-right.summary form.cart .custom-btn {
    margin-top: 20px;
  }

  .get-quotes-form-wrap form .custom-form .custom-form-field .box-row .row-field {
    grid-template-columns: 1fr;
  }

  .calc-dynamic-section .calc-dynamic-section-inner .btn-add-row.common-btn {
    font-size: 12px;
    padding: 3px 16px 3px 16px;
    min-height: 35px;
  }

  .calc-dynamic-section .row-field.bottom-text .row-field-inner {
    flex-wrap: wrap;
  }

  .calc-dynamic-section .row-field.bottom-text .row-field-inner {
    gap: 2px;
  }

  .get-quotes-form-wrap .bottom-text .form-group {
    flex-wrap: wrap;
  }

  .get-quotes-form-wrap form .custom-form .custom-form-field .box-row.two-col .row-field {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .woocommerce.single-product div.product .wc-tab .review_heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 21px;
    margin: 0 0 40px;
  }

  .product-fields-calc .panel-row.bottom-text .row-field-inner {
    flex-direction: column !important;
    align-items: flex-start;
  }

}