/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.footer-sidebar.widget-area.wd-grid-g{
	align-items: end;
}

#nav_menu-17 a, #nav_menu-18 a {
	font-weight: 600;
}

.product-grid-item .product-image-link,
.product-grid-item .product-element-top {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: block;
}

.product-grid-item .product-image-link img,
.product-grid-item .product-element-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .woocommerce-product-gallery {
  width: 100%;
  max-width: 620px;
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a {
  width: 100%;
  height: clamp(360px, 45vw, 620px);
  overflow: hidden;
  display: block;
  background: #f7f7f7;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .single-product .woocommerce-product-gallery__image,
  .single-product .woocommerce-product-gallery__image a {
    height: clamp(280px, 90vw, 430px);
  }
}

.call-popup {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  z-index: 99999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  margin: 0 !important;
  transform: none !important;
  background: rgba(10, 13, 16, 0.72) !important;
}

.call-popup.is-open {
  display: flex !important;
}

.call-popup .call-popup__dialog {
  position: relative !important;
  flex: 0 0 auto !important;
  width: 560px !important;
  max-width: calc(100vw - 40px) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: calc(100vh - 40px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin: 0 auto !important;
  padding: 34px 46px 30px !important;
  background: #f9fbfc !important;
  color: #1c2228 !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28) !important;
  align-self: center !important;
}

.call-popup .call-popup__dialog.e-con,
.call-popup .call-popup__dialog.elementor-element {
  --width: 560px !important;
  --max-width: calc(100vw - 40px) !important;
  --min-height: 0 !important;
  --height: auto !important;
  min-height: 0 !important;
  height: auto !important;
}

.call-popup__dialog > .e-con-inner {
  min-height: 0 !important;
  height: auto !important;
}

.call-popup__dialog,
.call-popup__dialog * {
  box-sizing: border-box !important;
}

.call-popup__dialog .elementor-element,
.call-popup__dialog .elementor-widget,
.call-popup__dialog .elementor-widget-container,
.call-popup__dialog .wpcf7,
.call-popup__dialog form {
  width: 100% !important;
  max-width: 100% !important;
}

.call-popup__dialog .elementor-widget {
  margin-bottom: 0 !important;
}

.call-popup__dialog h2,
.call-popup__dialog .elementor-heading-title {
  margin: 0 64px 26px 0 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  color: #1c2228 !important;
}

.call-popup .elementor-widget-html:has(.call-popup__close) {
  position: static !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.call-popup__close {
  position: absolute !important;
  top: 32px !important;
  right: 46px !important;
  z-index: 10 !important;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  padding: 0 !important;
  background: #12c6df !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 42px !important;
  text-align: center !important;
  cursor: pointer !important;
}

.call-popup .wpcf7 p {
  margin: 0 0 12px !important;
}

.call-popup .wpcf7 label {
  display: block !important;
  margin: 0 0 4px !important;
  color: #1c2228 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.call-popup .wpcf7 input,
.call-popup .wpcf7 textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  border: 1px solid #d8e0e5 !important;
  border-radius: 0 !important;
  padding: 10px 12px !important;
  background: #fff !important;
  color: #1c2228 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
}

.call-popup .wpcf7 textarea {
  height: 84px !important;
  min-height: 84px !important;
  resize: vertical !important;
}

.call-popup .wpcf7-submit {
  width: 100% !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 22px !important;
  background: #12c6df !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.call-popup .wpcf7-submit:hover {
  background: #0fb3ca !important;
}

.call-popup .wpcf7-spinner {
  margin: 8px 0 0 !important;
}

.call-popup .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 8px 10px !important;
  border-width: 1px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.call-popup-open {
  overflow: hidden !important;
}

@media (max-width: 640px) {
  .call-popup {
    padding: 12px !important;
  }

  .call-popup .call-popup__dialog {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
    padding: 28px 20px 24px !important;
  }

  .call-popup .call-popup__dialog.e-con,
  .call-popup .call-popup__dialog.elementor-element {
    --width: calc(100vw - 24px) !important;
    --max-width: calc(100vw - 24px) !important;
  }

  .call-popup__close {
    top: 20px !important;
    right: 20px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 26px !important;
    line-height: 38px !important;
  }

  .call-popup__dialog h2,
  .call-popup__dialog .elementor-heading-title {
    margin-right: 52px !important;
    margin-bottom: 22px !important;
    font-size: 24px !important;
  }

  .call-popup .wpcf7 textarea {
    height: 76px !important;
    min-height: 76px !important;
  }
}