@charset "utf-8";



@media (min-width: 940px) {

select:hover {
	background-image: url('/images/icon_dropdown_rollover.png');
}

button[type="submit"]:hover {
	color: #ee1e7b;
}


.checkbox:hover input ~ .checkmark {
	border: 1px solid #4ab68a;
}

.radio:hover input ~ .checkmark {
    border: 1px solid #4ab68a;
}

.cashier .radio:hover input ~ .checkmark {
	border: 1px solid #ee1e7b;
}

.products .article:hover {
	background-color: #f9f9f9;
}


#footer a:hover,
#bottom a:hover {
	text-decoration: underline;
}

}



@media (min-width: 768px) and (max-width: 939px) {

.content {
	margin-left: 0;
	margin-right: 0;
	padding-left: 2%;
	padding-right: 2%;
}

.desktop-show {
	display: none;
}

.tablet-show {
	display: initial;
}


.products .button {
	width: 10%;
	height: 35px;
	background-position: center;
	line-height: 35px;
}
.products .button span {
	display: none;
}



#bottom-2 .left br {
	display: none;
}

}



@media (min-width: 0px) and (max-width: 767px) {

body {
}

h1 {
	font-size: 32px;
	line-height: 32px;
}

h2 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 33px;
}



.desktop-show {
	display: none;
}

.mobile-show {
	display: initial;
}

.products .article {
	position: relative;
}
.products .column-mobile,
.products .column {
	margin-bottom: 6px;
	margin-right: 10px;
}
.products .column-mobile:first-child,
.products .column:first-child {
	width: auto;
}
.products .column-mobile:nth-child(2),
.products .column:nth-child(2) {
	width: auto;
}
.products .column-mobile:nth-child(3),
.products .column:nth-child(3) {
	width: auto;
}
.products .column-mobile:nth-child(4),
.products .column:nth-child(4) {
	width: auto;
}
.products .column-mobile:last-child,
.products .column:last-child {
	float: right;
	width: auto;
}
.products .column-properties {
	clear: both;
	margin-left: 20px;
}
.products .column-price {
	position: absolute;
	bottom: 10px;
	right: 0px;
}
.products .column-saving {
	position: absolute;
	bottom: 10px;
	right: 80px;
}
.products h4 {
	display: inline-block;
	margin-right: 5px;
}
.products .info {
	display: initial;
}
.products .saving {
	padding-left: 5px;
    padding-right: 5px;
}



#all table:not(.not-responsive) {
	width: 100% !important;
}

#all table td:not(.not-responsive) {
	display: block;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

#all img:not(.not-responsive) {
	max-width: 100%;
	height: auto;
}



.container-half {
	width: 100%;
}

.content {
	position: static;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2%;
	padding-right: 2%;
}

.container-half .content {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.left, .column {
	float: none;
}

.right {
	float: none;
}


#all {
	padding-top: 80px;
}


#toggle-menu {
	display: block;
}


#order-link {
	display: block;
}


#header .content {
	position: static;
	height: auto;
}


#logo {
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: white;
}

#logo img {
	margin-top: 10px;
	max-width: 160px !important;
	width: auto;
	max-height: 100%;
}


#languages {
	z-index: 103;
	position: fixed;
	top: 10px;
	right: 14px;
	margin-top: 0;
}


#certificates {
	display: none;
	z-index: 92;
	position: fixed;
	top: 32px;
	left: 2%;
	margin-top: 0;
	margin-left: 0;
}


#footer .column {
	margin-top: 45px;
	margin-left: 0;
	width: auto;
}
#footer .column:first-child {
	margin-top: 0;
}
#footer .column:nth-child(3) {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

#footer .column:last-child li {
	margin-left: 5%;
	width: 25%;
}
#footer .column:last-child li:first-child {
	padding-right: 0px;
}
#footer .column:last-child li:nth-child(2) {
	padding-left: 7.5%;
	padding-right: 7.5%;
	width: 40%;
}
#footer .column:last-child li:last-child {
	padding-left: 0px;
}



#bottom-2 .left {
	padding-bottom: 15px;
	width: 100%;
}

#bottom-2 .right {
	width: 100%;
}

#bottom-2 .left br {
	display: none;
}


#bottom-2 .left br {
	display: none;
}


#popup td img {
	display: block;
	margin: 5px auto;
}

#all #popup td img {
	max-width: 200px;
}

.opinions .left-mobile,
.opinions .right-mobile{
	width:100%;
	float:none;
	margin:10px 0px;
	border-left:none;
	padding:0px;
}

}