:root {
  --container-padding: 12px;
  --content-width: calc(1268px + (2 * var(--container-padding)));
  --grid-row-gap: 12px;
  --grid-column-gap: 12px; }
  @media (min-width: 460px) {
    :root {
      --grid-row-gap: 12px;
      --grid-column-gap: 12px;
      --container-padding: 12px; } }
  @media (min-width: 990px) {
    :root {
      --grid-row-gap: 16px;
      --grid-column-gap: 16px;
      --container-padding: 16px; } }
  @media (min-width: 1200px) {
    :root {
      --grid-row-gap: 26px;
      --grid-column-gap: 26px;
      --container-padding: 26px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 990px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 989px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1200px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1199px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

/*WP*/
div.woocommerce {
  margin-bottom: 50px; }

@media (min-width: 769px) {
  .woocommerce div.product div.summary {
    flex: 1;
    padding-left: 20px; } }

@media (min-width: 1070px) {
  .woocommerce div.product div.summary {
    padding-left: 40px; } }

.woocommerce div.product div.summary h1 {
  font-size: 28px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px; }

.woocommerce div.product .flex-viewport {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 16px; }

.woocommerce div.product .flex-control-thumbs {
  margin-top: 20px !important; }

.main-category .entry-content {
  padding: 0; }

.main-category p.woocommerce-result-count {
  display: none; }

.woocommerce-product-details__short-description {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100; }
  .woocommerce-product-details__short-description p,
  .woocommerce-product-details__short-description ul {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 100;
    color: var(--grey); }
  .woocommerce-product-details__short-description ul {
    padding-left: 19px; }

.woocommerce .simple-page {
  position: relative; }
  .woocommerce .simple-page h1.entry-title {
    padding-right: 230px; }
    @media (max-width: 769px) {
      .woocommerce .simple-page h1.entry-title {
        padding-right: 0; } }
  .woocommerce .simple-page select.orderby {
    max-width: 200px;
    cursor: pointer;
    width: 100%;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-radius: 16px;
    padding: 10px 20px;
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 14px; }
    @media (max-width: 769px) {
      .woocommerce .simple-page select.orderby {
        top: 0;
        position: relative;
        max-width: 100%; } }
@media (max-width: 769px) {
  .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-page .woocommerce-ordering {
    margin-top: 20px !important;
    width: 100%; } }

.woocommerce main .price .woocommerce-Price-amount.amount {
  font-size: 32px;
  line-height: 44px;
  color: #000;
  font-weight: 700; }
  .woocommerce main .price .woocommerce-Price-amount.amount .woocommerce-price-suffix {
    font-size: 24px;
    font-weight: 500;
    color: #000; }

.woocommerce main .products.columns-4 .price .woocommerce-Price-amount.amount {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 700; }

.single_variation_wrap {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  padding-top: 30px; }

.woocommerce-variation-add-to-cart {
  display: flex; }

.woocommerce div.product form.cart .button {
  display: inline-block;
  padding: 18px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  background-color: var(--green);
  color: var(--black);
  font-weight: bold;
  flex: 1; }
  @media (max-width: 989px) {
    .woocommerce div.product form.cart .button {
      padding: 12px 24px;
      font-size: 18px; } }
  .woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus {
    background-color: var(--green);
    color: var(--black); }

.number-input-wrapper {
  margin-right: 20px;
  display: flex; }
  .number-input-wrapper button:nth-child(1) {
    background: #F0F0F0;
    width: 30px;
    border: 0;
    font-size: 20px;
    border-radius: 50px 0 0 50px;
    cursor: pointer; }
  .number-input-wrapper button:nth-child(3) {
    background: #F0F0F0;
    width: 30px;
    border: 0;
    font-size: 20px;
    border-radius: 0 50px 50px 0;
    cursor: pointer; }

.woocommerce .quantity .qty {
  width: 65px !important;
  background: #F0F0F0;
  border: 0;
  height: 52px; }

.woocommerce-tabs {
  padding-top: 10px; }
  @media (min-width: 1070px) {
    .woocommerce-tabs {
      padding-top: 30px; } }
.woocommerce-Tabs-panel h2 {
  margin-bottom: 30px;
  font-family: var(--font-secondary); }

.woocommerce-Tabs-panel h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: var(--font-secondary); }

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel ul {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
  font-weight: 100;
  color: var(--grey); }

.woocommerce-Tabs-panel ul {
  padding-left: 19px; }
  .woocommerce-Tabs-panel ul li {
    margin-bottom: 10px; }

.woocommerce-Tabs-panel img {
  width: 100%; }

.woocommerce-Tabs-panel a {
  color: var(--green); }
  .woocommerce-Tabs-panel a:hover {
    text-decoration: underline; }

.woocommerce ul.products li.product .button {
  margin-top: 1em;
  display: inline-block;
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--green);
  color: var(--black);
  text-transform: uppercase;
  width: 100%;
  text-align: center; }
  @media (max-width: 989px) {
    .woocommerce ul.products li.product .button {
      padding: 12px 20px; } }
  .woocommerce ul.products li.product .button:hover {
    background-color: var(--black) !important;
    color: var(--white) !important; }

.page {
  position: relative; }
  .page h1.entry-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px; }
  .page .orderby {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: 0;
    padding: 0;
    width: 165px;
    height: 38px;
    cursor: pointer; }

.woocommerce div.product div.summary {
  display: flex;
  flex-direction: column; }
  .woocommerce div.product div.summary .woocommerce div.product div.summary h1 {
    order: 1; }
  .woocommerce div.product div.summary .price {
    order: 3; }
  .woocommerce div.product div.summary .woocommerce-product-details__short-description {
    order: 4; }
  .woocommerce div.product div.summary form.cart {
    order: 5; }
  .woocommerce div.product div.summary .product_meta {
    order: 2;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--grey); }
    .woocommerce div.product div.summary .product_meta .sku,
    .woocommerce div.product div.summary .product_meta a {
      color: var(--green); }
    .woocommerce div.product div.summary .product_meta .sku_wrapper {
      margin-right: 20px; }

.woocommerce-tabs.wc-tabs-wrapper {
  width: 100% !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 30px !important;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid; }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  position: relative; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    opacity: 1;
    color: #000 !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #000;
    box-shadow: none !important;
    border: 0;
    content: ""; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: none !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    padding: 15px 0 !important;
    color: #000;
    opacity: 1; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
      display: none !important; }
    @media (min-width: 769px) {
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 20px;
        line-height: 24px; } }
.screen-reader-text {
  margin-bottom: 30px; }

.woocommerce div.product form.cart .variations {
  text-align: left; }

@media (min-width: 769px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 380px;
    flex: 0 0 380px; }
  .woocommerce div.product {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 1070px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 500px;
    flex: 0 0 500px; } }

.woocommerce div.product form.cart .variations select {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 16px;
  padding: 10px 20px; }

.page.simple-page {
  margin: 40px 0; }
  .page.simple-page strong {
    font-weight: 600; }
  .page.simple-page h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: var(--font-secondary);
    font-weight: 600; }
  .page.simple-page p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
    .page.simple-page p a {
      color: var(--green); }
      .page.simple-page p a:hover {
        text-decoration: underline; }
  .page.simple-page table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse; }
    .page.simple-page table th,
    .page.simple-page table td {
      border: 1px rgba(0, 0, 0, 0.1) solid;
      padding: 10px;
      text-align: left; }
  .page.simple-page ol,
  .page.simple-page ul {
    padding-left: 35px; }
    .page.simple-page ol li,
    .page.simple-page ul li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
      font-weight: 100; }

.woocommerce .product span.onsale,
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: var(--green);
  color: #111;
  padding: 5px 10px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  right: initial !important;
  margin: 0 !important;
  min-height: initial; }

.related.products {
  margin-top: 20px;
  padding-top: 50px;
  border-top: 1px rgba(0, 0, 0, 0.1) solid; }
  .related.products h2 {
    margin-bottom: 30px; }

.woocommerce-checkout .simple-page,
.woocommerce-cart .simple-page {
  margin: 50px 0; }
  .woocommerce-checkout .simple-page h2,
  .woocommerce-checkout .simple-page h3,
  .woocommerce-cart .simple-page h2,
  .woocommerce-cart .simple-page h3 {
    margin-bottom: 20px; }
  .woocommerce-checkout .simple-page #coupon_code,
  .woocommerce-cart .simple-page #coupon_code {
    width: 140px;
    height: 100%;
    border-radius: 0;
    border-radius: 4px; }

.product-tag {
  margin: 50px 0; }
  .product-tag h2,
  .product-tag h3 {
    margin-bottom: 20px; }
  .product-tag .entry-content {
    position: relative; }

#place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  background-color: var(--green) !important;
  color: var(--black) !important;
  text-transform: uppercase; }
  @media (max-width: 989px) {
    #place_order,
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
      padding: 12px 24px;
      font-size: 18px; } }
#customer_details {
  margin-bottom: 40px; }
  #customer_details input[type="text"],
  #customer_details input[type="email"],
  #customer_details input[type="tel"],
  #customer_details textarea,
  #customer_details select {
    border: 1px solid #cfc8d8;
    border-radius: 4px;
    padding: 10px 20px;
    width: 100%; }
  #customer_details textarea {
    height: 200px; }

