/*
Theme Name: Le-Company 2025
Theme URI: https://lecompany.ee
Description: Custom theme for Le-Company 2025 website.
Author: Dreamo digiagentuur
Author URI: https://dreamo.ee
Version: 1.24
Text Domain: lenne
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
::selection {
  background: #1b6ab1;
	color: #fff;
}
::-moz-selection {
  background: #1b6ab1;
	color: #fff;
}
input:focus,
button:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
::-moz-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
:-ms-input-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
:-moz-placeholder {
  color: #b2b2b1;
	font-family: sans-serif;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-color: #0E0E0E;
	margin: 0;
}
.no-scroll {
  overflow: hidden;
}
.content {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.content a {
    color: #E60012;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.wrap{
	width: calc(100% - 20px);
	max-width: 1800px;
	margin: 0 auto;
}
.main-content a {
	color: #E60012;
	text-decoration: none;
}
.main-content a:hover {
	text-decoration: underline;
}
.main-content h1 {
	color: #E60012;
}
.site-header {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	justify-content: space-around;
	height: 70px;
	background-color: #0E0E0E;
	box-shadow: 0 3px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
}
.site-header-wrap {
	width: 1800px;
	max-width: calc(100% - 20px);
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
	gap: 30px;
	grid-gap: 30px;
}
.header-logo {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 145px;
}
.header-logo a {
  display: block;
  height: 70px;
  width: auto;
}
.header-logo img {
	height: 70px;
	width: 100%;
}
.menu-wrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	grid-gap: 20px;
}
.menu-wrap ul li a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}
.menu-wrap ul li a:hover,
.menu-wrap ul li.current-menu-item a,
.menu-wrap ul li.current-menu-parent a {
	color: #E60012;
}
.menu-wrap ul ul {
	display: none;
}
.header-language {
  margin-left: auto;
}
.wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%;
}
.wpml-ls-legacy-dropdown-click a {
  color: #ffffff;
  border-bottom: 0;
  background-color: transparent;
  font-size: 0.9em;
	padding: 10px 5px 0 5px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-last-item{
	padding-bottom: 10px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
	border: 0;
	padding: 0 11px 0 0;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: "";
	border: solid #ffffff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	padding: 3px;
	right: 0;
	top: 3px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
	color: #E60012;
	font-weight: normal;
	background-color: transparent;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	width: 45px;
	left: -5px;
	background-color: #ffffff;
	border: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border: 0;
}
.wpml-ls-legacy-list-horizontal a {
	color: #ffffff;
}
.wpml-ls-legacy-list-horizontal a:hover {
	color: #E60012;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.social-media-icons {
  display: flex;
  grid-gap: 15px;
}
.social-media-icons a {
  display: block;
  height: 20px;
}
.social-media-icons img {
	height: 20px;
	width: auto;
}
.header-search-toggle {
  position: relative;
	cursor: pointer;
}
.header-search-toggle img {
	display: block;
  height: 25px;
  width: auto;
}
.header-user-account a {
	display: block;
}
.header-user-account img {
	display: block;
	height: 25px;
	width: auto;
}
.header-mini-cart {
	display: flex;
	gap: 10px;
	grid-gap: 10px;
	align-items: center;
	height: 70px;
}
.mini-cart-count{
	display: block;
	position: relative;
}
.mini-cart-counter {
	position: absolute;
	bottom: -8px;
	right: -7px;
	background-color: rgba(255, 255, 255, 0.9);
	height: 20px;
	width: 20px;
	text-align: center;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-mini-cart a{
	color: #ffffff;
	text-decoration: none;
}
.header-mini-cart svg {
  display: block;
  height: 25px;
  width: auto;
}
.shoppingbag-path{
	fill: #FFFFFF;
}
.header-search-form {
	position: absolute;
  top: 48px;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
  width: 283px;
  padding: 25px;
	animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
.header-search-form input {
  width: 100%;
  height: 40px;
	border: 1px solid #000000;
	border-radius: 0;
	padding: 8px;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.site-footer {
	width: 100%;
	display: flex;
	justify-content: space-around;
	background-color: #0E0E0E;
	box-shadow: 0 3px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
	line-height: 1.5;
}
.site-footer-wrap {
	width: 1800px;
	max-width: calc(100% - 20px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0 20px;
}
.site-footer-wrap .col {
	width: 19%;
	padding: 0 0 30px;
}
.site-footer-wrap .col.footer-payments {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: end;
	padding: 0;
}
.site-footer-wrap .col.footer-payments img {
	width: 100%;
	max-width: 150px;
	height: auto;
}
.site-footer-wrap a{
	color: #ffffff;
	text-decoration: none;
	transition: 0.4s;
}
.site-footer-wrap a:hover{
	color: #E60012;
	text-decoration: underline;
}
.uptodate a {
  font-size: 8px;
  font-weight: bold;
  color: #cccccc;
}
.uptodate a:hover {
	text-decoration: none;
}
.site-footer-wrap ul {
	margin: 0 0 0 12px;
	padding: 0;
}
.site-footer-wrap ul li {
  list-style-image: url('img/arrow-right.png');
}
/* Banner */
.lenne-banner .owl-carousel .owl-item img {
	width: 100%;
	max-width: 1800px;
	height: auto;
	margin: 0 auto;
}
/* Banner end */

