/*!
Theme Name: Matimels
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: matimels
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.

Matimels 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=Cardo:wght@400;700&family=Lato:wght@400;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: #707070;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
  clear: both;
  color: #4D4B4B; }

h2 {
  font-size: 1.75rem; }

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

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
--------------------------------------------- */
html {
  font-size: 18px; }

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

.container-big {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .container-big {
      padding: 0 10px; } }
  .container-big.padding {
    max-width: calc(1200px + 4em); }

/* Links
--------------------------------------------- */
a {
  color: #F7B607; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:active {
    color: inherit; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
.button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  padding: 0.5em 2em;
  color: white;
  background-color: #F7B607;
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  text-decoration: none; }
  .button:hover,
  a.button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #dea406; }
  .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"],
select,
textarea {
  color: inherit;
  border: 1px solid #D3D3D3;
  border-radius: 7px;
  padding: 0.5em;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus {
    color: #111; }

textarea {
  width: 100%; }

.select2-container .select2-selection--single {
  border: 1px solid #D3D3D3;
  height: auto;
  padding: 0.5em; }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Common
--------------------------------------------- */
.topbar {
  font-size: 0.825rem;
  padding: 0.5em; }
  .topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .topbar__contact {
    margin-right: 1em;
    color: inherit;
    text-decoration: none; }
    .topbar__contact i {
      margin-right: 0.3em; }
    .topbar__contact:hover {
      opacity: 0.8; }

.site-header__inner {
  text-align: center; }

.site-header .site-branding {
  width: 250px;
  text-align: center;
  margin: 0 auto; }

#mobile-menu-button {
  display: none; }

@media (max-width: 767.98px) {
  .topbar {
    display: none; }
  .site-header__inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0.5em 0; }
  .site-header .site-branding {
    width: 160px;
    text-align: left;
    margin: 0; }
  #mobile-menu-button {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background-color: transparent;
    line-height: 1;
    gap: 0.5em; }
    #mobile-menu-button i {
      font-size: 1.5rem;
      color: #F7B607; } }

.site-footer {
  clear: both;
  background-color: #4D4B4B;
  margin-top: 4em;
  padding: 2em 0;
  color: white; }
  .site-footer a {
    color: white;
    text-decoration: none; }
    .site-footer a:hover {
      opacity: 0.8; }
  .site-footer__main {
    display: flex;
    justify-content: space-between;
    gap: 2em; }
  .site-footer__title {
    font-weight: 600; }
  .site-footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-footer__menu ul li {
      margin: 0.5em 0; }
  .site-footer__bottom {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(211, 211, 211, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 767.98px) {
    .site-footer__main {
      flex-direction: column; } }

.searchform {
  display: block; }
  .searchform__button {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 0.825rem;
    cursor: pointer; }
  .searchform input.searchform__field {
    border: 0;
    font-size: 0.825rem;
    outline: 0; }
  .searchform__inner {
    border-bottom: 1px solid #D3D3D3;
    padding: 0.3em; }

.section {
  margin: 5em 0; }
  @media (max-width: 767.98px) {
    .section {
      margin: 4em 0; } }

.section-title {
  text-align: center; }
  .section-title::before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 40px;
    background-color: #F7B607;
    margin-right: 1rem;
    transform: translateY(-0.25em); }
  .section-title::after {
    content: '';
    display: inline-block;
    height: 3px;
    width: 40px;
    background-color: #F7B607;
    margin-left: 1rem;
    transform: translateY(-0.25em); }
  @media (max-width: 767.98px) {
    .section-title {
      width: 60%;
      margin: 1em auto;
      font-size: 1.2rem;
      position: relative; }
      .section-title::before {
        position: absolute;
        left: -45px;
        top: 49%; }
      .section-title::after {
        position: absolute;
        right: -45px;
        top: 49%; } }

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

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

