/* 
    Created on : 08.03.2016
    Author     : Philipp
*/


/*.onlineshop_wrapper p{
	margin:0;
}*/

.onlineshop_wrapper .error {
	background-color: red;
	color: white;
	padding: 5px;
}

.shop_wrapper .smallfont {
	font-size: 0.9em;
}


/* ========================================================================== */
/* Breadcrumb																  */
/* ========================================================================== */
ul.shop_breadcrumb {
	clear: both;
	width: 100%;
	font-style: italic;
	float:left;
    list-style: none outside none;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
	border-bottom: thin solid #666;
}
ul.shop_breadcrumb li {
    float: left;
    margin: 0;
    padding: 0;
}
ul.shop_breadcrumb li.shop_breadcrumb_divider {
    float: left;
    margin: 0 0.4em;
    padding: 0;
}
ul.shop_breadcrumb li.shop_breadcrumb_currentitem {
	color: #000;
	
}



/* ========================================================================== */
/* Kategorie Kopfzeile														  */
/* ========================================================================== */
.shop_list_category_header_wrapper {
	float: left;
	width: 100%;
}
.shop_list_category_header {
	background-position: right top;
    background-repeat: no-repeat;
    clear: both;
}
.shop_list_category_header h1{
	/*margin-left: 10px;*/
}
.shop_list_category_header .shop_category_header_images{
	float:left;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

/* ========================================================================== */
/* Kategorie Boxes  														  */
/* ========================================================================== */

.shop_categorybox_boxes_item {
	float:left;
	width:33.33%;
}

/* ========================================================================== */
/* Produktliste - Interface													  */
/* ========================================================================== */
#shop_list_param_bar {
	background-color: #ddd;
}


/* ========================================================================== */
/* Produktliste - Loadingoverlay											  */
/* ========================================================================== */
.shop_productlist_overlay {
	opacity: 0.5;
	z-index: 100;
	display:none;
	position:absolute; top:0; bottom:0; left:0; right:0;
	background-color:#FFF;
}



#shop_productlist_content hr {
	margin:0;
	width: 100%;
	float: left;
}

.onlineshop_wrapper .shop_productlist_entries_wrapper {
	clear:both;
	float:left;
	width:100%;
}

.onlineshop_wrapper .shop_list_view_entry_wrapper {
	width: 100%;
	/*float: left;*/
	padding: 10px 0 10px;
	display: table;
}
.onlineshop_wrapper .shop_list_view_entry {
	display: table-row;
}

.onlineshop_wrapper .shop_list_view_entry .contentbox {
	width: 78%;
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #ddd;
	position: relative;
}
.onlineshop_wrapper .shop_list_view_entry .contentbox .image {
  float: left;
  text-align: center;
  width: 260px;
}
.onlineshop_wrapper .shop_list_view_entry .contentbox .image img{
	vertical-align:middle;
}
.onlineshop_wrapper .shop_list_view_entry .contentbox .shortinfo {
  padding-right: 20px;
}

.onlineshop_wrapper .shop_list_view_entry .specialoffer_button {
	position: absolute;
	

	background-color: rgba(0, 200, 0, 0.3);
	border-radius: 100px;
	height: 50px;
	font-size: 1.3em;
	right: 15px;
	text-align: center;
	color: green;
	font-weight: bold;
	
	width: 50px;
	display: table;
	line-height: 0.5em;

}
.onlineshop_wrapper .shop_list_view_entry .specialoffer_button_row {
	display: table-row;
}
.onlineshop_wrapper .shop_list_view_entry .specialoffer_button_cell {
	display: table-cell;
	vertical-align: middle;
}
.onlineshop_wrapper .shop_list_view_entry .specialoffer_button_text {
	font-size: 0.4em;
	line-height:  0.4em;
	
}
.onlineshop_wrapper .shop_list_view_entry .pricebox {
	width: 22%;
	display: table-cell;
	text-align: right;
	position: relative;
	padding-left: 20px;
	padding-bottom: 40px;
}



