/* pathway-gothic-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pathway-gothic-one-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  line-height: normal;
  -webkit-text-size-adjust:none;
  width: 100%;
  height: 100%;
}
.font15 {
	font-size: 15px;
}
input::-moz-focus-inner /*Remove button padding in FF*/ { 
    border: 0;
    padding: 0;
}
#wrapper {
	width: 100%;
	overflow: hidden;
}
.outer_margin {
    margin: auto;
	width: 100%;
    max-width: 1140px;
}
.outer {
	float: left;
	width: 100%;
}
#wechsler {
	float: left;
	width: 100%;
}
#top_o {
	float: left;
	position: relative;
	z-index: 130;
	width: 100%;
	background: #fbf6ec;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 5px 7px 0px rgba(50, 50, 50, 0.25);
}
#logo {
	float: left;
	width: 334px;
	padding-top: 14px;
	padding-bottom: 11px;
	padding-left: 3.421%;
	width: 29.298%;
}
#logo img {
	width: 100%;
	height: auto;
}
#mobilenav {
	float: left;
	width: 100%;
	position: absolute;
}
#menu_o {
	float: right;
	width: 62%;
	width: 665px;
}
#menu, #topmenu {
	width: 100%;
	float: left;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-top: 12px;
}
#topmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a7a9ac;
	padding-right: 15px;
}
#topmenu ul li a, #topmenu ul li a:link, #topmenu ul li a:visited {
	color: #000000;
}
#topmenu ul li a:hover, #topmenu ul li a.active {
	color: #9b1f23;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 32px;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 23px;
	line-height: 23px;
	color: #a7a9ac;
	border-left: 1px solid #9b1f23;	
}
#menu ul li.first {
	display: none;	
}
#menu ul li.last {
	border-right: 1px solid #9b1f23;	
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color: #a7a9ac;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
#menu ul li a:hover, #menu ul li a.active {
	color: #9b1f23;
}
/*Ebene 2*/
#menu ul ul {
	display: none;
}
#carousel {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.bubbleInfo, .bubbleInfoS {
	cursor: pointer;
}
.trigger {

}
.popup {
    position: absolute;
	z-index: 90;
    display: none; /* keeps the popup hidden if no JS available */
	background-image: url(../images/bg_bubble.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 69px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bubbleInner {
	padding: 15px;
	padding-top: 9px;
	text-align: left;
}
#main_o {
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.bg_greyfull {
	float: left;
	width: 100%;
	background: #d1d3d4;
	height: 25px;
	overflow: hidden;
}
.col63 .bg_greyfull {
	margin-top: -30px;
}
.grey_left {
	float: left;
	margin-left: 7.192%;
	width: 40%;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
}
.grey_right {
	float: right;
	margin-right: 7.719%;
	width: 40%;
	text-align: right;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.grey_right.gr_r_full {
	width: 90%;
}
.grey_right a, .grey_right a:link, .grey_right a:visited {
	background-image: url(../images/doppelpfeile.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	font-weight: bold;
}
a.grey, a.grey:link, a.grey:visited {
	float: left;
	width: 100%;
	background: #d1d3d4;
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: hidden;
	background-image: url(../images/doppelpfeile_2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 50px;
	font-weight: bold;
	text-align: right;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
}
h1 .backlink a, h1 .backlink a:link, h1 .backlink a.grey:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/doppelpfeile_2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 50px;
	font-weight: bold;
	margin-left: 75px;
}
.nachricht {
	float: left;
	width: auto;
	-webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    5px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         5px 0px 5px 0px rgba(50, 50, 50, 0.75);
margin-top: 39px;
border-radius: 5px;
background: #e9d6ce;
}
.nachricht a, .nachricht a:link, .nachricht a:visited {
	
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	
	
	
}
.col50 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 margin-top: 20px;
	 margin-bottom: 20px;
	 text-align: justify;
}
.dotted {
	border-right: 1px dashed #d1d3d4;
}
#footer {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-top: 25px;
	 margin-bottom: 75px;
	 font-size: 14px;
}
a.red, a.red:link, a.red:visited,
.red a, .red a:link, .red a:visited, .red  {
  text-decoration: none;
  color: #9b1f23;
}
#left {
	float: left;
	width: 16.5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-left: 10px;
	 margin-top: 38px;
	 padding-bottom: 50px;
}
#left2 {
	float: left;
	width: 2.19%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-left: 10px;
	 margin-top: 38px;
	 padding-bottom: 50px;
	 height: 100px;
}
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dashed #d1d3d4;
	padding-top: 1px;
	padding-bottom: 2px;
}
#menu ul li.first {
	display: none;	
}
#left ul li a, #left ul li a:link, #left ul li a:visited {
	color: #000000;
	padding-right: 15px;
	background-image: url(../images/bg_submenu.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#left ul li a:hover, #left ul li a.active {
	color: #9b1f23;
}
/*Ebene 2*/
#left ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px dashed #d1d3d4;
	padding-top: 1px;
	padding-bottom: 2px;
}
#menu ul ul li.first {
	display: none;	
}
#left ul ul li a, #left ul ul li a:link, #left ul ul li a:visited {
	color: #000000;
	padding-right: 15px;
	background-image: url(../images/bg_submenu.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-left: 20px;
	font-size: 14px;
}
#left ul ul li a:hover, #left ul ul li a.active {
	color: #9b1f23;
}
/*Ebene 3*/
#left ul ul ul li a, #left ul ul ul li a:link, #left ul ul ul li a:visited {
	color: #000000;
	padding-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-left: 40px;
}
#left ul ul ul li a:hover, #left ul ul ul li a.active {
	color: #9b1f23;
}
/*Ebene 4*/
#left ul ul ul ul li a, #left ul ul ul li ul a:link, #left ul ul ul ul li a:visited {
	color: #000000;
	padding-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-left: 65px;
}
#left ul ul ul ul li a:hover, #left ul ul ul ul li a.active {
	color: #9b1f23;
}
.clr {
	clear: both;
}
.align-left,
.csc-header-alignment-left,
.ce-headline-left,
.text-left {
	text-align: left;
}
.align-center,
.csc-header-alignment-center,
.ce-headline-center,
.text-center {
	text-align: center;
}
.align-right,
.csc-header-alignment-right,
.ce-headline-right,
.text-right {
	text-align: right;
}
.align-justify,
.csc-header-alignment-justify,
.text-justify {
	text-align: justify;
}
.accesskey {
	position: absolute;
	left: -20000px;
}
dfn,
.hidden {
	position: absolute;
	left: -1000em;
	width: 20em;
}
#main {
	float: left;
	width: 83.5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-left: 20px;
	 padding-right: 10px;
	 margin-top: 38px;
	 text-align: justify;
	 padding-bottom: 50px;
}
#main2 {
	float: left;
	width: 97%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-left: 20px;
	 padding-right: 10px;
	 margin-top: 38px;
	 text-align: justify;
	 padding-bottom: 50px;
}
.col63 {
	float: left;
	width: 63%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-right: 20px;
}
.bg_grey_div {
	float: left;
	width: 100%;
	height: 45px;
}
.col37 {
	float: left;
	width: 37%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
}
.ibn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.ibn p {
	display: inline-block;
}
.col20 {
	float: left;
	width: 18.8%;
	margin-right: 1.5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
}
div.col37 .col20:nth-child(1) {
    float: left;
	width: 100%;
	margin-right: 0%;
}
div.col37 .col20:nth-child(6), 
div.col37 .col20:nth-child(11),
div.col37 .col20:nth-child(16) {
    margin-right: 0;
}
ul.ulcol20 {
	margin: 0;
	padding: 0;
	margin-top: 1px;
}
.note {
	color: #939598;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.note p {
	display: inline-block;
}
.fontnotesmall {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.col78 {
	float: left;
	width: 78%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-right: 20px;
}
.col22 {
	float: left;
	width: 22%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 padding-right: 0px;
}
.col22 img {
	width: 100%;
	height: auto;
	margin-top: 16px;
}
.dashed {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px dashed #939598;
	margin-top: 25px;
	margin-bottom: 15px;
}
.zum_buch {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 80px;
}
.zum_buch a, .zum_buch a:link, .zum_buch a:visited {
	background-image: url(../images/doppelpfeile.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: bold;
	font-size: 13px;
}
.cart {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	cursor: pointer;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	color: #9b1f23;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 31px;
	line-height: 33px;
	padding-left: 33px;
	font-size: 16px;	
}
.order {
	padding-top: 15px;
}



p img {
	display: inline-block;
	margin-bottom: -2px;
}
h1 {
  font-size: 33px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  text-align: left;
}
h1.galleryh1 {
  font-size: 24px;
}
h2 {
	margin: 0;
  	padding: 0;
	padding-bottom: 25px;
	margin-top: -5px;
	font-size: 24px;
	line-height: 24px;
	font-size: normal;
	text-align: left;
}

h3  {
  	font-size: 20px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-top: 0px;
}
.tt-products h3 {
	color: #939598;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: normal;
	margin-top: 10px;
}
.tt-products h4 {
	color: #000000;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	margin-top: 0px;
}
h4 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
b, strong {

}
a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #9b1f23;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 2px;
  overflow: hidden;
  clear: both;
  width: 100%;
  background: #9fc7e3;
  margin-top: 30px;
  margin-bottom: 30px;
}
ol {
  margin: 0;
  padding: 0;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  padding-bottom: 25px;
  padding-top: 5px;
}
li {
  margin: 0;
  padding: 0;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
img a, a img, a {
  border: 0;
  outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
.clr {
  clear: both;
}
*+html .clr {
  height: 0px;
  overflow: hidden;
}
.csc-textpic-caption {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5b5d;
	padding-top: 8px;
}
.legendfull {
	float: left;
	width: 100%;
	background: #e6e7e8;
	padding: 10px;
	padding-top: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 font-size: 13px;
	 margin-top: 15px;
}
.tt-products select, .tt-products option,
.tx-mwlentiagallery select, .tx-mwlentiagallery option, select:focus, option:focus {
	color: #000000;
}
.legendfull input[type=text], .legendfull select, .legendfull textarea {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 border: 1px solid #939598;
  	border-right: 3px solid #939598;
	  border-bottom: 3px solid #939598;
	  padding-left: 5px;
	  height: 30px;
	  line-height: 30px;
	  margin-bottom: 7px;
	  background: #ffffff none repeat scroll 0%;
	  font-family: Verdana,Arial,Helvetica,Sans-Serif;
	  font-style: normal;
	  font-variant: normal;
	  font-weight: normal;
	  line-height: normal;
	  font-size-adjust: none;
	  font-stretch: normal;
	  -moz-background-clip: -moz-initial;
	  -moz-background-origin: -moz-initial;
	  -moz-background-inline-policy: -moz-initial;
	  color: #000000;
	  font-size: 13px;
}
.legendfull select {
	width: auto;
}
.legendfull textarea {
	height: 75px;
	padding-top: 5px;
	line-height: normal;
}
.legendfull .label
{
width: 25%;
float: left;
font-family: Arial, Helvetica, sans-serif;
line-height: 30px;

}

legendfull .inputfeld
{
width: 75%;
float: left;
font-family: Arial, Helvetica, sans-serif;
}
.button {

  border: 1px solid #939598;
  border-right: 3px solid #939598;
  border-bottom: 3px solid #939598;
  padding: 5px;
  background: #dcddde none repeat scroll 0%;
  margin-left: 0em;
  width: auto;
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  -moz-background-clip: -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy: -moz-initial;
  color: #000000;
  cursor: pointer;
}
ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 border-bottom: 1px solid #000000;
	 
	 margin-bottom: 10px;
}
ul.gallery li img {
	max-width: 100%;
	height: auto;
}
.borderr {
	float: left;
	width: 100%;
	padding-right: 10px;
	 padding-left: 10px;
	border-right: 1px solid #000000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 margin-bottom: 10px;
}
.newimage {
	position: absolute;
	z-index: 50;
	width: 50px;
	height: 49px;
	background-image: url(../images/neu.png);
	background-repeat: no-repeat;
}
ul.gallery li:nth-child(4) .borderr, 
ul.gallery li:nth-child(8) .borderr,
ul.gallery li:nth-child(12) .borderr,
ul.gallery li:nth-child(16) .borderr,
ul.gallery li:nth-child(20) .borderr,
ul.gallery li:nth-child(24) .borderr,
ul.gallery li:nth-child(28) .borderr,
ul.gallery li:nth-child(32) .borderr,
ul.gallery li:nth-child(36) .borderr,
ul.gallery li:nth-child(40) .borderr {
    border-right: 1px solid #ffffff;
}
.gallery_caption {
	font-size: 12px;
	text-align: left;
	
}
.gallery_back {
	width: 100%;
	float: left;
	margin-top: 300px;
}
.gallery_back a, .gallery_back a:link, .gallery_back a:visited {
	background-image: url(../images/pfeil_small.png);
	background-position: right 8px;
	background-repeat: no-repeat;
	padding-right: 13px;
	font-size: 20px;
}
.gallery_pfeil {
	float: left;
	margin-bottom: 63px;
	margin-top: 15px;
}
.gallery_pfeil img {
	width: auto;
	height: auto;
}
.comment_head {
	background: #e9d6ce;
	width: 100%;
	float: left;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.comment_head.grey {
	background: #e3e4e5;
}
.comment_head span {
	background-image: url(../images/pfeil_small.png);
	background-position: right 7px;
	background-repeat: no-repeat;
	padding-right: 13px;
	padding-left: 5px;
}
.comment_line {
	font-weight: bold;
	color: #9b1f23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
}
.commt_form textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
}
.commt_form input[type=submit] {
	border: 0;
	background: none;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	margin: 0;
	padding: 0;
	margin-top:	 10px;
}
.comment {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.antwort_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	border-bottom: 1px solid #e3e4e5;
	width: 95%;
	margin-left: 5%;
	float: left;
}
.antwort {
	float: left;
	width: 95%;
	padding-left: 5%;
	margin-bottom: 20px;
	
}
.comment_trenn {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}
.formsearch, .menu_container { 
	display: block;
	padding: 0 10px;
	margin: 10px 0;
	background: #ccc;
	border: 0px solid #eee;
	height: 36px;
	width: 75%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 margin-bottom: 25px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
}
.formsearch {
	width: 25%;
	padding-right: 0;
	padding-left: 0;

}
.formsearch form {
	float: left;
	width: 100%;
}
.formsearch input[type=text] {
	line-height: 26px;
	height: 26px;
	border: 0;
	background: #dddddd;
	margin-top: 4px;
	padding-left: 5px;
	float: left;
	width: 75%;
}
.formsearch input[type=image] {
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}
.menu_container a { text-decoration: none;color: #000000;font-weight: normal;display: block;height: 36px;line-height: 36px;padding: 0 15px; }
.menu_container a.active {  color: #9b1f23; }
.menu_container ul {margin: 0;padding: 0;list-style: none;}
.menu_container ul li.current-menu-item { }
.menu_container > ul > li { display: block;float: left; width: 20%;position: relative; }
.menu_container ul li:hover a {color: #942325;}
.menu_container ul li:hover li a {color: #000000;}
.menu_container ul li:hover li a:hover {color: #942325;}
.menu_container ul ul li a { text-decoration: none;color: #000000;font-weight: normal;display: block;height: 22px;line-height: 22px;padding: 0 15px; font-size: 12px }
.menu_container > ul > li > ul { background-color: #dddddd;position: absolute;display: none;border: 1px solid #dddddd;top: 100%;width: 200px; z-index: 999; margin-left: -10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; }
.menu_container > ul > li:hover > ul { display: block; }
.menu_container > ul > li > ul > li { position: relative; }
/*Ebene 3*/
.menu_container ul ul li a .sublinkg, .menu_container ul ul li a:link .sublinkg, .menu_container ul ul li a:visited .sublinkg, .menu_container ul ul li .sublinkg,
.menu_container ul ul li a.sublinkga, .menu_container ul ul li a.sublinkga:link, .menu_container ul ul li a.sublinkga:visited, .menu_container ul ul li .sublinkga { 
	font-size: 11px; 
	margin: 0;
	padding: 0;
	margin-bottom: -5px;
	padding-left: 13px;
	line-height: 14px;
	display: block;
	white-space: nowrap;
	letter-spacing: -0.2px;
}
.menu_container > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 0;border: 0px solid #eee;width: 140px; }
.menu_container > ul > li > ul > li:hover > ul { display:block;background-color: #dddddd; }
.menu_container > ul > li > ul > li > ul > li {  }
.menu_container ul ul li a.active {  color: #9b1f23; }
.responsive_menu select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000000;
	vertical-align: middle;
	background-color: #ccc;
	background-image: none;
	border: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    /* Safari and Chrome */
}
.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.csc-frame-indent6633 {
	float: left;
	width: 53%;
	padding-right: 2%;
}
.csc-frame-indent3366 {
	float: left;
	width: 45%;	
}
.tx-srfeuserregister-pi1 {
	float: left;
	width: 75%;
	background: #e6e7e8;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
	margin-right: 25%;
}
.tx-felogin-pi1 form {
	float: left;
	width: 75%;
	background: #e6e7e8;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
	margin-right: 25%;
	margin-bottom: 25px;
	margin-top: 15px;
}
#main_o .tx-srfeuserregister-pi1 dl .tx-felogin-pi1 div {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main_o .tx-srfeuserregister-pi1 dt {
	float: left;
	width: 40%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
}
.tx-felogin-pi1 label {
	float: left;
	width: 120px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 clear: left;
	 
}
#main_o .tx-srfeuserregister-pi1 input[type=text], 
#main_o .tx-srfeuserregister-pi1 input[type=password],
#main_o .tx-felogin-pi1 input[type=text], 
#main_o .tx-felogin-pi1 input[type=password] {
	float: left;
	width: 80%;
	height: 30px;
	line-height: 30px;	
	border: 1px solid #939598;
	border-bottom: 3px  solid #939598;
	border-right: 3px  solid #939598;
}
#main_o .tx-srfeuserregister-pi1 dd {
	float: left;
	width: 60%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
}
#main_o .tx-felogin-pi1 input[type=text], #main_o .tx-felogin-pi1 input[type=password] {
	float: left;
	width: 60%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
 	 box-sizing: border-box; 
	 margin-bottom: 8px;
}
#main_o .tx-srfeuserregister-pi1 input[type=submit],
#main_o .tx-felogin-pi1 input[type=submit] {
	float: left;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	line-height: 30px;	
	border: 1px solid #939598;
	border-bottom: 3px  solid #939598;
	border-right: 3px  solid #939598;
	background: #dcddde;
	font-weight: bold;
	cursor: pointer;
	clear: left;
}
#main_o .tx-felogin-pi1 input[type=submit] {
	margin-left: 120px;
}
select::-moz-focus-inner {
  border: 0;
  outline: none;
}
select:-moz-focusring {
}
::-webkit-input-placeholder {
  opacity: 1 !important;

}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1 !important;

}
:-ms-input-placeholder {
   opacity: 1 !important;

}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;

}




.animate .csc-default {
	clear: both;
	width: 100%;
	float: left;
}

  .animate,
  .trigger,
  .onHoverFlash,
  .onHoverStrobe,
  .onHoverShake,
  .onHoverBounce,
  .onHoverTada,
  .onHoverWave,
  .onHoverSpin,
  .onHoverPullback,
  .onHoverWobble,
  .onHoverPulse,
  .onHoverPulsate,
  .onHoverHeartbeat,
  .onHoverPanic,
  .onHoverExplode {
    opacity: 0;
    opacity: 1\9; /* ie8 */
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
. ie10 .animate {
  opacity: 1; /* Only works in IE10 */
}
*::-ms-backdrop, .animate { opacity: 1; } /* IE11 */

/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
     .ce-gallery figcaption { display: table-caption; caption-side: bottom; font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5a5b5d;
  padding-top: 8px; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 20px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 20px; }
    .ce-below .ce-gallery { margin-top: 20px; }

    .ce-column { margin-right: 20px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 0%; float: left;
  width: 45%; }
    .frame-indent-right { margin-right: 0%; float: left;
  width: 53%;
  padding-right: 2%; }


.row {
	margin-left: -1rem;
	margin-right: -1rem;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko         */
	box-sizing: border-box;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-p20,
.col-sm-p20,
.col-md-p20,
.col-lg-p20,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 1rem;
	padding-right: 1rem;
	float: left;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko         */
	box-sizing: border-box;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-p20,
.col-sm-p20,
.col-md-p20,
.col-lg-p20 {
	float: left;
}
.col-xxs-12 {
	width: 100%;
}
.col-xxs-11 {
	width: 91.66666667%;
}
.col-xxs-10 {
	width: 83.33333333%;
}
.col-xxs-9 {
	width: 75%;
}
.col-xxs-8 {
	width: 66.66666667%;
}
.col-xxs-7 {
	width: 58.33333333%;
}
.col-xxs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xxs-4 {
	width: 33.33333333%;
}
.col-xxs-3 {
	width: 25%;
}
.col-xxs-2 {
	width: 16.66666667%;
}
.col-xxs-1 {
	width: 8.33333333%;
}
@media (min-width: 21px) {
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 21px) {
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
}
@media (min-width: 768px) {
	.col,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.col,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}





.checkout-step-field .text-right{
	font-size: 0.875rem;
}
.checkout-step-field .text-right.last{
	font-size: 1rem;
}
#form-cart .col-sm-6.text-right.pull-right .btn.btn-default {
	margin-top: 1rem;
	margin-bottom: 2rem;
	margin-right: 8px;
}
.btn {
  display: inline-block;
   padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857143;
	
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0.25rem;
}
.btn.btn-primary {
	background: #ACC577;
	color: #ffffff;
	border-color: #ACC577;
	 padding: 0.75rem 1rem;
	font-size: 1rem;
}
.btn-default {
  color: #333;
  background-color: #fbf6ec;
  border-color: #efe3cb;
}
.btn-default:hover {
	background: #efe3cb;
	color: #333333;
	border-color: #efe3cb;
}
.top-buffer {
	margin-top: 0 !important;
}
.form-block.top-buffer {
	margin-top: 1.25rem !important;
}
.col-sm-6.text-right.pull-right {
	width: 100%;
}
table .product-name + p {
	display: none;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  line-height: 34px;
  padding: 8px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
	line-height: 2.125rem;
}
table .col-md-6 {
	text-align: left;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
table .product-name {
	font-size: 1.25rem;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.method-item-name {
	display: inline;
}
.method-item-info {
	display: inline;
}
.method-item-info::after {
	display: block;
	height: 0.375rem;
	position: relative;
	content: '';
}
.col-sm-12.column {
	float: none;
}
.text-right.pull-right .btn.btn-danger {
  margin-bottom: 20px;
  background: #d9534f;
}
.btn-danger, .btn.btn-danger {
	display: inline-block;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0.25rem;
	text-decoration: none;
  color: #ffffff;
  background-color: #d9534f;
  border-top-color: #d43f3a;
  border-right-color: #d43f3a;
  border-bottom-color: #d43f3a;
  border-left-color: #d43f3a;
  margin-top: 0;
}
label {
	float: left;
	width: 100%;
	line-height: 1.5;
	font-size: 0.9375rem;
	padding-top: 0.5rem;
}
input[type=text], input[type=email], input[type=phone], input[type=number], textarea, select {
	float: left;
	width: 100%;
	border-radius: 0.25rem;
	background: #ffffff;
	font-family: "Times New Roman", Georgia, Serif;
    font-weight: 400;
    font-size: 1rem;
	color: #444444;
	height: 2.125rem;
	border: 1px solid #ccc;
	line-height: 2.125rem;
	margin: 0;
	padding: 0;
	padding-left: 0.5rem;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
	border: 1px solid #000000;
}
textarea {
	min-height: 10em;
	line-height: normal;
	padding-top: 1em;
}
input[type=number] {
	text-align: center;
	padding: 0;
}
.quantity {
  	position: relative;
	float: left;
	width: auto;
	padding-right: 1.75rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  	position: absolute;
	right: 0;
	width: auto;
	color: #444444;
	height: 100%;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 1.375rem;
	height: 1.375rem;
  text-align: center;
  font-size: 1.25rem;
	line-height: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
	background: #ebebeb;
	font-family: "Times New Roman", Georgia, Serif;
}

.quantity-button.quantity-up {
  	position: absolute;
  	top: 0;
	right: -0rem;
}

.quantity-button.quantity-down {
  position: absolute;
  	bottom: 0;
	right: -0rem;
}
.action,
.actions {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 3rem;
}

.cart_form input[type="number"] {
  width: 100%;
  padding: 0.625rem 2.625rem;
  font-weight: 400;
  font-family: "Times New Roman", Georgia, Serif;
  text-align: center;
  -moz-appearance: textfield;
  background: #f5f5f5;
  border-color: #f5f5f5;
  line-height: 1.3;
}

.cart_form input[type="number"] {
  padding: 0.875rem 0.625rem;
  max-width: 3.75rem;
	height: 3.125rem;
  font-size: 1.25rem;
  letter-spacing: .025em;
  color: #151515;
  background: #ebebeb;
  line-height: 3.125rem;
}
.btn.btn-default.form-control {
	border: 0;
	cursor: pointer;
	margin-left: 1rem;
	height: 3.125rem;
	line-height: 3.125rem;
}
.alert {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0.75rem;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 25px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.shipping-selected,
.payment-selected {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  line-height: 1.5rem;
  color: #626262;
  font-weight: bold;
  cursor: pointer;
}
a.set-shipping,
a.set-payment {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  line-height: 1.5rem;
  font-weight: normal;
	text-decoration: none;
}
.set-shipping::before,
.set-payment::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0;
  border: 1px solid #999999;
  border-radius: 0.1875rem;
}
.shipping-selected::before,
.payment-selected::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0;
  border: 1px solid #999999;
  border-radius: 0.1875rem;
	text-align: center;
  content: '✓';
	line-height: 1.3125rem;
}

* + .list-shop-filter {
	margin: 0;
	padding: 0;
	list-style: none;
 	margin-top: 1.5rem;
}

.list-shop-filter li {
	margin: 0;
	padding: 0;
	list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-shop-filter li + li {
  margin-top: 0.75rem;
}
.list-shop-filter a {
  color: #151515;
	text-decoration: none;
	font-weight: normal;
}
.list-shop-filter a.active,
.list-shop-filter a:hover {
	color: #b3936d;
}
h6.shopcat {
  margin-top: 1.125rem;
	margin-top: 0;
}
.aside-title {
  padding-bottom: 0.875rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 1.125rem;
  }
}
h6, .heading-6 {
  font-size: 1rem;
  line-height: 1.75;
}
 h6, [class^="heading-"] {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #151515;
}
.shipping-same-as-billing-wrapper {
	float: left;
	width: 100%;
}
.file-caption {
	padding-top: 0.375rem;
	font-size: 0.9375rem;
}

.listform {
	display: inline-block;
}




