/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input[type=text],input[type=button],input[type=submit],input[type=password],select{vertical-align:middle}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
margin:0;
padding:0;
color: #000000;
line-height: 1.450;
background-color:#FFFFFF !important;
}

body, p, td, td p {
font-family: 'Nunito Sans', sans-serif;
font-size: 15px;
}

h1, h2, h3, h4, h5, h6, p {
margin-bottom:20px;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:active, a:focus { 
outline: 0; 
} 

a.button {
	display:inline-block !important;
	padding:10px 15px;
	font-size:20px;
	transition: all 0.5s ease;
}

a.button:hover {
text-decoration:none;
border-left-color:transparent !important;
border-right-color:transparent !important;
border-top-color:transparent !important;
}

input[type=text], input[type=email],input[type=button],input[type=submit],input[type=password], textarea {
-webkit-appearance: none;
outline:0;
}

input[type=text], input[type=email], input[type=password], textarea {
    padding: 4px 10px;
    border: 1px #DDD solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
}

select {
    padding: 4px 25px 4px 5px;
 border: 1px #DDD solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	outline:0;
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	margin: 0px;
	cursor:pointer;
}

.jfilestyle {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	width:100%;
	max-width:375px;
	padding: 0px;
	position: relative;
	border-collapse: separate;
}

div.jfilestyle input {
	background: #ffffff;
	margin: 0px -5px 0px 0px;
	vertical-align: middle;
	 padding: 4px 10px;
    border: 1px #DDD solid;
	border-left:none;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	cursor: default;
    line-height: normal;
}

div.jfilestyle label {
	background: #d9d9d9;
	display: inline-block;
	float:left;
	 border: 1px #DDD solid;
	 border-right:none;
	 padding: 4px 10px;
    border: 1px #DDD solid;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	margin: 0px;
	width: 30%;
    font-weight: normal;
	cursor:pointer;
}

textarea {
    min-height: 70px;
}

input[type=submit], input[type=reset] {
    padding: 4px 10px;
    font-size: 15px;
    color: #FFFFFF;
    height: auto;
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
	cursor:pointer;
	 border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
}

#content img[style*="left"], #content img[align="left"] { margin: 0 20px 10px 0; }
#content img[style*="right"], #content img[align="right"] { margin: 0 0 10px 20px; }

#content img {
max-width:100%;
height:auto;
}

#topwrapper {
width:100%;
height:auto;
}

#top {
width:100%;
margin:0 auto;
padding:15px 20px;
height:55px;
}

#usp {
float:left;
width:auto;
padding-top:2px;
}

#usp ul {
padding:0;
margin:0;
list-style-type:none;
}

#usp ul li {
display:inline;
padding-left:20px;
text-transform:uppercase;
font-size:11px;
font-weight:600;
}

#usp ul li:first-of-type {
padding-left:0;
}

#usp ul li:before {
display:inline;
content:"\f00c";
font-family:"FontAwesome";
padding-right:4px;
}

#toplinks {
float:right;
width:auto;
}

#mx_webshop_logged_in_status {
display:inline-block;
width:auto;
}

#mx_webshop_logged_in_status img, #mx_webshop_summary img {
float:left;
height:20px;
width:auto;
margin-right:10px;
}

#mx_webshop_logged_in_status a, #mx_webshop_summary a {
line-height:25px;
text-transform:uppercase;
font-size:14px;
font-weight:600;
}

#mx_webshop_summary img {
height:20px;
}

#mx_webshop_summary {
display:inline-block;
width:auto;
padding-left:15px;
}

#headerwrapper {
width:100%;
height:auto;
}

#header {
width:100%;
margin:0 auto;
padding:0 20px;
position:relative;
}

#logo {
width:auto;
height:auto;
margin:20px auto;
}

#logo img {
display:block;
width:100%;
height:auto;
}

#search {
position:absolute;
top:0;
right:20px;
width:30%;
height:36px;
}

#search #mx_search_form {
	width: 100%;
	position:relative;
height:36px;
}


#search #mx_search_form input[type=submit] {
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:36px;
	border:none;
	background-image:url(../layout/icon-search.png);
	background-size:26px auto;
	background-repeat:no-repeat;
	background-position:center center;
}

#search #mx_search_text {
position:absolute;
top:0;
right:36px;
line-height:34px;
height:36px;
font-weight:normal !important;
padding:0 8px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
width:100%;
border:solid 1px #989898;
}

#mobile-search {
display:none;
}

#navwrapper {
width:100%;
height:auto;
}

#nav {
width:100%;
margin:0 auto;
padding:0 20px;
text-align:center;
}

#sfeerwrapper {
width:100%;
height:auto;
}

