@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  font-family: 'Poppins', sans-serif; }

h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1px; }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  font-family: 'Poppins', sans-serif; }

.tax-product_cat #content, .search-results #content, .post-type-archive-product #content {
  margin: 0 32px; }
  .tax-product_cat #content .article-h1, .search-results #content .article-h1, .post-type-archive-product #content .article-h1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px;
    margin-bottom: 14px; }
  .tax-product_cat #content .woocommerce.columns-4, .search-results #content .woocommerce.columns-4, .post-type-archive-product #content .woocommerce.columns-4 {
    margin: 0 32px; }
    .tax-product_cat #content .woocommerce.columns-4 .woocommerce-result-count, .search-results #content .woocommerce.columns-4 .woocommerce-result-count, .post-type-archive-product #content .woocommerce.columns-4 .woocommerce-result-count {
      margin-bottom: 30px; }
  .tax-product_cat #content .product.status-publish img, .search-results #content .product.status-publish img, .post-type-archive-product #content .product.status-publish img {
    height: 343px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.woocommerce-ordering {
  display: none; }

.single-product #content {
  margin: 0 32px; }
  .single-product #content h2 {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #1D1716;
    text-align: center; }
  .single-product #content .wc-tabs {
    display: flex; }
  .single-product #content .entry-summary {
    position: absolute;
    color: #FFFFFF; }
    .single-product #content .entry-summary .product_title {
      font-family: 'PT Sans';
      font-style: normal;
      font-weight: 700;
      font-size: 64px;
      line-height: 83px;
      letter-spacing: 1px; }

body:not(.single-product) .product__sidebar {
  display: none; }

.product__sidebar {
  margin-bottom: 64px; }
  .product__sidebar a {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .product__sidebar a .button {
      width: 326px;
      font-weight: 600;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px; }
  .product__sidebar-wrapper:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 128px; }
    @media screen and (max-width: 700px) {
      .product__sidebar-wrapper:last-child {
        flex-direction: column; } }
  .product__sidebar-heading {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 32px;
    text-align: center; }
    @media screen and (max-width: 700px) {
      .product__sidebar-heading {
        margin: 15px 0; } }
  .product__sidebar-icon {
    width: 80px;
    height: 80px;
    background: url(/wp-content/themes/irsap/dist/assets/icon.svg?ver=b0d64e45); }
  .product__sidebar-row {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 700px) {
      .product__sidebar-row {
        justify-content: center; } }
    .product__sidebar-row img {
      margin: 5px; }

html {
  scroll-behavior: smooth; }

body {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden; }

a:link, a:hover, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit; }

.active:not(.description_tab) {
  display: block !important; }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none; }

.dgwt-wcas-search-wrapp {
  margin-right: 0;
  margin-left: auto;
  min-width: 300px;
  max-width: 500px;
  width: 70%; }

body.home #breadcrumbs {
  display: none; }

body:not(.home) .header {
  height: 204px; }

