@charset "utf-8";



* {
	box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
	color: #404040;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	color: #ee1e7b;
}

h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 36px;
}
h2 span {
	color: #48b68a;
}

h3 {
	font-size: 15px;
}

h4 {
	color: #434343;
	font-size: 14px;
	line-height: 20px;
}

h5 {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

p {
    margin: 0;
}

a {
	color: #404040;
}

img {
	border-style: none;
    font-size: 9px;
}
img[src$=".svg"] {
	width: 100%; 
}

button, input, optgroup, select, textarea {
	margin: 0;
}

textarea {
	overflow: auto;
	padding: 12px 6px;
	border: 1px solid #cccccc;
	width: 100%;
	min-height: 180px;
	font-family: 'Arial', sans-serif;
}

input[type="text"] {
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #cccccc;
	width: 100%;
	height: 26px;
	font-family: 'Arial', sans-serif;
}

select {
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #cccccc;
	width: 100%;
	height: 26px;
}

button {
	padding: 0;
	border: 0;
	background-color: transparent;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
button[type="submit"] {
	padding: 7px 26px;
	color: white;
	background-color: #4ab68a;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

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 {
	width: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}


.container {
}

.container-half {
	width: 50%;
}

.content {
	margin: 0 auto;
	max-width: 940px;
}
#cookies_alert_container div.content {
	margin: 0;
	max-width: none;
}

.container-half .content {
	margin-left: 0;
	margin-right: 0;
	max-width: 470px;
}

.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;
}

.align-items-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.justify-content-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.align-justify-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.transition {	
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.error {
	color: red;
	font-size: 14px; 
}

.ok {
	color: #4ab68a;
}

.title {
}

.description {
	font-size: 14px;
	line-height: 20px;
}

.more {
	
}

.decoration {
    position: absolute;
    top: 100%;
    left: 0px;
    max-width: 100%;
    height: auto;
}

.list {
    padding-left: 20px;
    list-style-image: url('/images/icon_list_style.png');
}

.list-large {
    list-style-image: url('/images/icon_list_style_large.png');
}
.list-large li {
	margin-top: 15px;
}
.list-large li:first-child {
	margin-top:0;
}

.list-arrow {
    padding-left: 30px;
	list-style-image: url('/images/icon_list_style_arrow.png');
}

.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 #ee1e7b;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio {
    display: block;
    position: relative;
    padding-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: 0px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
	background-color: #f9f9f9;
}
.radio input:checked ~ .checkmark {
    background-color: #f9f9f9;
}
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkmark:after {
    display: block;
}
.radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4ab68a;
}

.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: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.languages {
	width: 100%;
	height: 18px;
}
.languages ul {
	display: none;
	border: 1px solid #ee1e7b;
	background-color: white;
}
.languages ul li {
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid rgba(238, 30, 123, .3);
}
.languages ul li:first-child {
	border-top: 0;
}
.languages ul li:last-child {
	border-top: 1px solid rgba(238, 30, 123, .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 ul a:hover {
	color: #ee1e7b;
}

.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: 8px !important;
	width: 15px !important;
	height: 15px !important;
	background-color: #4ab68a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rsMinW .rsBullet.rsNavSelected {
	background-color: #ee1e7b;
}
.rsMinW .rsBullet span {
	width: 15px !important;
	height: 15px !important;
}

.products {
	color: #434343;
	font-size: 15px;
	line-height: 20px;
}
.products .article {
	padding-top: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid #4ab68a;
	cursor: pointer;
}
.products .column-mobile:first-child,
.products .column:first-child {
	width: 5%;
}
.products .column-mobile:nth-child(2),
.products .column:nth-child(2) {
	width: 30%;
}
.products .column-mobile:nth-child(3),
.products .column:nth-child(3) {
	width: 27%;
}
.products .column-mobile:nth-child(4),
.products .column:nth-child(4) {
	width: 18%;
}
.products .column-mobile:last-child,
.products .column:last-child {
	width: 20%;
}
.products .radio {
    padding-left: 0;
	width: 20px;
	height: 20px;
}
.products .radio .checkmark {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
}
.products .radio .checkmark:after {
	left: 6px;
	top: -4px;
	width: 9px;
	height: 17px;
	border-radius: 0;
	border: solid #ee1e7b;
	border-width: 0 2px 2px 0;
	background-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.products h4 {
	font-size: 15px;
	font-weight: 400;
}
.products .info {
	display: block;
	color: #4ab68a;
	font-size: 14px;
}
.products .price {
	color: #ee1e7b;
	font-size: 18px;
}
.products .saving {
	display: block;
	background-color: #4ab68a;
	font-size: 14px;
	color: white; 
	text-align: center;
}


.color-green {
	color: #4ab68a;
}

.color-red {
	color: #ee1e7b;
}

.background-light {
	background-color: #f5f5f5;
}



#all {
	overflow: hidden;
}


#toggle-menu {
	z-index: 101;
	display: none;
	position: fixed;
	top: 42px;
	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;
}


