/*!
Theme Name: Boga
Theme URI: http://underscores.me/
Author: SOFTINI
Author URI: https://www.softini.pl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Boga is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.2rem; }

@media (max-width: 767.98px) {
  h2 {
    font-size: 1.8rem; } }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: none;
  text-decoration: none; }

big {
  font-size: 125%; }

@media (max-width: 767.98px) {
  html {
    font-size: 14px; } }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.container {
  max-width: 1400px;
  margin: 0 auto; }
  @media (max-width: 1400px) {
    .container {
      padding: 0 10px; } }

.container-small {
  max-width: 800px;
  margin: 0 auto; }
  @media (max-width: 800px) {
    .container-small {
      padding: 0 10px; } }

.container-medium {
  max-width: 1220px;
  margin: 0 auto; }
  @media (max-width: 1220px) {
    .container-medium {
      padding: 0 10px; } }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
.button,
a.bytton,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  padding: 0.75em 1em;
  gap: 2em;
  color: white;
  background-color: #1C4479;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  border: 0;
  cursor: pointer; }
  .button::after,
  a.bytton::after,
  input[type="button"]::after,
  input[type="reset"]::after,
  input[type="submit"]::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #FCC300;
    transition: 0.3s ease; }
  .button:hover,
  a.bytton:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #12335E; }
    .button:hover::after,
    a.bytton:hover::after,
    input[type="button"]:hover::after,
    input[type="reset"]:hover::after,
    input[type="submit"]:hover::after {
      transform: translateX(3px); }
  .button:active, .button:focus,
  a.bytton:active,
  a.bytton:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }
  .button.secondary,
  a.bytton.secondary,
  input[type="button"].secondary,
  input[type="reset"].secondary,
  input[type="submit"].secondary {
    background-color: #FCC300;
    color: #1C4479; }
    .button.secondary::after,
    a.bytton.secondary::after,
    input[type="button"].secondary::after,
    input[type="reset"].secondary::after,
    input[type="submit"].secondary::after {
      color: #1C4479; }

.arrow-button {
  text-decoration: none;
  color: #1C4479; }
  .arrow-button::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #FCC300;
    transition: 0.3s ease;
    margin-left: 2em; }
  .arrow-button.white {
    color: white; }
  .arrow-button:hover::after {
    margin-left: 2.2em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #666;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 0.75em;
  background-color: white; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Common
--------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #1C4479;
  padding: 0;
  border: 0; }
  .site-header a {
    text-decoration: none; }
  .site-header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4em;
    padding: 0.5em 0; }
  .site-header .site-branding img {
    width: 300px; }
  .site-header__search {
    position: relative;
    width: 40%; }
  .site-header__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5em; }
  .site-header__language .wpml-ls-legacy-list-horizontal {
    padding: 0; }
  .site-header__contact {
    color: white;
    margin-left: 1em;
    font-weight: 400;
    font-size: 0.825rem; }
    .site-header__contact:hover {
      opacity: 0.8; }
  .site-header__buttons {
    display: flex;
    align-items: center;
    gap: 4em;
    justify-content: flex-end;
    margin: 0.5em 0; }
  .site-header__button {
    color: white;
    display: flex;
    align-items: center;
    gap: 1em;
    line-height: 1.2;
    font-weight: 600; }
    .site-header__button small {
      font-weight: 400; }
    .site-header__button .icon {
      color: #FCC300;
      font-size: 1.75em; }
  .site-header__nav {
    background-color: #12335E; }
    .site-header__nav__inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .site-header__mega-menus {
    position: relative; }
  .site-header #mobile-menu-button {
    display: none; }
  .site-header__mobile-buttons {
    display: none; }
  .site-header.header-default .site-header__nav {
    display: none; }
  .site-header.header-default .site-header__top {
    margin-bottom: 0.5em; }
  .site-header.header-default .mobile-menu__search {
    display: none; }
  @media (max-width: 767.98px) {
    .site-header__search, .site-header__info, .site-header__menu {
      display: none; }
    .site-header .site-branding img {
      max-width: 100%; }
    .site-header #mobile-menu-button {
      display: block;
      padding: 0;
      margin: 0;
      background-color: transparent;
      border: 0;
      color: #FCC300;
      font-size: 2rem;
      outline: 0; }
    .site-header__mobile-buttons {
      display: flex;
      font-size: 0.825rem;
      gap: 1em; }
      .site-header__mobile-buttons .site-header__button {
        gap: 0.5em; }
        .site-header__mobile-buttons .site-header__button small {
          display: none; }
        .site-header__mobile-buttons .site-header__button .icon {
          font-size: 1em; }
    .site-header__nav__inner {
      display: flex;
      justify-content: space-between;
      padding: 0.3em 0; }
    .site-header #site-navigation {
      display: none; }
    .site-header ul.social-icons li a {
      font-size: 1rem; }
    .site-header__mega-menus {
      display: none; }
    .site-header.header-default .site-header__nav {
      display: block; } }

body.admin-bar .site-header {
  top: 32px; }

.site-footer {
  background-color: #12335E;
  color: white; }
  .site-footer a {
    color: white;
    text-decoration: none; }
    .site-footer a:hover {
      opacity: 0.8; }
  .site-footer__inner {
    padding: 3em 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20%; }
  .site-footer__main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4em; }
  .site-footer__branding {
    padding-right: 4em;
    border-right: 1px solid rgba(207, 207, 207, 0.3); }
  .site-footer__logo {
    margin-bottom: 1em; }
    .site-footer__logo img {
      width: 250px; }
  .site-footer__content {
    font-size: 0.825rem; }
  .site-footer__menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em; }
  .site-footer__contact, .site-footer__address {
    margin: 1em 0; }
  .site-footer__menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer__menu ul li {
      margin-bottom: 0.5em; }
  .site-footer__title {
    font-weight: 600;
    margin-bottom: 1em; }
  .site-footer__bottom {
    border-top: 1px solid rgba(207, 207, 207, 0.3); }
    .site-footer__bottom__inner {
      padding: 1em 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2em; }
  @media (max-width: 767.98px) {
    .site-footer {
      position: relative;
      z-index: 999; }
      .site-footer__inner {
        display: block; }
      .site-footer__main {
        display: block;
        text-align: center; }
      .site-footer__menus {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
        margin-top: 2em; }
      .site-footer__branding {
        padding-right: 0;
        border-right: 0;
        margin-bottom: 2em; }
      .site-footer__social {
        display: flex;
        justify-content: center; }
      .site-footer__logo {
        padding: 1em; } }

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -999px;
  width: 80%;
  background-color: #1C4479;
  z-index: 99999;
  padding: 1em;
  transition: 0.3s ease; }
  .mobile-menu.active {
    left: 0; }
  .mobile-menu__search {
    flex-shrink: 0; }
  .mobile-menu__menu {
    height: 100%;
    overflow-y: auto; }
    .mobile-menu__menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mobile-menu__menu ul li {
        margin: 1em 0; }
        .mobile-menu__menu ul li a {
          color: white !important;
          text-decoration: none; }
        .mobile-menu__menu ul li .sub-menu {
          display: none;
          transition: none;
          padding-left: 1em; }
          .mobile-menu__menu ul li .sub-menu.active {
            visibility: visible;
            max-height: none;
            opacity: 1; }
        .mobile-menu__menu ul li.menu-item-has-children {
          position: relative; }
          .mobile-menu__menu ul li.menu-item-has-children .arrow {
            margin-left: 0.5em;
            color: white;
            font-size: 1em;
            position: absolute;
            right: 0;
            top: 0.5em;
            cursor: pointer; }
          .mobile-menu__menu ul li.menu-item-has-children.active > .arrow {
            transform: rotate(180deg); }
  .mobile-menu__contacts {
    flex-shrink: 0; }
  .mobile-menu__contact {
    font-weight: 600;
    font-size: 1.2rem;
    color: white; }
    .mobile-menu__contact .icon {
      color: #FCC300;
      margin-right: 0.5em; }
  @media (max-width: 767.98px) {
    .mobile-menu {
      display: flex; } }

.woocommerce-product-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0; }
  .woocommerce-product-search .search-field {
    width: 100%;
    padding: 0 0.5em;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 5px 0 0 5px;
    outline: none; }
  .woocommerce-product-search button {
    background-color: #FCC300;
    color: white;
    flex-shrink: 0;
    border: 0;
    outline: 0;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 0 5px 5px 0;
    cursor: pointer; }

.search-suggestions {
  display: none; }
  .search-suggestions:hover, .search-suggestions.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .search-suggestions ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .search-suggestions ul li:not(:last-child) {
      border-bottom: 1px solid lightgray; }
    .search-suggestions ul li a {
      display: flex;
      align-items: center;
      gap: 1em;
      width: 100%;
      padding: 0.5rem;
      text-decoration: none;
      color: inherit;
      font-size: 0.75rem; }
      .search-suggestions ul li a:hover {
        background-color: whitesmoke;
        color: #1C4479; }
      .search-suggestions ul li a img {
        width: 40px; }

.hero {
  background-size: cover;
  background-position: center; }
  .hero__overlay {
    background-image: linear-gradient(45deg, rgba(28, 68, 121, 0.73) 20%, transparent 100%); }
  .hero__inner {
    padding: 3em 0; }
  .hero__content {
    width: 40%;
    color: white; }
  .hero__title {
    font-size: 2.5rem;
    color: #FCC300; }
  @media (max-width: 991.98px) {
    .hero__content {
      width: 70%; } }
  @media (max-width: 767.98px) {
    .hero__content {
      width: 100%; } }

.section {
  margin: 6em 0; }

.section-title {
  font-size: 2.5rem;
  color: #1C4479;
  margin-bottom: 1.5em; }
  .section-title::after {
    content: '';
    display: block;
    margin-top: 1rem;
    height: 8px;
    border-radius: 99px;
    width: 120px;
    background-color: #FCC300; }
  .section-title.center {
    text-align: center; }
    .section-title.center::after {
      margin: 1rem auto 0 auto; }

.image-section {
  display: flex;
  gap: 6em;
  align-items: center; }
  .image-section__image {
    width: 50%;
    flex-shrink: 0; }
    .image-section__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 0 15px 15px 0; }
  .image-section__content {
    padding: 2em calc((100vw - 1400px) / 2) 2em 0; }
    .image-section__content h2, .image-section__content h3 {
      color: #1C4479; }
    .image-section__content .button {
      margin-top: 1em; }
  .image-section.wide {
    gap: 4em; }
    .image-section.wide .image-section__image {
      width: 60%; }
  .image-section.reverse {
    flex-direction: row-reverse; }
    .image-section.reverse .image-section__content {
      padding: 2em 0 2em calc((100vw - 1400px) / 2); }
    .image-section.reverse .image-section__image img {
      border-radius: 15px 0 0 15px; }
  @media (max-width: 767.98px) {
    .image-section {
      flex-direction: column-reverse;
      gap: 2em;
      margin: 4em 0; }
      .image-section.reverse {
        flex-direction: column-reverse; }
      .image-section.wide {
        gap: 2em; }
      .image-section.wide .image-section__image,
      .image-section .image-section__image {
        width: 100%;
        padding: 0 10px; }
        .image-section.wide .image-section__image img,
        .image-section .image-section__image img {
          border-radius: 10px; }
      .image-section__content {
        padding: 1em 10px !important; } }

.image-checklist-section {
  display: flex;
  gap: 8em;
  align-items: center; }
  .image-checklist-section__image {
    width: 40%;
    flex-shrink: 0; }
    .image-checklist-section__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 0 15px 15px 0; }
  .image-checklist-section__content {
    padding: 2em calc((100vw - 1220px) / 2) 2em 0; }
  .image-checklist-section__list {
    margin: 1em 0;
    list-style: none;
    padding: 0; }
    .image-checklist-section__list li {
      display: flex;
      gap: 2em;
      margin-bottom: 2em; }
      .image-checklist-section__list li .icon {
        font-size: 2rem;
        color: #1C4479; }
  .image-checklist-section.reverse {
    flex-direction: row-reverse; }
    .image-checklist-section.reverse .image-checklist-section__content {
      padding: 2em 0 2em calc((100vw - 1220px) / 2); }
    .image-checklist-section.reverse .image-checklist-section__image img {
      border-radius: 15px 0 0 15px; }
  @media (max-width: 767.98px) {
    .image-checklist-section {
      flex-direction: column-reverse;
      gap: 2em;
      margin: 4em 0; }
      .image-checklist-section.reverse {
        flex-direction: column-reverse; }
      .image-checklist-section__image {
        width: 100%;
        padding: 0 10px; }
        .image-checklist-section__image img {
          border-radius: 10px; }
      .image-checklist-section__content {
        padding: 1em 10px !important; } }

.boxes-section__boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em; }
  .boxes-section__boxes.cols-3 {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 3em; }

.boxes-section__box {
  padding: 2em;
  background-color: #12335E;
  position: relative;
  border-radius: 15px;
  color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }
  .boxes-section__box::before {
    content: '';
    display: block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background-color: #FCC300;
    position: absolute;
    top: 0;
    right: 0; }
  .boxes-section__box__title {
    margin-bottom: 1em;
    font-size: 1rem; }
  .boxes-section__box__content {
    padding: 0;
    margin: 0; }

@media (max-width: 991.98px) {
  .boxes-section__boxes {
    grid-template-columns: 1fr 1fr; }
    .boxes-section__boxes.cols-3 {
      grid-template-columns: 1fr 1fr;
      padding: 0; } }

@media (max-width: 991.98px) {
  .boxes-section__boxes {
    grid-template-columns: 1fr; }
    .boxes-section__boxes.cols-3 {
      grid-template-columns: 1fr;
      padding: 0; } }

.image-boxes-section__boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em; }
  .image-boxes-section__boxes.cols-3 {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 3em; }

.image-boxes-section__box {
  background-color: #12335E;
  position: relative;
  border-radius: 15px;
  color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .image-boxes-section__box__image {
    height: 400px; }
    .image-boxes-section__box__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }
  .image-boxes-section__box__title {
    margin: 0 0 0.5rem 0;
    font-size: 1.2em;
    color: #FCC300; }
  .image-boxes-section__box__content {
    padding: 1em 2em;
    text-align: center; }

@media (max-width: 991.98px) {
  .image-boxes-section__boxes {
    grid-template-columns: 1fr 1fr; }
    .image-boxes-section__boxes.cols-3 {
      grid-template-columns: 1fr 1fr;
      padding: 0; } }

@media (max-width: 991.98px) {
  .image-boxes-section__boxes {
    grid-template-columns: 1fr 1fr; }
    .image-boxes-section__boxes.cols-3 {
      grid-template-columns: 1fr 1fr;
      padding: 0; }
  .image-boxes-section__box__image {
    height: 200px; }
  .image-boxes-section__box__content {
    font-size: 0.825rem; } }

.section-products-slider__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 2em; }

.section-products-slider__title {
  margin: 0; }

.section-products-slider__nav {
  display: flex;
  gap: 1em;
  align-items: center; }
  .section-products-slider__nav .slick-arrow {
    background-color: #12335E;
    border: 0;
    padding: 0;
    font-size: 1.5rem;
    color: #FCC300;
    cursor: pointer;
    font-weight: bold;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px; }

@media (max-width: 767.98px) {
  .section-products-slider {
    margin: 2em 0; }
    .section-products-slider__header {
      display: block; }
    .section-products-slider__title {
      margin-bottom: 1em; } }

.downloads-section__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em; }

.downloads-section__box {
  border: 1px solid #cfcfcf;
  padding: 1em;
  border-radius: 10px; }

@media (max-width: 991.98px) {
  .downloads-section__boxes {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.98px) {
  .downloads-section__boxes {
    grid-template-columns: 1fr; } }

.contact-section {
  margin-top: 8em;
  position: relative; }
  .contact-section::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 6.5rem);
    background-color: #1C4479;
    z-index: -1; }
  .contact-section__inner {
    display: grid;
    grid-template-columns: 1fr 55%;
    gap: 5em; }
  .contact-section__header {
    height: 6.5rem; }
    .contact-section__header h2 {
      margin: 0;
      padding: 0;
      font-weight: 400;
      color: #1C4479;
      line-height: 1.1; }
  .contact-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  .contact-section__form {
    padding: 1em 0; }
    .contact-section__form input[type="text"],
    .contact-section__form input[type="email"],
    .contact-section__form input[type="url"],
    .contact-section__form input[type="password"],
    .contact-section__form input[type="search"],
    .contact-section__form input[type="number"],
    .contact-section__form input[type="tel"],
    .contact-section__form input[type="range"],
    .contact-section__form input[type="date"],
    .contact-section__form input[type="month"],
    .contact-section__form input[type="week"],
    .contact-section__form input[type="time"],
    .contact-section__form input[type="datetime"],
    .contact-section__form input[type="datetime-local"],
    .contact-section__form input[type="color"],
    .contact-section__form textarea,
    .contact-section__form select {
      width: 100%; }
    .contact-section__form .wpcf7-form-control-wrap {
      display: block;
      margin-bottom: 1em; }
    .contact-section__form br {
      display: none; }
    .contact-section__form .wpcf7-acceptance {
      font-size: 0.75rem;
      line-height: 1.1;
      color: white; }
      .contact-section__form .wpcf7-acceptance .wpcf7-list-item {
        margin: 0;
        padding: 0; }
      .contact-section__form .wpcf7-acceptance label {
        display: flex;
        gap: 0.5em;
        align-items: start;
        cursor: pointer; }
    .contact-section__form .wpcf7-not-valid-tip {
      color: red;
      margin: 0;
      padding: 0;
      font-size: 0.75rem;
      display: block; }
    .contact-section__form .wpcf7-response-output {
      border: 0px !important;
      color: orange;
      padding: 0 !important;
      font-size: 0.825rem; }
    .contact-section__form .form-footer {
      text-align: right; }
  @media (max-width: 767.98px) {
    .contact-section {
      margin-top: 6em; }
      .contact-section::before {
        display: none; }
      .contact-section__inner {
        display: block; }
      .contact-section__header {
        display: block;
        height: auto;
        padding: 0 10px;
        margin-bottom: 0.5em; }
      .contact-section .container {
        padding: 0;
        margin: 0; }
      .contact-section__form {
        background-color: #1C4479;
        padding: 1em 10px; }
      .contact-section__image img {
        display: flex; } }

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1em;
  align-items: center; }
  ul.social-icons li a {
    color: white;
    font-size: 1.6em; }
    ul.social-icons li a:hover {
      color: #FCC300; }

.quantity_inner {
  display: flex;
  align-items: center; }

.quantity_button {
  background-color: transparent;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: black;
  font-weight: 800;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0.75rem;
  background-color: #FCC300;
  line-height: 20px; }
  .quantity_button:hover {
    opacity: 0.8; }

.quantity input.quantity_field {
  width: 100px;
  height: 40px;
  line-height: 50px;
  border-radius: 5px;
  border: 0;
  text-align: center;
  padding: 0;
  margin: 0 0.3em;
  -moz-appearance: textfield;
  outline: 0;
  border: 1px solid #cfcfcf; }
  .quantity input.quantity_field::-webkit-outer-spin-button, .quantity input.quantity_field::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none; }

.accordion-tabs {
  margin: 2em 0; }
  .accordion-tabs .accordion-tab_header {
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    padding: 1em;
    margin-bottom: 0.5em;
    cursor: pointer;
    border-radius: 5px; }
  .accordion-tabs .accordion-tab_title {
    font-size: 1.2rem;
    margin: 0;
    padding: 0; }
  .accordion-tabs .accordion-tab_arrow {
    color: #1C4479; }
  .accordion-tabs .accordion-tab_content {
    display: none; }
  .accordion-tabs .accordion-tab.active .accordion-tab_arrow {
    transform: rotate(180deg); }

.planning-popup {
  position: fixed;
  bottom: 20px;
  right: 3px;
  display: flex;
  color: inherit;
  text-decoration: none;
  border-radius: 999px;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  background-color: white; }
  .planning-popup__icon {
    background-color: #FCC300;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 1.5rem;
    border-radius: 100%;
    transform: translateX(1px); }
  .planning-popup__text {
    width: 150px;
    padding: 0.5em 1em;
    font-size: 0.825rem;
    color: black;
    width: 190px;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    .planning-popup {
      bottom: 3px;
      right: 3px; }
      .planning-popup__text {
        width: 170px; } }

.post-box {
  display: block;
  text-decoration: none;
  color: inherit; }
  .post-box__image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    transition: 0.3s ease; }
  .post-box__title {
    text-decoration: none;
    margin: 0.5em 0;
    font-size: 1rem;
    color: #1C4479;
    transition: 0.3s ease; }
  .post-box:hover .post-box__title {
    color: #FCC300; }
  .post-box:hover img {
    transform: translateY(-5px); }

.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #3a3a3a; }
  .video-box video {
    width: 100%;
    border-radius: 10px; }
  .video-box__cover {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer; }
    .video-box__cover::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50%;
      width: 100%;
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
    .video-box__cover:hover .video-box__button {
      transform: scale(1.1); }
  .video-box__button {
    background-color: #1C4479;
    color: #FCC300;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    transition: 0.3s ease;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 3; }

.faq-tab {
  border: 1px solid #cfcfcf;
  padding: 1em;
  border-radius: 10px; }
  .faq-tab:not(:last-child) {
    margin-bottom: 0.5em; }
  .faq-tab__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
  .faq-tab__title {
    font-weight: 500; }
  .faq-tab__content {
    display: none; }
  .faq-tab__arrow {
    color: #FCC300;
    font-size: 1.5rem; }
  .faq-tab.active .faq-tab__content {
    display: block; }
  .faq-tab.active .faq-tab__arrow {
    transform: rotate(-180deg); }

.info-box {
  background-color: #1C4479;
  border-radius: 15px;
  padding: 1em;
  color: white;
  position: relative; }
  .info-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 999px;
    background-color: #FCC300; }
  .info-box__title {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    margin: 0; }
  .info-box__text {
    font-size: 0.825rem; }
  .info-box__footer {
    text-align: right;
    margin-top: 0.5em; }
  .info-box .arrow-button {
    color: white; }

.imgbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1em; }
  .imgbox__box {
    position: relative; }
  .imgbox__close {
    background-color: #FCC300;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: -1rem;
    top: -1rem; }
  .imgbox.active {
    display: flex; }

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: flex;
    gap: 1.5em;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      background-color: whitesmoke;
      display: block;
      padding: 0.5em 0; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        display: block; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          display: block;
          left: 100%; }
      .main-navigation ul ul a {
        display: inline-block;
        padding: 0.5em;
        width: 250px;
        color: black; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #1C4479; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    line-height: 1; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #FCC300; }
    .main-navigation li .arrow {
      color: white;
      margin-left: 0.5em;
      font-size: 0.825rem; }
    .main-navigation li:hover > .arrow,
    .main-navigation li.focus > .arrow {
      color: #FCC300; }
    .main-navigation li.menu-button a {
      background-color: #FCC300;
      padding: 0.75em 1.2em;
      display: inline-block;
      border-radius: 5px;
      color: black;
      font-weight: 500; }
  .main-navigation a {
    display: inline-block;
    text-decoration: none;
    padding: 0.75em 0;
    color: white; }
  .main-navigation .menu-item-has-children, .main-navigation .menu-item.has-mega-menu {
    cursor: pointer; }
  .main-navigation .menu-item.has-mega-menu ul {
    display: none !important; }

.mega-menu {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 100%;
  background-color: white;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 4em;
  padding: 1em; }
  .mega-menu.active {
    left: 0; }
  .mega-menu__menus {
    display: flex;
    justify-content: space-between;
    gap: 2em; }
    .mega-menu__menus ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .mega-menu__menus ul li {
        font-weight: 600;
        margin-bottom: 0.5rem; }
        .mega-menu__menus ul li a {
          color: inherit; }
          .mega-menu__menus ul li a:hover {
            opacity: 0.8; }
        .mega-menu__menus ul li ul {
          margin-top: 0.5em; }
          .mega-menu__menus ul li ul li {
            font-weight: 400;
            font-size: 0.9em; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 2em 0; }

.page-links {
  clear: both;
  margin: 0; }

.woocommerce-breadcrumb {
  font-size: 0.825rem;
  margin: 1em 0; }
  .woocommerce-breadcrumb a {
    color: inherit;
    text-decoration: none; }

.price del {
  opacity: 0.5; }

.onsale {
  display: inline-block;
  padding: 0.5em 1em;
  background: #FCC300;
  margin-bottom: -50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  border-radius: 8px; }

.entry-header {
  margin: 4em 0 2em 0; }
  .entry-header h1 {
    font-size: 3rem;
    color: black; }
  @media (max-width: 767.98px) {
    .entry-header h1 {
      font-size: 2rem; } }

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em; }
  @media (max-width: 991.98px) {
    .blog-grid {
      grid-template-columns: 1fr 1fr;
      gap: 1em; } }
  @media (max-width: 767.98px) {
    .blog-grid {
      grid-template-columns: 1fr 1fr;
      gap: 1em; }
      .blog-grid .post-box__image img {
        height: 120px;
        border-radius: 5px; } }

.posts-pagination {
  display: flex;
  justify-content: center;
  margin: 4em 0; }

.pagination nav {
  display: flex;
  align-items: center;
  gap: 0.5em; }

.pagination ul {
  display: flex;
  align-items: center;
  gap: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0; }
  .pagination ul .page-numbers {
    text-decoration: none;
    color: #1C4479;
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #1C4479;
    line-height: 1;
    border-radius: 100%; }
  .pagination ul a.page-numbers:hover,
  .pagination ul span.page-numbers.current {
    border-color: #1C4479;
    background-color: #1C4479;
    color: white; }

.pagination__btn a {
  color: #1C4479;
  outline: 0; }

.slick-dots {
  list-style: none;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
  justify-content: center; }
  .slick-dots button {
    font-size: 0;
    width: 24px;
    height: 4px;
    background-color: #FCC300;
    border: 0;
    border-radius: 99px;
    opacity: 0.5; }
  .slick-dots .slick-active button {
    opacity: 1; }

.energyhouse-section {
  margin: -6em 0; }

.home-hero {
  background-size: cover;
  background-position: center 65%; }
  .home-hero__overlay {
    background-image: linear-gradient(45deg, rgba(28, 68, 121, 0.73) 20%, transparent 100%);
    position: relative; }
    .home-hero__overlay::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20%;
      background-image: linear-gradient(transparent, #3B5B8A); }
  .home-hero__inner {
    padding: 5% 0 5%; }
  .home-hero__title {
    font-size: 7rem;
    color: #FCC300;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .home-hero__content {
    width: 50%;
    position: relative;
    z-index: 2; }
  .home-hero__subtitle {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 2.5rem;
    color: white;
    font-weight: 500; }
  .home-hero__button {
    margin-top: 2em; }
  @media (max-width: 767.98px) {
    .home-hero__inner {
      padding: 10% 3%; }
    .home-hero__title {
      font-size: 3rem; }
    .home-hero__subtitle {
      font-size: 1.3rem; }
    .home-hero__content {
      width: 100%; } }

.page-template-template-home-shop .home-hero__inner {
  padding: 5% 0 10%; }

.home-services {
  background-color: #3B5B8A;
  margin-bottom: 12em; }
  .home-services__inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 5em;
    align-items: center; }
  .home-services__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin: -20% 0; }
  .home-services__content {
    color: white;
    padding-bottom: 1em; }
  .home-services .service-box {
    padding: 2em;
    background-color: #12335E;
    position: relative;
    border-radius: 15px;
    color: white;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }
    .home-services .service-box::before {
      content: '';
      display: block;
      border-radius: 15px;
      width: 15px;
      height: 15px;
      background-color: #FCC300;
      position: absolute;
      top: 0;
      right: 0; }
    .home-services .service-box__title {
      margin-bottom: 1em; }
    .home-services .service-box__content {
      font-size: 0.825rem;
      padding: 0;
      margin: 0; }
  @media (max-width: 767.98px) {
    .home-services {
      margin-bottom: 4em; }
      .home-services__inner {
        display: block; }
      .home-services__content {
        padding: 1em 0; }
      .home-services__boxes {
        display: block;
        margin: 0;
        padding: 1em 0; }
      .home-services .service-box {
        margin-bottom: 0.5em; } }

.home-references {
  background-color: #3B5B8A;
  margin-bottom: 12em; }
  .home-references__inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 5em;
    align-items: center; }
  .home-references__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin: -20% 0; }
  .home-references__content {
    color: white;
    padding-bottom: 1em; }
  .home-references .reference-box {
    padding: 2em;
    background-color: #12335E;
    position: relative;
    border-radius: 7px;
    color: white;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    height: 10rem;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .home-references .reference-box::before {
      content: '';
      display: block;
      border-radius: 15px;
      width: 15px;
      height: 15px;
      background-color: #FCC300;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 3; }
    .home-references .reference-box__title {
      margin-bottom: 1em;
      position: relative;
      z-index: 2; }
    .home-references .reference-box__content {
      font-size: 0.825rem;
      padding: 0;
      margin: 0; }
    .home-references .reference-box img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.3s ease; }
    .home-references .reference-box:hover img {
      transform: scale(1.05); }
  @media (max-width: 767.98px) {
    .home-references {
      margin-bottom: 4em; }
      .home-references__inner {
        display: block; }
      .home-references__content {
        padding: 1em 0; }
      .home-references__boxes {
        display: block;
        margin: 0;
        padding: 1em 0; }
      .home-references .reference-box {
        margin-bottom: 0.5em;
        height: 12rem; } }

.home-categories {
  margin: 6em 0; }
  .home-categories__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em; }
  .home-categories .category-box {
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    padding: 1em;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 3em;
    background-color: white; }
    .home-categories .category-box a {
      color: inherit;
      text-decoration: none; }
    .home-categories .category-box__content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1em 0; }
    .home-categories .category-box__title {
      margin: 0 0 0.3rem 0;
      padding: 0;
      color: #1C4479; }
    .home-categories .category-box__count {
      color: #1C4479;
      font-size: 0.824rem; }
  .home-categories .title-box {
    background-color: #1C4479;
    color: white;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px; }
    .home-categories .title-box__title {
      margin: 0 0 0.3rem 0;
      padding: 0;
      font-weight: 600;
      font-size: 1.2rem;
      color: white; }
  @media (max-width: 991.98px) {
    .home-categories__main {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .home-categories__main {
      display: block; }
    .home-categories .category-box {
      margin-bottom: 0.5em;
      grid-template-columns: 30% 1fr; }
    .home-categories .title-box__title {
      margin-bottom: 1em; } }

.page-template-template-home-shop .home-categories {
  margin: -4em 0 6em 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .page-template-template-home-shop .home-categories {
      margin: 2em 0 4em; } }

.home-realizations {
  margin: 6em 0;
  background-color: #1C4479;
  padding: 2em 0;
  overflow: hidden; }
  .home-realizations__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em; }
  .home-realizations__title {
    color: white;
    margin: 0; }
  .home-realizations__nav button {
    background-color: transparent;
    border: 0;
    color: #FCC300;
    font-size: 2rem;
    cursor: pointer;
    margin-left: 1rem; }
  .home-realizations__slider {
    width: 100%; }
    .home-realizations__slider .slick-list {
      margin: 0 -1em; }
    .home-realizations__slider .slick-slide {
      margin: 0 1em; }
  .home-realizations__slide {
    text-align: center;
    color: white; }
    .home-realizations__slide__title {
      margin: 0.5em auto; }
    .home-realizations__slide img {
      border-radius: 10px; }
  @media (max-width: 767.98px) {
    .home-realizations {
      margin: 4em 0; }
      .home-realizations__slider {
        width: 100%; }
      .home-realizations .slick-track {
        display: flex;
        margin: 0;
        gap: 0; }
      .home-realizations__header {
        display: block;
        text-align: center; }
      .home-realizations__nav button {
        margin: 0 0.5em; } }

.home-reviews {
  margin: 6em 0; }
  .home-reviews__title {
    margin-top: 0; }
  .home-reviews__reviews {
    overflow: hidden; }
  .home-reviews__slider {
    margin-top: 3em; }
    .home-reviews__slider .slick-track {
      display: flex;
      margin: 0 -0.5em; }
    .home-reviews__slider .slick-slide {
      margin: 0 0.5em; }
  .home-reviews__videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
    margin-top: 3em;
    position: relative; }
  .home-reviews__video {
    max-height: 370px; }
    .home-reviews__video .video-box {
      height: 100%; }
      .home-reviews__video .video-box video {
        height: 100%;
        max-height: 370px; }
  .home-reviews .review-box {
    padding: 2em;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    width: 100%; }
    .home-reviews .review-box__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1em; }
    .home-reviews .review-box__title {
      color: #1C4479;
      margin: 0; }
    .home-reviews .review-box__star {
      color: #cfcfcf; }
      .home-reviews .review-box__star.active {
        color: #FCC300; }
    .home-reviews .review-box_content {
      font-size: 0.825rem; }
  @media (max-width: 767.98px) {
    .home-reviews {
      margin: 4em 0; }
      .home-reviews__inner {
        padding: 0 0.5em; }
      .home-reviews__videos {
        display: block; }
      .home-reviews__video {
        margin: 1em 0; }
        .home-reviews__video .video-box {
          height: auto; }
          .home-reviews__video .video-box video {
            height: auto; }
      .home-reviews__title {
        text-align: center; }
        .home-reviews__title::after {
          margin: 1.5rem auto 0 auto; }
      .home-reviews__slider {
        margin-top: 3em;
        width: 100%; }
        .home-reviews__slider .slick-track {
          display: flex;
          margin: 0; }
        .home-reviews__slider .slick-slide {
          margin: 0; } }

.home-blog__header {
  margin-bottom: 2em; }

.home-blog__title {
  font-size: 2.5rem;
  color: #1C4479;
  margin: 1rem 0; }

.home-blog__button {
  color: #FCC300;
  font-weight: 600; }

.home-blog__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em; }

@media (max-width: 991.98px) {
  .home-blog__posts {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) {
  .home-blog__posts {
    display: block; }
    .home-blog__posts .slick-dots {
      margin-top: 1em; } }

.home-faq {
  padding-right: calc((100vw - 1400px) / 2); }
  .home-faq__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em; }
  .home-faq__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .home-faq__title {
    color: #1C4479; }
  .home-faq__image img {
    border-radius: 0 25px 25px 0; }
  @media (max-width: 991.98px) {
    .home-faq {
      padding: 0; }
      .home-faq__inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 2em; }
      .home-faq__main {
        padding: 0 0.5em; }
      .home-faq__image {
        display: none; } }
  @media (max-width: 767.98px) {
    .home-faq__image {
      display: block;
      padding-right: 0.5em; } }

.home-infos__title {
  color: #1C4479; }

.home-infos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em; }

@media (max-width: 991.98px) {
  .home-infos__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767.98px) {
  .home-infos__grid {
    grid-template-columns: 1fr; } }

.product-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5em;
  margin: 3em 0 6em 0; }
  .product-header .product_title {
    font-size: 1.5rem;
    color: #1C4479; }
  .product-header form.cart {
    margin-top: 2em;
    width: 75%; }

.product-summary {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .product-summary .price {
    font-weight: 600;
    font-size: 1.2rem; }
  .product-summary__submit {
    display: flex;
    gap: 1em;
    align-items: center; }

.shipping-days {
  margin: 2em 0 1em 0;
  color: #04bd04;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875rem; }
  .shipping-days::before {
    content: '';
    height: 8px;
    width: 8px;
    background-color: #04bd04;
    border-radius: 100%;
    display: block; }

.single-product .local-pickup-info {
  display: inline-block;
  padding: 0.5em 0.75em;
  border: 1px solid green;
  color: green;
  margin: 1em 0;
  border-radius: 5px; }

.product-variants_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin-bottom: 2em;
  align-items: center; }

.product-variants select {
  display: block;
  width: 100%; }

.product_meta .posted_in {
  font-size: 0.825rem; }
  .product_meta .posted_in a {
    color: inherit;
    text-decoration: none; }

.pricing-benefit {
  background: linear-gradient(-40deg, #BF953F, #FCF6BA, #AA771C);
  padding: 1em;
  display: inline-block;
  color: black;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.825rem;
  margin: 1em 0; }

.pricing-table {
  margin-top: 2em;
  border-radius: 8px;
  border-collapse: collapse; }
  .pricing-table td, .pricing-table th {
    padding: 0.5em;
    text-align: left; }
  .pricing-table tr:nth-child(odd) td {
    background-color: whitesmoke; }

.payments-info {
  padding: 1em; }

@media (max-width: 767.98px) {
  .product-header {
    display: block; }
    .product-header__image {
      margin-bottom: 3em; }
    .product-header form.cart {
      width: 100%; }
  .product-summary {
    display: block;
    margin-bottom: 1em; }
  .product-variants_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5em; } }

.shop-page {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 4em;
  margin-top: 1em; }
  .shop-page #shop-filters-button {
    display: none; }
  @media (max-width: 767.98px) {
    .shop-page {
      display: block; }
      .shop-page #shop-filters {
        display: none; }
      .shop-page #shop-filters-button {
        display: inline-block;
        margin-bottom: 1em;
        border: 1px solid #cfcfcf;
        padding: 0.5em 1em;
        border-radius: 5px;
        background-color: transparent; } }

.woocommerce-ordering {
  margin: 1em 0; }

.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0; }
  .woocommerce-shipping-methods li:not(:last-child) {
    margin-bottom: 0.5em; }
  .woocommerce-shipping-methods .shipping_method {
    display: none; }
    .woocommerce-shipping-methods .shipping_method_text {
      text-align: right; }
    .woocommerce-shipping-methods .shipping_method__check {
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      border: 1px solid #cfcfcf;
      flex-shrink: 0; }
  .woocommerce-shipping-methods label {
    background-color: white;
    padding: 0.5em;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    cursor: pointer; }
    .woocommerce-shipping-methods label:hover {
      border-color: #1C4479;
      color: #1C4479; }
  .woocommerce-shipping-methods .shipping_method[type="hidden"] + label,
  .woocommerce-shipping-methods .shipping_method:checked + label {
    border-color: #1C4479;
    color: #1C4479; }
    .woocommerce-shipping-methods .shipping_method[type="hidden"] + label .shipping_method__check::after,
    .woocommerce-shipping-methods .shipping_method:checked + label .shipping_method__check::after {
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4em; }
  .woocommerce-pagination ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding: 0;
    margin: 0; }
    .woocommerce-pagination ul a {
      color: inherit;
      text-decoration: none; }
    .woocommerce-pagination ul .page-numbers {
      height: 2.5rem;
      width: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid #cfcfcf; }
      .woocommerce-pagination ul .page-numbers.next, .woocommerce-pagination ul .page-numbers.prev {
        border: 0;
        width: auto;
        height: auto; }
      .woocommerce-pagination ul .page-numbers.current {
        border-color: #1C4479; }

.pswp {
  z-index: 9999; }

.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.shop-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .shop-nav ul ul {
    list-style: none;
    margin: 0.75em -2em 0.75em 0;
    padding: 0 0 0 1em;
    display: none; }
    .shop-nav ul ul li {
      margin: 0.5em 0; }
  .shop-nav ul li {
    margin-bottom: 0.5em;
    position: relative;
    padding-right: 2em; }
    .shop-nav ul li.active > ul, .shop-nav ul li.current-cat-ancestor > ul, .shop-nav ul li.current-cat > ul {
      display: block; }
    .shop-nav ul li.active > .arrow, .shop-nav ul li.current-cat-ancestor > .arrow, .shop-nav ul li.current-cat > .arrow {
      transform: rotate(180deg); }
    .shop-nav ul li.current-cat > a {
      color: #FCC300;
      font-weight: 500; }
    .shop-nav ul li a {
      color: inherit;
      text-decoration: none; }
      .shop-nav ul li a:hover {
        color: #FCC300; }
    .shop-nav ul li .arrow {
      color: #1C4479;
      position: absolute;
      right: 0; }

.shop-nav__menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .shop-nav__menu a {
    color: inherit;
    text-decoration: none; }
    .shop-nav__menu a:hover, .shop-nav__menu a.active {
      color: #FCC300; }

.shop-nav__item {
  margin-bottom: 0.5em; }
  .shop-nav__item.active .shop-nav__sub-menu {
    display: block; }
  .shop-nav__item.active .shop-nav__arrow {
    transform: rotate(180deg); }

.shop-nav .arrow {
  color: #1C4479;
  cursor: pointer; }

.shop-nav__item-inner {
  display: flex;
  justify-content: space-between;
  gap: 1em; }

.shop-nav__sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; }

.shop-nav__sub-item {
  margin: 0.5em 0; }

.shop-filters {
  margin-bottom: 2em; }
  .shop-filters .shop-orderby select {
    min-width: 100%;
    max-width: 100%; }
  .shop-filters .price-filter {
    margin: 1em 0; }
    .shop-filters .price-filter__label {
      margin-bottom: 0.5em;
      font-weight: 500; }
    .shop-filters .price-filter__fields {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.5em; }
    .shop-filters .price-filter__field {
      min-width: 100%;
      max-width: 100%; }
  .shop-filters #shop-filters-reset {
    display: inline-block;
    color: inherit;
    text-decoration: none; }

.checkout-content {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 6em; }
  .checkout-content__box {
    border: 1px solid #cfcfcf;
    padding: 1em;
    border-radius: 10px; }
  .checkout-content__review-title {
    padding: 0;
    margin: 0 0 1em 0;
    color: #1C4479; }

.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .wc_payment_methods .wc_payment_method {
    margin-bottom: 0.5em; }
    .wc_payment_methods .wc_payment_method__box {
      background-color: white;
      padding: 0.5em;
      border: 1px solid #cfcfcf;
      border-radius: 8px;
      width: 100%; }
    .wc_payment_methods .wc_payment_method__label {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 1em;
      cursor: pointer; }
      .wc_payment_methods .wc_payment_method__label:hover {
        border-color: #1C4479;
        color: #1C4479; }
    .wc_payment_methods .wc_payment_method__text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1em;
      width: 100%; }
    .wc_payment_methods .wc_payment_method__check {
      display: block;
      position: relative;
      width: 35px;
      height: 35px;
      border: 1px solid #cfcfcf;
      flex-shrink: 0; }
    .wc_payment_methods .wc_payment_method .input-radio {
      display: none; }
    .wc_payment_methods .wc_payment_method .input-radio:checked + div {
      border-color: #1C4479; }
      .wc_payment_methods .wc_payment_method .input-radio:checked + div .wc_payment_method__text {
        color: #1C4479; }
      .wc_payment_methods .wc_payment_method .input-radio:checked + div .wc_payment_method__check::after {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FCC300; }
    .wc_payment_methods .wc_payment_method .payment_box {
      font-size: 0.825rem;
      margin-top: 1em; }
      .wc_payment_methods .wc_payment_method .payment_box #wc-ppcp-credit-card-gateway-cc-form iframe {
        height: 20px !important; }

#place_order {
  width: 100%; }

.woocommerce-terms-and-conditions-wrapper {
  font-size: 0.825rem; }

#ship-to-different-address {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2em; }

.woocommerce-form-coupon-toggle .woocommerce-info {
  flex-direction: column;
  gap: 0.5em;
  text-align: center; }

#order_review {
  position: sticky;
  top: 10px; }
  #order_review .woocommerce-checkout-review-order-table tbody td, #order_review .woocommerce-checkout-review-order-table tbody th, #order_review .woocommerce-checkout-review-order-table tfoot td, #order_review .woocommerce-checkout-review-order-table tfoot th {
    border-bottom: 1px solid #cfcfcf;
    padding: 1em 0;
    font-weight: 400; }
  #order_review .woocommerce-checkout-review-order-table tbody th, #order_review .woocommerce-checkout-review-order-table tfoot th {
    text-align: left; }
  #order_review .woocommerce-checkout-review-order-table tbody td, #order_review .woocommerce-checkout-review-order-table tfoot td {
    text-align: right; }
  #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td, #order_review .woocommerce-checkout-review-order-table tfoot tr.cart_item td {
    padding: 0.5em 0; }
  #order_review .woocommerce-checkout-review-order-table .order-total td, #order_review .woocommerce-checkout-review-order-table .order-total th {
    border: 0;
    padding-bottom: 0; }
  #order_review .order-review-product {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1em;
    align-items: center; }
    #order_review .order-review-product_content {
      text-align: left; }
    #order_review .order-review-product img {
      border: 1px solid #cfcfcf; }
    #order_review .order-review-product .product-name {
      font-weight: 500;
      margin-bottom: 1rem;
      font-size: 0.825rem; }
    #order_review .order-review-product .product-total {
      font-weight: 600;
      font-size: 0.9rem; }
      #order_review .order-review-product .product-total .amount {
        color: #1C4479; }

@media (max-width: 991.98px) {
  .checkout-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em; } }

.woocommerce-cart-form .local-pickup-info {
  margin: 0.5em 0;
  font-size: 0.825rem; }
  .woocommerce-cart-form .local-pickup-info_title {
    font-weight: 600;
    color: green; }

.woocommerce-cart-form__contents thead {
  display: none !important; }

.woocommerce-cart-form__contents .product-thumbnail img {
  width: 80px; }

.woocommerce-cart-form__contents tbody td {
  padding: 2em 1em; }
  .woocommerce-cart-form__contents tbody td:not(.actions) {
    border-bottom: 1px solid #cfcfcf; }

.woocommerce-cart-form__contents a {
  color: inherit;
  text-decoration: none; }

.woocommerce-cart-form__contents .product-name a {
  color: #1C4479;
  font-weight: 500; }

.woocommerce-cart-form__contents button[name="update_cart"] {
  display: none; }

.woocommerce-cart-form__contents .coupon input {
  border-radius: 8px 0 0 8px; }

.woocommerce-cart-form__contents .coupon .button {
  border-radius: 0 8px 8px 0; }

.woocommerce-cart-form__contents .remove {
  font-size: 2rem; }

.woocommerce-cart-form__contents .variation {
  font-size: 0.825rem; }
  .woocommerce-cart-form__contents .variation dt {
    margin-right: 0.5em;
    float: left;
    border: #cfcfcf; }
  .woocommerce-cart-form__contents .variation dd {
    margin: 0; }
  .woocommerce-cart-form__contents .variation p {
    margin: 0; }

.cart-collaterals {
  display: flex;
  justify-content: end; }
  .cart-collaterals .cart_totals {
    margin-top: -8em;
    width: 40%; }
    .cart-collaterals .cart_totals h2 {
      display: none; }
    .cart-collaterals .cart_totals table.shop_table {
      border-radius: 5px;
      padding: 1em; }
      .cart-collaterals .cart_totals table.shop_table tr:not(:last-child) th, .cart-collaterals .cart_totals table.shop_table tr:not(:last-child) td {
        border-bottom: 1px solid #cfcfcf; }
      .cart-collaterals .cart_totals table.shop_table td, .cart-collaterals .cart_totals table.shop_table th {
        padding: 1em 0; }
      .cart-collaterals .cart_totals table.shop_table td {
        text-align: right; }
      .cart-collaterals .cart_totals table.shop_table tr.shipping td {
        text-align: left; }
      .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-methods {
        margin: 1em 0; }
      .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-destination {
        font-size: 0.825rem; }
      .cart-collaterals .cart_totals table.shop_table tr.shipping .shipping-calculator-button {
        font-size: 0.825rem;
        color: inherit; }
      .cart-collaterals .cart_totals table.shop_table .order-total .includes_tax {
        display: block; }
    .cart-collaterals .cart_totals .button.checkout-button {
      justify-content: space-between;
      width: 100%; }
  .cart-collaterals .ppc-button-wrapper {
    margin-top: 1em; }
  .cart-collaterals .woocommerce-shipping-totals td::before {
    content: '';
    display: none; }

@media (max-width: 767.98px) {
  .woocommerce-cart-form__contents {
    padding: 1em;
    border-radius: 5px; }
    .woocommerce-cart-form__contents tr:not(:last-child) td {
      border: 0; }
    .woocommerce-cart-form__contents tr:not(:first-child) td:first-child {
      border-top: 1px solid #cfcfcf; }
    .woocommerce-cart-form__contents td {
      padding: 1em 0 !important; }
    .woocommerce-cart-form__contents td.product-quantity {
      padding: 0 !important; }
    .woocommerce-cart-form__contents td:not(.product-subtotal) {
      text-align: left; }
      .woocommerce-cart-form__contents td:not(.product-subtotal)::before {
        content: '';
        display: none; }
    .woocommerce-cart-form__contents .product-thumbnail img {
      width: 120px; }
  .cart-collaterals {
    display: block;
    width: 100%; }
    .cart-collaterals .cart_totals {
      margin-top: 2em;
      width: 100%; }
      .cart-collaterals .cart_totals table.shop_table {
        width: 100%; }
  .coupon input {
    border-radius: 8px 0 0 8px;
    width: 150px; }
  .coupon .button {
    font-size: 0.825rem;
    height: 43px; } }

.woocommerce-order-overview {
  display: flex;
  list-style: none;
  gap: 4em;
  padding: 0;
  margin: 0; }
  .woocommerce-order-overview li {
    font-size: 0.825rem; }
    .woocommerce-order-overview li strong {
      display: block;
      font-size: 1rem; }

.woocommerce-order-details {
  margin: 4em 0; }
  .woocommerce-order-details .woocommerce-table--order-details thead {
    display: none; }
  .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child th, .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td {
    border-top: 1px solid #cfcfcf;
    padding-top: 1em; }
  .woocommerce-order-details .woocommerce-table--order-details tfoot th {
    text-align: right;
    padding-right: 1em; }
  .woocommerce-order-details .woocommerce-table--order-details .product-name a {
    color: #1C4479;
    text-decoration: none; }
  .woocommerce-order-details .woocommerce-table__line-item > td {
    border-bottom: 1px solid #cfcfcf;
    padding: 2em 1em; }
  .woocommerce-order-details .order-item-configs {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    font-size: 0.825rem;
    width: auto; }
    .woocommerce-order-details .order-item-configs td {
      padding: 0.3em; }

h2.woocommerce-order-details__title {
  font-size: 1.2rem; }

.woocommerce-customer-details h2 {
  font-size: 1.2rem; }

.woocommerce-customer-details .woocommerce-columns--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em; }

@media (max-width: 767.98px) {
  .woocommerce-order-overview {
    display: block; }
    .woocommerce-order-overview li {
      margin-bottom: 1em; }
  .woocommerce-order-details .woocommerce-table--order-details {
    table-layout: fixed; }
    .woocommerce-order-details .woocommerce-table--order-details .product-total {
      text-align: right; }
    .woocommerce-order-details .woocommerce-table--order-details .wc-item-meta li {
      display: block;
      margin-bottom: 1em; }
    .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__line-item > td {
      padding: 1em 0; }
    .woocommerce-order-details .woocommerce-table--order-details .order-item-configs {
      list-style: none;
      padding: 0;
      margin: 1em 0;
      font-size: 0.825rem;
      width: auto; }
      .woocommerce-order-details .woocommerce-table--order-details .order-item-configs td {
        padding: 0.3em 0; }
      .woocommerce-order-details .woocommerce-table--order-details .order-item-configs tr {
        display: flex;
        align-items: center;
        gap: 2em; }
  .woocommerce-customer-details .woocommerce-columns--2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em; } }

.post-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4em;
  margin: 4em 0 6em 0; }

.post-header {
  margin-bottom: 4em; }
  .post-header__image {
    margin-bottom: 1em; }
    .post-header__image img {
      border-radius: 15px; }
  .post-header__meta {
    display: flex;
    align-items: center;
    gap: 1em; }

.post-share {
  display: flex;
  align-items: center;
  gap: 0.5em; }
  .post-share__links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5em; }
    .post-share__links li {
      padding: 0;
      margin: 0; }
  .post-share__link svg {
    height: 1em;
    width: auto; }
    .post-share__link svg path {
      fill: #1C4479; }

.post-sidebar__title {
  font-weight: 700;
  color: #1C4479;
  font-size: 1.2rem;
  margin-bottom: 2em; }

.post-sidebar .post-box {
  margin-bottom: 1em; }

.post-content h3 {
  font-size: 1.5rem !important; }

.post-share__links {
  display: flex;
  align-items: center;
  margin: 0 0 0 1em;
  list-style: none;
  gap: 1em;
  padding: 0; }

.post-share__link {
  color: #1C4479; }

@media (max-width: 991.98px) {
  .post-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em; }
  .post-sidebar__posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em; }
    .post-sidebar__posts .post-box:last-child {
      display: none; } }

@media (max-width: 767.98px) {
  .post-inner {
    display: block; }
  .post-header {
    margin-bottom: 2em; }
    .post-header__meta {
      display: flex;
      flex-wrap: wrap; }
    .post-header__sep {
      display: none; }
  .post-sidebar {
    margin-top: 4em; }
    .post-sidebar__posts {
      display: block; }
      .post-sidebar__posts .slick-dots {
        margin-top: 1em; } }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
