/*!
Theme Name: Upsystems
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: upsystems
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.

Upsystems 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=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&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: #20385B;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  color: #20385B; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

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: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

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

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

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

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: 82rem;
  margin: 0 auto; }
  @media (max-width: 82rem) {
    .container {
      padding: 0 10px; } }

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

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

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

/* Forms
--------------------------------------------- */
.button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  padding: 0.75em 2em;
  background-color: #E41395;
  color: white;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0.75em; }
  .button:hover,
  a.button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #cc1186; }
  .button:active, .button:focus,
  a.button:active,
  a.button: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; }

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,
.select2-container--default .select2-selection--single {
  border: 1px solid #AAC0DC;
  border-radius: 0.75em;
  padding: 0.75em;
  outline: 0;
  width: 100%; }

textarea {
  width: 100%; }

.select2-container .select2-selection--single {
  height: auto; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }

.form p {
  margin: 0; }

.form .form-row {
  margin: 1em 0; }
  .form .form-row.cols-2 {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr; }
  .form .form-row label, .form .form-row .wpcf7-not-valid-tip {
    font-size: 0.75rem; }
  .form .form-row textarea {
    height: 10rem; }

.form .form-acceptance {
  margin: 1em 0;
  font-size: 0.875rem; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 999; }
  .site-header__top {
    padding: 1em 0; }
  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4em;
    width: 100%; }
  .site-header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4em;
    width: 100%;
    flex-shrink: 999; }
  .site-header__menu {
    padding: 1em 0; }
  .site-header .site-branding {
    width: 100%; }
    .site-header .site-branding a {
      width: 200px;
      outline: 0;
      display: flex; }
  .site-header__buttons {
    width: 100%;
    display: flex;
    gap: 3em;
    align-items: center;
    justify-content: flex-end; }
  .site-header__button {
    text-decoration: none;
    display: inline-flex;
    gap: 0.5em;
    align-items: center;
    color: inherit; }
    .site-header__button__icon {
      background-color: #EEF1F5;
      font-size: 1.25rem;
      position: relative;
      display: inline-flex;
      width: 3rem;
      height: 3rem;
      justify-content: center;
      align-items: center;
      border-radius: 999px; }
    .site-header__button__small {
      font-size: 0.75rem;
      margin-bottom: 0.5em;
      display: block; }
    .site-header__button__large {
      font-weight: 500;
      font-size: 1.25rem;
      color: #E41395; }
    .site-header__button__text {
      line-height: 1.1; }
    .site-header__button:hover {
      color: #E41395; }
  .site-header__cart-button .count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #AAC0DC;
    color: #20385B;
    font-size: 0.6rem;
    font-weight: 600;
    height: 0.85rem;
    width: 0.85rem;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1; }
  .site-header #mobile-menu-button {
    display: none; }
  @media (max-width: 991.98px) {
    .site-header__main {
      justify-content: flex-end; }
    .site-header__search {
      display: none; }
    .site-header__buttons {
      gap: 1em; }
    .site-header__button__icon {
      font-size: 1.5rem; }
    .site-header__button__text {
      display: none; }
    .site-header__menu {
      display: none; }
    .site-header #mobile-menu-button {
      display: inline-block;
      padding: 0;
      border: 0;
      background-color: transparent;
      font-size: 1.5rem;
      line-height: 1; } }

