.product-logo {
  display: flex;
  align-items: stretch;
}
.product-logo img {
  margin: 0 35px 25px 0;
  max-width: 112px;
  background: none !important;
}
.summary .yith-wcwl-add-to-wishlist-button {
  color: var(--black) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  font-family: "Helvetica Now Micro", sans-serif;
}
.summary .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  color: var(--theme-color) !important;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description p {
  line-height: 120%;
  margin-bottom: 10px;
  font-size: 17px;
}
.woocommerce-product-details__short-description p a {
  color: var(--theme-color);
  text-decoration: underline;
}

.woocommerce-product-details__short-description p a:hover {
  font-weight: 700;
}

.woocommerce-product-details__short-description > p > span:first-of-type {
  display: inline-block;
  padding: 0 0 5px;
}

.see-range-link {
  margin-bottom: 35px;
}
.summary .wishlist-wrapper {
  margin-bottom: 12px;
  margin-top: 7px;
}
.summary .wishlist-wrapper .like-btn {
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  font-family: "Helvetica Now Micro", sans-serif;
  font-size: 12px;
  letter-spacing: -0.36px;
  color: var(--black) !important;
}
.summary .wishlist-wrapper .like-btn .icon img {
  width: 25px;
  height: 22px;
}
.summary .wishlist-wrapper .like-btn .icon {
  margin-left: 0;
  width: auto;
  height: auto;
  margin-right: 9px;
}
.see-range-link a {
  color: var(--theme-color) !important;
  text-decoration-line: underline;
}

.see-range-link a:hover {
  font-weight: 700;
}

.woocommerce-product-details__short-description p a {
  color: var(--black);
  font-weight: 500;
}

.product-item-inner .product-image-wrapper .product-image-slider img,
.woocommerce ul.products li.product a.product-image-item img {
  object-fit: unset !important;
}

.product-item-inner .product-image-wrapper .product-image-slider img,
.woocommerce ul.products li.product a.product-image-item img,
.woocommerce div.product div.images img,
.wishlist-items img {
  background-color: #f3f1ef;
}

.download-btn-wrapper .button,
.download-btn-wrapper .btn {
  color: var(--black) !important;
  font-family: Helvetica Now Display Medium, sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 100% !important;
  letter-spacing: -0.08px;
  padding: 10px 35px 10px 18px !important;
  border-radius: 48px !important;
  background-color: #dddbd9 !important;
  position: relative;
  transition: all 0.4s;
}
.download-btn-wrapper .button:hover,
.download-btn-wrapper .btn:hover {
  color: var(--white) !important;
  background-color: #373737 !important;
}

.download-btn-wrapper .btn.enquire-popup {
  background-color: var(--theme-color) !important;
  color: #ffffff !important;
}
.download-btn-wrapper .btn.enquire-popup:hover {
  background-color: #373737 !important;
}

.download-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 12px;
  margin-bottom: 45px;
}
.download-btn-wrapper .button::before {
  content: "";
  position: absolute;
  right: 6px;
  background-color: var(--white);
  width: 24px;
  height: 24px;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  top: 6px;
}
.download-btn-wrapper .btn {
  width: 100%;
  padding: 10px 16px 10px 16px !important;
  line-height: normal;
}
.download-btn-wrapper .btn:after {
  display: none;
}
.dimensions {
  margin-bottom: 20px;
}
.dimensions .h6 {
  font-size: 11px;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-bottom: 8px;
  font-family: "Helvetica Now Micro", sans-serif;
}
.dimensions p {
  margin-bottom: 5px;
  line-height: 120%;
}

.pro-faq,
.dimensions p,
.pro-faq .content p {
  font-size: 17px;
}

.pro-faq .content {
  display: none;
  padding: 20px 0 15px;
}

.pro-faq .content p em {
  font-style: normal;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 3px;
}