.select2-container .select2-selection--single {
  height: auto !important;
  padding: 7px 0 !important; }

.select2-container--default .select2-selection--single {
  border: 1px solid #cfc8d8 !important;
  border-radius: 8px 16p8pxx 0 0 !important; }

.select2-container--open .select2-dropdown {
  margin-top: -32px; }

#payment ul.payment_methods li label[for='payment_method_braintree_paypal'] > img {
  height: 26px !important;
  float: right; }

#payment ul.payment_methods li label[for='payment_method_braintree_paypal'],
#payment ul.payment_methods li label[for='payment_method_braintree_credit_card'] {
  display: initial !important; }

ul.payment_methods li div.sv-wc-payment-gateway-card-icons {
  float: right; }

.form p {
  margin-bottom: 0; }

.wpcf7-submit {
  display: inline-block;
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  background-color: var(--green) !important;
  color: var(--black) !important;
  text-transform: uppercase; }
  @media (max-width: 989px) {
    .wpcf7-submit {
      padding: 12px 24px;
      font-size: 18px; } }
  .wpcf7-submit:hover {
    background-color: var(--black) !important;
    color: var(--white) !important; }

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px !important; }

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000 !important; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none !important; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  text-decoration: none !important; }
  .woocommerce div.product p.price del span, .woocommerce div.product span.price del span {
    text-decoration: line-through !important; }

.woosb-products .woosb-product .woosb-quantity {
  width: 140px !important;
  flex: 0 0 140px !important; }

.woosb-wrap .woosb-text, .woosb-wrap .woosb-products, .woosb-bundles .woosb-text, .woosb-bundles .woosb-products {
  margin-top: 10px !important; }

.woosb-wrap .woosb-text, .woosb-bundles .woosb-text {
  margin-bottom: 20px !important;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px; }
  .woosb-wrap .woosb-text del,
  .woosb-wrap .woosb-text ins,
  .woosb-wrap .woosb-text .woocommerce-price-suffix, .woosb-bundles .woosb-text del,
  .woosb-bundles .woosb-text ins,
  .woosb-bundles .woosb-text .woocommerce-price-suffix {
    font-weight: bold; }

.akcija-page {
  margin: 40px 0; }

.sidebar ul li ul {
  display: none; }

.sidebar ul li.opened > ul {
  display: block; }

.category-title h1 {
  margin-bottom: 20px; }

.iskalnik {
  margin: 0 0 40px 0; }
  .iskalnik .simple-page {
    padding: 30px 0 40px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 40px; }
  .iskalnik .entry-content label {
    display: none; }
  .iskalnik .entry-content input {
    border-radius: 50px;
    padding: 0 20px; }
  .iskalnik .entry-content .wp-element-button {
    display: inline-block;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    background-color: var(--green);
    color: var(--black);
    text-transform: uppercase; }
    @media (max-width: 989px) {
      .iskalnik .entry-content .wp-element-button {
        padding: 12px 24px;
        font-size: 18px; } }
  .iskalnik .isk-h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px; }

.site-main.search-results {
  margin: 40px 0; }
  .site-main.search-results .columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px; }
    @media (max-width: 989px) {
      .site-main.search-results .columns-4 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px; } }
  .site-main.search-results h1 {
    margin-bottom: 30px; }
  .site-main.search-results .product {
    position: relative; }
    .site-main.search-results .product h2 {
      padding: .5em 0;
      margin: 0;
      font-size: 1em; }
    .site-main.search-results .product .price {
      display: block;
      font-weight: 400;
      margin-bottom: .5em;
      font-size: .857em; }
      .site-main.search-results .product .price ins {
        font-weight: 700; }
    .site-main.search-results .product .button {
      display: inline-block;
      width: 100%;
      padding: 14px 30px;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      font-size: 12px;
      line-height: 16px;
      background-color: var(--green);
      color: var(--black);
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      margin-top: 15px; }
      @media (max-width: 989px) {
        .site-main.search-results .product .button {
          padding: 12px 24px; } }
  .site-main.search-results .onsale {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: var(--green);
    color: #111;
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    right: initial !important;
    margin: 0 !important;
    min-height: initial; }

.nav-links {
  display: flex;
  margin-top: 40px; }
  .nav-links span {
    display: block;
    padding: 11px 16px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    background-color: var(--green); }
  .nav-links a {
    display: block;
    padding: 11px 16px;
    border-radius: 5px;
    color: #000;
    text-decoration: none; }
    .nav-links a:hover {
      background-color: var(--green);
      color: #000; }

.just-page {
  padding: 60px 0; }
  .just-page h2,
  .just-page h3 {
    margin-bottom: 20px; }
  .just-page ol,
  .just-page ul {
    padding-left: 20px; }
    .just-page ol li,
    .just-page ul li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
      font-weight: 100; }
  .just-page table {
    margin-bottom: 40px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 40px;
  padding: 0 10px; }

.edit-account fieldset {
  margin: 40px 0; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  background-color: var(--green) !important;
  color: var(--black) !important; }

.blisk {
  background-color: var(--green);
  color: var(--black);
  padding: 25px 0; }
  .blisk .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .blisk .blisk-box {
    display: flex;
    align-items: center; }
    .blisk .blisk-box p {
      margin: 0; }
      @media (max-width: 989px) {
        .blisk .blisk-box p {
          font-size: 14px; } }
    .blisk .blisk-box strong {
      font-weight: 600; }
      @media (max-width: 989px) {
        .blisk .blisk-box strong {
          display: block; } }
    .blisk .blisk-box .timer {
      margin-left: 50px;
      font-size: 26px; }
      @media (max-width: 989px) {
        .blisk .blisk-box .timer {
          margin-left: 15px;
          font-size: 20px; } }
.leanpay-product-price-wrapp {
  order: 6; }

.two-center {
  background-color: #dbdbdb;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 50px 0; }
  .two-center .icon-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .two-center .icon-text h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; }
    .two-center .icon-text img {
      margin: 0; }
  .two-center .icon-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    width: 88px;
    border-radius: 50%;
    background-color: #e2e2e2;
    margin-bottom: 20px; }
    .two-center .icon-img img {
      margin: 0;
      width: 100%; }

.columns-4-izdelki {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center; }
  .columns-4-izdelki li {
    text-align: center;
    flex: 0 0 25%;
    margin-bottom: 60px;
    padding: 0 20px; }
    @media (max-width: 769px) {
      .columns-4-izdelki li {
        flex: 0 0 50%;
        padding: 0; } }
    .columns-4-izdelki li h2 {
      margin: 0 0 20px;
      font-size: 24px;
      line-height: 28px; }
    .columns-4-izdelki li img,
    .columns-4-izdelki li img.hover-img,
    .columns-4-izdelki li img.primary-img {
      margin: 0 auto 20px !important; }

.izdelki-items h2.small-title {
  font-size: 28px;
  line-height: 34px;
  text-transform: none; }

.izdelki-items p.subdesc {
  margin: 0 auto 40px;
  width: 60%; }
  @media (max-width: 989px) {
    .izdelki-items p.subdesc {
      max-width: 100%; } }
.izdelki-items .price {
  display: block; }

.izdelki-items .button {
  display: inline-block;
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  background-color: var(--green);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px; }

.upsells h2 {
  margin-bottom: 30px; }

h6 {
  font-size: 16px;
  font-weight: 600; }

li.product .leanpay_catalog_txt {
  display: none; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 72px; }

.leanpay_or {
  margin: 30px 0 30px !important; }

:root {
  --white: #FFFFFF;
  --black: #000000;
  --green: #00E676;
  --green-dark: #00B248;
  --font-primary: "Open Sans", serif;
  --font-secondary: "Montserrat", serif; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  background-color: var(--white);
  color: var(--black);
  font-family: var(--font-primary);
  font-size: 16px;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: var(--black); }

.hidden {
  display: none; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
  font-weight: 100;
  color: var(--grey); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  margin: 0 0 30px; }

img {
  max-width: 100%; }

strong {
  font-weight: 700 !important; }

*,
*:before,
*:after {
  box-sizing: border-box; }

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

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

button,
select {
  text-transform: none; }

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

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

.btn {
  display: inline-block;
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  background-color: var(--green);
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500 !important; }
  @media (max-width: 989px) {
    .btn {
      padding: 12px 24px;
      font-size: 18px; } }
  .btn:hover {
    background-color: var(--black);
    color: var(--white); }

header {
  background-color: #2A2A2A;
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000; }
  header a {
    color: var(--white); }

