.feature_product h2
{
font: 25px 'Cambria' !important;
text-decoration: none;

border-bottom: 1px dashed #CCC;
}

.feature_product h2 a
{
color: #5C5C5C !important;
text-decoration:none;
}

/**
*  Product Listing
*/
#product_container{
    width:100%;
    margin-top: 0;
    padding: 5px;
	min-height:400px;
}

.item_column {
	float: left;
	text-align: left;
	padding-right:17px;
	width: 180px !important;
	min-height: 300px !important; 
	padding-bottom:15px !important;
}

.detail_div h3
{
margin-bottom: 10px !important;
margin-top: 10px !important;
}



/* Product Name h2 for multiple h3 for single product*/
.item_column h2
{
    width:100%;
    text-align: left;
}
.list_product_name 
{
    font-size: 16px;
	font-weight:bold;
	color: black;
	text-decoration:none;
	
}

.list_product_name  a
{
text-align:center;

}


.thumb_div {
	height:auto !important;
	padding: 0 8px;
}

.thumb_div h2 {
	margin: 0;
	padding: 0;
	text-align:center;
	border:0px;
}

/* Product Image */
.img_div
{
    width:182px !important;
    height: 210px !important;
    display: table-cell;
    vertical-align: top;  
	 
}
.display_img
{
    width: 180px;
	display: block;
	border-radius: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	margin-bottom: 10px;
}

.thumb_promo_price {
	padding: 0 8px;
}

/* Multiple product per row */
.thumb_price {
    width:100%;
	margin:0px 0 10px 0;
    clear:both;
    color: #90625e ;
	font-weight:bold;
    font-size: 16px;
    text-align:center;
	padding: 0 8px;
}
/* Single Image Per Row */
.detail_wrapper
{
}
.out_stock
{
   /*  margin:10px 0 0 0;
	text-align:center;*/
	font-size: 14px;
	color: red;
}

.product_sort
{
    margin-top: -30px;
    padding-right:20px;
    width:100px;
}

.nav_cat
{
    padding-left:20px !important;
	background:url(images/productmenu.jpg) repeat-x 0 0;
	border-radius: 20px;
	margin-top: 10px;
}

.nav_cat a, .nav_separator
{
color: #8A4242;
font: 17px arial;
text-decoration: none;
text-shadow: grey 0.1em 0.1em 0.2em;
}
/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:#00d2d9;
    font-size: 20px;
	font-weight: bold;
}

/* slash price */ 

.slash_through
{
    text-decoration: line-through;
}

.review_text_area
{
    width:95% !important;    
}

/* Mainly for SKU label */
.label_detail_info
{
    width:30%;
    padding:3px;
    display:inline-block;
    font-weight: bold;
}

/*  clear div */
.clear_div
{
    clear: both;
}
/* hides the text of the Remove Product Icon */
button.negative.button, button.negative.button:hover
{
	visibility:hidden;
	display:none;
}
/* Inserts the Icon for the Remove Product */
table.cart_table a.remove
{
    width:16px;
    height:16px;
    margin:auto;
    display:block;
    background:url(images/delete.png) no-repeat;
}


/**
* Ship Info
*/
.row
{
    width:100%;
    /*margin:4px;
    padding:3px;*/
    float:left;
}

.row a
{
    color:black;
}
.row label{
    width:150px;
    padding: 3px;
    float:left;
    clear:both;
}
.row.span2{
    float:left;
}

/**
* Cart Listing/Order Listing
*/
.error
{
    color: #FF0000;
}
/* All shopping cart page cover by checkout_wrapper*/
.checkout_wrapper
{
    width: 979px; 
    margin: auto;
    margin-bottom: 15px; 
	margin-top: 20px;
    border: 1px solid gray;
}

.coupon_div
{
    padding-top:10px;
	margin-bottom: 50px;
	margin-top: 20px;
}

/* For every shopping cart page title */
.head_title{
    padding-bottom: 10px;
    cursor: pointer;
    font: 146% Tahoma;
    color:#7C8E8E;
}

.shipping_info
{
    margin: 10px;
}
.short_ship_info
{
    padding: 3px 0 5px 15px;
}
.select_ship_method
{
    margin: 10px;
}

.selected_shipper,.selected_payment
{
    padding: 3px 0 5px 15px;
}

.select_payment
{
    margin: 10px;
}


.comfirm_order
{
    margin: 10px;
}

.agreement
{
    text-align: right;
}

/* For every checkout div bar */
.checkout_bar
{
    background-color:  #EFEFEF; 
    margin: 5px; 
    height: 100%; 
    color:black; 
    padding:5px 3px 5px 7px;
}

.checkout_bar a
{
    color:black !important;
    font: 15px Tahoma;
    font-weight: bold;
}

.clear_stage_icon
{
    float: right;
}

