@media print {

	*,
	::before,
	::after {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,
	img {
		page-break-inside: avoid
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

* {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif; !important;
}

html {
	box-sizing: border-box;
	/* font-family: sans-serif; */
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif; !important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

*,
::before,
::after {
	box-sizing: inherit
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: none !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #383838;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #008000;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none;
	height: auto
}

svg:not(:root) {
	overflow: hidden
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #868e96;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: left
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

small {
	font-size: 80%;
	font-weight: 400
}

mark {
	padding: .2em;
	background-color: #fcf8e3
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f8f9fa;
	border-radius: .25rem
}

a>code {
	padding: 0;
	color: inherit;
	background-color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #212529
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-sm-6,
.col-sm-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:1200) {
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
}

@font-face {
	font-family: "FontAwesome";
	src: url("https://www.luconda.com/static/luconda/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://www.luconda.com/static/luconda/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://www.luconda.com/static/luconda/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;
	size-adjust: 100%
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-phone:before {
	content: "\f095"
}

.fa-angle-right:before {
	content: "\f105"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	/* font-family: Arial, sans-serif; */
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	height: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a:focus {
	outline: none
}

a:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

ul,
li {
	margin: 0;
	list-style-type: none
}

input,
textarea,
label {
	display: block;
	outline: none;
	border: none
}

button {
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer
}

button:focus {
	outline: none
}

iframe {
	border: none
}

.c34 {
	font-size: 16px
}

.c35 {
	font-size: 35px
}

.c93 {
	padding-top: 0
}

.c97,
.c100,
.c71 {
	padding-top: 5px
}

.c99 {
	padding-top: 7px
}

.c94 {
	padding-top: 10px
}

.c95 {
	padding-top: 15px
}

.c96 {
	padding-top: 28px
}

.c98 {
	padding-top: 66px
}

.c72 {
	padding-bottom: 0
}

.c76,
.c100,
.c71 {
	padding-bottom: 5px
}

.c77 {
	padding-bottom: 7px
}

.c73 {
	padding-bottom: 10px
}

.c74 {
	padding-bottom: 20px
}

.c75 {
	padding-bottom: 30px
}

.c82,
.c88,
.c71 {
	padding-left: 5px
}

.c78,
.c85 {
	padding-left: 10px
}

.c86 {
	padding-left: 11px
}

.c79 {
	padding-left: 15px
}

.c80 {
	padding-left: 20px
}

.c81 {
	padding-left: 25px
}

.c83 {
	padding-left: 50px
}

.c92,
.c88,
.c71 {
	padding-right: 5px
}

.c89,
.c85 {
	padding-right: 10px
}

.c90,
.c86 {
	padding-right: 11px
}

.c91 {
	padding-right: 25px
}

.c50 {
	margin-top: 2px;
	height: auto
}

.c62 {
	margin-top: 5px
}

.c60 {
	margin-top: 10px
}

.c61 {
	margin-top: 20px
}

.c50 {
	margin-bottom: 2px
}

.c62 {
	margin-bottom: 5px
}

.c60 {
	margin-bottom: 10px
}

.c61 {
	margin-bottom: 20px
}

.c50 {
	margin-left: 2px
}

.c52,
.c54 {
	margin-left: 5px
}

.c53 {
	margin-left: 10px
}

.c51 {
	margin-left: 20px
}

.c50 {
	margin-right: 2px
}

.c57,
.c54 {
	margin-right: 5px
}

.c53 {
	margin-right: 10px
}

.c56 {
	margin-right: 15px
}

.c55 {
	margin-left: auto;
	margin-right: auto
}

.c129 {
	text-align: center
}

.c130 {
	text-align: left
}

.c131 {
	text-align: right
}

.c132 {
	width: 100%
}

.c36 {
	height: 100%
}

.c136 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200
}

.c136 img {
	max-width: 200;
	max-height: 200
}

.c138 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px
}

.c138 img {
	max-width: 160;
	max-height: 160
}

.c128 {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.c31,
.c28,
.c30,
.c26,
.c24,
.c25,
.c27,
.c29 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.c102 {
	position: relative
}

.c32 {
	float: left
}

.c33 {
	float: right
}

.c31 {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.c28 {
	justify-content: space-between
}

.c30 {
	-ms-align-items: flex-start;
	align-items: flex-start
}

.c26 {
	-ms-align-items: center;
	align-items: center
}

.c24 {
	justify-content: center;
	-ms-align-items: center;
	align-items: center
}

.c25 {
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center
}

.c27 {
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center
}

.c29 {
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center
}

@font-face {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	src: url('https://www.luconda.com/static/luconda/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
	ascent-override: 105%;
	descent-override: 29%;
	line-gap-override: 0%;
	size-adjust: 99%
}

.container {
	max-width: 1380px
}

@media (max-width:1600) {
	.container {
		max-width: 1200
	}
}

@keyframes loader-scale {
	0% {
		transform: scale(0);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

.c20 {
	height: auto;
	width: 100%;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	min-height: 120px
}

.header-v2 .c20 {
	height: 84px
}

.header-v3 .c20 {
	height: auto
}

.header-v4 .c20 {
	height: 125px
}

.c127 {
	width: 71%;
	position: absolute;
	padding: 0 10px 0 10px
}

.header-v4 .wrap-menu-desktop {
	background-color: #fff
}

.c47 {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: transparent
}

.c48 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 29%
}

.c48 img {
	width: 370px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 370 / 68;
	padding: 0 10px
}

.c19 {
	clear: both
}

.c65 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 71%
}

.c63 {
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: end
}

.c63>li {
	display: block;
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0 5px 0 7px
}

.c63>li>a {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 5px 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s
}

.header-v3 .c63>li>a {
	color: #fff
}

.c134 {
	flex-grow: 1
}

.c43 {
	position: relative;
	font-size: 30px;
	line-height: 1;
	cursor: pointer
}

.c44::after {
	content: attr(data-notify);
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	color: #606060;
	line-height: 18px;
	text-align: center;
	display: block;
	position: absolute;
	top: -7px;
	right: 0;
	min-width: 20px;
	height: 20px;
	padding: 0 3px;
	background-color: #fff;
	border: 1px solid #383838;
	border-radius: 10px
}

.c133 .c134 {
	flex-grow: unset
}

.modal-search-header {
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	bottom: 101%;
	left: 0;
	background-color: rgba(255, 255, 255, .9);
	padding: 50px 15px 100 15px
}

.show-modal-search {
	bottom: 0
}

.container-search-header {
	width: auto;
	max-width: 100%;
	position: relative
}

.c12 {
	position: absolute;
	padding: 5px;
	right: 0;
	top: -45px;
	opacity: .8
}

.c12:hover {
	opacity: 1
}

.c101 {
	position: relative;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 18px 10px 0 0;
	left: -8px;
	border-radius: 0 5px 5px 0
}

.c101 label {
	line-height: 20px;
	padding: 0 2px;
	position: absolute;
	background-color: #008000;
	top: -10px;
	left: 0;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0
}

.c101 .c45 {
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	margin-top: -8px
}

.c125 {
	transform: rotate(45deg)
}

.c137 {
	width: 960px;
	max-width: 100%;
	height: 30px;
	background: #fff;
	border-radius: 5px
}

.c137 input {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #333;
	padding: 0 30px 0 0;
	width: calc(100% - 35px);
	height: 100%;
	background-color: transparent
}

.c137 button {
	font-size: 30px;
	color: #fff;
	width: 35px;
	height: 100%;
	background: #000;
	border: 1px solid #000;
	border-radius: 0 5px 5px 0
}

.c137 button:hover {
	color: #6c7ae0
}

@media (max-width:767px) {

	.c137 button,
	.c137 input {
		font-size: 30px
	}

	.c137 {
		height: 50px
	}
}

@media (max-width:575px) {

	.c137 button,
	.c137 input {
		font-size: 20px
	}

	.c137 button {
		width: 35px
	}

	.c137 {
		height: 80px
	}
}

.header-v2 .fix-menu-desktop.c20 {
	height: 70px
}

.header-v4 .fix-menu-desktop.c20 {
	height: 110px
}

.c63>li.active-menu>a {
	color: #fff
}

.c133 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 110px;
	background-color: #fff;
	padding: 15px;
	display: none;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.c49 {
	display: block;
	position: relative;
	height: 80%;
	padding-right: 25px;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1
}

.c49 img {
	max-width: calc(100% - 20px);
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	aspect-ratio: 185 / 34;
	width: 185px;
	height: auto
}

.hamburger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7)
}

.hamburger:hover {
	opacity: 1
}

@media (max-width:991px) {
	.c133 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}

	.c20 {
		display: none
	}
}

.menu-mobile {
	width: 100%;
	background-color: #fff;
	display: none;
	contain: layout style
}

.c64 {
	border-bottom: 1px solid #edf3ee;
	box-shadow: 0 0 3px #969696;
	-webkit-box-shadow: 0 0 4px #969696;
	-moz-box-shadow: 0 0 3px #969696;
	-o-box-shadow: 0 0 3px #969696
}

.c64>li>a {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 14px;
	color: #383838;
	line-height: 2.8;
	padding: 8px 10px 8px 10px
}

.c64>li {
	color: #383838;
	border-bottom: 1px solid #edf3ee;
	position: relative
}

@media (min-width:992px) {
	.menu-mobile {
		display: none
	}
}

.c11 {
	border-bottom: 1px solid #e2e2e2
}

.sec-product-detail {
	margin: 5px;
	contain: layout
}

.c46 {
	float: left
}

.c103 {
	float: right
}

.c37 {
	z-index: 1100;
	width: 390px;
	max-width: calc(100% - 30px)
}

.c37::after {
	content: "";
	display: block;
	width: 100%;
	height: 9%;
	min-height: 30px
}

.show-header-cart {
	visibility: visible;
	background-color: rgba(0, 0, 0, .6)
}

.show-header-cart .c37 {
	right: 0
}

@media (max-width:575px) {
	.c37 {
		padding: 30px
	}
}

.wrap-slick3 {
	position: relative
}

.wrap-slick3-arrows {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: calc(40% - 20px)
}

.arrow-slick3 {
	font-size: 12px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #008000;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.arrow-slick3:hover {
	background-color: rgba(0, 0, 0, .9)
}

.prev-slick3 {
	left: 0
}

.next-slick3 {
	right: 0
}

.wrap-slick3-dots {
	width: 100%
}

.slick3 {
	width: 100%
}

.slick3-dots li {
	display: inline-block;
	position: relative;
	width: 20%;
	margin: 0 0 .2% 1%;
	padding: 5px;
	border: 1px solid #e2e2e2;
	min-height: 70px;
	box-sizing: border-box
}

.slick3-dots li img {
	width: 60px;
	height: 60px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block
}

.slick3-dot-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.slick3-dot-overlay:hover {
	border: 1px solid #008000
}

.slick3-dots .slick-active .slick3-dot-overlay {
	border: 1px solid #008000
}

.preview_img {
	box-shadow: 0 0 3px #969696;
	-webkit-box-shadow: 0 0 4px #969696;
	-moz-box-shadow: 0 0 3px #969696;
	-o-box-shadow: 0 0 3px #969696;
	margin-bottom: 10px
}

.mfp-bg {
	z-index: 10000;
	background-color: #000;
	opacity: .9
}

.mfp-wrap {
	z-index: 10000
}

.mfp-arrow:after,
.mfp-arrow:before {
	display: none
}

.mfp-arrow {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

button.mfp-arrow-right {
	background-image: url(../../../static/luconda/images/icons/icon-next.png);
	background-position: center center;
	background-repeat: no-repeat
}

button.mfp-arrow-left {
	background-image: url(../../../static/luconda/images/icons/icon-prev.png);
	background-position: center center;
	background-repeat: no-repeat
}

button.mfp-close {
	width: 75px !important;
	height: 58px !important;
	line-height: 44px;
	position: fixed;
	right: 0;
	top: 0;
	color: transparent !important;
	background-image: url(../../../static/luconda/images/icons/icon-close.png) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .9
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.c124 {
	width: 100%;
	color: #383838
}

[role="tablist"] {
	margin: 0 0 -.1em;
	overflow: visible;
	padding: 0
}

[role="tab"] {
	position: relative;
	margin: 0;
	padding: .3em .5em .4em;
	border: 1px solid #bebebe;
	border-radius: .2em .2em 0 0;
	box-shadow: 0 0 .2em #bebebe;
	overflow: visible;
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	background: #e7e7e7;
	font-weight: 700
}

[role="tab"]:focus::before,
[role="tab"]:hover::before,
[role="tab"][aria-selected="true"]::before {
	position: absolute;
	bottom: 100%;
	right: -1px;
	left: -1px;
	border-radius: .2em .2em 0 0;
	border-top: 3px solid #008000;
	content: ""
}

[role="tab"][aria-selected="true"] {
	border-radius: 0;
	background: #fff;
	outline: 0
}

[role="tab"][aria-selected="true"]:not(:focus):not(:hover)::before {
	border-top: 5px solid #008000
}

[role="tab"][aria-selected="true"]::after {
	position: absolute;
	z-index: 3;
	bottom: -1px;
	right: 0;
	left: 0;
	height: .3em;
	background: #fff;
	box-shadow: none;
	content: ""
}

[role="tab"]:active,
[role="tab"]:focus,
[role="tab"]:hover {
	outline: 0;
	border-radius: 0;
	color: inherit
}

[role="tab"]:focus::before,
[role="tab"]:hover::before {
	border-color: #008000
}

[role="tabpanel"] {
	position: relative;
	z-index: 2;
	padding: .5em .5em .7em;
	border: 1px solid #b6b7b8;
	border-radius: 0 .2em .2em .2em;
	box-shadow: 0 0 .2em #b6b7b8;
	background: #fbfcfd
}

[role="tabpanel"]:focus {
	outline: 0
}

[role="tabpanel"]:focus::after {
	position: absolute;
	bottom: 0;
	right: -1px;
	left: -1px;
	content: ""
}

[role="tabpanel"] p {
	margin: 0
}

[role="tabpanel"] *+p {
	margin-top: 1em
}

.c23 {
	width: 27%
}

@media (max-width:767px) {
	.c23 {
		width: 50%
	}
}

@media (max-width:575px) {
	.c23 {
		width: 100%
	}
}

.c135 {
	width: 175px;
	height: 35px;
	border: 1px solid #008000;
	border-radius: 3px;
	overflow: hidden
}

.btn-num-product-down,
.btn-num-product-up {
	width: 35px;
	height: 100%;
	cursor: pointer
}

.num-product {
	width: calc(100% - 70px);
	height: 100%;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	background-color: #f7f7f7
}

input.num-product {
	-moz-appearance: textfield;
	appearance: none;
	-webkit-appearance: none
}

input.num-product::-webkit-inner-spin-button,
input.num-product::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.c13 {
	color: #fff
}

.c15 {
	color: #333
}

.c16 {
	color: #008000
}

.c17 {
	color: #383838
}

.c17:hover {
	color: #008000
}

.c18 {
	color: #666
}

.c14 {
	color: #1d1d1d
}

.c114 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.466667;
	text-indent: 5px;
	font-weight: 700
}

.c115 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7
}

.c116 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	font-weight: 700
}

.c117 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: underline
}

.c118 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5
}

.c119 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.833333
}

.c120 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 10px;
	line-height: 2.2
}

.c121 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.266667
}