.product-symbol-image{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	grid-gap: 20px;
	margin-bottom: 20px;
}
.product-symbol-image img{
  display: block;
  width: 80px;
  height: auto;
}
.product-symbol-description {
  font-size: 0.8em;
	padding: 10px 0 0;
	flex: 1;
}
/* Woocommerce  */

.lenne-woocommerce {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.lenne-woocommerce-wrap {
	width: 1800px;
	max-width: calc(100% - 20px);
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 50px;
}
.lenne-woocommerce-top {
	flex: 0 0 100%;
	margin: 15px 0 10px;
	text-align: center;
}
.shopsidebar-top-widgets {
	background: #f7f7f7;
	border-radius: 8px;
}
.lenne-woocommerce-top .widgettitle {
	display: none;
}
.lenne-woocommerce-top ul.product-categories {
	padding: 0;
}
.lenne-woocommerce-top ul ul {
    display: none;
}
.lenne-woocommerce-top ul li {
  display: inline-block;
  margin: 0 5px;
	padding: 10px 0;
}
.lenne-woocommerce-top ul li a:hover {
	color: #E60012;
}
.lenne-woocommerce-top ul li:first-child {
	margin-left: 0;
}
.lenne-woocommerce-top ul li:last-child{
	margin-right: 0;
}
.category-toggle-btn {
	display: none;
}
.toggle-filter-btn {
	display: none;
}
.back-to-category {
	display: block;
	width: 100%;
	margin: 10px 0;
	border-radius: 8px;
}
.btn.btn-back {
	display: inline-block;
	border: 1px solid #E60012;
	background: #E60012;
	color: #ffffff;
	padding: 8px 15px;
	text-decoration: none;
	border-radius: 8px;
	transition: 0.4s;
}
.btn.btn-back:hover{
	color: #E60012;
	background: #ffffff;
}
.lenne-woocommerce-content {
	display: block;
  width: 100%;
}
.lenne-woocommerce-sidebar {
	display: block;
	width: 280px;
	float: left;
}
.lenne-woocommerce-sidebar .lenne-woocommerce-top {
	display: none;
}
.lenne-woocommerce-sidebar-close {
	display: none;
}
.lenne-woocommerce-sidebar h2 {
  font-size: 1.2em;
  margin: 15px 0;
  font-weight: normal;
}
ul.product-categories {
  padding: 0 0 0 15px;
}
ul.product-categories ul {
    padding: 5px 0 10px 15px;
}
ul.product-categories li {
  list-style-image: url('img/arrow-right.png');
}
ul.product-categories li a {
	text-decoration: none;
	color: #ffffff;
	line-height: 1.5;
	font-size: 0.8em;
}
ul.product-categories li.current-cat a {
  color: #E60012;
}
li.current-cat ul.children li.cat-item a {
  color: #ffffff;
  font-weight: normal;
}

.woocommerce-MyAccount-navigation li {
	padding: 10px 0;
	list-style-image: url('img/arrow-right.png');
}
.woocommerce-MyAccount-navigation li a {
	color: #ffffff;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a {
	font-weight: bold;
}
.lenne-woocommerce-products{
  display: block;
  float: right;
  width: calc(100% - 300px);
}
.lenne-woocommerce-product{
  display: block;
  float: left;
  width: 100%;
}
.woocommerce .woocommerce-ordering {
  margin: 25px 0 25px 10px;
}
.woocommerce .woocommerce-ordering select {
	border: 1px solid #444444;
	color: #ffffff;
	padding: 8.5px 20px 8.5px 10px;
	border-radius: 8px;
	margin: 0;
	appearance: none;
	background: url('img/arrow-down.svg') no-repeat right 5px top 14px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.8em;
}
.woocommerce .woocommerce-ordering select:focus {
	outline: 0;
}
.lenne-category-title {
  float: left;
}
.lenne-category-title h1{
	margin: 30px 0;
	font-size: 1.4em;
}
.lenne-woocommerce-sidebar .count {
  display: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  box-shadow: 0 3px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
  display: inline-block;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 3px 13px;
  margin: 5px;
  border-radius: 8px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	text-decoration: none;
	color: #000000;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover {
  background: #E60012;
  border: 1px solid #E60012;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a{
	color: #ffffff
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
	display: none;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
	margin: 2em 0;
	padding: 1em;
	box-shadow: 0 3px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
  border: 0 !important;
	background-color: #ffffff;
	font-weight: bold;
	color: #E60012;
	text-align: center;
}
.woocommerce-notices-wrapper .button,
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: none !important;
}
h1.product_title {
	color: #E60012;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-size: 1.6em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	cursor: pointer;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-weight: bold;
	color: #B3B3B3;
	line-height: 35px;
	text-decoration: none;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce div.product .stock {
	color: #B3B3B3;
}
.quantity .price {
	float: left;
	margin: 0 20px 0 0;
}
.woocommerce .quantity .qty {
	width: 60px;
	text-align: center;
	border: #000000;
	padding: 11.5px 0;
	border-radius: 4px;
	margin: 0 5px 0 0;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce #respond input#submit {
	background: #E60012 !important;
	color: #ffffff !important;
	padding: 12px 24px !important;
	border-radius: 4px !important;
	transition: 0.4s;
	font-weight: normal !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover {
	color: #E60012 !important;
	background: #ffffff !important;
}
.woocommerce-page table.cart td.actions .coupon {
  float: left;
  width: 360px;
}
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 9px 6px;
  border-radius: 8px;
	width: 100%;
	max-width: 180px;
}
.woocommerce .product-name a{
	text-decoration: none;
}
.woocommerce-checkout table.cart img {
	width: 100px;
	border-radius: 8px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form select {
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100% !important;
}
 table.variations th.label {
	width: 150px;
	text-align: left;
	color: #ffffff;
}
label[for="account_last_name"] .required {
  display: none;
}
.veb-variation-gallery-slider-wrapper .iwp-slider-next-arrow, .veb-variation-gallery-slider-wrapper .iwp-slider-prev-arrow {
	background: #E60012 !important;
}
.veb-variation-gallery-slider-wrapper .iwp-slider-next-arrow:hover,
.veb-variation-gallery-slider-wrapper .iwp-slider-prev-arrow:hover {
	background: #E60012 !important;
}
.veb-variation-gallery-slider-wrapper .iwp-slider-prev-arrow {
  left: 0 !important;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.veb-variation-gallery-slider-wrapper .iwp-slider-next-arrow {
  right: 0 !important;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.lenne-color-select .value a, .lenne-color-select .value a:hover {
  display: inline-block;
  text-decoration: none;
	border: 2px solid #ffffff;
}
.lenne-color-select .value a.active {
  border-color: #E60012;
}
.lenne-color-select .value a img {
  display: block;
}
section.up-sells.upsells.products {
  float: left;
  width: 100%;
	margin: 50px 0 0;
}
section.up-sells.upsells.products h2 {
	text-align: center;
}
ul.variable-items-wrapper.button-variable-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products ul.variable-items-wrapper.button-variable-wrapper {
	text-align: center;
}
.products ul.variable-items-wrapper.button-variable-wrapper li{
	font-size: 0.8em;
	font-weight: 400;
}
ul.variable-items-wrapper.button-variable-wrapper li {
	display: inline-block;
	background: #ffffff;
	border: 1px solid transparent;
	margin: 3px;
	padding: 3px 12px;
	color: #000000;
	cursor: pointer;
	border-radius: 8px;
	line-height: 1;
	font-size: 0.9em;
	box-shadow: 0 3px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
}
ul.variable-items-wrapper.button-variable-wrapper li.selected,
ul.variable-items-wrapper.button-variable-wrapper li:hover {
	color: #ffffff;
	background: #E60012;
	border: 1px solid #E60012;
}
ul.variable-items-wrapper.button-variable-wrapper li.disabled {
	display: none !important;
}
.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
  line-height: 1.5;
}
.size-table-container {
  float: left;
  width: 100%;
  margin: 20px 0 50px;
}
.size-table-toggle {
  cursor: pointer;
  background: #E60012;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 8px;
	font-weight: bold;
}
.size-table-content {
	padding: 20px 20px 0;
	border: 1px solid #E60012;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.size-table-container.open .size-table-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.single-table__container {
  width: 50%;
  float: left;
	margin: 0 0 30px
}
.single-table__container h3,
.single-table__container h5 {
  margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 35px;
}
.lenne-woocommerce-content h2.woocommerce-loop-product__title {
	color: #E60012;
	text-decoration: none;
	font-size: 1.2rem !important;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.woocommerce ul.products li.product .price {
	color: #ffffff;
	display: block;
	margin-bottom: 0.5em;
	font-size: 1em;
}
.woocommerce ul.products li.product .button {
	display: none;
}
.woocommerce ul.products li.product .button.show-add-to-cart {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}
.woocommerce .products ul, .woocommerce ul.products {
  margin: 0 0 10px;
}
.woocommerce ul.products li a.added_to_cart.wc-forward {
  display: none;
}
.percentagesale {
  background: #E60012;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 10px;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  padding-top: 17px;
  font-weight: bold;
  left: 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	margin: 0;
}
.woocommerce nav.woocommerce-pagination ul{
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  box-shadow: 0 3px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
	border: 0;
	padding: 0;
	margin: 5px;
	background: #f7f7f7;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	color: #B3B3B3;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #E60012;
  color: #ffffff;
}
/* Woocommerce end  */
.content img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
  display: block;
  margin: 20px auto;
}
img.alignright {
  float: right;
	margin: 0 0 20px 20px;
}
img.alignleft {
  float: left;
	margin: 0 20px 20px 0;
}
img.emoji {
  height: 20px;
  width: auto;
}
.edasimyyjadMap {
  margin: 50px 0 0;
}
.reseller-item {
	margin: 0 0 4px;
}
.reseller-item-toggle {
	padding: 10px 20px;
	cursor: pointer;
	background-color: #f7f7f7;
	color: #000000;
	border-radius: 8px;
	width: 100%;
	text-transform: uppercase;
}
.reseller-item-content {
	padding: 15px;
}

/* Gallery block styles */
.lenne-gallery-tab {
	width: 100%;
	text-align: center;
	padding: 25px 0 15px;
}
.lenne-gallery-tab a {
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 10px 5px;
	border-radius: 12px;
	letter-spacing: 1px;
	box-shadow: 0 3px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
}
.lenne-gallery-tab a:hover,
.lenne-gallery-tab a.active {
	text-decoration: none;
	background-color: #E60012;
	color: #ffffff;
}
.featured-gallery-wrap{
	display: none;
	justify-content: space-around;
	width: 100%;
}
.no-images-wrap {
	margin: 50px auto;
}
.featured-gallery{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 2000px;
}
.featured-gallery-item{
	width: 25%;
	cursor: pointer;
}
.featured-gallery-item img{
	width: 100%;
	height: 100%;
}
.lg-sub-html {
	background-color: rgba(0,0,0,0.8) !important;
	color: #ffffff !important;
	font-size: 1.2em !important;
	padding: 20px 40px !important;
}
.lg-sub-html a {
	color: #ffffff;
	text-decoration: none;
}
.collection-button {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: rgba(215, 2, 5, 1) !important;
	padding: 8px 20px;
	border-radius: 20px;
}
.lg-backdrop {
	background-color: rgba(255, 255, 555, 1) !important;
}
.lg-toolbar {
	background-color: rgba(0, 0, 0, 0) !important;
}
.lg-toolbar .lg-icon {
	color: #000000 !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #000000 !important;
	font-size: 26px !important;
}
.gallery-block-title {
	font-weight: 300;
	text-align: center;
	font-size: 2em;
	margin: 40px 0 30px;
	padding: 0 45px;
}
/* Gallery block styles end */

.two-col-block {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}
.two-column-block-wrap {
	width: 1800px;
  max-width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
	column-gap: 50px;
  row-gap: 20px;
	grid-gap: 30px;
}
.two-col-block-column {
	flex: 1;
}

.lenne-all-symbols {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}
.lenne-all-symbols img{
	height: 100px;
	width: auto;
	display: block;
  margin: 0 auto;
}
.lenne-all-symbols-wrap {
	width: 1800px;
  max-width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
	gap: 50px;
	grid-gap: 50px;
}
.lenne-all-symbols-item {
	width: calc(50% - 25px);
	text-align: center;
}
.size-table-block-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.size-table-block-wrap .size-table-content {
	border: 0;
}
#cookie-notice .cn-button {
  margin: 0 0 0 10px;
  display: inline-block;
  background: #E60012;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 8px;
}
.woocommerce-order-received .woocommerce-order {
  width: calc(100% - 20px);
  max-width: 1800px;
  margin: 50px auto;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
	border: 0;
}
.woocommerce-order-received .woocommerce ul.order_details {
	padding: 0;
	margin: 50px 0;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 2em;
  color: #E60012;
}
.errorpage {
	padding: 200px 0;
	text-align: center;
}
.hide-desktop {
	display: none;
}
.video-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
  float: none !important;
  display: inline-block;
}
.footer-newsletter {
  display: flex;
  align-items: start;
  width: 100%;
}
.footer-newsletter .button{
	border: 1px solid #E60012;
	background: #E60012;
	color: #ffffff;
	padding: 8px 15px;
	border-radius: 8px;
	transition: 0.4s;
	text-decoration: none;
}
.footer-newsletter .button:hover{
	border: 1px solid #E60012;
	background: #ffffff;
	color: #E60012;
	text-decoration: none;
}

.checkout-newsletter {
  display: flex;
	flex-wrap: wrap;
  width: 100%;
}
.checkout-newsletter .button{
	border: 1px solid #E60012;
	background: #E60012;
	color: #ffffff;
	padding: 8px 15px;
	border-radius: 8px;
	transition: 0.4s;
	text-decoration: none;
	margin-left: auto !important;
}
.checkout-newsletter .button:hover{
	border: 1px solid #E60012;
	background: #ffffff;
	color: #E60012;
	text-decoration: none;
}

.fixed-div {
  position: fixed;
	bottom: 20px;
  right: 20px;
	padding: 20px 35px 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	max-width: 240px;
	width: calc(100% - 40px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.fixed-div h2 {
	margin: 0 0 16px;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.2;
}
.close-popup-newsletter {
	position: absolute;
	right: 10px;
	top: 10px;
}
.close-popup-newsletter img {
  height: 15px;
  width: auto;
}
.woocommerce .products ul.variation-attributes {
  color: #ffffff;
  font-size: 0.8em;
}
.woocommerce .products ul.variation-attributes li {
  display: inline-block;
  margin: 3px;
}
.woocommerce-shipping-methods img {
  display: none;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	height: 20px;
	width: auto;
}

.fgf-gift-products-content {
	max-height: 400px;
	overflow: auto;
}

.postid-474627 .size-table-container,
.postid-474627 .stock,
.postid-468171 .size-table-container,
.postid-468171 .stock {
	display: none;
}

/* Blog */
.blog-page-title {
	text-align: center;
}
.blog-page-title h1,
.single-post-page h1 {
	color: #E60012;
	margin: 40px 0 0;
}
.blog-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	padding: 40px 0;
}
a.blog-item {
    width: calc(33.33% - 27px);
	text-decoration: none;
	color: #000000;
}
a.blog-item:hover {
	text-decoration: none;
}
.blog-item-image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.blog-item h2 {
	color: #E60012;
}
.blog-item .excerpt p {
	margin: 0;
}
.posts-pager{
	flex-basis: 100%;
	text-align: center;
	margin: 50px 0;
	position: relative;
	height: 56px;
}
.posts-pager ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.posts-pager .navigation li a {
	color: #000000;
	text-decoration:none;
	line-height: 56px;
}
.posts-pager .navigation li {
	display: inline;
	padding: 0 16px;
}
.posts-pager .navigation li a:hover,
.posts-pager .navigation li.active a {
	color: #E60012;
}
.posts-pager li.next-btn a {
	position: absolute;
	right: 0;
	margin: 0;
	line-height: 1;
	font-size: 1.125em;
	color: #E60012;
}
.posts-pager li.previous-btn a {
	position: absolute;
	left: 0;
	margin: 0;
	line-height: 1;
	font-size: 1.125em;
	color: #E60012;
}
.single-post-page {
	padding: 0 0 50px;
}
.single-post-page .wrap {
	max-width: 800px;
}
.single-post-page ul {
    padding: 0 0 0 15px;
}
.single-post-page ul li {
    margin: 0 0 12px;
}
.comments-section {
	margin: 100px 0 0;
}
.comments-section .comment-respond {
	margin: 50px 0 0;
}
.comments-section .reply {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.comments-section h1 {
	text-align: center;
}
.comments-section .logged-in-as {
	display: none
}
.comments-section input[type="submit"] {
    border: 1px solid #E60012;
    background: #E60012;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 8px;
    transition: 0.4s;
    text-decoration: none;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}
.comments-section input[type="submit"]:hover{
	border: 1px solid #E60012;
	background: #ffffff;
	color: #E60012;
	text-decoration: none;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li span.says{
	display: none;
}
.commentlist li cite.fn{
	font-style: normal;
}
.commentlist .comment-meta.commentmetadata a {
	text-decoration: none;
	color: #000;
	font-size: 0.6em;
}
.commentlist .comment-reply-link {
	background: #E60012;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 8px;
	font-size: 0.8em;
	border-radius: 8px;
}
.comment-author.vcard {
	color: #E60012;
}
ol.commentlist li ul{
	list-style: none;
	padding: 0 0 0 25px;
	border-left: 1px solid #000;
}
.commentlist li.comment{
	margin: 10px 0 0;
}
.commentlist li.depth-1 {
	background: #fff;
	margin: 0 0 20px;
	border-radius: 8px;
}
.comment-form-comment label,
.comment-form-url {
	display: none;
}
.comment-form-author label,
.comment-form-email label{
	display: block;
	margin: 0 0 5px;
	color: rgba(0,0,0,0.8);
}
.comment-form-author{
	display: block;
	float: left;
	width: 50%;
	padding-right: 20px;
	margin: 0;
}
.comment-form-email{
	display: block;
	float: left;
	width: 50%;
	padding-left: 20px;
	margin: 0;
}
.comment-form-author input,
.comment-form-email input{
	padding: 10px;
	margin: 0 0 10px;
	border-radius: 8px;
	width: 100%;
	border: 2px solid #E60012;
}
.comment-form-comment textarea{
	width: 100%;
	height: 150px ;
	padding: 20px 10px ;
	border-radius: 8px ;
	resize: none;
	border: 2px solid #E60012;
	font-family: 'Montserrat', sans-serif;
}
h3#comments {
	display: none;
}
p.form-submit {
	float: left;
	width: 100%;
}
.blog-categories {
    flex: 1 1 100%;
}
.blog-categories ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.blog-categories ul li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}
.blog-categories ul li a.button {
    border: 1px solid #E60012;
    background: #E60012;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 8px;
    transition: 0.4s;
    text-decoration: none;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	display: inline-block;
 }
 .blog-categories ul li a.button:hover,
 .blog-categories ul li a.button.active{
	border: 1px solid #E60012;
	background: #ffffff;
	color: #E60012;
	text-decoration: none;
}

/* Blog end */

/* Gift cards */
.gift-cards-list .ywgc-amount-buttons {
	overflow: hidden;
}
.gift-cards_form .gift-card-content-editor.step-content textarea {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #B3B3B3;
}
.gift-cards_form .gift-card-content-editor.step-content input {
	border: 1px solid #B3B3B3;
}
.ywgc-manual-currency-symbol {
	top: 17px;
}
.selected_button #ywgc-manual-amount {
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
}
.single-product.postid-491658 .product-sku,
.single-product.postid-491658 .size-table-container {
	display: none;
}
.ywgc_enter_code input {
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    outline: 0;
	border-radius: 8px;
}
.lenne-cart #coupons_list {
	display: none !important;
}
/* Gift cards end */
.woocommerce-product-details__short-description .wrap {
    margin: 0;
}
.wp-block-image {
    margin: 30px 0;
}

