@charset "UTF-8";
/*!
Theme Name: Sagatia
Theme URI: http://sagatia.pl
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* barlow-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/barlow-v13-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/barlow-v13-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/barlow-v13-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/barlow-v13-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/barlow-v13-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/barlow-v13-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("fonts/star.eot");
  src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("fonts/WooCommerce.eot");
  src: url("fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("fonts/WooCommerce.woff") format("woff"), url("fonts/WooCommerce.ttf") format("truetype"), url("fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * WooCommerce CSS Variables
 */
/*==================================
=            Top colors            =
==================================*/
/*=====  End of Top colors  ======*/
/*===================================
=            Mobile menu            =
===================================*/
/*=====  End of Mobile menu  ======*/
/*=============================
=            Forms            =
=============================*/
/*=====  End of Forms  ======*/
/*=====================================
=            Footer styles            =
=====================================*/
/*=====  End of Footer styles  ======*/
/*==============================
=            Tables            =
==============================*/
/*=====  End of Tables  ======*/
/*================================
=            Checkout            =
================================*/
/*=====  End of Checkout  ======*/
/*=================================
=            MyAccount            =
=================================*/
/*=====  End of MyAccount  ======*/
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font: normal 16px/1.618 "Barlow", Arial, Helvetica, sans-serif;
  color: #222;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #222;
  line-height: 1;
}

h2 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
  color: #399eda;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

mark {
  background: #399eda;
  color: #fff;
  padding: 0 5px;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
.new-place-top-info {
  display: block;
  background: #e02424;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.new-place-top-info p {
  margin-bottom: 0;
}
.new-place-top-info p a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.new-place-top-info p a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .new-place-top-info {
    font-size: 11px;
    padding: 4px 0;
  }
}

.woo-multi-currency.wmc-shortcode.plain-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
  font-size: 15px;
  padding: 0;
  margin-right: 16px;
}
.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency:last-child {
  margin-right: 0;
}

.woo-multi-currency.wmc-shortcode .wmc-currency a {
  color: #000;
}

.top-holiday-info {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #fff;
  background: #1F8C4E;
}

@media (min-width: 1024px) {
  .top-fixed-wrapper {
    display: block;
  }
  .top-fixed-wrapper .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
  }
  .top-fixed-wrapper .top-info ul {
    list-style: none;
    margin: 0;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-fixed-wrapper .top-info ul li {
    margin-right: 24px;
    padding-left: 20px;
    background: url(images/check-green.svg) left center no-repeat;
    background-size: 12px 12px;
  }
  .top-fixed-wrapper .first-row {
    height: 64px;
    gap: 0 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .top-fixed-wrapper .first-row {
    gap: 0 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .top-fixed-wrapper .first-row {
    gap: 0 40px;
  }
}
@media (min-width: 1024px) {
  .top-fixed-wrapper .first-row .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .top-fixed-wrapper .first-row .logo a,
  .top-fixed-wrapper .first-row .logo img {
    height: 36px;
    width: 137px;
    vertical-align: top;
  }
  .top-fixed-wrapper .first-row .nav-toggle {
    display: none;
  }
  .top-fixed-wrapper .first-row .search-form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .top-fixed-wrapper .first-row .searchform {
    height: 48px;
    position: relative;
  }
  .top-fixed-wrapper .first-row .searchform input {
    width: 100%;
    font-size: 16px;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
            box-shadow: inset 0 0 0 1px #e1e1e1;
    height: 48px;
    padding: 0 64px 0 16px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-fixed-wrapper .first-row .searchform input:focus {
    -webkit-box-shadow: inset 0 0 0 2px #1c64f2;
            box-shadow: inset 0 0 0 2px #1c64f2;
  }
  .top-fixed-wrapper .first-row .searchform button {
    white-space: nowrap;
    border: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
  }
  .top-fixed-wrapper .first-row .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .top-fixed-wrapper .first-row .right-content .link-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
  }
  .top-fixed-wrapper .first-row .right-content .link-with-icon svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .top-fixed-wrapper .first-row .right-content {
    gap: 0 20px;
  }
  .top-fixed-wrapper .first-row .right-content .link-with-icon {
    gap: 0 10px;
  }
  .top-fixed-wrapper .first-row .right-content .link-with-icon svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .top-fixed-wrapper .first-row .right-content .link-with-icon svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1024px) {
  .top-fixed-wrapper .first-row .basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .top-fixed-wrapper .first-row .basket button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    text-indent: -9999px;
  }
  .top-fixed-wrapper .first-row .basket .cart-button,
  .top-fixed-wrapper .first-row .basket .cart-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 32px;
    background: url(images/shopping-cart.svg) left center no-repeat;
    background-size: 32px 32px;
    padding-left: 48px;
    position: relative;
    white-space: nowrap;
    border: none;
    font-size: 15px;
    font-weight: 500;
  }
  .top-fixed-wrapper .first-row .basket .cart-button .amount,
  .top-fixed-wrapper .first-row .basket .cart-contents .amount {
    color: #000;
  }
  .top-fixed-wrapper .first-row .basket .cart-button .count,
  .top-fixed-wrapper .first-row .basket .cart-contents .count {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .top-fixed-wrapper .first-row .basket .cart-button,
  .top-fixed-wrapper .first-row .basket .cart-contents {
    height: 28px;
    background-size: 28px 28px;
    padding-left: 38px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .top-fixed-wrapper .first-row .basket .cart-button,
  .top-fixed-wrapper .first-row .basket .cart-contents {
    height: 28px;
    background-size: 24px 24px;
    padding-left: 34px;
  }
}
@media (min-width: 1024px) {
  .top-fixed-wrapper .second-row {
    background: #112f41;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .top-fixed-wrapper .first-row {
    gap: 0 40px;
  }
}
@media (min-width: 1024px) {
  .main-menu-wrap ul {
    list-style: none;
    margin: 0;
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu-wrap ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
  }
  .main-menu-wrap ul a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 0 16px;
  }
  .main-menu-wrap ul a:hover {
    background: #399eda;
  }
}
@media (min-width: 1024px) and (max-width: 1480px) {
  .main-menu-wrap ul a {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .main-menu-wrap ul a {
    padding: 0 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .main-menu-wrap ul a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .main-menu-wrap ul a {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  .main-menu-wrap ul a {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .main-menu-wrap .main-menu ul {
    position: absolute;
    display: none;
    z-index: 1000;
    background: #399eda;
  }
  .main-menu-wrap .main-menu ul li {
    line-height: 1;
    white-space: nowrap;
  }
  .main-menu-wrap .main-menu ul a {
    font-size: 14px;
    display: block;
    padding: 12px 15px;
    text-transform: none;
    font-weight: normal;
  }
  .main-menu-wrap .main-menu ul a:hover {
    background: rgb(36.8740425532, 137.530212766, 197.3259574468);
  }
  .main-menu-wrap .main-menu > li:first-child > ul {
    width: 660px;
  }
  .main-menu-wrap .main-menu > li:first-child > ul > li {
    width: 33.3333333333%;
  }
  .main-menu-wrap .main-menu > li:first-child > ul > li > a {
    font-weight: bold;
    font-size: 16px;
  }
  .main-menu-wrap .main-menu > li:first-child > ul > li > ul {
    display: block;
    position: static;
    background: #399eda;
  }
  .main-menu-wrap .main-menu > li:first-child > ul > li > ul a {
    font-size: 13px;
  }
  .main-menu-wrap .main-menu > li:first-child > ul > li > ul ul {
    display: none;
  }
  .main-menu-wrap .main-menu > li:first-child > ul a:hover {
    background: rgb(36.8740425532, 137.530212766, 197.3259574468);
  }
  .main-menu-wrap .main-menu > li:hover > a {
    background: #399eda;
  }
  .main-menu-wrap .main-menu li:hover > ul {
    display: block;
  }
  .main-menu-wrap .main-menu > li:first-child:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu-wrap .main-menu li:not(:first-child) ul li:hover > a {
    background: rgb(36.8740425532, 137.530212766, 197.3259574468);
  }
  .main-menu-wrap .main-menu li:not(:first-child) ul ul {
    left: 100%;
    top: 0;
    background: rgb(36.8740425532, 137.530212766, 197.3259574468);
  }
  .main-menu-wrap .main-menu li:not(:first-child) ul ul a:hover {
    background: rgb(32.0561702128, 119.5608510638, 171.5438297872);
  }
  .main-menu-wrap .main-menu .menu-item-15504 > a {
    color: #47ab6c;
  }
  .main-menu-wrap .main-menu .menu-item-15504 > a:hover {
    background: #47ab6c;
    color: #fff;
  }
  .main-menu-wrap .main-menu .menu-item-15506 > a {
    color: #f2b134;
  }
  .main-menu-wrap .main-menu .menu-item-15506 > a:hover {
    background: #f2b134;
    color: #fff;
  }
  .main-menu-wrap .main-menu .menu-item-102376 > a {
    color: #F21628;
  }
  .main-menu-wrap .main-menu .menu-item-102376 > a:hover {
    background: #F21628;
    color: #fff;
  }
  .main-menu-wrap .client-menu {
    margin-right: 30px;
  }
  .main-menu-wrap .client-menu ul {
    position: absolute;
    right: 0;
    top: 100%;
    background: #399eda;
    z-index: 1000;
    display: none;
  }
  .main-menu-wrap .client-menu ul li {
    line-height: 1;
    white-space: nowrap;
  }
  .main-menu-wrap .client-menu ul a {
    padding: 12px 15px;
    text-transform: none;
    font-weight: normal;
  }
  .main-menu-wrap .client-menu ul a:hover {
    background: rgb(36.8740425532, 137.530212766, 197.3259574468);
  }
  .main-menu-wrap .client-menu > li > a {
    padding-right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-menu-wrap .client-menu > li:hover > a {
    background: #399eda;
    padding-right: 15px;
  }
  .main-menu-wrap .client-menu a span {
    padding-right: 20px;
    background: url(images/menu-arrow-down-white.svg) right center no-repeat;
    background-size: 10px 10px;
  }
  .main-menu-wrap .client-menu li:hover > ul {
    display: block;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper {
    display: block;
    position: relative;
    z-index: 900;
    background: #fff;
    -webkit-box-shadow: 0.3px 0.5px 2.2px rgba(0, 0, 0, 0.011), 0.7px 1.3px 5.3px rgba(0, 0, 0, 0.016), 1.4px 2.4px 10px rgba(0, 0, 0, 0.02), 2.5px 4.2px 17.9px rgba(0, 0, 0, 0.024), 4.6px 7.9px 33.4px rgba(0, 0, 0, 0.029), 11px 19px 80px rgba(0, 0, 0, 0.04);
            box-shadow: 0.3px 0.5px 2.2px rgba(0, 0, 0, 0.011), 0.7px 1.3px 5.3px rgba(0, 0, 0, 0.016), 1.4px 2.4px 10px rgba(0, 0, 0, 0.02), 2.5px 4.2px 17.9px rgba(0, 0, 0, 0.024), 4.6px 7.9px 33.4px rgba(0, 0, 0, 0.029), 11px 19px 80px rgba(0, 0, 0, 0.04);
  }
  .top-fixed-wrapper .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 30px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    background: #fff;
  }
  .top-fixed-wrapper .top-info ul {
    display: none;
  }
  .top-fixed-wrapper .first-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    gap: 0 24px;
  }
  .top-fixed-wrapper .first-row .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
  }
  .top-fixed-wrapper .first-row .logo a,
  .top-fixed-wrapper .first-row .logo img {
    height: 28px;
    width: auto;
    vertical-align: top;
  }
  .top-fixed-wrapper .first-row .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .top-fixed-wrapper .first-row .right-content .link-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
  }
  .top-fixed-wrapper .first-row .right-content .link-with-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }
}
@media (max-width: 1024px) and (max-width: 650px) {
  .top-fixed-wrapper .first-row .right-content span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper .first-row .basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .top-fixed-wrapper .first-row .basket button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    text-indent: -9999px;
  }
  .top-fixed-wrapper .first-row .basket .cart-button,
  .top-fixed-wrapper .first-row .basket .cart-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 24px;
    background: url(images/shopping-cart.svg) left center no-repeat;
    background-size: 24px 24px;
    padding-left: 36px;
    position: relative;
    white-space: nowrap;
    border: none;
    font-size: 15px;
    font-weight: 500;
  }
  .top-fixed-wrapper .first-row .basket .cart-button .amount,
  .top-fixed-wrapper .first-row .basket .cart-contents .amount {
    color: #000;
  }
  .top-fixed-wrapper .first-row .basket .cart-button .count,
  .top-fixed-wrapper .first-row .basket .cart-contents .count {
    display: none;
  }
  .top-fixed-wrapper .search-form-wrap {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 12px 1fr;
    grid-template-columns: 48px 1fr;
    gap: 0 12px;
    padding-bottom: 8px;
  }
  .top-fixed-wrapper .search-form-wrap .nav-toggle {
    display: block;
    width: 44px;
    height: 44px;
    background: url(images/user-menu.svg) center no-repeat;
    background-size: 16px 16px;
    padding: 0;
    border: 1px solid #e1e1e1;
    text-indent: -9999px;
    border-radius: 4px;
  }
  .top-fixed-wrapper .search-form-wrap .searchform {
    position: relative;
    height: 42px;
  }
  .top-fixed-wrapper .search-form-wrap .searchform input {
    width: 100%;
    font-size: 16px;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
            box-shadow: inset 0 0 0 1px #e1e1e1;
    height: 42px;
    padding: 0 64px 0 16px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-fixed-wrapper .search-form-wrap .searchform input:focus {
    -webkit-box-shadow: inset 0 0 0 2px #1c64f2;
            box-shadow: inset 0 0 0 2px #1c64f2;
  }
  .top-fixed-wrapper .search-form-wrap .searchform button {
    white-space: nowrap;
    border: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
  }
  .top-fixed-wrapper .search-form-wrap .searchform button img {
    width: 16px;
    height: 16px;
  }
  .top-fixed-wrapper .second-row {
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 550px) {
  .top-fixed-wrapper .first-row .basket #site-header-cart .cart-contents {
    width: 40px;
  }
  .top-fixed-wrapper .first-row .user-menu li.login a, .top-fixed-wrapper .first-row .user-menu li.account a {
    width: 40px;
  }
  .top-fixed-wrapper .first-row .user-menu li .search-toggle {
    width: 40px;
  }
}
@font-face {
  font-display: swap;
}
body {
  background: #fff;
}

:root {
  --shadow-xs: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 0 30px 42px -1px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012), 0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035), 0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07), 0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117), 0 46px 60px -6px rgba(0, 0, 0, 0.2);
}

