@charset "UTF-8";
/*!
Theme Name: LCN Woo
Theme URI: http://underscores.me/
Author: LCN
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lcn_woo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

--------------------------------------------------------------*/
.site-header .header-content #search form {
  *zoom: 1;
}
.site-header .header-content #search form::before, .site-header .header-content #search form::after {
  content: " ";
  display: table;
}
.site-header .header-content #search form::after {
  clear: both;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/lato-v23-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), url('./fonts/lato-v23-latin-300.woff2') format('woff2'), url('./fonts/lato-v23-latin-300.woff') format('woff'), url('./fonts/lato-v23-latin-300.ttf') format('truetype'), url('./fonts/lato-v23-latin-300.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato-v23-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/lato-v23-latin-regular.woff2') format('woff2'), url('./fonts/lato-v23-latin-regular.woff') format('woff'), url('./fonts/lato-v23-latin-regular.ttf') format('truetype'), url('./fonts/lato-v23-latin-regular.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/lato-v23-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), url('./fonts/lato-v23-latin-italic.woff2') format('woff2'), url('./fonts/lato-v23-latin-italic.woff') format('woff'), url('./fonts/lato-v23-latin-italic.ttf') format('truetype'), url('./fonts/lato-v23-latin-italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato-v23-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('./fonts/lato-v23-latin-700.woff2') format('woff2'), url('./fonts/lato-v23-latin-700.woff') format('woff'), url('./fonts/lato-v23-latin-700.ttf') format('truetype'), url('./fonts/lato-v23-latin-700.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/lato-v23-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), url('./fonts/lato-v23-latin-900.woff2') format('woff2'), url('./fonts/lato-v23-latin-900.woff') format('woff'), url('./fonts/lato-v23-latin-900.ttf') format('truetype'), url('./fonts/lato-v23-latin-900.svg#Lato') format('svg');
  /* Legacy iOS */
}
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: Lato;
  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: #1e389f;
  text-decoration: none;
}
a:visited {
  color: #1e389f;
}
a:hover, a:focus, a:active {
  color: #ef7b00;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
/* 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
--------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  height: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.site {
  min-height: 100%;
  margin: 0 35px;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto 1fr auto;
  column-gap: 0;
  grid-template-areas: "header header" "sidebar main" "footer footer";
}
.site-header {
  grid-area: header;
}
.site-main {
  grid-area: main;
  max-width: 1580px;
}
.widget-area {
  grid-area: sidebar;
  margin-right: 25px;
  padding: 0 25px 0 0;
  border-right: 2px solid #404142;
}
.site-footer {
  grid-area: footer;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
ul.menu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu > li {
  display: inline-block;
}
ul.menu a {
  text-decoration: none;
  outline: 0;
}
.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);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.site-header {
  margin: 0 -35px 10px;
  padding: 0 35px;
}
.site-header .top-nav {
  min-height: 20px;
  margin-bottom: 20px;
  text-align: right;
  /*        ul.menu {            
            display: inline-block;
            li {
                display: inline-block;
                a {
                    display: inline-block;
                    padding: 5px 5px;
                    color: #333;
                    font-size: 14px;
                    &:hover {
                        color: #555;
                    }
                }
            }
        }*/
}
.site-header .top-nav > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-header .top-nav > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-header .top-nav > ul > li a {
  text-decoration: none;
}
.site-header .top-nav > ul > li a:focus {
  outline: none;
}
.site-header .top-nav > ul > li .dashicons {
  font-size: 14px;
  padding: 5px 0 0;
}
.site-header .top-nav > ul > li ul {
  display: none;
}
.site-header .top-nav > ul > li a {
  display: inline-block;
  padding: 5px 5px;
  color: #333;
  font-size: 14px;
}
.site-header .top-nav > ul > li a:hover {
  color: #555;
}
.site-header .header-content {
  display: flex;
  justify-content: space-between;
  margin: 0 -35px;
  padding: 0 35px;
}
.site-header .header-content .site-branding {
  margin: -15px 0 0;
  max-width: 400px;
}
.site-header .header-content .site-branding a.logo {
  display: block;
  outline: 0;
  text-decoration: none;
}
.site-header .header-content .site-branding a.logo img {
  display: block;
  width: 350px;
}
.site-header .header-content #search form {
  width: 500px;
}
.site-header .header-content #search form input {
  width: 100%;
  padding: 6px;
  border: 1px solid #404142;
  border-radius: 3px;
  font-size: 14px;
  float: left;
}
.site-header .header-content #search form input:focus {
  outline: none;
}
.site-header .header-content #search form button {
  float: left;
  margin: 0 0 0 -35px;
  width: 35px;
  padding: 6px;
  background: #404142;
  color: white;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #404142;
  border-radius: 0px 3px 3px 0px;
}
.site-header .header-content .cart-area {
  text-align: center;
}
.site-header .header-content .cart-area a.cart-link {
  display: block;
  transition: color 50ms ease-in;
}
.site-header .header-content .cart-area a.cart-link .dashicons-cart {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #404142;
  transition: color 50ms ease-in !important;
}
.site-header .header-content .cart-area a.cart-link .warenkorb {
  color: #404142;
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0 0;
  display: inline-block;
  transition: color 50ms ease-in;
}
.site-header .header-content .cart-area a.cart-link hr {
  margin: 0 0 0;
  background: #404142;
}
.site-header .header-content .cart-area a.cart-link .item-count, .site-header .header-content .cart-area a.cart-link .cart-total {
  color: #404040;
}
.site-header .header-content .cart-area a.cart-link:hover {
  text-decoration: none;
}
.site-header .header-content .cart-area a.cart-link:hover .dashicons-cart, .site-header .header-content .cart-area a.cart-link:hover .warenkorb {
  color: #ef7b00;
}
.site-header .header-content .cart-area a.cart-link:hover .item-count, .site-header .header-content .cart-area a.cart-link:hover .cart-total {
  color: #ef7b00;
}
.site-header .header-content .cart-area a.cart-link:focus {
  outline: 0;
}
.site-header #lcn-megamenu {
  position: relative;
  margin: 10px -35px 0;
  background: -webkit-linear-gradient(top, #444, #232c33);
  background: -moz-linear-gradient(top, #444, #232c33);
  background: -o-linear-gradient(top, #444, #232c33);
  background: linear-gradient(top, #444, #232c33);
  border-bottom: 3px solid #ef7b00;
  box-shadow: 0px 0px 10px #00000033;
}
.site-header #lcn-megamenu ul {
  display: flex;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header #lcn-megamenu ul.level-1 {
  margin: 0 auto;
  max-width: 1300px;
  justify-content: space-evenly;
}
.site-header #lcn-megamenu ul.level-1 > li {
  display: inline-block;
  padding: 10px 20px;
  break-inside: avoid-column;
}
.site-header #lcn-megamenu ul.level-1 > li > a {
  position: relative;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.site-header #lcn-megamenu ul.level-1 > li > a:before {
  visibility: hidden;
  opacity: 0;
  transition: all 150ms;
  content: '';
  position: absolute;
  z-index: 520;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 15px solid #eee;
}
.site-header #lcn-megamenu ul.level-1 > li.active > ul {
  visibility: visible;
  opacity: 1;
  z-index: 510;
}
.site-header #lcn-megamenu ul.level-1 > li.active > a:before {
  visibility: visible;
  opacity: 1;
}
.site-header #lcn-megamenu ul.level-2 {
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 150ms;
  position: absolute;
  z-index: 500;
  left: 0;
  right: 0;
  top: 100%;
  columns: 300px 3;
  background: #eee;
  border: 1px solid #bbb;
  border-top-width: 0px;
  box-shadow: 0px 0px 5px 0px #00000040;
}
.site-header #lcn-megamenu ul.level-2 > li {
  padding: 20px 20px 20px;
  break-inside: avoid-column;
}
.site-header #lcn-megamenu ul.level-2 a {
  color: #2d3452;
  font-weight: bold;
}
.site-header #lcn-megamenu ul.level-3 {
  display: block;
}
.site-header #lcn-megamenu ul.level-3 > li {
  margin-left: 15px;
}
.site-header #lcn-megamenu ul.level-3 a {
  font-weight: normal;
}
.site-header #lcn-megamenu ul.level-3 a:hover {
  color: #ef7b00;
}
#colophon.site-footer {
  margin: 10px -35px 0;
  padding: 0 35px;
  min-height: 100px;
  color: #fff;
  background: #404142;
  border-top: 3px solid #ef7b00;
  box-shadow: 0px 0px 10px #00000033;
}
#colophon.site-footer a {
  color: #fff;
}
/**
 * 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;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
  margin: 1.5em 1.5em 0 0;
}
.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 {
  position: relative;
  float: right;
  width: 600px;
  height: 600px !important;
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
  margin: 0;
  height: 100%;
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  position: relative;
  display: table !important;
  height: 100%;
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(50% 50%, rgba(55, 62, 62, 0) 50%, rgba(55, 62, 62, 0.01) 74%, rgba(55, 62, 62, 0.05) 100%);
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: table-cell !important;
  vertical-align: middle;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 50px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
  list-style: none;
  cursor: pointer;
  float: left;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav li img {
  box-shadow: 0px 0px 10px #00000033;
  border: 1px solid #ccc;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border-color: #ef7b00;
}
.single-product div.product .summary {
  float: left;
  width: calc(100% - 700px);
}
.single-product div.product .summary h1 {
  margin-top: 0;
  font-size: 28px;
}
.single-product div.product .summary .onsale {
  display: block;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  width: 120px;
  background-color: #ff2626;
  background-image: -webkit-linear-gradient(top, #ff6161, #de1515);
  background-image: linear-gradient(top, #ff6161, #de1515);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.single-product div.product .summary .net_info {
  font-size: 14px;
  opacity: 0.5;
}
.single-product div.product .summary .price {
  display: inline-block;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #ef7b00;
}
.single-product div.product .summary .price ins {
  background: none;
}
.single-product div.product .summary .price_upe {
  display: inline-block;
  color: #565959;
  font-size: 14px;
}
.single-product div.product .summary .price_upe .value {
  text-decoration: line-through;
}
.single-product div.product .summary .price_upe .discount {
  display: inline-block;
  padding-left: 5px;
  color: #404040;
}
.single-product div.product .summary .legal-price-info {
  margin-bottom: 10px;
  font-size: 18px;
}
.single-product div.product .summary .legal-price-info .wc-gzd-additional-info {
  margin: 0;
}
.single-product div.product .summary .legal-price-info .wc-gzd-additional-info.tax-info, .single-product div.product .summary .legal-price-info .wc-gzd-additional-info.shipping-costs-info {
  display: inline;
}
.single-product div.product .summary .delivery-time {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.single-product div.product .summary p.stock {
  margin: 0 0 5px;
  font-size: 16px;
}
.single-product div.product .summary form.cart {
  margin: 20px 0 20px;
}
.single-product div.product .summary form.cart .quantity {
  display: inline-block;
}
.single-product div.product .summary form.cart .quantity input {
  height: 39px;
}
.single-product div.product .woocommerce-tabs {
  float: left;
  margin: 25px 0;
  width: 100%;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li {
  display: inline-block;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
  display: block;
  padding: 5px 15px;
  color: #6a6a6a;
  background: #ffdebc;
  border-radius: 5px 5px 0 0;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  text-decoration: none;
  background: #ffc689;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
  color: #fff;
  background: #ef7b00;
  text-decoration: none;
}
.single-product div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 0 15px 10px;
  border: 1px solid #ffdebc;
  background: #fff7ef;
  border-radius: 0 5px 5px 5px;
}
.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: #1e389f;
}
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: #1e389f;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #1e389f;
  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: #1e389f;
  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: #1e389f;
  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: #1e389f;
}
.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%;
}
a.button {
  display: inline-block;
  margin: 0;
  padding: 3px 10px 3px 10px;
  background: #ef7b00;
  color: #fff;
  transition: all 25ms;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 2px;
  text-decoration: none;
}
a.button:hover {
  outline: 0;
  background: #d66e00;
}
.single_add_to_cart_button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 30px 5px 70px;
  height: 40px;
  background: #3498db;
  color: #fff;
  transition: all 25ms;
  outline: 0;
  border: 0;
}
.single_add_to_cart_button:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 40px;
  padding: 9px 0 0 0;
  background: rgba(0, 0, 0, 0.15);
  font-family: dashicons;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
}
.single_add_to_cart_button:hover {
  background: #2980b9;
  text-decoration: none;
}
.onsale-wrapper {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
  width: 85px;
  height: 88px;
  overflow: hidden;
}
.onsale-wrapper .onsale {
  display: block;
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -30px;
  top: 15px;
  width: 120px;
  background-color: #ff2626;
  background-image: -webkit-linear-gradient(top, #ff6161, #de1515);
  background-image: linear-gradient(top, #ff6161, #de1515);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.onsale-wrapper .onsale:before, .onsale-wrapper .onsale:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.onsale-wrapper .onsale:before {
  left: 0;
}
.onsale-wrapper .onsale:after {
  right: 0;
}
.woocommerce-notices-wrapper .woocommerce-message {
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  border-radius: 2px;
}
.woocommerce-notices-wrapper .woocommerce-error {
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  border-radius: 2px;
}
nav.woocommerce-breadcrumb {
  font-weight: bold;
  color: #ef7b00;
}
nav.woocommerce-breadcrumb a {
  display: inline-block;
  text-decoration: none;
  color: #1e389f;
  font-weight: bold;
}
nav.woocommerce-breadcrumb a:hover {
  color: #ef7b00;
  text-decoration: underline;
}
ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
ul.products li.product {
  position: relative;
  display: block;
  margin: 5px 5px 10px;
  padding: 10px;
  width: calc(20% - 10px);
  border: 1px solid #dedede;
}
ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  margin: 0 0 -5px;
}
ul.products li.product a.woocommerce-loop-product__link .image-wrapper {
  position: relative;
  margin: -10px -10px 0;
  height: 300px;
}
ul.products li.product a.woocommerce-loop-product__link .image-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(50% 50%, rgba(55, 62, 62, 0) 50%, rgba(55, 62, 62, 0.01) 74%, rgba(55, 62, 62, 0.05) 100%);
}
ul.products li.product a.woocommerce-loop-product__link .image-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
ul.products li.product a.woocommerce-loop-product__link .image-wrapper img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
ul.products li.product a.woocommerce-loop-product__link h2 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}
ul.products li.product a.woocommerce-loop-product__link .price {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #ef7b00;
}
ul.products li.product a.woocommerce-loop-product__link .price ins {
  background: none;
}
ul.products li.product a.woocommerce-loop-product__link .price_upe {
  display: inline-block;
  color: #565959;
  font-size: 14px;
}
ul.products li.product a.woocommerce-loop-product__link .price_upe .value {
  text-decoration: line-through;
}
ul.products li.product a.woocommerce-loop-product__link .price_upe .discount {
  display: inline-block;
  padding-left: 5px;
  color: #404040;
}
ul.products li.product a.woocommerce-loop-product__link:hover {
  text-decoration: none;
}
ul.products li.product a.woocommerce-loop-product__link:hover h2 {
  color: #ef7b00;
}
ul.products li.product .wc-gzd-additional-info.tax-info, ul.products li.product .wc-gzd-additional-info.shipping-costs-info {
  display: inline;
}
ul.products li.product .delivery-time {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
}
ul.products li.product p.stock {
  margin: 0 0 5px;
}
ul.products li.product .sku {
  font-size: 14px;
  color: #505050;
}
ul.products li.product.status-private {
  opacity: 0.5;
}
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
  margin: 1.5em 1.5em 0 0;
}
.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 {
  position: relative;
  float: right;
  width: 600px;
  height: 600px !important;
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
  margin: 0;
  height: 100%;
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  position: relative;
  display: table !important;
  height: 100%;
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(50% 50%, rgba(55, 62, 62, 0) 50%, rgba(55, 62, 62, 0.01) 74%, rgba(55, 62, 62, 0.05) 100%);
}
.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: table-cell !important;
  vertical-align: middle;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 50px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
  list-style: none;
  cursor: pointer;
  float: left;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav li img {
  box-shadow: 0px 0px 10px #00000033;
  border: 1px solid #ccc;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border-color: #ef7b00;
}
.single-product div.product .summary {
  float: left;
  width: calc(100% - 700px);
}
.single-product div.product .summary h1 {
  margin-top: 0;
  font-size: 28px;
}
.single-product div.product .summary .onsale {
  display: block;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  width: 120px;
  background-color: #ff2626;
  background-image: -webkit-linear-gradient(top, #ff6161, #de1515);
  background-image: linear-gradient(top, #ff6161, #de1515);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.single-product div.product .summary .net_info {
  font-size: 14px;
  opacity: 0.5;
}
.single-product div.product .summary .price {
  display: inline-block;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #ef7b00;
}
.single-product div.product .summary .price ins {
  background: none;
}
.single-product div.product .summary .price_upe {
  display: inline-block;
  color: #565959;
  font-size: 14px;
}
.single-product div.product .summary .price_upe .value {
  text-decoration: line-through;
}
.single-product div.product .summary .price_upe .discount {
  display: inline-block;
  padding-left: 5px;
  color: #404040;
}
.single-product div.product .summary .legal-price-info {
  margin-bottom: 10px;
  font-size: 18px;
}
.single-product div.product .summary .legal-price-info .wc-gzd-additional-info {
  margin: 0;
}
.single-product div.product .summary .legal-price-info .wc-gzd-additional-info.tax-info, .single-product div.product .summary .legal-price-info .wc-gzd-additional-info.shipping-costs-info {
  display: inline;
}
.single-product div.product .summary .delivery-time {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.single-product div.product .summary p.stock {
  margin: 0 0 5px;
  font-size: 16px;
}
.single-product div.product .summary form.cart {
  margin: 20px 0 20px;
}
.single-product div.product .summary form.cart .quantity {
  display: inline-block;
}
.single-product div.product .summary form.cart .quantity input {
  height: 39px;
}
.single-product div.product .woocommerce-tabs {
  float: left;
  margin: 25px 0;
  width: 100%;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li {
  display: inline-block;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
  display: block;
  padding: 5px 15px;
  color: #6a6a6a;
  background: #ffdebc;
  border-radius: 5px 5px 0 0;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  text-decoration: none;
  background: #ffc689;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
  color: #fff;
  background: #ef7b00;
  text-decoration: none;
}
.single-product div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 0 15px 10px;
  border: 1px solid #ffdebc;
  background: #fff7ef;
  border-radius: 0 5px 5px 5px;
}
.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}
