﻿/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Fonts ================================================================================= */


/* тех шрифтов, которые требует фотошоп нет в приложении к дизайну, потому и не подключал еще */
/* все шрифты какие были, загрузил в директорию -- skin/frontend/mm_laxiba/default/fonts */
/* ======================================================================================= */



/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}
/*
@font-face {
    font-family: "PT Sans";
    src: url(https://laxiba.de/skin/frontend/mm_laxiba/default/fonts/MyriadPro-Regular-2.otf);
}

@font-face {
    font-family: "Myriad Pro Bold";
    src: url(https://laxiba.de/skin/frontend/mm_laxiba/default/fonts/MyriadPro-Bold.otf);
}

@font-face {
    font-family: "PT Sans Caption";
    src: url(https://laxiba.de/skin/frontend/mm_laxiba/default/fonts/MyriadPro-Semibold.otf);
}

@font-face {
    font-family: "PT Sans Narrow";
    src: url(https://laxiba.de/skin/frontend/mm_laxiba/default/fonts/MyriadPro-Light.otf);
}

@font-face {
    font-family: "HelveticaNeueLT Std";
    src: url(https://laxiba.de/skin/frontend/mm_laxiba/default/fonts/HELVETICALTSTD-BOLDCOND_0.OTF);
}

@font-face {
    font-family: "HelveticaNeueLT Std";
    src: url(https://laxiba.de/skin/frontend/mm_laxiba/default/fonts/HelveticaLTStd-Light.otf);
}
*/

/*font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Caption', sans-serif;*/

body {
	/*background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/bg_top.jpg") repeat-x transparent;*/
    /*color: #dcdcdc;
    font-family: "arial, helvetica, tahoma, sans-serif";*/
	color: #0100c6;
	/*	font-family:"PT Sans";*/
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: justify;
}
body:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/cart-icon-hover.png') url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/cart-icon.png') url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/plus_blue.png') url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/minus_blue.png') url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/minus_white.png') url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/plus_white.png');
}
div.owl-item {
	font-family: "PT Sans"!important;
}
.su-text {
	padding-right: 10px;
}
a.laxiba-button {
	font-family: "PT Sans"!important;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #156bf7;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #156bf7;
}
h2 > a {
	text-decoration: none
}
h2 > a:hover {
	text-decoration: none
}
:focus {
	outline: 0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	line-height: 1.35;
	color: #1F5168;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: "PT Sans";
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 0.5em 0px !important;
	padding: 0px
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 22px;
	font-family: "PT Sans";
	font-size: 18px;
	font-style: normal;
	line-height: 19px;
	margin: 0.5em 0px !important;
	padding: 0px
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: "PT Sans";
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0.5em 0px !important;
	padding: 0px
}
h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: "PT Sans";
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0.5em 0px !important;
	padding: 0px
}
h5 {
	font-size: 12px;
	font-weight: bold;
	font-family: "PT Sans";
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0.5em 0px !important;
	padding: 0px
}
h6 {
	font-size: 11px;
	font-weight: bold;
	font-family: "PT Sans";
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0.5em 0px !important;
	padding: 0px
}
/* Forms */
form {
	display: inline;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
/* Table */
table {
	border: 0; /*border-collapse:collapse;*/
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* Content */
p {
	margin: 0 0 10px;
}
strong {
	font-weight: bold;
}
address {
	font-style: normal;
	line-height: 1.35;
}
cite {
	font-style: normal;
}
q, blockquote {
	quotes: none;
}
q:before, q:after {
	content: '';
}
small, big {
	font-size: 1em;
}
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
	list-style: none;
}
/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.nobr {
	white-space: nowrap !important;
}
.wrap {
	white-space: normal !important;
}
.a-left {
	text-align: left !important;
}
.a-center {
	text-align: center !important;
}
.a-right {
	text-align: right !important;
}
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}
.f-left, .left {
	float: left !important;
}
.f-right, .right {
	float: right !important;
}
.f-none {
	float: none !important;
}
.f-fix {
	float: left;
	width: 100%;
}
.no-display {
	display: none;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-bg {
	background: none !important;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	/*background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/bg_bottom.jpg") repeat transparent;*/
	clear: both;
	float: left;
	/* margin-top: 187px; не нужный отступ! */
	width: 100%;
}
.page {
	max-width: 1500px;
	/*width:980px;*/
	padding: 10px;
	/* margin: -187px auto 0; не нужный отступ! */
	margin: 0 auto;
	background: #fff;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  /*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  /*-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  /**/
  	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*-khtml-border-radius:  5px;*/
	/*border-radius:  5px;*/
	padding-top: 0;
}
.header-container, .nav-container, .main-container, .footer-container {
}
.header-container {
	display: block;
	margin-bottom: 10px;
}
.nav-container1 {
	display: none;
}
.nav-container {
	margin-bottom: 10px;
}
.main-container {
}
.footer-container {
	margin: 0 auto;
	/*background:#F3F2ED;*/
	/*border:1px solid #E8E8E8;*/

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*max-width: 980px;*/
	max-width: 1500px;
}
.header, .nav-inner, .main, .footer {
	/*height: 90px;*/
	/*width: 980px;*/
	/*margin:0 auto; */
	/*padding: 0px;*/
	background: #fff;
}
.nav-inner {
	/*margin-top: 20px;*/
	height: 100%;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.header {
	position: relative;
}
.header_center {
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
}
.header_right {
	height: 90px;
	width: 200px;
	float: right;
	padding-top: 5px;
	box-sizing: border-box;
}
.main { /*min-height:400px;*/
	margin-bottom: 20px !important;
}
.footer {
	padding: 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: none;
	/*width:980px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-print {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}
.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-popup {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}
/* Base Columns */
.col-left {
	float: left;
	width: 215px;
	padding: 0 0 0px;
	margin-right: 10px;
}
.col-main {
	float: left;
	padding: 0 0 0px;
	width: 775px
}
.col-right {
	float: right;
	width: 215px;
	padding: 0 0 0px;
	margin-left: 10px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main { /*float:right;*/
	width: 80%
}
.col2-right-layout .col-main {
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 540px;
	margin-left: 10px;
}
.col3-layout .col-wrapper {
	float: left;
	width: 760px;
}
.col3-layout .col-wrapper .col-main {
	float: right;
}
/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 48.5%;
}
.col2-set .col-2 {
	float: right;
	width: 48.5%;
}
.col2-set .col-narrow {
	width: 32%;
}
.col2-set .col-wide {
	width: 65%;
}
.col3-set .col-1 {
	float: left;
	width: 32%;
}
.col3-set .col-1 img {
	width: 100%;
}
.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.col3-set .col-3 {
	float: right;
	width: 32%;
}
.col4-set .col-1 {
	float: left;
	width: 23.5%;
}
.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}
.col4-set .col-3 {
	float: left;
	width: 23.5%;
}
.col4-set .col-4 {
	float: right;
	width: 23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
	vertical-align: middle;
}
input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #777;
	font-family: "arial", "Helvetica", sans-serif;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
input.input-text, textarea {
	padding: 5px;
}
input.input-tex:focus, textarea:hover {
	-moz-box-shadow: #bbb 0 0 3px;
	-webkit-box-shadow: #bbb 0 0 3px;
	box-shadow: #bbb 0 0 3px;
}
select {
	padding: 3px;
}
.form-language select {
	display: block !important;
	padding: 5px 55px 0 5px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/dropdown-lang.png) no-repeat right center #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: inset 4px 5px 6px -4px #A7A7A7;
	border-color: #a7a7a7;
	font: normal 14px "PT Sans";
	width: 190px;
	text-align: center;
	text-align-last: center;
}
.form-language .sbHolder {
	display: none;
}
select option {
	padding-right: 10px;
}
select.multiselect option {
	border-bottom: 1px solid #CDCDCD;
	padding: 2px 5px;
}
select.multiselect option:last-child {
	border-bottom: 0;
}
textarea {
	overflow: auto;
}
input.radio {
	margin-right: 3px;
}
input.checkbox {
	margin-right: 3px;
}
input.qty {
	width: 2.5em !important;
}
button.button::-moz-focus-inner {
padding:0;
border:0;
} /* FF Fix */
button.button {
	-webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
.ie7 button.button {
	height: auto !important;
}
/*.product-block button.button {float:right;}*/
button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}
button.button span, .back-link a {
	display: block;
	font-family: "Arial", "Helvetica", sans-serif;
	background: #2868e2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 14px;
	line-height: 14px;
	padding: 7px 12px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
button.button span span {
	border: 0;
	padding: 0;
}
button.button:hover span, .back-link a:hover, .cart .discount button:hover span, .products-list li.item:hover button.button span, .products-grid li.item:hover button.button span, .product-carousel .slider-item:hover button.button span {/*background:#3B7996;*/
	background: #0e57a1;
	background: #7AB700;
}
button.disabled span {
	border-color: #bbb !important;
	background: #bbb !important;
}
button.btn-checkout span {
	height: 40px;
	line-height: 40px;
	border: 0;
	padding: 0 35px;
	font-size: 16px;
}
button.btn-checkout span {
	color: #fff;
}
button.btn-checkout:hover span {
	color: #fff;
}
button.btn-checkout.no-checkout span {
	color: #b8baba;
}
button.btn-checkout.no-checkout span span {
}
p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}
/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
	box-shadow: 0 0 3px #BBBBBB;
}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { /*margin:0 0 8px;*/
}
.form-list label {
	float: left;
	font-weight: normal;
	position: relative;
	z-index: 0;
	padding-bottom: 5px;
}
.form-list label.required {
}
.form-list label.required em {
	float: right;
	font-style: normal;
	color: #a1a1a1;
	position: absolute;
	top: -15 !important;
	right: -9px;
}
.form-list li.control label {
	float: none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right: 6px;
}
.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}
.form-list .field {
	float: left;
	width: 275px;
}
.form-list input.input-text {
	width: 250px;
}
.form-list textarea {
	width: 250px;
	height: 10em;
}
.form-list select {
	width: 260px;
}
.form-list li.wide .input-box {
	width: 535px;
}
.form-list li.wide input.input-text {
	width: 529px;
}
.form-list li.wide textarea {
	width: 529px;
}
.form-list li.wide select {
	width: 535px;
}
.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}
.form-list .input-range input.input-text {
	width: 74px;
}
.form-list-narrow li {
	margin-bottom: 0;
}
.form-list-narrow li .input-box {
	margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
	width: 260px;
}
.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
	width: 254px
}
.form-list-narrow li.wide select {
	width: 260px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}
.form-list .name-prefix {
	width: 65px;
}
.form-list .name-prefix select {
	width: 55px;
}
.form-list .name-prefix input.input-text {
	width: 49px;
}
.form-list .name-suffix {
	width: 65px;
}
.form-list .name-suffix select {
	width: 55px;
}
.form-list .name-suffix input.input-text {
	width: 49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename {
	width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename .name-middlename input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}
.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}
.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}
.form-list .customer-dob .dob-year {
	width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}
/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#DD4B39; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {
	clear: both;
	margin: 20px 0 0;
	padding: 5px 0;
	text-align: right;
}
.buttons-set p.required {
	margin: -25px 0 10px;
}
.buttons-set .back-link {
	float: left;
	margin: 0;
}
.buttons-set button.button {
	float: right;
	margin-left: 5px;
	margin-right: 145px;
}
.buttons-set-order {
	margin: 10px 0 0;
}
.buttons-set-order .please-wait {
	padding: 12px 7px 0 0;
}
.fieldset {
	margin: 20px 0;
	padding: 0;
}
/* Form Validation */
.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 12px;
	line-height: 13px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/validation_advice_bg.gif) 2px 0 no-repeat;
	color: #DD4B39;
}
.validation-failed {
	border: 1px dashed #DD4B39 !important;
	background: #faebe7 !important;
}
.validation-passed {
}
p.required {
	font-size: 11px;
	text-align: right;
	color: #a7a7a7;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}
.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}
/* Global Messages  */
.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #df280a;
	font-weight: bold;
}
.notice {
	color: #e26703;
}
.messages, .messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.messages {
	width: 100%;
	overflow: hidden;
}
.messages li {
	margin: 0 0 10px !important;
	line-height: 20px;
}
.messages li li {
	margin: 0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px !important;
}
.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_msg-error.gif);
	color: #df280a;
}
.success-msg {
	border-color: #ffffff;
	background-color: #97CA3E;
	background-image: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_msg-success.gif);
	color: #ffffff;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_msg-note.gif);
	color: #3d6611;
}
/* BreadCrumbs */
.breadcrumbs {
	margin: 0 0 10px;
	padding: 15px;
	line-height: 1.25;
	background: #2868e2;
}
.breadcrumbs li {
	display: inline;
	text-transform: uppercase;
}
.breadcrumbs li strong {
	font-weight: normal;
	color: #ffffff;
}
.breadcrumbs a:hover {
	color: #ffffff !important;
	text-decoration:none;
}
/* Page Heading */
.page-title {    /*border-bottom: 1px solid #ededed;*/
	margin: 0 0 5px;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}
.page-title h1, .page-title h2, h1, h1 > a, h1 > span {
	margin: 0;
	font-size: 15px; /*color:#1F5168; color: #0e57a1;*/
	color: #0100c6 !important;
	text-align: left;
	/*font-family: Arial,Helvetica,sans-serif;*/
 		/*font-family:"PT Sans Caption";*/
	font-family: "PT Sans Narrow";
	font-size: 24pt !important;
}
.page-title h1, h1, h1 > a, h1 > span {
	font-weight: bold;
}
.page-title h2, h2, h2 > a, h2 > span {
	font-family: "PT Sans";
	font-size: 17pt;
	line-height: 1.1em;
	color: #0100c6;
}
.page-title h3, h3, h3 > a, h3 > span, .page-title h4, h4, h4 > a, h4 > span, .page-title h5, h5, h5 > a, h5 > span, .page-title h6, h6, h6 > a, h6 > span {
	font-family: "PT Sans Narrow";
	font-size: 16pt !important;
	color: #0100c6 !important;
}
h2.product-name {
	/*color: #0e57a1!important;*/
	color: #0100c6 !important;
	font-size: 17px !important
}
.product-name {
	font-size: 17px !important
}
.page-title h1 {
	/*max-width: 600px;*/
	margin: 0 auto;
}
.page-title .separator {
	margin: 0 3px;
}
.page-title .link-rss {
	float: right;
	margin: 7px 0 0;
}
.title-buttons {
	text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}
.subtitle, .sub-title {
	clear: both;
	padding: 15px 0 0;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px;
	color: #e25203;
}
/* Pager */
.pager {
	padding: 5px 8px;
	margin: 10px 0;
	text-align: right;
	border: 1px solid #e7e7e7;
	background: #F3F2ED;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.pager .amount {
	float: left;
	margin: 0;
	padding-top: 4px;
}
.pager .amount strong {
	font-weight: normal;
}
.pager .limiter {
	float: right;
	margin-left: 10px;
	z-index: 999 !important;
}
.pager .limiter label {
	float: left;
	margin: 5px 0 0;
	vertical-align: super;
}
.pager .limiter span {
	display: inline;
	vertical-align: super;
}
.pager .limiter select {
	margin: 0 0 1px;
	vertical-align: middle;
}
.pager .pages {
	margin: 1px 0 0 10px;
	float: right;
}
.pager .pages strong {
	display: none;
}
.pager .pages ol {
	float: left;
	padding: 3px;
}
.pager .pages li {
	display: inline;
	margin: 0 2px 0 0px;
	padding: 3px 8px;
	cursor: pointer;
}
.pager .pages .current, .pager .pages li:hover {
}
.pager .pages .current, .pager .pages li:hover a {
	color: #0100c6;
}
.pager .pages li img, .pager .pages li a {
	text-decoration: none;
}
/* Sorter */
.sorter {
}
.sorter .view-mode {
	float: left;
	margin: 0;
}
.sorter .sort-by {
	float: right;
	padding-right: 0px;
	margin-right: 10px;
}
.sort-by label {
	padding-top: 0px;
	text-align: left;
	float: left;
	vertical-align: super;
	margin: 5px 5px 0 0;
}
.sorter .sort-by select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
.sorter .link-feed {
}
.pager .pager_right .sort-by {
	float: right;
	z-index: 8;
}
.pager .pager_right .sort-by .sbHolder {
	display: inline-block;
}
.pager .limiter .sbHolder {
	display: inline-block;
	margin: 0 5px;
}
.ie7 .pager .limiter .sbHolder, .ie7 .pager .sort-by .sbHolder {
	display: inline;
}
.desc-asc {
	float: right;
	display: inline;
	margin-left: 0px;
}
.sort-by a.uparrow, .sort-by a.downarrow:hover {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -147px -165px transparent;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	transition-duration: 300ms;
	width: 15px;
}
.sort-by a.downarrow, .sort-by a.uparrow:hover {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -126px -165px transparent;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	transition-duration: 300ms;
	width: 15px;
}
/* Toolbar */
.toolbar {
	margin-bottom: 10px;
}
.toolbar .pager {
	padding: 5px;
	border-radius: 0px;
	background: #F3F2ED;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.toolbar .pager .pager_left {
	float: left;
}
.toolbar .pager .pager_right {
	float: right;
}
.toolbar .sorter {
}
.toolbar-bottom {
}
/* ==================== List/Grid Image ============*/
.view-mode {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}
.view-mode label {
	display: none;
}
.view-mode strong.list, .view-mode a.list, .view-mode a.grid, .view-mode strong.grid {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 29px;
	margin: 0;
	text-align: left;
	text-indent: -999em;
	width: 31px;
}
.view-mode a.grid {
	background-position: -1px -123px;
}
.view-mode strong.list {
	background-position: -32px -151px;
	margin-left: -8px;
}
.view-mode a.list {
	background-position: -32px -123px;
	margin-left: -8px;
}
.view-mode a.list:hover {
	background-position: -32px -151px;
	transition: all 200ms ease 0s;
}
.view-mode a.grid:hover {
	background-position: -1px -151px;
	transition: all 200ms ease 0s;
}
.view-mode strong.grid {
	background-position: -1px -151px;
}
/* Data Table */
.data-table {
	width: 100%;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.data-table .odd {
	background: #fff
}
.data-table .even {
	background: #e9e9e9;
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last, .data-table th.last {
	border-right: 0;
}
.data-table tr.last th, .data-table tr.last td {
	border-bottom: 0 !important;
}
.data-table th {
	padding: 5px 8px;
	font-weight: bold;
}
.data-table td {
	padding: 5px 8px;
}
.data-table thead th {
	font-weight: bold;/* border-right:1px solid #c2d3e0;*/
	padding: 7px 8px;
	color: #0100c6;
	white-space: nowrap;
	vertical-align: middle;
}
.data-table thead th.wrap {
	white-space: normal;
}
.data-table thead th a, .data-table thead th a:hover {
	color: #fff;
}
.data-table thead th {
	background: #dcdcdc;
}
.data-table thead th .tax-flag {
	font-size: 11px;
	white-space: nowrap;
}
.data-table tfoot {
	border-bottom: 1px solid #d9dde3;
}
.data-table tfoot tr.first td {
}
.data-table tfoot tr {
	background-color: #dcdcdc !important;
}
.data-table tfoot td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 0;
}
.data-table tfoot strong {
	font-size: 16px;
}
.data-table tbody th, .data-table tbody td { /*border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; */
}
/* Bundle products tables */
.data-table tbody.odd tr {
	background: #fff !important;
}
.data-table tbody.even tr {
	background: #F3F2ED !important;
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
	border-bottom: 0;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom: 1px solid #d9dde3;
}
.data-table tbody td .option-label {
	font-weight: bold;
	font-style: italic;
}
.data-table tbody td .option-value {
	padding-left: 10px;
}
/* Generic Info Box */
.info-box {
	border: 1px solid #d0cbc1;
	padding: 12px 15px;
	margin: 0 0 15px;
}
.info-box h2 {
	font-weight: bold;
	font-size: 13px;
}
.info-table th {
	font-weight: bold;
	padding: 2px 15px 2px 0;
}
.info-table td {
	padding: 2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_collapse.gif) 0 5px no-repeat;
	cursor: pointer;
}
tr.show-details .summary-collapse {
	background-position: 0 -52px;
}
tr.show-details td {
}
tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}
tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
	font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
	display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right: 20px;
}
.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_collapse.gif) 100% 5px no-repeat;
	cursor: pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}