#sfeer {
width:100%;
margin:0 auto;
padding:0 20px;
padding-top:25px;
overflow:hidden;
}

#contentwrapper {
width:100%;
height:auto;
}

#content {
width:100%;
margin:0 auto;
padding: 0 20px;
}

#text {
padding:30px 0;
}

#text-left {
float:left;
width:50%;
height:auto;
padding-bottom:30px;
padding-right:20px;
}

#text-right {
float:left;
width:50%;
height:auto;
padding-bottom:30px;
padding-left:20px;
}

#mx_contact_form {
float:left;
width:50%;
padding-right:20px;
}

#text iframe {
float:left;
padding-left:20px;
}

#column-filters {
float:left;
width:25%;
padding-right:20px;
}

#mobile-filters {
display:none;
}

#column-content {
float:left;
width:75%;
}

#mx_webshop_latest, #mx_webshop_promotion{
clear:both;
width:100%;
margin-bottom:30px;
}

#specials h2, #latest h2 {
text-align:center;
}

#reviews {
float:left;
width:48.5%;
height:auto;
margin-right:1.5%;
padding:20px 30px;
margin-bottom:30px;
}

#reviews p {
font-size:18px;
position:relative;
text-align:center;
font-weight:bold !important;
letter-spacing:0.02em;
}

#reviews p:first-of-type span {
display:inline-block;
text-indent:15px;
}

#reviews p:before {
content: open-quote;
position:absolute;
top:10px;
left:-10px;
display:inline-block;
font-size: 64px;
line-height:30px;
height:30px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing: normal;
}

#reviews p:after {
content: close-quote;
position:absolute;
bottom:-10px;
right:-10px;
display:inline-block;
font-size: 64px;
line-height:30px;
height:30px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing: normal;
}


.mx_rating_note {
float:left;
width:20%;
padding-right:30px;
}

.mx_rating_note span{
display:block;
width:62px;
height:62px;
background-image:url(../layout/logo-rating.png);
background-size:100% auto;
font-size:18px;
color:#000000;
text-align:center;
line-height:60px;
}

.mx_rating_note span::first-letter {
font-size:28px;
}

.mx_rating_total {
float:left;
width:35%;
text-align:center;
font-size:12px;
}

.mx_rating_total span {
display:block;
}

.stars i {
color:#FFCC00;
padding:0 3px;
font-size:16px;
}

.mx_rating_total span.number {
font-size:28px;
line-height:31px;
}

.mx_rating_report {
float:left;
width:45%;
font-size:15px;
}

.mx_rating_report a {
display:inline-block;
width:100%;
padding:3px 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
background-color:#FFFFFF;
/*background-color: #8ab327;*/
margin-bottom:7px;
color:#000000;
text-align:center;
} 

.mx_rating_report a:hover {
text-decoration:none;
}

/*
.mx_rating_report a.button-blue{
background-color: #2dc0ff;
}

.mx_rating_report a:hover {
background-color:#789d1e;
}

.mx_rating_report a.button-blue:hover {
background-color:#32b5f0;;
}
*/
#newsletter {
float:left;
width:48.5%;
height:auto;
margin-left:1.5%;
padding:20px 30px;
text-align:center;
margin-bottom:30px;
}

#newsletter p{
font-size:17px;
}

#newsletter input {
font-size:15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
}

#newsletter input[type=submit] {
padding: 4px 0;
}


#bottomcontent {

}

#bottomcontent h1, #bottomcontent .mx_webshop_category_short_description {
display:none;
}

#scrollerwrapper h2 {
margin-bottom:40px;
}

#scrollerwrapper {
text-align:center;
margin-bottom:60px;
}


#footerwrapper {
width:100%;
height:auto;
}

#footer {
width:100%;
margin:0 auto;
padding:30px 20px 15px 20px;
}

#footer ul {
margin:0;
margin-bottom:20px;
padding:0;
list-style-type:none;
}

#footer a {
color:#000000;
font-size:14px; /*ms*/
}
#footer p {
	font-size:14px; /*ms*/
}

#footer h6 a {
color:#FFFFFF;
font-size:36px;
font-weight:normal;
margin-left:10px;
}

#column-1 {
float:left;
width:23%;
padding:0px 5px;
}

#column-2 {
float:left;
width:23%;
padding: 0px 10px;
}

#column-3 {
float:left;
width:23%;
padding:0px 10px;
}

#column-4 {
float:left;
width:31%;
padding:0px 10px;
}

#bottomwrapper {
width:100%;
height:auto;
}

#bottom {
width:100%;
margin:0 auto;
padding:15px 20px;
}

#bottom a {
color:#000000;
}

