/*
//******************************* 
AMS customizing
//******************************* 
*/


.content_small {
  max-width:1600px;
}

.content_medium {
  max-width:1600px;
}

.content_big {
  max-width:1600px;
}

.col_google {
  position:relative;
  text-align:center;
  flex:1;
  width:180px;
  padding: 10px 0 0 0;
}

@media only screen and (min-width: 600px) {
  .col_google { flex:initial; width:180px; padding: 0 0 0 10px; }
}

.layout_header_inner {
  max-width:1600px;
}

.layout_header_checkout_inner {
  max-width:1600px;
}

.col_logo img { 
	width:240px; height:40px; 
}

.col_logo_checkout img { 
	width:200px; height:40px; 
}


@media only screen and (min-width: 600px) {
  .col_logo img { width:220px; height:40px; }
}

@media only screen and (min-width: 1024px) {
  .col_logo img { width:220px; height:45px; }
}

@media only screen and (min-width: 1400px) {
  .col_logo img { width:330px; height:55px; }
}

@media only screen and (min-width: 600px) {
	.col_logo_checkout img { width:330px; height:55px; }
}

.box_greeting h1 {
  font-weight:unset;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}

.greeting_text {
	flex: 1;
  color: #333;
  font-weight: unset;
  text-transform: none;
  font-size: 24px;
  line-height: 28px;
  padding: 4px 0px;
  column-count: 1;
  text-align: center;
}


.slider_row {
	max-height: 100px;
}

@media only screen and (min-width: 600px) {
	.slider_row { max-height: 200px; }
}

@media only screen and (min-width: 1000px) {
	.slider_row { max-height: 250px; }
}

@media only screen and (min-width: 1200px) {
	.slider_row { max-height: 350px; }
}

/*
//******************************* 
Product Box
//******************************* 
*/

.lb_price .small_price {
    font-size: 12px;
}

.lb_price .value_price {
    font-size: 18px;
}

/*
//******************************* 
Headline Angebote, Topseller
//******************************* 
*/

.box_products_head .title {
	font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 38px !important;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #B30D1B;
}
.box_products_head .title strong {
	font-weight: 900;
	color: #B30D1B;
}


.also_purchased .subline {
	font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 38px !important;
  text-transform: uppercase;
  text-decoration: underline;
}

.cross_selling .subline {
	font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 38px !important;
  text-transform: uppercase;
  text-decoration: underline;
}

.box_xsell .subline {
	font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 38px !important;
  text-transform: uppercase;
  text-decoration: underline;
}

/*
//******************************* 
Energy Label
//******************************* 
*/

