/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

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

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

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*
WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* Montserrat */
/* /Montserrat */
/* Dosis */
/* /Dosis */
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
a:active, a:focus {
  outline: none;
  -moz-outline-style: none;
}

/*
ul {
    list-style: none;
    padding: 0;
}
*/
ul,
ol {
  margin: 0;
}

li > ul,
li > ol,
.post,
.page {
  margin: 0 !important;
}

.entry-meta {
  display: none;
}

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

.so-panel {
  margin: 0 !important;
}

.expRegister {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* html { height:100%; } */
body {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

*:focus {
  outline: 0;
}

h1 {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

#page {
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
#page main.site-main {
  flex: 1;
}

body.admin-bar #page {
  padding-top: 32px;
}

.mnutab {
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: none;
  overflow-y: auto;
  z-index: 29000;
}
.mnutab ul {
  list-style: none;
  padding: 0;
}
.mnutab ul,
.mnutab ol {
  margin: 0;
}
.mnutab > nav {
  padding: 50px 0 10px 0;
}
.mnutab > nav > ul {
  width: 100%;
  margin: 0 auto;
}
.mnutab > nav > ul > li {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 0;
}
.mnutab > nav > ul > li.rs {
  margin: 0 auto 0 auto;
}
.mnutab > nav > ul > li > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 10px 0;
}
.mnutab > nav > ul > li > div > a,
.mnutab > nav > ul > li > div > a:visited,
.mnutab > nav > ul > li > div > a:focus,
.mnutab > nav > ul > li > div > a:active {
  flex: 1;
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: normal;
  color: #333;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  display: block;
}
.mnutab > nav > ul > li > div > a:hover,
.mnutab > nav > ul > li > div > a:visited:hover,
.mnutab > nav > ul > li > div > a:focus:hover,
.mnutab > nav > ul > li > div > a:active:hover {
  color: #ED6B71;
}
.mnutab > nav > ul > li > div > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.mnutab > nav > ul > li > div > div svg {
  width: 100%;
  height: auto;
  fill: #333;
}
.mnutab > nav > ul > li > ul {
  background-color: white;
  display: none;
  width: 100%;
  margin: 0 auto;
}
.mnutab > nav > ul > li > ul > li {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 10px 0 10px 0;
}
.mnutab > nav > ul > li > ul > li > a,
.mnutab > nav > ul > li > ul > li > a:visited,
.mnutab > nav > ul > li > ul > li > a:focus,
.mnutab > nav > ul > li > ul > li > a:active {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  color: #333;
  letter-spacing: 0.28px;
}
.mnutab > nav > ul > li > ul > li > a br,
.mnutab > nav > ul > li > ul > li > a:visited br,
.mnutab > nav > ul > li > ul > li > a:focus br,
.mnutab > nav > ul > li > ul > li > a:active br {
  display: none;
}
.mnutab > nav > ul > li > ul > li > a:hover,
.mnutab > nav > ul > li > ul > li > a:visited:hover,
.mnutab > nav > ul > li > ul > li > a:focus:hover,
.mnutab > nav > ul > li > ul > li > a:active:hover {
  color: #ED6B71;
}
.mnutab > nav > ul > li.show {
  background-color: #333;
}
.mnutab > nav > ul > li.show > div > a,
.mnutab > nav > ul > li.show > div > a:visited,
.mnutab > nav > ul > li.show > div > a:focus,
.mnutab > nav > ul > li.show > div > a:active {
  color: white;
}
.mnutab > nav > ul > li.show > div > div {
  transform: rotate(180deg);
}
.mnutab > nav > ul > li.show > div > div svg {
  fill: white;
}
.mnutab > nav > ul > li.show > ul {
  display: block;
}

body.show-mnu-tab {
  overflow: hidden;
}
body.show-mnu-tab .mnutab {
  z-index: 3;
  display: block;
}
body.show-mnu-tab header.site-header > div.desk > div.menu-burger:before {
  box-shadow: 0 0 0 #ED6B71;
  transform: translateY(10px) rotate(45deg);
}
body.show-mnu-tab header.site-header > div.desk > div.menu-burger:after {
  transform: translateY(-10px) rotate(-45deg);
}