.header-top {
  font-size: 12px;
  font-weight: bold;
  padding: 9px 0 8px; }
  .header-top .tel {
    padding-left: 18px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_39_182)'%3E%3Cpath d='M4.95703 3.02344C4.91797 2.60938 4.80078 2.25 4.60547 1.94531C4.40234 1.64062 4.1875 1.38477 3.96094 1.17773C3.73437 0.970703 3.52344 0.8125 3.32812 0.703125C3.14062 0.601562 3.03906 0.546875 3.02344 0.539062C2.98438 0.523438 2.94727 0.511719 2.91211 0.503906C2.87695 0.496094 2.83984 0.496094 2.80078 0.503906C1.80859 0.667969 1.17969 0.958984 0.914062 1.37695C0.648438 1.79492 0.511719 2.01562 0.503906 2.03906C0.496094 2.07031 0.494141 2.10352 0.498047 2.13867C0.501953 2.17383 0.507812 2.20703 0.515625 2.23828C1.10938 4.07422 1.82812 5.5625 2.67188 6.70312C3.52344 7.84375 4.38086 8.74219 5.24414 9.39844C6.10742 10.0547 6.91797 10.5234 7.67578 10.8047C8.43359 11.0859 9.01562 11.2812 9.42188 11.3906C9.48438 11.4062 9.54102 11.4219 9.5918 11.4375C9.64258 11.4531 9.6875 11.4688 9.72656 11.4844C9.74219 11.4922 9.75977 11.4961 9.7793 11.4961C9.79883 11.4961 9.82031 11.4961 9.84375 11.4961C9.86719 11.4961 9.89258 11.4941 9.91992 11.4902C9.94727 11.4863 9.97266 11.4766 9.99609 11.4609C10.0195 11.4531 10.2402 11.2812 10.6582 10.9453C11.0762 10.6094 11.3555 9.99219 11.4961 9.09375C11.5039 9.05469 11.5039 9.01562 11.4961 8.97656C11.4883 8.9375 11.4766 8.90234 11.4609 8.87109C11.4453 8.84766 11.2656 8.62109 10.9219 8.19141C10.5781 7.76172 9.98047 7.44531 9.12891 7.24219C9.07422 7.22656 9.01758 7.22656 8.95898 7.24219C8.90039 7.25781 8.84766 7.28516 8.80078 7.32422C8.53516 7.55078 8.24219 7.76562 7.92188 7.96875C7.60156 8.17188 7.36328 8.28906 7.20703 8.32031C6.67578 8.05469 6.20312 7.74609 5.78906 7.39453C5.375 7.04297 5.02344 6.69727 4.73438 6.35742C4.44531 6.01758 4.22656 5.71094 4.07812 5.4375C3.92188 5.16406 3.83984 4.98047 3.83203 4.88672C3.81641 4.77734 3.91406 4.56445 4.125 4.24805C4.33594 3.93164 4.58203 3.62109 4.86328 3.31641C4.89453 3.27734 4.91992 3.23242 4.93945 3.18164C4.95898 3.13086 4.96484 3.07812 4.95703 3.02344Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_39_182'%3E%3Crect width='12' height='12' fill='white' transform='matrix(1 0 0 -1 0 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 20px; }
  .header-top .mail {
    padding-left: 18px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_39_187)'%3E%3Cpath d='M11.67 1.5H1.16998C0.966858 1.5 0.791077 1.57422 0.642639 1.72266C0.494202 1.87109 0.419983 2.04688 0.419983 2.25V3.50391L6.41998 5.90625L12.42 3.50391V2.25C12.42 2.04688 12.3458 1.87109 12.1973 1.72266C12.0489 1.57422 11.8731 1.5 11.67 1.5ZM0.419983 4.73438V9.75C0.419983 9.95312 0.494202 10.1289 0.642639 10.2773C0.791077 10.4258 0.966858 10.5 1.16998 10.5H11.67C11.8731 10.5 12.0489 10.4258 12.1973 10.2773C12.3458 10.1289 12.42 9.95312 12.42 9.75V4.73438L6.41998 7.13672L0.419983 4.73438Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_39_187'%3E%3Crect width='12' height='12' fill='white' transform='matrix(1 0 0 -1 0.419983 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left center; }
  .header-top .cart-top {
    float: right; }
    .header-top .cart-top span {
      padding-left: 18px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_39_193)'%3E%3Cpath d='M11.89 2.25H2.89001C2.85876 2.25 2.82947 2.25391 2.80212 2.26172C2.77478 2.26953 2.74939 2.27734 2.72595 2.28516L2.43298 1.04297C2.41736 0.957031 2.37439 0.886719 2.30408 0.832031C2.23376 0.777344 2.15564 0.75 2.0697 0.75H0.991577C0.890015 0.75 0.802124 0.787109 0.727905 0.861328C0.653687 0.935547 0.616577 1.02344 0.616577 1.125C0.616577 1.22656 0.653687 1.31445 0.727905 1.38867C0.802124 1.46289 0.890015 1.5 0.991577 1.5H1.77673L2.23376 3.49219L2.89001 6.75C2.89001 6.76562 2.89197 6.7793 2.89587 6.79102C2.89978 6.80273 2.90173 6.81641 2.90173 6.83203L2.52673 8.54297C2.51111 8.59766 2.50916 8.65234 2.52087 8.70703C2.53259 8.76172 2.55798 8.8125 2.59705 8.85938C2.63611 8.90625 2.68103 8.94141 2.73181 8.96484C2.78259 8.98828 2.83533 9 2.89001 9H11.3978C11.4994 9 11.5873 8.96289 11.6615 8.88867C11.7357 8.81445 11.7728 8.72656 11.7728 8.625C11.7728 8.52344 11.7357 8.43555 11.6615 8.36133C11.5873 8.28711 11.4994 8.25 11.3978 8.25H3.35876L3.53455 7.47656C3.55017 7.47656 3.56775 7.48047 3.58728 7.48828C3.60681 7.49609 3.62439 7.5 3.64001 7.5H10.472C10.683 7.5 10.8549 7.4668 10.9877 7.40039C11.1205 7.33398 11.2377 7.17969 11.3392 6.9375L12.558 3.19922C12.6595 2.86328 12.6263 2.62109 12.4584 2.47266C12.2904 2.32422 12.101 2.25 11.89 2.25ZM2.89001 10.5C2.89001 10.7109 2.96228 10.8887 3.10681 11.0332C3.25134 11.1777 3.42908 11.25 3.64001 11.25C3.85095 11.25 4.02869 11.1777 4.17322 11.0332C4.31775 10.8887 4.39001 10.7109 4.39001 10.5C4.39001 10.2891 4.31775 10.1113 4.17322 9.9668C4.02869 9.82227 3.85095 9.75 3.64001 9.75C3.42908 9.75 3.25134 9.82227 3.10681 9.9668C2.96228 10.1113 2.89001 10.2891 2.89001 10.5ZM9.64002 10.5C9.64002 10.7109 9.71228 10.8887 9.85681 11.0332C10.0013 11.1777 10.1791 11.25 10.39 11.25C10.601 11.25 10.7787 11.1777 10.9232 11.0332C11.0677 10.8887 11.14 10.7109 11.14 10.5C11.14 10.2891 11.0677 10.1113 10.9232 9.9668C10.7787 9.82227 10.601 9.75 10.39 9.75C10.1791 9.75 10.0013 9.82227 9.85681 9.9668C9.71228 10.1113 9.64002 10.2891 9.64002 10.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_39_193'%3E%3Crect width='12' height='12' fill='white' transform='matrix(1 0 0 -1 0.640015 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: left center; }

.bs {
  margin-right: 20px; }
  @media (max-width: 989px) {
    .bs {
      display: none; } }
.header-middle {
  background-color: var(--black); }
  .header-middle .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 989px) {
    .header-middle .logo {
      max-width: 150px; } }
  @media (min-width: 990px) {
    .header-middle .show-more-box .dropdown-menu {
      display: none !important; } }
  .header-middle .show-more-box .dropdown-menu::before {
    display: none; }
  .header-middle .show-more {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--white);
    border-radius: 50%;
    position: relative;
    margin-left: 15px; }
    @media (min-width: 990px) {
      .header-middle .show-more {
        display: none; } }
    .header-middle .show-more::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.19724 0.469402L7.19724 5.4694C7.26716 5.53908 7.32264 5.62187 7.36049 5.71304C7.39834 5.8042 7.41783 5.90194 7.41783 6.00065C7.41783 6.09936 7.39834 6.1971 7.36049 6.28827C7.32264 6.37943 7.26716 6.46222 7.19724 6.5319L2.19724 11.5319C2.05634 11.6728 1.86525 11.752 1.66599 11.752C1.46673 11.752 1.27563 11.6728 1.13474 11.5319C0.993842 11.391 0.914688 11.1999 0.914688 11.0007C0.914688 10.8014 0.993842 10.6103 1.13474 10.4694L5.60411 6.00003L1.13411 1.53065C0.993218 1.38976 0.914063 1.19866 0.914063 0.999403C0.914063 0.800145 0.993218 0.609049 1.13411 0.468153C1.27501 0.327257 1.46611 0.2481 1.66536 0.2481C1.86462 0.2481 2.05572 0.327257 2.19661 0.468153L2.19724 0.469402Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      width: 10px;
      height: 10px;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg); }
  .header-middle .nav {
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-middle .nav .search {
      margin-left: 30px;
      position: relative;
      top: 2px; }
      @media (max-width: 989px) {
        .header-middle .nav .search {
          margin-left: 15px; } }
    .header-middle .nav nav ul {
      display: flex;
      list-style: none;
      font-size: 14px;
      font-weight: bold;
      margin: 0;
      padding: 0; }
      .header-middle .nav nav ul > li {
        margin-left: 30px;
        position: relative;
        padding: 20px 0; }
        .header-middle .nav nav ul > li ul.sub-menu {
          position: absolute;
          top: 50px;
          right: 0;
          width: 195px;
          background-color: var(--black);
          padding: 0 20px;
          z-index: 1;
          border: 1px #2A2A2A solid;
          display: none; }
          .header-middle .nav nav ul > li ul.sub-menu li {
            display: block;
            padding: 0;
            margin: 15px 0;
            width: 100%; }
            .header-middle .nav nav ul > li ul.sub-menu li a {
              display: inline-block;
              width: 100%; }
        .header-middle .nav nav ul > li:hover .sub-menu {
          display: block; }
        @media (max-width: 989px) {
          .header-middle .nav nav ul > li {
            margin-left: 15px; } }
        .header-middle .nav nav ul > li a {
          color: var(--white);
          text-decoration: none; }
          .header-middle .nav nav ul > li a:hover {
            color: var(--green); }
        .header-middle .nav nav ul > li:first-child {
          margin-left: 0; }
        @media (max-width: 989px) {
          .header-middle .nav nav ul > li.mobile-hide {
            display: none; } }
.header-bottom {
  font-size: 14px;
  font-weight: bold; }
  @media (max-width: 989px) {
    .header-bottom {
      font-size: 13px; } }
  .header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .header-bottom .container nav {
      width: 50%; }
      @media (max-width: 989px) {
        .header-bottom .container nav {
          width: 70%; } }
      .header-bottom .container nav ul {
        display: flex;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: space-between; }
        .header-bottom .container nav ul li a {
          color: var(--white);
          text-decoration: none; }
          .header-bottom .container nav ul li a:hover {
            color: var(--green); }
        .header-bottom .container nav ul li:first-child {
          margin-left: 0; }

.green-bar-info {
  display: flex;
  background-color: var(--green);
  color: var(--black);
  padding: 10px 0;
  overflow-x: auto; }
  .green-bar-info ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0; }
    .green-bar-info ul li {
      font-size: 14px;
      white-space: nowrap;
      display: flex;
      align-items: center; }
      .green-bar-info ul li img {
        max-height: 18px;
        margin-right: 10px; }