.energylabel {
	position:absolute;
	right:0;
  display:block;
  font-weight: 400;
  text-align:right;
  padding: 1px 0 0 0;
  font-size:11px;
  line-height:15px;
  color:#666;
}
.energylabel a {
  color:#666;
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.energylabel a:hover {
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.energylabel p {
  margin: 0;
}

.energylabel_box {
	position:absolute;
	right:15px;
	top:20px;
  display:block;
  font-weight: 400;
  text-align:right;
  padding: 1px 0 0 0;
  font-size:11px;
  line-height:15px;
  color:#666;
  z-index:100;
  background-color: rgba(255, 255, 255, 0.8);
}
.energylabel_box a {
  color:#666;
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.energylabel_box a:hover {
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.energylabel_box p {
  margin: 0;
}

.energylabel_listing {
	position:absolute;
	right:15px;
  display:block;
  font-weight: 400;
  text-align:right;
  padding: 1px 0 0 0;
  font-size:11px;
  line-height:15px;
  color:#666;
  z-index:100;
}
.energylabel_listing a {
  color:#666;
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.energylabel_listing a:hover {
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}

.energylabel_cart {
	right:15px;
  display:block;
  font-weight: 400;
  text-align:right;
  padding: 10px 0 0 0;
  font-size:10px;
  line-height:45px;
  color:#666;
  z-index:100;
}
.energylabel_cart a {
  color:#666;
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.energylabel_cart a:hover {
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}

.energylabel_print {
	right:0;
  display:block;
  font-weight: 400;
  text-align:right;
  padding: 1px 0 0 0;
  font-size:11px;
  line-height:15px;
  color:#666;
  text-align:right;
}
.energylabel_print a {
  color:#666;
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
.energylabel_print a:hover {
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}

/*
//******************************* 
Row Listing
//******************************* 
*/

.listingrow {
  position:relative;
  padding: 20px 20px;
  margin: 0px 0 0px 0;
  border:solid #e1e1e1;
  border-width:0px 1px 1px 0px;
  width:100%;
  display: flex;  
  flex-wrap: wrap;
}

.subcats_image_inner img {
  max-width: 80%;
  max-height: 80%;
  width: unset;
  height: unset;
}

.cat_description_image img {
	max-width: 100%;
  max-height: 100%;
	width: unset;
  height: unset;
}

.slider_row .splide img {
/*	max-width: 100%;
  max-height: 100%;
  width: unset;
  height: unset;*/
  object-fit: unset;
}


.cat_description_text {
	max-width: unset;
	
}

/*
//******************************* 
Product Info
//******************************* 
*/

.pd_title h1 {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
}

.pd_heading_inforow {
	font-size: unset;
}

.pd_shipping_content {
  font-size: 14px; 
  line-height: 22px;
}

.pd_onstock {
  padding: 3px 0 3px 0;
  color:#B30D1B;
  line-height:12px;
  font-weight: 800;
}

.pd_onstock strong {
  font-weight: 800;
}

.feature_table {
	width: 100%;
	border-collapsed: collapse;
}
 
.feature_table td {
  padding: 5px;
 	border-bottom-color: #E1E1E1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
 }

.feature_attribute {
	width: 50%;
	float: left;
}

.feature_data {
	width: 50%;
	float: left;
}

.feature_data img{
	vertical-align:text-bottom;
	
}	

.feature_line  {
  border-bottom-color:#E1E1E1;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:5px;
  height: 35px;
}

.feature_category {
  border-bottom-color:#E1E1E1;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:5px;
  background-color:#F0F0F0;
  font-weight:700;
}


/*
//******************************* 
Suche
//******************************* 
*/

.search_inner .search_cat {
  width:15px;
}

.filter_pagination_bar .listing_filter_selected_item a > span {
  max-width: unset;
}

/*
//******************************* 
Farben alles-mit-stecker
//******************************* 
*/

.listingbox .lb_inner:hover {
  border: 1px solid #B30D1B;
}

.pd_price {
  font-size: 24px;
}

.pd_price .new_price {
  font-size: 24px;
  color: #B30D1B;
}

.pd_price .special_price .small_price,
.pd_price .specialgraduated_price .small_price {
  padding: 0 0px 3px 0;
  font-size:12px;
  line-height:10px;
}

.subcats_item:hover {
  border: 1px solid #B30D1B;
}
	
.pd_price .save_price {
	background: #B30D1B;
}

.lb_price .save_price {
	background: #B30D1B;
}

.lb_price .new_price {
	color: #B30D1B;
}

.layout_categories {
	border-bottom-color: #B30D1B;
	border-bottom-width: medium;
}

.layout_header {
	border-bottom-color: #B30D1B;
/*	border-bottom-width: medium;*/
	background: url(../img/ams/bg_header.jpg) no-repeat;
  /* background-size: 100% auto; */
  background-size: cover;
  background-position: center;

}

.layout_header_checkout {
	border-bottom-color: #B30D1B;
	border-bottom-width: medium;
	background: url(../img/ams/bg_header.jpg) no-repeat;
  /* background-size: 100% auto; */
  background-size: cover;
  background-position: center;
}

.breadcrumb {
	border-bottom-color: #B30D1B;
}

.layout_footer {
	border-top-color: #B30D1B;
	border-top-width: medium;
	border-top-style: solid;
}

.footer_item ul.content_box_list li a:hover span {
	color: #B30D1B;
}

.mega_menu a:hover {
	color: #B30D1B;
}

.layout_categories_inner {
	max-width: 1600px;
}

.cssButtonColor4 {
	background-color: #700300;
}

.listing_filter_icon_reset > a {
	background: #B30D1B;
}

.filter_pagination_bar .listing_filter_selected_item a {
	background: #B30D1B;
}

.pagination_list ul li .current {
	color: #B30D1B;
}

.breadcrumb span.current {
	color: #B30D1B;
}


.mega_menu > ul > li > a {
	border-bottom-color: #B30D1B;
}

