/* set a max-width for horizontal fluid layout and make it centered */
/*.container-fluid .navbar { background-image: none; background-color: transparent; border-bottom: 0; }*/
.container { background-color: #FFF; }

#header-logo { background-repeat: no-repeat; border-bottom: 0; margin-top: 9px; position: relative; float: left; }
.mv-header-navbar { 
		border: 1px solid #1D86A9; border-top: 0px; border-radius: 0;
		background-color: #1D86A9;
		background: linear-gradient(top, #1D86A9 0%, #1D86A9 50%, #1D86A9 100%); 
		background: -moz-linear-gradient(top, #1D86A9 0%, #1D86A9 50%, #1D86A9 100%); 
		background: -webkit-linear-gradient(top, #1D86A9 0%, #1D86A9 50%, #1D86A9 100%); 
		background: -ms-linear-gradient(top, #1D86A9 0%, #1D86A9 50%, #1D86A9 100%); 
		background: -o-linear-gradient(top, #1D86A9 0%, #1D86A9 50%, #1D86A9 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1D86A9, endColorstr=#1D86A9,GradientType=1);
}

.navbar-inverse .navbar-nav > li > a { color: #FFF; font-weight: bold; font-size: 15px; }
.navbar-inverse .navbar-nav > li > a:hover { color: #DDD; }
/*#wolf { position: absolute; right: -12px; bottom: -28px; z-index: 1000; }*/
#wolf { float: left; margin-left: 10px; margin-top: 5px; }
.mv-head-container { position: relative; width: 100%; background-color: #FEB00E; border-bottom: 2px solid #1D86A9; }
.mv-head-container .container { background-color: #FEB00E; position: relative; }

h2.categoryheader, h2.boxheader, h2.boxcartheader { 
		color: #000; font-size: 15px; font-weight: bold;
		padding-top: 36px; padding-bottom: 8px; margin-top: 0; margin-bottom: 0; text-align: left;
}

#categorymenu, .boxbody, .boxcartbody { margin-bottom: 32px; text-align: left; }
#categorymenu a, .boxbody a, .boxcartbody a { color: #000; }
.contentlist { padding-left: 0; list-style-type: none; }
.contentlist strong { font-weight: normal; }
#categorymenu li, .contentlist li { padding: 0; margin: 0; }
#categorymenu .level1 a, .contentlist li a { color: #EA0638; font-size: 12px; }
#categorymenu .level1 a, .contentlist li a { color: #EA0638; font-size: 12px; }

.contentlist li { border-bottom: 1px solid #CCC; padding: 6px 0; }
.contentlist li a { color: #000; }

.boxbody p, .boxcartbody p { font-size: 11px; padding-top: 6px; margin-bottom: 6px; }

#impressum_box { text-align: center; }
#impressum_box img { width: 100%; padding: 6px 0; }

#footer { 
		background-color: #E2E2E2; border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2;
		border-bottom: 1px solid #CCC; text-align: center; font-size: 10px; color: #696666;
		padding-top: 6px; padding-bottom: 36px;
}

#main_content { color: #333; }
#main_content h1 { text-align: center; font-size: 22px; font-weight: bold; margin-bottom: 0; }
#main_content .subtitle { text-align: center; font-size: 18px; font-weight: bold; }
#main_content img { max-width: 100%; }

#loginbox { width: 50%; display: block; padding-top: 6px; width: 100%; }
#loginbox label { font-weight: normal; font-size: 12px; margin-bottom: 0; }
#loginboxpwd { width: 100%; margin-bottom: 12px; }
#loginboxemail { width: 100%; margin-bottom: 6px; }
.boxbody p { color: #000; }
.boxbody .service_phone { font-size: 160%; margin-bottom: 0px; }
.boxbody .service_phone_times { padding-top: 0px; }

.listing_top_infomessage { color: #8f9090; }
.red-highlite { color: #EA0638; }

h1.underlined {
		border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 15px;
    padding: 0;
    width: auto;
}

.category_listing a { color: #e80706; font-weight: normal; width: 100%; padding: 3px 4px; display: block; }
.category_listing { list-style-type: none; padding: 0; }
.category_listing li:hover { background-color: #EEE; }
.products_qty { width: 30px; text-align: center; color: black; }
.product_listing_item { margin-bottom: 6px; }
.product_listing_item:hover { background-color: #EEE; }
.product_listing_item { color: #e80706; padding-top: 6px; padding-bottom: 6px; }
.products_deposit { color: #8f9090; font-size: 12px; }

.product_listing_item { display:flex;
justify-contents:center;
align-items:center; }
.product_listing_item div { display:flex;
justify-contents:center;
align-items:center;
}

#product_listing+table { color: #8f9090; margin-top: 24px; }

table.orderdetails {
    background-color: #fff2cc;
    border-color: #da9401;
    border-style: solid;
    border-width: 0 1px 1px;
    font-size: 11px;
}
table.orderdetails tr td {
    padding: 4px;
}
table.orderdetails tr.headerrow td {
    background-color: #da9401;
    color: #ffffff;
    font-weight: bold;
}
table.orderdetails tr.headerrow td.left {
    text-align: left;
}
table.orderdetails tr.headerrow td.center {
    text-align: center;
}
table.orderdetails tr.headerrow td.right {
    text-align: right;
}
table.orderdetails tr.contentrow1 td {
    background-color: #fff2cc;
    vertical-align: top;
}
table.orderdetails tr.contentrow1 td.quantity {
    text-align: center;
}
table.orderdetails tr.contentrow1 td.quantity input {
    border: 1px solid #da9401;
    font-size: 11px;
    padding: 2px;
}
table.orderdetails tr.contentrow1 td.productname {
    text-align: left;
}
table.orderdetails tr.contentrow2 td {
    background-color: #ffeaab;
    vertical-align: top;
}
table.orderdetails tr.contentrow2 td.quantity {
    text-align: center;
}
table.orderdetails tr.contentrow2 td.quantity input {
    border: 1px solid #da9401;
    font-size: 11px;
    padding: 2px;
}
table.orderdetails tr.contentrow2 td.productname {
    text-align: left;
}
table.orderdetails tr td.singleprice {
    text-align: right;
    white-space: nowrap;
}
table.orderdetails tr td.totalprice {
    text-align: right;
    white-space: nowrap;
}
table.orderdetails tr td.delete {
    text-align: center;
    white-space: nowrap;
}
table.orderdetails tr td.productname table.productattributes {
    margin-top: 3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
    padding: 0;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
    padding-right: 4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
    width: 100%;
}
table.orderdetails tr td.subtotal {
    background-color: #ffeaab;
    border-color: #da9401;
    border-style: solid;
    border-width: 1px 0 0;
    text-align: right;
}

#shopping_cart_buttons_right { float: right; width: 50%; text-align: right; }
#shopping_cart_buttons_right input { vertical-align: top; }
.clearfix { clear: both; }


.bs-wizard {
    margin-top: 40px;
}
.bs-wizard {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    background: none repeat scroll 0 0 #fbe8aa;
    border-radius: 50%;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 45px;
    width: 30px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: none repeat scroll 0 0 #fbbd19;
    border-radius: 50px;
    content: " ";
    height: 14px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 14px;
}
.bs-wizard > .bs-wizard-step > .progress {
    border-radius: 0;
    box-shadow: none;
    height: 8px;
    margin: 20px 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    background: none repeat scroll 0 0 #fbe8aa;
    box-shadow: none;
    width: 0;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.active:first-child > .progress > .progress-bar {
    width: 0;
}
.bs-wizard > .bs-wizard-step.active:last-child > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.impressum_info_checkout { margin-top: 40px; text-align: center; }

.red_text_info { color: #EA0638; }
.grey_cursive_text { color: #999; font-style: italic; }

.pfand { font-style: italic; }
.red_text_border { border: 3px solid #EA0638; padding: 12px; }

.orderdetails.checkoutconfirmation { width: 100%; }
.orderdetails.checkoutconfirmation td:first-child { width: 90%; }

.table_service div{ padding: 10px !important; }
.table_service div:first-child { text-align: center; }
.table_service div:last-child { margin-top: 50px; }

@media (max-width: 700px) {
		.table_service div:last-child { margin-top: 0; margin-bottom: 50px; }
}
#header_right { color: #EEE; position: absolute; right: 10px; bottom: 1px; }
#header_cart { font-size: 320%; float: right; margin-right: 10px; padding-bottom: 5px; text-shadow: 0 0 2px #0D004A; }
#header_cart_container { color: #EEE; }
#buttons_and_links { float: right; margin-right: 30px; text-align: right; margin-top: 5px; }
#buttons_and_links a { color: #FFF; }
.navbar-right { float: right !important; margin-right: 0px; margin-top: -6px; }
.mv-content-text { padding: 0 30px; }
h1 { font-size: 150%; font-weight: bold; margin-bottom: 20px; margin-top: 20px; }
h2 { font-size: 100%; }
.mv-product-listing > div { padding-bottom: 30px; }
.mv-product-listing > div > div.mv-inner-box { border: 1px solid #EEE; padding: 15px; }
.productPreviewImage { height: 140px; text-align: center; }
.productPreviewContent h2 { height: 46px; text-align: center; }
.productPreviewContent .price { font-size: 130%; font-weight: bold; text-align: center; }
.productPreviewContent .taxandshippinginfo { font-size: 80%; text-align: center; }
#footer .container { background-color: #e2e2e2; margin-bottom: 0; }
.no-gutter [class*="-6"] { padding-left:0; padding-right:0; }
h2.bigh2 { font-size: 130%; color: #0D004A; }
.mv-content-space-bottom { padding-bottom: 184px; }
.logintable { width: 100%; }
.logintable td { padding: 4px 0; }
.account_heading_h2 { border-bottom: 1px solid #CCC; font-weight: bold; margin-top: 36px; }
.mv-content-text ul { padding-left: 15px; }
.orderinfobox { border-left: 3px solid #FEB00E; padding-left: 12px; }
#header-logo img { margin-left: -3px; }
#dropdownMenu1 { cursor: pointer; }
#buttons_and_links .service-account-dropdown a { color: #333; }
.newsletter_registration_table { width: 50%; }
.newsletter_registration_table td { padding: 4px 0; }
.errormessage { color: red; }
.account_registration_table { width: 50%; }
.account_registration_table td { padding: 4px 0; }
.breadcrumb_right { text-align: right; }
.row-breadcrumb { margin-top: 4px; }
.row-breadcrumb a { font-size: 80%; color: #888; }
.row-breadcrumb .sep { font-size: 80%; color: #888; padding: 0 12px; }
.navbar { margin-bottom: 0!important; }
.mv-content-text h1 { margin-top: 48px; }
#product-content { margin-top: 48px; }
#product-content h1 { margin-top: 0; border-bottom: 1px solid #CCC; color: 333; padding-bottom: 6px; }
.product_image { text-align: center; margin-top: 4px; } 
.product_action_bar { margin-top: 36px; border-top: 1px solid #CCC; margin-left: 0; margin-right: 0; padding-top: 12px; }
.label_text { color: #999; }
.deliverable1 { color: #090; }
#detail_more .row { padding-bottom: 6px; }
.article_details_price { font-size: 20px; }
.tax_attention modal_open { font-size: 90%; }
#buybox { text-align: right; margin-top: 54px; }
#detailinfo { margin-top: 36px; }
#detailinfo .tab-content { margin-top: 24px; margin-bottom: 24px; border-bottom: 1px solid #CCC; }

#contact_us table td:first-child { text-align: right; padding-right: 8px; }
#contact_us table td { padding-bottom: 4px; }
.wishlist_action { text-align: right; }
.text-align-right { text-align: right; }

.productoptions.row { margin: 12px 0; }
table.reviewlist { width: 100%; }

.fa-star.golden { color: #FED15B; }
.fa-star.grey { color: #BBB; }
.write_comment_star { cursor: pointer; }
.checkout_payment_label {	width: 100%; cursor: pointer; background-color: #EEE; padding: 10px 6px; margin-top: 8px; }
.payment_selection_heading_title { padding-top: 1px; }
.payment_description { margin-bottom: 12px; }
.checkout_confirmation_container h2 { font-weight: bold; color: #06F; margin-top: 24px; }
.checkout_confirmation_container .text a { color: #009933; font-style: italic; }
.checkout_confirmation_container .thickbox img { width: 90%; }
.checkout_confirmation_container { margin-bottom: 32px; }