.onlineshop_wrapper .shop_list_view_entry .pricebox .vat {
  font-size: 0.8em;
  text-align: right;
  line-height: 1em;
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .vat a{
	text-decoration: underline;
}

.onlineshop_wrapper .shop_list_view_entry .pricebox .old_price {
	text-align: right;
	font-size: 0.8em;
	
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .old_price_value {
	
	font-weight: bold;
	text-decoration: line-through;
	
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .old_price_text {
	
	
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .specialoffer_price_percent {
	text-align: right;
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .specialoffer_price_difference {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

.onlineshop_wrapper .shop_list_view_entry .available, .onlineshop_wrapper .shop_list_view_entry .shipable {
	text-align: left;
	font-size: 0.9em;
}

.onlineshop_wrapper .shop_list_view_entry .available_ok, .onlineshop_wrapper .shop_list_view_entry .shipable_ok {
	color: green;
}
.onlineshop_wrapper .shop_list_view_entry .available_nok, .onlineshop_wrapper .shop_list_view_entry .shipable_nok {
	color: red;
}

.onlineshop_wrapper .shop_list_view_entry .pricebox .price{
	font-size: 1.7em;
	line-height: normal;
}

.onlineshop_wrapper .shop_list_view_entry .pricebox .amount {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: normal;
  text-align: left;
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .ordernumber {
  font-size: 0.9em;
  line-height: normal;
  text-align: left;
}

.onlineshop_wrapper .shop_list_view_entry .pricebox .text_spacer {
	height: 20px;
}

.onlineshop_wrapper .shop_list_view_entry .pricebox .controllers {
	left: 20px;
	right: 0;
	float: left;
	position: absolute;
	bottom: 0;
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .controllers form {
	display: none;
}
.onlineshop_wrapper .shop_list_view_entry .pricebox .controllers .details .ui_button {
	width: 100%;
}


.onlineshop_wrapper .shop_list_view_entry .no-image {
	width: 160px;
	padding: 20px;
}
.onlineshop_wrapper .shop_list_view_entry img.no-image {
	width: 100%;
}


.onlineshop_wrapper .shop_grid_view_entry_wrapper {
	box-sizing: border-box;
	width:25%;
	clear: none;
	min-height: 400px;
	padding: 5px;
	float:left;
}

.onlineshop_wrapper .shop_grid_view_entry {
	position: relative;
	min-height: 400px;
}
.onlineshop_wrapper .shop_grid_view_entry .contentbox{
	min-height: 328px;
}
.onlineshop_wrapper .shop_grid_view_entry .pricebox .price {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
.onlineshop_wrapper .shop_grid_view_entry .pricebox .old_price {
	text-align: right;
	font-size: 12px;
	line-height: 10px;
	
}
.onlineshop_wrapper .shop_grid_view_entry .pricebox .old_price_value {
	text-decoration: line-through;
	
	font-weight: bold;
}
.onlineshop_wrapper .shop_grid_view_entry .pricebox .old_price {
	text-align: right;
}
.onlineshop_wrapper .shop_grid_view_entry .contentbox .image{
	min-height: 250px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.onlineshop_wrapper .shop_grid_view_entry .contentbox .title {
	font-size: 13px;
	
}

.onlineshop_wrapper .shop_grid_view_entry .specialoffer_button {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0, 200, 0, 0.3);
	border-radius: 100px;
	height: 60px;
	font-size: 1.3em;
	right: 15px;
	text-align: center;
	color: green;
	font-weight: bold;
	
	width: 60px;
	display: table;
	line-height: 0.5em;

}
.onlineshop_wrapper .shop_grid_view_entry .specialoffer_button_row {
	display: table-row;
}
.onlineshop_wrapper .shop_grid_view_entry .specialoffer_button_cell {
	display: table-cell;
	vertical-align: middle;
}
.onlineshop_wrapper .shop_grid_view_entry .specialoffer_button_text {
	font-size: 0.5em;
	line-height:  0.5em;
	
}

/* ========================================================================== */
/* Shoppingcart - BIG														  */
/* ========================================================================== */

.onlineshop_wrapper .cart_box {
	position: relative;
}

.onlineshop_wrapper .cart_content {
	display: none;
	position: absolute;
	top:100%;
	right:0;
	min-width: 300px;
	background-color: #DDD;
	z-index: 9999;
	padding: 10px;
	text-align: left;
	box-shadow: 0 3px 10px #999;
}
.onlineshop_wrapper .cart_content ul{
	list-style-type: none;
	margin: 0;
	padding:0;
}
.onlineshop_wrapper .cart_content li{
	margin: 0 0 10px 0;
}
.onlineshop_wrapper .cart_content .cart_entry{
	display: table;
	width: 100%;
}
.onlineshop_wrapper .cart_content li.cart_entry:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.onlineshop_wrapper .cart_content .cart_entry_row {
	display: table-row;
}
.onlineshop_wrapper .cart_content .cart_entry_text {
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
	padding: 0 5px;
}
.onlineshop_wrapper .cart_content .cart_entry_text a, .onlineshop_wrapper .cart_content .cart_entry_text span {
	line-height: normal;
}
.onlineshop_wrapper .cart_entry .cart_entry_image {
	display: table-cell;
	width: 35px;
	
}
.onlineshop_wrapper .cart_entry .cart_entry_image img {
	width: 35px;
	vertical-align: middle;
}
.onlineshop_wrapper .cart_content .go_to_cart a {
	width: 100%;
}
.onlineshop_wrapper .cart_content .go_to_cart a.ui-state-default{
	color: green;
	border-color: green;
	font-weight: bold;
}



.shopping_cart_full_table .no-image {
	width: 50px;
}


/* ========================================================================== */
/* Gallery auf Detailseite													  */
/* ========================================================================== */

 #imagegallery {
  float: left;
  width: 40%;

}
.galleria-container {
    position: relative;
    overflow: hidden;
/*    background: #EEEEEE;*/
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    padding:5px 10px 5px;
    background-color: #efefef;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(/include/inc_img/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #CCC;
	
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(/include/inc_img/classic-map.png);
    background-repeat: no-repeat;
}


/* ========================================================================== */
/* Produktdetailseite														  */
/* ========================================================================== */

.product_detail {
	position: relative;
}

.product_detail .product_detail_tabs {
	width: 100%;
	float: left;
	clear: both;
	border: none;
}
.product_detail .title, .product_detail .subtitle {
	width: 60%;
	float: right;
}
.product_detail .shortinfo {
	width: 60%;
	float: right;
}

.product_detail .properties_left {
	width: 65%;
	float: left;
}
.product_detail .properties_right {
	width: 35%;
	float: right;
	background-color: #EEE;
	padding: 10px;
}
.product_detail .pricebox {
	
}
.product_detail .properties {
	width: 60%;
	float: right;
	margin-top: 20px;
}

.product_detail .pricebox .price {
  font-size: 2em;
  line-height: normal;
  text-align: right;
  font-weight: bold;
}

.product_detail .pricebox .vat {
  font-size: 0.8em;
  text-align: right;
  
}
.product_detail .pricebox .vat a{
	text-decoration: underline;
}

.product_detail .pricebox .old_price {
	text-align: right;
	
}
.product_detail .pricebox .old_price_value {
	
	font-weight: bold;
	text-decoration: line-through;
	
}
.product_detail .pricebox .old_price_text {
	
	
}
.product_detail .pricebox .specialoffer_price_percent {
	text-align: right;
	
}

.product_detail .available, .product_detail .shipable {
	text-align: right;
}

.product_detail .available_ok, .product_detail .shipable_ok {
	color: green;
}
.product_detail .available_nok, .product_detail .shipable_nok {
	color: red;
}

.product_detail .shop_submit_button, .product_detail .leaflet_submit_button  {
	width: 100%;
	float:left;
}

.product_detail .shop_submit_button input,.product_detail .shop_submit_button button,  .product_detail .leaflet_submit_button input,.product_detail .leaflet_submit_button button {
	width:98%;
	margin-left:2%
}

.product_detail .shop_submit_button button.ui-state-default,  
.product_detail .leaflet_submit_button button.ui-state-default {
	color: green;
	border-color: green;
	font-weight: bold;
}



.product_detail .properties .quantity {
	width: 100%;
	float:left;
	text-align: right;
	padding: 20px 0 5px 0;
}
.product_detail .properties .quantity input{
	
}

.product_detail .med_warning,.product_detail .med_error,.product_detail .med_info  {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 0.9em;
}
.product_detail .med_warning {
	border: 2px solid #D1C000;
	/*color: #D1C000;*/
	border-radius: 5px;
}
.product_detail .med_error {
	border: 2px solid #FF0000;
	/*color: #FF0000;*/
	border-radius: 5px;
}
.product_detail .med_info {
	border: 2px solid green;
	/*color: #20B802;*/
	border-radius: 5px;
}


.product_detail .shop_socialmedia_bar {
	float: left;
	width: 100%;
	clear: both;
}

.shop_cat {
  padding: 0;
  list-style: none;
}

.product_detail .longinfo img {
	max-width: 100%;
	height: auto;
}


.product_detail .specialoffer_button {
	position: absolute;
	top: 35px;
	left: 10px;
	background-color: rgba(0, 200, 0, 0.3);
	border-radius: 100px;
	height: 60px;
	font-size: 1.3em;
	right: 15px;
	text-align: center;
	color: green;
	font-weight: bold;
	
	width: 60px;
	display: table;
	line-height: 0.5em;

}
.product_detail .specialoffer_button_row {
	display: table-row;
}
.product_detail .specialoffer_button_cell {
	display: table-cell;
	vertical-align: middle;
}
.product_detail .specialoffer_button_text {
	font-size: 0.5em;
	line-height:  0.5em;
	
}

/* ========================================================================== */
/* Boxen																	  */
/* ========================================================================== */
.shop_featured_products_boxes {
	clear: both;
	float: left;
	width: 100%;
}
.shop_special_offer_boxes {
	clear: both;
	float: left;
	width: 100%;
}








#order_steps {
    height: 58px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
#order_steps li {
    background-color: #CCC;
    float: left;
    height: 57px;
    width: 31.9%;
}
#order_steps li span.number {
    color: #ffffff;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 34px;
    font-weight: bold;
    width: 40px;
}
#order_steps li.step_current span.number, #order_steps li.step_current_end span.number {
    color: #ffffff;
    float: left;
    padding-left: 10px;
}
#order_steps li.step_current {
    background-color: #666;
}
#order_steps .step_spacer_current {
    /*background-image: url("/img/layout/shop/step-arrow.png");*/
    background-position: left top;
    background-repeat: no-repeat;
    width: 2.15%;
}
#order_steps .step_spacer {
    /*background-image: url("/img/layout/steinbock/shop/step-arrow.png");*/
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 2.15%;
}
#order_steps .step_spacer_emty {
    background-color: #666;
    /*background-image: url("/img/layout/steinbock/shop/step-arrow.png");*/
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 2.15%;
}
#order_steps li.step_current_step span, #order_steps li.step_current_first span, #order_steps li.step_current_end span {
    color: #ffffff;
}
#order_steps li span {
    color: #ffffff;
}
#order_steps li span {
    display: block;
    float: left;
    font-size: 18px;
    height: 22px;
    padding: 20px 0 0 10px;
}