.header {
  height: 164px; }
  .header__wrapper-top {
    height: 42px;
    display: flex;
    background-color: #1D1716;
    padding: 0 32px;
    justify-content: space-between;
    align-items: center; }
    .header__wrapper-top p {
      color: #FFFFFF;
      margin: 12px 0;
      font-weight: 600;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px; }
  .header__wrapper-center {
    height: 66px;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BFBFBF; }
    .header__wrapper-center .button {
      width: 141px;
      max-height: 34px;
      font-size: 12px;
      line-height: 18px;
      display: none;
      cursor: pointer; }
    .header__wrapper-center .irsap_searchbar {
      display: none; }
  .header__wrapper-bottom {
    height: 56px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
    background: #FFFFFF; }
  .header__wrapper-category {
    padding: 0 12px;
    max-height: 24px;
    border-right: 1px solid #5CAD1F; }
    .header__wrapper-category:first-child {
      border-left: 1px solid #5CAD1F; }
    .header__wrapper-category p {
      color: #504949;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.5px;
      margin: 0; }

.footer__wrapper-top {
  padding: 64px 32px;
  background-color: #504949;
  color: #FFFFFF; }

.footer__wrapper-bottom {
  padding: 48px 32px;
  background-color: #1D1716;
  color: #FFFFFF; }
  .footer__wrapper-bottom ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media screen and (max-width: 700px) {
      .footer__wrapper-bottom ul {
        flex-direction: column;
        padding-left: 0; } }
    .footer__wrapper-bottom ul li {
      margin: 0 12px; }
      @media screen and (max-width: 700px) {
        .footer__wrapper-bottom ul li {
          margin: 12px 0; } }
      .footer__wrapper-bottom ul li:first-child {
        margin-left: 0; }
      .footer__wrapper-bottom ul li:last-child {
        margin-right: 0; }

.footer__wrapper-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 700px) {
    .footer__wrapper-row {
      flex-direction: column;
      align-items: start; } }

.footer__wrapper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 16px;
  /* &:first-child{
                margin-left: 0;
            }
            &:last-child{
                margin-right: 0;
            }*/ }
  @media screen and (max-width: 700px) {
    .footer__wrapper-wrapper {
      align-items: start;
      margin: 4px 0px; } }
  .footer__wrapper-wrapper a {
    display: flex;
    flex-direction: row; }
  .footer__wrapper-wrapper p {
    margin: 0; }
    .footer__wrapper-wrapper p:first-child {
      margin-right: 8px;
      margin-top: 2px;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #969E94; }
    .footer__wrapper-wrapper p:last-child {
      font-weight: 700;
      font-size: 16px;
      line-height: 28px;
      color: #FFFFFF; }

.footer__wrapper-subrow {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left; }

.footer__button p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px; }

.footer__separator1 {
  width: 100%;
  border-top: 1px solid #BFBFBF;
  height: 0px;
  margin-left: 32px; }
  @media screen and (max-width: 700px) {
    .footer__separator1 {
      margin-left: 0; } }

.footer__separator2 {
  width: 100%;
  border-top: 1px solid #504949;
  height: 0px;
  margin-right: 12px; }

.footer__copyright {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #504949; }

#contact > div {
  margin: 0 auto;
  margin-bottom: auto; }

form .form__row {
  max-width: 700px; }
  form .form__row p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media screen and (max-width: 700px) {
      form .form__row p {
        flex-direction: column; } }
    @media screen and (max-width: 700px) {
      form .form__row p span[data-name="your-email"] {
        margin-top: 15px; } }
    form .form__row p > span {
      width: 100%; }

form input, form textarea {
  color: #969E94;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 16px;
  border: 2px solid #BFBFBF; }
  @media screen and (max-width: 700px) {
    form input, form textarea {
      padding: 16px; } }

form textarea {
  width: 100%;
  max-height: 100px;
  resize: none; }
  @media screen and (max-width: 700px) {
    form textarea {
      margin: 0; } }

form .wpcf7-form-control-wrap {
  display: flex; }

form textarea:focus, form input:focus {
  outline: none; }

form .wpcf7-acceptance {
  padding: 10px 0; }
  form .wpcf7-acceptance > span {
    margin: 0; }
  form .wpcf7-acceptance label span {
    color: #969E94;
    margin-left: 10px; }

form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  width: 213px;
  height: 58px;
  margin-top: -6px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #FFFFFF; }
  @media screen and (max-width: 700px) {
    form .wpcf7-submit {
      width: 100%; } }

.button, .wpcf7-submit {
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #005266;
  color: #FFFFFF;
  border-radius: 1px;
  transition: 0.3s;
  border: none; }
  .button:hover, .wpcf7-submit:hover {
    background: #00313D; }
  .button p, .wpcf7-submit p {
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px; }

.wpcf7-submit {
  color: #1D1716; }
  .wpcf7-submit:hover {
    cursor: pointer; }

#breadcrumbs {
  position: absolute;
  top: 165px;
  z-index: 999;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #BFBFBF;
  padding: 10px 32px;
  color: #969E94; }
  #breadcrumbs span.breadcrumb_last {
    color: #504949; }
  #breadcrumbs span a:hover {
    font-weight: 500; }

.sechero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .sechero__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    margin: 0 32px; }
    .sechero__wrapper-heading {
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-size: 64px;
      line-height: 83px;
      letter-spacing: 1px;
      margin-bottom: 12px; }
    .sechero__wrapper-desc {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 700px) {
        .sechero__wrapper-desc {
          text-align: center; } }
    .sechero__wrapper-button {
      margin-top: 24px;
      padding: 14px 24px;
      font-weight: 600;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px;
      text-align: center; }

.secicons {
  min-height: 232px;
  background-color: #F7F9F5; }
  .secicons__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 32px;
    padding: 32px 0; }
    .secicons__wrapper-cell {
      margin: 0 64px;
      width: 120px; }
      .secicons__wrapper-cell p {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #504949; }

.secproducts {
  min-height: 901px;
  position: relative;
  background-color: #F7F9F5; }
  .secproducts__bg {
    position: absolute;
    top: 0px;
    height: 450px;
    width: 100%;
    z-index: 0;
    background-position-y: 20%;
    background-size: cover; }
  .secproducts__wrapper {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    color: #FFFFFF;
    max-width: 1440px;
    margin: 0 auto; }
    .secproducts__wrapper-text {
      display: flex;
      flex-direction: column;
      width: 95%;
      margin-bottom: 12px;
      flex-wrap: wrap;
      justify-content: left;
      margin: 0 32px;
      margin-bottom: 20px; }
      @media screen and (max-width: 700px) {
        .secproducts__wrapper-text {
          width: inherit; } }
    .secproducts__wrapper-wrapper {
      display: flex;
      align-items: center; }
    .secproducts__wrapper-separator {
      height: 0px;
      width: 100%;
      margin-left: 32px;
      margin-top: -20px;
      border-top: 1px solid #BFBFBF; }
    .secproducts__wrapper-separator2 {
      height: 0px;
      width: 100%;
      margin: 0 12px;
      border-top: 1px solid #BFBFBF; }
    .secproducts__wrapper-cells {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
    .secproducts__wrapper-cell {
      margin: 7px;
      height: 507px;
      width: 443px;
      margin-bottom: 23px; }
      @media screen and (max-width: 700px) {
        .secproducts__wrapper-cell {
          height: auto;
          width: 100%; } }
      .secproducts__wrapper-cell img {
        height: 443px;
        width: 100%; }
        @media screen and (max-width: 700px) {
          .secproducts__wrapper-cell img {
            height: auto;
            max-height: 443px;
            -o-object-fit: cover;
               object-fit: cover; } }
    .secproducts__wrapper-titlewrap {
      width: 100%;
      height: 53px;
      margin-top: 12px;
      border-bottom: 1px solid #BFBFBF;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
    .secproducts__wrapper-cellwrap {
      width: 100%; }
    .secproducts__wrapper-button {
      width: 134px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #005266;
      font-weight: 600;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px;
      transition: 0.3s; }
      .secproducts__wrapper-button:hover {
        background-color: #00313D; }
    .secproducts__wrapper-title {
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.5px;
      color: #1D1716; }
    .secproducts__wrapper-subdesc {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      color: #504949; }
    .secproducts__wrapper-heading {
      font-family: 'PT Sans';
      font-weight: 700;
      font-size: 48px;
      line-height: 54px;
      letter-spacing: 1px;
      margin-bottom: 14px; }
    .secproducts__wrapper-description {
      max-width: 676px;
      margin-right: 32px;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px; }
  .secproducts__button {
    width: 442px;
    height: 56px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 1px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #1D1716;
    transition: 0.3s; }
    .secproducts__button:hover {
      border: 1px solid #1D1716; }

.secsimpleproducts {
  min-height: 901px;
  position: relative; }
  .secsimpleproducts__wrapper {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    color: #1D1716;
    max-width: 1440px;
    margin: 0 auto; }
    .secsimpleproducts__wrapper-text {
      display: flex;
      flex-direction: column;
      width: 95%;
      margin-bottom: 12px;
      flex-wrap: wrap;
      justify-content: left;
      margin: 0 32px;
      margin-bottom: 20px; }
      @media screen and (max-width: 700px) {
        .secsimpleproducts__wrapper-text {
          width: inherit; } }
    .secsimpleproducts__wrapper-wrapper {
      display: flex;
      align-items: center; }
    .secsimpleproducts__wrapper-separator {
      height: 0px;
      width: 100%;
      margin-left: 32px;
      margin-top: -20px;
      border-top: 1px solid #BFBFBF; }
    .secsimpleproducts__wrapper-cells {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
    .secsimpleproducts__wrapper-cell {
      margin: 7px;
      height: 507px;
      width: 443px;
      margin-bottom: 23px; }
      @media screen and (max-width: 700px) {
        .secsimpleproducts__wrapper-cell {
          height: auto;
          width: 100%; } }
      .secsimpleproducts__wrapper-cell img {
        height: 443px;
        width: 100%; }
        @media screen and (max-width: 700px) {
          .secsimpleproducts__wrapper-cell img {
            height: auto;
            max-height: 443px;
            -o-object-fit: cover;
               object-fit: cover; } }
    .secsimpleproducts__wrapper-titlewrap {
      width: 100%;
      height: 53px;
      margin-top: 12px;
      border-bottom: 1px solid #BFBFBF;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
    .secsimpleproducts__wrapper-cellwrap {
      width: 100%; }
    .secsimpleproducts__wrapper-button {
      width: 134px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #005266;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px;
      transition: 0.3s; }
      .secsimpleproducts__wrapper-button:hover {
        background-color: #00313D; }
    .secsimpleproducts__wrapper-title {
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.5px;
      color: #1D1716; }
    .secsimpleproducts__wrapper-subdesc {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      color: #504949; }
    .secsimpleproducts__wrapper-heading {
      font-family: 'PT Sans';
      font-weight: 700;
      font-size: 48px;
      line-height: 54px;
      letter-spacing: 1px;
      margin-bottom: 14px; }
    .secsimpleproducts__wrapper-description {
      max-width: 676px;
      margin-right: 32px;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px; }
  .secsimpleproducts__button {
    width: 442px;
    height: 56px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 1px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #1D1716;
    transition: 0.3s; }
    .secsimpleproducts__button:hover {
      border: 1px solid #1D1716; }

.seclinks {
  min-height: 901px;
  position: relative;
  background-color: #F7F9F5; }
  .seclinks__bg {
    position: absolute;
    top: 0px;
    height: 450px;
    width: 100%;
    z-index: 0;
    background-position-y: 20%;
    background-size: cover; }
  .seclinks__wrapper {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    color: #FFFFFF;
    max-width: 1440px;
    margin: 0 auto; }
    .seclinks__wrapper-text {
      display: flex;
      flex-direction: column;
      width: 95%;
      margin-bottom: 12px;
      flex-wrap: wrap;
      justify-content: left;
      margin: 0 32px;
      margin-bottom: 20px; }
      @media screen and (max-width: 700px) {
        .seclinks__wrapper-text {
          width: inherit; } }
    .seclinks__wrapper-wrapper {
      display: flex;
      align-items: center; }
    .seclinks__wrapper-separator {
      height: 0px;
      width: 100%;
      margin-left: 32px;
      margin-top: -20px;
      border-top: 1px solid #BFBFBF; }
    .seclinks__wrapper-separator2 {
      height: 0px;
      width: 100%;
      margin: 0 12px;
      border-top: 1px solid #BFBFBF; }
    .seclinks__wrapper-cells {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
    .seclinks__wrapper-cell {
      margin: 7px;
      height: 507px;
      width: 443px;
      margin-bottom: 23px; }
    .seclinks__wrapper-image {
      height: 443px;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .seclinks__wrapper-titlewrap {
      width: 100%;
      height: 56px;
      margin-top: 12px;
      background-color: #FFFFFF;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 0px 45px -3px #cfd0d5; }
    .seclinks__wrapper-title {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-left: 12px;
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.5px;
      color: #1D1716; }
    .seclinks__wrapper-heading {
      font-family: 'PT Sans';
      font-weight: 700;
      font-size: 48px;
      line-height: 54px;
      letter-spacing: 1px;
      margin-bottom: 14px; }
    .seclinks__wrapper-description {
      max-width: 676px;
      margin-right: 32px;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px; }
  .seclinks__button {
    width: 442px;
    height: 56px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 1px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #1D1716;
    transition: 0.3s; }
    .seclinks__button:hover {
      border: 1px solid #1D1716; }

body.single-product {
  /*.header{
        &__wrapper{
            &-bottom{
                display: none;
            }
        }
    }*/ }
  body.single-product #content {
    margin: 0;
    margin-top: -55px; }
    body.single-product #content .single_variation_wrap {
      display: none !important; }
    body.single-product #content .color-variable-items-wrapper li {
      width: 80px;
      height: 80px; }
      body.single-product #content .color-variable-items-wrapper li .variable-item-contents::before {
        display: none; }
    body.single-product #content .product__header-sub {
      width: 100%;
      background: #1D1716;
      position: absolute;
      top: 909px;
      z-index: 99;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      color: #FFFFFF;
      text-transform: uppercase; }
      @media screen and (max-width: 700px) {
        body.single-product #content .product__header-sub {
          display: none; } }
    body.single-product #content .product__header-button {
      margin: 12px 0;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.5px;
      transition: 0.3s;
      opacity: 0.5; }
      body.single-product #content .product__header-button:hover {
        opacity: 1; }
    body.single-product #content .woocommerce-product-gallery {
      width: 100% !important;
      max-height: 800px;
      margin-bottom: 0; }
      body.single-product #content .woocommerce-product-gallery__image img, body.single-product #content .woocommerce-product-gallery__image--placeholder img {
        max-height: 800px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 700px) {
          body.single-product #content .woocommerce-product-gallery__image img, body.single-product #content .woocommerce-product-gallery__image--placeholder img {
            max-height: 700px; } }
    body.single-product #content .woocommerce-product-details__short-description {
      color: #504949;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px;
      width: 50%;
      margin: 48px 32px;
      text-shadow: none;
      padding-top: 90px; }
      @media screen and (max-width: 700px) {
        body.single-product #content .woocommerce-product-details__short-description {
          padding-top: 20px; } }
    body.single-product #content .woocommerce-tabs .tabs {
      justify-content: space-around;
      margin-left: 0; }
      body.single-product #content .woocommerce-tabs .tabs li {
        width: 18%;
        border: none;
        background-color: transparent;
        display: flex !important;
        justify-content: center;
        color: #969E94;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px; }
        body.single-product #content .woocommerce-tabs .tabs li#tab-title-additional_information {
          display: none !important; }
        body.single-product #content .woocommerce-tabs .tabs li.active {
          border: 1px solid #BFBFBF;
          border-bottom: none;
          background-color: #FFFFFF;
          color: #E53612; }
    body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel {
      margin: 0 auto;
      margin-bottom: 152px; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content; }
        @media screen and (max-width: 1000px) {
          body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab {
            max-width: 500px;
            overflow: scroll; } }
        @media screen and (max-width: 700px) {
          body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab {
            max-width: 400px; } }
        @media screen and (max-width: 500px) {
          body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab {
            max-width: 300px; } }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab table, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab table, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab table, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab table {
        border-spacing: 0;
        border-collapse: collapse; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab .thead th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab .thead th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab .thead th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab .thead th {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #1D1716; }
        body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab .thead th sub, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab .thead th sub, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab .thead th sub, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab .thead th sub {
          color: #504949;
          font-weight: 400; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab tbody:nth-child(1) th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab tbody:nth-child(1) th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab tbody:nth-child(1) th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab tbody:nth-child(1) th {
        border: none;
        padding: 12px 15px 12px 0px;
        vertical-align: top; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab tbody:nth-child(2) tr:nth-child(1) td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab tbody:nth-child(2) tr:nth-child(1) td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab tbody:nth-child(2) tr:nth-child(1) td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab tbody:nth-child(2) tr:nth-child(1) td {
        border-top: 1px solid #BFBFBF; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab tbody:nth-child(2) tr td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab tbody:nth-child(2) tr td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab tbody:nth-child(2) tr td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab tbody:nth-child(2) tr td {
        font-family: 'Poppins';
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px; }
        body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab tbody:nth-child(2) tr td:nth-child(1), body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab tbody:nth-child(2) tr td:nth-child(1), body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab tbody:nth-child(2) tr td:nth-child(1), body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab tbody:nth-child(2) tr td:nth-child(1) {
          font-weight: 600;
          color: #504949; }
        body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab tbody:nth-child(2) tr td:not(:first-child), body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab tbody:nth-child(2) tr td:not(:first-child), body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab tbody:nth-child(2) tr td:not(:first-child), body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab tbody:nth-child(2) tr td:not(:first-child) {
          font-weight: 400;
          color: #969E94; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-technical_tab tbody:nth-child(2) tr td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab tbody:nth-child(2) tr td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab tbody:nth-child(2) tr td, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab tbody:nth-child(2) tr td {
        padding: 12px 20px 12px 0px; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab .hidden-xs tr th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab .hidden-xs tr th, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab .hidden-xs tr th {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #1D1716;
        padding: 12px 15px 12px 0px; }
        body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab .hidden-xs tr th sub, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab .hidden-xs tr th sub, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab .hidden-xs tr th sub {
          color: #504949;
          font-weight: 400; }
      body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-manuals_tab .visible-xs-block, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-models_tab .visible-xs-block, body.single-product #content .woocommerce-tabs .woocommerce-Tabs-panel#tab-others_tab .visible-xs-block {
        display: none; }
    body.single-product #content .woocommerce-LoopProduct-link img {
      width: 443px;
      height: 256px;
      -o-object-fit: cover;
         object-fit: cover; }
    body.single-product #content .product.status-publish .summary {
      position: relative;
      float: unset;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 48px;
      margin-bottom: 64px;
      padding-bottom: 64px;
      background: #F7F9F5; }
      @media screen and (max-width: 700px) {
        body.single-product #content .product.status-publish .summary {
          margin-top: 0;
          padding-top: 13px; } }
      body.single-product #content .product.status-publish .summary .entry-title, body.single-product #content .product.status-publish .summary .product_meta {
        text-shadow: 6px 10px 30px #1D1716; }
      body.single-product #content .product.status-publish .summary .product_title {
        margin: -190px 0 0px 59px; }
        @media screen and (max-width: 700px) {
          body.single-product #content .product.status-publish .summary .product_title {
            margin-left: 29px; } }
      body.single-product #content .product.status-publish .summary .price {
        margin-top: 0; }
    body.single-product #content .product_title {
      margin-bottom: 0; }
    body.single-product #content .product_meta {
      margin: 0 59px; }
      @media screen and (max-width: 700px) {
        body.single-product #content .product_meta {
          margin: 0 28px; } }
    body.single-product #content .product__variable-wrapper {
      width: 570px;
      height: auto;
      margin: 0 32px; }
      @media screen and (max-width: 700px) {
        body.single-product #content .product__variable-wrapper {
          margin: 0;
          max-width: 100vw; } }
      @media screen and (max-width: 700px) {
        body.single-product #content .product__variable-wrapper img {
          max-width: 100vw; } }
    body.single-product #content .product .variations_form {
      margin: 0 32px;
      width: 600px; }
      @media screen and (max-width: 700px) {
        body.single-product #content .product .variations_form {
          max-width: 100vw;
          margin: 0;
          display: flex;
          justify-content: center; } }
    body.single-product #content .product .variations .label, body.single-product #content .product .variations .reset_variations {
      visibility: hidden !important;
      display: none !important; }
    body.single-product #content .product__color_picker-heading h2 {
      margin-top: 0;
      margin-bottom: 23px; }
    body.single-product #content .product__color_picker-row {
      margin: 64px 0;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      margin: 0 auto; }
      @media screen and (max-width: 1300px) {
        body.single-product #content .product__color_picker-row {
          flex-direction: column; } }
      @media screen and (max-width: 700px) {
        body.single-product #content .product__color_picker-row {
          max-width: 100vw;
          margin: 0; } }
    body.single-product #content .product__color_picker-no {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1223px;
      width: 100%; }
      @media screen and (max-width: 1300px) {
        body.single-product #content .product__color_picker-no {
          margin: 0 32px;
          width: auto; } }
      @media screen and (max-width: 700px) {
        body.single-product #content .product__color_picker-no {
          flex-direction: column; } }
      body.single-product #content .product__color_picker-no p {
        font-family: 'Poppins';
        font-style: normal;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.5px;
        margin: 20px 0; }
        body.single-product #content .product__color_picker-no p:nth-child(1) {
          color: #1D1716;
          font-weight: 700; }
          @media screen and (max-width: 700px) {
            body.single-product #content .product__color_picker-no p:nth-child(1) {
              margin-bottom: 0; } }
        body.single-product #content .product__color_picker-no p:nth-child(2) {
          color: #504949;
          font-weight: 400; }
    body.single-product #content .product .related.products {
      margin: 0 32px; }


/*# sourceMappingURL=style.css.map*/