.cart-tax-total-expanded {
	background-position: 100% -52px;
}
article.col-main .std {
	color: #000!important;
}
/* Class: std - styles for admin-controlled content */
.widget-static-block ul li, .std ul.disc li {
	list-style: none;
	padding: 2px 0;
}
.std .subtitle {
	padding: 0;
}
.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std ul.disc {
	list-style: disc outside;
	padding-left: 0px;
	margin: 0 0 10px;
}
.std dl dt {
	font-weight: bold;
}
.std dl dd {
	margin: 0 0 10px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
	margin: 0 0 6px;
	padding: 0;
}
.std ul {
	list-style: disc outside;
	padding-left: 0;
}
.std ol {
	list-style: decimal outside;
	padding-left: 16;
	max-width: 600px
}
.std ul ul {
	list-style-type: circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
	margin: .5em 0;
}
.std dt {
	font-weight: bold;
}
.std dd {
	padding: 0 0 0 1.5em;
}
.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}
.std address {
	font-style: normal;
}
.std b, .std strong {
	font-weight: bold;
}
.std i, .std em {
	font-style: italic;
}
/* Misc */
.header .links li {
	display: inline;
}
.header .links li.first {
	padding-left: 0;
}
.header .links li.last {
	background: none;
	padding-right: 0;
}
.link-cart {
	font-weight: normal;
}
.link-wishlist, .link-compare {
	font-weight: normal;
}
.link-reorder {
}
.link-print { /*background:url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
}
.link-rss {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_rss.gif) 0 2px no-repeat;
	padding-left: 18px;
	line-height: 14px;
	white-space: nowrap;
}
.btn-remove {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_remove.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.btn-previous {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_previous.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
#wishlist-table .btn-remove2 {
	margin-top: 8px;
}
.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_trash.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.btn-edit {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_edit.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
.cards-list dt {
	margin: 5px 0 0;
}
.cards-list .offset {
	padding: 2px 0 2px 20px;
}
.separator {
	margin: 0 3px;
}
.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	text-indent: -999em;
	overflow: hidden;
}
/* Global site notices */
.global-site-notice {
	border: 1px solid #cfcfcf;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
}
.global-site-notice .notice-inner {
	width: 860px;
	margin: 0 auto;
	padding: 12px 0 12px 80px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_notice.gif) 20px 25px no-repeat;
	text-align: left;
}
.global-site-notice .notice-inner p {
	margin: 0;
	border: 1px dotted #cccc73;
	padding: 10px;
}
.global-site-notice .notice-inner .actions {
	padding-top: 10px;
}
/* Cookie Notice */
.notice-cookie {
}
/* Noscript Notice */
.noscript {
}
/* Demo Notice */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	border: 0;
	text-align: center;
	color: #fff;
}
.demo-notice .notice-inner {
	width: auto;
	padding: 0;
	background: none;
	text-align: center;
}
.demo-notice .notice-inner p {
	padding: 0;
	border: 0;
}
/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
	float: left;
}
.header .logo {
	float: left;
	margin: 0px 0 0;
	text-decoration: none !important;
	display: block;
}
.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header h1.logo {
	margin: 0px;
}
.header .quick-access {
	float: right;
	width: 192px;
	padding: 0px 0px 0 0;
	margin: -73px 0 0;
	height: 73px;
}
.header .welcome-msg {
	float: right;
	margin: 7px 20px 0 0;
}
.header .welcome-msg a {
	color: #ebbc58;
}
.header .form-search {
	position: relative;
	float: right;
	width: 250px;
	height: 26px;
	padding: 0px;
	border-radius: 5px;
	margin: 0 10px 0 0;
	background: none repeat scroll 0 0 #EDECE7;
	padding: 5px;
}
.tm_headerlinkmenu {
	float: right;
	margin: 7px 0 0;
}
.header .form-search label {
	float: left;
	width: 24px;
	height: 21px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	display: none;
}
.header .form-search input.input-text {
	float: left;
	border: none;
	width: 205px;
	padding: 4px 5px 4px;
	-webkit-border-radius: 5px 0px 0 5px;
	-moz-border-radius: 15px 0px 0 5px;
	-khtml-border-radius: 5px 0px 0 5px;
	border-radius: 5px 0px 0 5px;
	box-shadow: none;
}
.header .form-search button.button {
	float: left;
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -226px -160px #C35D51;
	height: 26px;
	width: 34px;
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.header .form-search button.button span {
	border: 0;
	background: none;
	padding: 0 0 0 0px;
	height: 23px;
}
.header .form-search button.button span span {
	font-size: 0;
}
.header .form-search .search-autocomplete {
	z-index: 999;
	left: 40px !important;
	top: 22px !important;
}
.header .form-search .search-autocomplete ul {
	border: 1px solid #5c7989;
	background-color: #f9f5f0;
}
.header .form-search .search-autocomplete li {
	text-align: left;
	border-bottom: 1px solid #f4eee7;
	padding: 2px 8px 1px 8px;
	cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}
.header .form-search .search-autocomplete li.odd {
	background-color: #fffefb;
}
.header .form-search .search-autocomplete li.selected {
	background-color: #f7e8dd;
}
.header .form-language {
	float: right;
	margin-top: 8px;
}
.header .form-language label {
	padding-right: 5px;
}
.header .form-language select.flags option {
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.header .tm_top_currency {
	float: right;
	margin-top: 4px;
}
.header .tm_top_currency label, .header .form-language label {
	line-height: 25px;
	margin-right: 5px;
	float: right;
	display: none;
}
.form-language .sbHolder, .tm_top_currency .sbHolder {
	float: right;
}
.header .tm_top_currency .sbHolder, .header .form-language .sbHolder {
	border: none;
	border-radius: 0;
}
.header .tm_top_currency .sbOptions, .header .form-language .sbOptions {
	width: 150px !important;
	right: 0;
}
.ie7 .header .form-language {
	width: 100px;
}
.ie7 .header .tm_top_currency {
	width: 80px;
}
.header .header-cart li {
	clear: both;
	margin-bottom: 5px;
}
.ie7 .header .header-cart li {
	overflow: hidden;
}
.header .header-cart #panel {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E8E8E8;
	display: none;
	text-align: left;
	min-width: 20px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 35px;
	width: 200px;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.header .header-cart #panel .actions {
	float: right;
	margin-top: 7px;
}
.header .header-cart #panel .actions .viewcart-btn {
	margin-left: 5px;
}
.header .header-cart #panel .product-name a {
	font-size: 13px;
}
.tm_headerlinks_inner {
	display: none;
}
.header .links {
	float: right;
}
.header .links li {
	float: left;
	/*background:url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_pipe1.gif) 100% 60% no-repeat;*/
	padding: 0 1px 0 7px;
	width: 95px;
	box-sizing: border-box;
}
.header .links li a {
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	/*padding: 0px 15px;*/
	background: linear-gradient(#fefefe, #E6E6E6);
	border: 1px solid #a8a8a8;
	border-radius: 2px;
	font-family: "PT Sans";
	font-weight: normal;
	color: #2F3436;
	font-size: 11.36px;
	text-align: center;
}
.header .links li a:hover {
	background: #97ca3d;
	color: white;
}
.header .links li.first a {
	padding-left: 22px;
}
.header .links li.first a:before {
	padding-left: 24px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/sign_up_icon.png) no-repeat left -5px center;
	content: '';
	height: 22px;
	display: inherit;
	margin-left: -22px;
	position: absolute;
}
.header-container .top-container {
	clear: both;
	padding: 5px 10px 0 12px;
	text-align: right;
}
.header-cart {
	float: right;
	background: #1F5168;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
.ie7 .header-cart {
	width: 130px;
}
.cart_mini_right {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/top_cart.png") no-repeat scroll right center transparent;
	padding: 6px 35px 7px 10px;
	cursor: pointer;
	color: #fff;
	overflow: hidden;
	margin-right: 10px;
}
.cart_qty {
	float: right;
}
.header-cart .right_arrow {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-down-resp.png") no-repeat scroll center center transparent;
	margin: 5px 6px 0 0px;
	vertical-align: middle;
	float: left;
	width: 10px;
	height: 15px;
}
.ie7 .header-cart .right_arrow {
	display: inline
}
.header-cart .active .right_arrow {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-up-resp.png") no-repeat scroll center center transparent;
}
.headertoggle_img {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -76px -123px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 40px;
}
/********** < Navigation */
.advanced_nav {
	display: none;
}
.nav-inner #nav, .nav-responsive {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 45px;
	/*float: left;*/
	box-sizing: border-box;
}
.nav-responsive {
	background: #2868e2;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
}
#nav li.over {
	z-index: 998;
}
#nav a, #nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
	font: 14px "PT Sans";
	color: #003764;
}
.expandable.lastExpandable {
	padding: 0px !important;
}
#nav a:hover, #nav > li:hover > a, #nav li.active > a, .custom_menu:hover a, .cms-home .home_link a, div.menu a:hover, div.act .parentMenu > a, div.active .parentMenu > a {
	color: #0100c6;
}
#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
#nav li ul span {
	white-space: normal;
	text-transform: none !important;
}
#nav ul li.parent a {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav ul li.parent li a {
	background-image: none;
}
/* 0 Level */
#nav li {
	float: left;
	box-sizing: border-box;
}
#nav li.level0 {
	padding-top: 53px !important;
	border-top: 20px solid transparent;
}
#nav li.level0:first-child {
	/*border-color: #2868e2;*/
}
#nav li.level0:hover {
	color: #0E57A1;
	box-shadow: 1px 1px 4px -2px #E5E5E5;
	background-color: #DCDCDC;
}
#nav li.level0.active {
/*border-color: #0e57a1;*/
}
#nav a, .nav-responsive span {
	float: left;
}
.nav-inner #nav li.level-top > a {
	padding: 0 16px 9px 0;
	margin-top: -27px;
}
.nav-inner #nav li.first > a {
	background-image: none;
}
#nav a, .nav-responsive span, div.menu a, div.magenmagic-advanced-menu-popup a {
	padding: 12px 16px 11px;
	color: #003764;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;/*background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/menu_separator.jpg") no-repeat left center transparent;*/
}
.nav-responsive span {
	color: #fff;
	font-weight: bold
}
#nav li.over a, #nav a:hover, div.menu a:hover, div.menu.active a {
	color: #0100c6;
	box-shadow: 1px 1px 4px -2px #e5e5e5;
	background-color: #DCDCDC;
}
/* 1st Level */
#nav ul li, #nav ul li.active {
	float: none;
	margin: 0 0 5px 0;
}
#nav ul li.last {
	padding-bottom: 0;
}
#nav ul a, #nav ul a:hover {
	float: none;
	padding: 0;
	background: none;
}
#nav ul li a {
	font-weight: normal !important;
}
/* 2nd Level */
#nav ul, .responsive-menu #nav-mobile {
	background: none repeat scroll 0 0 #FFFFFF;
}
#nav ul, #nav div {
	position: absolute;
	width: 15em;
	top: 63px;
	padding: 0;
	z-index: 999;
	background: #dcdcdc;
	border: none;
	display: none;
	box-shadow: 1px 1px 4px -2px #e5e5e5;
}
#nav ul.level1 {
	display: none;
	position: absolute;
}
#nav .shown-sub {
	display: block !important;
	position: absolute !important;
}
#nav div ul {
	position: static;
	width: auto;
	border: none;
}
/* 3rd+ Level */
#nav ul ul, #nav ul div {
	top: 0;
}
#nav li.first > ul {
}
#nav ul li a {
}
#nav ul li a:hover, #nav > li ul > li:hover > a, .responsive-menu a:hover {
	background: #236be1;
	color: #fff !important;
}
#nav ul li a, .responsive-menu a {
	color: #0100c6 !important;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: "PT Sans";
	text-transform: capitalize;
}
#nav ul span, #nav ul li.last li span, .responsive-menu li a {
	padding: 5px 8px;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left: 0;
	z-index: 999;
	margin-top: -10px;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left: 210px;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
	margin: 0 0 10px;
}
.sidebar .block-side-nav-container .block-title {
	filter: none;
}
.block .block-title {
	padding: 8px 11px;
	color: #fff;
	text-transform: capitalize;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #2868e2; /* Old browsers */
/*background: -moz-linear-gradient(top, #41819f 0%, #1f5168 100%); *//* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41819f), color-stop(100%,#1f5168)); *//* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #41819f 0%,#1f5168 100%); *//* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #41819f 0%,#1f5168 100%); *//* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #41819f 0%,#1f5168 100%); *//* IE10+ */
/*background: linear-gradient(to bottom, #41819f 0%,#1f5168 100%); *//* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41819f', endColorstr='#1f5168', GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}
.block .block-title strong {
	display: block;
	min-height: 16px;
	padding: 1px 0 1px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	font-family: "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}
.block .block-title strong span {
}
.block .block-title a {
	text-decoration: none !important;
}
.block .block-subtitle {
	margin: 0;
	padding: 5px 0px;
	font-weight: normal;
}
.block .block-content {
	/*	position:relative;*/
	background: #f3f2ed;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
!important;
	-webkit-border-radius: 0 0 5px 5px;
!important;
	border: 1px solid #E6E6E6;
	border-top: 0;
	padding: 5px 11px 10px;
}
.sidebar .block-side-nav-container .block-content {
	background: #2868e2;
	border: 0;
}
.block .block-content li {
	padding: 2px 0;
}
.block .block-content li a {
	text-decoration: none;
	color: #0100c6;
}
.block .block-content li a:hover {
	color: #4ebc4c;
}
.block .block-content li .product-name a {
}
.sidebar .block-compare .block-content li.item, .sidebar .block-cart .block-content li:last-child {
	border-bottom: none;
}
.block .block-content li.item {
	padding: 4px 0px;
	border-bottom: 1px solid #DDDDDD;
}
.block .block-content li.last {
	border: medium none;
}
.block .block-content .product-name {
	color: #555555;
	word-break: break-all;
}
.block .btn-remove, .block .btn-edit, #panel .btn-edit, #panel .btn-remove {
	float: right;
	margin: 7px 0 2px 5px;
}
.block .actions {
	padding: 5px 0px;
	text-align: right;
}
.block .actions a {
	float: left;
}
.block .actions button.button {
	float: left;
}
.block .empty {
	margin: 0;
	padding: 5px 0px;
}
/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Blocks */
/*.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }*/

/* Mini Products List */
.mini-products-list .product-image {
	float: left;
	width: 50px;
	border: 1px solid #e7e7e7;
	margin: 8px 0 10px;
	transition-duration: 500ms;
	-moz-transform-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}