.site-footer {
  background-color: #20385B;
  padding: 3em 0;
  color: white;
  position: sticky;
  bottom: 0;
  z-index: 0; }
  .site-footer a {
    color: white;
    text-decoration: none; }
    .site-footer a:hover {
      opacity: 0.8; }
  .site-footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer__menu ul li:not(:last-child) {
      margin-bottom: 0.5em; }
  .site-footer__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    margin-bottom: 4em; }
  .site-footer__bottom {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #AAC0DC;
    color: #AAC0DC;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-footer__title {
    font-weight: 600;
    color: #AAC0DC; }
  @media (max-width: 991.98px) {
    .site-footer {
      position: relative; }
      .site-footer__inner {
        grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767.98px) {
    .site-footer__inner {
      grid-template-columns: 1fr; } }

.searchform__inner {
  display: flex;
  border: 1px solid #AAC0DC;
  border-radius: 0.5rem;
  overflow: hidden; }

.searchform__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-grow: 1; }

.searchform input {
  height: 50px;
  padding: 0 1em;
  border: 0;
  min-width: 450px;
  outline: 0; }

.searchform__button {
  border: 0;
  background-color: transparent;
  outline: 0;
  width: 50px;
  color: #AAC0DC;
  cursor: pointer; }
  .searchform__button:hover {
    color: #E41395; }

.section {
  margin: 3em 0; }

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

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

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

.section-box {
  background-color: #EEF1F5;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border: 1px solid #AAC0DC; }
  .section-box__image {
    width: 35%; }
  .section-box__content {
    width: 55%; }
  .section-box__title {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 1em;
    font-weight: 600; }
  .section-box__button {
    color: #E41395;
    font-weight: 500;
    text-decoration: none; }
    .section-box__button:hover {
      color: #707070; }

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

@media (max-width: 767.98px) {
  .section-categories {
    margin: 1em 0; }
    .section-categories__inner {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5em; } }

.section-icons {
  background-color: #EEF1F5;
  padding: 4em 0; }
  .section-icons__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em; }
  .section-icons__item__image {
    display: inline-block;
    height: 4rem; }
    .section-icons__item__image img {
      height: 100%;
      width: auto; }
  .section-icons__item__title {
    font-weight: 600; }
  .section-icons__item__text {
    font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .section-icons__inner {
      padding: 0 2em; }
    .section-icons__item__image {
      height: 2rem; } }

@media (max-width: 767.98px) {
  .section-box__title {
    font-size: 1.25rem; }
  .section-boxes__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em; }
  .section-icons__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em; } }

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

.quantity_button {
  background-color: transparent;
  display: block;
  text-align: center;
  color: #E41395;
  font-weight: 800;
  border-radius: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 1.2rem; }
  .quantity_button:hover {
    opacity: 0.8; }

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

.breadcrumbs {
  font-size: 0.825rem;
  margin: 1em 0;
  color: #d8dce1; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #E41395; }

.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__label {
      background-color: white;
      padding: 0.75em;
      border: 1px solid #AAC0DC;
      border-radius: 0.5em;
      width: 100%;
      display: flex;
      align-items: center;
      gap: 2em;
      cursor: pointer;
      text-align: right; }
      .woocommerce-shipping-methods .shipping_method__label:hover {
        border-color: #E41395;
        color: #E41395; }
    .woocommerce-shipping-methods .shipping_method_text {
      text-align: right; }
    .woocommerce-shipping-methods .shipping_method__check {
      display: block;
      position: relative;
      width: 2em;
      height: 2em;
      border: 1px solid #AAC0DC;
      flex-shrink: 0;
      border-radius: 999px; }
  .woocommerce-shipping-methods .shipping_method[type="hidden"] + label,
  .woocommerce-shipping-methods .shipping_method:checked + label {
    border-color: #E41395;
    color: #E41395; }
    .woocommerce-shipping-methods .shipping_method[type="hidden"] + label .shipping_method__check,
    .woocommerce-shipping-methods .shipping_method:checked + label .shipping_method__check {
      border: 10px solid #E41395;
      box-shadow: 0 0 10px rgba(228, 19, 149, 0.5); }

.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 #AAC0DC; }
      .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: #E41395; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: -110%;
  bottom: 0;
  width: 80vw;
  max-width: 20em;
  z-index: 999;
  background-color: white;
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column; }
  .mobile-menu.active {
    left: 0; }
  .mobile-menu_inner {
    height: 100%;
    padding: 1em 0.5em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: space-between; }
  .mobile-menu_nav {
    overflow-y: auto;
    padding: 0 1em;
    flex-grow: 1; }
    .mobile-menu_nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mobile-menu_nav ul li {
        margin-bottom: 1em; }
        .mobile-menu_nav ul li ul {
          display: none;
          margin-left: 1em;
          margin-top: 1em; }
        .mobile-menu_nav ul li a {
          text-decoration: none;
          color: inherit;
          font-weight: 600; }
        .mobile-menu_nav ul li.menu-item-has-children {
          position: relative; }
          .mobile-menu_nav ul li.menu-item-has-children .arrow {
            margin-left: 0.5em;
            color: #E41395;
            font-size: 1.1rem;
            position: absolute;
            right: 0;
            top: -3px;
            cursor: pointer; }
          .mobile-menu_nav ul li.menu-item-has-children.active > .arrow {
            transform: rotate(180deg); }
  .mobile-menu .mobile-search {
    padding: 1em; }
    .mobile-menu .mobile-search_field {
      position: relative;
      border: 1px solid lightgray;
      padding: 0.5em; }
    .mobile-menu .mobile-search_input {
      padding: 0.3em 50px 0.3em 0.3em;
      font-size: 0.825rem;
      border: 0; }
    .mobile-menu .mobile-search_button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0.3em;
      background-color: #E41395;
      color: white;
      border: 0;
      display: flex;
      width: 35px;
      height: 35px;
      align-items: center;
      justify-content: center; }

.modal {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none; }
  .modal.active {
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal_box {
    background-color: white;
    padding: 2em 4em;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
    position: relative; }
  .modal_inner {
    text-align: center; }
  .modal_title {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-bottom: 0; }
  .modal_content {
    padding: 2em; }
  .modal_footer .button {
    margin: 0 1em;
    text-decoration: none; }
  .modal_times {
    padding: 0;
    margin: 0;
    font-size: 2.5rem;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: black;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 20px; }
  @media (max-width: 767.98px) {
    .modal_box {
      padding: 1em;
      width: 98%; }
    .modal_footer .button {
      margin: 0 2px; } }

.category-box {
  background-color: white;
  padding: 1em;
  display: block;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 0.5rem;
  position: relative; }
  .category-box::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.11);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit; }
  .category-box__image {
    flex-shrink: 0;
    text-align: center;
    margin: 0.5em 0;
    height: 5rem; }
    .category-box__image img {
      height: 100%;
      width: auto;
      margin: 0 auto;
      transition: 0.3s ease;
      display: block; }
  .category-box__content {
    text-align: center; }
  .category-box__top {
    text-align: right;
    font-size: 1rem;
    color: #E41395;
    font-weight: 500;
    min-height: 1rem; }
  .category-box__count {
    color: #AAC0DC;
    margin-bottom: 0.3em; }
  .category-box__title {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 600;
    text-align: center; }
  .category-box:hover .category-box__image img {
    transform: scale(0.95); }
  @media (max-width: 767.98px) {
    .category-box__top {
      font-size: 0.75rem; }
    .category-box__title {
      font-size: 1rem; }
    .category-box__image {
      height: 3rem; } }

.post-box {
  color: inherit;
  text-decoration: none; }
  .post-box__image {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 0.5em; }
    .post-box__image img {
      width: 100%;
      height: 12rem;
      object-fit: cover;
      object-position: center;
      display: flex;
      transition: 0.3s ease; }
  .post-box__date {
    position: absolute;
    font-size: 0.875rem;
    color: white;
    background-color: #E41395;
    padding: 0.5em;
    top: 0;
    left: 1rem;
    border-radius: 0 0 1em 1em; }
  .post-box:hover .post-box__image img {
    transform: scale(1.02); }

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

.contacts {
  list-style: none;
  margin: 0;
  padding: 0; }
  .contacts__row:not(:last-child) {
    margin-bottom: 1em; }
  .contacts__item {
    display: inline-flex;
    align-items: center;
    gap: 1em; }
  .contacts__icon {
    font-size: 0.875em;
    width: 2em;
    height: 2em;
    background-color: #EEF1F5;
    border: 1px solid #AAC0DC;
    color: #E41395;
    border-radius: 999px;
    text-align: center;
    line-height: 2em; }

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: flex;
    align-items: center;
    gap: 2em;
    list-style: none;
    margin: 0;
    padding: 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: auto; }
      .main-navigation ul ul a {
        display: block;
        padding: 0.3em;
        width: 200px; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        cursor: pointer; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #E41395; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: inherit; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

@media (max-width: 991.98px) {
  .main-navigation {
    display: none; } }

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

.post,
.page {
  margin: 0; }

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

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

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

.page-wrapper {
  position: relative;
  z-index: 1;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 2em 3em rgba(0, 0, 0, 0.2); }

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

.product-header {
  margin: 4em 0; }
  .product-header__inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 6em; }

