@import url("https://www.abobreadslicers.com/modules/bakery/skeleton.css");

.mod_bakery_h_f {
	text-align: left;
}
.mod_bakery_ordernum_f {
	font-weight: bold;
}
.mod_bakery_hr_f {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C5C5C5;
    margin: 1em 0;
    padding: 0;
}
.mod_bakery_main_div_cart_bt_f {
	text-align: left;
}
.mod_bakery_main_td_f {
	text-align: center;
}
.mod_bakery_main_thumb_f, .mod_bakery_item_img_f {
max-width:100%;
	border:none;
	margin-bottom:1%;
}
img.mod_bakery_main_thumb_f {
	height:200px;
	}
.mod_bakery_main_img_f, .mod_bakery_item_thumb_f {
	border: none;
	max-height:50px;
}
.mod_bakery_item_img_f {
    border: none;
    max-height: 400px;
}
.knop a {
width: 93%;
margin: 3% 0;
position:absolute;
bottom:0;
background:#221F72;
color:#fff;
font-size:24px;
text-align:center;
padding:7px 0;
font-weight: bold;
}
.knop a:hover {
background:#7581BF;
-moz-box-shadow: 0 0 10px #aaa;
-webkit-box-shadow: 0 0 10px #aaa;
box-shadow: 0 0 10px #aaa;
}
.mod_bakery_main_in_stock_f {
	color: green;
}
.mod_bakery_main_short_of_stock_f {
	color: orange;
}
.mod_bakery_main_out_of_stock_f {
	color: red;
}
.mod_bakery_main_stock_img_f {
	border: red 1px; 
}
.mod_bakery_main_input_f {
	text-align: right;
}
.mod_bakery_main_select_f {
	width: 100px;
}

/* IE ONLY */

/* IE < 7 */
* html input.mod_bakery_bt_continue_f, * html input.mod_bakery_bt_update_f, * html input.mod_bakery_bt_order_f, * html input.mod_bakery_bt_cancel_f {
	font-size: 9px;
}
/* IE = 7 */
*:first-child+html .mod_bakery_bt_continue_f, *:first-child+html .mod_bakery_bt_update_f, *:first-child+html .mod_bakery_bt_order_f, *:first-child+html .mod_bakery_bt_cancel_f {
	font-size: 9px;
}

@media only screen and (max-width: 1300px) {
	#mod_bakery_wrapper_f {
	width:100%;
	padding:0;
	}
}		