#order-link {
	display: none;
	z-index: 102;
	position: fixed;
	top: 42px;
	right: 48px;
	padding-left: 5px;
	padding-right: 5px;
	width: 120px;
	background-color: #4ab68a;
	color: white;
	font-weight: 700;
	line-height: 23px;
	text-decoration: none;
}


#top {
	background-color: #4ab68a;
}

#top .content {
	padding-top: 8px;
	padding-bottom: 8px;
	color: white;
	font-size: 18px;
}
#top .content span {
	font-size: 17px;
}


#header .content {
	position: relative;
	height: 136px;
}


#logo img {
	margin-top: 15px;
}


#languages {
	z-index: 2;
	position: relative;
	margin-top: 40px;
	width: 150px;
}


#certificates {
	margin-top: 40px;
	margin-left: 50px;
}

#certificates img {
	margin-left: 15px;
}
#certificates img:first-child {
	margin-left: 0;
}


#footer .column {
	position: relative;
	margin-left: 2%;
	padding-top: 35px;
	border-top: 1px solid #959595;
	width: 32%;
}
#footer .column:first-child {
	margin-left: 0;
}
#footer .column:last-child {
	margin-top: 20px;
	margin-left: 0;
	padding-bottom: 30px;
	border-top: 0;
	width: 100%;
}

#footer .column:last-child ul::after {
    content: "";
    clear: both;
    display: table;
}

#footer .column:last-child li {
	float: left;
	margin-left: 2%;
	padding-top: 30px;
	border-top: 1px solid #252525;
	width: 40%;
}
#footer .column:last-child li:first-child {
	margin-left: 0;
	padding-right: 55px;
	text-align: right;
}
#footer .column:last-child li:nth-child(2) {
	border-top: 0;
	width: 16%;
	text-align: center;
}
#footer .column:last-child li:last-child {
	padding-left: 55px;
}

#footer h3 {
	position: absolute;
	top: -10px;
	left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	text-align: center; 
}

#footer .column:last-child h3 {
	top: 25px;
	width: 100%;
	background-color: transparent;
}

#footer a {
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
}


#bottom .content {
	padding: 12px 10px;
	background-color: #4ab68a;
	color: white;
	font-size: 14px;
}

#bottom a {
	color: white;
	text-decoration: none;
}


#bottom-2 .content {
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #252525;
	color: #050505;
	font-size: 11px;
}

#bottom-2 .left {
	width: 46%;
	padding-left: 15px;
	padding-right: 15px;
}

#bottom-2 .right {
	width: 54%;
	padding-right: 9%;
}

#bottom-2 .right img {
	max-width: 100%;
	height: auto;
}


#popup {
	display: none;
	z-index: 200;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(73, 73, 73, .6);
}

#popup .container {
	height: 100%;
}

#popup .content {
	position: relative;
	padding: 12px 30px;
	border: 8px solid #727272;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	max-width: 600px;
	background-color: white;
	font-size: 12px;
	text-align: justify;
}

#popup td img {
	max-width: 100%;
	height: auto;
}

#close-popup {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 38px;
	height: 37px;
	background-image: url('/images/icon_close.png');
	background-repeat: no-repeat;
}


#secure-payment td:first-child {
	padding-right: 4%;
	width: 70%;
}
#secure-payment td:last-child {
	width: 30%;
}