.c122 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 700;
	height: 50px
}

.c123 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700
}

.c66 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.333333;
	text-transform: uppercase
}

.c67 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6
}

.c68 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.388888;
	font-weight: 700
}

.c69 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700
}

.c70 {
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.222222;
	font-weight: 700
}

.c104 {
	min-width: 175px;
	height: 35px
}

.c105 {
	width: 40px;
	height: 40px
}

.c106 {
	width: 25px;
	height: 25px
}

.c108 {
	max-width: 270px
}

.c109 {
	width: calc(100% - 105px)
}

.c110 {
	width: 145px
}

.c111 {
	width: calc(100% - 145px)
}

.c112 {
	width: 50%
}

.c113 {
	width: calc(100% - 35px)
}

.c1 {
	background-color: #fff
}

.c2 {
	background-color: #008000
}

.c3 {
	background-color: #f2f2f2
}

.c4 {
	background-color: #383838
}

.c5 {
	background-color: #ededed
}

.c6 {
	background-color: #343434
}

.c7 {
	border-radius: 50%
}

.c8 {
	border-radius: 3px 3px 3px 3px
}

.c9 {
	border-bottom: 1px solid #edf3ee
}

.c9:last-child {
	border-bottom: transparent
}

.c10 {
	border-top: 40px solid #008000
}

