@charset "utf-8";
/* CSS Document */

.entry_prd { min-height:400px; padding:0 20px; }

.cart_content_area { }
.cart_content_area .title { font-size:32px; font-weight: bold; padding:30px 0; text-align:center; xfont-family:'Lato'; }
.cart_content_area .workflow { padding-top:20px; }
.cart_content_area ul.checkout-step-bar { font-size:0; }
.cart_content_area ul.checkout-step-bar li { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:33.33%; position:relative; background-color:#000000; }
.cart_content_area ul.checkout-step-bar li a { display:block; width:100%; padding:0 20px; height:26px; box-sizing:border-box; font-size:14px; color:#ffffff; font-weight:bold; line-height:26px; cursor:pointer; }
.cart_content_area ul.checkout-step-bar li.step2 a, 
.cart_content_area ul.checkout-step-bar li.step3 a, 
.cart_content_area ul.checkout-step-bar li.step4 a { xpadding-left:35px; }
.cart_content_area ul.checkout-step-bar li .step-arrow {     
	position: absolute;
	z-index:99;
    top: 0;
    right: -15px;
    width: 16px;
    height: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background: url(../img/shoppingcart_off.png); 
}
.cart_content_area ul.checkout-step-bar li.active { background-color:#ab7321; }
.cart_content_area ul.checkout-step-bar li:hover { xbackground-color:#da4200; }
.cart_content_area ul.checkout-step-bar li.active .step-arrow { background: url(../img/shoppingcart_on.png); }
/*.cart_content_area ul.checkout-step-bar li:hover .step-arrow { background: url(../img/shoppingcart_on.png); }*/

.cart_content { width:1000px; padding-bottom:30px; padding-left:134px;}
.cart_content .cart_list { }
.cart_content .cart_list table { width:100%; }
.cart_content .cart_list table tr { }
.cart_content .cart_list table td { padding:20px 0; text-align:center; font-size:16px; }
.cart_content .cart_list table td a { color:#000000; transition:all 0.2s ease; }
.cart_content .cart_list table td a:hover { color:#444444; }
.cart_content .cart_list table td a.btn_edit_prd, 
.cart_content .cart_list table td a.btn_del_prd { display:inline-block; zoom:1; *display:inline; vertical-align:middle; padding:4px 8px; background-color:#996600; border:1px solid #996600; border-radius:4px; font-size:12px; color:white !important; transition:all 0.2s ease; cursor:pointer; }
.cart_content .cart_list table td a.btn_edit_prd:hover, 
.cart_content .cart_list table td a.btn_del_prd:hover { background-color:#DDC4A7; border:1px solid #DDC4A7; text-decoration:none !important; }
.cart_content .cart_list table td a.quantity_btn { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:22px; height:22px; border:1px solid #cccccc; box-sizing:border-box; font-size:14px; color:#000000; line-height:20px; transition:all 0.2s ease; cursor:pointer; }
.cart_content .cart_list table td a.quantity_less { border-right:0 !important; }
.cart_content .cart_list table td a.quantity_plus { border-left:0 !important; }
.cart_content .cart_list table td a.quantity_btn:hover { background-color:#ffffff; color:#000000; }

.cart_content .cart_list table tr.single_prd td, 
.cart_content .cart_list table tr.single_prd_top td[rowspan] { border-bottom:1px solid #cccccc; }
.cart_content .cart_list table tr:first-child td { padding:10px 5px !important; background-color:#DDC4A7; color:#ffffff; }
.cart_content .cart_list table tr:first-child td:first-child { padding-left:20px !important; text-align:left; }

.cart_content .cart_list table tr.cart_list_prd td { border-bottom: solid 1px #DDC4A7; }
.cart_content .cart_list table tr.cart_list_prd td.col_prd_img { width:125px; xwidth:105px; height:126px; /*padding:0 !important;*/ }
.cart_content .cart_list table td.col_prd_img img { max-width:90%; max-height:90%; margin:auto; }
.cart_content .cart_list table td.col_prd_name { width:200px; xwidth:220px; padding:20px 5px; text-align:left; }
.cart_content .cart_list table td.col_prd_name:first-child { width:200px; xwidth:220px; padding:20px 10px 20px 20px; }
.cart_content .cart_list table td.col_prd_name_short { width:260px; xwidth:280px; padding:20px 10px; text-align:left; }
.cart_content .cart_list table td.col_prd_name_short span { display:inline-block; zoom:1; vertical-align:top; width:21px; height:21px; border:1px solid #000; box-sizing:border-box; position:relative; }
.cart_content .cart_list table td.col_unit_price { width:120px; }
.cart_content .cart_list table td.col_prd_color { width:60px; }
.cart_content .cart_list table td.col_prd_color span { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:30px; height:30px; border:1px solid #000; box-sizing:border-box; position:relative; }
.cart_content .cart_list table td.col_size { width:60px; }
.cart_content .cart_list table tr.cart_list_prd td.col_qty_box { width:100px; font-size:0; }
.cart_content .cart_list table td.col_qty_box input.txt_qty { width:30px; height:22px; border:1px solid #cccccc; box-sizing:border-box; text-align:center; line-height:20px; font-size:14px; color:#000000; }
.cart_content .cart_list table td.col_qty_box .item_out_of_stock { padding-top:5px; font-size:14px; color:#cc0000; cursor: pointer; }
.cart_content .cart_list table td.col_subtotal { width:100px; }
.cart_content .cart_list table td.col_remove { width: 100px; }
.cart_content .cart_list table td.col_option { width: 60px; }
.cart_content .cart_list table td.out_of_stock, 
.cart_content .cart_list table td.out_of_stock input[type=text] { xcolor:#cc0000; }

.cart_content .summary_table { width:100%; padding-top:15px; }
.cart_content .summary_table table td { border-bottom:1px solid #8b1110 }
.cart_content .summary_table table td.col_promo { width:595px; padding:50px 20px 0 20px; vertical-align:top; font-size:0; text-align:left; }
.cart_content .summary_table table td.col_summary { width:325px; padding:10px 20px; }

.cart_content .summary_table table tr:first-child td { text-align:left; padding-left:20px !important; border-bottom:0 !important; }
.cart_content .summary_table table tr:first-child td:first-child { border-right:2px solid #ffffff; }

.cart_content .summary_table table td.col_promo input[type=text] { width:450px; height:32px; padding:5px; margin-right:10px; border:1px solid #cccccc; border-radius:4px; box-sizing:border-box; }
.cart_content .summary_table table td.col_promo input[type=button] { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:100px; height:32px; padding:0; margin:0; background-color:#000000; border:1px solid #000000; box-shadow:3px 3px 3px rgba(0,0,0,0.3); border-radius:4px; box-sizing:border-box; font-size:12px; color:#ffffff; cursor:pointer; transition:all 0.2s ease; text-align:center; }
.cart_content .summary_table table td.col_promo .col_promotion_code { width:100%; padding-top:4px; font-size:14px; color:#000000; text-align:left; }

.cart_content .summary_table .summary_row { padding-bottom:12px; font-size:0; }
.cart_content .summary_table .summary_row:first-child { padding-top:12px; }
.cart_content .summary_table .summary_row p { display:inline-block; zoom:1; *display:inline; vertical-align:top; width:50%; font-size:17px; }
.cart_content .summary_table .summary_title { font-weight:bold; color:#000000; xcolor:#85C8E4; text-align:left; }
.cart_content .summary_table .summary_prdTotal { color:#000000; text-align:right; }
.cart_content .summary_table .grantTotal p { font-size:20px; font-weight:bold; color:#000000 !important; text-transform:uppercase; }
.cart_content .summary_table .saveTotal p { font-size:14px; font-weight:bold; color:#cc0000; }

.cart_content .cart_button { padding:30px 18px 0 20px; text-align:right; font-size:0; }
.cart_content .cart_button input[type=button] { display:inline-block; zoom:1; *display:inline; vertical-align:top; height:32px; padding:0 20px; margin:0 0 0 16px; background-color:#996600; border:1px solid #996600; box-shadow:3px 3px 3px rgba(0,0,0,0.3); border-radius:4px; box-sizing:border-box; font-size:12px; color:#ffffff; cursor:pointer; transition:all 0.2s ease; text-align:center; }
.cart_content .cart_button input[type=button]:hover { background-color:#DDC4A7; border:1px solid #DDC4A7; }

.order_content { width:750px; }
.order_content .order_list { width:100%; margin-bottom:30px; min-height: 125px; }
.order_content .order_list table { width:100%; font-size:14px; border:1px solid #000; border-collapse: collapse; }
.order_content .order_list table tr { text-align:center; }
.order_content .order_list table td { /*border:1px solid #ffffff;*/ border:1px solid #000; /*background-color:#e0e0e0;*/ background-color:#fff; padding:5px; box-sizing:border-box; }
.order_content .order_list table td:first-child { width:200px; }
.order_content .order_list table td:first-child+td { width:200px; }
.order_content .order_list table td:first-child+td+td { width:100px; }
.order_content .order_list table td:first-child+td+td+td { width:130px; }
.order_content .order_list table td:first-child+td+td+td+td { width:70px; }
.order_content .order_list table td:first-child+td+td+td+td+td { width:50px; }
.order_content .order_list table tr:first-child td { padding:10px 5px; border:none; /*background-color:#ab7321;*/ background-color: #000000; font-size:16px; color:#ffffff; font-weight:bold; }
.order_content .order_list table tr.onOrd td { xbackground-color:#EFC588; background-color:#8b1110; }
.order_content .order_list .viewOrd { color:#ab7321; }
.order_content .order_list .viewOrd:hover { text-decoration:underline; }
.order_content .multipage { padding-bottom:20px; }