.mini-products-list .product-image:hover {
	border: 1px solid #ddd;
}
.mini-products-list .product-details {
	margin-left: 60px;
}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
	word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
	white-space: normal !important;
}
/* Block: Account */
.block-account .block-content li.current {
	padding: 4px 0 !important;
}
.block-account .block-content li.current strong {
	font-weight: normal;
	color: #4ebc4c;
}
/* Block: Currency Switcher */
.block-currency {
}
.block-currency .block-title {
}
.block-currency .block-title strong {
}
.block-currency .block-content {
}
.block-currency .block-content select {
}
/* Block: Category Navigation */
.sidebar #category-treeview li a {
	color: #fff;
}
.sidebar #category-treeview li a:hover {
	color: #4ebc4c;
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/subcat_arrow_hover.png") no-repeat scroll 3px center transparent;
}
#category-treeview li a, .block-account .block-content li a, #recently-viewed-items a, .block-brand-nav li a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: #777;
	margin-bottom: 0;
	font-size: 14px;
}
.ie7 #category-treeview li {
	display: inline
}
.block-brand-nav .sbHolder li a, .block-brand-nav .sbHolder li a:hover {
	background: none;
	padding-left: 6px;
}
#category-treeview li, .block-account .block-content li, #recently-viewed-items li, .block-brand-nav li {
	padding: 0 !important;
	border-bottom: medium none;
}
#category-treeview li a:hover, .block-account .block-content li a:hover, .block-account .block-content li.current,  #recently-viewed-items a:hover, .block-brand-nav li a:hover {
	color: #97ca3d;
}
#category-treeview li ul ul {
	margin-left: 12px;
}
#category-treeview li ul {
	margin-left: 0px;
}
#category-treeview li ul a {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/subcat_arrow.png") no-repeat scroll 3px center transparent;
	padding-left: 12px;
}
#category-treeview li ul a:hover {
}
#category-treeview li.last a, .block-account .block-content li.last a, #recently-viewed-items li.last a, .block-brand-nav li:last-child a {
	border-bottom: none;
}
#category-treeview .hitarea {
	background: none;
	height: 16px;
	width: 16px;
	float: right;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 6px;
}
#category-treeview .expandable .collapsable-hitarea {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -237px -127px transparent;
}
#category-treeview .expandable-hitarea {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -208px -127px transparent;
}
#category-treeview .collapsable-hitarea {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -237px -127px transparent;
}
/* Block: Layered Navigation */
.block-layered-nav {
}
.block-layered-nav .block-title {
}
.block-layered-nav .block-subtitle {
	line-height: 1.35;
	background: #d5e8ff;
	padding: 3px 9px;
	border: 1px solid #b9ccdd;
	border-width: 1px 0;
	text-transform: uppercase;
	display: none;
}
.block-layered-nav .block-content {
}
.block-layered-nav dt {
	font-weight: normal;
	padding: 0 0px 0px;
	text-transform: capitalize;
	font-size: 14px;
}
.block-layered-nav dd {
	padding: 5px 0px;
}
.block-layered-nav a {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/subcat_arrow1.png") no-repeat scroll 3px center transparent;
	padding-left: 12px;
}
.block-layered-nav a:hover {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/subcat_arrow_hover.png") no-repeat scroll 3px center transparent;
}
.block-layered-nav dd.last {
	background: none;
}
.block-layered-nav .currently li {
	background: #eeeeee;
	padding: 4px 20px 4px 10px;
	position: relative;
	z-index: 1;
	line-height: 1.5;
}
.block-layered-nav .currently .label {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.block-layered-nav .currently .value {
	display: inline-block;
	vertical-align: top;
}
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
	position: absolute;
	right: 0px;
	top: 9px;
	margin: 0;
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_remove.gif") no-repeat scroll 0 0 transparent;
}
.block-layered-nav .currently .btn-previous {
	right: 17px;
}
.block-layered-nav .actions {
	font-size: 11px;
	padding: 4px 5px 4px 9px;
	text-align: right;
}
.block-layered-nav .actions a {
	float: none;
	background: none;
}
/* Block: Cart */
.sidebar .block-cart .block-title {
	/* 	background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/block_3dline.jpg") repeat-x bottom #C35D51; */

	background: #dc776b; /* Old browsers */
	background: -moz-linear-gradient(top, #dc776b 0%, #c35d51 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc776b), color-stop(100%, #c35d51)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dc776b 0%, #c35d51 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dc776b 0%, #c35d51 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dc776b 0%, #c35d51 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dc776b 0%, #c35d51 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc776b', endColorstr='#c35d51', GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}
/*.sidebar .block-cart .block-content{
	background:#C35D51;
	border:none;
	color:#fff;
}*/
/*.sidebar .block-cart .product-name a{color:#fff;}
.sidebar .block-cart .block-content li a{color:#fff;}*/
.block-cart .block-title { /*border-bottom:0;*/
}
.block-cart .block-title strong {
}
.block-cart .summary {
	padding: 2px 8px;
	margin: -1px 0 0;
	position: relative;
	z-index: 1;
}
.block-cart .amount {
	margin: 0;
}
.block-cart .amount a {
	font-weight: normal;
}
.block-cart .subtotal {
	margin: 5px 0 0;
	padding: 2px 0;
	text-align: center;
}
.block-cart .subtotal .price {
	font-weight: bold;
}
.block-cart .actions {
}
.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 8px 0;
}
/* Block: Wishlist */
.block-wishlist .block-title strong {
}
.block-wishlist .actions {
	text-align: right;
}
.block-wishlist .actions a, .block-related .actions a {
	float: none;
	text-decoration: underline;
}
.block-wishlist .actions a:hover, .block-related .actions a:hover {
	float: none;
	text-decoration: none;
}
#wishlist-table .add-to-cart-alt .input-text {
	margin-bottom: 8px;
}
/* Block: Related */
.block-related .block-title strong {
}
.block-related input.checkbox {
	float: left;
}
.block-related .tm-checkbox .tm-hide {
	opacity: 1;
}
.block-related .product {
	margin-left: 0px;
}
.block-related li {
	position: relative;
}
.block-related .tm-checkbox {
	left: 1px;
	position: absolute;
	top: 12px;
}
/* Block: Compare Products */
.block-compare .block-title strong {
}
.block-compare button.button span {
}
.page-popup .link-print {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
	font-weight: bold;
	color: #1e7ec8;
}
.compare-table {
	border: 0;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
	border: 0;
	background: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.compare-table .btn-remove {
	float: right;
	background-image: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_remove2.gif);
	width: 72px;
	height: 15px;
}
.compare-table tbody th {
}
.compare-table tbody th, .compare-table tbody td {
	padding: 10px;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.compare-table tbody td.last {
	border-right: 1px solid #ccc;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
	border-bottom: 1px solid #ccc !important;
}
.compare-table tr.add-to-row td {
	text-align: center;
}
.compare-table tr.first td {
	text-align: center;
}
.compare-table tr.first td .product-name {
}
.compare-table tr.first td .product-name a {
}
.compare-table tr.first td .ratings {
	width: 69px;
	margin: 0 auto;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p {
	margin: 0;
}
/* Block: Recently Viewed */
.block-viewed .block-title strong {
}
/* Block: Recently Compared */
.block-compared .block-title strong {
}
/* Block: Poll */
.block-poll .block-title strong {
}
.block-poll .block-subtitle {
}
.block-poll label {
	color: #777;
}
.block-poll input.radio {
}
.block-poll .label {
	margin-left: 3px;
}
.block-poll li {
	padding: 3px 9px;
}
.block-poll .actions {
	margin: 5px 0 0;
}
.block-poll button.button span {
}
.block-poll .answer {
	font-weight: bold;
}
.block-poll .votes {
	float: right;
	margin-left: 10px;
}
/* Block: Orders and Returns */
.block-gr-search li {
	padding: 3px 9px;
}
.block-gr-search button.button span {
}
/* Block: Tags */
.block-tags .block-title strong {
}
.block-tags .block-content .tags-list {
	background: none;
	border: 0;
	font-size: 12px;
}
.block-tags .block-content a {
}
.block-tags .actions {
	text-align: right;
}
.block-tags .actions a {
	float: none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
}
.block-subscribe .block-title strong {
}
.block-subscribe label {
	font-weight: normal;
}
.block-subscribe input.input-text {
	display: block;
	width: 139px;
	margin: 3px 0 5px;
	float: left;
	border-radius: 3px 0 0 3px;
	box-shadow: none;
	padding: 5px 5px;
}
.block-subscribe .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
	text-align: left;
}
.block-subscribe .actions button.button {
}
.block-subscribe .actions button.button span {
	border-radius: 0px 3px 3px 0px;
	padding: 6px 7px 6px;
}
.block-subscribe .actions button.button span span {
	padding: 0;
}
/* Block: Reorder */
.block-reorder .block-title strong {
}
.block-reorder input.checkbox {
	float: left;
	margin: 2px -20px 0 0;
}
.block-reorder .product-name {
	margin-left: 0px;
	display: inline;
}
.block-reorder .validation-advice {
	margin: 3px 9px 7px;
}
/* Block: Banner */
.block-banner {
	border: 0;
}
.block-banner .block-content {
	padding: 0;
	text-align: center;
}
/* Block: Login */

.block-login .block-content {
	padding: 5px 10px;
}
.block-login label {
	font-weight: bold;
	color: #666;
}
.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}
.block-login .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
}
.block-login .actions button.button span {
	border-color: #406a83;
	background: #09529F;
}
/* Paypal */
.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}
.sidebar .paypal-logo a {
	float: none;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
	border: 0 none;
	margin: 0 0 10px;
	padding: 0;
}
.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
.category-image img {
}
.category-description {
	margin: 0 auto 10px;
	max-width: 600px
}
.category-products {
}
.category-title h2 a {
	padding: 0 !important;
	border: none !important;
}
.category-title h2, .category-title h2 a {
	color: #1f5168;
	font-size: 14px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
h2.product-name {
	background: none;
	padding: 0 !important;
	border-bottom: none !important;
	text-align: left;
}
/* View Type: Grid */
/*.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }*/
.products-grid {
	width: 100%;
}
.products-grid li.item, .col-main .slider-item {
	float: left;
	width: 250px;
	padding: 0;
	list-style: none;
}
.products-grid li.first_item_tm {
}
.products-grid li.last_item_tm {
}
.products-grid li .product-block {
	background: none repeat scroll 0 0 #FFFFFF;
	min-width: 244px;
	border: 1px solid #E8E8E8;
	clear: both;
	margin: 5px 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.products-grid img {
	padding: 5px;
}
.products-grid li .product-block-inner {
	overflow: hidden;
	padding: 0px 0px;
	/*position: relative;*/
	text-align: center;
}
.product-block a.product-image {
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 0;
}
a.product-image {
	display: block;
	margin: 0 0 10px;
}
.products-grid .product-name {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
}
.products-grid .product-name a {
}
.products-grid .price-box {
	margin: 3px 0 0 0;
}
.products-grid .availability {
	line-height: 21px;
}
.product-carousel .product-block {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E8E8E8;
	clear: both;
	margin: 5px 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.product-carousel .product-block-inner {
	overflow: hidden;
	padding: 0px 0px;
	position: relative;
	text-align: center;
}
.product-block-inner .new-label {
	display: block;
	padding: 0px 6px;
	position: absolute;
	top: 5px;
	right: -40px;
	text-align: center;
	text-transform: uppercase;
	background-color: #1F5168;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	transition-duration: 800ms;
	-moz-transform-duration: 800ms;
	-o-transition-duration: 800ms;
	-webkit-transition-duration: 800ms;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.products-grid li.item:hover .new-label, .product-carousel .slider-item:hover .new-label {
	right: 5px;
	opacity: 1;
	transition-duration: 800ms;
	-moz-transform-duration: 800ms;
	-o-transition-duration: 800ms;
	-webkit-transition-duration: 800ms;
}
.product-block-inner .sale-label {
	display: block;
	padding: 0px 6px;
	position: absolute;
	top: 222px;
	left: -40px;
	text-align: center;
	text-transform: uppercase;
	background-color: #C35D51;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	transition-duration: 800ms;
	-moz-transform-duration: 800ms;
	-o-transition-duration: 800ms;
	-webkit-transition-duration: 800ms;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.products-grid li.item:hover .sale-label, .product-carousel .slider-item:hover .sale-label {
	left: 5px;
	opacity: 1;
	transition-duration: 800ms;
	-moz-transform-duration: 800ms;
	-o-transition-duration: 800ms;
	-webkit-transition-duration: 800ms;
}
.products-list li .list-left .new-label {
	display: block;
	padding: 0px 6px;
	position: absolute;
	top: 0px;
	right: -40px;
	text-align: center;
	text-transform: uppercase;
	background-color: #1F5168;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	transition-duration: 500ms;
	-moz-transform-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.products-list li .list-left .sale-label {
	display: block;
	padding: 0px 6px;
	position: absolute;
	top: 228px;
	left: -40px;
	text-align: center;
	text-transform: uppercase;
	background-color: #C35D51;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	transition-duration: 500ms;
	-moz-transform-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.products-list li.item:hover .new-label {
	right: 5px;
	opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
}
.products-list li.item:hover .sale-label {
	left: 5px;
	opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
}
/* View Type: List */
.products-list li.item {   /*border: 1px solid #e7e7e7;*/
	margin-bottom: 10px;
	padding: 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.products-list li .list-left {
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}
.products-list li .list-center {
	width: 513px;
	float: left;
}
.products-list li .list-right {
	overflow: hidden;
	width: 240px;
	float: left;
}
.products-list li.item.last {
}
.products-list .product-image {
	float: left;
	margin: 0 0 10px;
}
.products-list .product-shop {
}
.products-list .product-name {
	margin: 0 0 5px;
	font-weight: normal;
	color: #09529F;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "PT Sans Caption"
}
.products-list .product-name a {
	color: #0e57a1;
	font-size: 18px;
}
.products-list .price-box {      /*float: left;*/
	margin: 2px 10px 10px 0;
}
.products-list .availability {
	margin: 3px 0 0;
}
.products-list .desc {
	clear: both;
	padding: 0px 0 0;
	margin: 0 0 0px;
	font-size: 16px;
}
.products-list .desc .link-learn {
	font-size: 11px;
}
.products-list .add-to-links {
	clear: both;
	margin: 8px 0;
}
.products-list .add-to-links li {
	display: inline;
}
.products-list .add-to-links .separator {
	display: inline;
	margin: 0 5px;
}
.products-list li .ratings .rating-box {
	float: left;
	margin: 2px 10px 0 0;
}
/* ======================================================================================= */


/* Product View ========================================================================== */

/********************** Product View Tabs */
.product-view .tabs {
	margin: 15px 0px 0 0;
	overflow: hidden;
	zoom: 1;
}
.product-view .tabs li {
	float: left;
	line-height: 1em;
	background: #B8B8B8;
	margin-right: 3px;
	border-radius: 5px 5px 0 0;
}
.product-view .tabs li.first {
	border-left: 0;
}
.product-view .tabs li.last {
	border-right: 0;
}
.product-view .tabs a {
	display: block;
	padding: 15px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	transition-duration: 500ms;
	-moz-transform-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}
.product-view .tabs a:hover {
	background-color: #09529F;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
}
.product-view .tabs li.active a, .product-view .tabs li.active a:hover {
	background: #09529F;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.customer-account-forgotpassword .buttons-set button.button {
	float: left !important;
}
#product_tabs_tags_tabbed_contents.input-box input {
	width: 300px;
}
#product_tabs_tags_tabbed_contents .input-box {
	float: left;
	margin-bottom: 6px;
}
#product_tabs_related_tabbed_contents li .product-images SPAN {
}
#product_tabs_related_tabbed_contents ol {
	clear: both;
}
.product-collateral:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
	zoom: 1
}
.product-collateral .padder {
	border-top: 2px solid #B8B8B8;
	padding: 15px 10px;
	background: #FFF;
	margin-top: -2px;
}
#product_tabs_description_tabbed_contents h2, #product_tabs_related_tabbed_contents .block-title {
	display: none;
}
.padder h6 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	display: none;
	background: #B8B8B8;
}
/* Rating */
.no-rating {
	margin: 0 0 10px;
}
.ratings {
	line-height: 1.25;
	margin: 7px 0;
}
.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}
.ratings .rating-links {
	margin: 0;
	display: none;
}
.ratings .rating-links .separator {
	margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
#customer-reviews .rating-box {
	margin: 5px 0px 5px 10px;
}
.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_rating.gif) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}
.rating-box .rating {
	float: left;
	height: 13px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	margin-right: 5px;
	display: inline-block;
}
.product-block .ratings .rating-box {
	float: left;
	margin: 2px 0 0;
}
.product-shop .ratings .rating-box {
	margin: 5px 0;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}
.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}
/* Availability */
.availability {
	margin: 0;
}
.availability span {
	font-weight: bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
	color: #d83820;
}
.availability-only {
	margin: 10px 0 7px;
	line-height: 25px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/availability.png) 0 3px no-repeat;
	padding-left: 30px;
}
.availability-only span, .availability-only a {
}
.availability-only a {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px;
	text-decoration: none;
}
.availability-only .expanded {
	background-position: 100% -15px;
}
.availability-only strong {
	color: #be2c00;
}
.availability-only-details {
	margin: 0 0 7px;
}
.availability-only-details th {
	background: #d2d6d9;
	font-size: 10px;
	padding: 0 8px;
}
.availability-only-details td {
	background: #ebf0f3;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
	color: #d95e00;
	font-weight: bold;
}
.product-view .product-shop .availability {
}
.product-view .product-shop .availability span {
	color: #1F5168;
	font-weight: bold;
}
/* Email to a Friend */
.email-friend {
	margin: 0;
}
/* Alerts */
.alert-price {
	margin: 0;
	font-size: 11px;
}
.alert-stock {
	margin: 0;
	font-size: 11px;
}
/********** < Product Prices */

.block-layered-nav .price {
	color: #777;
}
.price {
	white-space: nowrap !important;
	color: ##0100c6;
}
.cart_mini_right .price {
	display: none;
}
.product-block .price-box {/*float:left;text-align:left;*/
}
.sidebar .price-box {
	margin: 5px 0;
}
.price-box {
	margin: 1px 0;
}
.price-box .price {
	font-weight: normal;
	color: #1F5168;
	font-size: 16px;
}
.minimal-price .price {
	float: left;
	clear: both;
}
.sidebar .price-box .price {
	font-size: 14px;
}
/* Regular price */
.regular-price {
	color: #c76200;
}
.regular-price .price {
	font-size: 17px;
	font-weight: normal;
	color: #1f5168;
}
.block .regular-price, .block .regular-price .price {
}
/* Old price */
.product-block .old-price {
	float: left;
	color: #C35D51;
}
.box-up-sell .product-block .old-price, .box-up-sell .product-block .special-price {
	float: none;
}
.box-up-sell .product-block .old-price {
	margin-right: 5px;
}
.price-box .old-price {
	color: #C35D51;
	font-size: 14px;
}
.old-price {
	margin: 0;
	text-decoration: line-through;
}
.old-price .price-label {
	white-space: nowrap;
	color: #999;
}
.old-price .price {
	font-weight: normal;
	color: #c76200;
	font-size: 14px;
	text-decoration: line-through;
}
/* Special price */
.product-block .special-price {
	float: left;
	clear: both;
	padding: 0;
	font-size: 16px;
}
.special-price {
	margin: 0;
	padding: 3px 0;
}
.special-price .price-label {
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	color: #cd5033;
}
.special-price .price {
	font-size: 15px;
	font-weight: normal;
	color: #c76200;
}
/* Minimal price (as low as) */
.minimal-price {
	margin: 0;

}
.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
	float: left;
}
.products-list li.item .minimal-price-link {
	margin: 0 0 5px 0;
}
.minimal-price-link {
	display: block;
	margin: 0px 0 5px;
	text-align: left;
}
.minimal-price-link .label {
	color: #1F5168;
}
.minimal-price-link .price {
	font-weight: normal;
	color: #1F5168;
	font-size: 13px;
}
/* Excluding tax */
.price-excluding-tax {
	display: block;
	color: #999;
}
.price-excluding-tax .label {
	white-space: nowrap;
	color: #999;
}
.price-excluding-tax .price {
	font-size: 13px;
	font-weight: normal;
	color: #c76200;
}
/* Including tax */
.price-including-tax {
	display: block;
	color: #999;
}
.price-including-tax .label {
	white-space: nowrap;
	color: #999;
}
.price-including-tax .price {
	font-size: 13px;
	font-weight: bold;
	color: #c76200;
}
/* Configured price */
.configured-price {
	margin: 0;
}
.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.configured-price .price {
	font-weight: bold;
}
/* FPT */
.weee {
	display: block;
	font-size: 11px;
	color: #444;
}
.weee .price {
	font-size: 11px;
	font-weight: normal;
}
/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}
.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price {
	display: block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price {
	display: block;
	font-weight: bold;
}
/* Price range */
.price-from {
	margin: 0 !important;
}
.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.product-block .price-from .price-label {
	float: left;
	font-size: 13px;
}
.price-to {
	margin: 0;
}
.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
	font-size: 13px;
}
.product-block .price-to .price-label {
	float: left;
}
/* Price notice next to the options */
.price-notice {
	padding-left: 10px;
	color: #999;
}
.price-notice .price {
	font-weight: bold;
}
/* Price as configured */
.price-as-configured {
	margin: 0;
}
.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-box-bundle {
	padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}
/********** Product Prices > */

