@charset "utf-8";



* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	color: #3c3c3c;
	font-family: 'Raleway Light', sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	color: black;
	font-weight: normal;
}

h1 {
	font-family: 'Raleway Black', sans-serif;
	font-size: 60px;
	line-height: 68px;
}

h2 {
	margin-bottom: 58px;
	font-family: 'Lora', sans-serif;
	font-size: 36px;
	line-height: 44px;
}

h3 {
	margin-bottom: 12px;
	color: #e8b567;
	font-family: 'Raleway Bold', sans-serif;
	font-size: 20px;
	line-height: 32px;
}

h4 {
	font-family: 'Lora', sans-serif;
	font-size: 18px;
	line-height: 44px;
}

h5 {
	margin-bottom: 28px;
	font-family: 'Lora', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

p {
    margin: 0;
}

a {
	color: #3c3c3c;
}

img {
	border-style: none;
    font-size: 9px;
}
img:not(.not-responsive)[src$=".svg"]{
	width: 100%; 
}

button, input, optgroup, select, textarea {
	margin: 0;
}

textarea {
	overflow: auto;
	padding: 12px 26px;
	width: 100%;
	font-family: 'Raleway Light', sans-serif;
}

input[type="text"] {
	padding-right: 26px;
	padding-left: 26px;
	width: 100%;
	font-family: 'Raleway Light', sans-serif;
}

select {
  	padding-right: 26px;
	padding-left: 26px;
	width: 100%;
}

button {
	padding: 0;
	border: 0;
	background-color: transparent;
	font-family: 'Raleway Bold', sans-serif;
	font-size: 12px;
	cursor: pointer;
}
button[type="submit"] {
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
	border-collapse: collapse;
}
table:not(.not-responsive) {
	width: 100%;
}

td {
	vertical-align: top;
}


.container {
}

.container-half {
	width: 50%;
}

.content {
	position: relative;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1170px;
}

.container-half .content {
	margin-left: 0;
	margin-right: 0;
	max-width: 585px;
}

.content > table {
	width: 100%;
	line-height: 28px;
	table-layout: fixed;
}

.content > table > tbody > tr > td {
	width: 50%;
}
.content > table > tbody > tr > td:first-child {
	padding-right: 2%;
}
.content > table > tbody > tr > td:last-child {
	padding-left: 2%;
}

.background {
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f1f1f1;
}

.tablet-show {
	display: none;
}

.mobile-show {
	display: none;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.center {
	text-align: center;
}

.block {
	display: inline-block;
}

.column,
.column-mobile {
	float: left;
}

.left,
.left-mobile {
	float: left;
}

.right,
.right-mobile {
	float: right;
}

.clear {
	clear: both;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.error {
	display: inline-block;
	padding-top: 4px;
	color: red;
	font-family: 'Raleway Medium', sans-serif;
	font-size: 15px; 
}

.ok {
	color: black;
	font-family: 'Raleway Bold', sans-serif;
}

.title {
}

a.more,
.more a {
	display: inline-block;
	padding-left: 30px;
	padding-right: 47px;
	border: 1px solid #e8b567;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	background-image: url('/images/icon_more_orange.png');
	background-position: right 30px center;
	background-repeat: no-repeat;
	font-family: 'Raleway Bold', sans-serif;
	color: #e8b567;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.button {
	display: inline-block;
	padding-left: 30px;
	padding-right: 47px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e8b567;
	background-image: url('/images/icon_more_white.png');
	background-position: right 30px center;
	background-repeat: no-repeat;
	color: white;
	font-family: 'Raleway Bold', sans-serif;
	font-size: 12px;
	line-height: 52px;
	text-transform: uppercase;
	vertical-align: middle;
}
a.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.box-iframe {
    display: block;
    position: relative;
    /*padding-bottom: 56.25%;
    height: 0;*/
	height: 100%;
    overflow: hidden;
}
.box-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.checkbox {
	display: block;
	position: relative;
	padding-top: 2px;
	padding-left: 35px;
	cursor: pointer;
	color: #111111;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkbox .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	border: 1px solid #cccccc;
}
.checkbox input:checked ~ .checkmark {
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked ~ .checkmark:after {
	display: block;
}
.checkbox .checkmark:after {
	left: 6px;
	top: -5px;
	width: 7px;
	height: 15px;
	border: solid #fc9628;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio {
    display: block;
    position: relative;
    margin-left: 50px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio .checkmark {
    position: absolute;
    top: 0px;
    left: -50px;
	border: 1px solid #cccccc;
    border-radius: 50%;
    height: 16px;
    width: 16px;
	background-color: white;
}
.radio input:checked ~ .checkmark {
    background-color: white;
}
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkmark:after {
    display: block;
}
.radio .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fc9628;
}

.transition-opacity {
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
  	transition: opacity .5s;
}

.shadow {
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .15);
  	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .15);
  	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .15);
}

.round-corner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.round-corner-left {
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.languages {
	width: 100%;
	height: 18px;
}
.languages ul {
	display: none;
	border: 1px solid #e8b567;
	background-color: white;
}
.languages ul li {
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid rgba(232, 181, 103, .3);
}
.languages ul li:first-child {
	border-top: 0;
}
.languages ul li:last-child {
	border-top: 1px solid rgba(232, 181, 103, .7);
}
.languages ul li.active {
	background-color: #f6f6f6;
}
.languages > li:first-child > a {
	cursor: pointer;
}
.languages a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}
.languages a img {
	margin-right: 15px;
}
.languages a:hover {
	color: #e8b567;
}

.royalSlider {
	margin: auto;
    width: 100%;
	background-color: transparent !important;
}
.rsOverflow {
	background-color: transparent !important;
}
.rsSlide  {
	background-color: transparent !important;
}
.rsGCaption {
	height: 100%;
}
.rsMinW .rsBullet {
	margin-left: 7px !important;
	width: 17px !important;
	height: 17px !important;
}
.rsMinW .rsBullet span {
	width: 17px !important;
	height: 17px !important;
	background-repeat: no-repeat;
}

.products {
}
.products .article {
	width: 48%;
	max-width: 695px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}
.products .article.selected {
	background-color: #e3e3e3;
}
.products .article > .column-mobile {
	height: 124px;
}
.products .article > .column-mobile:first-child {
	position: relative;
	width: 23%;
}
.products .article > .column-mobile:first-child img {
	margin-top: 15px;
	max-width: 100%;
	height: auto;
}
.products .article > .column-mobile:nth-child(2) {
	position: relative;
	padding-left: 50px;
	width: 77%;
}
.products li:first-child {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #363636;
}
.products li:nth-child(2) {
	margin-right: 15px;
	padding-right: 15px;
}
.products li:last-child {
	padding-top: 15px;
	color: #9eb66a;
	font-size: 12px;
	line-height: 28px;
}
.products li:last-child span {
	font-family: 'Raleway Bold', sans-serif;
	font-size: 16px;
}
.products h4 {
	font-size: 24px;
	line-height: 44px;
}
.products .radio {
	position: absolute;
	top: 14px;
	left: 10px;
	padding-left: 0;
}
.products .radio .checkmark {
	top: 0px;
    border-radius: 0;
	height: 17px;
	width: 17px;
	border: 0;
	background-color: transparent;
	background-image: url('/images/checkbox.png');
}
.products .radio input:checked ~ .checkmark {
	background-color: transparent;
}
.products .radio .checkmark:after {
	left: 0px;
	top: 0px;
	width: 17px;
	height: 17px;
	border: none;
	border-width: 0;
	border-radius: 0;
	background: none;
	background-image: url('/images/checkbox_checked.png');
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.products .button {
	position: absolute;
	right: 8px;
	bottom: 18px;
	padding-right: 8px;
	padding-left: 31px;
	height: 45px;
	background-image: url('/images/icon_cart_white.png');
	background-position: left 8px center;
	line-height: 45px;
	text-align: right;
}


.color-orange {
	color: #e8b567;
}



#all {
	overflow: hidden;
}

#cart_mobile{
	z-index: 142;
	display: none;
	position: fixed;
	top: 49px;
	right:8%!important;
	padding: 0;
	width: 40px;
	height:40px;
	margin-right: 10px;
	align-items: center;
}
#toggle-menu {
	z-index: 142;
	display: none;
	position: fixed;
	top: 57px;
	right: 2%;
	padding: 0;
	width: 25px;
	height: 23px;
	background-color: transparent;
	background-image: url('/images/toggle_menu.png');
	background-repeat: no-repeat;
}
#toggle-menu.active {
	background-position: -25px 0px;
}
.top25{
	top:25px!important;
}
.field.selected .radio{
	background-color: #e9e9ed;
	padding: 10px 10px;
}


