/**
 * Theme Name: Klimamarket
 * Template: ciseco
 * Description: Child theme for Klimamarket.
 */
/*--------------------------------------------------------------
# Add your styles.
--------------------------------------------------------------*/
.main-top .wp-block-columns {
  max-width: 1472px;
  margin: 0 auto;
}
.main-top .separator {
  padding: 0 0.4rem;
}
.main-top .phone {
  color: #b8b8b8;
}

@media only screen and (max-width: 934px) {
  .main-top {
    display: none;
  }
}
.wp-block-site-logo.is-default-size img {
  width: 200px !important;
}
.wp-block-site-logo img {
  max-width: -moz-max-content;
  max-width: max-content;
}

.container {
  margin: 0 auto !important;
  max-width: 1480px;
}

.btn-main {
  background-color: #171717;
  border-radius: 99px;
  border-color: #171717;
  border-width: 1px;
  border-style: solid;
  color: #fafafa;
  font-family: inherit;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  text-decoration: none;
  text-transform: inherit;
}
.btn-main.wpcf7-submit:hover {
  cursor: pointer;
}

.ask-product-form {
  max-width: 100%;
}
.ask-product-form .form-row {
  margin-bottom: 28px;
}
.ask-product-form .form-row textarea {
  font-family: Arial, sans-serif;
}
.ask-product-form .form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}
.ask-product-form .req {
  color: #d84b4b;
  font-weight: 700;
  margin-left: 4px;
}
.ask-product-form .form-control {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ask-product-form .form-control--textarea {
  min-height: 140px;
  resize: vertical;
}
.ask-product-form .form-control::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.ask-product-form .form-control::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.ask-product-form .form-control:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
}
.ask-product-form .wpcf7-textarea,
.ask-product-form .wpcf7-form-control {
  border-radius: 15px;
}
.ask-product-form .wpcf7-form-control-wrap {
  display: block;
}
.ask-product-form .wpcf7-not-valid {
  border-color: #d84b4b !important;
  box-shadow: 0 0 0 1px #d84b4b;
}
.ask-product-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: #d84b4b;
}
.ask-product-form .wpcf7-spinner {
  margin-top: 12px;
}
.ask-product-form .form-row--submit {
  margin-top: 8px;
}
.ask-product-form p {
  margin: 0;
  padding: 0;
}
.ask-product-form br {
  display: none;
}
.ask-product-form .wpcf7-textarea {
  font-size: 16px;
  line-height: 1.5;
  color: #111;
}

.form-row--submit {
  margin-top: 2rem !important;
}

.footer-phone a {
  font-size: 1.1rem !important;
}

footer.wp-block-template-part .wp-block-navigation-link a:hover {
  color: #007cc3;
}

.main-header .wp-block-navigation ul li a.wp-block-navigation-item__content:hover {
  color: #007cc3 !important;
}

h1.wp-block-post-title {
  text-align: center;
}

.contact-form-box {
  max-width: 420px;
  margin: 0 auto;
  padding: 40px 30px;
  background: #f9f9f9;
  text-align: center;
}

.contact-form-title {
  font-size: 28px;
  color: #5b5b5b;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #bdbdbd;
}

.contact-form-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 30px;
}

.contact-form-row {
  margin-bottom: 22px;
  text-align: left;
}

.contact-input,
.contact-textarea {
  width: 100%;
  border: 1px solid #bcbcbc;
  background: #fff;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 16px;
  padding: 14px 16px;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
}
.contact-input::-moz-placeholder, .contact-textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #000;
  opacity: 1;
}
.contact-input:focus,
.contact-textarea:focus {
  border-color: #999;
}

.contact-input {
  height: 42px;
}

.contact-textarea {
  height: 130px;
  resize: vertical;
  padding-top: 16px;
}