.dropdown-menu {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 100%;
  background-color: #f8f8f8;
  display: none;
  z-index: 100; }
  .dropdown-menu.active {
    display: block; }
  .dropdown-menu .back,
  .dropdown-menu .close {
    display: none; }
    @media (max-width: 989px) {
      .dropdown-menu .back,
      .dropdown-menu .close {
        position: absolute;
        top: 23px;
        right: 10px;
        width: 30px;
        height: 30px;
        display: flex;
        background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000000' stroke-width='1.5'/%3E%3Cpath d='M14.5 9.50002L9.5 14.5M9.49998 9.5L14.5 14.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
        background-size: cover;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 20px;
        line-height: 20px;
        font-weight: 100;
        padding-bottom: 2px; } }
  @media (max-width: 989px) {
    .dropdown-menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      padding: 15px 0; }
      .dropdown-menu .mobile-hide-strong {
        display: none; } }
  .dropdown-menu::before {
    position: absolute;
    left: 2px;
    top: -8px;
    width: 15px;
    height: 8px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.85791' y='8' width='10' height='10' transform='rotate(-45 0.85791 8)' fill='%23F8F8F8'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top;
    content: ""; }
    @media (max-width: 989px) {
      .dropdown-menu::before {
        display: none; } }
  .dropdown-menu .grid {
    grid-gap: 0; }
  .dropdown-menu h4 {
    font-size: 14px;
    color: var(--black);
    margin-bottom: 20px; }
    @media (max-width: 989px) {
      .dropdown-menu h4 {
        font-size: 20px; } }
  .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    @media (max-width: 989px) {
      .dropdown-menu ul {
        margin-top: 12px; } }
    .dropdown-menu ul li {
      margin-bottom: 12px; }
      .dropdown-menu ul li:last-child {
        margin-bottom: 0; }
      .dropdown-menu ul li a {
        display: flex;
        align-items: center;
        color: var(--black);
        font-weight: normal;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.19724 0.469402L7.19724 5.4694C7.26716 5.53908 7.32264 5.62187 7.36049 5.71304C7.39834 5.8042 7.41783 5.90194 7.41783 6.00065C7.41783 6.09936 7.39834 6.1971 7.36049 6.28827C7.32264 6.37943 7.26716 6.46222 7.19724 6.5319L2.19724 11.5319C2.05634 11.6728 1.86525 11.752 1.66599 11.752C1.46673 11.752 1.27563 11.6728 1.13474 11.5319C0.993842 11.391 0.914688 11.1999 0.914688 11.0007C0.914688 10.8014 0.993842 10.6103 1.13474 10.4694L5.60411 6.00003L1.13411 1.53065C0.993218 1.38976 0.914063 1.19866 0.914063 0.999403C0.914063 0.800145 0.993218 0.609049 1.13411 0.468153C1.27501 0.327257 1.46611 0.2481 1.66536 0.2481C1.86462 0.2481 2.05572 0.327257 2.19661 0.468153L2.19724 0.469402Z' fill='black' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: right center; }
        @media (max-width: 989px) {
          .dropdown-menu ul li a {
            background: none;
            font-size: 18px; } }
        .dropdown-menu ul li a .img {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 30px;
          height: 30px;
          margin-right: 10px;
          border-radius: 50%;
          background-color: var(--white); }
          .dropdown-menu ul li a .img img {
            height: auto;
            width: 23px; }
        .dropdown-menu ul li a:hover {
          color: var(--green); }
      .dropdown-menu ul li.has-no-subitem a {
        background: none; }
  .dropdown-menu .product-item {
    display: inline-block;
    background-color: var(--white);
    width: 100%;
    display: flex;
    padding: 5px;
    margin-bottom: 10px; }
    .dropdown-menu .product-item:last-child {
      margin-bottom: 0; }
    .dropdown-menu .product-item .img {
      max-width: 80px;
      flex: 0 0 80px; }
    .dropdown-menu .product-item .pi-body {
      flex: 1;
      padding-left: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .dropdown-menu .product-item .pi-body h3 {
        margin-bottom: 10px;
        font-family: var(--primary-font);
        font-size: 14px;
        line-height: 20px;
        color: var(--black); }
      .dropdown-menu .product-item .pi-body .price {
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: #666666;
        font-weight: normal; }

.box-nav {
  padding: 15px;
  border-left: 1px #eaecf0 solid;
  height: 100%;
  width: 100%; }
  .box-nav.no-border {
    border-left: none; }
  .box-nav .second-box {
    display: none; }
    .box-nav .second-box.active {
      display: block; }
      @media (max-width: 989px) {
        .box-nav .second-box.active {
          display: none; }
          .box-nav .second-box.active.active-mobile {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: var(--white);
            padding: 30px 17px 30px; } }
  .box-nav .third-box {
    display: none; }
    .box-nav .third-box.active {
      display: block; }
      @media (max-width: 989px) {
        .box-nav .third-box.active {
          display: none; }
          .box-nav .third-box.active.active-mobile {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: var(--white);
            padding: 30px 17px 30px; } }
    .box-nav .third-box ul li a {
      background: none; }

.products-menu.active .dropdown-menu {
  display: block; }

.products-menu-link {
  position: relative;
  display: inline-block;
  padding: 20px 0 20px 30px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H19M1 1H19M1 13H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center; }

.menu-item.current-menu-item > a {
  color: var(--green) !important; }

footer {
  background-color: #1A1A1A;
  color: var(--white); }
  footer .virtua {
    margin-bottom: 10px; }
  footer .footer-top {
    padding-top: 50px;
    padding-bottom: 50px; }
  footer h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase; }
  footer a {
    color: var(--white); }
    footer a:hover {
      color: var(--green); }

.footer-menu {
  background: #2d2d2d;
  padding: 12px 0; }
  @media (max-width: 989px) {
    .footer-menu {
      padding: 30px 0; } }
  .footer-menu .fr {
    justify-content: flex-end; }
  .footer-menu .col-md-6 {
    display: flex;
    align-items: center; }
    @media (max-width: 989px) {
      .footer-menu .col-md-6 {
        display: block;
        text-align: center; }
        .footer-menu .col-md-6 img {
          margin-top: 20px; } }
  .footer-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none; }
    @media (max-width: 989px) {
      .footer-menu ul {
        flex-direction: column; } }
    .footer-menu ul li a {
      font-size: 14px;
      color: var(--white);
      text-decoration: none;
      font-weight: bold; }

.copy {
  display: block;
  padding: 20px 0; }
  .copy p {
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    color: var(--white);
    margin: 0; }
    @media (max-width: 989px) {
      .copy p {
        font-size: 12px; } }
    .copy p strong {
      font-weight: bold; }
    .copy p a {
      font-weight: bold;
      color: var(--white); }
      .copy p a:hover {
        color: var(--green); }

.kv {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 50px; }

.keyvisual {
  text-align: center;
  padding: 45px; }
  @media (max-width: 989px) {
    .keyvisual {
      padding: 30px 0; } }
  .keyvisual h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 10px; }
    @media (max-width: 544px) {
      .keyvisual h1 {
        font-size: 32px;
        line-height: 40px; } }
  .keyvisual p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: 100; }
    @media (max-width: 544px) {
      .keyvisual p {
        font-size: 16px;
        line-height: 24px; } }
  .keyvisual .btn:hover {
    background-color: var(--white) !important;
    color: var(--black) !important; }

