/**
*  Product Listing
*/
#product_container{
    width:100%;
}
.nav_cat,
.nav_separator,
.feature_product h2{ /*if this css change, need to change content.css .register.myform h1, .m_login.myform h1 too*/
    width:100% !important;
    font-family:'Dynalight', cursive;
    font-size:30px !important;
    font-weight:normal !important;
    margin-bottom:20px !important;
    padding-bottom:10px !important;
    color:#ef4699;    
}
.nav_cat,
.feature_product h2{
    border-bottom:thin solid #737373 !important;
}
.nav_cat a,
.feature_product h2 a{
    color:#ef4699;
    text-decoration: none;
}
.nav_cat a:hover,
.feature_product h2 a:hover{
    text-decoration:underline;
}
.item_column{
    min-height:200px;
    /*padding: 10px;*/
    margin:0 10px 30px 0;
    float:left;
    text-align: center;
    overflow: hidden;
    width: 160px !important;
}
.item_column:nth-child(4) {
    margin-right:0;
}
.item_column:nth-child(8) {
    margin-right:0;
}
.item_column:nth-child(12) {
    margin-right:0;
}
.item_column:nth-child(16) {
    margin-right:0;
}

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

/* Product Image */
.img_div{
    width: 148px !important;
    height: 300px !important;
    display: table-cell;
    vertical-align: middle;
    background:white;   
}
.display_img{
    width:100%;
    display:block;
    width: 200px !important;
    height:200px !important;
}

/* Multiple product per row */
.thumb_price {
    width:100%;
    margin:5px 0 5px 0;
    clear:both;
    color: #ef4699;
    font-size: 11px;
    text-align:right;
}
.thumb_div h2{
    width:100%;
    margin:auto;    
}
.thumb_div h2,
.thumb_div h2 a{
    font-size: 12px;
    text-decoration:none;
    color:#fef0b1;
    text-align: center;
}
.item_column .add_cart_button {
    visibility:hidden;
}

/* Single Image Per Row */
.detail_div{
    position: relative;
}
.out_stock{
    margin:10px 0 0 0;
    text-align:center;
}
.add_to_cart {
    width: 120px;
    height:33px;
    margin:12px 0 0 0;
    padding:5px 0 0 0 !important;
    background-image: url("images/button_addtocart.png");
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}
#add_cart_button{    
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color:#fff;
}
/**
* Cart Widget
*/

#cart_login .special {
    width:250px;
    height:27px;
    background-image: url("images/widget_cart_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    font-size:12px;
}
#cart_login .special div {
    float:left;
    display:inline;
    margin-top:3px;
    color:#614932;
}
#cart_login .special .cart_button{
    margin-left:5px;
    color:#ef4699;
}
#cart_login .special .cart_button a{
    color:#ef4699;
    text-decoration: none;
}
#cart_login .special .cart_button a:hover{
    text-decoration: underline;
}
.item_in_cart,
.total_in_cart{
    padding-right:8px;
    background-image: url("images/widget_cart_divider.jpg");
    background-position: center right;
    background-repeat: no-repeat;
}
#cart_login .special .item_in_cart {    
    margin-left:45px;    
}
#cart_login .special .total_in_cart {
    margin-left:5px;
}

/**
* Product detail
*/
.product_name {
    padding-bottom: 22px;
    color:#fef0b1;
    font-size: 15px;
    font-weight: bold;
}
.detail_price .price{
    padding-bottom: 12px;
    color:#fff;
    font-size: 28px;
    font-weight: bold;
}
.quantity input[type="button"]{
    width:17px;
    height:17px;
    -webkit-appearance: textfield;
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    background-image: url("images/widget_cart_divider.jpg");
    background-color: transparent;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: pointer;
    box-sizing: border-box;
}
.quantity input[type="button"].qty_plus{
    background-image: url("images/icon/qty_plus.jpg");
}
.quantity input[type="button"].qty_minus{
    background-image: url("images/icon/qty_minus.jpg");
}
/* Mainly for SKU label */
.label_detail_info{
    width:30%;
    padding:3px;
    display:inline-block;
    font-weight: bold;
}
/**
* Cart Listing/Order Listing
*/
.error {
    color: #FF0000;
}
/* For every shopping cart page title */
.nav_link{
    font-weight:bold;
    font-size:20px;
}
/* All shopping cart page cover by wrapper*/
.wrapper{
   width:630px;
   float:left; 
}
/* Position for each button */
.checkout, .clear_cart, .update_cart, .confirm_next,
.confirm_payment, .confirm_purchase, .back_cart{
    margin:10px 0 0 10px;
    float:right;
    text-decoration: none;
}
.back_cart{
    float:left;
}

/**
* Cart Item
*/
.wrapper table tr th, .wrapper table tr td{
    padding: 10px;
    background: none repeat scroll 0 0 #3B3B3B;
    color: #FFFFFF;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.wrapper table tr td{
    background: none repeat scroll 0 0 #F0EFE2;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cart_table{ 
    width:650px;
    display:block;	
}
table.cart_table td{
    padding:10px;
}
.cart_subitem{
    text-align:center;
}
.cart_desc{
    width:300px;
}
.cart_qty{
    width:60px;
}
.cart_option{
}

/* 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 label{
    width:150px;
    padding: 3px;
    float:left;
    clear:both;
}
.row.span2{
    float:left;
}

/* For each title info display below each shopping cart */
.confirm_title{
    padding-top:10px;
    clear:both;
    font-weight:bold;
    font-size:18px;
}

/* Offline Payment info */
.payment_info{
    clear:both;
    padding: 5px;
}