/* ========================================================================== */
/* Boxen																	  */
/* ========================================================================== */

/* Special OFFER */ 
.shop_special_offer_type1 {
	margin: 0 -0.5%; 
	width:101%;
	clear: both;
	float:left;
}
.shop_special_offer_type1_box_wrapper {
	float:left;
	width:32.3333%;
	margin: 0 0.5%;
}
.shop_special_offer_type1_box_content {
	border:1px solid #CCC;
	position: relative; 
	min-height: 250px;
	margin:2px; 
	background-color: #FFF;
	padding: 15px;
	font-family: Arial;
	position: relative;
	width:100%;
	float:left;
	cursor: pointer;
}
.shop_special_offer_type1 .img_wrapper {
	text-align: center;
	margin-top: 20px;
}
.shop_special_offer_type1 .img_wrapper img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	max-height: 250px;
}
.shop_special_offer_type1 .title {
	position: absolute;
	top: 15px;
	right: 15px;
	left: 15px;
	font-family: Arial;
	font-size: 18px;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	
	
}
.shop_special_offer_type1 .title a{
	text-decoration: none;
}

.shop_special_offer_type1 .old_price {
	text-align: right;
}
.shop_special_offer_type1 .old_price_text {
	
}
.shop_special_offer_type1 .old_price_value {
	
}
.shop_special_offer_type1 .price {
	font-size: 20px;
	text-align: right;
	
	
}
.shop_special_offer_type1 .vat {
	 font-size: 0.8em;
    line-height: 1em;
	text-align: right;
	
}
.shop_special_offer_type1 .price_box {
	background-color: #DDD;
	padding: 10px;
}


