/* product */
.eshop-cart {}
.eshop-cart fieldset { float:right; white-space:nowrap; }
.eshop-cart fieldset .lab { float:none; clear:both; width:99px; height:24px; text-align:center; font-weight:bold; font-size:80%; color:#444; /* #cf2433; */ }
	.eshop-cart-qtys { width:99px; font-size:14px; border:1px solid #eee; user-select:none; }
	.eshop-cart-qtys span {
        display:inline-block; line-height:30px; width:29px;
        text-align:center; font-size:20px; color:#656565; background:#f7f7f7; font-weight:bold; cursor:pointer; }
	.eshop-cart-qtys .cart-qty {
        display:inline-block; line-height:30px;
        width:38px; height:32px; padding:0; border:1px solid #e1e1e1; border-radius:3px; margin:-1px 0;
        text-align: center; background-color:#fff; vertical-align:top;
    }
.eshop-cart input[name=submit] { width:99px; }
.eshop-cart input.cart-qty.zero { background-color: #f9f9f9; color: #999; }
.eshop_product_list_top fieldset .lab { display:none !important; }

.plmp .lab { float:none; clear:both; width:100%; height:24px; }
/*
.plmp.qtpr { width:100%; padding:0; border:1px solid #9f1d26; border-top-left-radius:6px; border-top-right-radius:6px; }
.plmp.qtpr .lab { padding:4px 4px; background-color:#9f1d26; color:#fff; font-weight:bold; font-size:12px; }
.plmp.qtpr .con { padding:2px 4px; background-color:#fffde5; }
*/
.plmp.qtpr { width:100%; padding:0; background-color:#fffde5; border:1px solid #9f1d26; border-top-left-radius:6px; border-top-right-radius:6px; }
.plmp.qtpr .lab { padding:2px 4px 4px 4px; border-bottom:2px dotted #9f1d26; color:#9f1d26; font-weight:bold; font-size:12px; }
.plmp.qtpr .con { padding:2px 4px; }


/* cart */
table.eshop_cart_navi { margin:0 0 30px 0; width:100%; border-collapse:separate; }
table.eshop_cart_navi tr td { margin:0; border:1px solid #666; padding:0; text-align:left; vertical-align:top; color:#666; }
/*table.eshop_cart_navi tr td.warning { background-image:url(../../../mCMS9/includes/pictures/ico_warning.png); background-repeat:no-repeat; background-position:right bottom; }*/
table.eshop_cart_navi tr td.true { background-image:url(../../../mCMS9/includes/pictures/ico_true.png); background-repeat:no-repeat; background-position:right bottom; }
table.eshop_cart_navi tr td a { display:block; margin:0; border:0; padding:0; width:100%; height:100%; color:#666; text-decoration:none; }
table.eshop_cart_navi tr td a.selected { background-color:none !important; }
table.eshop_cart_navi tr td a:hover { background-color:rgba(153,153,153,0.25); }
table.eshop_cart_navi tr td.active a { color:#000; }
table.eshop_cart_navi tr td a span { display:block; padding:5px; float:none; clear:both; }
table.eshop_cart_navi tr td a span.step_title { font-size:120%; font-weight:bold; }
table.eshop_cart_navi tr td a span.step_subtitle { font-size:80%; font-weight:normal; }

/* form.cart_new_item { } */
input[name="r_new_item_no"] { width:100px; }