/**
*  Product Listing
*/

.checkout_wrap p 
{
    padding: 0!important;
    color: white;
}

.shipping_form_input select
{
    width: 90% !important;
}
#product_container{
    width:100%;
}
.nav_link,
.nav_cat,
.nav_separator,
.article_title,
.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:'Playball', cursive;
    font-size:26px !important;
    font-weight:normal !important;
    margin-bottom:10px !important;
    padding-bottom:10px !important;
    color:#ef4699;    
}
.nav_link,
.nav_cat,
.article_title,
.feature_product h2{
    border-bottom:thin solid #2E2E2E !important;
}
.nav_link a,
.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:310px !important;
    /*padding: 10px;*/
    margin:0 10px 30px 0;
    float:left;
    text-align: center;
    overflow: hidden;
    width: 158px !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;
}
.item_column a{
    color:#ef4699;
    text-decoration:none;
}
.item_column a:hover{
    text-decoration:underline;
}

.image_block
{
    height: 200px !important;
    overflow: hidden;
}
/* Product Navigation Menu*/
.each_child{
    float:left;    
    padding:0 20px!important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right:solid 1px #EF4699 !important;   
    font-size: 15px;
    font-weight:bold !important;
    line-height: 18px;
    color:#fff !important;
    text-align: left !important;
    width: auto !important;
    margin-bottom: 10px;
}
.each_child:first-child{
    padding-left:0!important;
}
.each_child a{
    color:#fff !important;
}
/* 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: 200px !important;
    overflow: hidden !important;
    display: table-cell;
    vertical-align: middle;
    background:white;   
    max-height: 200px !important;
}
.display_img{
    width:100%;
    display:block;
    height: 200px !important;
    width: auto !important;
}

/* Multiple product per row */
.thumb_price,
.thumb_promo_price{
    /*margin:5px 0;*/
}
.thumb_price {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align:left;
}
.thumb_price,
.thumb_promo_price{
    float:left;
}
.moreinfo{
    float: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;
    line-height: 14px;
    padding:8px 0;
}
.item_column .add_cart_button {
    visibility:hidden;
}
.moreinfo{
    font-size:11px;
    text-transform:lowercase;
    padding: 3px 12px;
    background: #ef4699;
    border-radius:20px;
}
/* Single Image Per Row */
.detail_div{
    position: relative;
}
.out_stock{
    text-align:center;
}
.add_to_cart {
    margin:10px 0 0 0;
}
#add_cart_button{    
    margin:0;
    padding:10px 15px !important;
    background:#ef4699;
    border-radius:20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color:#fff;
}

/**
* Product detail
*/
.detail_row,
.product_option,
.quantity{
    margin:0 0 10px 0 !important;
}
.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: 700;
}
.promotion_price {
    color:#ef4699;
    font-size: 28px;
    font-weight: 700;
}
.promo_price {
    color:#ef4699;
    font-size: 14px;
    font-weight: 700;
}
.slash_through, .line_through {
    text-decoration: line-through;
}
.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 */


/* All shopping cart page cover by wrapper*/
.wrapper{
   float:left; 
}
/* All shopping cart page cover by wrapper*/
.select_payment a, .select_ship_method a, .select_payment a, .comfirm_order a{
    color:#fef0b1;
    text-decoration: none;
}
.select_payment a, .select_ship_method a, .select_payment a, .comfirm_order a{
    text-decoration:underline;
}
/* Position for each button */
.back_cart, .clear_cart, .update_cart, .checkout,
.confirm_next, .confirm_payment, .confirm_purchase{
    height:26px;  /*32-6=26px*/  
    background-image: url("images/button_cart_bg.png");
    background-repeat: no-repeat;
    margin:10px 5px 0 0;
    padding:6px 0 0;
    text-align: center;
    color:#fff;    
    float:right;
    position:relative;
}
.cart_button_div a,
.cart_button_div a:visited{
    color:#fff;
    text-decoration:none;
}
.cart_button_div a:hover{
    text-decoration:underline;
}
.back_cart{
    width:142px; /*150-8=142*/
    background-position: 0 -480px;
    float:left;
    padding-left: 8px;
}
.confirm_purchase,
.confirm_next{
    width:120px; /*130-10=120*/
    background-position: 0 -352px;
    padding-right:10px;
}
.config_form .back_cart{
    width:105px; /*115-10=105*/
    background-position: 0 -256px;
    padding-left:10px;
}
.clear_cart{
    width:80px;
    background-position: 0 -32px;   
}
.update_cart{
    width:95px;
    background-position: 0 -128px;
}
.checkout{
    width:155px; /*165-10=155*/
    background-position: 0 -576px;
    padding-right: 10px;
}
.select_ship_method .back_cart{
    width:165px;
    padding-left: 5px;
    background-position: 0 -576px;
}
.select_payment .back_cart{
    width:180px; /*190-10=180*/
    background-position: 0 -736px;
    padding-left: 10px;    
}
.confirm_payment{
    width:140px; /*150-10=140*/
    background-position: 0 -480px;
    padding-right:10px;
}
.comfirm_order .back_cart{
    width:140px; /*150-10=140*/
    background-position: 0 -448px;
    padding-right:10px;
}
a.button span.leftarrow,
a.button span.rightarrow{
    width:12px;
    height:16px;
    background-position: left top;
    background-repeat: no-repeat;
    position:absolute;
    top:8px;
}
a.button span.leftarrow {    
    background-image: url("images/icon/leftarrow.png");
    left:8px;
}
a.button span.rightarrow {
    background-image: url("images/icon/rightarrow.png");
    right:8px;
}