.pro-faq .accordion-box {
  border-bottom: 1px solid var(--black);
  padding: 12px 0;
}
.pro-faq .accordion-box:first-child {
  border-top: 1px solid var(--black);
}
.pro-faq .accordion-box > a {
  letter-spacing: -0.09px;
  line-height: 120%;
  font-size: 17px;
  color: var(--black);
  display: flex;
  justify-content: space-between;
}
.pro-faq .accordion-sign {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #f2f1ef;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-faq .accordion-sign img {
  transition: all 0.6s;
}
.pro-faq .accordion-sign.opened img {
  transform: rotate(180deg);
}
.pro-faq .content p {
  line-height: 120%;
}
.pro-faq .content a[download=""] {
  color: #383a42;
  padding-left: 35px;
  background-image: url(../images/pdf.svg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
body .pro-faq .content a.not-logged-in,
body:not(.logged-in) .pro-faq .content a {
  opacity: 0.5;
}
.pro-faq .content .length,
.pro-faq .content .model-txt {
  margin-bottom: 10px;
}
.pro-faq .content h6 {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-bottom: 8px;
}
.pro-faq .content .model-txt a {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
  background-position: 0px 2px;
  text-decoration: none;
  font-size: 16px;
}

.pro-faq .content .model-txt a:hover {
  color: #000000;
  font-weight: 600;
}
.pro-faq .content .model-txt a span {
  color: #6c6e74;
  letter-spacing: -0.32px;
  letter-spacing: -0.36px;
}
.woocommerce-page div.product div.images {
  width: 72%;
  padding-right: 45px;
  height: calc(100% - 2em);
}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main {
  height: calc(100% - 10px);
}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .splide__track,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .splide__track .splide__list,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .splide__track .splide__list .splide__slide {
  height: 100%;
}
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .splide__track .splide__list .splide__slide {
  padding-top: 66.6%;
  position: relative;
  height: calc(100% - 40px);
  margin-bottom: 40px !important;
  background-color: #f3f1ef !important;
}
#woocommerce_product_gallery_thumb .splide__slide {
  border-width: 1px;
  display: flex;
}
.woocommerce div.product div.summary {
  width: 28%;
}
.product-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  font-family: "Helvetica Now Micro", sans-serif;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 30px 0 40px;
  margin: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  color: #383a42;
  font-family: "Helvetica Now Micro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #6c6e74;
}
.woocommerce-breadcrumb a:hover {
  color: #383a42;
}
.summary .product_meta {
  display: none;
}
.woocommerce-product-gallery__thumb .slick-slide {
  padding: 0 6px;
  cursor: pointer;
  width: 100%;
  max-width: 156px;
}
.woocommerce-product-gallery__thumb .slick-slide a {
  pointer-events: none;
  border: 1px solid transparent;
}
/*.woocommerce-product-gallery__thumb .slick-active.slick-center a,
.woocommerce-product-gallery__thumb .slick-current a*/
.woocommerce-product-gallery__thumb .is-active a {
  border: 1px solid #000;
}
.woocommerce-product-gallery__thumb a {
  position: relative;
  padding-top: 66%;
}
.woocommerce-product-gallery__thumb a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.woocommerce-product-gallery__thumb::before,
.woocommerce-product-gallery__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  width: 60px;
  z-index: 1;
}
.woocommerce-product-gallery__thumb::after {
  right: 0;
  left: auto;
  background: linear-gradient(260deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.woocommerce-product-gallery__main {
  margin-bottom: 10px;
  cursor: pointer;
}

.woocommerce-product-gallery__main .img-caption {
  font-family: "Helvetica Now Micro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-top: 12px;
  position: absolute;
}
.woocommerce-product-gallery__main .img-wrap img {
  /*height: 652px !important;*/
  object-fit: cover;
}
.woocommerce div.product .product_title {
  margin-bottom: 30px;
}
.single-product.woocommerce div.product {
  overflow: hidden;
}
.photography-module.image-full .photography-module-content h2 {
  margin-bottom: 0;
  width: 60%;
}
.photography-module.image-full .photography-module-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.photography-module .photography-module-content p a {
  color: var(--theme-color);
}
.photography-module.image-full .photography-module-content p {
  width: 40%;
}
.photography-module.image-column .photography-module-img {
  width: 71%;
}
.photography-module.image-column .photography-module-content {
  width: 29%;
}
.photography-module.image-column .row {
  align-items: center;
  row-gap: 30px;
}
.photography-module.image-column.right .row {
  flex-direction: row-reverse;
}
.photography-module.image-verticle .row {
  margin-left: -12px;
  margin-right: -12px;
  row-gap: 30px;
}
.photography-module.image-verticle .col {
  width: 50%;
  padding: 0 12px;
}
.photography-module.image-verticle .col-left img {
  margin-top: 187px;
}
.photography-module.image-verticle .photography-module-wrp {
  max-width: 1130px;
  margin: 0 auto;
}
.photography-module.image-verticle .photography-module-content {
  max-width: 465px;
}
.photography-module.image-verticle:not(.right) .row {
  flex-direction: row-reverse;
}
.photography-module.image-verticle:not(.right) .photography-module-content {
  margin-left: auto;
}
.specify-sec {
  border-top: 1px solid var(--black);
  padding-top: 20px;
  overflow: visible;
}
.specify-sec .specify-title {
  width: 30%;
}
.specify-sec .specify-slider {
  width: calc(70% + 24px);
  margin: 0 -12px;
  margin-top: 12px;
}
.specify-sec .specify-slider .slick-track {
  display: flex !important;
}
.specify-sec .specify-slider .slick-slide {
  height: inherit !important;
}
.specify-sec .specify-slider .slick-slide {
  padding: 0 12px;
}
.specify-sec .specify-box {
  border-radius: 18px;
  background-color: #f2f1ef;
  padding: 68px 30px 30px;
  position: relative;
  height: 100%;
  display: block;
}
.specify-sec .specify-box .img-wrapper {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-top: 80%;
}
.specify-sec .specify-box .img-wrapper img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.specify-sec .specify-content h4 {
  margin-bottom: 5px;
  letter-spacing: 0em;
}
.specify-sec .specify-content p {
  margin-bottom: 0;
  padding-right: 48px;
}
.specify-sec .btn-download {
  background-color: var(--theme-color);
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specify-sec .btn-download img {
  filter: brightness(0) invert(1);
  width: 25px;
}
.specify-sec .btn-download:hover {
  background-color: #373737;
}
.mfp-iframe-holder .mfp-close:after {
  display: none;
}
.mfp-iframe-holder .mfp-close {
  background-color: transparent;
}
.single-product .site {
  overflow-x: hidden;
}
.single-product section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.single-product .breadcrumb {
  display: none;
}
.single-product .projects-slider-sec .container {
  padding: 0;
} /*
#product-gallery-popup .splide__track,
#product-gallery-popup li.splide__slide,
#product-gallery-popup .img-wrapper {
  display: flex;
}
#product-gallery-popup .img-wrapper {
  width: 100%;
}*/
#product-gallery-popup li.splide__slide {
  border: none !important;
  display: flex;
  flex-direction: column;
}
#product-gallery-popup li.splide__slide.is-active .img-wrapper {
  border-color: #000000;
}
.gallery-popup-thumb .img-wrapper img {
  height: 100% !important;
  width: 100%;
}
.projects-slider-sec .splide__slide--clone {
  visibility: visible;
}
.projects-slider-sec .splide__list {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.projects-slider-sec .splide__slide {
  backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .photography-module.image-verticle .col-right .mobile-img img {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .woocommerce-product-gallery__main .img-wrap img {
    height: auto !important;
  }

  .woocommerce-product-gallery__thumb .slick-slide {
    max-width: 124px;
  }
}

@media only screen and (max-width: 1199px) {
  .photography-module.image-full .photography-module-content p,
  .photography-module.image-full .photography-module-content h2 {
    width: 50%;
  }
  .product-logo img {
    margin: 0 15px 25px 0;
  }
  .woocommerce-page div.product div.images {
    width: 67%;
    padding-right: 30px;
  }
  .woocommerce div.product div.summary {
    width: 33%;
  }
  .specify-sec .specify-title {
    width: 100%;
  }
  .specify-sec .specify-slider {
    width: calc(100% + 24px);
  }
  .single-product section.photography-module {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-breadcrumb {
    padding: 30px 0 50px;
  }
  .woocommerce-page div.product div.images {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce div.product div.summary {
    width: 100%;
  }
  .woocommerce-product-gallery__main .img-wrap img {
    height: 450px !important;
  }
  .photography-module.image-column .photography-module-img {
    width: 68%;
  }
  .photography-module.image-column .photography-module-content {
    width: 32%;
  }
  .photography-module.image-verticle .col-left img {
    margin-top: 80px;
  }
  .specify-sec .specify-box {
    padding: 30px 20px 20px;
  }
  .specify-sec .btn-download {
    right: 15px;
    bottom: 15px;
    width: 34px;
    height: 34px;
  }
  .specify-sec .btn-download img {
    filter: brightness(0) invert(1);
    width: 19px;
  }
  .specify-sec .specify-content p {
    font-size: 16px;
    padding-right: 36px;
  }
  .specify-sec .specify-content h4 {
    font-size: 24px;
  }
  .specify-sec .specify-slider {
    margin-right: calc(-100vw / 2 + 680px / 2);
    padding-right: 0;
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-breadcrumb {
    padding: 30px 0;
    direction: rtl;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .woocommerce div.product .product_title {
    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: -0.4px;
  }
  .photography-module.image-full .photography-module-content {
    flex-direction: column;
  }
  .photography-module.image-full .photography-module-content p,
  .photography-module.image-full .photography-module-content h2,
  .photography-module.image-column .photography-module-img,
  .photography-module.image-column .photography-module-content,
  .photography-module.image-verticle .col {
    width: 100%;
  }
  .photography-module.image-verticle .col-left img {
    display: none;
  }
  .woocommerce-product-gallery__main .img-wrap img {
    height: 370px !important;
  }
  .photography-module.image-verticle .col-left img {
    margin-top: 20px;
  }
  .photography-module.image-verticle .photography-module-content {
    max-width: 100%;
  }
  .woocommerce-product-gallery__thumb {
    display: none;
  }
  .woocommerce-product-gallery__main {
    /* margin-bottom: 40px;*/
  }
  .woocommerce-product-gallery__main .slick-dots button:after {
    display: none;
  }
  .woocommerce-product-gallery__main .slick-dots button {
    width: 6px;
    height: 6px;
    background-color: var(--black);
    border-radius: 100%;
    font-size: 0;
    padding: 0;
    border: 0;
  }
  .woocommerce-product-gallery__main .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
  }
  .woocommerce-product-gallery__main .slick-dots li {
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .woocommerce-product-gallery__main .slick-dots {
    text-align: center;
    position: absolute;
    top: 330px;
    width: 100%;
    left: 0;
    bottom: auto;
  }
  .woocommerce-product-details__short-description {
    margin-bottom: 15px;
  }
  .see-range-link {
    margin-bottom: 30px;
  }
  .download-btn-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 40px;
  }
  .photography-module h2 {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: -0.28px;
  }
  .photography-module.image-verticle .col-right {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
  }
  .specify-sec .specify-title {
    margin-bottom: 30px;
  }
  .single-product section.photography-module {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .specify-sec .specify-title h2,
  .projects-slider-title h2 {
    letter-spacing: -0.36px;
    font-size: 36px;
  }
  .single-product section.video-module {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .woocommerce div.product div.summary .download-btn-wrapper .btn.enquire-popup {
    justify-content: start;
  }
  .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main {
    height: 100%;
    margin-bottom: 0px;
  }
  .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .splide__pagination {
    top: 85%;
    bottom: auto;
    height: 20px;
  }
  .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .splide__pagination .splide__pagination__page {
    background: #000000;
    height: 6px;
    width: 6px;
    opacity: 1;
  }
  .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .splide__pagination .splide__pagination__page.is-active {
    transform: scale(1);
    height: 12px;
    width: 12px;
  }
  .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .splide__pagination > li {
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .specify-sec .specify-slider {
    margin-right: -20px;
    width: calc(100vw + 20px);
  }
  .specify-sec .specify-slider .slick-slide {
    padding: 0 10px;
  }
  .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .splide__pagination {
    top: 55vw;
  }
}

@media only screen and (max-width: 370px) {
  .woocommerce-product-gallery__main .slick-dots {
    top: 240px;
  }
  .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .splide__pagination {
    top: 52vw;
  }
}

@media only screen and (max-width: 360px) {
  .woocommerce-product-gallery__main .img-wrap img {
    height: 270px !important;
  }
}