.c42 {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.c41 {
	position: absolute;
	top: 10px;
	right: 10px
}

.c38:hover {
	border-color: #222;
	background-color: #222;
	color: #fff
}

.c38:hover i {
	color: #fff
}

.c39:hover {
	border-color: #008000;
	background-color: #008000;
	color: #fff
}

.c39:hover i {
	color: #fff
}

@media (max-width:991px) {
	.c84 {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:575px) {
	.c87 {
		padding-left: 15px;
		padding-right: 15px
	}
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger:hover {
	opacity: .7
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -10px
}

.hamburger-inner::after {
	bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: .1s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top .1s .14s ease, opacity .1s ease
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .14s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .1s ease, opacity .1s .14s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1)
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide img {
	display: block
}

.slick-initialized .slick-slide {
	display: block
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800) and (orientation:landscape),
screen and (max-height:300) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.c21 .c32:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 15%;
	border-bottom: 3px solid #008000
}

@media (max-width:1200) {
	.c37 #ts-logo {
		margin-top: -5px
	}
}

@media (max-width:991px) {
	.c37 #ts-logo {
		display: none
	}
}

.slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.wrap-slick3-dots {
	display: block;
	min-height: 80px;
	width: 100%
}

.slick3:not(.slick-initialized) {
	overflow: hidden;
	max-height: 600;
	position: relative
}