/* Featured Products */ 
.shop_featured_products_type1 {
	margin: 0 -0.5%; 
	width:101%;
	clear: both;
	float:left;
}
.shop_featured_products_type1_box_wrapper {
	float:left;
	width:32.3333%;
	margin: 0 0.5%;
}
.shop_featured_products_type1_box_content {
	border:1px solid #EEE;
	position: relative; 
	min-height: 250px;
	margin:2px; 
	background-color: #FFF;
	padding: 15px;
	font-family: Arial;
	position: relative;
	width:100%;
	float:left;
	cursor: pointer;
}
.shop_featured_products_type1 .img_wrapper {
	text-align: center;
	margin-top: 20px;
	min-height: 200px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.shop_featured_products_type1 .img_wrapper img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	max-height: 200px;
}
.shop_featured_products_type1 .title {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	padding: 15px;
	font-family: Arial;
	font-size: 18px;
	
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	
	
}
.shop_featured_products_type1 .title a{
	text-decoration: none;
}

.shop_featured_products_type1 .old_price {
	text-align: right;
	font-size: 0.8em;
	line-height: 0.8em;
}
.shop_featured_products_type1 .old_price_text {
	
}
.shop_featured_products_type1 .old_price_value {
	text-decoration: line-through;
	font-weight: bold;
}
.shop_featured_products_type1 .price {
	font-size: 20px;
	text-align: right;
}
.shop_featured_products_type1 .vat {
	 font-size: 0.8em;
    line-height: 1em;
	text-align: right;
}