.product-shipping-time-info {
  margin: 1em 0;
  color: #14A100;
  font-weight: 600; }

.product-summary {
  border: 1px solid #AAC0DC;
  background-color: #EEF1F5;
  border-radius: 1rem;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  gap: 2em;
  align-items: center;
  margin-bottom: 1em; }
  .product-summary__price {
    font-weight: 600;
    color: #E41395;
    font-size: 1.5rem;
    line-height: 1; }
  .product-summary__form {
    display: flex;
    align-items: center;
    gap: 1em; }
  .product-summary__tax-info {
    font-size: 0.875rem; }

.product-payments-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5em 0;
  gap: 1em; }
  .product-payments-info__logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2em; }
    .product-payments-info__logos li img {
      max-height: 2rem;
      max-width: 80px;
      height: auto; }

.product-description-section {
  margin: 5em 0;
  border-top: 1px solid #AAC0DC;
  padding: 3em; }

.product-tabs {
  margin: 1em 0; }
  .product-tabs .product-tab {
    border-bottom: 1px solid #EEF1F5; }
    .product-tabs .product-tab__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.3em;
      cursor: pointer; }
    .product-tabs .product-tab__title {
      font-size: 1rem;
      color: #7c8ca2; }
    .product-tabs .product-tab__arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      background-color: #EEF1F5;
      color: #20385B;
      text-align: center;
      border-radius: 999px;
      font-size: 0.875rem; }
    .product-tabs .product-tab__content {
      font-size: 0.875rem;
      padding: 0 0.3em;
      display: none; }
    .product-tabs .product-tab.active .product-tab__title, .product-tabs .product-tab:hover .product-tab__title {
      color: inherit; }
    .product-tabs .product-tab.active .product-tab__arrow {
      background-color: #20385B;
      color: white; }
    .product-tabs .product-tab.active .product-tab__content {
      display: block; }