#top {
	z-index: 143;
	position: relative;
	background-color: #e8b567;
}
#top.fixed {
	margin-bottom: 112px;
}

#top .content {
	height: 34px;
	font-family: 'Poppins Regular', sans-serif;
	font-size: 12px;
	line-height: 34px;
}

#top .content a {
	color: #464646;
	text-decoration: none;
}

#top .content .left a {
	font-family: 'Raleway Bold', sans-serif;
}

#top .content .right {
	position: relative;
	padding-right: 180px;
}

#languages {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 165px;
	
}


#logo.fixed {
	z-index: 141;
	position: fixed;
	top: 0px;
	left: 0px;
/*	//border-bottom: 2px solid black;*/
	width: 100%;
}
.top30{
	top: 30px!important;
}
#logo .content {
	position: relative;
}

#logo a {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -77px;
}
#logo {
	box-shadow: 0px 5px 10px gray;
	}

#header.fixed {
	border-bottom: 2px solid black;
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: white;
}

#header .content {
	padding-top: 38px;
	height: 112px;
}


#newsletter-form {
	margin-top: 7px;
	max-width: 448px;
	height: 52px;
}

#newsletter-form input[type="text"] {
	border: 1px solid white;
	border-right: 0;
	width: 65.2%;
	max-width: 292px;
	height: 100%;
	background-color: transparent;
	color: white;
	font-family: 'Raleway Bold', sans-serif;
	font-size: 12px;
}