.box {
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 350px;
  background: radial-gradient(66.83% 92.78% at 50% 50%, #1C2023 0%, #000000 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative; }
  .box::after {
    content: '';
    position: absolute;
    bottom: 24px;
    right: 20px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.13 7.38997H12.7967M12.7967 7.38997L6.96334 1.55664M12.7967 7.38997L6.96334 13.2233' stroke='%2300E676' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center; }
  .box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto; }
  .box h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 100;
    color: var(--white);
    font-family: var(--primary-font);
    position: relative;
    z-index: 1; }
  .box:hover h3 {
    color: var(--green); }

.half-box {
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 160px;
  margin-bottom: 30px;
  background: radial-gradient(66.83% 92.78% at 50% 50%, #1C2023 0%, #000000 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden; }
  @media (max-width: 544px) {
    .half-box {
      margin-bottom: 12px; } }
  .half-box:last-child {
    margin-bottom: 0; }
  .half-box::after {
    content: '';
    position: absolute;
    bottom: 24px;
    right: 20px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.13 7.38997H12.7967M12.7967 7.38997L6.96334 1.55664M12.7967 7.38997L6.96334 13.2233' stroke='%2300E676' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center; }
  .half-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%; }
  .half-box h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 100;
    color: var(--white);
    font-family: var(--primary-font);
    position: relative;
    z-index: 1; }
  .half-box:hover h3 {
    color: var(--green); }

.categories-home {
  background-color: #1A1A1A;
  padding: 50px 0; }
  .categories-home h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    color: var(--white);
    text-align: center; }
  .categories-home ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    list-style: none; }
    @media (max-width: 1199px) {
      .categories-home ul {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 989px) {
      .categories-home ul {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 544px) {
      .categories-home ul {
        grid-template-columns: repeat(2, 1fr); } }
    .categories-home ul li {
      margin: 10px 0; }
      .categories-home ul li a {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        color: var(--white); }
        .categories-home ul li a .icon {
          display: inline-block;
          margin-bottom: 10px;
          background-color: var(--white);
          border-radius: 50%;
          width: 100px;
          height: 100px;
          position: relative; }
          .categories-home ul li a .icon img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-height: 50px; }
        .categories-home ul li a .cat-title {
          display: block;
          text-align: center; }
        .categories-home ul li a:hover .cat-title {
          color: var(--green); }

.action {
  background-color: var(--black);
  padding: 50px 0;
  color: var(--white); }
  .action h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: var(--primary-font); }
  .action h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px; }
  .action p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 100; }
    @media (max-width: 989px) {
      .action p {
        font-size: 16px;
        line-height: 24px; } }
  .action .a-img {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 989px) {
      .action .a-img {
        margin-top: 30px; } }
  .action .btn:hover {
    background-color: var(--white) !important;
    color: var(--black) !important; }

.two-text-cols {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 989px) {
    .two-text-cols .col-12 {
      margin-bottom: 40px;
      text-align: left; }
      .two-text-cols .col-12:last-child {
        margin-bottom: 0; } }
  .two-text-cols h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 989px) {
      .two-text-cols h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; } }
  .two-text-cols p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 100;
    padding: 0; }
    @media (max-width: 989px) {
      .two-text-cols p {
        font-size: 16px;
        line-height: 24px;
        padding: 0; } }
.features {
  text-align: center;
  padding: 50px 0;
  background-color: #232323;
  color: var(--white); }
  .features h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media (max-width: 989px) {
      .features h2 {
        font-size: 28px;
        line-height: 36px; } }
  .features ul {
    padding: 0;
    margin: 0 0 60px;
    list-style: none; }
    @media (max-width: 989px) {
      .features ul {
        margin-bottom: 40px; } }
    .features ul li {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 20px;
      font-weight: 100; }
      @media (max-width: 989px) {
        .features ul li {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 10px; } }
.all-products {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--white) url("../media/angle-top.svg") no-repeat center top;
  background-size: cover; }
  .all-products .bg-bot {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='1920' height='150' viewBox='0 0 1920 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_44_2)'%3E%3Cpath d='M960 148.929L0 0L0 150L1920 150V0L960 148.929Z' fill='%23232323' fill-opacity='0.5'/%3E%3Cpath d='M960 148.929L0 45L0 150L1920 150V45L960 148.929Z' fill='%23232323'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_44_2'%3E%3Crect width='1920' height='150' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 100px 0; }
  .all-products h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
    display: inline-block;
    max-width: 50%; }
    @media (max-width: 989px) {
      .all-products h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
        max-width: 100%; } }
.info-text {
  padding: 50px 0;
  text-align: center;
  background-color: #232323; }
  .info-text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 100;
    padding: 0 40px;
    color: var(--white); }
    @media (max-width: 989px) {
      .info-text p {
        font-size: 16px;
        line-height: 24px;
        padding: 0; } }
.parts {
  padding: 50px 0;
  background-color: var(--white); }
  @media (max-width: 989px) {
    .parts img {
      width: 90%;
      margin-left: 5%;
      margin-bottom: 30px; } }
.part-title {
  text-align: center;
  margin-bottom: 50px; }
  .part-title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (max-width: 989px) {
      .part-title h2 {
        font-size: 28px;
        line-height: 36px; } }
.part {
  padding-left: 50px;
  margin-bottom: 30px;
  background-size: 33px !important; }
  .part h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: bold; }
  .part p {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 100; }
  .part.icon-1 {
    background-image: url("../media/battery.png");
    background-repeat: no-repeat;
    background-position: left top; }
  .part.icon-2 {
    background-image: url("../media/ctick.png");
    background-repeat: no-repeat;
    background-position: left top; }
  .part.icon-3 {
    background-image: url("../media/Cfreq.png");
    background-repeat: no-repeat;
    background-position: left top; }
  .part.icon-4 {
    background-image: url("../media/Clockk.png");
    background-repeat: no-repeat;
    background-position: left top; }
  .part.icon-5 {
    background-image: url("../media/Cmail.png");
    background-repeat: no-repeat;
    background-position: left top; }
  .part.icon-6 {
    background-image: url("../media/Clist.png");
    background-repeat: no-repeat;
    background-position: left top; }
  .part.icon-7 {
    background-image: url("../media/Cgear.png");
    background-repeat: no-repeat;
    background-position: left top; }
  .part.icon-8 {
    background-image: url("../media/chouse.png");
    background-repeat: no-repeat;
    background-position: left top; }