/* Position for each button */
.checkout, .clear_cart, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase
{
    float:right;
    padding-left: 10px;
}
.back_cart
{
    float:left;
}
/**
* Cart Item
*/
.cart_table th{
    
    padding: 10px;
    background: none repeat scroll 0 0 #C49894;
    color: #FFFFFF;
    text-align: left;
    
    
}

.cart_table table tr td{
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
}
.cart_table
{ 
    width:100%;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;

}
.cart_subtotal td
{
    border-top:thin solid black;
    border-bottom:thin solid black;
}
.cart_table td
{
    padding:10px;
}
.cart_subitem
{
    text-align:center;
}
.cart_desc
{
    width:680px !important;
}
.cart_qty
{
    width:60px;
}

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

.customer_remark textarea
{
    width: 350px;
    height: 100px;
}

.customer_remark label
{
    margin: 10px 0 10px 0;
    display: block;
}

.cart_calculation
{
    float: right; 
    width: 45%; 
    text-align: right; 
    padding-right: 10px;
}
/* cart bottom button div */ 
.cart_button_div
{
    display: block;
    width: 100%;
    margin:10px 0 10px 0;
}
/* checkout process */

.checkout_process
{
   display:none;
}

.checkout_process2
{
    background:url('http://mobipot.com/cart_asset/checkout_process2.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 40px;
    height:30px;
    width:450px;
    margin:auto;
	
}

.checkout_process2 a, .checkout_process3 a, .checkout_process4 a
{
color: black;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

.checkout_process3
{
    background:url('http://mobipot.com/cart_asset/checkout_process3.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}

.checkout_process4
{
    background:url('http://mobipot.com/cart_asset/checkout_process4.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}

.checkout_process div
{
    display: inline-block;
    text-align: center;
}

.checkout_process2 div
{
    display: inline-block;
    text-align: center;
}

.checkout_process3 div
{
    display: inline-block;
    text-align: center;
}

.checkout_process4 div
{
    display: inline-block;
    text-align: center;
}

/* order listing table */
.order_list_tbl
{
    
    width: 100%;
    border-spacing: 0px;
}
.order_list_tbl th
{
    background: none repeat scroll 0 0 #72A1D4;
    color: white;
    padding: 5px;
}

.order_list_tbl td
{
    padding: 5px;
    border-bottom:thin solid black;
}

.selected_detail_img {
	text-align: center;
	vertical-align: middle;
	height: 350px !important;
}

.add_cart_button {
	padding: 5px 0 0 0;
	width: 100%;
	text-align: center;
	/*border-top: 1px solid lightgray;
	background: #F26D7D;*/
}

.nav_link {

	padding: 0;
	margin: 10px 0 20px 0;
	font: 20px 'Cambria';
}

.cart_item_img {
font-weight: bold;
padding: 10px 20px;
}

.left_container {
width: 40%;
float: left;
text-align: center;
}
.module {
margin: 20px 0 0 0;
}

.large_detail_img {
width: 100%;
margin: auto;
background: white;
border: 1px solid lightGrey;
}

.snack_block
{
height:350px;
float:left;
}

.snack_block h3
{
	margin-top: 0px;
    background: url("images/menubg.jpg") repeat-x;
    height: 30px;
    width: 982px;
    padding-left:10px;
    padding-top:5px;
	color: white !important;
	font-style: italic !important;
	text-shadow: black 0.1em 0.1em 0.2em;
	font: 18px 'Cambria';
	font-weight: bold;
	color: white !important;
	border:0px;
	}

.item_column:nth-child(5)
{
padding-right: 0px !important;
}

.image_block
{
height:212px !important;
width:182px !important;
}

.pagination
{
padding:10px;
text-align:center;
}

.read_more 
{
background: url(http://www.visitsouthwales.com/img/buttons/read-more-button.jpg) 0 no-repeat;
color: transparent;
}

.detail_div .price
{
color:red;
font-weight: bold;
font-size: 15px;
}

.contact_desc
{
min-height:200px !important;
}

.article_title h2
{
font: 25px 'Cambria' !important;
font-weight: bold;
text-decoration: none;
color:#5C5C5C !important;
border-bottom: 1px dashed #CCC;
}

.review_box > label["reviews"]
{
background: #E8C6C4;
width: 910px;
display: block;
height: 30px;
line-height: 30px;
padding-left: 10px;
color: white;
border-radius: 10px;
text-shadow: grey 0.1em 0.1em 0.2em;
}

.top_cart
{
    background: url("./images/top_cart_bg.png");
    background-repeat: no-repeat;
    width:220px;
    height:75px;
    padding: 10px 0 0 60px;
    float: right;
    margin-right:110px;
    
}

.top_cart h3
{
    padding: 0px;
    margin: 0px;
}


.top_cart ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    
}