.shop_featured_products_type1 .price_box {
	background-color: #E0E0E0;
	padding: 10px;
	height: 65px;
	overflow: hidden;
}

.shop_featured_products_type1 .specialoffer_button {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0, 200, 0, 0.3);
	border-radius: 100px;
	height: 60px;
	font-size: 1.3em;
	right: 15px;
	text-align: center;
	color: green;
	font-weight: bold;
	z-index:1;
	width: 60px;
	display: table;
	line-height: 0.5em;

}
.shop_featured_products_type1 .specialoffer_button_row {
	display: table-row;
}
.shop_featured_products_type1 .specialoffer_button_cell {
	display: table-cell;
	vertical-align: middle;
}
.shop_featured_products_type1 .specialoffer_button_text {
	font-size: 0.5em;
	line-height:  0.5em;
	
}


/* ========================================================================== */
/* Allgemeines																  */
/* ========================================================================== */

/* Kompakte Into-Cart-Buttonreihe mit + und -*/
.shop_compact_into_cart {
	width:100%;
	float: left;
	margin-top: 10px;
}
.shop_compact_into_cart_plus {
	width:20%;
	padding: 10px 0px;
	text-align: center;
	background-color: #CCC;
	float: left;
	
	margin: 0px;
	height: 40px;
	
}
.shop_compact_into_cart_minus {
	width:20%;
	padding: 10px 0px;
	text-align: center;
	background-color: #CCC;
	float: left;
	
	margin: 0px;
	height: 40px;
}
.shop_compact_into_cart_minus i,.shop_compact_into_cart_plus i {
	line-height: 20px;
}
.shop_compact_into_cart_input {
	width:40%;
	padding: 10px 0px;
	float: left;
	line-height: 20px;
	margin: 0px;
	height: 40px;
	text-align: center;
	font-size: 20px;
}
.shop_compact_into_cart_button {
	width:20% !important;
	padding: 10px 0px !important;
	float: left;
	line-height: 20px;
	margin: 0px !important;
	height: 40px;
	text-align: center;
}