.quantity input.quantity_field {
  width: 60px;
  height: 50px;
  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 #D3D3D3; }
  .quantity input.quantity_field::-webkit-outer-spin-button, .quantity input.quantity_field::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: -110%;
  bottom: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s ease; }
  .mobile-menu.active {
    left: 0; }
  .mobile-menu__inner {
    height: 100%;
    width: 80%;
    max-width: 20em;
    background-color: white;
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column; }
  .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: #F7B607;
            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__buttons {
    padding: 0 1em;
    margin-bottom: 2em; }
    .mobile-menu__buttons .shop-buttons {
      width: 100%;
      justify-content: space-between; }
  .mobile-menu .mobile-search {
    padding: 1em; }
    .mobile-menu .mobile-search__field {
      position: relative;
      border: 1px solid lightgray;
      padding: 0.5em;
      border-radius: 5px; }
    .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: #F7B607;
      color: white;
      border: 0;
      display: flex;
      width: 35px;
      height: 35px;
      align-items: center;
      justify-content: center;
      border-radius: 3px; }

.shop-buttons {
  display: flex;
  align-items: center;
  gap: 2em; }
  .shop-buttons__account {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1rem;
    color: inherit;
    text-decoration: none; }
    .shop-buttons__account__icon {
      position: relative;
      font-size: 1.2em; }
  .shop-buttons__cart {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1rem;
    color: inherit;
    text-decoration: none; }
    .shop-buttons__cart__icon {
      position: relative;
      font-size: 1.2em; }
    .shop-buttons__cart__count {
      background-color: #F7B607;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      color: black;
      font-size: 11px;
      position: absolute;
      top: 0;
      right: -6px;
      display: flex;
      align-items: center;
      justify-content: center; }

.contact-form__cols {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 2em; }

.contact-form .wpcf7-not-valid-tip {
  font-size: 0.75rem; }

.contact-form .wpcf7-response-output {
  background-color: #fff5da;
  border: 0 !important;
  border-radius: 8px;
  padding: 1rem !important;
  font-size: 0.825rem;
  display: block; }

@media (max-width: 767.98px) {
  .contact-form__cols {
    display: block; } }

.category-banner {
  margin: 2em 0; }
  .category-banner__image {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center; }

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
  padding: 1em 0; }
  .main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
    justify-content: center;
    width: 100%;
    gap: 3em; }
    .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; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .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: #F7B607; }
  .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: 767.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: 1.5em 0 0; }

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

.home-banner {
  margin: 2em 0; }
  .home-banner__inner {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 3em;
    display: flex;
    height: 400px;
    align-items: center; }
  .home-banner__content {
    width: 35%; }
  .home-banner__title {
    font-size: 2.5rem;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px;
    line-height: 1.2; }

.home-boxes {
  margin: 3em 0; }
  .home-boxes__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em; }
  .home-boxes .home-box {
    display: block;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease; }
    .home-boxes .home-box__image {
      height: 220px;
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      .home-boxes .home-box__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
        transition: 0.3s ease; }
    .home-boxes .home-box__content {
      padding: 0.5em;
      text-align: center; }
    .home-boxes .home-box:hover {
      color: #F7B607; }
      .home-boxes .home-box:hover .home-box__image img {
        transform: scale(1.02); }

.home-about__content {
  text-align: center; }

.home-products {
  margin: 5em 0; }

@media (max-width: 767.98px) {
  .home-banner {
    margin: 0;
    text-align: center; }
    .home-banner__inner {
      padding: 2em; }
    .home-banner__title {
      font-size: 2.2rem; }
    .home-banner__content {
      width: 100%; }
  .home-boxes__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em; }
  .home-boxes .home-box__image {
    height: 125px; }
  .home-boxes .home-box__content {
    font-size: 0.825rem;
    padding: 0.5em 0; } }

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

.product-summary {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  align-items: center;
  margin-top: 2em; }
  .product-summary__pricing {
    text-align: center; }
  .product-summary__price {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1; }
    .product-summary__price .woocommerce-price-suffix {
      font-size: 0.825rem;
      display: block;
      margin-top: 0.3em; }
  .product-summary__form {
    display: flex;
    align-items: center;
    gap: 1em; }