.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1440px) {
  .container,
  .container-flex {
    max-width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1280px) {
  .container,
  .container-flex {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container,
  .container-flex {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1024px) {
  .container,
  .container-flex {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-highlight-info {
  display: block;
  background: #399eda;
  margin-bottom: 20px;
}
.top-highlight-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.top-highlight-info ul li {
  width: 33.3333333333%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 1366px) {
  .top-highlight-info ul {
    padding: 8px 0;
  }
  .top-highlight-info ul li {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .top-highlight-info {
    display: none;
  }
}

body.home .top-highlight-info {
  margin-bottom: 0;
}

body.woocommerce-account .top-highlight-info {
  display: none;
}

.breadcrumb {
  display: block;
  font-size: 12px;
  color: #000;
  padding: 12px 0 24px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #112f41;
}
@media (max-width: 1024px) {
  .breadcrumb {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

body.home .breadcrumb {
  display: none;
}

.contact-wrapper {
  display: block;
  padding: 40px 0;
}
.contact-wrapper p {
  font-size: 21px;
  color: #222222;
  margin-bottom: 30px;
}
.contact-wrapper p strong {
  font-size: 30px;
  font-weight: 600;
}
.contact-wrapper .phones {
  font-size: 36px;
  font-weight: 300;
}
.contact-wrapper .phones a {
  color: #112f41;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.contact-wrapper .phones a:hover {
  color: #399eda;
  border-bottom: 1px solid #399eda;
}
@media (max-width: 1024px) {
  .contact-wrapper p {
    font-size: 19px;
  }
  .contact-wrapper p strong {
    font-size: 27px;
  }
  .contact-wrapper .phones {
    font-size: 30px;
  }
}
@media (min-width: 900px) {
  .contact-wrapper {
    background: #d6d5d0 url(images/contact-wrapper.webp) center no-repeat;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .contact-wrapper {
    background: #d6d5d0 url(images/contact-wrapper-900.webp) center right no-repeat;
  }
  .contact-wrapper p {
    font-size: 17px;
  }
  .contact-wrapper p strong {
    font-size: 23px;
  }
  .contact-wrapper .phones {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .contact-wrapper {
    background: #d6d5d0;
    text-align: center;
  }
  .contact-wrapper p {
    font-size: 17px;
  }
  .contact-wrapper p strong {
    font-size: 23px;
  }
  .contact-wrapper .phones {
    font-size: 27px;
  }
}
@media (max-width: 660px) {
  .contact-wrapper {
    padding: 30px 0;
  }
  .contact-wrapper p {
    font-size: 16px;
    line-height: 1.4;
  }
  .contact-wrapper p strong {
    font-size: 21px;
  }
  .contact-wrapper .phones {
    line-height: 1.2;
  }
  .contact-wrapper .phones a {
    display: block;
  }
  .contact-wrapper .phones span {
    display: none;
  }
}

.page-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #112f41;
  margin-bottom: 20px;
}

.woocommerce-account .container > h2 {
  display: none;
}

.dgfw-available-gifts {
  padding: 0;
  background: none;
}

.text-page-cta {
  display: block;
  padding: 40px;
  border: 2px solid #112f41;
  margin-bottom: 64px;
}
.text-page-cta > strong {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.text-page-cta .cta-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.text-page-cta .cta-contact a {
  color: #112f41;
  text-decoration: none;
  font-size: 27px;
  font-weight: 300;
  padding-left: 36px;
  margin: 0 32px;
}
.text-page-cta .cta-contact a span {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.text-page-cta .cta-contact a:hover span {
  border-bottom-color: #112f41;
}
.text-page-cta .cta-contact .phone {
  background: url(images/phone.svg) left center no-repeat;
  background-size: 24px 24px;
}
.text-page-cta .cta-contact .mail {
  background: url(images/mail.svg) left center no-repeat;
  background-size: 24px 24px;
}
.text-page-cta .cta-category-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 24px;
}
.text-page-cta .cta-category-grid .photo {
  margin-bottom: 8px;
}
.text-page-cta .cta-category-grid .photo a {
  display: block;
  overflow: hidden;
}
.text-page-cta .cta-category-grid .photo a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-page-cta .cta-category-grid .photo a:hover img {
  -webkit-transform: scale(1.1) rotate(5deg);
      -ms-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}
.text-page-cta .cta-category-grid .name a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #112f41;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screen-reader-text {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: initial;
}

.home-slider {
  display: block;
  margin-bottom: 25px;
}
.home-slider .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-slider .owl-carousel .owl-nav .owl-prev,
.home-slider .owl-carousel .owl-nav .owl-next {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 1px;
  text-indent: -9999px;
}
.home-slider .owl-carousel .owl-nav .owl-prev {
  background: #112f41 url(images/slider-left.svg) center no-repeat;
  background-size: 20px 20px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover {
  background-color: #399eda;
}
.home-slider .owl-carousel .owl-nav .owl-next {
  background: #112f41 url(images/slider-right.svg) center no-repeat;
  background-size: 20px 20px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover {
  background-color: #399eda;
}

.home-promo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background: #e02424 url(images/sale-bck.webp) center no-repeat;
  color: #fff;
  padding: 40px 24px;
  text-align: center;
  margin-bottom: 40px;
}
.home-promo-info p {
  margin-bottom: 0;
  line-height: 1.2;
}
.home-promo-info p {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .home-promo-info p {
    font-size: calc(27px + 17 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-promo-info p {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .home-promo-info {
    padding: 24px 16px;
    gap: 24px;
  }
}

.online-meet-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 40px 1fr 40px -webkit-min-content;
  -ms-grid-columns: 200px 40px 1fr 40px min-content;
  grid-template-columns: 200px 1fr -webkit-min-content;
  grid-template-columns: 200px 1fr min-content;
  gap: 32px 40px;
  padding: 32px;
  background: #112f41;
  background: #18357f;
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
}
.online-meet-wrap .image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.online-meet-wrap .countdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-align: center;
}
.online-meet-wrap .text > p {
  margin-bottom: 20px;
  line-height: 1.45;
}
.online-meet-wrap .text > p:first-child {
  font-size: 21px;
}
.online-meet-wrap .text > p:last-child {
  margin-bottom: 0;
}
.online-meet-wrap .text .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px 24px;
}
.online-meet-wrap .text .links p {
  line-height: 1.1;
  margin-bottom: 0;
}
.online-meet-wrap .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  gap: 0 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.online-meet-wrap .text ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.online-meet-wrap .text ul a img {
  vertical-align: top;
}
@media (max-width: 1280px) {
  .online-meet-wrap {
    padding: 28px;
    -ms-grid-columns: 160px 1fr -webkit-min-content;
    -ms-grid-columns: 160px 1fr min-content;
    grid-template-columns: 160px 1fr -webkit-min-content;
    grid-template-columns: 160px 1fr min-content;
    font-size: 15px;
  }
  .online-meet-wrap .text ul a img {
    height: 20px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .online-meet-wrap {
    -ms-grid-columns: 1fr -webkit-min-content;
    -ms-grid-columns: 1fr min-content;
    grid-template-columns: 1fr -webkit-min-content;
    grid-template-columns: 1fr min-content;
    padding: 24px;
  }
  .online-meet-wrap .image {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .online-meet-wrap .image img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .online-meet-wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
  .online-meet-wrap .image,
  .online-meet-wrap .text {
    display: none;
  }
}
@media (max-width: 600px) {
  .online-meet-wrap {
    padding: 16px;
  }
  .online-meet-wrap .countdown-wrap {
    white-space: normal;
  }
}

.home-title {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.home-title h1 {
  font-size: 27px;
}
@media (max-width: 1280px) {
  .home-title {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .home-title {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .home-title {
    font-size: 21px;
  }
}

.subtitle {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.subtitle span {
  display: block;
  text-transform: uppercase;
  color: #112f41;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.subtitle span {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .subtitle span {
    font-size: calc(24px + 12 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .subtitle span {
    font-size: 36px;
  }
}
.subtitle hr {
  display: block;
  width: 70px;
  height: 2px;
  background: #112f41;
  border: none;
  margin: 0 auto;
}
.subtitle.smaller {
  text-align: left;
  margin-bottom: 20px;
}
.subtitle.smaller p {
  margin-bottom: 0;
  font-size: 24px;
}

.home-about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.home-about-wrapper .logo {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin-right: 40px;
}
.home-about-wrapper .desc {
  font-size: 17px;
  color: #112f41;
}
.home-about-wrapper h1 {
  font-size: 21px;
  margin-bottom: 5px;
  color: #112f41;
}
.home-about-wrapper h2 {
  font-size: 19px;
  color: #112f41;
  margin-bottom: 10px;
}
.home-about-wrapper p {
  margin-bottom: 20px;
}
.home-about-wrapper .more-desc {
  display: none;
}
.home-about-wrapper .more-link {
  display: block;
}
.home-about-wrapper .more-link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #112f41;
  line-height: 1;
  padding: 10px 15px;
}
.home-about-wrapper .more-link a:hover {
  background: #399eda;
}
@media (max-width: 1280px) {
  .home-about-wrapper .logo {
    width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    margin-right: 30px;
  }
  .home-about-wrapper .desc {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .home-about-wrapper .logo {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    margin-right: 30px;
  }
  .home-about-wrapper .desc {
    font-size: 15px;
  }
}
@media (max-width: 860px) {
  .home-about-wrapper .logo {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 30px;
  }
  .home-about-wrapper .desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-about-wrapper {
    display: block;
    background-color: #f1f1f1;
    padding: 20px;
  }
  .home-about-wrapper .logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home-about-wrapper .logo img {
    height: 120px;
  }
  .home-about-wrapper .desc {
    font-size: 14px;
  }
}

.home-category-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
  margin-bottom: 64px;
}
.home-category-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-category-wrapper .one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home-category-wrapper .two {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.home-category-wrapper .three {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home-category-wrapper .four {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home-category-wrapper .five {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.home-category-wrapper .six {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .home-category-wrapper {
    margin-bottom: 44px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px 16px;
  }
  .home-category-wrapper .one {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-category-wrapper .two {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-category-wrapper .three {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .home-category-wrapper .four {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .home-category-wrapper .five {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .home-category-wrapper .six {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

.home-blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.home-blog-wrapper .left {
  width: 65%;
  margin-right: 2%;
}
.home-blog-wrapper .right {
  width: 33%;
  display: block;
}
.home-blog-wrapper .post {
  display: block;
  position: relative;
}
.home-blog-wrapper .post .photo {
  display: block;
}
.home-blog-wrapper .post .photo img {
  width: 100%;
}
.home-blog-wrapper .left .desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 47, 65, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}
.home-blog-wrapper .left .desc .text {
  width: 100%;
  text-align: center;
}
.home-blog-wrapper .left .desc .date {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.home-blog-wrapper .left .desc .title {
  display: block;
  margin-bottom: 30px;
}
.home-blog-wrapper .left .desc .title a {
  font-weight: 400;
  color: #fff;
}
.home-blog-wrapper .left .desc .title a {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .home-blog-wrapper .left .desc .title a {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-blog-wrapper .left .desc .title a {
    font-size: 48px;
  }
}
.home-blog-wrapper .left .desc .title a:hover {
  text-decoration: underline;
}
.home-blog-wrapper .left .desc .more {
  display: block;
}
.home-blog-wrapper .left .desc .more a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding: 15px 30px;
  border: 2px solid #fff;
}
.home-blog-wrapper .left .desc .more a:hover {
  background: #fff;
  color: #112f41;
}
.home-blog-wrapper .right .post {
  height: 50%;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-blog-wrapper .right .post:first-child {
  border-bottom: 10px solid #fff;
}
.home-blog-wrapper .right .post:last-child {
  border-top: 10px solid #fff;
}
.home-blog-wrapper .right .post .photo {
  display: none;
}
.home-blog-wrapper .right .desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(#112f41), color-stop(30%, rgba(17, 47, 65, 0.5)), to(rgba(17, 47, 65, 0)));
  background: linear-gradient(to top, #112f41 0%, rgba(17, 47, 65, 0.5) 30%, rgba(17, 47, 65, 0) 100%);
}
.home-blog-wrapper .right .desc .text {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-blog-wrapper .right .desc .title {
  display: block;
  line-height: 1.3;
}
.home-blog-wrapper .right .desc .title a {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.home-blog-wrapper .right .desc .title a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .home-blog-wrapper .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home-blog-wrapper .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-blog-wrapper .right .post {
    width: 49%;
    margin-right: 2%;
    height: 100%;
    border: none !important;
  }
  .home-blog-wrapper .right .post:last-child {
    margin-right: 0;
  }
  .home-blog-wrapper .right .post .photo {
    display: block;
  }
  .home-blog-wrapper .right .post .desc .title a {
    font-size: 24px;
  }
}
@media (max-width: 660px) {
  .home-blog-wrapper .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-blog-wrapper .right .post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: auto;
  }
  .home-blog-wrapper .right .post:last-child {
    margin-bottom: 0;
  }
}

.home-photo-with-text {
  display: -ms-grid;
  display: grid;
  gap: 32px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .home-photo-with-text.left-photo {
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
  }
  .home-photo-with-text.left-photo .photo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-photo-with-text.left-photo .desc {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-photo-with-text.right-photo {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
  }
  .home-photo-with-text.right-photo .photo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-photo-with-text.right-photo .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (max-width: 1024px) {
  .home-photo-with-text.left-photo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-photo-with-text.right-photo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home-photo-with-text .photo img {
  width: 100%;
}
.home-photo-with-text .desc h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
.home-photo-with-text .desc ul li {
  margin-bottom: 8px;
}
.home-photo-with-text .desc ul li:last-child {
  margin-bottom: 0;
}
.home-photo-with-text .desc a {
  color: inherit;
}
.home-photo-with-text .desc a:hover {
  text-decoration: underline;
}

.home-photo-with-text + .home-photo-with-text {
  margin-top: -32px;
}

.blog-categories {
  margin-bottom: 30px;
}
.blog-categories ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-categories ul li {
  margin-right: 12px;
}
.blog-categories ul li:last-child {
  margin-right: 0;
}
.blog-categories ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #112f41;
  border: 2px solid #112f41;
  height: 44px;
  border-radius: 3px;
  padding: 0 20px;
  white-space: nowrap;
}
.blog-categories ul a:hover {
  background: #112f41;
  color: #fff;
}
@media (max-width: 1366px) {
  .blog-categories ul li {
    margin-right: 8px;
  }
  .blog-categories ul a {
    padding: 0 16px;
  }
}
@media (max-width: 1366px) {
  .blog-categories ul a {
    padding: 0 14px;
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  .blog-categories {
    overflow-x: scroll;
  }
}

.post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 64px;
}
.post-grid .article {
  margin-bottom: 60px;
}
.post-grid .photo {
  display: block;
  margin-bottom: 20px;
  aspect-ratio: 16/12;
  overflow: hidden;
  background-color: #f1f1f1;
}
.post-grid .photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.post-grid .photo a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.post-grid .photo img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-grid .title {
  display: block;
  margin-bottom: 16px;
}
.post-grid .title a {
  color: #112f41;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-grid .title a:hover {
  text-decoration: underline;
  color: #399eda;
}
.post-grid .excerpt {
  font-size: 16px;
  color: #112f41;
}
@media (max-width: 1024px) {
  .post-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 48px;
  }
}

.pagination {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a,
.pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 15px;
  color: #112f41;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #112f41;
  font-weight: 500;
  margin: 0 4px;
}
.pagination a:hover,
.pagination span {
  color: #fff;
  background: #112f41;
  border-color: #112f41;
}
@media (max-width: 768px) {
  .pagination {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
}

.container-flex .left-content {
  width: 70%;
}
.container-flex .sidebar {
  width: 25%;
  margin-left: 5%;
}
@media (max-width: 1280px) {
  .container-flex .left-content {
    width: 65%;
  }
  .container-flex .sidebar {
    width: 30%;
  }
}
@media (max-width: 960px) {
  .container-flex .left-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .container-flex .sidebar {
    display: none;
  }
}

article.single-article {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 64px;
}
article.single-article .article-title {
  font-weight: 600;
  margin-bottom: 20px;
}
article.single-article .article-title {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  article.single-article .article-title {
    font-size: calc(27px + 9 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  article.single-article .article-title {
    font-size: 36px;
  }
}
article.single-article .article-photo {
  display: block;
  margin-bottom: 32px;
  overflow: hidden;
}

.promo-product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 40px;
}
.promo-product-grid .promo-product {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 32px);
          flex: 0 0 calc(25% - 32px);
  margin: 0 16px;
}
@media (max-width: 768px) {
  .promo-product-grid .promo-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 32px);
            flex: 0 0 calc(33.3333333333% - 32px);
  }
}
@media (max-width: 550px) {
  .promo-product-grid .promo-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 32px);
            flex: 0 0 calc(50% - 32px);
  }
}
.promo-product-grid .photo {
  display: block;
  margin-bottom: 12px;
}
.promo-product-grid .title {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.promo-product-grid .title a {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.promo-product-grid .stars {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px 8px 16px 8px 16px 8px 16px 8px 16px;
  grid-template-columns: repeat(5, 16px);
  gap: 0 8px;
  width: 112px;
  margin: 0 auto 16px;
}
.promo-product-grid .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-product-grid .more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #112f41;
  border: 2px solid #112f41;
  border-radius: 3px;
  padding: 0 24px;
  height: 44px;
}
.promo-product-grid .more a:hover {
  background: #47ab6c;
  border-color: #47ab6c;
  color: #fff;
}

.sidebar .box {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #c1c1c1;
}
.sidebar .box .boxtitle {
  font-size: 21px;
  font-weight: 600;
  color: #112f41;
  margin-bottom: 20px;
}
.sidebar .box ul {
  list-style: none;
  margin: 0;
}
.sidebar .box ul li {
  margin-bottom: 5px;
}
.sidebar .box ul li:last-child {
  margin-bottom: 0;
}
.sidebar .box ul a {
  color: #112f41;
}
.sidebar .box ul a:hover {
  color: #399eda;
}

.entry-content {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .entry-content {
    font-size: calc(17px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content {
    font-size: 21px;
  }
}
.entry-content h2,
.entry-content .h2 {
  margin-bottom: 32px;
  font-weight: 700;
}
.entry-content h2,
.entry-content .h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .entry-content h2,
  .entry-content .h2 {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h2,
  .entry-content .h2 {
    font-size: 32px;
  }
}
.entry-content h3,
.entry-content .h3 {
  margin-bottom: 24px;
  font-weight: 600;
}
.entry-content h3,
.entry-content .h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .entry-content h3,
  .entry-content .h3 {
    font-size: calc(22px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h3,
  .entry-content .h3 {
    font-size: 27px;
  }
}
.entry-content h4,
.entry-content .h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.entry-content h4,
.entry-content .h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .entry-content h4,
  .entry-content .h4 {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h4,
  .entry-content .h4 {
    font-size: 24px;
  }
}
.entry-content a {
  color: #47ab6c;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #000;
}
.entry-content .gallery {
  display: -ms-grid;
  display: grid;
  gap: 16px 16px;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-content .gallery .gallery-item {
  display: block;
}
.entry-content .gallery a {
  display: block;
  position: relative;
  text-align: center;
}
.entry-content .gallery a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 47, 65, 0.9) url(images/search-white.svg) center no-repeat;
  background-size: 40px 40px;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
}
.entry-content .gallery a:hover:after {
  opacity: 1;
}
.entry-content .gallery a:last-child {
  margin-bottom: 0;
}
.entry-content .gallery a img {
  width: 100%;
}
.entry-content .gallery.gallery-columns-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .entry-content .gallery.gallery-columns-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.entry-content .gallery.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .entry-content .gallery.gallery-columns-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 560px) {
  .entry-content .gallery.gallery-columns-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.entry-content .gallery.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .entry-content .gallery.gallery-columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .entry-content .gallery.gallery-columns-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.entry-content .gallery.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .entry-content .gallery.gallery-columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .entry-content .gallery.gallery-columns-5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .entry-content .gallery.gallery-columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .entry-content .gallery.gallery-columns-5 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-page-content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  font-size: 19px;
}
.single-page-content table {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  margin-bottom: 30px;
}
.single-page-content table th,
.single-page-content table td {
  padding: 10px;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.single-page-content table th {
  font-size: 16px;
  background-color: #f1f1f1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .single-page-content table.delivery-table {
    font-size: 18px;
  }
  .single-page-content table.delivery-table th {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .single-page-content table.delivery-table tbody tr td {
    padding: 12px;
  }
  .single-page-content table.delivery-table tbody tr em {
    font-weight: bold;
    color: #e02424;
  }
  .single-page-content table.delivery-table tbody tr:nth-child(odd) td {
    background-color: #fafafa;
  }
  .single-page-content table.delivery-table tbody tr td:first-child {
    font-weight: bold;
    text-align: center;
  }
  .single-page-content table.delivery-table tbody tr:hover td {
    background: rgba(68, 191, 85, 0.2);
  }
}
@media (max-width: 767px) {
  .single-page-content table.delivery-table {
    font-size: 16px;
    display: block;
    border: none;
  }
  .single-page-content table.delivery-table thead {
    display: none;
  }
  .single-page-content table.delivery-table tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .single-page-content table.delivery-table tbody tr {
    display: block;
    border: 1px solid #e1e1e1;
  }
  .single-page-content table.delivery-table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    text-align: right;
    font-weight: bold;
    padding: 6px 20px;
  }
  .single-page-content table.delivery-table tbody tr td:nth-child(1):before {
    content: "Kod kraju";
    text-align: left;
    font-weight: normal;
    padding-top: 6px;
  }
  .single-page-content table.delivery-table tbody tr td:nth-child(2):before {
    content: "Kraj";
    text-align: left;
    font-weight: normal;
  }
  .single-page-content table.delivery-table tbody tr td:nth-child(3):before {
    content: "Przewoźnik";
    text-align: left;
    font-weight: normal;
  }
  .single-page-content table.delivery-table tbody tr td:nth-child(4):before {
    content: "Cena w PLN";
    text-align: left;
    font-weight: normal;
  }
  .single-page-content table.delivery-table tbody tr td:nth-child(5):before {
    content: "Cena w EUR";
    text-align: left;
    font-weight: normal;
  }
  .single-page-content table.delivery-table tbody tr td:nth-child(6):before {
    content: "Pobranie EUR";
    text-align: left;
    font-weight: normal;
  }
  .single-page-content table.delivery-table tbody tr td:nth-child(7):before {
    content: "Kraj zwrotu";
    text-align: left;
    font-weight: normal;
    padding-bottom: 6px;
  }
  .single-page-content table.delivery-table tbody tr em {
    font-weight: bold;
    color: #e02424;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .single-page-content table.delivery-table {
    font-size: 15px;
  }
  .single-page-content table.delivery-table tbody tr td {
    padding: 6px 12px;
  }
}
.single-page-content .delivery-table-info p {
  margin-bottom: 0;
}
.single-page-content .delivery-table-info p em {
  font-weight: bold;
  color: #e02424;
}

body.woocommerce-page .single-page-content {
  max-width: 100%;
}

.offer-places-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.offer-places-list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.offer-places-list ul a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #399eda;
  padding: 12px 20px;
  border: 2px solid #399eda;
  text-decoration: none;
}
.offer-places-list ul a:hover {
  background: #112f41;
  color: #fff;
  border-color: #112f41;
}

.offer-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.offer-list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.offer-list ul a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding: 12px 20px;
  background: #399eda;
  text-decoration: none;
}
.offer-list ul a:hover {
  background: #112f41;
  color: #fff;
}

.author-page-box {
  --avatar: 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--avatar) 40px 1fr;
  grid-template-columns: var(--avatar) 1fr;
  gap: 24px 40px;
  padding: 32px;
  background: rgba(57, 158, 218, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
}
.author-page-box .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--avatar);
  height: var(--avatar);
  border-radius: 50%;
  overflow: hidden;
}
.author-page-box .desc {
  font-size: 17px;
}
.author-page-box .desc > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.author-page-box .desc > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.author-page-box .desc > * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (max-width: 768px) {
  .author-page-box .desc > * {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
@media (max-width: 1480px) {
  .author-page-box {
    --avatar: 180px;
  }
}
@media (max-width: 1280px) {
  .author-page-box {
    --avatar: 160px;
  }
}
@media (max-width: 1024px) {
  .author-page-box {
    --avatar: 140px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .author-page-box {
    --avatar: 120px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 560px) {
  .author-page-box {
    --avatar: 100px;
    padding: 20px;
    border-radius: 8px;
  }
  .author-page-box .desc {
    font-size: 15px;
  }
}

.simple-footer .contact-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
}
.simple-footer .contact-row p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2;
}
.simple-footer .contact-row p a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.simple-footer .contact-row p a:hover {
  color: #47ab6c;
}
.simple-footer .contact-row p:last-child {
  text-align: right;
}
.simple-footer .copyright-row {
  font-size: 14px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.simple-footer .copyright-row p {
  margin-bottom: 0;
}
.simple-footer .copyright-row p a {
  color: inherit;
}
.simple-footer .copyright-row p a:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .simple-footer .contact-row p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .simple-footer .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .simple-footer .contact-row p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .simple-footer .contact-row p:last-child {
    text-align: center;
    margin-bottom: 0;
  }
  .simple-footer .copyright-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 32px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .simple-footer .contact-row {
    padding-top: 0;
  }
}

.footer-wrapper {
  display: block;
  background-color: #f4f4f5;
  padding: 60px 0;
}
.footer-wrapper .container-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-wrapper .left .col {
  margin-right: 60px;
}
.footer-wrapper .left .col:last-child {
  margin-right: 0;
}
.footer-wrapper .left .col > span {
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  line-height: 1;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-wrapper .left .col ul {
  list-style: none;
  margin: 0;
  line-height: 1.8;
}
.footer-wrapper .left .col ul a {
  font-size: 16px;
  color: #888888;
}
.footer-wrapper .left .col ul a:hover {
  text-decoration: underline;
  color: #222222;
}
.footer-wrapper .right {
  width: 35%;
  max-width: 440px;
}
.footer-wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-wrapper .social a {
  display: block;
  width: 32px;
  margin-left: 10px;
}
.footer-wrapper .social img {
  width: 32px;
}
.footer-wrapper .newsletter {
  display: none !important;
  padding: 30px;
  border: 2px solid #47ab6c;
  text-align: right;
}
.footer-wrapper .newsletter .h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 20px;
}
.footer-wrapper .newsletter p {
  font-size: 16px;
  color: #222222;
}
.footer-wrapper .newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-wrapper .newsletter form input {
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #888;
  padding: 0 20px;
  border: 1px solid #47ab6c;
  border-right: none;
  border-radius: 4px 0 0 4px;
  width: 100%;
}
.footer-wrapper .newsletter form input:focus {
  color: #222222;
}
.footer-wrapper .newsletter form button {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  line-height: 54px;
  padding: 0 20px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #47ab6c;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-wrapper .newsletter form button:hover {
  background: rgb(56.0371900826, 134.9628099174, 85.2396694215);
}
@media (max-width: 1024px) {
  .footer-wrapper {
    padding: 30px 0;
  }
  .footer-wrapper .container-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-wrapper .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrapper .social a {
    margin: 0 10px;
  }
  .footer-wrapper .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer-wrapper .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .footer-wrapper .newsletter {
    text-align: center;
  }
}
@media (max-width: 660px) {
  .footer-wrapper .newsletter {
    background: #47ab6c;
  }
  .footer-wrapper .newsletter .h3 {
    color: #fff;
  }
  .footer-wrapper .newsletter p {
    color: #fff;
  }
  .footer-wrapper .newsletter form {
    display: block;
    background: none;
  }
  .footer-wrapper .newsletter form input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    border: none;
    text-align: center;
  }
  .footer-wrapper .newsletter form button {
    background: rgb(56.0371900826, 134.9628099174, 85.2396694215);
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
  .footer-wrapper .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.copyright {
  display: block;
  padding: 15px 0;
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
  font-size: 16px;
  color: #888888;
}
.copyright p a {
  color: #888888;
}
.copyright p a:hover {
  color: #222222;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .copyright p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  .copyright p {
    font-size: 13px;
  }
}

#holiday-info {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 32px 0;
  background: #F70444;
  font-size: 18px;
  color: #fff;
  z-index: 9900;
}
#holiday-info .container p {
  margin-bottom: 12px;
}
#holiday-info .container p:last-child {
  margin-bottom: 0;
}
#holiday-info button {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: none;
  padding: 8px 16px;
  border: 1px solid #fff;
}
#holiday-info.displaynone {
  display: none;
}
@media (max-width: 1024px) {
  #holiday-info {
    padding: 24px 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #holiday-info {
    font-size: 15px;
  }
}

#holiday-overlay {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(17, 47, 65, 0.8);
}
#holiday-overlay.displaynone {
  display: none !important;
}
#holiday-overlay .holiday-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#holiday-overlay .holiday-info .content {
  display: block;
  width: 100%;
  max-width: 650px;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
#holiday-overlay .holiday-info .content {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  #holiday-overlay .holiday-info .content {
    font-size: calc(19px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  #holiday-overlay .holiday-info .content {
    font-size: 25px;
  }
}
#holiday-overlay .holiday-info .content p button {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 3px;
  background: none;
}
#holiday-overlay .holiday-info .content p button:hover {
  background: #000;
  color: #fff;
}

.user-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  visibility: hidden;
  background: #000;
}
.user-overlay.is-active {
  opacity: 0.8;
  visibility: visible;
}

#new-place-overlay-wrapper {
  position: fixed;
  z-index: 1500;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
}
@media (max-width: 768px) {
  #new-place-overlay-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#new-place-overlay-wrapper .new-place-overlay {
  display: block;
  width: 100%;
  max-width: 650px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  border: 3px solid #e02424;
  -webkit-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}
#new-place-overlay-wrapper .new-place-overlay p a {
  font-weight: bold;
  text-decoration: underline;
  color: #3f83f8;
}
#new-place-overlay-wrapper .close-new-place-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #44BF55;
  border: none;
  border-radius: 3px;
  padding: 16px 24px;
  margin: 0;
}
#new-place-overlay-wrapper .close-new-place-info:hover {
  background: #000;
}
#new-place-overlay-wrapper:not(.info--is-visible) {
  pointer-events: none;
  background-color: transparent;
}
#new-place-overlay-wrapper.info--is-visible {
  opacity: 1;
  visibility: visible;
}

.post-header {
  display: block;
  margin-bottom: 48px;
  border-bottom: 1px solid #e1e1e1;
}
.post-header .container {
  padding-bottom: 32px;
}
.post-header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.post-header .category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  background: #399eda;
}
.post-header .category a:hover {
  background: #112f41;
  color: #fff;
}
.post-header .title {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px;
}
.post-header .title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .post-header .title h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .post-header .title h1 {
    font-size: 48px;
  }
}
.post-header .title h1 {
  font-weight: 600;
  line-height: 1.4;
}
.post-header .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 128px;
}
@media (max-width: 650px) {
  .post-header .author-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-header .author {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 16px 1fr;
  grid-template-columns: 64px 1fr;
  gap: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-header .author .avatar {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f1f1f1;
}
.post-header .author .name {
  font-size: 17px;
  font-weight: bold;
}
.post-header .author .name a {
  color: #000;
}
@media (max-width: 650px) {
  .post-header .author {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }
  .post-header .author .avatar {
    width: 48px;
    height: 48px;
  }
  .post-header .author .name {
    font-size: 15px;
  }
}
.post-header .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-photo {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 64px;
  margin-top: -64px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
}
.post-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .post-photo {
    margin-top: 0;
  }
}

.entry-content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
}
.entry-content {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .entry-content {
    font-size: calc(18px + 1 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content {
    font-size: 19px;
  }
}
.entry-content a {
  color: #47ab6c;
  text-decoration: underline;
}
.entry-content a:hover {
  opacity: 0.65;
}
.entry-content p {
  margin-bottom: 32px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 40px 40px;
}
.entry-content .wp-block-gallery {
  margin-bottom: 32px;
}
.entry-content .wp-block-gallery figcaption {
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0;
}
.entry-content .wp-block-gallery ul {
  margin-left: 0;
}
.entry-content .wp-block-gallery a {
  display: block;
  position: relative;
}
.entry-content .wp-block-gallery a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(224, 36, 36, 0.75) url(images/search-white.svg) center no-repeat;
  background-size: 32px 32px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .wp-block-gallery a:hover:after {
  opacity: 1;
}
.entry-content .wp-block-image {
  margin-bottom: 32px;
}
.entry-content .wp-block-image figcaption {
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0;
}
.entry-content .wp-block-image a {
  display: block;
  position: relative;
}
.entry-content .wp-block-image a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(224, 36, 36, 0.75) url(images/search-white.svg) center no-repeat;
  background-size: 32px 32px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .wp-block-image a:hover:after {
  opacity: 1;
}
.entry-content .wp-block-latest-posts {
  margin-left: 0;
  padding: 32px;
  border: 1px solid #e1e1e1;
}
.entry-content .wp-block-latest-posts li {
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 18px;
}
.entry-content .wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-latest-posts a {
  padding-bottom: 0;
  border-bottom: none;
}
.entry-content h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .entry-content h2 {
    font-size: calc(24px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h2 {
    font-size: 30px;
  }
}
.entry-content h2 {
  margin-bottom: 24px;
}
.entry-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .entry-content h3 {
    font-size: calc(22px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h3 {
    font-size: 27px;
  }
}
.entry-content h3 {
  margin-bottom: 24px;
}
.entry-content h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .entry-content h4 {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h4 {
    font-size: 24px;
  }
}
.entry-content h4 {
  margin-bottom: 20px;
}
.entry-content .wp-block-embed-wordpress {
  overflow: hidden;
}
.entry-content .wp-block-embed-wordpress iframe {
  display: none;
}
@media (max-width: 1280px) {
  .entry-content blockquote {
    font-size: 21px;
    margin-left: 0px;
  }
  .entry-content blockquote:before {
    display: block;
    width: 64px;
    height: 64px;
    background: url(images/quote-icon.svg) left top no-repeat;
    background-size: 64px auto;
    content: "";
    position: absolute;
    left: -88px;
    top: 10px;
  }
}
@media (max-width: 1110px) {
  .entry-content blockquote {
    padding-top: 70px;
  }
  .entry-content blockquote:before {
    left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .entry-content blockquote {
    padding-top: 54px;
  }
  .entry-content blockquote:before {
    width: 48px;
    height: 48px;
    background-size: 48px auto;
  }
}
.entry-content table {
  width: 100%;
  margin-bottom: 32px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.entry-content table thead th {
  padding: 16px;
  background: #e02424;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.entry-content table tbody td {
  padding: 16px;
  font-size: 18px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.bottom-author-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 40px 1fr;
  grid-template-columns: 160px 1fr;
  gap: 24px 40px;
  padding: 32px;
  background-color: #f1f1f1;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bottom-author-wrap .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.bottom-author-wrap .name {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.bottom-author-wrap .name a {
  font-size: 21px;
  font-weight: bold;
  color: #000;
}
.bottom-author-wrap .desc {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .bottom-author-wrap {
    padding: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bottom-author-wrap .avatar {
    width: 140px;
    height: 140px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .bottom-author-wrap .name {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .bottom-author-wrap .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-wrap span {
  margin-right: 24px;
  display: block;
  font-size: 18px;
}
.social-wrap ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-wrap ul li {
  margin-right: 10px;
}
.social-wrap ul li:last-child {
  margin-right: 0;
}
.social-wrap ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #47ab6c;
  border-radius: 50%;
}
.social-wrap ul a svg {
  fill: #ffffff;
  height: 16px;
}
.social-wrap ul a:hover {
  background: #399eda;
}
.social-wrap ul a:hover svg {
  fill: #ffffff;
}

.bottom-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 0;
  margin-bottom: 40px;
}

.prev-next-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  gap: 32px 32px;
}
.prev-next-wrap .prev-link,
.prev-next-wrap .next-link {
  display: block;
  background: #fafafa;
  padding: 24px;
}
.prev-next-wrap em {
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.prev-next-wrap a {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}
.prev-next-wrap a:hover {
  text-decoration: underline;
}
.prev-next-wrap .next-link {
  text-align: right;
}
@media (max-width: 1366px) {
  .prev-next-wrap .prev-link,
  .prev-next-wrap .next-link {
    padding: 20px;
  }
  .prev-next-wrap em {
    font-size: 11px;
  }
  .prev-next-wrap a {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  .prev-next-wrap .prev-link,
  .prev-next-wrap .next-link {
    padding: 16px;
  }
  .prev-next-wrap em {
    font-size: 10px;
  }
  .prev-next-wrap a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .prev-next-wrap .prev-link,
  .prev-next-wrap .next-link {
    padding: 12px;
  }
  .prev-next-wrap em {
    font-size: 9px;
  }
  .prev-next-wrap a {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .prev-next-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px 16px;
  }
}

@font-face {
  font-family: "lg";
  src: url("fonts/lg.woff2?io9a6k") format("woff2"), url("fonts/lg.ttf?io9a6k") format("truetype"), url("fonts/lg.woff?io9a6k") format("woff"), url("fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: #399eda;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  background: #000;
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #030303;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #399eda;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #030303;
  font-size: 14px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #030303;
}

.lg-counter {
  color: #030303;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


.qa-toc-wrap {
  display: block;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
.qa-toc-wrap > p {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1;
}

.entry-content .qa-toc {
  list-style: circle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  padding-left: 24px;
  font-size: 17px;
}
.entry-content .qa-toc a {
  color: #000;
  text-decoration: none;
}
.entry-content .qa-toc a:hover {
  text-decoration: underline;
}

.qa-movies .qa-movie:not(:last-child) {
  display: block;
  margin-bottom: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.qa-movies .qa-movie > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.qa-movies .qa-movie > p {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .qa-movies .qa-movie > p {
    font-size: calc(21px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .qa-movies .qa-movie > p {
    font-size: 27px;
  }
}
.qa-movies .qa-movie > p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
}
.qa-movies .qa-movie .videoWrapper {
  margin-bottom: 0;
}

.post-faq-wrap details {
  padding: 16px;
  border: 1px solid #d1d1d1;
  font-size: 17px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.post-faq-wrap details[open] {
  border-color: #000;
}
.post-faq-wrap details[open] summary svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post-faq-wrap summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  gap: 0 12px;
  cursor: pointer;
}
.post-faq-wrap summary span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.post-faq-wrap summary svg {
  margin-top: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  fill: currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-faq-wrap .post-faq-desc {
  padding-top: 12px;
}
.post-faq-wrap .post-faq-desc p {
  margin-bottom: 12px;
}
.post-faq-wrap .post-faq-desc p:last-child {
  margin-bottom: 0;
}

.wpcf7 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
}
.wpcf7 .grid .full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  .wpcf7 .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .wpcf7 .grid .full {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.wpcf7 .grid .row > label {
  display: block;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.wpcf7 .grid input[type=text],
.wpcf7 .grid input[type=email],
.wpcf7 .grid select,
.wpcf7 .grid textarea {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
.wpcf7 .grid input[type=text]:focus,
.wpcf7 .grid input[type=email]:focus,
.wpcf7 .grid select:focus,
.wpcf7 .grid textarea:focus {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #3f83f8, 0 0 0 4px rgba(63, 131, 248, 0.1);
          box-shadow: inset 0 0 0 2px #3f83f8, 0 0 0 4px rgba(63, 131, 248, 0.1);
  outline: 0;
}
.wpcf7 .grid input[type=text].wpcf7-not-valid,
.wpcf7 .grid input[type=email].wpcf7-not-valid,
.wpcf7 .grid select.wpcf7-not-valid,
.wpcf7 .grid textarea.wpcf7-not-valid {
  background: #fff url(images/warning-red.svg) right 12px center no-repeat;
  background-size: 14px 14px;
  -webkit-box-shadow: inset 0 0 0 2px #e02424;
          box-shadow: inset 0 0 0 2px #e02424;
  outline: 0;
}
.wpcf7 .grid textarea {
  height: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 .grid textarea:focus {
  height: 200px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:after {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:hover:after {
  background: #fff url(images/check-dark.svg) center no-repeat;
  background-size: 9px 9px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] input:checked ~ .wpcf7-list-item-label:after {
  background: #23a04e url(images/check-white.svg) center no-repeat;
  border-color: #23a04e;
  background-size: 9px 9px;
}
.wpcf7 .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wpcf7-form.submitting .last button {
  text-indent: -9999px;
  background: transparent;
  border-color: transparent;
  padding: 0;
  position: relative;
}
.wpcf7-form.submitting .last button span {
  background: none;
  display: none;
  padding-left: 0;
}
.wpcf7-form.submitting .last button:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
  border: 5px #f1f1f1 solid;
  border-left-color: #0BBF59;
  border-radius: 100%;
}
.wpcf7-form.submitting .last button:after {
  display: none;
}

.button-wrap,
.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-wrap.center,
.buttons-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

:root :where(.wp-element-button, .wp-block-button__link),
.wp-block-button__link,
.button-wrap a,
.buttons-wrap a,
.btn {
  --font-size: 15px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 12px 24px;
  --border-radius: 4px;
  --svg: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--border-radius);
  color: #fff;
  background: #47ab6c;
  gap: 0 16px;
}
:root :where(.wp-element-button, .wp-block-button__link) svg,
.wp-block-button__link svg,
.button-wrap a svg,
.buttons-wrap a svg,
.btn svg {
  width: var(--svg);
  height: var(--svg);
  fill: currentColor;
}
:root :where(.wp-element-button, .wp-block-button__link):hover,
.wp-block-button__link:hover,
.button-wrap a:hover,
.buttons-wrap a:hover,
.btn:hover {
  background: #1F8C4E;
  color: #f1f1f1;
}
:root :where(.wp-element-button, .wp-block-button__link).bigger,
.wp-block-button__link.bigger,
.button-wrap a.bigger,
.buttons-wrap a.bigger,
.btn.bigger {
  --font-size: 17px;
  --font-weight: 600;
  --min-height: 64px;
  --padding: 12px 32px;
  --border-radius: 5px;
  --svg: 20px;
}
:root :where(.wp-element-button, .wp-block-button__link).smaller,
.wp-block-button__link.smaller,
.button-wrap a.smaller,
.buttons-wrap a.smaller,
.btn.smaller {
  --font-size: 14px;
  --font-weight: 600;
  --min-height: 48px;
  --padding: 12px 20px;
  --border-radius: 3px;
  --svg: 14px;
}
:root :where(.wp-element-button, .wp-block-button__link).small,
.wp-block-button__link.small,
.button-wrap a.small,
.buttons-wrap a.small,
.btn.small {
  --font-size: 13px;
  --font-weight: 600;
  --min-height: 40px;
  --padding: 8px 16px;
  --border-radius: 2px;
  --svg: 12px;
}
:root :where(.wp-element-button, .wp-block-button__link).border,
.wp-block-button__link.border,
.button-wrap a.border,
.buttons-wrap a.border,
.btn.border {
  background: #fff;
  border: 2px solid;
}

.my-button,
.woocommerce-mini-cart__buttons .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  background: #47ab6c;
  color: #fff;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
}
.my-button:hover,
.woocommerce-mini-cart__buttons .button:hover {
  background: #1F8C4E;
  color: #fff;
}

.buttons-wrap a + a {
  margin-left: 16px;
}

.form-row.form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.form-row.form-buttons .form-button {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 650px) {
  .form-row.form-buttons .form-button {
    margin-left: 0;
    margin-right: auto;
  }
}

.form-button,
form .woocommerce-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  border: 2px solid #47ab6c;
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background: #47ab6c;
  color: #fff;
}
.form-button:hover,
form .woocommerce-button:hover {
  background: #1F8C4E;
  border-color: #1F8C4E;
}

.product-grid-item .add-to-cart-button .add_to_cart_button,
.product-grid-item .add-to-cart-button .button,
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link,
.product-grid-item .add-to-cart-button .added_to_cart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 48px;
  padding: 8px 24px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  border-radius: 3px;
  color: #fff;
  background: #47ab6c;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.product-grid-item .add-to-cart-button .add_to_cart_button span,
.product-grid-item .add-to-cart-button .button span,
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link span,
.product-grid-item .add-to-cart-button .added_to_cart span {
  padding-left: 40px;
  background: url(images/shopping-cart-white.svg) left center no-repeat;
  background-size: 20px 20px;
}
.product-grid-item .add-to-cart-button .add_to_cart_button:hover,
.product-grid-item .add-to-cart-button .button:hover,
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link:hover,
.product-grid-item .add-to-cart-button .added_to_cart:hover {
  background: #1F8C4E;
}
.product-grid-item .add-to-cart-button .add_to_cart_button.product_type_variable, .product-grid-item .add-to-cart-button .add_to_cart_button.product_type_simple:not(.add_to_cart_button),
.product-grid-item .add-to-cart-button .button.product_type_variable,
.product-grid-item .add-to-cart-button .button.product_type_simple:not(.add_to_cart_button),
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link.product_type_variable,
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link.product_type_simple:not(.add_to_cart_button),
.product-grid-item .add-to-cart-button .added_to_cart.product_type_variable,
.product-grid-item .add-to-cart-button .added_to_cart.product_type_simple:not(.add_to_cart_button) {
  border: 2px solid #47ab6c;
  color: #47ab6c;
  background: #fff;
}
.product-grid-item .add-to-cart-button .add_to_cart_button.product_type_variable:hover, .product-grid-item .add-to-cart-button .add_to_cart_button.product_type_simple:not(.add_to_cart_button):hover,
.product-grid-item .add-to-cart-button .button.product_type_variable:hover,
.product-grid-item .add-to-cart-button .button.product_type_simple:not(.add_to_cart_button):hover,
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link.product_type_variable:hover,
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link.product_type_simple:not(.add_to_cart_button):hover,
.product-grid-item .add-to-cart-button .added_to_cart.product_type_variable:hover,
.product-grid-item .add-to-cart-button .added_to_cart.product_type_simple:not(.add_to_cart_button):hover {
  background: rgba(71, 171, 108, 0.15);
}
@media (max-width: 768px) {
  .product-grid-item .add-to-cart-button .add_to_cart_button,
  .product-grid-item .add-to-cart-button .button,
  .product-grid-item .add-to-cart-button .woocommerce-loop-product__link,
  .product-grid-item .add-to-cart-button .added_to_cart {
    min-height: 40px;
    font-size: 12px;
  }
}

.product-grid-item .add-to-cart-button .woocommerce-loop-product__link {
  border: 2px solid #47ab6c;
  color: #47ab6c;
  background: #fff;
}
.product-grid-item .add-to-cart-button .woocommerce-loop-product__link:hover {
  background: rgba(71, 171, 108, 0.15);
}

.product-grid-item .add-to-cart-button .button.product_type_variable:not(.add_to_cart_button) {
  border-color: #999;
  color: #999;
}
.product-grid-item .add-to-cart-button .button.product_type_variable:not(.add_to_cart_button):hover {
  color: #777;
  border-color: #777;
  background: #f1f1f1;
}

.product-grid-item .add-to-cart-button .add_to_cart_button.loading {
  text-indent: -9999px;
  background: #fff;
  border-color: #fff;
  padding: 0;
}
.product-grid-item .add-to-cart-button .add_to_cart_button.loading span {
  background: none;
  display: none;
  padding-left: 0;
}
.product-grid-item .add-to-cart-button .add_to_cart_button.loading:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
  border: 4px #f1f1f1 solid;
  border-left-color: #44BF55;
  border-radius: 100%;
}
.product-grid-item .add-to-cart-button .add_to_cart_button.added {
  display: none;
}

.product-grid-item .add-to-cart-button .added_to_cart {
  width: 100%;
  background: #05505c;
  border-color: #05505c;
  color: #fff;
}
.product-grid-item .add-to-cart-button .added_to_cart:hover {
  background: #05505c;
  border-color: #05505c;
  color: #fff;
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: $base-font-family, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: .2rem;
  --cc-btn-border-radius: .125rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #000;
  --cc-secondary-color: #333;
  --cc-btn-primary-bg: #0BBF59;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #1F8C4E;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em ;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  -webkit-transition: background-size 0.25s, color 0.25s ease;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc,
#cc-main .pm__body {
  -ms-scroll-chaining: auto contain;
      overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s ;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809 ;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 24em;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transform: translateY(1.6em);
      -ms-transform: translateY(1.6em);
          transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
      -ms-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1em 1.3em;
  width: unset;
}

#cc-main .cm__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0;
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3em;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cc-main .cm__btn-group {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 2em;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3em;
}

#cc-main .cm--flip .cm__btn:last-child {
  -ms-grid-row: 1;
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3em;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em ;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1em !important;
    padding-right: 1.1em !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  #cc-main .cm__link-group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg) ;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  -webkit-transform: scale(0.5) rotate(180deg);
      -ms-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(23px);
      -ms-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  -webkit-transform: scale(0.55) rotate(-45deg);
      -ms-transform: scale(0.55) rotate(-45deg);
          transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  -webkit-transform: scale(0.55);
      -ms-transform: scale(0.55);
          transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  -webkit-transform: translateX(27px);
      -ms-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm__service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
      -ms-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  -webkit-transform: translateX(27px);
      -ms-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  -webkit-transform: translateX(23px);
      -ms-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    -webkit-transform: translateY(1.6em);
        -ms-transform: translateY(1.6em);
            transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-size: 44px;
  font-weight: bold;
}
.message404 .content {
  font-size: 21px;
}
.message404 .content a {
  text-decoration: underline;
  color: #000;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px ;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px ;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 1;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 16px 32px;
  font-size: 17px;
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 1;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #000;
  background: #fff;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/* --------------------------------

File#: _1_countdown
Title: CountDown
Descr: Widget to display a timer
Usage: codyhouse.co/license

-------------------------------- */
/* reset */
/* variables */
:root {
  /* colors */
  --cf0-color-primary-hsl: 250, 84%, 54%;
  --cf0-color-bg-hsl: 0, 0%, 100%;
  --cf0-color-contrast-high-hsl: 230, 7%, 23%;
  --cf0-color-contrast-higher-hsl: 230, 13%, 9%;
  --cf0-color-contrast-medium-hsl: 225, 4%, 47%;
  /* spacing */
  --cf0-space-4xs: 0.125rem;
  --cf0-space-3xs: 0.25rem;
  --cf0-space-xs: 0.5rem;
  /* typography */
  --cf0-text-2xl: 2.0736rem;
  --cf0-text-xl: 1.728rem;
}

@media (min-width: 64rem) {
  :root {
    /* spacing */
    --cf0-space-4xs: 0.1875rem;
    --cf0-space-3xs: 0.375rem;
    --cf0-space-xs: 0.75rem;
    /* typography */
    --cf0-text-2xl: 3.051rem;
    --cf0-text-xl: 2.44rem;
  }
}
/* component */
.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 280px;
}
.countdown.longer-countdown .countdown__item:lasts-child {
  display: none;
}
@media (max-width: 500px) {
  .countdown {
    width: 100%;
  }
}

.countdown__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 8px;
}

.countdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  color: #000;
  background: #fff;
  padding: 12px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 3px;
  line-height: 1;
}
.countdown__item .countdown__value {
  font-size: 36px;
  font-weight: 600;
}
.countdown__item .countdown__label {
  font-size: 13px;
  text-transform: uppercase;
}

.countdown.longer-countdown .countdown__timer .countdown__item:last-child {
  display: none;
}

.countdown__value {
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.countdown--grid .countdown__timer {
  --timer-gap: var(--cf0-space-3xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-1 * var(--timer-gap));
}

.countdown--grid .countdown__item {
  width: 1.6em;
  text-align: center;
  padding: var(--cf0-space-4xs) 0;
  margin-left: var(--timer-gap);
}

.countdown--grid .countdown__item::after {
  content: "";
}

.countdown--grid .countdown__label {
  display: block;
  text-transform: uppercase;
  font-size: 0.2em;
  letter-spacing: 0.1em;
  color: hsl(var(--cf0-color-contrast-medium-hsl));
}

.countdown__fallback {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/* utility classes */
.cf0-text-xl {
  font-size: var(--cf0-text-xl);
}

.cf0-text-2xl {
  font-size: var(--cf0-text-2xl);
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 7, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 16px;
  margin-bottom: 32px;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #112f41;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #112f41;
}

/* --------------------------------

File#: _1_menu
Title: Menu
Descr: Application menu that provides access to a set of functionalities
Usage: codyhouse.co/license

-------------------------------- */
/* reset */
/* variables */
:root {
  /* colors */
  --mw1-color-primary-hsl: 250, 84%, 54%;
  --mw1-color-bg-hsl: 0, 0%, 100%;
  --mw1-color-contrast-high-hsl: 230, 7%, 23%;
  --mw1-color-contrast-higher-hsl: 230, 13%, 9%;
  --mw1-color-contrast-lower-hsl: 240, 4%, 85%;
  --mw1-color-contrast-medium-hsl: 225, 4%, 47%;
  --mw1-color-bg-light-hsl: 0, 0%, 100%;
  --mw1-color-bg-dark-hsl: 240, 4%, 95%;
  --mw1-color-white-hsl: 0, 0%, 100%;
  --mw1-color-primary-darker-hsl: 250, 84%, 38%;
  --mw1-color-primary-light-hsl: 250, 84%, 60%;
  /* spacing */
  --mw1-space-3xs: 0.25rem;
  --mw1-space-2xs: 0.375rem;
  --mw1-space-xs: 0.5rem;
  --mw1-space-sm: 0.75rem;
  /* typography */
  --mw1-text-sm: 0.833rem;
}

@media (min-width: 64rem) {
  :root {
    /* spacing */
    --mw1-space-3xs: 0.375rem;
    --mw1-space-2xs: 0.5625rem;
    --mw1-space-xs: 0.75rem;
    --mw1-space-sm: 1.125rem;
    /* typography */
    --mw1-text-sm: 1rem;
  }
}
/* component */
.dropdown-menu {
  --menu-vertical-gap: 4px;
  /* vertical gap between the Menu element and its control */
  --menu-item-padding: var(--mw1-space-3xs) var(--mw1-space-xs);
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  /* top/left position set in JS */
  z-index: 5;
  width: 170px;
  background-color: hsl(var(--mw1-color-bg-light-hsl));
  -webkit-box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  padding: var(--mw1-space-2xs) 0;
  border-radius: 0.25em;
  margin-top: var(--menu-vertical-gap);
  margin-bottom: var(--menu-vertical-gap);
  overflow: auto;
  /* use rem units */
  --space-unit: 1rem;
  --text-unit: 1rem;
  font-size: var(--text-unit);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s;
  transition: visibility 0s 0.2s, opacity 0.2s;
}

.menu--is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.2s;
  transition: visibility 0s, opacity 0.2s;
}

.menu--overlay {
  z-index: 15;
}

.menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--menu-item-padding);
  text-decoration: none;
  /* reset link style */
  color: hsl(var(--mw1-color-contrast-high-hsl));
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__content:hover {
  background-color: #1c64f2;
  color: #fff;
}

.menu__content:focus {
  outline: none;
}

.menu__label {
  padding: var(--menu-item-padding);
  font-size: var(--mw1-text-sm);
  color: hsl(var(--mw1-color-contrast-medium-hsl));
}

.menu__separator {
  height: 1px;
  background-color: hsl(var(--mw1-color-contrast-lower-hsl));
  margin: var(--menu-item-padding);
}

.menu__icon {
  color: hsla(var(--mw1-color-contrast-higher-hsl), 0.5);
  margin-right: var(--mw1-space-2xs);
}

/* --------------------------------

File#: _1_drawer
Title: Drawer
Descr: A slide-in panel used to display critical content
Usage: codyhouse.co/license

-------------------------------- */
:root {
  --drawer-icon-size: 18px;
}

/* icons */
.drawer__icon {
  height: var(--drawer-icon-size, 1em);
  width: var(--drawer-icon-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: initial;
}

.drawer__close-btn {
  width: var(--drawer-icon-size);
  height: var(--drawer-icon-size);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0;
  margin: 0;
  color: #000;
}

.drawer__close-btn .drawer__icon {
  display: block;
  color: currentColor;
}

/* component */
:root {
  --drawer-width: 360px;
}

.drawer {
  position: fixed;
  z-index: 1500;
  height: 100%;
  width: 100%;
  max-width: var(--drawer-width);
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}

.drawer:focus {
  outline: none;
}

.drawer--is-visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.drawer--open-left {
  right: auto;
  left: 0;
}

.drawer__body {
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.drawer__content {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer--open-left .drawer__content {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.drawer--is-visible .drawer__content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drawer__header p {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

.cart_drawer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cart_drawer__body .widget_shopping_cart,
.cart_drawer__body .box {
  display: block;
  height: calc(100% - 44px);
}
.cart_drawer__body .widget_shopping_cart_content {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr -webkit-min-content -webkit-min-content;
  -ms-grid-rows: 1fr min-content min-content;
  grid-template-rows: 1fr -webkit-min-content -webkit-min-content;
  grid-template-rows: 1fr min-content min-content;
}
.cart_drawer__body .widget_shopping_cart_content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cart_drawer__body .widget_shopping_cart_content > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.cart_drawer__body .widget_shopping_cart_content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.cart_drawer__body .widget_shopping_cart_content ul {
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.cart-drawer__body {
  height: 100%;
  overflow: auto;
  padding: 32px;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.cart-drawer__body .drawer__header {
  height: 40px;
  margin-bottom: 32px;
}
.cart-drawer__body .drawer__header img {
  height: 40px;
  width: auto;
}
.cart-drawer__body .main-menu {
  list-style: none;
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
  text-align: right;
}
.cart-drawer__body .main-menu li {
  display: block;
}
.cart-drawer__body .main-menu a {
  display: block;
  font-size: 25px;
  color: #2ea2cc;
  padding: 10px 0;
}
.cart-drawer__body .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  gap: 32px;
}
.cart-drawer__body .social a {
  width: 32px;
  height: 32px;
  fill: #2ea2cc;
}
.cart-drawer__body .social a svg {
  width: 32px;
  height: 32px;
  fill: #2ea2cc;
}
.cart-drawer__body .lang {
  padding-bottom: 64px;
}
.cart-drawer__body .lang .wpml-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cart-drawer__body .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
}

.drawer--modal {
  max-width: none;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, visibility 0s 0.3s;
  transition: background-color 0.3s, visibility 0s 0.3s;
}

.drawer--modal.drawer--is-visible {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.drawer--modal.drawer--open-left .drawer__content {
  right: auto;
  left: 0;
}

.drawer--modal .drawer__content {
  max-width: var(--drawer-width);
}

:root {
  --modal-padding: 20px;
}

@media (max-width: 768px) {
  :root {
    --modal-padding: 16px;
  }
}
.modal__holiday {
  position: fixed;
  z-index: 1500;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  padding: var(--modal-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__content {
  display: block;
  width: 100%;
  max-width: 700px;
  background: #fff;
  border-radius: 6px;
  overflow: auto;
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
  max-height: 100%;
}
.modal__header {
  display: block;
  padding: var(--modal-padding);
  border-bottom: 1px solid #e1e1e1;
}
.modal__header p {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: bold;
}
.modal__text {
  display: block;
  padding: var(--modal-padding);
  font-size: 19px;
  line-height: 1.4;
}
.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--modal-padding);
  border-top: 1px solid #e1e1e1;
  background-color: #fafafa;
  text-align: center;
}
.modal__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  background: #000;
  color: #fff;
  padding: 10px 24px;
  border-radius: 3px;
  border: none;
}
.modal__close-btn svg {
  width: 16px;
  height: 16px;
}
.modal__close-btn:hover {
  background-color: #F21628;
}

.modal__holiday:not(.modal--is-visible) {
  pointer-events: none;
  background-color: transparent;
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e02424; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #e02424; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e02424; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #e02424;
  font-weight: bold;
  font-size: 15px;
  padding: 8px 12px;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #e02424;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
      -ms-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  color: #000;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: #999;
  text-decoration: underline;
}

.screen-reader-text:not(label) {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Main WooCommerce styles
 */
span.onsale {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  line-height: 1;
  margin: 0;
  background-color: #44BF55;
  color: #fff;
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  height: 28px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  span.onsale {
    font-size: 10px;
    padding: 0 12px;
    border-radius: 4px;
  }
}

.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce small.note {
  display: block;
  color: #999;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce {
  /**
   * Tables
   */
}
.woocommerce {
  /**
   * Forms
   */
}
.woocommerce {
  /**
   * Order page
   */
}
.woocommerce .woocommerce-notice--success {
  padding: 20px;
  font-size: 16px;
  background: #44BF55;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  padding: 16px;
  position: relative;
  background-color: #1c64f2;
  color: #fff;
  list-style: none outside;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    font-size: calc(14px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-message .amount,
.woocommerce .woocommerce-error .amount,
.woocommerce .woocommerce-info .amount {
  padding-left: 6px;
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button {
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: auto;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover {
  background: none;
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message {
  background: #44BF55;
}
.woocommerce .woocommerce-info {
  background: #1c64f2;
}
.woocommerce .woocommerce-error {
  background: #e02424;
}

#customer_login {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
#customer_login .col {
  padding: 32px;
}
#customer_login .col.col-1 {
  border: 1px solid #e1e1e1;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
#customer_login h2 {
  font-weight: 600;
}
#customer_login h2 {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  #customer_login h2 {
    font-size: calc(27px + 9 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  #customer_login h2 {
    font-size: 36px;
  }
}
#customer_login h2 {
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  #customer_login h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  #customer_login h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 550px) {
  #customer_login h2 {
    margin-bottom: 20px;
  }
}
#customer_login .col-2 .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  #customer_login {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 64px 0;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 64px;
  }
  #customer_login .col {
    padding: 0;
    border: none;
  }
  #customer_login .col.col-1 {
    border: none;
  }
  #customer_login .woocommerce-form-register {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #customer_login {
    margin-bottom: 0;
  }
  #customer_login .bck {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#customer_login .woocommerce-privacy-policy-text {
  display: none;
}

.login-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-button-row a {
  font-size: 15px;
  color: #000;
}
.login-button-row a:hover {
  text-decoration: underline;
}
.register-list {
  font-size: 17px;
}
.register-list p {
  margin-bottom: 24px;
  line-height: 1.3;
}
.register-list p strong {
  font-weight: 600;
}
.register-list ul {
  list-style: none;
  margin: 0;
}
.register-list ul li {
  margin-bottom: 12px;
  padding-left: 32px;
  background: url(images/check-green.svg) left 4px no-repeat;
  background-size: 20px 20px;
}
.register-list ul li:last-child {
  margin-bottom: 0;
}

.lost_reset_password {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.lost_reset_password h2 {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .lost_reset_password h2 {
    font-size: calc(27px + 9 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .lost_reset_password h2 {
    font-size: 36px;
  }
}
.lost_reset_password h2 {
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .lost_reset_password h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .lost_reset_password h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 550px) {
  .lost_reset_password h2 {
    margin-bottom: 20px;
  }
}
.lost_reset_password > p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .lost_reset_password > p {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .lost_reset_password > p {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .lost_reset_password {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .lost_reset_password {
    padding: 32px 0;
  }
}
.lost_reset_password .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lost-password-info {
  margin-bottom: 64px;
  display: block;
}
.lost-password-info p {
  font-size: 24px;
  text-align: center;
}

/*====================================================
=            Panel Klienta - ekran główny            =
====================================================*/
body.logged-in.woocommerce-account .woocommerce {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 80px 1fr;
  grid-template-columns: 240px 1fr;
  gap: 40px 80px;
  margin-bottom: 80px;
}
body.logged-in.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
  margin-top: 0;
}
@media (max-width: 1280px) {
  body.logged-in.woocommerce-account .woocommerce {
    -ms-grid-columns: 200px 64px 1fr;
    grid-template-columns: 200px 1fr;
    gap: 0 64px;
  }
}
@media (max-width: 1024px) {
  body.logged-in.woocommerce-account .woocommerce {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 64px;
  }
}
body.logged-in.woocommerce-account .page-title {
  display: none;
}

.woocommerce-MyAccount-navigation .mobile-account-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 500px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: none;
  margin: 0;
  margin-bottom: 12px;
}
.woocommerce-MyAccount-navigation .mobile-account-btn svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  fill: currentColor;
}
.woocommerce-MyAccount-navigation .mobile-account-btn[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-navigation .mobile-account-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation .collapse-hide {
    display: none !important;
  }
}

.woocommerce-MyAccount-navigation ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-navigation ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  padding-left: 64px;
  font-size: 15px;
  font-weight: 500;
  background-size: 26px 26px;
  background-position: 16px center;
  background-repeat: no-repeat;
  border: 1px solid #e1e1e1;
  color: #000;
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-navigation ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .woocommerce-MyAccount-navigation ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-MyAccount-navigation ul a:hover {
  border-color: #399eda;
  color: #000;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  border-color: #e02424;
}
.woocommerce-MyAccount-navigation ul .is-active a {
  border-color: #399eda;
  color: #000;
  border-width: 2px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a {
  background-image: url(images/account-dashboard.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a {
  background-image: url(images/account-orders.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a {
  background-image: url(images/account-download.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a {
  background-image: url(images/account-address.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a {
  background-image: url(images/account-settings.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a {
  background-image: url(images/account-logout.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--tinv_wishlist a {
  background-image: url(images/account-wishlist.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--backinstock a {
  background-image: url(images/account-notifications.svg);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--wt-smart-coupon a {
  background-image: url(images/account-coupons.svg);
}

.woocommerce-MyAccount-dashboard {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 64px;
  font-size: 21px;
  text-align: center;
}
.woocommerce-MyAccount-dashboard a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-MyAccount-dashboard a:hover {
  color: #47ab6c;
}

.woocommerce-MyAccount-content {
  display: block;
  font-size: 19px;
}
.woocommerce-MyAccount-content > a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-MyAccount-content p > a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-MyAccount-content p > a:hover {
  color: #47ab6c;
}
.woocommerce-MyAccount-content > h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content table + h2 {
  margin-top: 40px;
}

.my-account-dashboard {
  display: block;
}
.my-account-dashboard {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .my-account-dashboard {
    font-size: calc(18px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .my-account-dashboard {
    font-size: 21px;
  }
}

/*====================================
=            Edycja konta            =
====================================*/
.edit-account {
  display: block;
  max-width: 650px;
}
.edit-account fieldset {
  border: 1px solid #e1e1e1;
  padding: 16px;
  margin-bottom: 24px;
}
.edit-account fieldset legend {
  background: #fff;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .edit-account fieldset {
    border: none;
    padding: 0;
  }
}

.woocommerce form.edit-account fieldset .form-row:last-child {
  margin-bottom: 0;
}

/*==============================================
=            Panel Klienta - adresy            =
==============================================*/
.woocommerce-Addresses-info {
  font-size: 19px;
  text-align: center;
}

body.woocommerce-edit-address .woocommerce-MyAccount-content form {
  max-width: 650px;
}

.woocommerce-Addresses {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 64px;
  gap: 0 32px;
}
.woocommerce-Addresses .col {
  padding: 24px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce-Addresses .col {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .woocommerce-Addresses .col {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Addresses .col {
    font-size: 17px;
  }
}
.woocommerce-Addresses .woocommerce-Address-title {
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: bold;
}
.woocommerce-Addresses .woocommerce-Address-title {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .woocommerce-Addresses .woocommerce-Address-title {
    font-size: calc(19px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-Addresses .woocommerce-Address-title {
    font-size: 24px;
  }
}
.woocommerce-Addresses address {
  margin-bottom: 24px;
}
@media (max-width: 860px) {
  .woocommerce-Addresses {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .woocommerce-Addresses .col {
    padding: 24px;
  }
}
@media (max-width: 560px) {
  .woocommerce-Addresses {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .woocommerce-Addresses .col {
    padding: 20px;
  }
}

.edit-address-form {
  display: block;
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edit-address-form h3 {
  font-weight: normal;
}
.edit-address-form h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .edit-address-form h3 {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .edit-address-form h3 {
    font-size: 32px;
  }
}
.edit-address-form h3 {
  margin-bottom: 24px;
}

#customer_login .form-row,
.lost_reset_password .form-row,
.edit-address-form .form-row,
.edit-account .form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 16px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 0 16px;
}
#customer_login .form-row .optional,
.lost_reset_password .form-row .optional,
.edit-address-form .form-row .optional,
.edit-account .form-row .optional {
  display: block;
  font-size: 12px;
}
@media (max-width: 650px) {
  #customer_login .form-row,
  .lost_reset_password .form-row,
  .edit-address-form .form-row,
  .edit-account .form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
  #customer_login .form-row label,
  .lost_reset_password .form-row label,
  .edit-address-form .form-row label,
  .edit-account .form-row label {
    min-height: auto;
  }
}

#customer_login .form-row,
.lost_reset_password .form-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
}
@media (max-width: 650px) {
  #customer_login .form-row,
  .lost_reset_password .form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
  #customer_login .form-row label,
  .lost_reset_password .form-row label {
    min-height: auto;
  }
}

/*==================================================
=            Panel Klienta - zamówienia            =
==================================================*/
body.woocommerce-orders .woocommerce-MyAccount-content {
  max-width: 1400px;
}

.order-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 12px;
  font-size: 13px;
  color: #777;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.order-actions a.pay {
  border-color: #44BF55;
  color: #44BF55;
  font-weight: 600;
}
.order-actions a.cancel {
  border-color: #e02424;
  color: #e02424;
  font-weight: 600;
}
.order-actions a.download {
  border-color: #1c64f2;
  color: #1c64f2;
  font-weight: 600;
}

.woocommerce-columns--addresses {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 64px;
  gap: 16px 32px;
}
.woocommerce-columns--addresses .col {
  padding: 38px;
  border: 2px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
}
.woocommerce-columns--addresses h2 {
  font-weight: normal;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .woocommerce-columns--addresses .col {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .woocommerce-columns--addresses {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .woocommerce-columns--addresses .col {
    padding: 24px;
    font-size: 17px;
  }
  .woocommerce-columns--addresses h2 {
    margin-bottom: 16px;
  }
}

body.woocommerce-view-order .woocommerce-MyAccount-content {
  max-width: 1400px;
}

.order-title {
  display: block;
  margin-bottom: 32px;
}
.order-title p {
  font-size: 32px;
}

.order-header {
  display: block;
  padding: 32px;
  border: 1px solid #e1e1e1;
  margin-bottom: 32px;
}
.order-header > p {
  margin-bottom: 8px;
}
.order-header > p:last-child {
  margin-bottom: 0;
}
.order-header dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 16px 1fr;
  -ms-grid-columns: min-content 16px 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  gap: 16px 16px;
  font-size: 18px;
  margin: 0;
}
.order-header dl dt,
.order-header dl dd {
  margin: 0;
  padding: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.order-header dl dt {
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 1024px) {
  .order-header {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .order-header {
    padding: 0;
    border: none;
  }
  .order-header dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 16px;
    line-height: 1;
  }
  .order-header dl dt {
    text-align: left;
  }
}

.info-status {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  color: #fff;
  background: #000;
  border-radius: 4px;
}
.info-status.pending {
  background-color: #faca15;
  color: #000;
}
.info-status.processing {
  background-color: #1c64f2;
}
.info-status.on-hold {
  background-color: #faca15;
  color: #000;
}
.info-status.completed {
  background-color: #44BF55;
}
.info-status.cancelled {
  background-color: #e02424;
}
.info-status.refunded {
  background-color: #047481;
}
.info-status.failed {
  background-color: #e02424;
}

.order-again {
  display: none;
}

.woocommerce-order-downloads {
  display: block;
  margin-bottom: 32px;
}
.woocommerce-order-downloads table.woocommerce-table--order-downloads {
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-order-downloads table.woocommerce-table--order-downloads th,
  .woocommerce-order-downloads table.woocommerce-table--order-downloads td {
    padding: 16px 12px;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads th {
    font-size: 14px;
    background: #000;
    color: #fff;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads td {
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads .download-product a {
    color: inherit;
  }
}
@media (max-width: 1024px) {
  .woocommerce-order-downloads table.woocommerce-table--order-downloads thead {
    display: none;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads tbody tr {
    display: block;
    border: 1px solid #e1e1e1;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads tbody td {
    display: block;
    border: none;
    padding: 10px;
    text-align: right;
    font-size: 15px;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads tbody td:before {
    content: attr(data-title);
    font-size: 14px;
    font-weight: bold;
    float: left;
  }
  .woocommerce-order-downloads table.woocommerce-table--order-downloads tbody .download-product a {
    color: inherit;
  }
}

table.woocommerce-orders-table {
  width: 100%;
}
@media (min-width: 1024px) {
  table.woocommerce-orders-table th,
  table.woocommerce-orders-table td {
    padding: 16px 12px;
  }
  table.woocommerce-orders-table th {
    font-size: 14px;
    background: #000;
    color: #fff;
  }
  table.woocommerce-orders-table td {
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
  }
  table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-number {
    font-weight: bold;
  }
  table.woocommerce-orders-table a {
    color: inherit;
  }
  table.woocommerce-orders-table a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  table.woocommerce-orders-table thead {
    display: none;
  }
  table.woocommerce-orders-table tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  table.woocommerce-orders-table tbody tr {
    display: block;
    border: 1px solid #e1e1e1;
  }
  table.woocommerce-orders-table tbody td {
    display: block;
    border: none;
    padding: 10px;
    text-align: right;
    font-size: 15px;
  }
  table.woocommerce-orders-table tbody td:before {
    content: attr(data-title);
    font-size: 14px;
    font-weight: bold;
    float: left;
  }
  table.woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-number {
    font-weight: bold;
  }
  table.woocommerce-orders-table tbody a {
    color: #000;
  }
  table.woocommerce-orders-table tbody a:hover {
    text-decoration: underline;
  }
}

.woocommerce-order-details {
  margin-bottom: 32px;
}

table.shop_table.woocommerce-table--order-details {
  font-size: 16px;
  width: 100%;
}
table.shop_table.woocommerce-table--order-details th,
table.shop_table.woocommerce-table--order-details td {
  padding: 16px;
}
table.shop_table.woocommerce-table--order-details thead th {
  font-size: 14px;
  background: #000;
  color: #fff;
}
table.shop_table.woocommerce-table--order-details td {
  border-bottom: 1px solid #e1e1e1;
}
table.shop_table.woocommerce-table--order-details tbody tr:nth-child(even) td {
  background-color: #fafafa;
}
table.shop_table.woocommerce-table--order-details tbody td a {
  color: #000;
}
table.shop_table.woocommerce-table--order-details tbody td a:hover {
  text-decoration: underline;
}
table.shop_table.woocommerce-table--order-details .product-total {
  text-align: right;
}
table.shop_table.woocommerce-table--order-details tfoot tr td:first-child {
  font-weight: 600;
}

.woocommerce-order-details h2,
.woocommerce-order-downloads h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .woocommerce-order-details h2,
  .woocommerce-order-downloads h2 {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-order-details h2,
  .woocommerce-order-downloads h2 {
    font-size: 32px;
  }
}
.woocommerce-order-details h2,
.woocommerce-order-downloads h2 {
  margin-bottom: 24px;
}

.wc-item-meta {
  list-style: circle;
  font-size: 13px;
  margin: 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8px;
  gap: 4px;
}
.wc-item-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
}

.woocommerce-pagination.woocommerce-pagination--without-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px;
  gap: 12px;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  color: #777;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers a:hover {
  border-color: #000;
  color: #000;
}

.woocommerce-order-received .page-title {
  display: none;
}

.woocommerce-order-thank-you-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.woocommerce-order-thank-you-icon img {
  width: 128px;
}
@media (max-width: 1280px) {
  .woocommerce-order-thank-you-icon img {
    width: 108px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-order-thank-you-icon img {
    width: 88px;
  }
}
@media (max-width: 768px) {
  .woocommerce-order-thank-you-icon img {
    width: 64px;
  }
}

.woocommerce-thankyou-order-received {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #03A505;
  line-height: 1.3;
  background: none;
}
.woocommerce-thankyou-order-received {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .woocommerce-thankyou-order-received {
    font-size: calc(23px + 9 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-thankyou-order-received {
    font-size: 32px;
  }
}

.woocommerce-order-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 40px;
  font-size: 21px;
}
.woocommerce-order-grid h2,
.woocommerce-order-grid h3 {
  display: none;
}
.woocommerce-order-grid .order_details {
  display: block;
  padding: 32px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce-table--order-details .component_table_item {
  display: none;
}

.woocommerce-order {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 64px;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  list-style: none;
  margin: 0;
  padding: 32px;
  border: 1px solid #e1e1e1;
  margin-bottom: 32px;
}
.woocommerce-order .woocommerce-thankyou-order-details li {
  margin-bottom: 6px;
}
.woocommerce-order .woocommerce-thankyou-order-details li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .woocommerce-order .woocommerce-thankyou-order-details {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-thankyou-order-details {
    padding: 0;
    border: none;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 2px solid #e1e1e1;
  }
}

.woocommerce-bacs-bank-details {
  padding: 32px;
  padding-bottom: 16px;
  border: 1px solid #e1e1e1;
  margin-bottom: 32px;
}
.woocommerce-bacs-bank-details h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.woocommerce-bacs-bank-details h3 {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .woocommerce-bacs-bank-details {
    padding: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .woocommerce-bacs-bank-details {
    padding: 0;
    border: none;
    padding-bottom: 0;
  }
}

.woocommerce-order-transfer-data {
  padding: 32px;
  border: 1px solid #e1e1e1;
  margin-bottom: 32px;
  font-size: 23px;
}
@media (max-width: 1024px) {
  .woocommerce-order-transfer-data {
    padding: 24px;
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .woocommerce-order-transfer-data {
    padding: 0;
    border: none;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 24px;
    font-size: 19px;
  }
}

.woocommerce-order .woocommerce-order-details {
  display: none;
}

.woocommerce-order-received .page-title {
  display: none;
}

.order-summary-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.order-summary-image img {
  height: 128px;
}
@media (max-width: 1024px) {
  .order-summary-image img {
    height: 108px;
  }
}
@media (max-width: 768px) {
  .order-summary-image img {
    height: 88px;
  }
}

.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed {
  display: block;
}
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .woocommerce-thankyou-order-received,
  .woocommerce-thankyou-order-failed {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-thankyou-order-received,
  .woocommerce-thankyou-order-failed {
    font-size: 32px;
  }
}
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed {
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

.woocommerce-thankyou-order-received {
  color: #44BF55;
}

.woocommerce-thankyou-order-failed {
  color: #e02424;
}

.woocommerce-order-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 40px;
  font-size: 21px;
}
.woocommerce-order-grid h2,
.woocommerce-order-grid h3 {
  display: none;
}
.woocommerce-order-grid .order_details {
  display: block;
  padding: 32px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce-table--order-details .component_table_item {
  display: none;
}

.woocommerce-order {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 64px;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  list-style: none;
  margin: 0;
  padding: 24px;
  border: 1px solid #e1e1e1;
  margin-bottom: 32px;
}
.woocommerce-order .woocommerce-thankyou-order-details li {
  margin-bottom: 12px;
}
.woocommerce-order .woocommerce-thankyou-order-details li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .woocommerce-order .woocommerce-thankyou-order-details {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-thankyou-order-details {
    padding: 0;
    border: none;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 2px solid #e1e1e1;
  }
}
.woocommerce-order .woocommerce-order-details {
  margin-bottom: 32px;
}

.woocommerce-bacs-bank-details {
  padding: 24px;
  padding-bottom: 16px;
  border: 1px solid #e1e1e1;
  margin-bottom: 32px;
}
.woocommerce-bacs-bank-details h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.woocommerce-bacs-bank-details h3 {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .woocommerce-bacs-bank-details {
    padding: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .woocommerce-bacs-bank-details {
    padding: 0;
    border: none;
    padding-bottom: 0;
  }
}

.woocommerce div.product {
  position: relative;
}
@media (min-width: 1024px) {
  .woocommerce div.product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 80px 4fr;
    grid-template-columns: 3fr 4fr;
    gap: 64px 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .woocommerce div.product {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 64px;
  }
  .woocommerce div.product .woocommerce-product-gallery {
    margin-bottom: 64px;
  }
  .woocommerce div.product .entry-summary {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .woocommerce div.product .woocommerce-product-gallery {
    margin-bottom: 40px;
  }
  .woocommerce div.product .entry-summary {
    margin-bottom: 40px;
  }
}
.woocommerce div.product .summary .product_title {
  font-weight: 400;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
}
.woocommerce div.product .summary .product_title {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .woocommerce div.product .summary .product_title {
    font-size: calc(19px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce div.product .summary .product_title {
    font-size: 23px;
  }
}
.woocommerce div.product .summary .product_title strong {
  display: block;
}
.woocommerce div.product .summary .product_title strong {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .woocommerce div.product .summary .product_title strong {
    font-size: calc(23px + 9 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce div.product .summary .product_title strong {
    font-size: 32px;
  }
}
.woocommerce div.product .summary .product_title strong {
  font-weight: 600;
}
.woocommerce div.product .summary .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  gap: 8px 0;
}
.woocommerce div.product .summary .price > .woocommerce-Price-amount,
.woocommerce div.product .summary .price ins {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .woocommerce div.product .summary .price > .woocommerce-Price-amount,
  .woocommerce div.product .summary .price ins {
    font-size: calc(23px + 9 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce div.product .summary .price > .woocommerce-Price-amount,
  .woocommerce div.product .summary .price ins {
    font-size: 32px;
  }
}
.woocommerce div.product .summary .price > .woocommerce-Price-amount,
.woocommerce div.product .summary .price ins {
  color: #47ab6c;
  font-weight: 600;
}
.woocommerce div.product .summary .price ins {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.woocommerce div.product .summary .price del {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .woocommerce div.product .summary .price del {
    font-size: calc(19px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce div.product .summary .price del {
    font-size: 21px;
  }
}
.woocommerce div.product .summary .price del {
  color: #555555;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce div.product .summary .wc-price-history {
  white-space: nowrap;
  font-size: 13px;
  color: #555555;
  margin-top: -12px;
}
.woocommerce div.product .variant-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce div.product .variant-price-wrap > .woocommerce-Price-amount,
.woocommerce div.product .variant-price-wrap ins {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #000;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.woocommerce div.product .variant-price-wrap > .woocommerce-Price-amount,
.woocommerce div.product .variant-price-wrap ins {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .woocommerce div.product .variant-price-wrap > .woocommerce-Price-amount,
  .woocommerce div.product .variant-price-wrap ins {
    font-size: calc(30px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce div.product .variant-price-wrap > .woocommerce-Price-amount,
  .woocommerce div.product .variant-price-wrap ins {
    font-size: 36px;
  }
}
.woocommerce div.product .variant-price-wrap del {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
  color: #999;
  padding-top: 12px;
}
.woocommerce div.product .variant-price-wrap.without-sale .wc-price-history {
  display: none;
}
.woocommerce div.product .variant-price-wrap .wc-price-history {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 4px;
}
.woocommerce div.product .woocommerce-variation-price:not(:empty) {
  display: block;
  margin-bottom: 32px;
}
.woocommerce div.product p.stock {
  font-size: 15px;
  font-weight: bold;
}
.woocommerce div.product .in-stock {
  color: #44BF55;
}
.woocommerce div.product .out-of-stock {
  color: #e02424;
}
.woocommerce div.product div.images a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce div.product div.images a:hover {
  opacity: 0.5;
}
.woocommerce div.product div.images img {
  display: block;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images span.onsale {
  right: 8px;
  left: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
  width: auto;
  height: 100%;
  max-height: calc(100vh - 240px);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.woocommerce div.product form.cart:not(.variations_form),
.woocommerce div.product .woocommerce-variation-add-to-cart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 24px 1fr;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .woocommerce div.product form.cart:not(.variations_form),
  .woocommerce div.product .woocommerce-variation-add-to-cart {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce div.product form.cart:not(.variations_form) .woocommerce-variation-description,
.woocommerce div.product .woocommerce-variation-add-to-cart .woocommerce-variation-description {
  padding: 20px;
  border: 2px solid #44BF55;
  margin-bottom: 30px;
}
.woocommerce div.product form.cart:not(.variations_form) .woocommerce-variation-description > p:first-child,
.woocommerce div.product .woocommerce-variation-add-to-cart .woocommerce-variation-description > p:first-child {
  font-weight: bold;
  color: #000;
}
.woocommerce div.product form.cart:not(.variations_form) .qua-wrap,
.woocommerce div.product .woocommerce-variation-add-to-cart .qua-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr;
  grid-template-columns: 1fr 56px 1fr;
  border: 1px solid #e1e1e1;
  height: 56px;
  width: 100%;
  max-width: 140px;
  overflow: hidden;
  border-radius: 4px;
}
.woocommerce div.product form.cart:not(.variations_form) .qua-wrap span,
.woocommerce div.product .woocommerce-variation-add-to-cart .qua-wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.woocommerce div.product form.cart:not(.variations_form) .qua-wrap span:hover,
.woocommerce div.product .woocommerce-variation-add-to-cart .qua-wrap span:hover {
  background: #000;
  color: #fff;
}
.woocommerce div.product form.cart:not(.variations_form) .qua-wrap .quantity,
.woocommerce div.product .woocommerce-variation-add-to-cart .qua-wrap .quantity {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.woocommerce div.product form.cart:not(.variations_form) .qua-wrap .qty,
.woocommerce div.product .woocommerce-variation-add-to-cart .qua-wrap .qty {
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button,
.woocommerce div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  font-size: 19px;
  font-weight: 600;
  padding: 0 32px;
  border: none;
  width: 100%;
  white-space: nowrap;
  background: #47ab6c;
  color: #fff;
  border-radius: 4px;
}
.woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button:hover,
.woocommerce div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background: #1F8C4E;
  color: #f1f1f1;
}
@media (max-width: 650px) {
  .woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button,
  .woocommerce div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    height: 64px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.woocommerce div.product .variations_form table {
  border-width: 0 0 1px;
}
.woocommerce div.product .variations_form table td {
  padding-left: 0;
}
.woocommerce div.product .variations_form table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product .variations_form table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product .variations_form .variations {
  margin-bottom: 32px;
  border: 0;
  width: 100%;
  display: block;
}
.woocommerce div.product .variations_form .variations tbody {
  display: block;
}
.woocommerce div.product .variations_form .variations tbody tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 164px 1fr;
  grid-template-columns: 164px 1fr;
  margin-bottom: 16px;
}
.woocommerce div.product .variations_form .variations tbody tr:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .variations_form .variations tbody td,
.woocommerce div.product .variations_form .variations tbody th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product .variations_form .variations tbody .label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.woocommerce div.product .variations_form .variations tbody .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .woocommerce div.product .variations_form .variations tbody tr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
}
.woocommerce div.product .variations_form .variations label {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.woocommerce div.product .variations_form .variations select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  padding: 0 40px 0 16px;
  height: 56px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-right: 16px;
  background: #fff url(images/arrow-down-black.svg) right 12px center no-repeat;
  background-size: 12px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce div.product .variations_form .woocommerce-variation {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-bottom: 24px;
}
.woocommerce div.product .variations_form .woocommerce-variation-description p:not(:last-child) {
  margin-bottom: 1em;
}
.woocommerce div.product .variations_form .reset_variations {
  visibility: hidden;
  font-size: 13px;
  font-weight: 600;
  color: #e02424;
  padding: 8px;
  border: 1px solid #e02424;
  border-radius: 2px;
}
.woocommerce div.product .variations_form .reset_variations:hover {
  background: #e02424;
  color: #fff;
}
@media (max-width: 600px) {
  .woocommerce div.product .variations_form .reset_variations {
    margin-left: 0;
    margin-top: 4px;
  }
}
.woocommerce div.product .variations_form .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product .variations_form .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product .variations_form .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product .variations_form .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product .variations_form .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
@media (min-width: 650px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
    content: "";
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 0;
    margin-right: -1px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #000;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #112f41;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
    font-weight: 600;
  }
}
@media (max-width: 650px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px 8px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
    font-weight: 600;
  }
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px 0;
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel .tab-title {
  display: block;
  margin-bottom: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel .tab-title span {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews-title {
  display: none;
}

.raty-calculator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
  margin-left: 164px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.raty-calculator-wrapper a.raty-modal-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  font-size: 17px;
  color: #000;
  padding-left: 36px;
  background: url(images/calculator.svg) left center no-repeat;
  background-size: 24px 24px;
  font-weight: 600;
}
.raty-calculator-wrapper a.raty-help {
  display: inline-block;
  line-height: 16px;
  padding-left: 32px;
  background: url(images/question.svg) 4px center no-repeat;
  background-size: 16px 16px;
  font-size: 14px;
  color: #000;
}
.raty-calculator-wrapper a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 650px) {
  .raty-calculator-wrapper {
    margin-left: 0;
  }
}

.woocommerce-product-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-product-rating-wrap .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce-product-rating-wrap .yith-wcwl-wishlistaddedbrowse,
.woocommerce-product-rating-wrap .yith-wcwl-wishlistexistsbrowse,
.woocommerce-product-rating-wrap .yith-wcwl-add-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.woocommerce-product-rating-wrap .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-product-rating-wrap .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-product-rating-wrap .yith-wcwl-add-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
}
.woocommerce-product-rating-wrap .yith-wcwl-wishlistaddedbrowse a svg,
.woocommerce-product-rating-wrap .yith-wcwl-wishlistexistsbrowse a svg,
.woocommerce-product-rating-wrap .yith-wcwl-add-button a svg {
  fill: currentColor;
}
.woocommerce-product-rating-wrap .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce-product-rating-wrap .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce-product-rating-wrap .yith-wcwl-add-button a:hover {
  color: #47ab6c;
}
@media (max-width: 768px) {
  .woocommerce-product-rating-wrap .yith-wcwl-wishlistaddedbrowse a,
  .woocommerce-product-rating-wrap .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce-product-rating-wrap .yith-wcwl-add-button a {
    width: 24px;
    height: 24px;
  }
}
.woocommerce-product-rating-wrap .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce-product-rating-wrap .yith-wcwl-wishlistexistsbrowse .feedback {
  position: absolute;
  padding: 8px 12px;
  border-radius: 4px;
  background: #000;
  font-size: 10px;
  color: #fff;
  top: -20px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.woocommerce-product-rating-wrap .yith-wcwl-wishlistaddedbrowse .feedback i,
.woocommerce-product-rating-wrap .yith-wcwl-wishlistexistsbrowse .feedback i {
  display: none;
}
.woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.woocommerce-product-rating .stars {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px 6px 16px 6px 16px 6px 16px 6px 16px;
  grid-template-columns: repeat(5, 16px);
  gap: 0 6px;
  margin-right: 16px;
}
.woocommerce-product-rating .stars span {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url(images/star-empty.svg);
}
.woocommerce-product-rating .stars.stars-1 span:nth-child(1) {
  background-image: url(images/star.svg);
}
.woocommerce-product-rating .stars.stars-2 span:nth-child(1),
.woocommerce-product-rating .stars.stars-2 span:nth-child(2) {
  background-image: url(images/star.svg);
}
.woocommerce-product-rating .stars.stars-3 span:nth-child(1),
.woocommerce-product-rating .stars.stars-3 span:nth-child(2),
.woocommerce-product-rating .stars.stars-3 span:nth-child(3) {
  background-image: url(images/star.svg);
}
.woocommerce-product-rating .stars.stars-4 span:nth-child(1),
.woocommerce-product-rating .stars.stars-4 span:nth-child(2),
.woocommerce-product-rating .stars.stars-4 span:nth-child(3),
.woocommerce-product-rating .stars.stars-4 span:nth-child(4) {
  background-image: url(images/star.svg);
}
.woocommerce-product-rating .stars.stars-5 span {
  background-image: url(images/star.svg);
}
.woocommerce-product-rating a {
  font-size: 12px;
  color: #000;
}
.woocommerce-product-rating a:hover {
  text-decoration: underline;
}
.woocommerce-product-rating em {
  font-size: 12px;
  font-style: normal;
}

.shop_attributes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px 0;
}
.shop_attributes .woocommerce-product-attributes-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 16px 1fr;
  grid-template-columns: 210px 1fr;
  gap: 0 16px;
}
.shop_attributes .woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
  display: none;
}
.shop_attributes .woocommerce-product-attributes-item__label {
  font-weight: 600;
}
.shop_attributes a {
  color: #000;
}
.shop_attributes a:hover {
  text-decoration: underline;
}
@media (max-width: 650px) {
  .shop_attributes .woocommerce-product-attributes-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
  }
}

.product-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-bottom: 32px;
}
.product-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 12px;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px;
}
.product-meta > div:last-child {
  border: none;
}
.product-meta .in-stock {
  color: #44BF55;
}
.product-meta .out-of-stock {
  color: #e02424;
}
.product-meta .product-availibility p,
.product-meta .product-delivery-info p,
.product-meta .product-time-info p {
  margin-bottom: 0;
}
.product-meta .product-availibility p:first-child,
.product-meta .product-delivery-info p:first-child,
.product-meta .product-time-info p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  font-size: 16px;
  font-weight: 600;
}
.product-meta .product-availibility p:first-child img,
.product-meta .product-delivery-info p:first-child img,
.product-meta .product-time-info p:first-child img {
  height: 22px;
}
.product-meta .product-availibility p:last-child,
.product-meta .product-delivery-info p:last-child,
.product-meta .product-time-info p:last-child {
  font-size: 14px;
}
.product-meta .product-availibility p:last-child button,
.product-meta .product-availibility p:last-child a,
.product-meta .product-delivery-info p:last-child button,
.product-meta .product-delivery-info p:last-child a,
.product-meta .product-time-info p:last-child button,
.product-meta .product-time-info p:last-child a {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: #000;
}
.product-meta .product-availibility p:last-child button:hover,
.product-meta .product-availibility p:last-child a:hover,
.product-meta .product-delivery-info p:last-child button:hover,
.product-meta .product-delivery-info p:last-child a:hover,
.product-meta .product-time-info p:last-child button:hover,
.product-meta .product-time-info p:last-child a:hover {
  color: #47ab6c;
  text-decoration: underline;
}

.woocommerce div.product .related.products {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-bottom: 64px;
}
.woocommerce div.product .related.products > .h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #112f41;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
.woocommerce div.product .related.products ul.products {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1101px) {
  .woocommerce div.product .related.products ul.products li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .woocommerce div.product {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .woocommerce div.product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    gap: 32px 0;
  }
  .woocommerce div.product .related.products {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .woocommerce div.product .related.products ul.products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .woocommerce div.product .related.products ul.products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .woocommerce div.product .related.products ul.products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.raty-modal {
  display: block;
  width: 100%;
  max-width: 680px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -340px;
  top: 100px;
  z-index: 3300;
  visibility: hidden;
  opacity: 0;
}
.raty-modal.active {
  visibility: visible;
  opacity: 1;
}
.raty-modal .raty-info-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 20px;
  grid-template-columns: 1fr 20px;
  gap: 0 20px;
  padding: 24px;
}
.raty-modal .raty-info-header p {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
}
.raty-modal .raty-info-header a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/close-black.svg) center no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
}

#wc_bis_product_form {
  display: block;
  padding: 24px;
  background: #f1f1f1;
}
@media (max-width: 768px) {
  #wc_bis_product_form {
    padding: 16px;
  }
}
#wc_bis_product_form .wc_bis_form_title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 16px;
}
#wc_bis_product_form .bis_product_form_flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px -webkit-min-content;
  -ms-grid-columns: 1fr 24px min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  gap: 0 24px;
}
#wc_bis_product_form .bis_product_form_flex input {
  background: #fff;
  padding: 12px;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  color: #000;
}
#wc_bis_product_form .bis_product_form_flex input:disabled {
  color: #999;
  cursor: not-allowed;
}
#wc_bis_product_form .bis_product_form_flex button {
  --font-size: 15px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 12px 24px;
  --border-radius: 4px;
  --svg: 16px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--border-radius);
  color: #fff;
  background: #47ab6c;
  gap: 0 16px;
}
#wc_bis_product_form .bis_product_form_flex button:hover {
  background: #000;
}

.entry-summary:has(#wc_bis_product_form) form.cart:not(.variations_form),
.entry-summary:has(#wc_bis_product_form) .woocommerce-variation-add-to-cart,
.entry-summary:has(#wc_bis_already_registered) form.cart:not(.variations_form),
.entry-summary:has(#wc_bis_already_registered) .woocommerce-variation-add-to-cart {
  display: none;
}

.product-to-order-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  border-radius: 6px;
  background-color: rgba(63, 131, 248, 0.12);
  border: 2px solid #3f83f8;
  padding: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1180px) {
  .product-to-order-wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .product-to-order-wrap {
    padding: 16px;
  }
}

.category-page-wrapper {
  margin-bottom: 64px;
}

.category-page-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  min-width: 280px;
  max-width: 440px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1040;
  padding: 0;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-page-sidebar .filter-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  border-radius: 4px;
  background: none;
  margin-bottom: 20px;
}
.category-page-sidebar .filter-toggle:hover {
  background: #000;
  color: #fff;
}
.category-page-sidebar .category-sidebar-content {
  padding: 20px;
}
.category-page-sidebar.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.filter-toggle-btn {
  --font-size: 15px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 12px 24px;
  --border-radius: 3px;
  --svg: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--border-radius);
  color: #fff;
  background: #47ab6c;
  gap: 0 16px;
}
.filter-toggle-btn svg {
  width: var(--svg);
  height: var(--svg);
  fill: currentColor;
}
.filter-toggle-btn:hover {
  background: #000;
}

.category-sidebar-content .filter-toggle-btn {
  --svg: 16px;
  background: #000;
}

.woof_sid_auto_shortcode {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.woof_sid_auto_shortcode .woof_container_inner {
  padding: 0;
}
.woof_sid_auto_shortcode .woof_container {
  float: none;
  width: auto;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
.woof_sid_auto_shortcode .woof_container select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  font-size: 15px;
  padding: 0 16px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  line-height: 1;
  background: #fff;
  color: #000;
}

.woocommerce .woof_sid_auto_shortcode button.button {
  width: 100%;
  text-align: center;
  background: none;
  border: 2px solid #e02424;
  color: #e02424;
}
.woocommerce .woof_sid_auto_shortcode button.button:hover {
  background: #e02424;
  color: #fff;
}

.woof_sid_auto_shortcode.woof {
  padding: 0;
}

.woof_submit_search_form_container {
  padding: 0;
  margin: 0;
}

.woof_products_top_panel {
  display: none !important;
}

div.woof_info_popup {
  background: #399eda;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 16px;
}

.ordering-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.ordering-wrapper .woocommerce-ordering select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  color: #000;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  line-height: 1;
  background: #fff;
}
@media (max-width: 1024px) {
  .ordering-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ordering-wrapper .filter-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  border: 2px solid #47ab6c;
  font-size: 15px;
  font-weight: 600;
  color: #47ab6c;
  padding: 0 24px;
  border-radius: 4px;
  background: none;
}
.ordering-wrapper .filter-toggle span {
  padding-left: 32px;
  background: url(images/filter-green.svg) left center no-repeat;
  background-size: 24px 24px;
}
.ordering-wrapper .filter-toggle:hover {
  background: #47ab6c;
  color: #fff;
}
.ordering-wrapper .filter-toggle:hover span {
  background-image: url(images/filter-white.svg);
}
@media (max-width: 450px) {
  .ordering-wrapper .woocommerce-ordering select {
    font-size: 14px;
    height: 46px;
    padding: 0 12px;
    width: 180px;
  }
  .ordering-wrapper .filter-toggle {
    font-size: 14px;
    padding: 0 12px;
    height: 46px;
    border-width: 1px;
  }
  .ordering-wrapper .filter-toggle span {
    padding-left: 22px;
    background-size: 18px 18px;
  }
}

.woocommerce-filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .woocommerce-filters-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-filters-wrapper .woof_sid_auto_shortcode {
    width: 80%;
  }
  .woocommerce-filters-wrapper .woof_products_top_panel {
    width: 20%;
  }
  .woocommerce-filters-wrapper .woocommerce-ordering {
    width: 100%;
    padding-top: 20px;
  }
}

body.term-nowosci .imagewrapper a,
body.term-wyprzedaz .imagewrapper a {
  position: relative;
}
body.term-nowosci .imagewrapper a:after,
body.term-wyprzedaz .imagewrapper a:after {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 20;
  text-align: center;
  line-height: 1;
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  height: 28px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  body.term-nowosci .imagewrapper a:after,
  body.term-wyprzedaz .imagewrapper a:after {
    font-size: 10px;
    padding: 0 12px;
    border-radius: 4px;
  }
}

body.term-nowosci .imagewrapper .woocommerce-loop-product__link:after {
  background: #47ab6c;
  content: "Nowość";
}

body.term-wyprzedaz .imagewrapper .woocommerce-loop-product__link:after {
  background: #F21628;
  content: "Outlet";
}

.category-highlight-info {
  display: block;
  font-size: 17px;
  color: #030303;
  background-color: rgba(63, 131, 248, 0.12);
  border: 2px solid #3f83f8;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .category-highlight-info {
    padding: 12px;
    border-radius: 3px;
    font-size: 15px;
  }
}

li.product_cat-nowosci .imagewrapper .woocommerce-loop-product__link,
li.product_cat-wyprzedaz .imagewrapper .woocommerce-loop-product__link {
  position: relative;
}
li.product_cat-nowosci .imagewrapper .woocommerce-loop-product__link:after,
li.product_cat-wyprzedaz .imagewrapper .woocommerce-loop-product__link:after {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 20;
  text-align: center;
  line-height: 1;
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  height: 28px;
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 768px) {
  li.product_cat-nowosci .imagewrapper .woocommerce-loop-product__link:after,
  li.product_cat-wyprzedaz .imagewrapper .woocommerce-loop-product__link:after {
    font-size: 10px;
    padding: 0 12px;
    border-radius: 4px;
  }
}

li.product_cat-nowosci .imagewrapper .woocommerce-loop-product__link:after {
  background: #47ab6c;
  content: "Nowość";
}

li.product_cat-wyprzedaz .imagewrapper .woocommerce-loop-product__link:after {
  background: #F21628;
  content: "Outlet";
}

.products-category-desc {
  display: block;
  padding: 32px;
  background: #f1f1f1;
  border-radius: 12px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .products-category-desc {
    padding: 24px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .products-category-desc {
    padding: 20px;
    border-radius: 8px;
  }
}

.products-category-title {
  font-weight: bold;
  line-height: 1.2;
}
.products-category-title {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .products-category-title {
    font-size: calc(27px + 9 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .products-category-title {
    font-size: 36px;
  }
}

.term-description {
  padding-top: 24px;
  max-width: 900px;
  font-size: 15px;
  line-height: 1.4;
}
.term-description strong {
  font-weight: 500;
}

ul.products {
  list-style: none;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
ul.products .product {
  position: relative;
}
@media (max-width: 1180px) {
  ul.products {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 48px;
  }
}
@media (max-width: 860px) {
  ul.products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
ul.products.category-grid {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1280px) {
  ul.products.category-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  ul.products.category-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
  }
}
@media (max-width: 559px) {
  ul.products.category-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}

.cross-sell-wrap ul.products {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cross-sell-wrap ul.products {
    -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cross-sell-wrap ul.products {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 559px) {
  .cross-sell-wrap ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px 24px;
    margin-bottom: 32px;
  }
}

.product-grid-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-min-content 12px 1fr 12px 24px 12px 48px;
  -ms-grid-rows: min-content 12px 1fr 12px 24px 12px 48px;
  grid-template-rows: -webkit-min-content 1fr 24px 48px;
  grid-template-rows: min-content 1fr 24px 48px;
  gap: 12px 0;
  position: relative;
  z-index: 10;
  padding: 16px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 2px;
}

.product-grid-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.product-grid-item > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .product-grid-item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-grid-item:hover {
    border-color: #47ab6c;
    -webkit-box-shadow: var(--shadow-md);
            box-shadow: var(--shadow-md);
    z-index: 210;
  }
}
@media (max-width: 768px) {
  .product-grid-item {
    -ms-grid-rows: -webkit-min-content 1fr 24px 40px;
    -ms-grid-rows: min-content 1fr 24px 40px;
    grid-template-rows: -webkit-min-content 1fr 24px 40px;
    grid-template-rows: min-content 1fr 24px 40px;
  }
}
.product-grid-item .imagewrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .product-grid-item .imagewrapper {
    aspect-ratio: 16/14;
  }
}
.product-grid-item .imagewrapper .woocommerce-loop-product__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.product-grid-item .imagewrapper .woocommerce-loop-product__link:hover {
  opacity: 0.5;
}
.product-grid-item .imagewrapper img {
  width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}
.product-grid-item .product-labels {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.product-grid-item .product-labels span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  background: #fff;
  -webkit-box-shadow: var(--shadow-sm);
          box-shadow: var(--shadow-sm);
  border-radius: 20px;
}
.product-grid-item .title {
  font-size: 17px;
  font-weight: 600;
}
.product-grid-item .title a {
  color: #000;
  display: inline-block;
  line-height: 1.3;
}
.product-grid-item .title a strong {
  color: #000;
  font-weight: 600;
}
.product-grid-item .title a:hover {
  text-decoration: underline;
}
.product-grid-item .title a:has(strong) {
  color: #333;
}
.product-grid-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 4px 8px;
}
.product-grid-item .price {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price {
    font-size: calc(17px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price {
    font-size: 19px;
  }
}
.product-grid-item .price > .woocommerce-Price-amount,
.product-grid-item .price ins {
  color: #000;
}
.product-grid-item .price ins {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-grid-item .price del {
  color: #777;
}
.product-grid-item .price del {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price del {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price del {
    font-size: 17px;
  }
}
.product-grid-item .price del {
  text-decoration: line-through;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-grid-item .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0 12px;
}
.product-grid-item .price-wrap > .amount {
  color: #000;
}
.product-grid-item .price-wrap > .amount {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price-wrap > .amount {
    font-size: calc(19px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price-wrap > .amount {
    font-size: 21px;
  }
}
.product-grid-item .price-wrap del {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #999;
  text-decoration: line-through;
}
.product-grid-item .price-wrap del {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price-wrap del {
    font-size: calc(19px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price-wrap del {
    font-size: 21px;
  }
}
.product-grid-item .price-wrap ins {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #000;
}
.product-grid-item .price-wrap ins {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .price-wrap ins {
    font-size: calc(19px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .price-wrap ins {
    font-size: 21px;
  }
}
.product-grid-item .price-wrap .discount {
  display: none;
}
.product-grid-item .price-wrap .wc-price-history {
  display: none;
}
.product-grid-item .variant-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0 12px;
  font-weight: 500;
}
.product-grid-item .variant-price-wrap > .amount {
  color: #000;
}
.product-grid-item .variant-price-wrap > .amount {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .product-grid-item .variant-price-wrap > .amount {
    font-size: calc(19px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .product-grid-item .variant-price-wrap > .amount {
    font-size: 21px;
  }
}
.product-grid-item .variant-price-wrap .discount {
  display: none;
}
.product-grid-item .variant-price-wrap .wc-price-history {
  display: none;
}
.product-grid-item .add-to-cart-button-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 32px;
  grid-template-columns: 1fr 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.product-grid-item .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  padding: 8px;
  border-radius: 3px;
}
.product-grid-item .yith-wcwl-wishlistaddedbrowse,
.product-grid-item .yith-wcwl-wishlistexistsbrowse,
.product-grid-item .yith-wcwl-add-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.product-grid-item .yith-wcwl-wishlistaddedbrowse a,
.product-grid-item .yith-wcwl-wishlistexistsbrowse a,
.product-grid-item .yith-wcwl-add-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #000;
}
.product-grid-item .yith-wcwl-wishlistaddedbrowse a svg,
.product-grid-item .yith-wcwl-wishlistexistsbrowse a svg,
.product-grid-item .yith-wcwl-add-button a svg {
  fill: currentColor;
}
.product-grid-item .yith-wcwl-wishlistaddedbrowse a:hover,
.product-grid-item .yith-wcwl-wishlistexistsbrowse a:hover,
.product-grid-item .yith-wcwl-add-button a:hover {
  color: #47ab6c;
}
.product-grid-item .yith-wcwl-wishlistaddedbrowse a {
  color: #47ab6c;
}
.product-grid-item .yith-wcwl-add-button a:hover {
  color: #47ab6c;
}
.product-grid-item .yith-wcwl-wishlistaddedbrowse .feedback,
.product-grid-item .yith-wcwl-wishlistexistsbrowse .feedback {
  position: absolute;
  padding: 8px 12px;
  border-radius: 4px;
  background: #000;
  font-size: 10px;
  color: #fff;
  top: -20px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.product-grid-item .yith-wcwl-wishlistaddedbrowse .feedback i,
.product-grid-item .yith-wcwl-wishlistexistsbrowse .feedback i {
  display: none;
}
.product-grid-item .add-to-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-grid-item.outofstock .imagewrapper {
  opacity: 0.75;
}
.product-grid-item.outofstock .imagewrapper img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

nav.woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
}
nav.woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.woocommerce-pagination ul li {
  margin-left: 8px;
}
nav.woocommerce-pagination ul a,
nav.woocommerce-pagination ul span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 15px;
  color: #47ab6c;
  border-radius: 4px;
  border: 2px solid #47ab6c;
  font-weight: 500;
}
nav.woocommerce-pagination ul a:hover,
nav.woocommerce-pagination ul span {
  color: #fff;
  background: #47ab6c;
  border-color: #47ab6c;
}
@media (max-width: 1024px) {
  nav.woocommerce-pagination {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 8px;
    display: block;
  }
  nav.woocommerce-pagination ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav.woocommerce-pagination ul li {
    margin-bottom: 8px;
  }
  nav.woocommerce-pagination ul a,
  nav.woocommerce-pagination ul span {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  nav.woocommerce-pagination ul li {
    margin-bottom: 8px;
  }
}

.no-products-found {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 40px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 40px 40px;
  padding: 0px 0 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-products-found p {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .no-products-found p {
    font-size: calc(21px + 11 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .no-products-found p {
    font-size: 32px;
  }
}
.no-products-found p {
  margin-bottom: 24px;
}
.no-products-found p strong {
  font-weight: 500;
}
.no-products-found ul {
  list-style: circle;
  margin: 0 0 24px 32px;
  line-height: 2;
}
@media (max-width: 1024px) {
  .no-products-found {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

.category-description-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
}
.category-description-wrapper .category-description {
  display: block;
}
.category-description-wrapper .category-description.active {
  height: 100%;
}
.category-description-wrapper .category-description h2 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}
.category-description-wrapper .category-description h3 {
  font-size: 23px;
  margin-bottom: 5px;
  font-weight: 600;
}
.category-description-wrapper .category-description-more {
  display: block;
}
.category-description-wrapper .category-description-more a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #112f41;
  line-height: 1;
  padding: 10px 15px;
}
.category-description-wrapper .category-description-more a:hover {
  background: #399eda;
}

.subcategories-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.subcategories-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subcategories-menu > li > span {
  font-size: 12px;
  color: #999;
}
.subcategories-menu a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
}
.subcategories-menu a:hover {
  border-color: #44BF55;
  -webkit-box-shadow: 0 0 0 2px rgba(68, 191, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(68, 191, 85, 0.2);
}
.subcategories-menu a img {
  width: 80px;
  margin-bottom: 10px;
}
.subcategories-menu a span {
  display: block;
}

.category-photos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 20px;
  margin-bottom: 30px;
}
.category-photos .photo a {
  display: block;
}
@media (max-width: 1024px) {
  .category-photos {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .category-photos {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .category-photos {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.reviews-hidden {
  display: none;
}

.category-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px 24px;
  margin-bottom: 60px;
}
.category-reviews .review {
  display: block;
  padding: 24px;
  border: 1px solid #e1e1e1;
}
.category-reviews .review .rev-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-reviews .review .rev-meta .author {
  font-size: 16px;
  font-weight: 600;
}
.category-reviews .review .rev-meta .date {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.category-reviews .review .rev-meta .stars {
  --star: 20px;
  --gap: 8px;
  display: block;
  position: relative;
  width: calc(var(--star) * 5 + var(--gap) * 4);
  overflow: hidden;
}
.category-reviews .review .rev-meta .stars .empty-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--gap);
  position: relative;
  z-index: 10;
}
.category-reviews .review .rev-meta .stars .full-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--gap);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(var(--star) * 5 + var(--gap) * 4);
  z-index: 20;
}
.category-reviews .review .rev-meta .stars.stars1 .full-stars {
  right: calc(var(--star) * 4 + var(--gap) * 4);
}
.category-reviews .review .rev-meta .stars.stars2 .full-stars {
  right: calc(var(--star) * 3 + var(--gap) * 3);
}
.category-reviews .review .rev-meta .stars.stars3 .full-stars {
  right: calc(var(--star) * 2 + var(--gap) * 2);
}
.category-reviews .review .rev-meta .stars.stars4 .full-stars {
  right: calc(var(--star) * 1 + var(--gap) * 1);
}
.category-reviews .review .rev-meta .stars svg {
  width: var(--star);
  height: var(--star);
}
.category-reviews .review .desc {
  font-size: 18px;
}
@media (max-width: 768px) {
  .category-reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .category-reviews .review {
    padding: 16px;
  }
  .category-reviews .review .rev-meta .author {
    font-size: 15px;
  }
  .category-reviews .review .rev-meta .date {
    font-size: 13px;
  }
  .category-reviews .review .rev-meta .stars {
    --star: 16px;
    --gap: 6px;
  }
  .category-reviews .review .desc {
    font-size: 15px;
  }
}

.widget_shopping_cart_content {
  color: #000;
}
.widget_shopping_cart_content .product_list_widget {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
}
.widget_shopping_cart_content .product_list_widget li {
  margin-bottom: 24px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 16px 1fr 16px 12px;
  grid-template-columns: 75px 1fr 12px;
  gap: 0 16px;
}
.widget_shopping_cart_content .product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget_shopping_cart_content .product_list_widget a.remove_from_cart_button {
  display: block;
  width: 12px;
  height: 12px;
  background: url(images/close-black.svg) center no-repeat;
  background-size: 12px 12px;
  text-indent: -9999px;
  opacity: 0.5;
}
.widget_shopping_cart_content .product_list_widget a.remove_from_cart_button:hover {
  opacity: 1;
}
.widget_shopping_cart_content .product_list_widget .name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 6px;
}
.widget_shopping_cart_content .product_list_widget .variation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
  font-size: 12px;
  margin: 0 0 6px 0;
}
.widget_shopping_cart_content .product_list_widget .quantity {
  font-size: 15px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  font-size: 19px;
  padding: 24px 0;
  line-height: 1;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  -ms-grid-column-align: end;
      justify-self: end;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background: #fff;
  color: #112f41;
  border: 2px solid #112f41;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):hover {
  background: #112f41;
  color: #fff;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  display: block;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.empty-cart-info {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 80px;
  text-align: center;
}
.empty-cart-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.empty-cart-info .icon img {
  height: 200px;
}
.empty-cart-info .text {
  margin-bottom: 40px;
}
.empty-cart-info .text p {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .empty-cart-info .text p {
    font-size: calc(19px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .empty-cart-info .text p {
    font-size: 27px;
  }
}
.empty-cart-info .text p {
  margin-bottom: 24px;
}
.empty-cart-info .text p:last-child {
  margin-bottom: 0;
}
.empty-cart-info .text p a {
  text-decoration: underline;
}
.empty-cart-info .text p + p {
  margin-top: -24px;
}
@media (max-width: 1024px) {
  .empty-cart-info {
    padding-top: 40px;
  }
  .empty-cart-info .icon {
    margin-bottom: 32px;
  }
  .empty-cart-info .icon img {
    height: 160px;
  }
  .empty-cart-info .text {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .empty-cart-info {
    padding-top: 32px;
  }
  .empty-cart-info .icon img {
    height: 120px;
  }
}

.cart-errors {
  text-align: center;
  font-size: 21px;
  margin-bottom: 60px;
}

.woocommerce-cart {
  margin-bottom: 32px;
}
.woocommerce-cart .page-title {
  margin-bottom: 16px;
}
.woocommerce-cart .cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 24px 0;
}
.woocommerce-cart .cart-title span {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .cart-title span {
    font-size: calc(28px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-cart .cart-title span {
    font-size: 36px;
  }
}

.woocommerce-cart:has(.empty-cart-info) .page-title,
.woocommerce-cart:has(.empty-cart-info) .woocommerce-notices-wrapper,
.woocommerce-cart:has(.empty-cart-info) .cart-empty {
  display: none;
}

div.woocommerce-cart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 360px;
  grid-template-columns: 1fr 360px;
  gap: 32px 64px;
}
div.woocommerce-cart .woocommerce-cart-form {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
div.woocommerce-cart .cart-collaterals {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
div.woocommerce-cart .cart-payment-info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 1280px) {
  div.woocommerce-cart {
    -ms-grid-columns: 1fr 32px 300px;
    grid-template-columns: 1fr 300px;
    gap: 32px 32px;
  }
}
@media (max-width: 1024px) {
  div.woocommerce-cart {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  div.woocommerce-cart .woocommerce-cart-form {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  div.woocommerce-cart .cart-collaterals {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  div.woocommerce-cart .cart-payment-info {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.variation {
  margin-bottom: 8px;
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
.variation p {
  margin-bottom: 0;
  font-size: 12px;
}

.woocommerce-cart table.cart,
.woocommerce-checkout table.cart {
  width: 100%;
  border-top: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart tbody td,
  .woocommerce-checkout table.cart tbody td {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .woocommerce-cart table.cart tbody td.no-border,
  .woocommerce-checkout table.cart tbody td.no-border {
    border-bottom: none;
  }
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    width: 100px;
    border-left: 1px solid #e1e1e1;
  }
  .woocommerce-cart table.cart .product-thumbnail img,
  .woocommerce-checkout table.cart .product-thumbnail img {
    width: 100px;
  }
  .woocommerce-cart table.cart .product-name,
  .woocommerce-checkout table.cart .product-name {
    vertical-align: middle;
    padding-left: 16px;
  }
  .woocommerce-cart table.cart .product-name .name,
  .woocommerce-checkout table.cart .product-name .name {
    font-size: 17px;
    margin-bottom: 4px;
    line-height: 1.2;
  }
  .woocommerce-cart table.cart .product-name .name a,
  .woocommerce-checkout table.cart .product-name .name a {
    font-weight: 500;
    color: #000;
  }
  .woocommerce-cart table.cart .product-name .name a:hover,
  .woocommerce-checkout table.cart .product-name .name a:hover {
    text-decoration: underline;
  }
  .woocommerce-cart table.cart .product-name .plu,
  .woocommerce-checkout table.cart .product-name .plu {
    margin-bottom: 4px;
    font-size: 13px;
    color: #999;
  }
  .woocommerce-cart table.cart .product-name .remove-link,
  .woocommerce-checkout table.cart .product-name .remove-link {
    margin-bottom: 0;
    font-size: 13px;
  }
  .woocommerce-cart table.cart .product-name .remove-link a,
  .woocommerce-checkout table.cart .product-name .remove-link a {
    color: #888;
  }
  .woocommerce-cart table.cart .product-name .remove-link a:hover,
  .woocommerce-checkout table.cart .product-name .remove-link a:hover {
    text-decoration: underline;
    color: #e02424;
  }
  .woocommerce-cart table.cart .product-price,
  .woocommerce-checkout table.cart .product-price {
    width: 140px;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
  }
  .woocommerce-cart table.cart .product-quantity,
  .woocommerce-checkout table.cart .product-quantity {
    vertical-align: middle;
    width: 66px;
  }
  .woocommerce-cart table.cart .product-quantity > .quantity input,
  .woocommerce-checkout table.cart .product-quantity > .quantity input {
    display: block;
    width: 100%;
    padding: 12px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 46px 1fr;
    grid-template-columns: 1fr 46px 1fr;
    border: 1px solid #e1e1e1;
    height: 46px;
    border-radius: 4px;
    width: 104px;
    overflow: hidden;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__btn,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #000;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__btn svg,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__btn svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__btn:hover,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__btn:hover {
    background: #000;
    color: #fff;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .quantity,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .quantity {
    display: block;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__value,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__value {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #000;
  }
  .woocommerce-cart table.cart .product-subtotal,
  .woocommerce-checkout table.cart .product-subtotal {
    width: 140px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
  }
  .woocommerce-cart table.cart .product-remove,
  .woocommerce-checkout table.cart .product-remove {
    width: 60px;
    text-align: center;
    vertical-align: middle;
  }
  .woocommerce-cart table.cart .product-remove a,
  .woocommerce-checkout table.cart .product-remove a {
    font-size: 19px;
    color: #999;
  }
  .woocommerce-cart table.cart .product-remove a:hover,
  .woocommerce-checkout table.cart .product-remove a:hover {
    color: #e02424;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart,
  .woocommerce-checkout table.cart {
    display: block;
    border: none;
  }
  .woocommerce-cart table.cart tbody,
  .woocommerce-checkout table.cart tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .woocommerce-cart table.cart .cart_item,
  .woocommerce-checkout table.cart .cart_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0;
    border: 1px solid #e1e1e1;
    position: relative;
  }
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    width: auto;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .woocommerce-cart table.cart .product-thumbnail img,
  .woocommerce-checkout table.cart .product-thumbnail img {
    width: auto;
    height: 100px;
  }
  .woocommerce-cart table.cart .product-name,
  .woocommerce-checkout table.cart .product-name {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-cart table.cart .product-name .name,
  .woocommerce-checkout table.cart .product-name .name {
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 1.2;
  }
  .woocommerce-cart table.cart .product-name .name a,
  .woocommerce-checkout table.cart .product-name .name a {
    font-weight: 500;
    color: #000;
  }
  .woocommerce-cart table.cart .product-name .name a:hover,
  .woocommerce-checkout table.cart .product-name .name a:hover {
    text-decoration: underline;
  }
  .woocommerce-cart table.cart .product-name .plu,
  .woocommerce-checkout table.cart .product-name .plu {
    margin-bottom: 4px;
    font-size: 13px;
    color: #999;
  }
  .woocommerce-cart table.cart .product-name .remove-link,
  .woocommerce-checkout table.cart .product-name .remove-link {
    margin-bottom: 0;
    font-size: 13px;
  }
  .woocommerce-cart table.cart .product-name .remove-link a,
  .woocommerce-checkout table.cart .product-name .remove-link a {
    color: #888;
  }
  .woocommerce-cart table.cart .product-name .remove-link a:hover,
  .woocommerce-checkout table.cart .product-name .remove-link a:hover {
    text-decoration: underline;
    color: #e02424;
  }
  .woocommerce-cart table.cart .product-price,
  .woocommerce-cart table.cart .product-quantity,
  .woocommerce-cart table.cart .product-subtotal,
  .woocommerce-checkout table.cart .product-price,
  .woocommerce-checkout table.cart .product-quantity,
  .woocommerce-checkout table.cart .product-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #e1e1e1;
  }
  .woocommerce-cart table.cart .product-price,
  .woocommerce-checkout table.cart .product-price {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 16px;
  }
  .woocommerce-cart table.cart .product-quantity,
  .woocommerce-checkout table.cart .product-quantity {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 12px 0;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 46px 1fr;
    grid-template-columns: 1fr 46px 1fr;
    border: 1px solid #e1e1e1;
    height: 46px;
    border-radius: 4px;
    width: 104px;
    overflow: hidden;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__btn,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #000;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__btn svg,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__btn svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__btn:hover,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__btn:hover {
    background: #000;
    color: #fff;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .quantity,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .quantity {
    display: block;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .woocommerce-cart table.cart .product-quantity .qua-wrap .number-input__value,
  .woocommerce-checkout table.cart .product-quantity .qua-wrap .number-input__value {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #000;
  }
  .woocommerce-cart table.cart .product-subtotal,
  .woocommerce-checkout table.cart .product-subtotal {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 16px;
    font-weight: bold;
  }
  .woocommerce-cart table.cart .product-remove,
  .woocommerce-checkout table.cart .product-remove {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0;
    border: none;
    width: auto;
    line-height: 1;
  }
  .woocommerce-cart table.cart .product-remove a,
  .woocommerce-checkout table.cart .product-remove a {
    line-height: 1;
  }
  .woocommerce-cart table.cart .update-cart-row,
  .woocommerce-checkout table.cart .update-cart-row {
    display: block;
  }
  .woocommerce-cart table.cart .update-cart-row td,
  .woocommerce-checkout table.cart .update-cart-row td {
    padding: 10px 0;
  }
  .woocommerce-cart table.cart .cart-code-row,
  .woocommerce-checkout table.cart .cart-code-row {
    display: block;
  }
  .woocommerce-cart table.cart .cart-code-row td,
  .woocommerce-checkout table.cart .cart-code-row td {
    display: block;
  }
}
.woocommerce-cart .update_cart_row,
.woocommerce-checkout .update_cart_row {
  border-top: 1px solid #e1e1e1;
}
.woocommerce-cart .update_cart,
.woocommerce-checkout .update_cart {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #000;
  padding-left: 32px;
  background: url(images/reload.svg) left center no-repeat;
  background-size: 20px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.woocommerce-cart .update_cart:disabled,
.woocommerce-checkout .update_cart:disabled {
  opacity: 0.5;
}
.woocommerce-cart .update_cart:hover,
.woocommerce-checkout .update_cart:hover {
  text-decoration: underline;
}
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .cart-collaterals {
  display: block;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1f1f1;
  padding: 24px;
}
@media (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-checkout .cart-collaterals .cart_totals {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-checkout .cart-collaterals .cart_totals {
    padding: 16px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals_title,
.woocommerce-checkout .cart-collaterals .cart_totals_title {
  font-size: 17px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.woocommerce-cart .cart-collaterals .shop_table,
.woocommerce-checkout .cart-collaterals .shop_table {
  width: 100%;
  margin-bottom: 24px;
}
.woocommerce-cart .cart-collaterals .shop_table tr td,
.woocommerce-checkout .cart-collaterals .shop_table tr td {
  padding-bottom: 16px;
}
.woocommerce-cart .cart-collaterals .shop_table tr td,
.woocommerce-checkout .cart-collaterals .shop_table tr td {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .cart-collaterals .shop_table tr td,
  .woocommerce-checkout .cart-collaterals .shop_table tr td {
    font-size: calc(13px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-cart .cart-collaterals .shop_table tr td,
  .woocommerce-checkout .cart-collaterals .shop_table tr td {
    font-size: 15px;
  }
}
.woocommerce-cart .cart-collaterals .shop_table tr td:first-child,
.woocommerce-checkout .cart-collaterals .shop_table tr td:first-child {
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .shop_table tr td:last-child,
.woocommerce-checkout .cart-collaterals .shop_table tr td:last-child {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .shop_table tr em,
.woocommerce-checkout .cart-collaterals .shop_table tr em {
  font-style: normal;
  font-size: 14px;
}
.woocommerce-cart .cart-collaterals .shop_table tr.order-total,
.woocommerce-checkout .cart-collaterals .shop_table tr.order-total {
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .shop_table tr.order-total td,
.woocommerce-checkout .cart-collaterals .shop_table tr.order-total td {
  padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals .shop_table tr.order-total td:last-child,
.woocommerce-checkout .cart-collaterals .shop_table tr.order-total td:last-child {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .cart-collaterals .shop_table tr.order-total td:last-child,
  .woocommerce-checkout .cart-collaterals .shop_table tr.order-total td:last-child {
    font-size: calc(24px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-cart .cart-collaterals .shop_table tr.order-total td:last-child,
  .woocommerce-checkout .cart-collaterals .shop_table tr.order-total td:last-child {
    font-size: 30px;
  }
}
.woocommerce-cart .cart-collaterals .shop_table .includes_tax,
.woocommerce-checkout .cart-collaterals .shop_table .includes_tax {
  display: none;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  border-radius: 4px;
  background: #47ab6c;
  color: #fff;
  font-weight: 600;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button span,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button span {
  padding-right: 48px;
  background: url(images/arrow-right-long-white.svg) right center no-repeat;
  background-size: 26px 26px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: #1F8C4E;
  color: #f1f1f1;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover span,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover span {
  background: url(images/arrow-right-long-white.svg) right center no-repeat;
  background-size: 26px 26px;
}
.woocommerce-cart .wc-proceed-continue,
.woocommerce-checkout .wc-proceed-continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.woocommerce-cart .wc-proceed-continue em,
.woocommerce-checkout .wc-proceed-continue em {
  font-size: 16px;
  padding: 12px 0;
  font-style: normal;
}
.woocommerce-cart .wc-proceed-continue a,
.woocommerce-checkout .wc-proceed-continue a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #47ab6c;
  color: #47ab6c;
}
.woocommerce-cart .wc-proceed-continue a:hover,
.woocommerce-checkout .wc-proceed-continue a:hover {
  background: #1F8C4E;
  border-color: #1F8C4E;
  color: #f1f1f1;
}
.woocommerce-cart .cart-payment-info > p,
.woocommerce-checkout .cart-payment-info > p {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
.woocommerce-cart .cart-payments-methods,
.woocommerce-checkout .cart-payments-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  gap: 0 32px;
}
.woocommerce-cart .cart-payments-methods div,
.woocommerce-checkout .cart-payments-methods div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-cart .cart-payments-methods img,
.woocommerce-checkout .cart-payments-methods img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}
.woocommerce-cart .cart-ssl,
.woocommerce-checkout .cart-ssl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart .cart-ssl p,
.woocommerce-checkout .cart-ssl p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 13px;
}

.checkout-title {
  display: block;
  margin-bottom: 24px;
}
.checkout-title p {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
}
.checkout-title p {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .checkout-title p {
    font-size: calc(23px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .checkout-title p {
    font-size: 27px;
  }
}

.wcopc .woocommerce,
body.woocommerce-checkout .woocommerce {
  padding-top: 32px;
}
.wcopc .woocommerce-form-login-toggle,
.wcopc .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 24px;
}
.wcopc .woocommerce-form-login-toggle .woocommerce-info,
.wcopc .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222;
  background: #f1f1f1;
  border-radius: 0px;
}
.wcopc .woocommerce-form-login-toggle .woocommerce-info,
.wcopc .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .wcopc .woocommerce-form-login-toggle .woocommerce-info,
  .wcopc .woocommerce-form-coupon-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .wcopc .woocommerce-form-login-toggle .woocommerce-info,
  .wcopc .woocommerce-form-coupon-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 17px;
  }
}
.wcopc .woocommerce-form-login-toggle .woocommerce-info a,
.wcopc .woocommerce-form-coupon-toggle .woocommerce-info a,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #222;
  font-weight: 500;
  text-decoration: underline;
}
.wcopc .woocommerce-form-login-toggle .woocommerce-info a:hover,
.wcopc .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a:hover,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #47ab6c;
}
@media (max-width: 1440px) {
  .wcopc .woocommerce-form-login-toggle .container,
  .wcopc .woocommerce-form-coupon-toggle .container,
  body.woocommerce-checkout .woocommerce-form-login-toggle .container,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .wcopc .woocommerce-form-login-toggle,
  .wcopc .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout .woocommerce-form-login-toggle,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 16px;
  }
  .wcopc .woocommerce-form-login-toggle .woocommerce-info,
  .wcopc .woocommerce-form-coupon-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 24px;
    border: none;
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .wcopc .woocommerce-form-login-toggle,
  .wcopc .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout .woocommerce-form-login-toggle,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 24px;
  }
  .wcopc .woocommerce-form-login-toggle .woocommerce-info,
  .wcopc .woocommerce-form-coupon-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 16px;
  }
}
.wcopc .woocommerce-form-login,
body.woocommerce-checkout .woocommerce-form-login {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 24px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
}
.wcopc .woocommerce-form-login .login-row-flex,
body.woocommerce-checkout .woocommerce-form-login .login-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wcopc .woocommerce-form-login .login-row-flex p,
body.woocommerce-checkout .woocommerce-form-login .login-row-flex p {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 15px;
}
.wcopc .woocommerce-form-login .login-row-flex a,
body.woocommerce-checkout .woocommerce-form-login .login-row-flex a {
  color: #222;
  text-decoration: underline;
}
.wcopc .woocommerce-form-login .login-row-flex a:hover,
body.woocommerce-checkout .woocommerce-form-login .login-row-flex a:hover {
  color: #47ab6c;
}
.wcopc .woocommerce-form-login .login-row-flex button,
body.woocommerce-checkout .woocommerce-form-login .login-row-flex button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 550px) {
  .wcopc .woocommerce-form-login .login-row-flex,
  body.woocommerce-checkout .woocommerce-form-login .login-row-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wcopc .woocommerce-form-login .login-row-flex p,
  body.woocommerce-checkout .woocommerce-form-login .login-row-flex p {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .wcopc .woocommerce-form-login,
  body.woocommerce-checkout .woocommerce-form-login {
    border: none;
    padding: 0;
    margin-bottom: 32px;
  }
}
.wcopc .woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce-form-coupon {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 16px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
.wcopc .woocommerce-form-coupon p,
body.woocommerce-checkout .woocommerce-form-coupon p {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .wcopc .woocommerce-form-coupon,
  body.woocommerce-checkout .woocommerce-form-coupon {
    border: none;
    padding: 0;
    margin-bottom: 32px;
  }
}
#order_review_heading {
  display: none;
}

#order_review {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 24px;
}

#customer_details {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#customer_details .col-1 {
  display: block;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  padding: 24px;
  padding-bottom: 0;
  border-radius: 0px;
}
@media (max-width: 768px) {
  #customer_details .col-1 {
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
#customer_details .woocommerce-shipping-fields {
  display: block;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0px;
  padding: 24px;
  padding-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #customer_details .woocommerce-shipping-fields {
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
#customer_details .woocommerce-additional-fields {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  padding: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #customer_details .woocommerce-additional-fields {
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-shipping-fields__field-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  #customer_details .woocommerce-billing-fields__field-wrapper #billing_needs_invoice_field,
  #customer_details .woocommerce-billing-fields__field-wrapper #billing_country_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper #billing_needs_invoice_field,
  #customer_details .woocommerce-shipping-fields__field-wrapper #billing_country_field {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  #customer_details .woocommerce-billing-fields__field-wrapper,
  #customer_details .woocommerce-shipping-fields__field-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#customer_details .woocommerce-shipping-fields__field-wrapper {
  padding-top: 24px;
  padding-bottom: 0;
}
#customer_details .form-row {
  display: block;
  margin-bottom: 0;
}
#customer_details .form-row#billing_address_2_field,
#customer_details .form-row#shipping_address_2_field {
  padding-left: 0;
}
#customer_details div.create-account .form-row {
  display: block;
  margin-bottom: 0;
}
#customer_details .woocommerce-account-fields {
  padding-bottom: 24px;
}

.woocommerce-checkout-payment-wrapper {
  display: block;
  margin-bottom: 24px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce .place-order .form-row.validate-required,
.woocommerce-cart .place-order .form-row.validate-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce .place-order .form-row.validate-required a,
.woocommerce-cart .place-order .form-row.validate-required a {
  text-decoration: underline;
  margin-left: 5px;
}

#billing_needs_invoice_field label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #000;
}
#billing_needs_invoice_field label input[type=checkbox],
#billing_needs_invoice_field label input[type=radio] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
#billing_needs_invoice_field label:before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 10;
  border-radius: 3px;
}
#billing_needs_invoice_field label:has(input[type=checkbox]:checked):before {
  background: #44BF55 url(images/check-white.svg) center no-repeat;
  background-size: 8px 8px;
  border-color: #44BF55;
}

#shipping_method {
  list-style: none;
  margin: 0;
  text-align: left;
}
#shipping_method li {
  margin-bottom: 24px;
}
#shipping_method li:last-child {
  margin-bottom: 0;
}
#shipping_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  color: #000;
}
#shipping_method label input[type=checkbox],
#shipping_method label input[type=radio] {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 5;
}
#shipping_method label em {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px -webkit-min-content;
  -ms-grid-columns: 1fr 20px min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  gap: 0 20px;
  position: relative;
  padding-left: 36px;
  line-height: 26px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
}
#shipping_method label em span {
  white-space: nowrap;
  font-weight: 500;
}
#shipping_method label em:before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 10;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #shipping_method label:hover em:before {
    background: #fff url(images/check-green.svg) center no-repeat;
    background-size: 12px 12px;
    border-color: #44BF55;
  }
}
#shipping_method label input[type=radio]:checked ~ em:before,
#shipping_method label input[type=checkbox]:checked ~ em:before {
  background: #44BF55 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #44BF55;
}
#shipping_method a {
  color: inherit;
  text-decoration: underline;
}
#shipping_method .shipping-method-description {
  font-size: 12px;
  padding-top: 8px;
  padding-left: 40px;
}

ul.payment_methods {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
ul.payment_methods > li {
  padding: 24px;
  border: 1px solid #e1e1e1;
}
ul.payment_methods .payment_box {
  font-size: 15px;
  padding-left: 40px;
}
ul.payment_methods .wc_payment_method:has(input:checked) {
  border-color: #44BF55;
}

.checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  color: #000;
}
.checkbox-wrap label input[type=checkbox],
.checkbox-wrap label input[type=radio] {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 5;
}
.checkbox-wrap label span {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 26px;
  font-weight: 500;
}
.checkbox-wrap label span:before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 10;
  border-radius: 3px;
}
.checkbox-wrap label:hover span:before {
  background: #fff url(images/check-green.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #44BF55;
}
.checkbox-wrap label input[type=radio]:checked ~ span:before,
.checkbox-wrap label input[type=checkbox]:checked ~ span:before {
  background: #44BF55 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #44BF55;
}

.wc_payment_methods li > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  color: #000;
}
.wc_payment_methods li > label input[type=checkbox],
.wc_payment_methods li > label input[type=radio] {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 5;
}
.wc_payment_methods li > label span {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 26px;
  font-weight: 500;
}
.wc_payment_methods li > label span:before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 10;
  border-radius: 3px;
}
.wc_payment_methods li > label:hover span:before {
  background: #fff url(images/check-green.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #44BF55;
}
.wc_payment_methods li > label input[type=radio]:checked ~ span:before,
.wc_payment_methods li > label input[type=checkbox]:checked ~ span:before {
  background: #44BF55 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #44BF55;
}
.wc_payment_methods li > label .icon {
  margin-right: 0;
  margin-left: auto;
}
.wc_payment_methods li > label .icon img {
  height: 24px;
}

.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
    font-size: 13px;
  }
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=checkbox],
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=radio] {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 5;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label span {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 26px;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label span:before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 10;
  border-radius: 2px;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label a {
  color: inherit;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label:hover span:before {
  background: #fff url(images/check-green.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #44BF55;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=radio]:checked ~ span:before,
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=checkbox]:checked ~ span:before {
  background: #44BF55 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #44BF55;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid-required-field label span {
  color: #e02424;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid-required-field label span:before {
  border-color: #e02424;
}

.woocommerce-order-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-order-button-wrapper .form-button {
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 320px;
  font-size: 20px;
  border-radius: 8px;
}
.woocommerce-order-button-wrapper .form-button span {
  padding-right: 42px;
  background: url(images/arrow-right-long-white.svg) right center no-repeat;
  background-size: 24px 24px;
}
.woocommerce-checkout #payment div.form-row.place-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#buttons-container .paypal-button-number-1 {
  display: none !important;
}
#buttons-container .paypal-button-number-2 {
  display: none !important;
}
#buttons-container .paypal-button-number-3 {
  display: none !important;
}

@media (min-width: 768px) {
  #order_review table.shop_table {
    margin-bottom: 24px;
    width: 100%;
    border-collapse: collapse;
  }
  #order_review table.shop_table th {
    background: #000;
    padding: 24px 16px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
  }
  #order_review table.shop_table tbody td {
    padding: 24px;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tbody tr td:first-child {
    border-left: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tbody tr td:last-child {
    border-right: 1px solid #e1e1e1;
  }
  #order_review table.shop_table .product-name {
    position: relative;
  }
  #order_review table.shop_table .product-name .product-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 16px 1fr;
    grid-template-columns: 80px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 16px;
    margin-bottom: 0;
  }
  #order_review table.shop_table .product-name .product-details {
    font-weight: 500;
  }
  #order_review table.shop_table .product-name .product-total-mobile {
    display: none;
  }
  #order_review table.shop_table .product-total {
    text-align: right;
  }
  #order_review table.shop_table tfoot strong {
    font-weight: 600;
  }
  #order_review table.shop_table tfoot td {
    padding: 24px;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tfoot tr td:first-child {
    border-left: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tfoot tr:not(.paczkomaty-shipping):not(.woocommerce-shipping-totals-title):not(.woocommerce-shipping-totals):not(.shipping) td:last-child {
    border-right: 1px solid #e1e1e1;
    text-align: right;
  }
  #order_review table.shop_table tfoot tr.paczkomaty-shipping td:last-child,
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals-title td:last-child {
    border-right: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tfoot tr.shipping td #enadawca_punkt_odbioru_wrapper {
    margin-bottom: 6px;
  }
  #order_review table.shop_table tfoot tr.shipping td a {
    font-weight: bold;
    color: #000;
  }
  #order_review table.shop_table tfoot tr.shipping td a:hover {
    color: #44BF55;
    text-decoration: underline;
  }
  #order_review table.shop_table tfoot tr.cart-discount a {
    font-size: 14px;
    color: #999;
  }
  #order_review table.shop_table tfoot tr.cart-discount a:hover {
    text-decoration: underline;
    color: #000;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals-title td {
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 600;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td {
    text-align: left;
    border-top: none;
    border-right: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tfoot .woocommerce-shipping-totals ul {
    list-style: none;
    margin: 0;
  }
  #order_review table.shop_table tfoot .cart-subtotal {
    font-weight: 600;
  }
  #order_review table.shop_table tfoot tr.order-total {
    font-size: 24px;
    font-weight: 600;
  }
  #order_review table.shop_table tfoot .includes_tax {
    display: none;
  }
  #order_review table.shop_table .quantity-wrap a {
    display: none;
  }
}
#order_review .paczkomaty-shipping td > label {
  display: block;
  margin-bottom: 12px;
}
#order_review .paczkomaty-shipping #paczkomat_id {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
}
#order_review .paczkomaty-shipping .select2-container {
  margin-bottom: 12px;
}
#order_review .paczkomaty-shipping #open-geowidget {
  font-size: 14px;
  font-weight: bold;
  color: #e02424;
}
@media (max-width: 768px) {
  #order_review table.shop_table {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  #order_review table.shop_table thead {
    display: none;
  }
  #order_review table.shop_table tbody {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-bottom: 20px;
  }
  #order_review table.shop_table tbody tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    border: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tbody td {
    padding: 16px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #order_review table.shop_table tbody .product-name {
    position: relative;
  }
  #order_review table.shop_table tbody .product-total {
    display: none;
  }
  #order_review table.shop_table tbody .product-name .product-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 16px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 0 16px;
    margin-bottom: 0;
  }
  #order_review table.shop_table tbody .product-name .product-details {
    font-weight: 500;
    font-size: 16px;
  }
  #order_review table.shop_table tbody .product-name .product-total-mobile {
    display: block;
    font-size: 14px;
  }
  #order_review table.shop_table tfoot {
    width: 100%;
    display: block;
  }
  #order_review table.shop_table tfoot tr.cart-subtotal,
  #order_review table.shop_table tfoot tr.cart-discount,
  #order_review table.shop_table tfoot tr.order-total {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border: 1px solid #e1e1e1;
  }
  #order_review table.shop_table tfoot tr.order-total {
    margin-bottom: 0;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals-title td {
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: bold;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td {
    text-align: left;
    border-top: none;
  }
  #order_review table.shop_table tfoot .woocommerce-shipping-totals ul {
    list-style: none;
    margin: 0;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals-title,
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-top: none;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals-title {
    border-bottom: none;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals {
    border-top: none;
  }
  #order_review table.shop_table tfoot a {
    font-size: 14px;
    color: #999;
  }
  #order_review table.shop_table tfoot a:hover {
    text-decoration: underline;
    color: #000;
  }
  #order_review table.shop_table tfoot td {
    padding: 16px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #order_review table.shop_table tfoot .cart-subtotal {
    font-weight: bold;
  }
  #order_review table.shop_table tfoot tr.order-total {
    font-size: 22px;
    font-weight: bold;
  }
  #order_review table.shop_table tfoot tr.cart-subtotal td:last-child,
  #order_review table.shop_table tfoot tr.order-total td:last-child {
    text-align: right;
  }
  #order_review table.shop_table tfoot .includes_tax {
    display: none;
  }
}

/**
 * Reviews
 */
.woocommerce #reviews .woocommerce-noreviews {
  margin-bottom: 24px;
  padding: 16px;
  border: 2px solid #F29F05;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #000;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: inherit;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #respond #reply-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 16px;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
  border: 1px solid #e1e1e1;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
}
.woocommerce #reviews #comments ol.commentlist li .meta strong {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}
.woocommerce #reviews #comments ol.commentlist li .meta time {
  display: block;
  font-size: 13px;
  color: #777777;
}
.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    font-size: calc(15px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    font-size: 17px;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .comment-form-cookies-consent {
  font-size: 12px;
  padding-left: 150px;
  position: relative;
  margin-bottom: 24px;
}
.woocommerce .comment-form-cookies-consent input {
  position: absolute;
  left: 153px;
  top: 3px;
  opacity: 0;
}
.woocommerce .comment-form-cookies-consent label {
  display: block;
  padding-left: 36px;
  position: relative;
  z-index: 10;
  line-height: 22px;
  cursor: pointer;
}
.woocommerce .comment-form-cookies-consent label:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  content: "";
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce .comment-form-cookies-consent input:checked ~ label:before {
  border-color: #44BF55;
  background: #44BF55 url(images/check-white.svg) center no-repeat;
  background-size: 12px 12px;
}
@media (max-width: 650px) {
  .woocommerce .comment-form-cookies-consent {
    padding-left: 0;
  }
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond .comment-form-rating,
.woocommerce #review_form #respond .comment-form-comment,
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  margin-bottom: 24px;
}
.woocommerce #review_form #respond .comment-form-rating label,
.woocommerce #review_form #respond .comment-form-comment label,
.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
  font-size: 15px;
  font-weight: bold;
}
.woocommerce #review_form #respond .comment-form-rating input, .woocommerce #review_form #respond .comment-form-rating textarea,
.woocommerce #review_form #respond .comment-form-comment input,
.woocommerce #review_form #respond .comment-form-comment textarea,
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-author textarea,
.woocommerce #review_form #respond .comment-form-email input,
.woocommerce #review_form #respond .comment-form-email textarea {
  padding: 12px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce #review_form #respond .form-submit {
  padding-left: 150px;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (max-width: 650px) {
  .woocommerce #review_form #respond .comment-form-rating,
  .woocommerce #review_form #respond .comment-form-comment,
  .woocommerce #review_form #respond .comment-form-author,
  .woocommerce #review_form #respond .comment-form-email {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
  .woocommerce #review_form #respond .form-submit {
    padding-left: 0;
  }
}

p.stars {
  margin: 0 !important;
  line-height: 16px;
}
p.stars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
p.stars a {
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 4px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/star-empty.svg);
}
p.stars a:hover ~ a {
  background-image: url(images/star-empty.svg);
}
p.stars:hover a {
  background-image: url(images/star.svg);
}
p.stars.selected a.active {
  background-image: url(images/star.svg);
}
p.stars.selected a.active ~ a {
  background-image: url(images/star-empty.svg);
}
p.stars.selected a:not(.active) {
  background-image: url(images/star.svg);
}

.woocommerce .form-title {
  display: block;
  margin-bottom: 16px;
}
.woocommerce .form-title p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce form .form-row {
  margin-bottom: 24px;
}
.woocommerce form .form-row.form-buttons {
  margin-bottom: 0;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label:not(.checkbox) {
  line-height: 1.3;
  min-height: 20px;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
}
.woocommerce form .form-row label:not(.checkbox) em.color {
  font-weight: 600;
  color: #e02424;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  display: block;
  width: 100%;
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #44BF55, 0 0 0 4px rgba(68, 191, 85, 0.1);
          box-shadow: inset 0 0 0 2px #44BF55, 0 0 0 4px rgba(68, 191, 85, 0.1);
  outline: 0;
}
.woocommerce form .form-row select {
  background: #fff url(images/arrow-down-black.svg) right 16px center no-repeat;
  background-size: 12px 12px;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #e02424;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e02424;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: rgb(59.5378486056, 173.9621513944, 75.3525896414);
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce .show-password-input {
  display: none;
}

#billing_address_2_field,
#shipping_address_2_field {
  padding-top: 28px;
}
@media (max-width: 768px) {
  #billing_address_2_field,
  #shipping_address_2_field {
    padding-top: 0;
  }
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}
.woocommerce-password-strength.strong {
  background-color: #44BF55;
}
.woocommerce-password-strength.short {
  background-color: #e02424;
}
.woocommerce-password-strength.bad {
  background-color: #e02424;
}
.woocommerce-password-strength.good {
  background-color: #F29F05;
}

.woocommerce-password-hint {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #666;
  display: block;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 16px;
  position: relative;
  background-color: #1c64f2;
  color: #fff;
  list-style: none outside;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    font-size: calc(14px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    font-size: 16px;
  }
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: auto;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  min-height: auto;
}
.woocommerce-message a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover {
  background: none;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-error a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.woocommerce-message {
  background: #44BF55;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-info {
  background: #1c64f2;
}

.woocommerce-error {
  background: #e02424;
}
/*# sourceMappingURL=style.css.map */