.product-attributes {
  border-collapse: collapse; }
  .product-attributes th, .product-attributes td {
    font-weight: normal;
    text-align: left;
    padding: 0.5rem 0.3rem;
    font-size: 0.875rem;
    vertical-align: baseline; }
    .product-attributes th p, .product-attributes td p {
      margin: 0;
      padding: 0; }
  .product-attributes th {
    color: #7c8ca2;
    padding-right: 2rem; }
  .product-attributes tr:hover th {
    color: inherit; }

@media (max-width: 991.98px) {
  .product-header {
    margin: 4em 0; }
    .product-header__inner {
      display: block; }
    .product-header__image {
      margin-bottom: 2em; }
  .product-payments-info {
    display: block; }
    .product-payments-info__label {
      margin-bottom: 1em; }
  .product-description-section {
    margin: 2em 0;
    padding: 2em 0; } }

@media (max-width: 767.98px) {
  .product-summary {
    display: block;
    text-align: center; }
    .product-summary__pricing {
      margin-bottom: 0.5em;
      text-align: center; }
    .product-summary__form {
      justify-content: space-between; }
  .woocommerce-product-details__short-description {
    font-size: 0.875rem; } }

.woocommerce-cart .product-title {
  color: black;
  text-decoration: none;
  font-weight: 500; }
  .woocommerce-cart .product-title:hover {
    color: #E41395; }

.woocommerce-cart .product-thumbnail {
  position: relative; }
  .woocommerce-cart .product-thumbnail img {
    border: 1px solid #d8dce1;
    border-radius: 0.75em;
    width: 120px; }
  .woocommerce-cart .product-thumbnail .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #AAC0DC;
    color: black;
    position: absolute;
    top: 6px;
    left: -9px;
    border-radius: 100%;
    text-decoration: none; }
    .woocommerce-cart .product-thumbnail .remove:hover {
      background-color: red;
      color: white; }