#bottom p{
display:inline;
margin-bottom:0;
font-size:13px;
font-weight:600;
}

#bottom-left {
float:left;
width:70%;
}

#bottom-right {
float:left;
width:30%;
text-align:right;
}

#bottom-right img {
height:26px;
width:auto;
margin-left:10px;
}

.clear {
clear:both;
}

#whatsapp {
display: none;
}
#review a /*ms*/ {
	color: #f8bf00;
	text-decoration: overline;
	font-size: 16px;
	font-weight: bold;
}
#review a:hover /*ms*/ {
	color: #fff;
	text-decoration: underline;
}



@media screen and (max-width: 1023px) {

#top {
    padding: 10px 20px;
	height:45px;
}

#usp ul li:last-of-type {
display:none;
}

#reviews {
padding:15px 20px;
}

#newsletter {
padding:15px 20px;
}

#column-1, #column-2, #column-3 {
width:33.3%;
}

#column-4 {
width:100%;
}

#about {
float:left;
width:66.6%;
padding-right:25px;
}

#social {
float:left;
width:33.4%;
}


#mx_contact_form {
width:100% !important;
padding:0;
padding-bottom:20px;
}

#text iframe {
width:100% !important;
padding:0;
}

} /* end mediaquery */

@media screen and (max-width: 800px) {

#usp ul li:nth-of-type(2) {
display:none;
}

#search {
display:none;
}

#logo img {
max-height:100px;
width:auto;
margin:0 auto;
}

#mobile-search {
display:block;
position:absolute;
bottom:10px;
right:0;
z-index:10;
}


#mobile-search .searchbox{
    position:relative;
    min-width:35px;
    width:0%;
    height:30px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

#mobile-search .searchbox-input{
    top:0;
    right:0;
    border:0;
    background:#FFFFFF;
    width:100%;
    height:30px;
    margin:0;
    padding:0px 55px 0px 15px;
    font-size:16px;
	-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
}

#mobile-search .searchbox-input::-webkit-input-placeholder {
    color: #333333;
	font-weight:normal;
}
#mobile-search .searchbox-input:-moz-placeholder {
    color: #333333;
	font-weight:normal;
}
#mobile-search .searchbox-input::-moz-placeholder {
    color: #333333;
	font-weight:normal;
}
#mobile-search .searchbox-input:-ms-input-placeholder {
    color: #333333;
	font-weight:normal;
}

#mobile-search .searchbox-icon,
#mobile-search .searchbox-submit{
    width:35px;
    height:30px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:30px;
    text-align:center;
    cursor:pointer;
	background-image:url(../layout/icon-search.png);
	background-size:26px auto;
	background-repeat:no-repeat;
	background-position:center right;
}

#mobile-search .searchbox-open{
    width:100%;
	z-index:99;
}

#mobile-filters {
display:block;
margin-bottom:20px;
}

#mobile-filter-heading a{
display:block;
text-decoration:none;
position:relative;
}

#mobile-filter-heading i {
position:absolute;
top:8px;
right:10px;
font-size:20px;
}

#mobile-filter-content {
padding:10px;
padding-bottom:30px;
position:relative;
}

#mobile-filter-content a.filter-toggle {
position:absolute;
bottom:10px;
right:0;
width:100%;
padding:0 10px;
text-align:center;
}

#column-filters {
display:none;
}

#column-content {
width:100%;
}

#reviews, #newsletter {
width:100%;
margin-left:0;
margin-right:0;
}

#column-1, #column-2, #column-3, #column-4 {
width:50%;
}

#about {
width:100%;
padding-right:0;
}

#social {
width:100%;
}


a.button {
	padding:6px 12px;
	font-size:18px;
}

} /* end mediaquery */


@media screen and (max-width: 700px) {

#chat-application{  display:none !important; }

#whatsapp {
display:block;
position:fixed;
bottom:13px;
right:10px;
width:46px;
height:36px;
visibility:hidden;
opacity: 0;
z-index:999999999;
}

#whatsapp.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

#whatsapp img{
width:100%;
height:auto;
display:block;
}

} /* end mediaquery */

@media screen and (max-width: 600px) {

#usp ul li:nth-of-type(1) {
display:none;
}

#latest h2, #specials h2 {
text-align:left;
}

#column-1, #column-2, #column-3, #column-4 {
width:100%;
}

#sfeer {
padding-top:0;
}

#text-left, #text-right{
width:100%;
padding-left:0;
padding-right:0;
}

} /* end mediaquery */

@media screen and (max-width: 450px) {

.mx_rating_note {
width:40%;
}

.mx_rating_total {
width:60%;
}

.mx_rating_report {
width:100%;
margin-top:15px;
}

} /* end mediaquery */