.buy-items-home {
  background-color: #F8F8F8;
  padding: 50px 0; }
  .buy-items-home .buy-items-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 989px) {
      .buy-items-home .buy-items-title {
        flex-direction: column;
        align-items: flex-start; } }
    .buy-items-home .buy-items-title h2 {
      font-size: 32px;
      line-height: 40px; }
      @media (max-width: 989px) {
        .buy-items-home .buy-items-title h2 {
          font-size: 28px;
          line-height: 36px; } }
    .buy-items-home .buy-items-title .more {
      color: var(--green);
      background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16663 7.3099H12.8333M12.8333 7.3099L6.99996 1.47656M12.8333 7.3099L6.99996 13.1432' stroke='%2300E676' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center right;
      padding-right: 20px;
      font-size: 14px;
      font-weight: bold; }
      @media (max-width: 989px) {
        .buy-items-home .buy-items-title .more {
          margin-top: 20px; } }
  .buy-items-home .product-item {
    display: inline-block;
    background-color: var(--white);
    width: 100%;
    display: flex;
    padding: 15px; }
    @media (max-width: 989px) {
      .buy-items-home .product-item {
        padding: 5px; } }
    .buy-items-home .product-item .img {
      max-width: 150px;
      flex: 0 0 150px;
      min-height: 175px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (max-width: 989px) {
        .buy-items-home .product-item .img {
          max-width: 100px;
          min-height: initial; } }
      .buy-items-home .product-item .img img {
        width: 100% !important;
        height: auto !important; }
    .buy-items-home .product-item .pi-body {
      flex: 1;
      padding-left: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .buy-items-home .product-item .pi-body h3 {
        margin-bottom: 10px;
        font-family: var(--primary-font);
        font-size: 18px;
        line-height: 26px; }
      .buy-items-home .product-item .pi-body .price {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #666666; }
        .buy-items-home .product-item .pi-body .price bdi {
          font-weight: bold; }

.blog-home {
  padding: 50px 0; }
  .blog-home .blog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 989px) {
      .blog-home .blog-title {
        flex-direction: column;
        align-items: flex-start; } }
    .blog-home .blog-title h2 {
      font-size: 32px;
      line-height: 40px; }
      @media (max-width: 989px) {
        .blog-home .blog-title h2 {
          font-size: 28px;
          line-height: 36px; } }
    .blog-home .blog-title .more {
      color: var(--green);
      background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16663 7.3099H12.8333M12.8333 7.3099L6.99996 1.47656M12.8333 7.3099L6.99996 13.1432' stroke='%2300E676' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center right;
      padding-right: 20px;
      font-size: 14px;
      font-weight: bold; }
      @media (max-width: 989px) {
        .blog-home .blog-title .more {
          margin-top: 20px; } }
  .blog-home .blog-post {
    padding: 30px;
    background-color: #F8F8F8; }
    @media (max-width: 989px) {
      .blog-home .blog-post {
        padding: 20px; } }
    .blog-home .blog-post h4 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px;
      font-family: var(--primary-font); }
      .blog-home .blog-post h4 a:hover {
        color: var(--green); }
    .blog-home .blog-post .date {
      display: block;
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 24px;
      color: #666666; }
      .blog-home .blog-post .date a {
        color: var(--green); }
    .blog-home .blog-post p {
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      margin-bottom: 20px;
      font-weight: 100; }
    .blog-home .blog-post .more {
      color: var(--green);
      background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16663 7.3099H12.8333M12.8333 7.3099L6.99996 1.47656M12.8333 7.3099L6.99996 13.1432' stroke='%2300E676' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center right;
      padding-right: 20px;
      font-size: 14px;
      font-weight: bold; }

.suggest {
  padding: 50px 0;
  background-color: #232323;
  color: var(--white);
  text-align: center; }
  .suggest h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase; }

.contact-section {
  position: relative;
  padding: 50px 0; }
  .contact-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: -50px;
    width: 50%;
    height: 100%;
    background: url("../media/contact.jpg") no-repeat center right;
    background-size: cover; }
    @media (max-width: 989px) {
      .contact-section::before {
        display: none; } }
  .contact-section h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--black); }
  .contact-section .btn {
    margin-bottom: 30px; }
  .contact-section input[type="text"],
  .contact-section input[type="email"],
  .contact-section textarea {
    width: 100%;
    padding: 16px;
    border: 0;
    background-color: #F8F8F8; }
  .contact-section textarea {
    height: 150px; }

.center-img {
  text-align: center;
  margin-top: 40px; }
  .center-img img {
    max-width: 100%; }

.entry-content {
  max-width: calc(1374px - (var(--container-padding) * 2));
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }

.sidebar {
  padding: 24px 20px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-right: 15px; }
  @media (max-width: 989px) {
    .sidebar {
      margin-right: 0; } }
  .sidebar__item h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 11.625V20.25C13.125 20.5484 13.0065 20.8345 12.7955 21.0455C12.5845 21.2565 12.2984 21.375 12 21.375C11.7016 21.375 11.4155 21.2565 11.2045 21.0455C10.9935 20.8345 10.875 20.5484 10.875 20.25V11.625C10.875 11.3266 10.9935 11.0405 11.2045 10.8295C11.4155 10.6185 11.7016 10.5 12 10.5C12.2984 10.5 12.5845 10.6185 12.7955 10.8295C13.0065 11.0405 13.125 11.3266 13.125 11.625ZM18.75 18C18.4516 18 18.1655 18.1185 17.9545 18.3295C17.7435 18.5405 17.625 18.8266 17.625 19.125V20.25C17.625 20.5484 17.7435 20.8345 17.9545 21.0455C18.1655 21.2565 18.4516 21.375 18.75 21.375C19.0484 21.375 19.3345 21.2565 19.5455 21.0455C19.7565 20.8345 19.875 20.5484 19.875 20.25V19.125C19.875 18.8266 19.7565 18.5405 19.5455 18.3295C19.3345 18.1185 19.0484 18 18.75 18ZM21 14.25H19.875V3.75C19.875 3.45163 19.7565 3.16548 19.5455 2.9545C19.3345 2.74353 19.0484 2.625 18.75 2.625C18.4516 2.625 18.1655 2.74353 17.9545 2.9545C17.7435 3.16548 17.625 3.45163 17.625 3.75V14.25H16.5C16.2016 14.25 15.9155 14.3685 15.7045 14.5795C15.4935 14.7905 15.375 15.0766 15.375 15.375C15.375 15.6734 15.4935 15.9595 15.7045 16.1705C15.9155 16.3815 16.2016 16.5 16.5 16.5H21C21.2984 16.5 21.5845 16.3815 21.7955 16.1705C22.0065 15.9595 22.125 15.6734 22.125 15.375C22.125 15.0766 22.0065 14.7905 21.7955 14.5795C21.5845 14.3685 21.2984 14.25 21 14.25ZM5.25 15C4.95163 15 4.66548 15.1185 4.4545 15.3295C4.24353 15.5405 4.125 15.8266 4.125 16.125V20.25C4.125 20.5484 4.24353 20.8345 4.4545 21.0455C4.66548 21.2565 4.95163 21.375 5.25 21.375C5.54837 21.375 5.83452 21.2565 6.0455 21.0455C6.25647 20.8345 6.375 20.5484 6.375 20.25V16.125C6.375 15.8266 6.25647 15.5405 6.0455 15.3295C5.83452 15.1185 5.54837 15 5.25 15ZM7.5 11.25H6.375V3.75C6.375 3.45163 6.25647 3.16548 6.0455 2.9545C5.83452 2.74353 5.54837 2.625 5.25 2.625C4.95163 2.625 4.66548 2.74353 4.4545 2.9545C4.24353 3.16548 4.125 3.45163 4.125 3.75V11.25H3C2.70163 11.25 2.41548 11.3685 2.2045 11.5795C1.99353 11.7905 1.875 12.0766 1.875 12.375C1.875 12.6734 1.99353 12.9595 2.2045 13.1705C2.41548 13.3815 2.70163 13.5 3 13.5H7.5C7.79837 13.5 8.08452 13.3815 8.2955 13.1705C8.50647 12.9595 8.625 12.6734 8.625 12.375C8.625 12.0766 8.50647 11.7905 8.2955 11.5795C8.08452 11.3685 7.79837 11.25 7.5 11.25ZM14.25 6.75H13.125V3.75C13.125 3.45163 13.0065 3.16548 12.7955 2.9545C12.5845 2.74353 12.2984 2.625 12 2.625C11.7016 2.625 11.4155 2.74353 11.2045 2.9545C10.9935 3.16548 10.875 3.45163 10.875 3.75V6.75H9.75C9.45163 6.75 9.16548 6.86853 8.9545 7.0795C8.74353 7.29048 8.625 7.57663 8.625 7.875C8.625 8.17337 8.74353 8.45952 8.9545 8.6705C9.16548 8.88147 9.45163 9 9.75 9H14.25C14.5484 9 14.8345 8.88147 15.0455 8.6705C15.2565 8.45952 15.375 8.17337 15.375 7.875C15.375 7.57663 15.2565 7.29048 15.0455 7.0795C14.8345 6.86853 14.5484 6.75 14.25 6.75Z' fill='black' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center; }
  .sidebar__item ul {
    padding: 0;
    margin-bottom: 0;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
    padding-top: 15px;
    margin-bottom: 15px; }
    @media (max-width: 989px) {
      .sidebar__item ul {
        display: none; }
        .sidebar__item ul.active {
          display: block; } }
    .sidebar__item ul li {
      font-size: 16px;
      line-height: 22px;
      color: #666;
      margin-bottom: 15px;
      list-style: none;
      position: relative; }
      .sidebar__item ul li.active > a {
        color: var(--green); }
      .sidebar__item ul li > ul {
        border-top: 0;
        margin-left: 20px; }
        .sidebar__item ul li > ul li {
          font-size: 14px;
          margin-bottom: 10px; }
          .sidebar__item ul li > ul li > ul {
            border-top: 0;
            margin-left: 20px; }
            .sidebar__item ul li > ul li > ul li a {
              color: #666; }
      .sidebar__item ul li a {
        display: block;
        padding-right: 30px; }
        .sidebar__item ul li a:hover {
          color: var(--green); }
      .sidebar__item ul li .toggle-sub {
        position: absolute;
        right: 0;
        top: 2px;
        cursor: pointer;
        font-size: 20px;
        line-height: 22px;
        color: #000;
        border: 1px #000 solid;
        border-radius: 4px;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center; }

#breadcrumbs {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  color: #000; }
  #breadcrumbs a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none; }
    #breadcrumbs a:hover {
      color: var(--green); }

.cat-header h1 {
  margin-bottom: 30px; }

h1.entry-title {
  margin-bottom: 30px; }

.product-item {
  padding: 15px;
  position: relative; }
  .product-item .tag {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: var(--green);
    color: #111;
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600; }
  .product-item-img {
    text-align: center;
    width: 100%; }
    .product-item-img img {
      max-width: 100%;
      height: auto; }
  .product-item h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: var(--primary-font); }
  .product-item p {
    font-size: 12px;
    color: #666;
    margin-bottom: 0; }
  .product-item:hover h3 {
    color: var(--green); }