/* Tier Prices */
.product-pricing, .tier-prices {
	margin: 10px 0;
	padding: 10px 0;
}
.tier-prices li {
	line-height: 1.4;
	padding: 2px 0 2px 0px;
}
.tier-prices .benefit {
	font-style: italic;
	font-weight: bold;
}
.tier-prices .price {
	font-weight: bold;
}
.tier-prices-grouped li {
	padding: 2px 0;
	color: #e26703;
}
.tier-prices-grouped li .price {
	font-weight: bold;
}
/* Add to Links */
.add-to-links {
	margin: 5px 0 0;
	font-size: 12px;
}
.product-block .add-to-links {
	float: left;
	clear: both;
}
.add-to-links li {
	list-style: none;
}
.add-to-links .separator {
	display: none;
}
.add-to-links li a.link-wishlist {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite_info.png") no-repeat 0 2px;
	padding-left: 15px;
}
.add-to-links li a.link-compare {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite_info.png") no-repeat 0 -44px;
	padding-left: 15px;
}
.add-to-links li a.link-wishlist:hover {
	background-position: 0 -22px;
}
.add-to-links li a.link-compare:hover {
	background-position: 0 -68px;
}
/* Add to Cart */
.add-to-cart label {
	float: left;
	margin-right: 5px;
	font-weight: normal;
	color: #666;
	margin-top: 5px;
}
.add-to-cart .qty {
	float: left;
	margin-right: 5px;
}
.add-to-cart button.button {
	float: left;
}
.add-to-cart .paypal-logo {
	clear: left;
	margin: 0;
	text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
	margin: 0;
}
/* Add to Links + Add to Cart */
.add-to-box {
	margin: 10px 0;
}
.add-to-box .add-to-cart {
}
.add-to-box .or {
	float: left;
	font-weight: bold;
	margin: 0 7px;
	color: #666;
}
.add-to-box .add-to-links {
	float: left;
	margin: 0;
	text-align: left;
}
.add-to-box .add-to-links li {
	margin-right: 10px;
}
.add-to-box .add-to-links li .separator {
	display: none !important;
}
.product-view {
}
.product-essential h2 {
	display: none;
}
.product-collateral {
}
.product-collateral h2, .related-products .block-subtitle, .box-tags h3 {
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #dedede;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.product-collateral .box-collateral {
	margin: 0 0 25px;
}
.related-products .block-subtitle {
	margin-top: 10px;
}
/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 302px;
	margin-right: 15px;
}
.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}
.product-view .product-img-box .product-image {
	margin: 0 0 13px;
	border: 1px solid #e7e7e7;
	position: relative;
	z-index: 5;
}
.product-view .product-img-box .product-image #wrap {
}
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
	z-index: 9;
	border: 1px solid #DBDEE1;
}
.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.product-view .product-img-box .zoom-notice {
	font-size: 11px;
	margin: 0 0 5px;
	text-align: center;
}
.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity: .3;
}
.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}
.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}
.product-view .product-img-box .more-views h2 {
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.product-view .product-img-box .more-views ul {
	margin-left: -9px
}
.product-view .product-img-box .more-views li {
	float: left;
	margin: 0 0 8px 9px;
}
.product-view .product-img-box .more-views li a {
	float: left;
	width: 56px;
	height: 56px;
	border: 2px solid #ddd;
	overflow: hidden;
}
.product-image-popup {
	margin: 0 auto;
}
.product-image-popup .buttons-set {
	float: right;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.product-image-popup .nav {
	font-weight: bold;
	margin: 0 100px;
	text-align: center;
}
.product-image-popup .image {
	display: block;
	margin: 10px 0;
}
.product-image-popup .image-label {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 438px;
}
.col1-layout .product-view .product-shop {
	float: right;
	width: 663px;
}
.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}
.product-view .product-shop .product-name {
	margin: 0 0 5px;
}
.product-view .product-shop .product-name h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.product-view .product-shop .availability {
	float: right;
	margin: 0 0 10px;
	text-align: right;
}
.product-view .product-shop .short-description {
	margin: 10px 0;
}
.product-view .product-shop .price-box {
	margin: 10px 0 10px;
}
.product-view .product-shop .price-box .price {
	font-size: 18px;
}
.product-view .product-shop .add-to-links {
	margin: 0px 0;
	font-size: 13px;
}
.product-view .product-shop .add-to-links li {
	display: inline;
}
.product-view .product-shop .add-to-links li .separator {
	display: none;
}
.product-view .product-shop .add-to-links a.link-wishlist {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -5px -412px transparent;
	padding-left: 27px;
	margin-right: 5px;
}
.product-view .product-shop .add-to-links a.link-wishlist:hover {
	background-position: -220px -412px;
}
.product-view .product-shop .add-to-links a.link-compare {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -5px -450px transparent;
	padding-left: 27px;
}
.product-view .product-shop .add-to-links a.link-compare:hover {
	background-position: -220px -450px;
}
.product-view .product-shop .ratings .rating-links {
	display: block;
}
.email-addto-box {
	margin-bottom: 10px;
}
.email-addto-box .email-friend {
	float: left;
	margin-right: 5px;
}
.email-addto-box .email-friend a {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -5px -379px transparent;
	padding-left: 27px;
}
.email-addto-box .email-friend a:hover {
	background-position: -220px -379px;
}
#prev-next-links {
	float: right;
	margin-top: -25px;
	width: 60px;
}
#prev-next-links a {
	height: 30px;
	width: 30px;
	display: block;
	margin-bottom: 0;
	text-decoration: none;
	transition-duration: 300ms;
	-moz-transform-duration: 300ms;
	-o-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
}
#prev-next-links a#link-previous-product {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -125px -29px transparent;
	float: left;
}
#prev-next-links a#link-next-product {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -164px -29px transparent;
	float: right;
}
#prev-next-links a#link-previous-product:hover {
	background-position: -125px 3px;
}
#prev-next-links a#link-next-product:hover {
	background-position: -164px 3px;
}
/* Product Options */
.product-options {
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	z-index: 2;
}
.product-options dt {
	padding: 10px 0 0;
	font-weight: normal;
}
.product-options dt label {
	font-weight: normal;
}
.product-options dt label.required em {
	color: #DD4B39;
	margin-right: 5px;
}
.product-options dd .qty-holder {
	display: block;
	padding: 10px 0 0;
}
.product-options dd .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
}
.product-options dd {
	padding: 5px 0px 10px;
	margin: 0 0 5px;
}
.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd input.datetime-picker {
	width: 150px;
}
.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}
.product-options dd textarea {
	width: 98%;
	height: 8em;
}
.product-options dd select {
	width: 100%;
}
.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px;
}
.product-options ul.options-list {
	margin-right: 5px;
}
.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}
.product-options ul.options-list input.radio {
	margin-top: 3px;
	margin-right: 9px;
}
.product-options ul.options-list input.checkbox {
	margin-top: 3px;
	float: left;
}
.product-options ul.options-list .label {
	display: inline;
}
.product-options ul.options-list label {
	font-weight: normal;
}
.product-options ul.validation-failed {
	padding: 0 7px;
}
.product-options p.note {
	margin: 0;
	font-size: 11px;
}
.product-options p.required {
	position: absolute;
	right: 0px;
	top: 0px;
}
.product-options-bottom {
	padding: 10px 0px;
}
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
	color: #e26703;
}
.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
	color: #e26703;
}
.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}
.product-options-bottom .add-to-links {
	clear: both;
	padding: 5px 0 0;
	text-align: right;
}
.col3-layout .product-options-bottom .price-box {
	float: none;
	padding: 0 0 5px;
}
.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}
.product-options-bottom .price-tax {
	float: left;
}
.product-options-bottom .add-to-cart {
	float: left;
	margin: 10px 0;
}
.product-shop .product-options-bottom {
	margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
	float: none;
	margin: 0 0 5px;
	display: none;
}
.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
	float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
	float: left;
	padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
	padding: 5px 0 0;
	text-align: left;
	display: none;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0;
}
/* Block: Description */
.product-view .box-description {
}
/* Block: Additional */
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
	line-height: 1.25;
}
/* Block: Upsell */
/*.product-view .box-up-sell h2 {  padding:0 0 10px; margin:0 0 8px; }
*/
.product-view .box-up-sell .products-grid .product-image {
	text-align: center;
}
.product-view .box-up-sell .products-grid .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}
/* Block: Tags */
.product-view .box-tags {
	margin: 0;
}
.product-view .box-tags h3 {
}
.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
	display: inline;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_pipe1.gif) 100% 4px no-repeat;
	padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
	padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
	background: none;
	padding-right: 0;
}
.product-view .box-tags .form-add label {
	display: block;
	margin: 0 0 5px;
}
.product-view .box-tags .form-add .input-box {
	float: left;
}
.product-view .box-tags .form-add input.input-text {
	width: 300px;
	margin-right: 5px;
}
.product-view .box-tags .form-add button.button span {
}
.product-view .box-tags .note {
	margin: 3px 0 0;
	padding: 0 0 0px;
	font-size: 12px;
}
/* Block: Reviews */
.product-view .box-reviews dl {
	margin: 15px 0;
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
	font-weight: bold;
}
.product-view .box-reviews dd {
	margin: 0 0 15px;
}
.product-view .box-reviews dd small {
	font-style: italic;
}
.product-view .box-reviews .form-add {
	margin: 15px 0 0;
}
.product-view .box-reviews .form-add h3 {
	font-size: 13px;
	font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
	font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
	font-size: 12px;
}
.product-view #product-review-table {
	max-width: 180px;
	margin: 15px 0;
}
.product-view #product_tabs_review_tabbed_contents .form-list .input-box {
	max-width: 500px;
	width: 100%;
}
.product-view #product_tabs_review_tabbed_contents .form-list textarea {
	width: 95%;
}
.product-view .box-reviews .form-add .data-table td {
	text-align: center;
}
.product-view .box-reviews .form-add .form-list {
	margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
	width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	width: 354px;
}
/* Send a Friend */
.send-friend .form-list {
	width: 100%;
	overflow: hidden;
}
.send-friend .form-list li {
	margin-right: -15px;
}
.send-friend .form-list li p {
	margin: 0 15px 0 0;
}
.send-friend .form-list .field {
	width: 315px;
}
.send-friend .form-list .input-box {
	width: 300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
	width: 294px;
}
.send-friend .form-list li.wide .input-box {
	width: 612px;
}
.send-friend .form-list li.wide textarea {
	width: 609px;
}
.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 21px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-block .product-name {
	margin-bottom: 8px;
}
.product-name {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.product-name a, .product-review .product-name {
	color: #0100c6;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 5px;
}
/*.products-list li.item,*/
.products-grid li.item:hover .product-name a, .product-carousel .slider-item:hover .product-name a {
	color: #156bf7;
	text-decoration: none;
}
/* Product Tags */
.tags-list {
	display: block;
	border: 1px solid #e7e7e7;
	background: #F3F2ED;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.tags-list li {
	display: inline !important;
	margin: 0 4px 0 0;
}
.tags-list li a {
	color: #1b2d3b;
}
/* Advanced Search */
.advanced-search .form-list label {
	width: 160px;
	padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
	float: left;
	clear: none;
}
.advanced-search-amount {
	margin: 0 0 10px;
}
.advanced-search-summary {
	margin: 10px 0;
	border: 1px solid #e9d7c9;
	background: #fff6f1;
	padding: 10px;
}
.advanced-search-summary ul {
	float: left;
	width: 49%;
}
.advanced-search-summary strong {
	color: #E17C24;
	padding-left: 15px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
	clear: both;
	font-weight: bold;
	margin: 0;
}
/* CMS Home Page */
.cms-home .subtitle {
	margin-top: 63px;
}
.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
	text-align: right;
	margin: 0 8px -33px 0;
}
.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}
.page-sitemap .links a:hover {
	text-decoration: underline;
}
.page-sitemap .sitemap {
	margin: 12px;
}
.page-sitemap .sitemap a {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/subcat_arrow.png") no-repeat scroll 3px center transparent;
	padding-left: 12px;
}
.page-sitemap .sitemap a:hover {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/subcat_arrow_hover.png") no-repeat scroll 3px center transparent;
}
.page-sitemap .sitemap li {
	margin: 5px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
	color: #1e7ec8;
}
.contacform {
	border-right: 1px solid #EDEDED;
	float: left;
	margin-right: 10px;
	padding-right: 15px;
	width: 46%;
}
.googlemap {
	float: right;
	margin-top: 10px;
	width: 50%;
}
.contacform .form-list li.wide .input-box {
	width: 100%;
}
.contacform .form-list li.wide textarea {
	width: 97%;
}
.contacform .fieldset {
	margin-top: 10px;
}
/* RSS */
.rss-title h1 {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}
.rss-table .link-rss {
	display: block;
	line-height: 1.55;
	background-position: 0 4px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {
	border-bottom: 0;
	margin: 0px;
}
.cart .page-title h1 {
	margin: 10px 0 0;
}
/* Checkout Types */
.cart .page-title .checkout-types li {
	margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
	float: right;
}
.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}
.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 8px 55px 0 0;
	line-height: 1.0;
	font-size: 11px;
}
/* Shopping Cart Table */
.cart-table {
	overflow: auto;
	position: relative;
}
.cart-table th {
	padding: 2px 10px;
}
.cart-table td {
	padding: 10px;
}
.cart-table .product-name {
	margin: 0 0 5px;
}
.cart-table .item-msg {
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #df280a;
}
.cart-table tfoot td {
	padding: 5px 10px;
}
.cart-table .btn-continue {
	float: left;
}
.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
}
.cart-table .btn-update, .cart-table .btn-empty {
	float: right;
}
.cart-table .btn-update {
	margin-left: 10px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding: 25px 0 0;
}
.cart .cart-collaterals .col1-set {
	width: 325px;
	float: left;
}
.cart .cart-collaterals .col2-set {
	width: 635px;
	float: right;
}
/*.cart .cart-collaterals .col2-set .col-1{width:360px}
.cart .cart-collaterals .col2-set .col-2 { width:310px; }*/

.cart .crosssell {
	margin-bottom: 10px;
}
.cart .crosssell .product-image {
}
.cart .crosssell .link-compare {
	font-weight: normal;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
	border: 1px solid #e7e7e7;
	padding: 12px 15px;
	margin: 0 0 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
/*.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 0px; color:#e26703; text-transform:uppercase; }*/

.cart .discount .buttons-set, .cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
	float: none;
	margin-left: 0;
}
.shopping_CMS_main1 {
	margin-bottom: 10px;
}
.cart .discount .input-box {
	margin: 8px 0 0;
	width: 260px;
}
.cart .discount input.input-text {
	width: 254px;
}
.cart .shipping .sp-methods {
	margin: 10px 0 0;
	padding: 5px 0 0;
}
/* Shopping Cart Totals */
.cart .totals {
	float: right;
	width: 305px;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.cart .totals table {
	width: 100%;
	margin: 7px 0;
}
.cart .totals td {
	padding: 1px 15px 1px 7px;
}
.cart .totals tr.last td {
}
.cart .totals tfoot th {
	padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
	font-size: 20px;
}
.cart .totals .checkout-types {
	font-size: 13px;
	padding: 0px;
	text-align: right;
}
.cart .totals .checkout-types li {
	clear: both;
	margin: 10px 10px;
}
.cart .totals .checkout-types li:last-child {
	background: #F3F2ED;
	padding: 7px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	margin: 0;
}
/* Options Tool Tip */
.item-options dt {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
.item-options dd {
	padding-left: 10px;
	margin: 0 0 6px;
}
.truncated {
	cursor: help;
}
.truncated a.dots {
	cursor: help;
}
.truncated a.details {
	cursor: help;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	background-color: #F3F2ED;
}
.truncated .truncated_full_value .item-options > p {
	font-weight: bold;
	text-transform: uppercase;
}
.truncated .show .item-options {
	top: -15px;
	left: 30%;
	width: 100px;
	border: 1px solid #e7e7e7;
}
.col-left .truncated .show .item-options {
	left: 15px;
	top: 7px;
}
.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
	margin: 0 0 8px;
}
.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: bold;
}
.sp-methods dd {
}
.sp-methods dd li {
	margin: 5px 0;
}
.sp-methods label {
	font-weight: normal;
}
.sp-methods .price {
	font-weight: bold;
}
.sp-methods .form-list {
	margin-top: 15px;
	padding-left: 0;
}
.sp-methods .form-list li {
	margin: 0 0 8px;
}
.sp-methods select.month {
	width: 154px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.sp-methods select.year {
	width: 96px;
}
.sp-methods input.cvv {
	width: 3em !important;
}
.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}
.sp-methods .checkmo-list address {
	float: left;
}
.sp-methods .centinel-logos a {
	margin-right: 3px;
}
.sp-methods .centinel-logos img {
	vertical-align: middle;
}
.sp-methods .release-amounts {
	margin: 0.5em 0;
}
.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}
.please-wait {
	float: right;
}
.please-wait img {
	vertical-align: middle;
}
.cvv-what-is-this {
	font-size: 11px;
	cursor: help;
	margin-left: 10px;
}
/* Tooltip */
.tool-tip {
	border: 1px solid #7BA7C9;
	background: #EAF6FF;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close {
	margin: -9px -14px 0;
	text-align: right;
}
.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}
.tool-tip .tool-tip-content {
	padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
	font-weight: normal;
}
.gift-messages p.control {
}
.gift-messages-form {
	position: relative;
}
.gift-messages-form label {
	float: none !important;
	position: static !important;
}
.gift-messages-form h4 {
	font-weight: bold;
}
.gift-messages-form .whole-order {
	margin: 0 0 25px;
}
.gift-messages-form .item {
	margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}
.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}
.gift-messages-form .item .number {
	margin: 0;
	text-align: center;
}
.gift-messages-form .item .details {
	margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
	margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
	width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
	width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
	width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
	width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
	width: 98%;
}
.gift-message-link {
	font-size: 11px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right: 7px;
}
.gift-message-link.expanded {
	background-position: 100% -40px;
}
.gift-message-row {
	background: #f2efe9;
}
.gift-message-row .btn-close {
	float: right;
	width: 16px;
	height: 16px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_gm-close.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}
.checkout-agreements .agreement-content {
	overflow: auto;
	height: 12em;
	padding: 10px;
	background-color: #fbfaf6;
	border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
	margin-right: 6px;
}
.checkout-agreements .agree label {
	font-weight: bold;
	color: #666;
}
.opc .checkout-agreements {
	border: 1px solid #d9dde3;
	border-width: 0 1px;
	padding: 5px 30px;
}
.opc .checkout-agreements li {
	margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
	background-color: #fff;
	border-color: #e4e4e4;
	padding: 5px;
}
.opc .checkout-agreements .agree {
	padding-left: 6px;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}
.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.opc .centinel {
	border: 1px solid #bbb6a5;
	border-width: 0 1px 1px;
	padding: 10px 30px;
}
/* Generic Info Set */
.info-set {
	border: 1px solid #bbb6a5;
	margin: 0 0 25px;
	padding: 20px;
}
.info-set h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}
.info-set h3, .info-set h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
	font-weight: normal;
}
.info-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #f9f3e3;
	border-bottom: 1px solid #bbafa0;
	position: relative;
}
.info-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}
.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}
.info-set .box {
	margin: 0 0 15px;
}
.info-set .box h2 {
	color: #e26703;
}
.info-set .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
	font-weight: bold !important;
}
.info-set .data-table .item-options {
	margin: 5px 0 0;
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
	border: 0;
	margin: 0;
}
/*.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }*/

.block-progress dt {
	padding: 4px 0;   /* font-weight:bold; line-height:1.35; background:#e9e9e9; border:1px solid #dcdcdc; color:#dcdcdc;*/
}
.block-progress dd {
	padding: 8px 0px;
	margin: 0 0 10px;
}
.block-progress dt.complete {
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
}
.block-progress dd.complete {
}
.block-progress p {
	margin: 0;
}
.block-progress .cards-list dt {
	background: none;
	border: 0 none;
	color: inherit;
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}
.block-progress .cards-list dd {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.block-progress .cards-list .info-table th {
	font-weight: normal;
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
#checkoutSteps {
	margin-bottom: 15px;
}
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
	display: inline;
}
.opc-block-progress dt.complete a {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/edit.png") no-repeat scroll 0 0;
	padding-left: 20px;
	font-size: 12px;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
	display: none;
}
.opc .buttons-set {
	margin-top: 0;
	padding-top: 15px;
	border: none;
}
.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
}
.opc .buttons-set .back-link small {
	display: none;
}
.opc .buttons-set.disabled button.button {
	display: none;
}
.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}
.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}
.opc {
	position: relative;
}
.opc li.section {
	margin-bottom: 5px;
}
.opc .step-title {
	border: 1px solid #e9e9e9;
	background: #dcdcdc;
	padding: 8px 8px;
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.opc .step-title .number {
	float: left;
	background: #2868e2;
	border: 1px solid #2868e2;
	padding: 0 4px;
	margin: 0 5px 0 0;
	color: #fff;
}
.opc .step-title h2 {
	float: left;
	margin: 0;
	font-size: 15px;
	line-height: normal;
	font-family: "PT Sans";
	color: #1F5168;
}
.opc .step-title a {
	display: none;
	float: right;
	line-height: 16px;
	color: #fff;
}
.opc .allow .step-title {
	background: #2868e2;
	border: 1px solid #2868e2;
	border-bottom: 0;
	color: #fff;
	cursor: pointer;
}
.opc .allow .step-title .number {
	background: #2868e2;
	border-color: #FFFFFF;
	color: #fff;
}
.opc .allow .step-title h2 {
	color: #FFFFFF;
}
.opc .allow .step-title a {
	display: block;
	color: #fff;
}
.opc .active .step-title {
	background: #2868e2;
	border: 1px solid #2868e2;
	padding-bottom: 5px;
	color: #fff;
	cursor: default;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.col-1 .buttons-set {
	margin-top: 21px;
}
.opc .active .step-title .number {
	background: #2868e2;
	border-color: #fff;
	color: #fff;
}
.opc .active .step-title h2 {
	color: #fff;
}
.opc .active .step-title a {
	display: none;
}
.opc .step {
	border: 1px solid #e9e9e9;
	border-top: 0;
	padding: 15px 30px;
	position: relative;
	margin-bottom: 0px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.opc .step .tool-tip {
	right: 30px;
}
#opc-login .buttons-set {
	border-top: 0;
}
#opc-login h3 {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: normal;
}
#opc-login h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
#opc-shipping_method .buttons-set {
	border-top: 0;
}
.opc .gift-messages-form {
	background: none repeat scroll 0 0 #F3F2ED;
	border: 1px solid #e9e9e9;
	margin: 0;
	padding: 0;
}
.opc .gift-messages-form .inner-box {
	padding: 10px;
	height: 260px;
	overflow: auto;
}
#opc-review .step {
	border: 0;
	padding: 0;
}
#opc-review .product-name {
}
#opc-review .item-options {
	margin: 5px 0 0;
}
#opc-review .buttons-set {
	padding: 20px 30px;
	border: 1px solid #e7e7e7;
	border-width: 0 1px 1px;
}
#opc-review .buttons-set p {
	margin: 0;
	line-height: 40px;
}
#opc-review .buttons-set .please-wait {
	height: 40px;
	line-height: 40px;
}
#opc-review .authentication {
	margin: 0 auto;
	width: 570px;
}
#opc-review .warning-message {
	color: #222;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 0;
}
/* Multiple Addresses Checkout */
.checkout-onepage-success h2 {
	border-bottom: none;
}
.checkout-progress {
	padding: 0 90px;
	margin: 10px 0 20px;
}
.checkout-progress li {
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	border-top: 10px solid #3B7996;
	padding: 2px 0 0;
	font-weight: normal;
	text-align: center;
	color: #e9e9e9;
}
.checkout-progress li.active {
	border-top-color: #2868e2;
	color: #2868e2;
}
.multiple-checkout h3, .multiple-checkout h4 {
	font-weight: normal;
	margin-bottom: 10px;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
	font-weight: normal;
	font-size: 13px;
}
.multiple-checkout .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}
.multiple-checkout .data-table .item-options {
	margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
	margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
	border: 1px solid #e7e7e7;
	margin: 0 0 25px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.multiple-checkout .col2-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #dcdcdc;
	position: relative;
}
.multiple-checkout .col2-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}
.multiple-checkout .col2-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}
.multiple-checkout .box {
	margin: 0 0 15px;
}
.multiple-checkout .box h2 {
}
.multiple-checkout .place-order .please-wait {
	float: right;
	padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	font-size: 1.5em;
	padding: 0 0 0 0px;
	overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
	float: left;
}
.multiple-checkout .place-order .grand-total .inner div {
	display: inline;
}
.multiple-checkout .place-order .grand-total big {
	float: left;
	margin: 10px 12px 0 0;
}
.multiple-checkout .place-order .grand-total .price {
}
.multiple-checkout .place-order .grand-total button.button span {
	font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
	padding: 0 45px 0 36px;
}
/* Step 1 */