.woocommerce-product-details__short-description {
  margin-bottom: 2em; }
  .woocommerce-product-details__short-description ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-product-details__short-description ul li {
      padding-left: 2em;
      position: relative;
      margin: 1em 0; }
      .woocommerce-product-details__short-description ul li::before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #F7B607;
        position: absolute;
        left: 0;
        font-size: 1em; }

.variations {
  margin-bottom: 2em; }
  .variations__label {
    font-weight: 600;
    margin-bottom: 1em; }
  .variations__fields select {
    display: none; }
  .variations__fields .variation-box {
    display: inline-block;
    margin-right: 0.5em; }
    .variations__fields .variation-box input {
      display: none; }
    .variations__fields .variation-box__inner {
      border: 1px solid #D3D3D3;
      padding: 0.5em 1em;
      text-align: center;
      min-width: 90px;
      border-radius: 8px;
      display: inline-block;
      cursor: pointer; }
    .variations__fields .variation-box input:checked + span {
      border-color: #F7B607;
      color: #F7B607; }
    .variations__fields .variation-box input:disabled + span {
      opacity: 0.5;
      cursor: not-allowed; }

@media (max-width: 991.98px) {
  .product-header {
    margin: 4em 0; }
    .product-header__inner {
      display: block; }
    .product-header__image {
      margin-bottom: 2em; } }

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

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

.woocommerce-cart .product-thumbnail {
  position: relative; }
  .woocommerce-cart .product-thumbnail img {
    border: 1px solid #D3D3D3;
    width: 120px;
    border-radius: 8px; }
  .woocommerce-cart .product-thumbnail .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #D3D3D3;
    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: #F7B607;
    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 #D3D3D3;
  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 #D3D3D3;
  border-radius: 10px; }
  .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 #D3D3D3; }
  .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: 0;
    padding: 0;
    list-style: none;
    text-align: right; }
  .woocommerce-cart .cart_totals table.shop_table tr.shipping .woocommerce-shipping-destination {
    text-align: right;
    font-size: 0.7rem; }
  .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 {
    display: block;
    width: 100%;
    text-align: center; }

.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%; } }

@media (max-width: 767.98px) {
  .woocommerce-cart .woocommerce-cart-form__contents {
    text-align: center; }
    .woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
      display: inline-block;
      margin: 0 auto;
      border-bottom: 0 !important;
      padding-bottom: 0 !important; }
    .woocommerce-cart .woocommerce-cart-form__contents td.product-name {
      text-align: center; }
    .woocommerce-cart .woocommerce-cart-form__contents .cart-item-content {
      margin-top: 1em; }
    .woocommerce-cart .woocommerce-cart-form__contents td.product-remove {
      display: none; }
  .woocommerce-cart .cart-content {
    display: block; }
  .woocommerce-cart .coupon input {
    margin-bottom: 0.5em;
    text-align: center; } }

.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: 1fr 1fr;
  gap: 4em; }
  .checkout-content__box {
    border: 1px solid #D3D3D3;
    padding: 1em;
    border-radius: 10px; }
  .checkout-content__review-title {
    padding: 0;
    margin: 0 0 1em 0; }
  .checkout-content .form-row input.input-text {
    width: 100%; }
  .checkout-content .woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 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.5em;
      border: 1px solid #D3D3D3;
      width: 100%;
      border-radius: 8px; }
    .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: #F7B607;
        color: #F7B607; }
    .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 #D3D3D3;
      flex-shrink: 0;
      border-radius: 5px; }
    .wc_payment_methods .wc_payment_method .input-radio {
      display: none; }
    .wc_payment_methods .wc_payment_method .input-radio:checked + div {
      border-color: #F7B607; }
      .wc_payment_methods .wc_payment_method .input-radio:checked + div .wc_payment_method__text {
        color: #F7B607; }
      .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: #F7B607; }
    .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;
  font-family: "Lato", sans-serif; }
  #ship-to-different-address label {
    cursor: pointer; }