.slick3:not(.slick-initialized) .item-slick3:not(:first-child) {
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.wrap-slick3-arrows {
	min-height: 1px
}

.wrap-slick3 {
	display: block;
	position: relative;
	min-height: 500;
	contain: layout
}

h1.c70 {
	display: block;
	contain: content;
	min-height: 1.2em
}

.wrap-slick3-dots {
	display: block;
	min-height: 85px;
	margin-top: 15px
}

.slick3:not(.slick-initialized) {
	display: flex;
	overflow: hidden;
	max-height: 600
}

.slick3:not(.slick-initialized) .item-slick3:first-child {
	width: 100%;
	display: block
}

.slick3:not(.slick-initialized) .item-slick3:not(:first-child) {
	display: none
}

.wrap-slick3 {
	display: block;
	position: relative;
	min-height: 520px;
	contain: layout
}

.wrap-slick3-dots {
	display: block;
	min-height: 85px;
	margin-top: 15px;
	overflow: hidden
}

.slick3:not(.slick-initialized) {
	display: flex;
	overflow: hidden;
	max-height: 600
}

.slick3:not(.slick-initialized) .item-slick3:not(:first-child) {
	display: none
}

h1.c70 {
	contain: content;
	display: block;
	min-height: 1.2em
}

.wrap-slick3 {
	min-height: 260px;
	contain: layout
}

.wrap-slick3.slick-initialized-ready {
	min-height: 0
}

img[width][height] {
	height: auto;
	aspect-ratio: attr(width) / attr(height)
}

.preview_img {
	contain: layout
}

.c133 {
	contain: layout style
}

.c11 {
	min-height: 2.5rem
}

.fa::before {
	display: inline-block;
	min-width: 1em
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	will-change: transform, opacity
}

.sec-product-detail {
	contain: layout
}

body.menu-open .menu-mobile {
	display: block !important
}

.js-show-modal-search {
	transition: opacity .15s
}

.js-show-modal-search.search-hidden {
	opacity: 0;
	pointer-events: none
}

.tab-btn-aktiv {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	font-family: OpenSans-Regular, "Open Sans", Arial, sans-serif;
	font-weight: 600;
	color: #383838;
	padding: .3em .5em .4em
}

.tab-btn-aktiv:focus {
	outline: 2px solid #008000;
	outline-offset: 2px
}

.c93 img {
	height: 23px;
	width: auto
}
/* Fix für mobiles Scrollen der Produkttabelle */
.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto; /* Aktiviert horizontales Scrollen */
    -webkit-overflow-scrolling: touch; /* Butterweiches Scrollen auf iPhones/iOS */
    margin-bottom: 1rem;
    display: block;
}

/* Verhindert, dass die Tabelle auf dem Handy zu stark zusammengedrückt wird */
@media (max-width: 767px) {
    .c88.c87 {
        min-width: 500px; /* Erzwingt eine Breite, die das Scrollen auslöst */
        display: table !important; /* Stellt sicher, dass es eine Tabelle bleibt */
    }
    
    .table-responsive-wrapper {
        border: 1px solid #eee; /* Optional: Kleiner Rahmen zur visuellen Abgrenzung */
        padding-bottom: 5px;
    }
}

span:hover, 
div:hover, 
p:hover, 
td:hover {
    color: inherit !important;
    text-decoration: none; /* Entfernt auch eventuelle Unterstreichungen */
}