.shop_compact_into_cart_button .ui-button-text {
	padding: 0px !important;
}


.shop_geolocator_selection {
	display: table;
	width: 100%;
	border-spacing: 0px 5px;

}

.shop_geolocator_row {
	display: table-row;
	background-color: rgba(0,0,0,0.05);
	cursor: pointer;
	
	
}

.shop_geolocator_radio, .shop_geolocator_info1, .shop_geolocator_info2, .shop_geolocator_info3, .shop_geolocator_cost {
	display: table-cell;
	padding: 20px 0px;
	vertical-align: middle;
}



.shop_geolocator_shopname {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.shop_geolocator_address {
	color: #666;
	margin-top: 5px;
	padding-left: 10px;
}
.shop_geolocator_cost, .shop_geolocator_info2, .shop_geolocator_radio {
	text-align: center;
}
.shop_geolocator_info2 {
	background-color: rgba(0,0,0,0.05);
}
.shop_geolocator_radio {
	background-color: rgba(0,0,0,0.05);
}
.shop_geolocator_shopdistance {
	padding-left: 10px;
}

.shop_geolocator_cost, .shop_geolocator_shopdistance {
	font-size: 1.2em;
}
.shop_geolocator_cost {
	font-weight: bold;
}

.shop_geolocator_row_hover {
	background-color: rgba(0,0,0,0.1);
}
.shop_geolocator_select_submit_button {
	margin-top: 10px; 
	float: right;
}
.shop_geolocator_ignore_button {
	margin-top: 10px; 
	float: left;
}

/* ========================================================================== */
/* Merkliste																  */
/* ========================================================================== */

.leaflet_product img {
	height: 80px;
	margin-right: 20px;
}

.leaflet_product input[name="leaflet_product[]"] {
	margin-top: 45px;
	float: right;
}



.onlineshop_wrapper .galleria-info-link {
	display: none;
}



.shopbtn {
  background-color: #FFFFFF;
  color: #9B2A26;
  padding: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

/*.shopselector:hover {
	background-color: #9B2A26;
	color: #FFFFFF;
}*/
.shopselector-row:hover {
	background-color: #9B2A26;	
	color: white !important;
}

.shopselector {
  position: relative;
  display: inline-block;
	float: right;
margin-right: 20px;
}

.shopselector-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  max-height: 500px;
  overflow-y: auto;
}

.shopselector-header-row-box-text {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 10px 10px;
	border-bottom: 1px solid #000;
}

.shopselector-row-box-name {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}

.shopselector-row-box-text {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.shopselector-row:hover .shopselector-row-box-text {
	color: #CCC;
}

.shopselector-content a:link, .shopselector-content a:visited, .shopselector-content a:active {
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #9B2A26;
  border-bottom: 1px dotted #CCC;
}

.shopselector:hover .shopselector-content {
  display: block;
}

.ages_shop_icon {
	font-weight: bold;
	color: green !important;
	font-size: 15px;
	vertical-align: sub;
}



.assigned_products_wrapper {
	float:left;
	width: 100%;
	clear: both;
	
}


.advice_list_entry {
	float:left;
	width:100%;
	border:1px solid #666;
	position: relative; 
	min-height: 80px;
	margin:2px; 
	padding: 10px;
	background-color: #EEEEEE;
}

.advice_image {
	float:left;
	width: 100px;
}

.advice_image img {
	max-width: 100%;
	height: auto;
}

.advice_content {
/*	float:left;
	width: 100%;*/
	margin-left: 120px;
}

.advice_content .title {
	float:left;
	width: 100%;
}
.advice_pricebox {
	float:left;
}

.advice_link {
	float:right;
}


.shop_total .shop_value {
	width: 70px;
}


@media (max-width: 800px){

	form[name="checkout_confirmation"] fieldset {
  		margin: 0 !important;
  		width: 100% !important;
		float: left;
	}
	
	form[name="checkout_confirmation"] a, form[name="checkout_confirmation"] button {
		margin: 0 0 10px 0 !important;
  		width: 100% !important;
		float: left;
	}
	
	form[name="checkout_confirmation"] div {
		margin: 0 !important;
  		width: 100% !important;
		float: left;
	}
}