.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 #D3D3D3;
    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-radius: 5px; }
    #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: #F7B607; }

.checkout_coupon {
  text-align: center;
  border: 1px solid #F7B607;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 2em; }
  .checkout_coupon p {
    margin: 0 0 1em 0; }
  .checkout_coupon p.form-row {
    display: inline-block;
    margin: 0; }

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

.contact-main {
  display: grid;
  grid-template-columns: 1fr 70%;
  gap: 4em;
  margin-top: 2em; }
  .contact-main__content a {
    color: inherit; }
    .contact-main__content a:hover {
      color: #F7B607; }
  .contact-main__form {
    border-left: 1px solid #D3D3D3;
    padding-left: 3em; }
  @media (max-width: 767.98px) {
    .contact-main {
      display: block; }
      .contact-main__content {
        margin-bottom: 3em; }
      .contact-main__form {
        padding-left: 0;
        border: 0; } }

.woocommerce-order-received .site-main {
  margin: 2em 0; }

.woocommerce-order-received ul.woocommerce-thankyou-order-details {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  display: flex;
  margin-bottom: 4em; }
  .woocommerce-order-received ul.woocommerce-thankyou-order-details li {
    font-size: 0.825rem; }
    .woocommerce-order-received ul.woocommerce-thankyou-order-details li:not(:last-child) {
      padding-right: 2em;
      margin-right: 2em;
      border-right: 1px solid #D3D3D3; }
    .woocommerce-order-received ul.woocommerce-thankyou-order-details li strong {
      display: block;
      font-size: 1rem; }

.woocommerce-order-received .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  margin-top: 3em; }
  .woocommerce-order-received .woocommerce-columns--addresses address {
    font-style: normal; }
  .woocommerce-order-received .woocommerce-columns--addresses h2 {
    font-size: 1.2rem;
    display: flex;
    gap: 1em;
    align-items: center; }
    .woocommerce-order-received .woocommerce-columns--addresses h2::before {
      content: '';
      display: block;
      border-bottom: 2px solid #F7B607;
      flex-shrink: 1;
      width: 2em; }

.woocommerce-order-received .woocommerce-table--order-details {
  border-collapse: collapse; }
  .woocommerce-order-received .woocommerce-table--order-details tbody td {
    border-bottom: 1px solid #D3D3D3;
    padding: 1em 0; }
  .woocommerce-order-received .woocommerce-table--order-details tfoot td {
    padding: 0.3em 0; }
  .woocommerce-order-received .woocommerce-table--order-details tfoot th {
    padding: 0.3em 1em 0.3em 0;
    text-align: right; }

.woocommerce-order-received .order-details-item {
  display: flex;
  gap: 2em; }
  .woocommerce-order-received .order-details-item__image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px; }
  .woocommerce-order-received .order-details-item__total .amount {
    color: #F7B607;
    font-weight: 600; }
  .woocommerce-order-received .order-details-item .wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    font-size: 0.825rem; }
    .woocommerce-order-received .order-details-item .wc-item-meta li {
      display: flex;
      align-items: center;
      gap: 1em; }
      .woocommerce-order-received .order-details-item .wc-item-meta li p {
        margin: 0;
        padding: 0; }

@media (max-width: 767.98px) {
  .woocommerce-order-received ul.woocommerce-thankyou-order-details {
    display: block; }
    .woocommerce-order-received ul.woocommerce-thankyou-order-details li:not(:last-child) {
      border: 0;
      margin-bottom: 1em; }
  .woocommerce-order-received .woocommerce-table--order-details {
    display: block; }
    .woocommerce-order-received .woocommerce-table--order-details td, .woocommerce-order-received .woocommerce-table--order-details tr, .woocommerce-order-received .woocommerce-table--order-details th {
      display: block; }
    .woocommerce-order-received .woocommerce-table--order-details tbody td.product-total {
      display: none; }
    .woocommerce-order-received .woocommerce-table--order-details tfoot tr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1em; }
  .woocommerce-order-received .woocommerce-columns--addresses {
    display: block; } }

/* 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; }