#multiship-addresses-table td {
	padding: 10px;
}
#multiship-addresses-table tfoot td {
	padding: 5px 10px;
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
	width: 100%;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
	width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
	width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
	width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
	width: 450px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
	width: 98%;
}
.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid #e7e7e7;
	background: #dcdcdc;
	padding: 13px;
	position: relative;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
	position: relative;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.account-login .content {
	border-bottom: 0;
}
.account-login .content h2, .fieldset .legend, .box-account .box-head h2, .addresses-list h2,  .multiple-checkout h2, .checkout-onepage-success h2, .order-info-box h2, .sales-order-print .col2-set h2 {  /*border-bottom: 1px solid #E7E7E7;*/
	color: #777777;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 14px;
	padding: 0 0 10px;
	text-transform: capitalize;
}
.account-login .buttons-set {
	margin: 0;
}
.account-create {
}
/* Captcha ================================================================================ */
.captcha-note {
	clear: left;
	padding-top: 5px;
}
.captcha-image {
	float: left;
	display: inline;
	margin: 0;
	position: relative;
	width: 258px;
}
.captcha-image .captcha-img {
	border: 1px solid #b6b6b6;
	vertical-align: bottom;
	width: 100%;
}
.registered-users .captcha-image {
	margin: 0;
}
.captcha-reload {
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px;
}
.captcha-reload.refreshing {
	animation: rotate 1.5s infinite linear;
	-webkit-animation: rotate 1.5s infinite linear;
	-moz-animation: rotate 1.5s infinite linear;
}
 @-webkit-keyframes rotate {
 0% {
-webkit-transform:rotate(0);
}
 0% {
-webkit-transform:rotate(-360deg);
}
}
@-moz-keyframes rotate {
 0% {
-moz-transform:rotate(0);
}
 0% {
-moz-transform:rotate(-360deg);
}
}
@keyframes rotate {
 0% {
transform:rotate(0);
}
 0% {
transform:rotate(-360deg);
}
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
}
.remember-me label {
	float: none;
	margin: 0 6px;
}
.remember-me-popup {
	background: #fff;
	border: 1px solid #ccc;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -85px 0 0 -200px;
	width: 400px;
	text-align: left;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	-box-shadow: 0 0 6px #ccc;
	z-index: 1000;
}
.remember-me-popup h3 {
	background: #d9e5ee;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
	position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_window_close.gif) no-repeat;
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	height: 15px;
	width: 15px;
	text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
	padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
	display: inline-block;
	height: 19px;
	border: 1px solid #de5400;
	background: #f18200;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
	margin: 0 0 15px;
}
.dashboard .col2-set {
	margin: 0 0 15px;
}
/* General Box */
.box-account {
	background: #fff;
	margin: 0 0 20px;
}
.box-account .col2-set .col-1 {
	border-right: 1px solid #EDEDED;
	float: left;
	padding-right: 10px;
	width: 48.5%;
}
.dashboard .box .box-title {
	background: none repeat scroll 0 0 #F3F2ED;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 5px 5px;
	text-align: right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}
/* Block: Recent Orders */

/* Block: Account Information */
.dashboard .box-info h4 {
	font-weight: normal;
	text-transform: capitalize;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}
.dashboard .box-reviews li.item {
	margin: 0 0 7px;
}
.dashboard .box-reviews .ratings {
	margin: 7px 0 0;
}
/* Block: Tags */

.dashboard .box-tags .number, .dashboard .box-reviews .number {
	float: left;
	font-weight: bold;
	line-height: 1;
	color: #F3F2ED;
	margin: 0px;
	padding: 5px 7px;
	background: #ccc;
}
.dashboard .box-tags .details, .dashboard .box-reviews .details {
	margin-left: 30px;
}
.dashboard .box-tags li.item, .dashboard .box-reviews li.item {
	margin: 10px 0 7px;
}
.dashboard .box-tags li.item.last, .dashboard .box-reviews li.item.last {
	margin-bottom: 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
	display: inline;
}
/********** Dashboard > */

/* Address Book */
.addresses-list h3 {
	font-weight: normal;
}
.addresses-list address {
	margin: 0 0 3px;
}
.addresses-list p {
	margin: 0;
}
.addresses-list .link-remove {
	color: #646464;
}
.addresses-list .separator {
	margin: 0 3px;
}
.addresses-list li.item {
	background: #fff;
	padding: 10px 0px;
	margin: 0 0 10px;
	border-bottom: 1px solid #EDEDED;
}
.addresses-list li.empty {
	background: none;
	border: 0;
	padding: 0;
}
.addresses-list .addresses-additional li.item {
	background: none;
	border: 0;
	padding: 0;
}
/* Order View */
.order-info {
	background: #F3F2ED;
	padding: 7px 10px;
	margin: 0 0 8px;
	border-radius: 5px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
}
.order-info .current {
	font-weight: bold;
}
.order-info li {
	margin: 0 3px;
}
.order-date {
	margin: 10px 0;
}
.order-info-box, .sales-order-print .col2-set {
	border: 1px solid #EDEDED;
	padding: 12px 15px;
	margin: 0 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.order-info-box .box-payment p {
	margin: 0 0 3px;
}
.order-info-box .box-payment th {
	font-weight: bold;
	padding-right: 7px;
}
.order-items {
	width: 100%;
	overflow-x: auto;
}
.order-items h2, .order-items h3 {
	margin: 0 0 5px;
}
.order-items .product-name {
}
.order-items .link-print {
	color: #1e7ec8;
	font-weight: normal;
}
.order-items .order-links {
	text-align: right;
}
.order-additional {
	margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
	color: #666;
}
.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
	font-weight: bold;
}
.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}
.tracking-table {
	margin: 0 0 15px;
}
.tracking-table th {
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup {
	width: 100%;
}
.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding: 1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
	margin: 0 0 15px;
}
.page-print .print-head .logo {
	float: left;
}
.page-print .print-head address {
	float: left;
	margin-left: 15px;
}
.page-print h1 {
	font-size: 16px;
	font-weight: bold;
}
/*.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }*/
.page-print h2.h2 {
	font-size: 16px;
	font-weight: bold;
}
.page-print .order-date {
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.page-print .col2-set {
	margin: 0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display: inline;
}
/* My Wishlist */
.my-wishlist .data-table td {
	padding: 10px;
}
.my-wishlist .product-image {
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px;
	border: 1px solid #E7E7E7;
}
.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px;
	margin-top: 10px;
}
.my-wishlist .buttons-set {
	margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
	float: none;
}
.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span {
}
#wishlist-table .add-to-links {
	white-space: nowrap;
}
/* My Tags */
.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
	float: right;
	margin: 4px 0 0 5px;
}
#my-tags-table {
	clear: both;
}
#my-tags-table td {
	padding: 10px;
}
#my-tags-table .add-to-links {
	white-space: nowrap;
}
/* My Reviews */
#my-reviews-table td {
	padding: 10px;
	vertical-align: middle;
}
.product-review .product-img-box {
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}
.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}
.product-review .product-details {
	float: left;
}
/*.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }*/
.product-review h3 {
	font-size: 12px;
	margin: 0 0 3px;
}
.product-review .ratings-table {
	margin: 0 0 10px;
}
.product-review dt {
	font-weight: bold;
}
.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* Billing Agreements */
.billing-agreements .info-box {
	margin: 15px 0;
}
.billing-agreements .form-list li select {
	float: left;
}
.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}
.billing-agreements .table-caption {
	font-weight: bold;
	font-size: 13px;
}
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}
.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #fff;
}
.map-popup {
	background: #fff;
	border: 1px solid #aaa;
	margin: 12px 0 0;
	position: absolute;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	text-align: left;
	width: 300px;
	z-index: 100;
}
.map-popup-heading {
	background: #d9e5ee;
	border-bottom: 1px solid #ccc;
	padding: 5px 30px 5px 10px;
	width: 260px;
}
.map-popup-heading h2 {
	font-size: 16px;
	margin: 0;
	text-shadow: 0 1px 0 #f6f6f6;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
}
.map-popup-arrow {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/map_popup_arrow.gif) no-repeat;
	position: absolute;
	left: 50%;
	top: -10px;
	height: 10px;
	width: 19px;
}
.map-popup-close {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/btn_window_close.gif) no-repeat;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	height: 15px;
	width: 15px;
	text-indent: -9999em;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.map-popup-content {
	border-top: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	width: 280px;
}
.map-popup-checkout {
	display: inline;
	float: right;
	text-align: right;
}
.map-popup-checkout span {
	display: block;
	padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
	margin: 0;
	padding: 0;
}
.map-popup-price {
	margin: 5px 0 0;
}
.map-popup-text {
	clear: right;
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
	word-wrap: break-word;
}
.map-popup-only-text {
	border-top: 1px solid #ddd;
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer .store-switcher {
	display: inline;
	margin: 0 5px 0 0;
}
.footer .store-switcher label {
	font-weight: bold;
	vertical-align: middle;
}
.footer .store-switcher select {
	padding: 0;
	vertical-align: middle;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: none;
	color: #4ebc4c;
}
.footer .bugs {
	margin: 13px 0 0;
	color: #777;
}
.footer .bugs a {
	color: #777;
	text-decoration: underline;
}
.footer .bugs a:hover {
	text-decoration: none;
}
.footer address {
	margin: 0px;
	float: right;
}
.footer address a {
	color: #777;
	text-decoration: underline;
}
.footer address a:hover {
	text-decoration: none;
}
.footer ul {
}
.footer_bottom ul.links {
	float: left;
}
.footer li {
	padding: 0 0 5px 0;
}
.footer_bottom li {
	display: inline; /*background:url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/bkg_pipe1.gif) 100% 60% no-repeat;*/
	padding: 0 6px 0 3px;
}
.footer ul.links li.last {
	background: none;
}
.footer-container .bottom-container {
	margin: 0 0 5px;
}
.ie7 .footer_top li {
	display: block;
	padding-bottom: 7px;
	padding-left: 0px;
}
.ie7 .footer_top ul {
	display: block;
}
.ie7 .social_block ul li {
	padding-bottom: 0px;
}
.footer .mobile_togglemenu {
	display: none;
}
.footer_top {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.footer_bottom {
	clear: both;
	overflow: hidden;
	padding: 15px 0 5px;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/footer-line.png) repeat-x top transparent;
}
#footer .footer-area, .static_link1, .static_link2, .static_link3 {
	float: left;
	margin-right: 15px;
	width: 220px;
}
#footer #block_4 {
	margin-right: 0;
}
#footer h6, #footer .block .block-title strong {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #1f5168;
	text-shadow: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.footer .social_block {
	/*width: 25%;*/
	height: 100%;
	float: left;
	margin-right: 10px;
}
.footer .payment_block {
	/*width: 23%;*/
	float: right;
	height: 100%;
	margin-left: 10px;
}
.social_block > ul {
	margin-top: 5px;
	overflow: hidden;
}
.social_block ul li a {
	display: block;
	height: 100%;
}
.social_block h6 {
	display: none;
}
.social_block ul li {
	float: left;
	height: 42px;
	width: 42px;
	padding: 0;
	cursor: pointer;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/social-footer-block.png) no-repeat 0 0 transparent;
	margin-right: 1px;/*
transition-duration:500ms;
-moz-transform-duration:500ms;
-o-transition-duration:500ms;
-webkit-transition-duration:500ms;*/

}
.social_block ul li.twitter {
	background-position: -2px 1px;
}
.social_block ul li.linkin {
	background-position: -50px 1px;
}
.social_block ul li.skype {
	background-position: -96px 1px;
}
.social_block ul li.facebook {
	background-position: -144px 1px;
}
.social_block ul li.dribbble {
	background-position: -190px 1px;
}
.social_block ul li.google {
	background-position: -238px 1px;
}
.social_block ul li.twitter:hover {
	background-position: -2px -40px;
}
.social_block ul li.linkin:hover {
	background-position: -50px -40px;
}
.social_block ul li.skype:hover {
	background-position: -96px -40px;
}
.social_block ul li.facebook:hover {
	background-position: -144px -40px;
}
.social_block ul li.dribbble:hover {
	background-position: -190px -40px;
}
.social_block ul li.google:hover {
	background-position: -238px -40px;
}
.payment_block ul li {
	float: left;
	height: 42px;
}
.payment_block ul li + li {
	margin-left: 10px;
}
.payment_block ul li.paypal {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/payment-footer-block.jpg) 0 2px no-repeat;
	width: 55px;
}
.payment_block ul li.amazon {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/payment-footer-block.jpg) -67px 0 no-repeat;
	width: 56px;
}
.payment_block ul li.comodo {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/payment-footer-block.jpg) -135px 0 no-repeat;
	width: 47px;
}
/*.payment_block ul li.visa { background-position: -64px 1px; width: 62px; }*/
/*.payment_block ul li.mastercard { background-position: -126px 1px; width: 58px; }*/

#footer .block {
	border: none;
	margin-bottom: 10px;
}
#footer .block .block-title {
	background: none;
	padding: 0;
	line-height: 20px;
}
#footer .block-subscribe .block-content {
	background: none;
	border: none;
	padding: 0;
}
#footer .block-subscribe input.input-text {
	width: 213px;
}
#footer .mobile_togglemenu {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/toggle-arrow1.png") no-repeat scroll right 1px transparent;
	cursor: pointer;
	display: block;
	font-size: 15px;
	margin-right: 0;
	margin-top: -20px;
	overflow: hidden;
	padding: 0 0 4px 0px;
	text-decoration: none;
	width: 100%;
}
.padder h5.mobile_togglemenu {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/toggle-arrow.png") no-repeat scroll right 4px transparent;
	cursor: pointer;
	display: block;
	font-size: 15px;
	margin-right: 0;
	margin-top: -24px;
	overflow: hidden;
	padding: 0 0 4px 4px;
	text-decoration: none;
	width: 99%;
}
#footer .active .mobile_togglemenu {
	background-position: right -51px;
}
.padder .active .mobile_togglemenu {
	background-position: right -48px;
}
.toggle .mobile_togglecolumn {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/toggle-arrow.png") no-repeat scroll right 1px transparent;
	cursor: pointer;
	display: none;
	margin-top: -21px;
	overflow: hidden;
	padding: 0 0 4px;
	width: 100%;
}
.active .mobile_togglecolumn {
	background-position: right -51px;
}
#topcontrol {
	font-size: 0;
	height: 45px;
	width: 45px;
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/back_to_top.jpg") no-repeat scroll 0 0 transparent;
}
.footer-center, .footer-center-copyright {
	/*width: 52%;*/
	width: 450px;
	height: 100%;
	/*float: left;*/
	float: none;
	margin: 0 auto;
	color: #001E3C;
	font-size: 13px;
	/*padding: 20px 6% 0;*/
	box-sizing: border-box;
	text-align: center;
}
.footer-center-copyright {
	padding: 0
}
.footer-center a {
	color: #001E3C;
}
.footer-center a:hover {
	color: #001E3C;
	text-decoration: underline;
}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
	margin-bottom: 12px;
}
.home-callout img {
	display: block
}
.home-spot {
	float: left;
	width: 470px;
	margin-left: 20px;
}
.best-selling h3 {
	margin: 12px 0 6px 0;
	color: #e25203;
	font-size: 1.2em;
}
.best-selling table {
	border-top: 1px solid #ccc;
}
.best-selling tr.odd {
	background: #eee url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
	background: #fff url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
	width: 50%;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 8px 8px;
	font-size: 11px;
}
.best-selling .product-img {
	float: left;
	border: 2px solid #dcdcdc;
}
.best-selling .product-description {
	margin-left: 107px;
	line-height: 1.3em;
}
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
	color: #203548;
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/* ======================================================================================= */

.guest-select {
	width: 305px !important;
}
/* Default Width  Start*/

.grid_default_width {
	width: 250px;
}
.featured_default_width {
	width: 250px;
}
.newproduct_default_width {
	width: 250px;
}
.bestseller_default_width {
	width: 250px;
}
.special_default_width {
	width: 250px;
}
.additional_default_width {
	width: 75px;
}
.brand_default_width, .manufacture-product li.slider-item, .manufacture-product li.product-items {
	width: 130px;
}
.related_default_width, .related-products li.slider-item, .related-products li.product-items {
	width: 250px;
}
.upsell_default_width, .box-up-sell li.slider-item, .box-up-sell li.product-items {
	width: 250px;
}
.crosssell_default_width, .crosssell li.slider-item, .crosssell li.product-items {
	width: 245px;
}
/* Default Width  End*/
.subbanner li {
	float: left;
	width: 372px;
	list-style-type: none;
	margin-right: 10px;
}
.subbanner li.last {
	margin-right: 0;
}
.subbanner {
	overflow: hidden;
	margin: 0 0 10px;
}
/*.product-block .content_wrapper {padding:10px;overflow:hidden;}*/
.products-grid .content_wrapper {
	padding: 10px;
	overflow: hidden;
}
.rev_slider_wrapper.fullwidthbanner-container {
	margin: 0px !important;
}
.under-slider-line {
    background-color: #ffffff !important;
    color: #0100c6 !important;
    border-bottom: 2px solid #d0d9f5 !important;
    text-align: center !important;
}
.under-slider-line .page {
	background: transparent;
	padding: 0;
}
.homepage-links {
	margin: 30px auto 0;
	display: block;
	max-width: 810px;
	width: 100%;
	min-height: 195px;
}
.homepage-links ul {
	text-align: center;
	display: inline-flex;
	width: 100%;
}
.homepage-links ul h3 {
	color: #0b539f;
	font: 22px "PT Sans";
	margin-bottom: 30px;
	text-transform: uppercase;
}
.homepage-links ul div {
	/*color: #0b539f;*/
	color: #0100c6;
	font: 22px "PT Sans";
	margin-bottom: 30px;
	text-transform: uppercase;
}
.homepage-links ul h3:hover {
	color: #97ca3d;
}
.homepage-links ul div:hover {
 color: /*#97ca3d*/;
	color: #0100c6;
}
.homepage-links ul li {
	display: inline-block;
	width: 23%;
	border: 0px;
	box-sizing: border-box;
	padding: 0 20px 20px;
	position: relative;
	float: none;
	min-width: 200px;
	max-width: 250px;
	max-height: 200px;
}
.homepage-links ul li img {
	display: block;
	margin: 0 auto 15px;
}
/*.homepage-links ul li a{
	position: absolute;
	display: block;
	text-align: center;
	color: #2868e2;
	text-decoration: underline;
	margin-bottom: 5px;
	width: 162px;
	bottom: 0;
}*/
.homepage-links ul li a {
	text-align: center;
	/*color: #2868e2;*/
	color: #2868e2;
	text-decoration: none;
	margin: 0 auto 5px;
	box-sizing: border-box;
	font-family: "PT Sans Narrow";
}
.homepage-links ul li a:hover {
	/*color: #97ca3d;*/
	text-decoration: underline;
}
.homepage-links ul li a:hover .homepage-links ul li a h3 {
	color: #97ca3d !important;
}
.amazon-rew {
	margin: 10px 0 -15px 0;
	text-align: center;
	text-transform: uppercase;
	font: 16px "PT Sans";
	font-weight: bold;
	color: #093059;
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/amazon-line.png) center no-repeat transparent;
	padding: 5px 5px 9px 94px;
}
div.review {
	padding: 10px 0;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	height: 230px;
	background-color: #F1F1F1;
}
.review li.left-arrow {
	position: absolute;
	left: 0px;
	top: 75px;
	background-image: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/amazon-reviews-arrows.png);
	width: 26px;
	height: 38px;
}
.prev-next-line .jm-next {
	position: absolute;
	right: 0px;
	top: 75px;
	background-image: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/amazon-reviews-arrows.png);
	background-position-x: 26px;
	width: 26px;
	height: 38px;
}
.review .page, .review .main {
	background-color: transparent;
	padding: 0 !important;
	margin: 0 auto !important;
	min-height: 100px;
	position: relative;
	text-align: center;
}
.review li {
	color: black;
	display: inline-block;
	width: 220px;
	box-sizing: border-box;
	margin: 2px !important;
	height: 250px;
	background-color: transparent;
}
.review li div:first-child {
	height: 142px;
	padding: 15px 15px 30px 15px;
	float: left;
	background-color: #fff;
}
.review li div.tr {
	margin-right: 210px;
	float: left;
	display: block;
	width: 30px;
	height: 0;
	border-style: solid;
	border-width: 0 24px 40px 0;
	border-color: transparent #ffffff transparent transparent;
	margin-bottom: 10px;
}
.review li img {
	margin: 0 20px 20px 20px;
	display: block;
	float: justify;
}
.review li a {
	/* disabled because simple links in reviews display wrong */
    /* if need this styles, add new link class */
	/*display: block;*/
	/*float: justify;*/
    /*margin-top: 25px;*/
	/*color: #0F57A1;*/
	color: #156bf7;
	text-decoration: none;
}
.review li a:hover {
	/*color: #97ca3d;*/
	color: #156bf7;
	text-decoration: underline;
}
.products-grid li.item.first {
}
.products-grid li.item.last {
	margin-right: 0;
}
.products-grid li.item {
	margin-right: 30px;
	display: inline-block;
	float: none;
	/*cursor: pointer;*/
	vertical-align: top;
}
.products-grid .product-name {
	text-align: center;
	margin-bottom: 19px;
	height: 60px;
}
.products-grid h2.product-name {
	color: #0B539F !important;
	font-weight: normal;
	text-transform: uppercase;
}
.products-grid .price-box, .products-grid .actions {
	text-align: center;
	margin-bottom: 17px;
}
.products-grid .actions button span>span {
	background: transparent !important;
	color: #2E3336;
}
.products-grid .actions button {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/cart-icon.png) center left -2px;
	background-repeat: no-repeat;
	box-shadow: 0 -1px 3px #E0E0E0;
	border-radius: 3px;
	padding-left: 32px;
}
.products-grid .actions button:hover {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/cart-icon-hover.png) center left -2px no-repeat;
}
.products-grid .actions button>span {
	background: linear-gradient(to bottom, #FEFEFE, #E6E6E6) !important;
	padding: 5px 25px 6px 15px;
	width: 150px;
	text-transform: uppercase;
}
.products-grid .actions button>span:hover {
	background: #97ca3d !important;
	border: 0px;
	color: white !important;
}
.products-grid .actions button>span:hover > span {
	color: white;
}
.products-grid .actions button:hover>span {
	background: #97ca3d !important;
	border: 0px;
}
.products-grid .btn-amazon {
	margin-top: 10px;
}
.products-grid .price-box span {
	/*color: #0B539F;*/
	color: #0100c6;
	font-weight: 900;
}
ul.products-grid {
	margin: 40px 0 25px;
	text-align: center;
	position: relative;
}
/* Main Page Review Owl-carousel */
.review .owl-item {
	cursor: move;
}
.review-inner {
	width: 895px;
	height: 230px;
	margin: 0 auto;
}
.review-outer {
	width: 965px;
	height: 230px;
	margin: 0 auto;
}
.review .owl-buttons div {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/amazon-reviews-arrows.png) 0 0 no-repeat;
	top: 85px;
	width: 26px;
	height: 38px;
	position: absolute;
	margin: 0;
	padding: 0;
}
.review .owl-buttons .owl-prev {
	left: -35px;
}
.review .owl-buttons .owl-next {
	background-position-x: -46px;
	right: -35px;
}
/*** Styles form old theme ***/