.main-category {
  margin-bottom: 60px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 0 0;
  margin-top: 30px; }
  .pagination li {
    display: inline-block; }
    .pagination li span,
    .pagination li a {
      display: block;
      padding: 11px 16px;
      border-radius: 5px;
      color: #000;
      text-decoration: none; }
      .pagination li span:hover,
      .pagination li a:hover {
        background-color: var(--green);
        color: #000; }
    .pagination li.active span,
    .pagination li.active a {
      background-color: var(--green);
      color: #000; }

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: 0; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: 0; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers li span,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li a {
      display: block;
      padding: 11px 16px;
      border-radius: 5px;
      color: #000;
      text-decoration: none; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li span:focus, .woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover,
      .woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus,
      .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
        background-color: var(--green);
        color: #000; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
      .woocommerce nav.woocommerce-pagination ul.page-numbers li a.current {
        background-color: var(--green);
        color: #000; }

.main-blog {
  margin-bottom: 30px; }

.blog-header {
  display: flex;
  margin-bottom: 32px; }
  @media (max-width: 989px) {
    .blog-header {
      flex-direction: column; } }
  .blog-header ul {
    flex: 1;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid; }
    .blog-header ul li {
      padding: 0;
      margin: 0 15px 0 0; }
      .blog-header ul li:last-child {
        margin-right: 0; }
      .blog-header ul li a {
        display: inline-block;
        padding: 4px 0 10px;
        color: #667085;
        font-size: 16px;
        font-weight: 600; }
        .blog-header ul li a:hover {
          color: var(--green); }
      .blog-header ul li.active a {
        color: var(--green);
        position: relative; }
        .blog-header ul li.active a:after {
          content: '';
          width: 100%;
          height: 2px;
          background-color: var(--green);
          position: absolute;
          bottom: -1px;
          left: 0; }
  .blog-header select {
    width: 320px;
    margin-left: 30px;
    padding: 9px 14px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-radius: 8px; }
    @media (max-width: 989px) {
      .blog-header select {
        margin-left: 0;
        margin-top: 20px;
        width: 100%; } }
.blog-article-big {
  display: flex;
  background-color: #F8F8F8;
  margin-bottom: 32px; }
  @media (max-width: 989px) {
    .blog-article-big {
      flex-direction: column;
      background: none; } }
  .blog-article-big .meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px; }
    .blog-article-big .meta a {
      color: var(--green);
      text-decoration: none;
      font-weight: bold; }
      .blog-article-big .meta a:hover {
        text-decoration: underline; }
  .blog-article-big h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--primary-font); }
  .blog-article-big p {
    font-size: 16px;
    line-height: 24px;
    color: #475467; }
  .blog-article-big .blog-article-big-image {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 990px) {
      .blog-article-big .blog-article-big-image {
        overflow: hidden; }
        .blog-article-big .blog-article-big-image img {
          width: initial !important;
          max-width: initial;
          height: 100%; } }
    @media (max-width: 989px) {
      .blog-article-big .blog-article-big-image {
        flex: 1;
        max-width: 100%;
        margin-bottom: 20px; } }
    .blog-article-big .blog-article-big-image img {
      width: 100% !important; }
  .blog-article-big .blog-article-big-content {
    flex: 1;
    padding: 40px 32px; }
    @media (max-width: 989px) {
      .blog-article-big .blog-article-big-content {
        padding: 0; } }
.post-article {
  margin-bottom: 32px; }
  .post-article .meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px; }
    .post-article .meta a {
      color: var(--green);
      text-decoration: none;
      font-weight: bold; }
      .post-article .meta a:hover {
        text-decoration: underline; }
  .post-article h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--primary-font); }
  .post-article p {
    font-size: 16px;
    line-height: 24px;
    color: #475467; }
  .post-article .blog-article-big-image {
    margin-bottom: 20px; }
    .post-article .blog-article-big-image img {
      width: 100%; }
  .post-article .blog-article-big-content {
    flex: 1; }

.why-ajax-kv {
  height: 500px; }
  @media (max-width: 989px) {
    .why-ajax-kv {
      height: 300px;
      background-size: 100% auto !important; } }
  .why-ajax-kv .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .why-ajax-kv .col-12 h1 {
      margin: 80px 0; }

.dark-kv {
  height: 500px;
  color: #fff; }
  @media (max-width: 989px) {
    .dark-kv {
      height: 300px;
      background-size: cover !important; } }
  .dark-kv .container {
    height: 100%; }
  .dark-kv .grid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%; }
  .dark-kv .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .dark-kv .col-12 > div {
      margin-bottom: 40px; }
    .dark-kv .col-12 h1 {
      margin: 0 0 20px; }

.info-text-icons {
  background-color: #000;
  color: #fff;
  padding: 20px 40px; }
  .info-text-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 580px) {
      .info-text-icons ul {
        flex-direction: column; } }
    @media (max-width: 768px) {
      .info-text-icons ul li {
        margin: 0 0 24px;
        width: 50%; } }
    @media (max-width: 580px) {
      .info-text-icons ul li {
        width: 100%; } }
    .info-text-icons ul li img {
      margin-bottom: 10px; }
    .info-text-icons ul li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #fff;
      font-size: 14px; }
      .info-text-icons ul li a span {
        display: block; }

.center-landing {
  text-align: center;
  margin-bottom: 80px; }
  .center-landing .zero {
    font-size: 150px;
    line-height: 150px;
    color: rgba(0, 0, 0, 0.4); }
  .center-landing h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px; }
  .center-landing h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px; }
  .center-landing img {
    margin: 40px auto 80px; }
  .center-landing hr {
    display: block;
    border: 0;
    width: 100%;
    box-shadow: none;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
    margin: 80px 0;
    height: 1px; }

.blog-post img {
  width: 100%;
  max-width: 100%;
  height: auto !important; }

.blog-post h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  font-family: var(--primary-font); }

.blog-post h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  font-family: var(--primary-font);
  color: #475467; }

.blog-post h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  font-family: var(--primary-font);
  color: #475467; }

.blog-post h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: var(--primary-font);
  color: #475467; }

.blog-post .meta {
  margin-bottom: 20px; }

.blog-sidebar h2 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.blog-sidebar article {
  margin-bottom: 30px; }
  .blog-sidebar article h4 a {
    color: #101828; }
    .blog-sidebar article h4 a:hover {
      color: var(--green); }
  .blog-sidebar article p {
    font-size: 14px;
    line-height: 20px; }
  .blog-sidebar article .meta {
    margin-bottom: 10px;
    display: flex;
    font-size: 14px; }
    .blog-sidebar article .meta div {
      margin-right: 10px; }
      .blog-sidebar article .meta div a {
        font-weight: bold;
        color: var(--green); }

.blog-sidebar .cat {
  padding: 0;
  margin: 0; }
  .blog-sidebar .cat li {
    list-style: none;
    margin-bottom: 10px; }
    .blog-sidebar .cat li a {
      color: #101828; }
      .blog-sidebar .cat li a:hover {
        color: var(--green); }

.collect-email {
  background-color: var(--black);
  color: var(--white);
  padding: 24px;
  border-radius: 20px;
  margin: 30px -20px -24px -20px; }
  .collect-email h3 {
    color: var(--white); }
  .collect-email p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
  .collect-email input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    height: 45px;
    border: 0;
    margin-bottom: 15px; }
  .collect-email .btn {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 16px; }

.landing-ajax-kv {
  height: 690px;
  background-size: cover !important;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 989px) {
    .landing-ajax-kv {
      height: auto;
      min-height: 400px;
      padding: 30px 0; } }
  .landing-ajax-kv img {
    margin-bottom: 20px;
    max-height: 56px; }
  .landing-ajax-kv h1 {
    margin-bottom: 10px;
    font-size: 46px;
    line-height: 56px; }
    @media (max-width: 989px) {
      .landing-ajax-kv h1 {
        font-size: 32px;
        line-height: 40px; } }
.btns {
  text-align: center;
  margin: 30px 0;
  width: 100%; }
  .btns .btn {
    margin: 0 10px; }
    @media (max-width: 989px) {
      .btns .btn {
        margin: 10px; } }
.img-section-left {
  position: relative; }
  @media (min-width: 990px) {
    .img-section-left .col-md-6 {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .img-section-left .col-md-6 {
      min-height: 460px; } }
  .img-section-left .left-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover !important; }
    @media (max-width: 989px) {
      .img-section-left .left-img {
        position: relative;
        width: 100%;
        height: 300px; } }
  .img-section-left .text {
    padding: 50px; }
    @media (max-width: 989px) {
      .img-section-left .text {
        padding: 30px 0; } }
    .img-section-left .text h2,
    .img-section-left .text h3 {
      margin-bottom: 30px; }
    .img-section-left .text h4 {
      margin-bottom: 20px; }
    .img-section-left .text a {
      color: var(--green);
      font-weight: bold; }
      .img-section-left .text a:hover {
        text-decoration: underline; }
    .img-section-left .text ul {
      margin-bottom: 30px; }
      .img-section-left .text ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 100; }
  .img-section-left .left-img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img-section-right {
  position: relative; }
  @media (min-width: 990px) {
    .img-section-right .col-md-6 {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .img-section-right .col-md-6 {
      min-height: 460px; } }
  @media (max-width: 989px) {
    .img-section-right {
      display: flex;
      flex-direction: column; } }
  .img-section-right .right-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover !important; }
    @media (max-width: 989px) {
      .img-section-right .right-img {
        position: relative;
        width: 100%;
        height: 300px;
        order: 1; } }
  @media (max-width: 989px) {
    .img-section-right .container {
      order: 2; } }
  .img-section-right .text {
    padding: 50px; }
    @media (max-width: 989px) {
      .img-section-right .text {
        padding: 30px 0; } }
    .img-section-right .text h2,
    .img-section-right .text h3 {
      margin-bottom: 30px; }
    .img-section-right .text h4 {
      margin-bottom: 20px; }
    .img-section-right .text a {
      color: var(--green);
      font-weight: bold; }
      .img-section-right .text a:hover {
        text-decoration: underline; }
    .img-section-right .text ul {
      margin-bottom: 30px; }
      .img-section-right .text ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 100; }
  .img-section-right .right-img iframe {
    width: 100%;
    height: 100%; }