#newsletter-form button[type="submit"] {
	width: 37.5%;
	max-width: 156px;
	height: 100%;
	-webkit-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	
	
}

#newsletter-form .error,
#newsletter-form .ok {
	padding-top: 4px;
	clear: both;
	
}

#newsletter-form .ok {
	color: white;
}


#footer {
	padding-top: 25px;
	padding-bottom: 55px;
	background-color: #0c0c0c;
	color: white;
}

#footer .content:first-child {
	padding-bottom: 40px;
}

#footer .content > .column {
	width: 25%;
}
#footer .content > .column:first-child {
	width: 50%;
}

#footer .logo {
	display: block;
	width: 218px;
}
#footer .logo img {
	max-width: 100%;
	height: auto;
}

#kontakt-noga {
	line-height: 26px;
}

#kontakt-noga span {
	margin-right: 8px;
}

#kontakt-noga a {
	color: white;
	text-decoration: none;
}

#sledite-nam::after {
    content: "";
    clear: both;
    display: table;
}

#sledite-nam ul {
	float: right;
}

#sledite-nam ul::after {
    content: "";
    clear: both;
    display: table;
}

#sledite-nam li {
	float: left;
	margin-left: 12px;
}

#sledite-nam li:first-child {
	margin-right: 0;
}

#bottom {
	background-color: #0c0c0c;
}

#bottom .content {
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
}

#bottom .right {
	font-family: 'Raleway Bold', sans-serif;
	font-size: 12px;
}

#bottom span {
	line-height: 24px; 
}

.floater-buttons{
	position:fixed;
	right:20px;
	top:50vh;
	margin-top:-67px;
	z-index:11;
	text-align: right;
}

.floater-buttons a{
	display:inline-block;
	width:53px;
	height:53px;
	line-height:16px;
	font-size:13px;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
	background-color:#fff;
	box-shadow:0px 0px 4px rgba(0,0,0,0.25);
	position: relative;
	border-radius:26px;
	text-align: left;
	color:#e8b567;
	padding:5px;
}

.floater-buttons a span{
	width:200px;
	display:inline-block;
	vertical-align:middle;
	padding-top:7px;
	padding-left:10px;
	opacity:0;
	transition:opacity ease-in-out 0.3s;
}

.floater-buttons a::after{
	content:'';
	display:inline-block;
	width:47px;
	height:47px;
	vertical-align: middle;
	position:absolute;
	right:3px;
	top:3px;
}

.floater-buttons a.dhl::after{
	background: url(/images/dhl_floater_icon.png) center center no-repeat #fff;
}

.floater-buttons a.contact::after{
	background: url(/images/email_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a.location::after{
	background: url(/images/location_icon_g.png) center center no-repeat #fff;
}

.floater-buttons a.open,
.floater-buttons a:hover{
	width:260px;
}

.floater-buttons a.open span,
.floater-buttons a:hover span{
	opacity:1;
}