.contact-form-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form-acceptance .wpcf7-list-item-label {
  display: inline;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.contact-form-acceptance input[type=checkbox] {
  margin: 0 10px 0 0;
  vertical-align: top;
  transform: translateY(3px);
}
.contact-form-acceptance a,
.contact-form-acceptance .text-link {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.contact-form-acceptance a:hover {
  text-decoration: underline;
}

.wpcf7-spinner {
  display: block;
  margin-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 6px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 10px 12px;
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 1550px) {
  .mainpage-icons {
    padding: 0 2rem;
  }
}
.mainpage-icons img {
  max-height: 74px;
  width: auto;
}
.mainpage-icons p {
  font-size: 1rem !important;
}
.mainpage-icons strong {
  font-size: 1.5rem !important;
}

.wctm {
  padding: 1rem;
  border-radius: 25px;
}

.wctm-row {
  border-bottom: 0.5px solid #bcbcbc;
  padding: 0.6rem 0;
}
.wctm-row:hover {
  background: #c3e9ff;
  border-radius: 15px;
}

.wctm-toggle,
.wctm-toggle-empty {
  border: none !important;
}

footer {
  background: #f9f9f9 !important;
  font-weight: 400 !important;
}

.td-none {
  text-decoration: none;
}

.product--icon img {
  background: #f1f1f1;
  border-radius: 15px;
  padding: 0.3rem;
}

.single-product .attachment-woocommerce_single {
  border-radius: 25px;
}

.four-box-link {
  text-decoration: none;
}

.clock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.clock::before {
  content: "";
  top: 2.4px;
  right: 8px;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(currentColor, currentColor) center 3px/2px 4px no-repeat, linear-gradient(currentColor, currentColor) calc(50% + 2px) center/4px 2px no-repeat;
}

.single-product h1.wp-block-post-title {
  text-align: left;
}
.single-product .wc-block-grid__product-price > .woocommerce-Price-amount.amount,
.single-product .wc-block-grid__product-price > ins > .woocommerce-Price-amount.amount {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #00c951;
}
.single-product .wc-block-grid__product-price > del .woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #777;
}
.single-product .wc-block-grid__product-price > ins {
  text-decoration: none;
}
.single-product .wc-block-grid__product-price > ins .woocommerce-Price-amount.amount {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #00c951;
}
.single-product .wc-block-grid__product-price .woocommerce-price-suffix {
  font-size: 11px;
  color: #000;
  display: block;
  margin-top: 6px;
}
.single-product .wc-block-grid__product-price .woocommerce-price-suffix .woocommerce-Price-amount.amount {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
}
.single-product img.is-low-res-pdp-image {
  width: auto !important;
  max-width: min(100%, 300px) !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.single-product .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .is-position-sticky {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-product .wp-block-woocommerce-product-collection.alignwide.is-layout-flow.wp-block-woocommerce-product-collection-is-layout-flow {
  margin: 0 auto !important;
  max-width: 1480px;
}
.single-product .wc-block-components-product-image.wc-block-grid__product-image.wc-block-components-product-image--aspect-ratio-1.wp-block-woocommerce-product-image {
  min-height: 350px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tax-product_cat .wc-block-grid__product-price > .woocommerce-Price-amount.amount, .home .wc-block-grid__product-price > .woocommerce-Price-amount.amount {
  font-size: 1.4rem;
  padding-right: 4px;
}
.tax-product_cat .woocommerce-price-suffix, .home .woocommerce-price-suffix {
  color: #000;
}
.tax-product_cat .woocommerce-price-suffix .woocommerce-Price-amount.amount, .home .woocommerce-price-suffix .woocommerce-Price-amount.amount {
  font-size: 14px;
}

.km-custom-availability-message {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
}
.km-custom-availability-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.km-custom-availability-title {
  color: #ebaf1c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3px;
}
.km-custom-availability-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid #ebaf1c;
  font-size: 0;
}
.km-custom-availability-icon::after {
  content: "!";
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.km-custom-availability-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.km-custom-availability-text p:last-child {
  margin-bottom: 0;
}

.right-top-menu-wrapper.open-hours {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.right-top-menu-cnt {
  display: flex;
  justify-content: flex-end;
}

.right-top-menu-wrapper .open-hours__trigger {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.2;
}
.right-top-menu-wrapper .clock,
.right-top-menu-wrapper .open-hours__label,
.right-top-menu-wrapper .separator,
.right-top-menu-wrapper .open-hours__phone {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.right-top-menu-wrapper .clock {
  flex: 0 0 auto;
}
.right-top-menu-wrapper .clock::before {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  background: linear-gradient(currentColor, currentColor) center 3px/2px 4px no-repeat, linear-gradient(currentColor, currentColor) calc(50% + 2px) center/4px 2px no-repeat;
}
.right-top-menu-wrapper .separator {
  margin: 0 2px;
}
.right-top-menu-wrapper .open-hours__phone {
  color: #b8b8b8;
  text-decoration: none;
}
.right-top-menu-wrapper .open-hours__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 320px;
  max-width: calc(100vw - 24px);
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 9999;
  pointer-events: none;
}
.right-top-menu-wrapper:hover .open-hours__dropdown, .right-top-menu-wrapper:focus-within .open-hours__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.right-top-menu-wrapper .open-hours__inner {
  padding: 28px;
  text-align: left;
}
.right-top-menu-wrapper .open-hours__inner p {
  margin: 0 0 16px;
  color: #6f7782;
  font-size: 18px;
  line-height: 1.35;
}
.right-top-menu-wrapper .open-hours__inner strong {
  display: inline-block;
  margin-top: 4px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.right-top-menu-wrapper .open-hours__button-wrap {
  margin: 24px 0 0 !important;
}
.right-top-menu-wrapper .open-hours__button {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.right-top-menu-wrapper .open-hours__button:hover {
  color: #fff;
  opacity: 0.92;
}
.right-top-menu-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 16px;
}
/*# sourceMappingURL=style.css.map */