/* CMS Pages Common */

.cms-page-view {
	/*     color: #009444; */
    /*color: #636363;*/
	font-family: "PT Sans";
	font-size: 14px;
}
.cms-page-view .page-title h1 {
	text-align: center;
}
.cms-page-view .std > div, .cms-no-route .std > div {
	max-width: 600px;
	margin: 0 auto;
}
.cms-page-view .std p, .cms-no-route .std p, .cms-page-view .std ol li {
	font-family: "PT Sans";
	font-family: PT Sans;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0px;
}
.cms-page-view .req-star {
	color: #a1a1a1;
	float: right;
	line-height: 30px;
	position: absolute;
	bottom: 10px;
	left: 29px;
}
.cms-page-view .requiree {
	float: right;
	position: absolute;
	bottom: 10px;
	left: 37px;
	font-size: 14px;
	color: #636363;
}
/* FAQ */
.faq-index-index {
	color: #000000;
	font-family: "PT Sans";
	font-size: 14px;
}
.faq-items dt {
	color: #0100c6;
	font-size: 19pt;
	font-family: "PT Sans Narrow";
	max-width: 600px;
}
.faq-items dd {
	font-size: 16px;
	margin-bottom: 20px;
	max-width: 600px;
}
dl.faq-items {
	float: left;
	width: 100%;
	margin: 41px 0px 0px;
}
div.faq-ans {
	float: left;
	width: 85%;
	min-height: 162px;
}
div.faq-image {
	float: left;
	width: 13%;
}
div.faq-image img {
	width: 57%; /* height: 105px;  */
}
div.qtn-submit {
	float: left;
	width: 100%;
}
div.qtn-submit label {
	float: left;
	width: 100%;
	color: rgb(9, 82, 159);
	font-size: 18px;
	font-weight: normal ! important;
}
textarea.text-qtn {
	width: 94%;
	height: 177px;
}
div.faq-submit {
	float: right;
	width: 223px;
	margin: 10px 0px 0px;
}
div.faq-submit a {
	float: left;
	width: 70px;
	background: none repeat scroll 0% 0% rgb(9, 82, 159);
	color: rgb(255, 255, 255);
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}
div.faq-submit input {
	float: left;
	width: 70px;
	background: none repeat scroll 0% 0% rgb(9, 82, 159);
	color: rgb(255, 255, 255);
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border: medium none;
	margin-left: 10px;
}
div.faq-login {
	float: left;
	width: 30%;
}
div.faq-login .block .actions .button {
	float: left ! important;
	margin-right: 14px;
}
a#ask-qtn-link {
	background: none repeat scroll 0% 0% rgb(40, 104, 226);
	color: rgb(255, 255, 255);
	padding: 10px;
}
div.faqLogin-askQtn {
	float: left;
	width: 100%;
	margin: 25px 0px 0px;
}

@media (max-width: 1100px) {
div.faq-image img {
	width: 70%;
}
}

@media (max-width: 480px) {
div.faq-image {
	clear: both;
	float: none;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	width: 50%;
}
div.faq-image img {
	height: auto !important;
	width: 100%;
}
div.faq-ans {
	float: left;
	width: 100%;
}
}
/* About us */

.cms-about-us .page-title {
	border-bottom: none;
}
.cms-page-view.cms-about-us .std p {
	margin: 0 0 1.5em;
	font-size: 16px;
	font-family: "PT Sans";
}
.cms-about-us a {
	color: #09529F;
}
.cms-about-us a:hover {
	color: #007bc1;
}
/* Create Account */

.account-create {
	max-width: 400px;
}
.account-create .fieldset {
	margin: 0;
}
.account-create span.note {
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}
.account-create .form-list .field {
	/*float: none;*/
	margin: 0 0 8px;
}
/* Newsletter Page */

.newsletter-manage-index .buttons-set {
	max-width: 300px;
}
.newsletter-manage-index .buttons-set button.button {
	float: left;
	margin-right: 0px !important;
}
/* Symptom & Tolerance Page */

.cms-symptoms-match .std {
	/*width: 1280px;
    margin: 0 auto;*/
	max-width: 600px;
	font-family: "PT Sans";
}
.cms-tolerance .std {
	font-family: "PT Sans";
}
div.symptoms span, div.tolerance span {
	float: left;
	width: 100%;
	margin: 21px 0px;
	font-size: 16px;
}
.std ul {
	list-style: disc outside;
	margin-bottom: 1.5em;
}
ul.form-list li {
	list-style: none;
}
.form-list label {
	float: none;
}
.form-list select {
	margin-top: 4px;
	/*width: 365px;*/
	max-width: 100%;
}
.form-list .input-box {
	clear: none;
	width: auto;
}
.std ul li {
	margin-left: 2em;
}
.form-list > li {
	margin-bottom: 10px;
}
.cms-tolerance ul.form-list {
}
#form_3_form .form-list .field {
	margin-right: 15px;
	text-align: right;
	width: 165px;
	padding-top: 7px;
}
.fieldset.fieldset-4 ul li .field {
	float: left;
}
.form-list .input-box-team-age input {
	margin-top: 3px;
	width: 248px;
}
.cms-symptoms-match .form-list .control label:hover, .cms-tolerance .form-list .control label:hover {
	background-color: #e7e7e7;
}
.fieldset.fieldset-3, .fieldset.fieldset-5 {
	float: left;
	width: 50%;
}
.fieldset.fieldset-3 ul li, .fieldset.fieldset-5 ul li {
	float: left;
	margin-left: 0;
	width: 100%;
}
#form_3_form .form-list .field {
	margin-right: 15px;
	text-align: right;
	width: 165px;
}
#form_3_form .f-left {
	float: left;
}
.fieldset.fieldset-3 ul li ul li, .fieldset.fieldset-5 ul li ul li {
	float: left;
	width: auto;
}
.control.hide-select {
	display: none;
}
/*.form-list li.control input.radio, .form-list .control input.checkbox, .sp-methods dt input.radio, .sp-methods dt input.checkbox, #checkout-shipping-method-load .sp-methods dd input.radio, #checkout-shipping-method-load .sp-methods dd input.checkbox, #co-shipping-method-form .sp-methods dd input.radio, #co-shipping-method-form .sp-methods dd input.checkbox, .product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox*/
/*{*/
    /*float: left;*/
    /*margin-right: -40px;*/
    /*margin-top: 10px;*/
    /*margin-left: 15px;*/
/*}*/

.fieldset.fieldset-3 ul li ul li label, .fieldset.fieldset-5 ul li ul li label {
	float: left;
	margin-right: 5px;
	min-width: 50px;
	width: auto;
	margin-top: 8px;
}
.form-list .control label {
	margin-left: 10px;
}
/*.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {*/
.cms-symptoms-match .form-list .control label, .cms-tolerance .form-list .control label {
	color: #636363;
	background-color: #f4f4f4;
	padding: 5px 10px;
	display: inline-block;
	/*width: auto;*/
	max-width: none;
	/*min-width: 250px;*/
    /*float: none;*/
	padding: 6px 10px 6px 40px;
}
.mydata-index-profile .fieldset .tm-radio {
	zoom: 1;
	position: absolute;
	margin-left: 36px !important;
	margin-top: 8px !important;
	z-index: 1;
}
.fieldset .tm-radio {
	zoom: 1;
	position: absolute;
	margin-left: 30px;
	margin-top: 15px;
	z-index: 1;
}
li.txtgut {
	float: left;
	width: 50%;
	margin-left: 0px !important;
	margin-bottom: 0px;
}
.fieldset.fieldset-6 ul {
	margin: 0;
}
.fieldset.fieldset-6 ul ul {
	position: relative;
}
.fieldset.fieldset-6 ul li {
	margin: 0;
}
.fieldset-6 .input-box {
	padding-top: 2px;
}
.cms-symptoms-match li.control .tm-checkbox, .cms-tolerance li.control .tm-checkbox {
	left: 30px;
	margin-top: 12px;
	padding: 0;
	position: absolute;
	z-index: 1;
}
#captcha-input-box-symptoms-match-captcha {
	width: auto;
	/*float: left;*/
	margin: 0 20px 10px 20px;
	list-style: none;
}
#captcha-input-box-symptoms-match-captcha label {
	position: relative;
}
#captcha-input-box-symptoms-match-captcha label em {
	float: right;
	font-style: normal;
	color: #a1a1a1;
	position: absolute;
	top: -15 !important;
	right: -9px;
}
#captcha-image-symptoms-match-captcha {
	/*float: left;*/
	list-style: none;
	margin-left: 20px;
}
.cms-symptoms-match .buttons-set {
	margin: 30px 0 0 20px;
	float: left;
}
.cms-symptoms-match .buttons-set .required {
	text-align: left;
}
.cms-symptoms-match .buttons-set .button {
	margin-left: 0;
}
/* Workshops Coaching Page */
.coaching-form-desc {
	text-align: center;
}
div.coaching-form-desc div.coaching-div {
	padding: 10px;
	width: 585px;
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
}
div.coaching-form-desc .image {
	display: inline;
}
.cms-coaching .page-title {
	display: none;
}
.cms-workshops .page-title {
	display: none;
}
.coaching-form-desc .coaching-title {
	margin-bottom: 10px;
	line-height: 1;
}
.coaching-form-desc .coaching-title img {
}
.coaching-form-desc .coaching-title span {
	font-size: 3.2em;
	text-transform: uppercase;
	display: inline-block;
	line-height: 100px;
}
.coaching-div #form_2_form {
	position: relative;
}
.coaching-div #form_1_form {
	position: relative;
}
/*.form-list label { font-family: "PT Sans Caption"; }*/
.cms-workshops .form-list input.input-text { /*width: 353px;*/
}
.fields-workshop-topic label {
	color: #0e57a1;
	font-size: 16px;
}
.coaching-div .buttons-set button.button {
	margin-right: 20px;
}
.coaching-div .page-title {
	display: none;
}
.coaching-div .fieldset-1 .legend {
	display: none;
}
.coaching-div .fieldset-2 .legend {
	display: none;
}
.coaching-form-desc ul {
	list-style: none;
}
.coaching-form-desc ul li {
	color: #0100c6;
	font-family: "PT Sans Caption";
}
/* Contact */
/* .cms-contact .page-title h1 { color: #28D90F; } */


.contact-div {
	padding: 20px;
	width: 585px;
	margin: 0 auto;
	padding-top: 0px;
	margin-top: -20px;
}
.contact-div ul li label {
	color: #0100c6;
	font-family: "PT Sans Caption";
}
.contact-div .page-title {
	display: none;
}
.contact-div h2.legend {
	display: none;
}
.contact-div #form_3_form {
	position: relative;
}
.contact-div .fieldset.fieldset-3 {
	width: 585px;
}
.contact-div #captcha-input-box-formbuilder {
	width: 100%;
	margin-bottom: 0;
}
.contact-div #captcha-input-box-formbuilder label {
	margin-right: 15px;
	text-align: right;
	width: 165px;
	float: left;
}
.contact-div #captcha-image-formbuilder {
	width: auto;
}
.contact-div #captcha-image-box-formbuilder {
	margin-left: 181px;
}
/* Category Page */

.category-description.std h2 {
	margin: 0;
	margin-bottom: 0.5em;
	color: #0100c6;
	/*font-family: "PT Sans", arial;*/
	font-size: 24px;
	font-weight: bold;
	font-style: normal;



	line-height: 1.2;
	text-rendering: optimizeLegibility;
}
.category-description.std li, .category-description.std p {
	color: #000000;
	font-size: 18px;
	line-height: 24px;/*font-family: arial;*/
}
#form_3_form label {
	color: #0100c6;
}
.book-cover img {
	display: none;
	max-height: 730px;
	max-width: 500px;
	z-index: 9999;
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -250px;
}
.catalog-category-view .products-grid .product-name {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #0100c6;/*margin-bottom: 20px;*/
}
.catalog-category-view ul.products-grid {
	position: relative;
}
.products-list {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.products-list .book-cover img {
	top: -50px;
}
.main .category-products .products-list li {
	margin: 0 auto 20px;
	width: 85%;
}
.products-list > li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.products-list .product-shop {
	float: right;
	width: 76.66667%;
	padding-left: 20px;
}
.products-list .product-shop .product-primary, .products-list .product-shop .desc {
	float: left;
	width: 54%;
	overflow: hidden;
	font-size: 16px;
	clear: none;
}
.products-list .product-shop .product-secondary {
	float: right;
	width: 35%;
	clear: right;
}
.products-list .product-shop .product-primary, .products-list .product-shop .desc {
	float: left;
	width: 54%;
	overflow: hidden;
	font-size: 16px;
}
.products-list .product-shop .desc {
	margin-top: 7px;
}
.products-list .product-shop .action {
	margin: 7px 0;
}
.products-list .product-secondary .action button {
	background-color: #fff;
}
.products-list .button, .cart-table .product-cart-actions .button {
	background: #09529F;
	display: inline-block;
	/*padding: 7px 15px;*/
	border: 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}
/*.products-list button.btn-cart {
    background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/addcart.jpg) no-repeat !important;
    width: 217px;
    height: 139px;
    background-repeat: no-repeat;
    color: transparent;
}*/

.products-list button.btn-cart {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/cart-icon.png) center left -2px no-repeat;
	background-repeat: no-repeat;
	/*box-shadow: 0 -1px 3px #E0E0E0;*/
	border-radius: 3px;
	padding-left: 32px;
}
.products-list button.btn-cart:hover {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/cart-icon-hover.png) center left -2px no-repeat;
}
/*.products-list button.btn-cart span {
    display: none;
}
.products-list button.btn-cart:hover span {
    background: none;
}*/

.products-list button.btn-cart > span {
	background: linear-gradient(to bottom, #FEFEFE, #E6E6E6) !important;
	padding: 5px 25px 6px 15px;
	width: 150px;
	text-transform: uppercase;
}
.products-list button.btn-cart > span > span {
	background: transparent !important;
	color: #2E3336;
}
.products-list button.btn-cart:hover > span {
	background: #97ca3d !important;
	color: white !important;
}
.products-list button.btn-cart:hover > span > span {
	color: white;
}
.products-list .product-shop .product-name {
	margin-bottom: 0;
}
.products-list .product-shop .product-secondary .product-name {
	margin: -39px 0 0 10px;
}
.products-list .subtitle, .products-list .sub-title {
	color: inherit;
}
.products-list .product-shop .price-box .price {
	font-size: 18px;
	font-family: "PT Sans Caption";
	color: #09529F;
}
.products-list .image-title {
	display: none;
}
.col-2.registered-users p.required {
	float: left;
}
#form-validate .buttons-set p.required {
	text-align: left;
	margin-top: -20px;
}
.tp-caption {
	font-size: 17px !important;
}
/*.post-entry{max-width:600px} Bartek*/
.category-description > p, .category-description > p > span, .std > p > span {
	color: #000000 !important;
	font-family: "PT Sans";
	font-size: 17px !important;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0px;
}
div.su-text {
	max-width: 750px !important;
}
div.su-text > p, .post-entry > p {
	color: #000000 !important;
	font-family: "PT Sans";
	font-size: 17px !important;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0px;
}
.blog-desc, .blog-title, .blog-home, .post-title, .post-view {
	max-width: 600px;
	margin: 0 auto;
}
div.product-name {
	color: #0100c6 !important
}
.post-list {
	margin: 0 auto;
	width: 90%;
}
.products-grid .item .content_wrapper .product-name {
	text-transform: none !important
}
.tp-caption.black.tp-fade.tp-resizeme.start:hover {
	text-decoration: none !important;
}
.tp-caption.black.tp-fade.tp-resizeme.start:hover a {
	text-decoration: none !important;
}

@media screen and (max-width: 980px) {
.footer-center, .footer-center-copyright {
	width: 100%;
}
/*.payment_block ul li{margin-left: 70px;}*/
}
.products-grid .actions button:hover > span > span {
	color: white !important
}
.product-block-inner .new-label {
	display: none;
}
.coaching-form-desc .image {
	margin-left: 0px !important
}
.cart .title-buttons .payButtonWidget {
	margin: 10px 10px 0 0
}
.checkout-onepage-index .pay-with-amazon-onepage-shortcut .payButtonWidget {
	text-align: left
}
.products-grid .actions .payButtonWidget {
	margin-top: 10px
}
.amazon-pay-button {
	margin-top: 10px;
}
.amazon-pay-button img {
	cursor: pointer;
}
/*-----------------------New css--------------------------*/

li.home a {
	color: #ffffff;
	font-weight: bold;
}
.breadcrumbs ul {
	color: #ffffff;
}

li.category87 a {
    color: #ffffff;
}

li.category87 a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.breadcrumbs ul li a {
    color: #ffffff;
}


/*-----------------------for menu--------------------------*/
#nav-mobile li.level0:nth-child(3) li:first-child {
    padding-left: 0px !important;
}

#nav-mobile li.level0:nth-child(2) li:first-child {
    padding-left: 0px !important;
}

#nav-mobile li.level0:nth-child(4) li:first-child {
    padding-left: 0px !important;
}

#nav-mobile li.level0:nth-child(5) li:first-child {
    padding-left: 0px !important;
}

#nav-mobile li:first-child li:first-child {
    padding-left: 0px !important;
}

#nav-mobile li.level0:nth-child(6) li:first-child {
    padding-left: 0px !important;
}


ul#nav {
	display: flex;
}
#nav li:first-child {
	order: 1;
}

#nav li.level0:first-child {
    background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/menu_home_blue.png) no-repeat;
    background-position: 12px 20px;
    padding-left: 42px;
}

#nav li.level0:first-child:hover{
	background:#DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/menu_home.png) no-repeat;
	background-position: 12px 20px;
	}