header.site-header {
  display: block;
  position: relative;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 1px;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30000;
  transition: top 0.4s ease-in-out;
}
header.site-header ul {
  list-style: none;
  padding: 0;
}
header.site-header ul,
header.site-header ol {
  margin: 0;
}
header.site-header > div.desk {
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 95px;
}
header.site-header > div.desk > div.logo {
  width: 200px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url(../img/logo.png);
}
header.site-header > div.desk > div.menu-burger {
  width: 36px;
  height: 24px;
  display: none;
  cursor: pointer;
}
header.site-header > div.desk > div.menu-burger:before, header.site-header > div.desk > div.menu-burger:after {
  background-color: #ED6B71;
  content: "";
  display: block;
  height: 4px;
  transition: all 200ms ease-in-out;
}
header.site-header > div.desk > div.menu-burger:before {
  box-shadow: 0 10px 0 #ED6B71;
  margin-bottom: 16px;
}
header.site-header > div.desk > div.menu-burger.show {
  display: block;
}
header.site-header > div.desk > nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}
header.site-header > div.desk > nav > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
header.site-header > div.desk > nav > ul > li {
  position: relative;
  margin: 0 30px;
}
header.site-header > div.desk > nav > ul > li:first-child {
  padding-left: 0;
}
header.site-header > div.desk > nav > ul > li > div > a,
header.site-header > div.desk > nav > ul > li > div > a:visited,
header.site-header > div.desk > nav > ul > li > div > a:focus,
header.site-header > div.desk > nav > ul > li > div > a:active {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  color: #333;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
header.site-header > div.desk > nav > ul > li > div > a:hover,
header.site-header > div.desk > nav > ul > li > div > a:visited:hover,
header.site-header > div.desk > nav > ul > li > div > a:focus:hover,
header.site-header > div.desk > nav > ul > li > div > a:active:hover {
  border-bottom: solid 3px #ED6B71;
}
header.site-header > div.desk > nav > ul > li > div > div {
  display: none;
}
header.site-header > div.desk > nav > ul > li > ul {
  position: absolute;
  display: none;
  background-color: #FFF;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.25);
  left: 0;
  top: 30px;
  z-index: 50;
}
header.site-header > div.desk > nav > ul > li > ul > li {
  margin-top: 13px;
}
header.site-header > div.desk > nav > ul > li > ul > li:first-child {
  margin-top: 0;
}
header.site-header > div.desk > nav > ul > li > ul > li > a,
header.site-header > div.desk > nav > ul > li > ul > li > a:visited,
header.site-header > div.desk > nav > ul > li > ul > li > a:focus,
header.site-header > div.desk > nav > ul > li > ul > li > a:active {
  white-space: nowrap;
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  color: #333;
  letter-spacing: 0.28px;
}
header.site-header > div.desk > nav > ul > li > ul > li > a > div,
header.site-header > div.desk > nav > ul > li > ul > li > a:visited > div,
header.site-header > div.desk > nav > ul > li > ul > li > a:focus > div,
header.site-header > div.desk > nav > ul > li > ul > li > a:active > div {
  display: inline-block;
  border-bottom: solid 3px transparent;
}
header.site-header > div.desk > nav > ul > li > ul > li > a:hover > div,
header.site-header > div.desk > nav > ul > li > ul > li > a:visited:hover > div,
header.site-header > div.desk > nav > ul > li > ul > li > a:focus:hover > div,
header.site-header > div.desk > nav > ul > li > ul > li > a:active:hover > div {
  border-bottom: solid 3px #ED6B71;
}
header.site-header > div.desk > nav > ul > li > ul > li.current > a > div,
header.site-header > div.desk > nav > ul > li > ul > li.current > a:visited > div,
header.site-header > div.desk > nav > ul > li > ul > li.current > a:focus > div,
header.site-header > div.desk > nav > ul > li > ul > li.current > a:active > div,
header.site-header > div.desk > nav > ul > li > ul > li.current > a:hover > div {
  border-bottom: solid 3px #ED6B71;
}
header.site-header > div.desk > nav > ul > li.current > a,
header.site-header > div.desk > nav > ul > li.current > a:visited,
header.site-header > div.desk > nav > ul > li.current > a:focus,
header.site-header > div.desk > nav > ul > li.current > a:active,
header.site-header > div.desk > nav > ul > li.current > a:hover {
  border-bottom: solid 3px #ED6B71;
}
header.site-header > div.desk > nav > ul > li.wsm {
  background-image: url(../img/menu-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px 17px;
  padding-right: 25px;
  cursor: pointer;
}
header.site-header > div.desk > nav > ul > li.wsm:hover > a,
header.site-header > div.desk > nav > ul > li.wsm:hover > a:visited,
header.site-header > div.desk > nav > ul > li.wsm:hover > a:focus,
header.site-header > div.desk > nav > ul > li.wsm:hover > a:active,
header.site-header > div.desk > nav > ul > li.wsm:hover > a:hover {
  border-bottom: solid 3px #ED6B71;
}
header.site-header > div.desk > nav > ul > li.open.wsm {
  background-image: url(../img/menu-up.svg);
  background-position: right center;
}
header.site-header > div.desk > nav > ul > li.open > ul {
  display: block;
}
header.site-header > div.desk > nav > ul > li.open.right > ul {
  left: auto;
  right: 0;
}
header.site-header > div.desk > nav.st2 {
  height: 100%;
}
header.site-header > div.desk > nav.st2 > ul {
  height: 100%;
}
header.site-header > div.desk > nav.st2 > ul > li {
  height: 100%;
}
header.site-header > div.desk > nav.st2 > ul > li > div {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
header.site-header > div.desk > nav.st2 > ul > li > div > a,
header.site-header > div.desk > nav.st2 > ul > li > div > a:visited,
header.site-header > div.desk > nav.st2 > ul > li > div > a:focus,
header.site-header > div.desk > nav.st2 > ul > li > div > a:active {
  display: inline-block;
}
header.site-header > div.desk > nav.st2 > ul > li > div > a:hover,
header.site-header > div.desk > nav.st2 > ul > li > div > a:visited:hover,
header.site-header > div.desk > nav.st2 > ul > li > div > a:focus:hover,
header.site-header > div.desk > nav.st2 > ul > li > div > a:active:hover {
  border-bottom: none;
  color: #ED6B71;
}
header.site-header > div.desk > nav.st2 > ul > li > ul {
  top: auto;
  border-radius: 0 0 10px 10px;
  border-top: solid 3px #ED6B71;
}
header.site-header > div.desk > nav.st2 > ul > li.current > div > a,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:visited,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:focus,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:active,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:hover {
  border-bottom: none;
}
header.site-header > div.desk > nav.st2 > ul > li.current > div > a span,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:visited span,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:focus span,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:active span,
header.site-header > div.desk > nav.st2 > ul > li.current > div > a:hover span {
  color: #ED6B71;
}
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:visited,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:focus,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:active,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:hover {
  border-bottom: none;
}
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a span,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:visited span,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:focus span,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:active span,
header.site-header > div.desk > nav.st2 > ul > li.wsm:hover > div > a:hover span {
  color: #ED6B71;
}
header.site-header > div.desk > nav.st3 {
  height: 100%;
}
header.site-header > div.desk > nav.st3 > ul {
  height: 100%;
}
header.site-header > div.desk > nav.st3 > ul > li {
  height: 100%;
  position: unset;
}
header.site-header > div.desk > nav.st3 > ul > li > div {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
header.site-header > div.desk > nav.st3 > ul > li > div > a,
header.site-header > div.desk > nav.st3 > ul > li > div > a:visited,
header.site-header > div.desk > nav.st3 > ul > li > div > a:focus,
header.site-header > div.desk > nav.st3 > ul > li > div > a:active {
  display: inline-block;
}
header.site-header > div.desk > nav.st3 > ul > li > div > a:hover,
header.site-header > div.desk > nav.st3 > ul > li > div > a:visited:hover,
header.site-header > div.desk > nav.st3 > ul > li > div > a:focus:hover,
header.site-header > div.desk > nav.st3 > ul > li > div > a:active:hover {
  border-bottom: none;
}
header.site-header > div.desk > nav.st3 > ul > li > div > a:hover span,
header.site-header > div.desk > nav.st3 > ul > li > div > a:visited:hover span,
header.site-header > div.desk > nav.st3 > ul > li > div > a:focus:hover span,
header.site-header > div.desk > nav.st3 > ul > li > div > a:active:hover span {
  color: #ED6B71;
}
header.site-header > div.desk > nav.st3 > ul > li > ul {
  top: auto;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: radial-gradient(circle at center, #535355 0%, #3d3c3f 100%);
}
header.site-header > div.desk > nav.st3 > ul > li > ul > li > a,
header.site-header > div.desk > nav.st3 > ul > li > ul > li > a:visited,
header.site-header > div.desk > nav.st3 > ul > li > ul > li > a:focus,
header.site-header > div.desk > nav.st3 > ul > li > ul > li > a:active {
  color: white;
}
header.site-header > div.desk > nav.st3 > ul > li.current > div > a,
header.site-header > div.desk > nav.st3 > ul > li.current > div > a:visited,
header.site-header > div.desk > nav.st3 > ul > li.current > div > a:focus,
header.site-header > div.desk > nav.st3 > ul > li.current > div > a:active,
header.site-header > div.desk > nav.st3 > ul > li.current > div > a:hover {
  border-bottom: none;
}
header.site-header > div.desk > nav.st3 > ul > li.wsm:hover > div > a,
header.site-header > div.desk > nav.st3 > ul > li.wsm:hover > div > a:visited,
header.site-header > div.desk > nav.st3 > ul > li.wsm:hover > div > a:focus,
header.site-header > div.desk > nav.st3 > ul > li.wsm:hover > div > a:active,
header.site-header > div.desk > nav.st3 > ul > li.wsm:hover > div > a:hover {
  border-bottom: none;
}
header.site-header > div.desk > nav.st3 > ul > li.wsm.open > div > a span,
header.site-header > div.desk > nav.st3 > ul > li.wsm.open > div > a:visited span,
header.site-header > div.desk > nav.st3 > ul > li.wsm.open > div > a:focus span,
header.site-header > div.desk > nav.st3 > ul > li.wsm.open > div > a:active span,
header.site-header > div.desk > nav.st3 > ul > li.wsm.open > div > a:hover span {
  color: #ED6B71;
}

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

footer.site-footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: rgb(249, 249, 249);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 1px;
  box-sizing: border-box;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  color: rgb(51, 51, 51);
}
footer.site-footer > div {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  padding: 15px;
}
footer.site-footer > div > div {
  text-align: center;
}
footer.site-footer > div > div > a,
footer.site-footer > div > div > a:visited,
footer.site-footer > div > div > a:focus,
footer.site-footer > div > div > a:active {
  transition: all 0.2s linear;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  color: rgb(51, 51, 51);
}
footer.site-footer > div > div > a:hover,
footer.site-footer > div > div > a:visited:hover,
footer.site-footer > div > div > a:focus:hover,
footer.site-footer > div > div > a:active:hover {
  opacity: 0.4;
}

html {
  /*--scroll-behavior: smooth;
  scroll-behavior: smooth;
   scroll-padding-top: 40px;
  --scroll-padding-top: 40px;*/
}

/*
body {
	overflow-anchor: none;
}
*/
#back-to-top {
  position: fixed;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  bottom: 46px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(18, 18, 18, 0.5);
}
#back-to-top div {
  width: 25px;
  height: 25px;
  display: block;
}
#back-to-top div svg {
  width: 100%;
  height: auto;
  fill: white;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top:hover {
  background-color: rgb(18, 18, 18);
}/*# sourceMappingURL=css.css.map */