.btn-text-line {
  margin: 30px 0;
  text-align: center;
  width: 100%; }
  .btn-text-line h2 {
    margin: 0 0 30px; }

.slider {
  margin-bottom: 60px;
  text-align: center; }

.mySwiper2 {
  margin-bottom: 20px; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: var(--green); }

.parts-landing .text-right {
  text-align: right; }
  @media (max-width: 989px) {
    .parts-landing .text-right {
      text-align: left; } }
.parts-landing .cent img {
  width: 100%;
  margin-left: 0; }

.parts-landing .part {
  padding: 0; }
  .parts-landing .part img {
    width: 50px; }
  .parts-landing .part .left {
    text-align: left; }
  .parts-landing .part .right {
    text-align: right; }

.text-classic {
  margin: 40px 0; }
  .text-classic h2 {
    margin-bottom: 30px; }
  .text-classic iframe {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 750px;
    height: initial;
    aspect-ratio: 16 / 9; }

.faq-wrap {
  background-color: #f4f4f4;
  margin-bottom: 60px; }
  .faq-wrap details {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 20px 30px;
    cursor: pointer; }
    .faq-wrap details summary {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      color: #000;
      margin-bottom: 10px; }
    .faq-wrap details .details-desc {
      padding: 20px; }
      .faq-wrap details .details-desc ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 100; }
    .faq-wrap details p {
      font-size: 16px;
      line-height: 22px; }
      .faq-wrap details p:last-child {
        margin-bottom: 0; }
    .faq-wrap details a {
      color: var(--green); }
      .faq-wrap details a:hover {
        text-decoration: underline; }

.slider-two-columns {
  margin-bottom: 80px; }
  .slider-two-columns img {
    max-height: 340px; }
  .slider-two-columns.desktop img {
    max-height: 250px; }
  .slider-two-columns .left {
    text-align: center;
    padding-left: 30px; }
    @media (max-width: 989px) {
      .slider-two-columns .left {
        padding-left: 0; } }
  .slider-two-columns .right {
    display: flex;
    align-items: center;
    padding-right: 30px; }
    @media (max-width: 989px) {
      .slider-two-columns .right {
        padding-right: 0;
        text-align: center;
        margin-top: 30px; } }
    .slider-two-columns .right h3 {
      font-size: 24px;
      line-height: 32px;
      font-weight: 600;
      margin-bottom: 20px; }

.center-simple-text {
  text-align: center;
  margin: 60px 0; }
  .center-simple-text img {
    margin-bottom: 20px; }
  .center-simple-text h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px; }
  .center-simple-text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: normal; }
  .center-simple-text p {
    font-weight: 500; }
  .center-simple-text .btn {
    margin-top: 30px; }

.app-stores {
  margin: 60px 0; }
  @media (max-width: 989px) {
    .app-stores {
      margin: 30px 0;
      text-align: center; } }
  .app-stores img {
    margin: 0 10px; }
    @media (max-width: 989px) {
      .app-stores img {
        width: 120px; } }
.grey-section {
  padding: 40px 0;
  background-color: #f4f4f4; }
  .grey-section h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600; }
  .grey-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100; }

.dark-section {
  padding: 40px 0;
  background-color: #1d1d1d;
  color: #fff; }

.icon-text {
  text-align: center; }
  .icon-text img {
    margin-bottom: 20px; }
  .icon-text h2 {
    margin-top: 0;
    margin-bottom: 30px; }
  .icon-text h3 {
    margin-bottom: 30px; }

.simple-kv {
  height: 500px;
  background-size: cover !important; }
  @media (max-width: 989px) {
    .simple-kv {
      height: 300px; } }
.m-bot {
  margin-bottom: 60px; }

.how-it-works-section {
  padding: 60px 0; }
  .how-it-works-section .title {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 40px;
    text-align: center; }
  .how-it-works-section.-grey {
    background-color: #f4f4f4; }
  .how-it-works-section h2 {
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    .how-it-works-section h2 span {
      border: 1px var(--green) solid;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-right: 15px; }
  .how-it-works-section .smaller {
    opacity: 0.6; }
  .how-it-works-section ul {
    padding: 0;
    margin: 30px 0;
    list-style: none; }
    .how-it-works-section ul li {
      display: flex;
      margin-bottom: 30px;
      align-items: center; }
      .how-it-works-section ul li span {
        display: block;
        width: 50px;
        text-align: center;
        margin-right: 20px; }

.error-page {
  margin: 60px 0; }
  .error-page h1,
  .error-page h2 {
    margin-bottom: 30px; }
  .error-page h2 {
    margin-top: 50px; }

.meet-ajax-kv {
  min-height: 780px;
  background-position: center top;
  background-image: url(https://ajaxalarm.si/wp-content/uploads/2019/01/header_house@1x.png), linear-gradient(180deg, #0c0c0c 0%, #282828 100%);
  color: #fff; }
  .meet-ajax-kv .kv-text {
    margin-top: 100px;
    max-width: 400px; }
    @media (max-width: 989px) {
      .meet-ajax-kv .kv-text {
        margin-top: 50px; } }
    .meet-ajax-kv .kv-text h1 {
      margin-bottom: 30px; }

.center-img-land {
  text-align: center;
  background: url(../media/angle-bot.svg) no-repeat center bottom;
  background-size: 100% 100px;
  padding: 100px 0; }
  .center-img-land h2 {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 48px;
    font-weight: 600; }

.middle-compontent .last ul {
  padding: 0;
  margin: 100px 0 30px 0;
  list-style: none; }
  @media (max-width: 989px) {
    .middle-compontent .last ul {
      margin-top: 0; } }
  .middle-compontent .last ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100; }
    .middle-compontent .last ul li strong {
      font-weight: 600; }
    .middle-compontent .last ul li span {
      display: block;
      flex: 0 0 40px;
      max-width: 40px;
      text-align: left;
      margin-right: 20px; }
      .middle-compontent .last ul li span img {
        width: 30px; }

.smoke {
  height: 100vh;
  background-color: #161616;
  background-image: url("../media/ajax-dim-1.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
  position: relative; }
  @media (max-width: 989px) {
    .smoke {
      height: auto; } }
  .smoke .smoke-top {
    text-align: center; }
    .smoke .smoke-top h2 {
      font-size: 38px;
      line-height: 48px;
      font-weight: 600;
      margin-bottom: 30px; }
  .smoke .smoke-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%; }
    @media (max-width: 989px) {
      .smoke .smoke-bottom {
        position: relative;
        bottom: 0;
        margin-top: 40px; } }
.water {
  height: 100vh;
  background-color: #dbdbdb;
  background-image: url("../media/leaks_1x.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #000;
  position: relative; }
  @media (max-width: 989px) {
    .water {
      height: auto; } }
  .water .water-top {
    text-align: center; }
    .water .water-top h2 {
      margin-bottom: 30px;
      font-size: 38px;
      line-height: 48px;
      font-weight: 600; }
  .water .water-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%; }
    @media (max-width: 989px) {
      .water .water-bottom {
        position: relative;
        bottom: 0;
        margin-top: 40px; } }
.gif-container {
  padding: 60px 0;
  margin-bottom: 60px; }
  .gif-container .title-top {
    margin-bottom: 100px;
    text-align: center; }
    @media (max-width: 989px) {
      .gif-container .title-top {
        margin-bottom: 40px; } }
    .gif-container .title-top h2 {
      margin-bottom: 30px;
      font-size: 38px;
      line-height: 48px;
      font-weight: 600; }
  .gif-container .center {
    text-align: center; }
  .gif-container .bg {
    position: relative; }
    .gif-container .bg::before {
      position: absolute;
      left: 0;
      top: 170px;
      width: 100%;
      height: 400px;
      background: url(../media/interior_1x.jpg) no-repeat center;
      background-size: cover;
      content: "";
      z-index: -1; }
      @media (max-width: 989px) {
        .gif-container .bg::before {
          display: none; } }
  @media (max-width: 989px) {
    .gif-container .o1 {
      order: 1; }
    .gif-container .o2 {
      order: 3; }
      .gif-container .o2 img {
        max-width: 80%; }
    .gif-container .o3 {
      order: 2; } }
.links {
  margin: 80px 0; }
  @media (max-width: 768px) {
    .links {
      margin: 60px 0; } }
  .links h2 {
    margin-bottom: 30px; }

.link-itm {
  display: flex;
  height: 400px;
  background-size: cover !important;
  padding: 30px;
  align-items: flex-end; }
  .link-itm h2 {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px; }

.item-bottom-text {
  text-align: center;
  margin-bottom: 50px; }
  .item-bottom-text .btn {
    margin-bottom: 60px; }
  .item-bottom-text p {
    margin-bottom: 60px; }
  .item-bottom-text h2 {
    margin-bottom: 30px; }

.icon-texts-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 50px; }
  .icon-texts-5 img {
    width: 100px; }
  .icon-texts-5 h3 {
    font-size: 16px;
    line-height: 22px; }

#wc-stripe-payment-request-wrapper {
	order: 6;
}

.search-h1 {
	padding: 10px;
}