#nav li.level0:nth-child(2) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/symptome-blue.png) no-repeat;
	background-position: 12px 23px;
	order: 3;
	padding-left: 48px;
}
#nav li.level0:nth-child(2):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/symptome-white.png) no-repeat;
	background-position: 12px 23px;
}
#nav li.level0:nth-child(3) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/shopping-blue.png) no-repeat;
	background-position: 4px 24px;
	order: 3;
	padding-left: 43px;
}
#nav li.level0:nth-child(3):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/shopping-white.png) no-repeat;
	background-position: 4px 24px;
}
#nav li.level0:nth-child(4) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/verlag-blue.png) no-repeat;
	background-position: 3px 23px;
	order: 5;
	padding-left: 38px !important;
}
#nav li.level0:nth-child(4):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/verlag-white.png) no-repeat;
	background-position: 3px 23px;
}
#nav li.level0:nth-child(5) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/training-blue.png) no-repeat;
	background-position: 7px 22px;
	order: 4;
	padding-left: 46px;
}
#nav li.level0:nth-child(5):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/training-white.png) no-repeat;
	background-position: 7px 22px;
}
#nav li.level0:nth-child(6) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/blog-blue.png) no-repeat;
	background-position: 1px 22px;
	order: 2;
	padding-left: 38px !important;
}
#nav li.level0:nth-child(6):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/blog-white.png) no-repeat;
	background-position: 1px 22px;
}
#nav li.level0:nth-child(7) {
	order: 7;
}
/*------------------------------mobile--------------------------*/
#nav-mobile {
	display: flex;
}
#nav-mobile li:first-child {
	order: 1;
	padding-left: 30px !important;
}

#nav-mobile li.level0:first-child {
    background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/menu_home_blue.png) no-repeat;
    background-position: 8px 3px;
}

#nav-mobile li.level0:first-child:hover{
	background:#DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/menu_home.png) no-repeat;
	background-position: 8px 3px;
	}


#nav-mobile li.level0:nth-child(2) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/1.png) no-repeat;
	background-position: 4px 2px;
	order: 2;
	padding-left: 30px !important;
}
#nav-mobile li.level0:nth-child(2):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/blog-white.png) no-repeat;
	background-position: 4px 2px;
}
#nav-mobile li.level0:nth-child(3) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/symptome-blue.png) no-repeat;
	background-position: 4px 4px;
	order: 3;
	padding-left: 30px !important;
}
#nav-mobile li.level0:nth-child(3):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/symptome-white.png) no-repeat;
	background-position: 4px 4px;
}
#nav-mobile li.level0:nth-child(4) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/shopping-blue.png) no-repeat;
	background-position: 4px 2px;
	order: 5;
	padding-left: 30px !important;
}
#nav-mobile li.level0:nth-child(4):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/shopping-white.png) no-repeat;
	background-position: 4px 2px;
}
#nav-mobile li.level0:nth-child(5) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/training-blue.png) no-repeat;
	background-position: 4px 2px;
	order: 4;
	padding-left: 30px !important;
}
#nav-mobile li.level0:nth-child(5):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/training-white.png) no-repeat;
	background-position: 4px 2px;
}
#nav-mobile li.level0:nth-child(6) {
	background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/verlag-blue.png) no-repeat;
	background-position: 4px 3px;
	order: 6;
	padding-left: 30px !important;
}
#nav-mobile li.level0:nth-child(6):hover {
	background: #DCDCDC url(https://laxiba.de/skin/frontend/mm_laxiba/default/images/verlag-white.png) no-repeat;
	background-position: 4px 3px;
}
#nav-mobile li.level0:nth-child(7) {
	order: 7;
	padding-left: 30px !important;
}


/* ============================================================
   PATCH May 09 2026
   ============================================================ */