.woocommerce-cart .cart-item-content {
  display: flex;
  gap: 2em;
  align-items: center;
  margin-top: 2em;
  justify-content: space-between; }
  .woocommerce-cart .cart-item-content__price {
    color: #E41395;
    font-weight: 600; }
  .woocommerce-cart .cart-item-content__tax-info {
    font-size: 0.825rem; }

.woocommerce-cart .cart-content {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 6em; }

.woocommerce-cart .coupon {
  display: block;
  margin: 1em 0; }
  .woocommerce-cart .coupon input {
    width: 250px; }

.woocommerce-cart #cart-update-button {
  display: none; }

.woocommerce-cart .woocommerce-cart-form__contents tr:not(:last-child) td {
  border-bottom: 1px solid #AAC0DC;
  padding: 1em 0; }

.woocommerce-cart .woocommerce-cart-form__contents tr td {
  text-align: left; }
  .woocommerce-cart .woocommerce-cart-form__contents tr td::before {
    content: '';
    display: none; }

.woocommerce-cart .cart_totals {
  padding: 1em;
  border: 1px solid #AAC0DC;
  border-radius: 1em;
  background-color: #EEF1F5; }
  .woocommerce-cart .cart_totals table.shop_table tr:not(:last-child) th, .woocommerce-cart .cart_totals table.shop_table tr:not(:last-child) td {
    border-bottom: 1px solid #AAC0DC; }
  .woocommerce-cart .cart_totals table.shop_table td, .woocommerce-cart .cart_totals table.shop_table th {
    padding: 1em 0;
    font-weight: 400; }
  .woocommerce-cart .cart_totals table.shop_table td {
    text-align: right; }
  .woocommerce-cart .cart_totals table.shop_table tr.shipping td {
    text-align: left; }
  .woocommerce-cart .cart_totals table.shop_table tr.shipping .woocommerce-shipping-methods {
    margin: 1em 0; }
  .woocommerce-cart .cart_totals table.shop_table tr.shipping .woocommerce-shipping-destination {
    font-size: 0.825rem; }
  .woocommerce-cart .cart_totals table.shop_table tr.shipping .shipping-calculator-button {
    font-size: 0.825rem;
    color: inherit; }
  .woocommerce-cart .cart_totals table.shop_table .order-total .includes_tax {
    display: block; }
  .woocommerce-cart .cart_totals .button.checkout-button {
    background-color: #E41395;
    color: white;
    border: none;
    display: block;
    font-weight: 500;
    padding: 1em;
    text-align: center;
    text-decoration: none; }
    .woocommerce-cart .cart_totals .button.checkout-button:hover {
      background-color: #cc1186; }

.woocommerce-cart .ppc-button-wrapper {
  margin-top: 1em; }

@media (max-width: 991.98px) {
  .woocommerce-cart .cart-content {
    grid-template-columns: 1fr;
    gap: 4em; }
  .woocommerce-cart .coupon {
    display: block;
    margin: 1em 0; }
    .woocommerce-cart .coupon input {
      width: 100%; }
    .woocommerce-cart .coupon .button {
      width: 100%; } }

.cart-payments-info {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em; }
  .cart-payments-info li img {
    max-height: 3rem;
    max-width: 80px;
    height: auto; }

.checkout-content {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 6em; }
  .checkout-content__box {
    border: 1px solid #d8dce1;
    padding: 1em;
    border-radius: 0.75em; }
    .checkout-content__box.woocommerce-checkout-payment {
      border-color: #AAC0DC;
      background-color: #EEF1F5; }
  .checkout-content__review-title {
    padding: 0;
    margin: 0 0 1em 0; }

.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.75em;
      border: 1px solid #AAC0DC;
      width: 100%;
      border-radius: 0.5em; }
      .wc_payment_methods .wc_payment_method__box:hover {
        border-color: #E41395; }
        .wc_payment_methods .wc_payment_method__box:hover .wc_payment_method__title {
          color: #E41395; }
    .wc_payment_methods .wc_payment_method__label {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 1em;
      cursor: pointer; }
    .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: 2em;
      height: 2em;
      border: 1px solid #AAC0DC;
      flex-shrink: 0;
      border-radius: 999px; }
    .wc_payment_methods .wc_payment_method .input-radio {
      display: none; }
    .wc_payment_methods .wc_payment_method .input-radio:checked + div {
      border-color: #E41395; }
      .wc_payment_methods .wc_payment_method .input-radio:checked + div .wc_payment_method__text {
        color: #E41395; }
      .wc_payment_methods .wc_payment_method .input-radio:checked + div .wc_payment_method__check {
        border: 10px solid #E41395;
        box-shadow: 0 0 10px rgba(228, 19, 149, 0.5); }
    .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 #AAC0DC;
    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 #AAC0DC; }
    #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: #E41395; }

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

.home-slider__slide {
  background-size: cover;
  background-position: center; }
  .home-slider__slide__inner {
    height: 34rem;
    display: flex;
    align-items: center;
    padding: 1em 0; }
  .home-slider__slide__content {
    color: #3D3D3D; }
  .home-slider__slide__title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding: 0; }

@media (max-width: 767.98px) {
  .home-slider__slide__inner {
    height: 11rem; }
  .home-slider__slide__content {
    width: 40%; }
  .home-slider__slide__title {
    font-size: 1rem;
    line-height: 1.4; }
  .home-slider__slide__subtitle {
    font-size: 0.75rem; } }

.post-page {
  margin: 3em 0; }
  .post-page__inner {
    display: grid;
    grid-template-columns: 1fr 20rem;
    gap: 5em; }
  .post-page__sidebar .post-box {
    margin-bottom: 1em; }
  .post-page__content h2 {
    font-size: 1.75rem; }
  @media (max-width: 767.98px) {
    .post-page__inner {
      display: block; } }

.post-header .post-thumbnail {
  width: 100%;
  border-radius: 1em;
  overflow: hidden;
  display: flex; }

.post-header__title {
  font-size: 2rem; }

.post-header__info {
  display: flex;
  align-items: center;
  gap: 2em;
  margin: 1em 0; }

.post-header__date {
  display: inline-block;
  background-color: #E41395;
  color: white;
  font-size: 0.75rem;
  padding: 0.5em 1em;
  border-radius: 0.5rem; }

@media (max-width: 767.98px) {
  .post-header {
    display: block; }
    .post-header .post-thumbnail {
      width: 100%;
      margin-bottom: 0.5em; } }

.contact-page__contacts {
  display: flex;
  gap: 5em;
  padding: 2em 0 4em 0; }

.contact-page__contact {
  display: flex;
  align-items: center;
  gap: 2em; }
  .contact-page__contact__icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEF1F5;
    border-radius: 999px;
    color: #E41395; }
  .contact-page__contact__label {
    color: #AAC0DC;
    font-size: 0.75rem; }
  .contact-page__contact__title {
    color: #20385B;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none; }

.contact-page__main {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.contact-page__form {
  border-radius: 1em 0 0 1em;
  background-color: #EEF1F5;
  padding: 2em; }
  .contact-page__form__title {
    margin: 0;
    font-size: 1.25rem; }

.contact-page__map {
  border-radius: 0 1em 1em 0;
  overflow: hidden;
  background-color: #d8dce1; }
  .contact-page__map iframe {
    width: 100%;
    height: 100%; }

@media (max-width: 767.98px) {
  .contact-page__contacts {
    display: block;
    padding: 2em 0; }
  .contact-page__contact {
    margin-bottom: 2em;
    gap: 1em; }
    .contact-page__contact__icon svg {
      height: 1.5rem;
      max-width: 1.5rem; }
  .contact-page__main {
    display: block; }
  .contact-page__form {
    padding: 2em 1.5em;
    border-radius: 1em 1em 0 0; }
  .contact-page__map {
    height: 24rem;
    border-radius: 0 0 1em 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; }