/******* new **********/

/* For every shopping cart page title */
.head_title{
    font-family: 'Playball', cursive; 
    font-size:28px;
    margin:0;
    padding:0 0 10px; 
    color:#fef0b1;
}
.shipping_info, .short_ship_info, .select_ship_method, .selected_shipper, .selected_payment, .select_payment, .address_info{
    color:#614932;/*#ef4699 or #614932*/
}
.shipping_info form{
    color:#fff;
}
.shipping_info{
    margin: 10px;
}
.short_ship_info{
    padding: 3px 0 5px 13px;
}
.select_ship_method{
    margin: 10px;
}
.selected_shipper, .selected_payment{
    padding: 3px 0 5px 20px;
}
.select_payment{
    margin: 10px;
}
.clear_stage_icon{
    float: right;
}
.comfirm_order{
    margin: 10px;
}
.address_info{
    padding-left:8px;
}
.agreement{
    text-align: right;
}
.agreement a{
    padding-left: 0px;
    font-size: 12px;
}

/* For every checkout div bar */
.checkout_wrapper {
    width: 99%; 
    margin: auto;
    margin-bottom: 15px; 
    border: 1px solid #c8c8c8;
}
.checkout_bar {
    background-color:#fac7de; 
    margin: 5px; 
    height: 100%; 
    padding:5px 3px 5px 7px;
}
.checkout_bar a,
.checkout_process a{
    font-family: 'Playball', cursive; 
    font-size:28px;
    margin:0;
    padding:10px 0 0; 
    color:#614932; /*#ef4699 or #614932*/
    text-decoration: none;
}
.checkout_process {
    background:url('http://mobipot.com/cart_asset/checkout_process.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    display: none;
    margin:auto;
}

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

.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;
    display: none;
}

.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;
    display: none;
}
/**
* Cart Item
*/
.checkout_wrapper table tr th, .wrapper table tr th {
    
    padding: 10px;
    border-bottom:thin solid black;
    color: black;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    
}

.checkout_wrapper table tr td {
    background: none repeat scroll 0 0 #FEF0B1;
    color: black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cart_subtotal td
{
    border-top:thin solid black;
    border-bottom:thin solid black;
}

.checkout_wrapper .cart_desc
{
    background-color: #fef0b1 !important;
    width: 100%;
}

/**
* Cart Item
*/
.wrapper table tr th, .wrapper table tr td{
    padding: 10px;
    color: #614932;
    text-align: left;
}
.wrapper table tr td{
    background: none repeat scroll 0 0 #fef0b1;
}
.cart_table{ 
    width:100%;
    display:block;	
    border-spacing: 0;
    color: black;
}

.cart_table td
{
    background: #FEF0B1 !important;
}

.cart_table th{ 
    padding:10px;
}
table.cart_table td{
    padding:10px;
}
.cart_subitem{
    text-align:center;
}
.cart_desc,
.cart_price,
.cart_qty,
.cart_subitem,
.remove_title {
    background: #FEF0B1;
}

.cart_desc
{
    background-color: transparent !important ;
    background: url('http://mobipotcms.com//template/pro/yunique_paradise/yunique_v2/css/images/cart_table_topbg.png') !important;
    background-position:top left !important;
}

.remove_title
{
    background-color: transparent !important ;
    background: url('http://mobipotcms.com//template/pro/yunique_paradise/yunique_v2/css/images/cart_table_topbg.png') !important;
    background-position:top right !important;
}

.cart_price,
.cart_qty,
.cart_subitem{
    background-position: top center;
}
.cart_qty{
    width:60px;
}
.cart_option{
}


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

.span2 input,select{
    width:140px !important;
}


.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;
}

.clear_div
{
    clear:both;
}

.coupon_div
{
    margin-top: 10px;
}

tr .blank_slot_left
{
    background-color: transparent !important ;
    background: url('http://mobipotcms.com//template/pro/yunique_paradise/yunique_v2/css/images/cart_table_bottombg.png') !important;
    background-position:bottom left !important;
    
}

td.blank_slot_right
{
    background-color: transparent !important ;
    background: url('http://mobipotcms.com//template/pro/yunique_paradise/yunique_v2/css/images/cart_table_bottombg.png') !important;
    background-position:bottom right !important;
}

.product_sort
{
    margin-bottom:15px;
}

.shipping_form h4 
{
    color: white !important;
    border-bottom: 2px solid rgb(219, 219, 219) !important;
}

.my_cart h4 
{
    color: white !important;
    border-bottom: 2px solid rgb(219, 219, 219) !important;
}

.checkout_detail h4 
{
    color: white !important;
    border-bottom: 2px solid rgb(219, 219, 219) !important;
}