/* 1. Blue buttons on ALL stores (overrides green gradient on IT/ES/FR) */
a.laxiba-button,
a.laxiba-button.laxiba-green {
    background: -moz-linear-gradient(top, rgba(56,122,247,1) 0%, rgba(40,104,226,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(56,122,247,1) 0%, rgba(40,104,226,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(56,122,247,1) 0%, rgba(40,104,226,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#387af7', endColorstr='#2868e2', GradientType=0) !important;
    color: #fff !important;
}
a.laxiba-button:hover,
a.laxiba-button.laxiba-green:hover {
    background: rgba(40,104,226,1) !important;
    color: #fff !important;
}

/* (removed) */

/* 3. Subpage headings: left-aligned */
.catalog-category-view .page-title h1,
.catalog-product-view .page-title h1,
.cms-page-view .page-title h1,
.catalog-category-view h1,
.catalog-product-view h1,
.cms-page-view h1 {
    text-align: left !important;
}

/* 4. Homepage under-slider heading: no blue background, darker blue text, centered */
.under-slider-line {
    background-color: #ffffff !important;
    color: #0100c6 !important;
    border-bottom: 2px solid #d0d9f5 !important;
    text-align: center !important;
}
.under-slider-line p {
    color: #0100c6 !important;
    text-align: center !important;
    padding-left: 0 !important;
}

/* ==========================================
   1. BASE DESKTOP STYLE (Original Laxiba Look)
   ========================================== */
a.laxiba-button {
    display: inline-block !important;
    height: auto;
    line-height: 50px;
    padding: 0 27px;
    
    /* Branding Gradient */
    background: rgba(56,122,247,1);
    background: -moz-linear-gradient(top, rgba(56,122,247,1) 0%, rgba(40,104,226,1) 100%);
    background: -webkit-linear-gradient(top, rgba(56,122,247,1) 0%, rgba(40,104,226,1) 100%);
    background: linear-gradient(to bottom, rgba(56,122,247,1) 0%, rgba(40,104,226,1) 100%);
    
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    
    position: relative;
    z-index: 99;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Green Hover State */
a.laxiba-button.laxiba-green:hover { 
    background: #86c337;
    color: #fff !important;
}

/* ==========================================
   2. ISOLATED MOBILE FIX (Up to 1023px)
   ========================================== */
@media (max-width: 1023px) {
    a.laxiba-button {
        /* Force display & override any slider hiding rules */
        display: block !important;          
        visibility: visible !important;
        opacity: 1 !important;

        /* Stops overlapping by stacking buttons cleanly */
        width: max-content !important;      
        margin: 12px auto !important;       
        clear: both !important;             
        position: relative !important;      
        top: auto !important;
        left: auto !important;
        transform: none !important;

        /* Fluid sizing for mobile screens */
        line-height: clamp(38px, 5vw, 44px) !important; 
        padding: 0 clamp(16px, 4vw, 24px) !important;
        font-size: clamp(12px, 1.5vw + 8px, 14px) !important;
        
        /* Prevents text from breaking into two lines */
        white-space: nowrap !important;     
    }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://laxiba.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://laxiba.de/skin/frontend/mm_laxiba/default/css/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(https://laxiba.de/skin/frontend/mm_laxiba/default/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.tm-hide { opacity: 0; filter:alpha(opacity=0); }
.tm-checkbox {
	background: url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png') -3px -43px no-repeat;
	display:inline-block;
	width:17px;
	height:17px;vertical-align: middle;
}

.tm-radio { background: url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png') 0 -5px no-repeat;	display: inline;
	padding:0px;
   	height:17px; 
    vertical-align: middle;
   }

.tm-checked { background-position:-76px -44px ; }
.tm-selected { background-position: -73px -5px; }


.tm-checkbox-green {
	background: url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/magenmagic/sprite.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.tm-checked-green { background-position: 0 -18px; }
.tm-checkbox, .tm-radio { zoom: 1;}
.ie7 .tm-checkbox{ display:inline; }
/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
.sbHolder{
	 
	border: solid 1px #ddd; 
	position: relative;
	width: auto; 
	padding:3px 25px 3px 7px;
	text-align:left;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	  outline: none;
	overflow: hidden;	 
	top: 0;	 
	display:block;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
 
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-down.png") no-repeat scroll center center transparent;
	display: block; 
	outline: none;
	position: absolute;
	right: 4px;
    top: 8px;
	height:15px;
	width:15px;
 
}
 
.sbToggleOpen{
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-up.png") no-repeat scroll center center transparent;
} 
.sbOptions{
	background-color: #F3F2ED;
	border: solid 1px #e7e7e7;
	list-style: none;
	right: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px !important;
  width: 100%;
	z-index: 9999;
	overflow-y: auto;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:  5px;
}
.sbOptions li{
	padding: 0 7px;
	margin:0;
}
.sbOptions a{	 
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
	text-decoration:none;
}
 

/* display none until init */
.product-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}
.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url("https://laxiba.de/skin/frontend/mm_laxiba/default/img/magenmagic/grabbing.png") 8 8, move;
}

/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.customNavigation    { text-align: center; position:absolute;width:100%}
.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
    float: right;
    height: 22px;
    position: absolute;
    top: -34px;
    width: 22px;


}

.customNavigation a.prev {
  	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -234px 2px transparent;
    right: 85px;
}
.customNavigation a.prev:hover 	{ background-position: -234px -27px; text-decoration:none;}
.customNavigation a.next {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -204px 2px transparent;
    right:28px;
}
.customNavigation a.next:hover 	{ background-position: -204px -27px; text-decoration:none;}
 

/* Responsive menu Css Start */
	.nav-responsive span {
		display:inline-block;
		/*background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/menu_home.png") no-repeat 5px 12px transparent;*/
		padding: 13px 0 11px 5px;
	}
	.ie7 .nav-responsive span { display:inline;}
	.nav-responsive { cursor:pointer; display:none;  }
	#nav-mobile  ul  li{ list-style:none; position:relative;}
	.nav-responsive .expandable{
		 background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -122px -121px transparent;
		 height: 25px;
		 margin-left: 10px;
		 margin-top: 11px;
		 width: 22px;
	} 
	.responsive-menu { padding:0; position:relative;}
	
	.responsive-menu #nav-mobile{ 
		position:absolute; 
		z-index:9998;
		display:none; 
		margin-top:0px; 
		padding:1%;
		width:98%; 
		list-style:none;
		 box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
		 border-radius:5px;
	}
	.responsive-menu #nav-mobile ul{padding-left:12px;}
	.nav-responsive div,
	.responsive-menu .hitarea {
		 /*		background: none;*/
		 height: 20px;
		 width: 20px;
		 float: left;
		 cursor: pointer;
		 padding: 5px;
		 /*		margin-right:10px;
		 margin-top: 8px;*/
		 }

/*	.responsive-menu .expandable .collapsable-hitarea{ 		
		background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -237px -127px transparent;		 
	} 
	.responsive-menu .expandable-hitarea { 
		background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -208px -127px transparent;		 
	} 
	.responsive-menu .collapsable-hitarea { 
		background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -237px -127px transparent;		
	} */
	.responsive-menu .expandable .collapsable-hitarea{background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/minus_white.png") no-repeat 10px 6px  transparent;} 	
	.responsive-menu .expandable-hitarea{background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/plus_white.png") no-repeat 10px 6px transparent; float:right; margin-right:10px;}
	.responsive-menu .collapsable-hitarea{background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/minus_white.png") no-repeat 10px 6px transparent;}
	

/* Responsive menu Css End */


/*RESPONSIVE TABLE*/
.table-responsive { display:none; visibility:hidden;}	
.tm_responsive_container,
.tm_responsive_container_footer{ width:auto; overflow:hidden;}

.tm_responsive_group{
	float:left; 
    margin: 5px 0;
    padding: 3%;
    width: 93%; 
	border:1px solid #e7e7e7;
	color:#777;
	background:#FBFBFB  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:  5px;
}
.tm_responsive_row label{
  width: 100px;
  display:block;
  float:left;
  font-weight: bold;
}
.tm_responsive_row span{
  width: 250px;
  display:block;
  float:left;
}
.tm_responsive_row{
 overflow:hidden;
 border-bottom: 1px solid #EEEEEE;
 padding:10px 0;
}
.tm_responsive_row span .separator{ display:none; }
/*RESPONSIVE TABLE*/

.block-title {
	margin-bottom:10px;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides{ padding:0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style:none !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; clear:both; margin:0 0 10px 0; overflow:hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0; }

/* Direction Nav */
.flex-direction-nav {display:none; margin:0 !important; z-index:999; }
.flex-direction-nav  li{ list-style:none;}
.flexslider:hover .flex-direction-nav { display:block;  margin:0 !important;  }
.flex-direction-nav li a.flex-next
{ 
	 background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll  -42px -195px transparent;
    font-size: 0;
    height: 40px ;
    position: absolute;
    right: 10px;
    top: 40%;
    width: 40px;
	display:none;
	
}
.flex-direction-nav li a.flex-prev
{ 
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -2px -195px transparent;
    height: 40px !important;
    left: 10px;
    position: absolute;
    top:40%;
    width: 40px !important;
	font-size:0;
		display:none;
}
.flex-direction-nav li a.flex-prev:hover	{ background-position:-2px -242px;} 
.flex-direction-nav li a.flex-next:hover		{ background-position:-42px -242px;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom:10px; left:45%; margin:0 !important; padding:0 !important; z-index:99;}

.flex-control-nav li {margin: 0 3px;float:left; font-size:0; }
.flex-control-paging li a {
	background: url('https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png') -96px -193px no-repeat;
    
    cursor: pointer;
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
	font-size:0;
}
.flex-control-paging li a:hover ,.flex-control-paging li a.flex-active{ background-position:-96px -215px; }
.flex-control-paging li a.flex-active{  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 
.grabbing { 
    cursor:url(https://laxiba.de/skin/frontend/mm_laxiba/default/image/magenmagic/grabbing.png) 8 8, move;
}


/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	list-style:none;
}
.customNavigation    { text-align: center; position:relative;width:100%}
.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color:transparent;
	display: block;
    float: right;
    height: 22px;
    position: absolute;
    top: -30px;
    width: 22px; 
	 text-indent: -9999px;
	 cursor:pointer;
} 
.customNavigation a.prev {
  	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -206px 2px  transparent;
    right:24px;
}
.customNavigation a.prev:hover 	{ background-position: -206px -27px; text-decoration:none;}
.customNavigation a.next {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -236px 2px transparent;
    right:0px;
}
.customNavigation a.next:hover 	{ background-position: -236px -27px; text-decoration:none;}

/**************** additional carousel start *******************/
.additional-carousel .product-carousel{  width:auto; margin:0 15px; }
.additional-carousel .customNavigation a.prev {
  	background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -203px -265px transparent;
    left:-3px;
	top:33px;
	z-index:999;  
	  text-indent: -9999px;
	cursor:pointer;
}
.additional-carousel .customNavigation a.prev:hover 	{ background-position: -203px -295px; text-decoration:none; z-index:999;}
.additional-carousel .customNavigation a.next {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -233px -265px  transparent;
    right:-7px;
	top:33px;
	cursor:pointer;
	z-index:999; 
	 text-indent: -9999px;
}
.additional-carousel .customNavigation a.next:hover 	{ background-position: -233px -295px; text-decoration:none; z-index:999;}
.additional-carousel .slider-item {   float: left;  width: 90px; }
.additional-carousel .slider-item .product-block{ background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
    clear: both;
    margin: 4px 7px;
    overflow: hidden;}

/**************** additional carousel End *******************/

.product-info .product-image .customNavigation    { text-align: center; position:absolute; width:100%; z-index:9;}
.product-info .product-image .customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	display: block;
    float: right;
    height: 20px;
    position: absolute;
    top: -34px;
    width: 16px;
}

.product-info .product-image .customNavigation a.prev {
  	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/image/magenmagic/sprite.png") no-repeat scroll -11px -60px transparent;
    left:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.prev:hover 	{ background-position: -11px -90px; text-decoration:none;}
.product-info .product-image .customNavigation a.next {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/image/magenmagic/sprite.png") no-repeat scroll -43px -60px transparent;
	right:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.next:hover 	{ background-position: -43px -90px; text-decoration:none;}

/*.related-products .customNavigation{ width:97%;}
.related-products .customNavigation a.prev {
  	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/image/magenmagic/sprite.png") no-repeat scroll -204px 2px transparent;
    right:25px;
	top:-20px;
}
.related-products .customNavigation a.prev:hover 	{ background-position: -204px -27px; text-decoration:none;}
.related-products .customNavigation a.next {
	background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/image/magenmagic/sprite.png") no-repeat scroll -234px 2px transparent;
	right:0px;
	top:-20px;
}
.related-products .customNavigation a.next:hover 	{ background-position: -234px -27px; text-decoration:none;}
*/


@media only screen and (min-width: 1280px) {
.coaching-form-desc .image { margin-left: 100px; }
}

/* Media for 980px to 1153px */
/* 980px <= width < 1153px */
@media only screen and (min-width: 980px) and (max-width: 1153px) {

.header, .main,.col-main,.page{ width:960px; }
.footer{width:900px;}

.col-main { float:left; width:750px;}
.col-left { float:left; width:180px;}
.col-right { float:right; width:180px; margin-left:0;}
 
.col3-layout .col-main { width:520px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:720px; }
.product-view .product-shop{ width:432px; }
.col1-layout .product-view .product-shop{ width:623px; }
.block-banner img{ max-width:100%; }
#footer .mobile_togglemenu{ display:none;  }
#footer .footer-area{ width:223px; }
.col1-layout .product-view .product-shop{ width:620px; }
.cart .cart-collaterals .col1-set , .cart .cart-collaterals .col2-set , .cart .totals{ width:100%; }
 .subbanner .slides  img{width:100%;}
 .subbanner li{width:370px;}
 #footer .footer-area, .static_link1, .static_link2, .static_link3{width:210px;}
 .products-list li .list-center{width:510px;}
.block-subscribe input.input-text{width:104px;}
.nav-inner #nav li.level-top > a {font-size: 0.9em;}
}

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

.header, .nav-inner, .main,.page{ width:724px;  }
/*.footer{width:722px;}*/
.footer{width:auto;}
.footer{ padding:10px 0; }
.header_top,.header-bottom{width:70%;}
.header_center {margin-top: 10px}
/*.col-main , .col3-layout .col-wrapper,.col2-left-layout .col-main{ width:549px;} Bartek*/
.col-main , .col3-layout .col-wrapper,.col2-left-layout .col-main{ width:100%;} 
/*.col3-layout .col-main, .col2-left-layout .col-main{ width:374px; }  Bartek */
.col-left,.col-right { width:165px;}
 .subbanner .slides  img{width:100%;}
  .subbanner li{width:269px;}
 #advancedmenu{ display:none; }
.advanced_nav{ display:block; }
#zoom-btn , .mousetrap {display:none !important; }
#zoom1 {cursor:default !important; }
 
.header .quick-access{ width:490px;  margin: 40px 0 0; }
.header .welcome-msg{float:right;margin:5px 0 0 ;clear:both;}
.footer .mobile_togglemenu{ display:block; }
#footer ul{ display:none; margin-bottom:10px; }
#footer .footer-area{ width:100%; margin-right:0; }
.products-list li .list-center{ width: 310px;}
.product-view .product-shop{   width: 100%; }
.cart .cart-collaterals .col2-set, .cart .totals{ width:100%; }
.checkout-progress{ padding: 0 10px; }
.form-list li.wide select , .form-list li.wide .input-box {width: 400px;}
.gift-messages-form .item .details .form-list li.wide .input-box , .form-list li.wide input.input-text{ width:100%; }
.col1-layout .product-view .product-shop{ width: 405px;}
.padder h6 { display:block; padding:5px;line-height: 25px;border-radius:5px; }
.product-view .tabs{ display:none !important; }
.contacform{ width:100%; margin-bottom:10px; padding:0; margin-right:0; border:none; }
.googlemap{ width:100%;margin-bottom:10px;  }
.block-banner img , .category-image img{ max-width:100%;}
.toolbar .pager .pager_right{ float:left; margin-top:8px; clear:both; }
.footer_bottom ul.links{display:block;text-align:center; float:none; margin-bottom:5px; }
.footer address{ float:none;text-align:center; clear:both; }
.product-collateral .padder{ padding-left:0; padding-right:0; }
.padder ol{ display:none; margin-bottom: 15px;}
.padder > div{ display:block !important;  }
#footer .block-subscribe input.input-text{ width:98%; }
.block-subscribe .block-title strong {    display: inline;}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{ width:90%; }
.cart .cart-collaterals .col1-set{width:100%;}
.send-friend .form-list li.wide .input-box{width:92%;}
.send-friend .form-list li.wide textarea{width:100%;}
#footer .footer-area, .static_link1, .static_link2, .static_link3{width:100%;margin:0;}
.footer_top {padding: 10px;width:auto;}
#footer h6, #footer .block .block-title strong{ margin-bottom: 5px;padding: 5px 0 8px;    border-bottom: 1px dashed #1F5168;}
#footer .social_block h6{display:block;border-bottom:none;}
 .form-list input.input-text{width:200px;}
 .form-list select{width:210px;}
#my-orders-table {display: inline;float: left;overflow: scroll; width: 100%;}
.product-block .product-image > img {width: 100%;}
.block-subscribe input.input-text{width:89px;}
.review-inner{width:670px;}
.review-outer{width:740px;}
div.coaching-form-desc div.coaching-div{width:535px;}

.footer .social_block{margin: 0 auto;width: 180px;float: none;}
.footer .payment_block{margin: 0 auto;width: 210px;float: none;}
.footer .payment_block:after{content: '';display: table;clear: both;}
.footer-center{width: 300px;text-align: center;}

#coaching-page-block{width: 100% !important;}
#coaching-page-block1{width: auto !important;float: none !important;margin-left: 0px !important;}
#coaching-page-block2{width: auto !important;float: none !important;margin-left: 0px !important;}

.cms-workshops .requiree{bottom: 37px !important;}
.cms-workshops .req-star{bottom: 40px !important;}
.cms-workshops .level0{padding: 0px !important;}




}
/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {
.page{
    width:auto;
    /*margin:-187px 15px 0;  не нужный отступ! */
    margin: 0 auto;
    padding:0 0 10px;
}
.header, .main { width:auto;  margin:0 10px;  }
.nav-inner {width: 100%}
.footer{width:auto;margin:0;}
.footer-container{margin:0 10px;}
.header_top,.header-bottom{width:100%; float:none;}
.header_center {
    float: left;
    width: 100%;
    padding-left: 0px;
	}

.header_right {float:none;height:60px;width:auto;text-align:center}
.header-bottom{margin-bottom:10px;}
.col-left ,.col-right  ,.col-main{ width:100%;}
.col-main{ margin-bottom:10px; }
.col-left .block-content ,.col-right .block-content{ display:none; }
.col3-layout .col-wrapper , .col-main , .col3-layout .col-main{  width:100%;}
.toggle .mobile_togglecolumn {
    display: block;
}
 .block-banner{ display:none; }
.block .block-content{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:  5px;}

/********** Header Setting *************/
.header a.logo {padding: 20px 0 0;}
.header .logo{  margin: 0 auto;
    text-align: center;
    text-decoration: none !important;
   float:none;
   
   }
.header .quick-access{ margin:10px 0; width:100%;}
.header .form-search{ float: none;margin: 0 auto;}
.header .welcome-msg{    margin: 20px 0 0;text-align: center;width: 100%; }
.header .links{ display:none; float:none; text-align:left; position:absolute; background:#F3F2ED;border:1px solid #e7e7e7; }
.tm_headerlinks_inner{ display:block; cursor:pointer; padding:9px 0;  }
.header .links { margin:0; top:38px; width:176px; /*right:0;*/z-index:1;border-radius:0 0 5px 5px; }
.header .links li{ display:block; float:none; background:none; padding:0px !important }
.header .links li a{ text-decoration:none; padding: 5px; display:block; background: none; border: none; color: #777; font-size: 14px; text-align: left;}
.header .links li.first a:before {background: none}
.header .links li.first a {padding-left: 5px}

.header .tm_top_currency { /*float:left;*/ float:none; text-align:center; display: inline-block }
.header .tm_top_currency {border-radius:5px 0 0 5px ;}
.header .tm_top_currency {
 width:40%; margin:0 1px 0 0px;  position:relative; background:#E3E2DD; display:inline-block; padding: 0px;}
.form-language .sbHolder .sbOptions{border-radius:0 0 5px 5px ;}
 .form-language .sbHolder, .tm_top_currency .sbHolder{ border:none; padding:0 0 0 0; background:none; float:none; }
 .form-language .sbHolder > a, .tm_top_currency .sbHolder > a{  text-align:center; padding:8px 0; top:5px; }
 /* .form-language .sbHolder > a.sbToggle, .tm_top_currency .sbHolder > a.sbToggle{background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-down-resp.png") no-repeat center transparent;}
   .form-language .sbHolder > a.sbToggleOpen, .tm_top_currency .sbHolder > a.sbToggleOpen{background:url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-up-resp.png") no-repeat center transparent;}*/
 .form-language .sbHolder .sbOptions, .tm_top_currency .sbHolder .sbOptions{ width:174px !important; /*left:0;*/ top:38px !important; text-align:left; }

 .header-bottom .header-cart{ border-radius: 0 5px 5px 0;}
 .header-cart {
    float: none;
     display: inline-block;
   margin: 0 -1px 0 0;
    position: relative;
	 width:25%;
	 background:#E3E2DD; padding:0;
	  border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.tm_headerlinkmenu {
	float:left;
	width:25%;
	background:#E3E2DD;
	padding:0;
	margin-left: 0;
	margin-top: 8px;
}

.form-language {
	float: left !important;
	width: 74%;
	background:#E3E2DD;
	margin-left: 1%;
}

.cart_mini_right{ background:none; padding:8px 0; color:#777; margin:0 0 0 1px;
border:none; float:none; text-align:center; }
.header .header-cart #panel{ top:38px; }
.cart_mini_right .price{ display:none;}

/********** Header Setting *************/
.products-list li .list-center {    margin-top: 15px;    width: 100%;}
.col2-set .col-1 , .col2-set .col-2,.box-account .col2-set .col-1{  width:100%; }
.box-account .col2-set .col-1{ padding-right:0; border:none; margin-bottom:15px;}
.order-info-box .col-1{ margin-bottom:15px; }
.product-view .product-img-box { margin:0 auto 20px; float:none; }
.product-shop{ width:100% !important;}
.header .form-language label , .header .tm_top_currency label { display:none !important; }

#super-table{ clear:both; }
#new-wishlist-table .add-to-cart-alt button.button span{ width:auto !important;  }
.form-list li.wide textarea{ width:100%; }
.form-list li.fields .name-firstname{ margin-bottom:10px; }
#my-tags-table, .checkout-multishipping-overview .data-table {display:inline;float:left;width:100%;overflow:scroll;}
.multiple-checkout colgroup { width: 100%;} 
.shopping_CMS_main1 img { width: 100%;}
.block .block-title{border-radius:5px;}
.subbanner li{width:48%;}
.subbanner li.last{float:right;}
.product-block .product-image > img {max-width: 100%;}
#my-orders-table colgroup{width:100%;}
.cart_qty{float:none;display:inline;}
.header-cart .right_arrow{float:none;display:inline-block;margin:0 0 0 0;   
background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-down.png") no-repeat scroll center center transparent;}
.header-cart .active .right_arrow {background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/arrow-up.png") no-repeat scroll center center transparent;}
.block-subscribe input.input-text{width:139px;}
.form-language select{display:none !important;}
.form-language .sbHolder{display:block;}
.review-inner{width:445px;}
.review-outer{width:515px;}
div.coaching-form-desc div.coaching-div{width:auto;}
.req-star {bottom:28px;left:29px;}
.requiree {bottom:28px;left: 37px;}
.products-list .product-shop .product-name {  margin-bottom: 10px;  text-align: center; }
.products-list .product-shop .action {text-align: center}

.cms-workshops .requiree{bottom: 37px !important;}
.cms-workshops .req-star{bottom: 40px !important;}
.cms-workshops .level0{padding: 0px !important;}

.cms-workshops .std ul li{margin-left: 0px !important;}
.cms-workshops .input-box-workshop-topic{width: 104%;}
.cms-workshops .input-box-workshop-country{width: 104%;}
.cms-trainer .input-box-coaching-country{width: 104%;}

.cms-trainer .requiree{bottom: 38px !important;}
.cms-trainer .req-star{bottom: 40px !important;}


/*------------------------------new css----------------------*/

.breadcrumbs {
    background: none;
    border-bottom: 1px solid #2868e2;
}


.breadcrumbs ul {
    color: #2868e2;
}

li.home a {
    color: #2868e2;
}

.breadcrumbs li strong {
    color: #2868e2;
}

#nav ul li a, .responsive-menu a {
    font-size: 16px;
    font-weight: bold;
}

li.category87 a {
    color: #2868e2;
}

.sidebar .block.block-side-nav-container {
    display: none;
}

.sidebar .block.block-layered-nav {
    display: none;
}

.sidebar .block.block-list.block-compare {
    display: none;
}

.sidebar .block.block-related {
    display: none;
}

.breadcrumbs li:first-child a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.breadcrumbs a:hover {
	color: #0e57a1 !important;
	text-decoration:none;
}
.cart .title-buttons .checkout-types li button.button.btn-proceed-checkout.btn-checkout {
    float: right;
    width: 130px;
}

button.btn-checkout span {
    padding: 0;
}

.breadcrumbs ul li a {
    color: #2868e2;
}
.breadcrumbs ul li.home {
    display: none;
}




}


@media only screen and (min-width: 650px) and (max-width: 767px) {
	.products-list li .list-center {      margin: 0 0 10px; width: 62%;}
	
}
@media only screen and (max-width: 649px) {
	.products-list li .list-center {    margin-top: 10px;    width: 100%;}
	.cms-contact .req-star{bottom: 39px !important;left: 5px !important;}
    .cms-contact .requiree{bottom: 37px !important;left: 15px !important;}
}
@media only screen and (max-width: 579px) {
	.review-inner{width:220px;} .review-outer{width:290px;}
	.contact-div{width: auto !important;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.form-list li.wide .input-box{width: 260px;}
.form-list li.wide input.input-text{ width: 250px;}
.cms-workshops .std ul li{margin-left: 0px !important;}
.cms-workshops .input-box-workshop-topic{width: 104%;}
.cms-workshops .input-box-workshop-country{width: 104%;}
.cms-trainer .input-box-coaching-country{width: 104%;}

.cms-trainer .requiree{bottom: 38px !important;}
.cms-trainer .req-star{bottom: 40px !important;}
}

/* Landscape phones and down */
@media only screen and (max-width: 479px) {
.form-list .field , .form-list .input-box ,.form-list li.wide .input-box { width:100% !important; }
.form-list input.input-text , .form-list li.wide textarea, .form-list select , .tm_responsive_row select , 
.product-view .box-tags .form-add input.input-text{width:90% !important; }
.cart_mini_right{ display:none; }
.cart-label{ background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/cart-respo.png") no-repeat scroll center center;
    height: 20px;
    margin: 0 auto;
        padding: 9px 0;
    text-align: center;
      cursor:pointer; }
.checkout-progress{ padding:0 50px; }
.checkout-progress li{width:100% ;margin:0 0px 5px 0;}
.cart_mini_right .price{ display:none; }
.tm_responsive_row label , .tm_responsive_row span{width:100% ;margin:0 0px 5px 0;  }
.tm_responsive_row span .separator{ display:none;}
.gift-messages-form .item .details{ margin-left:0; margin-top:15px; }
.product-view .product-img-box{ width:271px; }
.product-view .product-img-box .product-image img{ width:100%; }
.email-addto-box .email-friend{ float:none; margin-bottom:8px; }
.googlemap iframe{ width:100%  !important; }
.col3-set .col-1 , .col3-set .col-2 , .col3-set .col-3 { width:100%; margin-bottom:10px; }
.my-wishlist textarea{ width:90%; }
#my-tags-table td , #my-reviews-table td{ display:block; }
.additional-carousel .slider-item .product-block img{ margin:0 auto; text-align:center; display:block;  }
.product-view .product-shop .availability{ float:none; text-align:left; }
#product-review-table .nobr{  white-space: normal !important; }
#product-review-table td , .data-table thead th{  padding: 5px 3px; }
#product-review-table{ margin:10px 0; }
.buttons-set .back-link{ margin-bottom:10px; margin-right:10px; }
.buttons-set button.button{ float:left; margin-left:0;  margin-top: 20px; }
.pager .limiter{ margin-bottom:10px; }
.pager .pager_right .sort-by{ float:none; }
.products-list li .list-right{ width:100%; }
.products-grid li.item{margin-right: 0;}
.multiple-checkout .place-order .grand-total .inner div { display: inline-block;  margin-top: 10px;}
.pager .pages,.pager .limiter,.pager .pager_right .sort-by{float:left;margin:5px 0;}
.subbanner{display:none;}
.multiple-checkout .place-order .grand-total .inner div{margin-top:0;}
.multiple-checkout .place-order .grand-total big{margin-bottom:10px;}
div.coaching-form-desc .image { display: none; }

.customer-account-create .buttons-set button.button{margin-top: 0px !important;}
.customer-account-create .control{width: 200px !important;}

.cms-workshops .requiree{bottom: 37px !important;}
.cms-workshops .req-star{bottom: 40px !important;}
.cms-workshops .level0{padding: 0px !important;}
.cms-workshops .std ul li{margin-left: 0px !important;}
.cms-workshops .input-box-workshop-topic{width: 104% !important;}
.cms-workshops .input-box-workshop-country{width: 104% !important;}
.cms-trainer .input-box-coaching-country{width: 104% !important;}

.cms-trainer .requiree{bottom: 38px !important;}
.cms-trainer .req-star{bottom: 40px !important;}

#nav-mobile .level0{padding: 0px !important;}

.products-div{width: auto !important;}

}

/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) { }
@media only screen and (max-width: 319px){
.header-cart .right_arrow{ padding:0; background:none; }
.cart .discount .input-box { width:100% !important; }
#footer .block-subscribe input.input-text , .form-list textarea , .cart .discount input.input-text{  width:95%;}
.checkout-progress{ padding:0 10px; } 
.opc .step{ padding:15px 15px; } 
.product-view .product-img-box , .product-view .product-img-box .product-image img{ width:100%; } 
.product-view .product-shop .add-to-links li{ display:block;margin-bottom:8px; }
.product-view .product-shop .availability{ float:none; text-align:left; }
.my-wishlist .buttons-set button.button{ margin:5px 0; text-align:left;}
#product-review-table thead{ display:none; }
.form-language .sbHolder, .tm_top_currency .sbHolder{flat:none; text-align:center; padding:0; }
.form-language .sbHolder .sbToggle , .tm_top_currency .sbHolder .sbToggle { display:none; }
button.btn-checkout span{padding:0 10px;}
.multiple-checkout button.button span,.multiple-checkout .back-link a{font-size:11px;}
.products-list .add-to-links li{float:left;clear:both;}
.products-list .add-to-links .separator{display:none;}
.form-list input.input-text , .form-list li.wide textarea, .form-list select , .tm_responsive_row select , 
.product-view .box-tags .form-add input.input-text{width:88% !important; }
.cart .totals tfoot th strong, .cart .totals tfoot td strong{font-size:17px;}
.header .form-search{width: 145px;}
.header .form-search input.input-text{width:101px;}
.header .logo{min-height:80px;}
.logo > img{max-width:100%;}
.form-language .sbHolder .sbOptions,.tm_top_currency .sbHolder .sbOptions,.header .links{width:138px !important;}
.header .header-cart #panel{width:167px;}
.form-language .sbHolder > a, .tm_top_currency .sbHolder > a{font-size:11px;}
.ratings .amount{float:left;    margin: 10px 0 0;clear:both}
.products-list .product-image > img { width: 100%;}

.multiple-checkout .place-order .grand-total big {font-size: 17px;margin: 0px 12px 5px 0;}
.block-subscribe input.input-text{width:114px;}
.customer-account-create .control{width: 200px !important;}

.cms-workshops .std ul li{margin-left: 0px !important;}
.cms-workshops .input-box-workshop-topic{width: 104% !important;}
.cms-workshops .input-box-workshop-country{width: 104% !important;}
.cms-trainer .input-box-coaching-country{width: 104% !important;}
#nav-mobile .level0{padding: 0px !important;}
}

@media only screen and (max-width:240px) {}




@media (max-width: 1024px) {
    .homepage-links ul {
        display: block;
    }

    .homepage-links ul li:nth-child(4) {
        border-left: none;
        border-top: 1px dotted;
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media (min-width: 420px) and (max-width: 620px) {
    .homepage-links ul li:nth-child(4) {
        border-left: 1px dotted;
        border-top: 1px dotted;
    }
}


@media (max-width: 1280px){
    .std{width: 100% !important ;}
    .control.hide-select{}
}
@media (max-width: 600px){
    .contact-div #captcha-image-box-formbuilder{margin-left: 0px;margin-top: 20px;}
    .std{width: 100% !important ;}
    .fieldset.fieldset-3{width: 100% !important;}
    .fieldset.fieldset-5{display: none;}
    
    #form_3_form .form-list .field{text-align: left;}
    
    .control.hide-select{display: block;  width: 60px !important;}

    .products-list .product-shop .product-primary, .products-list .product-shop .product-secondary, .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
}


 

@media (max-width: 400px){
    .control{width: 65px !important;}
    .control.hide-select{  margin-left: 45px !important;margin-top: 10px;}
    .customer-account-create .control{width: 200px !important;}
    .form-list .control label{margin-left: 1px;}
    #recaptcha_table{  margin-left: -10px !important;}
    #recaptcha_area, #recaptcha_table{width: 300px !important;}
    .form-list.txt1 .txtgut:nth-child(2){  text-align: left !important;
  width: 25%;
  word-wrap: break-word;
  float: right;
  font-size: 0.9em;
  border-left: 1px solid gray;
  padding-left: 10px;}
 .block .block-content{ width: 310%;}  
 .block .actions{text-align: left !important}  
    .input-box.input-box-team-agree .control,.input-box.input-box-team-mail .control{width: 100% !important;}
    .cms-workshops .std ul li{margin-left: 0px !important;}
.cms-workshops .input-box-workshop-topic{width: 104% !important;}
.cms-workshops .input-box-workshop-country{width: 104% !important;}
.cms-trainer .input-box-coaching-country{width: 104% !important;}
#nav-mobile .level0{padding: 0!important;}
/*li.level1 {padding-right:30px;}*/

li.txtgut{margin-bottom: -20px !important;}
.cms-symptoms-match .tm-radio{margin-left: 7px !important;}
.cms-symptoms-match input-box-team-country{width: 104% !important;}
#products-div{width: auto !important;}
.tp-caption{display: none !important;}
.mm-product-image{width: 100% !important; margin-left: 0px !important;}
.tp-bullets.simplebullets.round-old{bottom: 6px !important;}

.customer-account-login .col-1.new-users .buttons-set{  margin-top: 70px;}
.customer-account-login .col-2.registered-users .buttons-set{  margin-top: -130px;}

.customer-account-login .col-2.registered-users .buttons-set  a{width: 100%;float: left !important;text-align: left;}

.block .block-content{width:94% !important;}
/*	.responsive-menu .expandable-hitarea{background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -208px -110px transparent;}
	.responsive-menu .collapsable-hitarea{background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/sprite.png") no-repeat scroll -237px -108px transparent;}*/
.responsive-menu .expandable-hitarea{background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/plus_blue.png") no-repeat 10px 6px transparent;}
.responsive-menu .collapsable-hitarea{background: url("https://laxiba.de/skin/frontend/mm_laxiba/default/images/minus_blue.png") no-repeat 10px 6px transparent;}
}

div#advancedmenu {
	-webkit-transform: translate3d(0,0,999999999999999999999999999);
}

.tp-leftarrow {
}

.tp-rightarrow {
}

/* Slider button FOUC fix - hide until RevSlider positions it */
.rev_slider .laxiba-button.hide-init {
	visibility: hidden !important;
	opacity: 0 !important;
}
.rev_slider .laxiba-button.hide-init.show-init {
	visibility: visible !important;
	opacity: 1 !important;
}

/* Mobile slider buttons */
@media (max-width: 780px) {
    .rev_slider a.laxiba-button {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        line-height: 40px !important;
        padding: 0 14px !important;
        height: 40px !important;
        display: inline-block !important;
    }
    .rev_slider_wrapper .tparrows,
    .rev_slider_wrapper .tp-bullets {
        display: none !important;
    }
    body.catalog-category-view .products-grid li.item,
    body.catalog-product-view .products-grid li.item {
        display: block !important;
        float: none !important;
        margin: 10px auto !important;
        width: 95% !important;
        max-width: 320px !important;
    }
    body.catalog-category-view .products-grid li.item .product-block,
    body.catalog-product-view .products-grid li.item .product-block {
        margin: 0 auto !important;
        min-width: 0 !important;
        width: 100% !important;
    }
}

/* Force left-align on headings */
.catalog-category-view h1,
.catalog-product-view h1,
.cms-page-view h1,
.catalog-category-view .category-description h1,
.catalog-category-view .std h1 {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(https://laxiba.de/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}

.hesperiden.tparrows{cursor:pointer;background:rgb(56,122,247) !important;width:40px;height:40px;position:absolute;display:block;z-index:100;  border-radius:50%}
.hesperiden.tparrows:hover{background:rgba(56,122,247,0.5) !important}
.hesperiden.tparrows:before{font-family:"revicons";font-size:20px;color:#fff;display:block;line-height:40px;text-align:center}
.hesperiden.tparrows.tp-leftarrow:before{content:"\e82c";  margin-left:-3px}
.hesperiden.tparrows.tp-rightarrow:before{content:"\e82d";  margin-right:-3px}