#gift-this-product {
	display: none;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 24px;
    padding: 0;
}
.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
}
.sidebar-categories-widgets .woocommerce-widget-layered-nav {
	margin: 0 0 24px;
}

@media (max-width: 1200px) {
	.site-header-wrap {
		gap: 20px;
		grid-gap: 20px;
	}
	.menu-wrap ul {
		gap: 10px;
		grid-gap: 10px;
	}
	.menu-wrap ul li a {
		font-size: 0.9em;
	}
}
@media (max-width: 1000px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%;
	}
	.menu-wrap ul li.current-menu-item ul,
	.menu-wrap ul li.current-menu-parent ul {
		display: block;
	}
	.single-product .menu-wrap ul li.current-menu-parent ul {
		display: none !important;
	}
	.mobile-m-wrap ul ul {
		margin: 0;
	}
	.menu-toggle-filter-btn a {
		text-decoration: none !important;
		font-size: 1rem !important;
	}
	.lenne-woocommerce-top {
		display: none;
	}
	.lenne-woocommerce-sidebar .lenne-woocommerce-top {
		display: block;
	}
	.woocommerce_layered_nav_submit_form {
    	text-align: left;
		margin: 40px 0 0;
	}
	.woocommerce_layered_nav_submit_form button.button {
    	padding: 12px 40px !important;
	}

	.lenne-woocommerce-sidebar .widget .widget-content {
	display: none;
	}
	.lenne-woocommerce-sidebar .widget.open .widget-content {
	display: block;
	}
	.lenne-woocommerce-sidebar .widget .widgettitle {
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	}
	.lenne-woocommerce-sidebar .widget .widgettitle::after {
	content: "+";
	position: absolute;
	right: 5px;
	color: #E60012;

	}
	.lenne-woocommerce-sidebar .widget.open .widgettitle::after {
	content: "−";
	}
	.lenne-woocommerce-top {
		text-align: left;
	}
	.lenne-woocommerce-top .widgettitle {
    	display: block;
		text-transform: none;
	}
	a.blog-item {
		width: calc(50% - 20px);
	}
	.fixed-div {
		max-width: none;
		padding: 10px 25px 10px 15px;
	}
	.fixed-div h2 {
		font-size: 1rem;
		margin: 0 0 8px;
	}
	.hide-desktop {
		display: block;
	}
	.woocommerce-page table.cart .product-thumbnail {
	  display: block;
	}
	.woocommerce-page table.cart .product-thumbnail img{
		margin: 0 auto;
		display: block;
	}
	.woocommerce-page table.cart .product-thumbnail::before {
	  display: none;
	}
	.woocommerce-page table.cart td.actions .coupon {
    width: 100%;
	}
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
    max-width: 100px;
	}
	.errorpage {
		padding: 50px 0;
	}
	.lenne-all-symbols-item {
		flex: 0 0 100%;
	}
	.map-responsive{
	  overflow: hidden;
	  padding-bottom: 56.25%;
	  position: relative;
	  height: 0;
	}
	.map-responsive iframe{
	  left: 0;
	  top: 0;
	  height: 100%;
	  width: 100%;
	  position: absolute;
	}
	/* Gallery block styles end */
	.featured-gallery-item{
		width: 50%;
	}
	.lg-sub-html {
		font-size: 1em !important;
		padding: 10px 20px !important;
	}
	.collection-button {
		top: -50px;
	}
	/* Gallery block styles end */
	.site-header.header-transparent {
		background: transparent;
		box-shadow: none;
	}
	.site-header-wrap {
    gap: 10px;
		grid-gap: 10px;
	}
	.mini-cart-amount {
		display: none;
	}
	.header-user-account {
		display: none;
	}
	.social-media-icons {
		display: none;
	}
	.menu-wrap {
		display: flex;
		order: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
		height: 60px;
    justify-content: center;
		align-items: center;
		position: relative;
	}
	.menu-wrap .m-wrap {
		display: none;
	}
	.hamburger {
		height: 14px;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		padding: 0;
		overflow: visible;
		z-index: 9999;
	}
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #ffffff;
	}
	.hamburger-box {
		width: 22px;
		height: 17px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 25px;
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -7px;
	}
	.hamburger-inner::after {
		bottom: -7px;
	}
	.hamburger--squeeze .hamburger-inner {
		transition-duration: 0.075s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger--squeeze .hamburger-inner::before {
		transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	}
	.hamburger--squeeze .hamburger-inner::after {
		transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
		width: 17px;
	}
	.hamburger--squeeze.is-active .hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.hamburger--squeeze.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	}
	.hamburger--squeeze.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
		width: 25px;
	}
	.mobile-menu-overlay {
		background: rgba(0, 0, 0, 0.9);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		overflow: scroll;
	}
	.mobile-menu-overlay-content {
		height: calc(100% - 60px);
		margin: 60px 0 0;
	}
	.mobile-m-wrap {
		margin-top: auto;
		padding: 100px 0;
	}
	.mobile-m-wrap ul {
		display: block;
		margin: 50px 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.mobile-m-wrap ul li a{
		display: block;
		color: #ffffff;
		margin: 20px 0;
		font-size: 1.1em;
		font-weight: bold;
	}
	.mobile-m-wrap ul li.current-menu-item a,
	.mobile-m-wrap ul li.current-menu-parent a {
		color: #E60012;
	}
	.m-menu-contacts {
		width: 100%;
		text-align: center;
		margin-top: auto;
	}
	.m-menu-contacts a {
    display: inline-block;
    margin: 20px 5px;
	}
	.m-menu-contacts img {
		height: 20px;
		width: auto;
	}
	.header-language {
		display: flex;
		order: 2;
		margin-left: 0;
		margin-right: auto;
		align-items: center;
		justify-content: center;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 40px;
		height: 60px;
		z-index: 100;
	}
	.wpml-ls-legacy-dropdown-click a {
		color: #000000;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
	.wpml-ls-legacy-dropdown-click a:focus{
		color: #000000;
	}
	.header-logo {
		order: 3;
		flex-basis: 103px;
		z-index: 100;
	}
	.site-header {
		height: 60px;
	}
	.header-logo a {
		height: 50px;
	}
	.header-logo img {
		height: 50px;
		border-radius: 8px;
	}
	.header-search-toggle {
		display: flex;
		order: 4;
    margin-left: auto;
		flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
    height: 60px;
    justify-content: center;
    align-items: center;
		z-index: 100;
	}
	.header-mini-cart {
		order: 5;
		flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
		justify-content: center;
		height: 60px;
    padding: 0;
    background: transparent;
    box-shadow: none;
		z-index: 100;
	}
	.mini-cart-counter {
    background-color: rgba(215, 2, 5, 0.9);
    color: #ffffff;
	}
	.shoppingbag-path{
		fill: #000000;
	}
	.header-search-toggle {
		position: unset;
	}
	.header-search-form {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 15px 10px 10px;
	}
	.site-footer-wrap {
    justify-content: flex-start;
    gap: 0 40px;
		grid-gap: 0 40px;
	}
	.site-footer-wrap p {
		margin: 0 0 15px;
	}
	.site-footer-wrap .col {
    width: auto;
		padding: 0;
	}
	.site-footer-wrap .col.footer-payments {
    width: 100%;
		margin: 30px 0 0;
		flex-direction: row-reverse;
		align-items: center;
	}
	.break {
  	flex-basis: 100%;
  	width: 0;
	}
	.uptodate a {
	  font-size: 6px;
	}
	.shopsidebar-top-widgets ul {
		margin: 0;
	}
	.shopsidebar-top-widgets {
		padding: 0;
		margin: 0;
		background-color: transparent;
	}
	.category-toggle-btn {
		display: inline-block;
		background: #E60012;
		width: 100%;
		color: #fff;
		padding: 8px 30px;
		border-radius: 8px;
		text-decoration: none;
		font-weight: bold;
	}
	.lenne-woocommerce-top ul li {
		display: block;
		margin: 0 !important;
		padding: 0;
	}
	.lenne-woocommerce-top ul li a {
		display: block;
		padding: 10px 0;
		position: relative;
	}
	.lenne-woocommerce-top ul ul li a {
		padding: 5px;
		font-size: 0.8em;
		font-weight: 400;
	}
	.lenne-woocommerce-top ul ul {
		display: none;
		margin: 0;
		padding: 0;
	}
	.lenne-woocommerce-top ul.product-categories li.current-cat-parent > ul {
    display: block;
	}
	.lenne-woocommerce-top ul.product-categories li.cat-parent > a::after {
		content: '+';
		right: 5px;
		display: block;
		position: absolute;
		color: #E60012;
		font-weight: bold;
		font-size: 1.5em;
		top: 50%;
		transform: translateY(-50%);
	}
	.lenne-woocommerce-top ul.product-categories li.current-cat-parent > a::after {
	    content: '-';
	    right: 7px;
	}
	.lenne-woocommerce-sidebar {
		display: none;
		position: fixed;
		background: #0E0E0E;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: 50px 20px 100px;
	}
	.sidebar-categories-widgets .widget_product_categories {
		display: none;
	}
	.lenne-woocommerce-sidebar-close {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		background-image: url('./img/close.svg');
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	.lenne-woocommerce-products {
		float: left;
		width: 100%;
	}
	.percentagesale {
    width: 40px;
    height: 40px;
    padding-top: 12px;
    font-size: 0.8em;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding-bottom: 10px;
	}
	.woocommerce ul.products li.product .button.show-add-to-cart {
		font-size: 0.8em;
		margin: 5px 0 0;
		position: relative;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin: 0;
	}
	.woocommerce div.product form.cart .variations th,
	.woocommerce div.product form.cart .variations td {
    display: table-row;
	}
	.product-symbol-description{
		padding: 0;
	}
	.single-table__container,
	.single-table__container table {
		width: 100%;
	}
	.lenne-category-title h1 {
		display: none;
	}
	.toggle-filter-btn {
		display: inline-block;
		background: #E60012;
		color: #fff;
		padding: 8px 30px;
		margin: 10px 0;
		border-radius: 8px;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 0.9em;
	}
	.woocommerce .woocommerce-ordering {
    margin: 10px 0;
	}
	.uptodate {
		order: 1;
	}
	.footer-newsletter {
		order: 2;
		margin-left: 50px;
	}
	.site-footer-wrap .col.footer-payments img {
		order: 3;
	}
}
@media (max-width: 500px) {
	a.blog-item {
		width: 100%;
	}
	.fixed-div {
		bottom: 75px;
		left: 20px;
		right: 20px;
		width: calc(100% - 40);
	}
	.site-footer-wrap .col.footer-payments img {
		display: none;
	}
	.footer-newsletter {
		margin: 0;
	}
}
@media (max-width: 300px) {
	.featured-gallery-item{
		width: 100%;
		margin: 10px 0;
	}
}
