/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1774238751
Updated: 2026-03-23 04:05:51

*/

/* KWINS REQUIRED STYLES */

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
  visibility: hidden !important;
}

body > .elementor {
  overflow-x: clip;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

[data-elementor-type="wp-page"] {
  flex: 1;
}

[data-elementor-type="footer"] {
  margin-top: auto;
}

.elementor-widget-image a {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

/* DELETING FOCUS-VISIBLE BORDER */

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

/* TABLE */
.kwins-table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}
.kwins-table {
  overflow-x: auto;
  margin-block-end: 0;
  width: 100%;
  font-family: var(--e-global-typography-c6ee86e-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-c6ee86e-font-size) !important;
  font-weight: var(--e-global-typography-c6ee86e-font-weight) !important;
  line-height: var(--e-global-typography-c6ee86e-line-height) !important;
  letter-spacing: var(--e-global-typography-c6ee86e-letter-spacing) !important;
  color: var(--e-global-color-text) !important;
  border-radius: 10px !important;
  border: 1px solid #C2C2C2 !important;
  border-collapse: separate !important;
  border-spacing: 0;
  
  thead {
    background-color: var(--e-global-color-secondary) !important;
    border: 1px solid #C2C2C2 !important;
    border-top-width: 0 !important;
    font-weight: normal !important;
    text-align: left !important;
    border-radius: 10px 10px 0 0 !important;
    tr {
      border-radius: 10px 10px 0 0 !important;
      border: 1px solid #C2C2C2 !important;
      border-top-width: 0 !important;
      th {
        font-weight: normal !important;
        border: 1px solid transparent !important;
        border-top-width: 0 !important;
        border-right-color: #C2C2C2 !important;
        border-bottom-color: #C2C2C2 !important;
        padding: 10px 16px !important;
        &:first-child {
          border-radius: 10px 0 0 0 !important;
          border: 1px solid transparent !important;
          border-top-width: 0 !important;
          border-right-color: #C2C2C2 !important;
          border-bottom-color: #C2C2C2 !important;
        }
        &:last-child {
          border-radius: 0 10px 0 0 !important;
          border: 1px solid transparent !important;
          border-bottom-color: #C2C2C2 !important;
        }
      }      
    }

  }
  tbody {
    border: 1px solid #C2C2C2 !important;
    border-bottom-width: 0 !important;
    border-radius:  0 0 10px 10px !important;
    tr {
      border: 1px solid #C2C2C2 !important;
      border-top-width: 0 !important;
      border-bottom-width: 0 !important;
      &:first-child {
        border-top-width: 1px !important;
        td {
          border-top-width: 1px !important;
        }
      }
      &:last-child {
        border-radius: 0 0 10px 10px !important;
        td {
          border-bottom-width: 0 !important;
          &:first-child {
            border-radius: 0 0 0 10px !important;
          }
          &:last-child {
            border-radius: 0 0 10px 0 !important;
          }
        }
      }
      td {
        background-color: #fff !important;
        border: 1px solid transparent !important;
        border-top-width: 0 !important;
        border-right-color: #C2C2C2 !important;
        border-bottom-color: #C2C2C2 !important;
        padding: 10px 16px !important;
        &:last-child {
          border-right-width: 0 !important;
        }
      }
    }
    p {
      margin-block-end: 0 !important;
    }
  }
}

@media screen and(min-width:1440px) {
  .kwins-table {
    max-width: 100% !important;
    table-layout: fixed;
  }
}

/* Product page options select */
.product-select {
  display: flex; 
  gap: 10px;
  select {
    width: 240px;
    padding: 16px 20px;
    font-family: var(--e-global-typography-f4cf4a3-font-family), Sans-serif;
    font-size: var(--e-global-typography-f4cf4a3-font-size);
    font-weight: var(--e-global-typography-f4cf4a3-font-weight);
    line-height: var(--e-global-typography-f4cf4a3-line-height);
    letter-spacing: var(--e-global-typography-f4cf4a3-letter-spacing);
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6;
    border-radius: 40px 40px 40px 40px;
  }
}

.product-select-button a {
  &.disabled {
    opacity: .8;
    pointer-events: none;
  }
}

.related-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.related-item .elementor-cta--layout-image-above {
  min-height: auto;
  height: 100%;
}

.price-block {
  display: flex;
  gap: 20px;
  flex-direction: column;
  .price-item {
    padding: 20px;
    background-color: var(--e-global-color-secondary);
    border-radius: 26px;
    .price-item-wrapper {
      background-color: var(--e-global-color-primary);
      padding: 20px;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      h2 {
        font-family: var(--e-global-typography-ac9a6f8-font-family), Sans-serif;
        font-size: var(--e-global-typography-ac9a6f8-font-size);
        font-weight: var(--e-global-typography-ac9a6f8-font-weight);
        line-height: var(--e-global-typography-ac9a6f8-line-height);
        letter-spacing: var(--e-global-typography-ac9a6f8-letter-spacing);
        color: var(--e-global-color-text);
        margin: 0;
        span.accent {
          color: #FF5B12;
        }
      }
      p {
        margin: 0;
      }
    }
  }
}

.partners-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.documents-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media screen and (max-width:767px) {
  .related-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-dce-rawphp {
    width: 100%;
  }
  .product-select {
    flex-direction: column;
    width: 100%;
    select {
      width: 100%;
    }
  }
  .price-block {
    .price-item {
      padding: 10px;
    }
  }
  .documents-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}