﻿h1.df.cart-title{
    font-size: 20px;
    color: #fff;
	font-family: MyriadPro-Semibold;
	height:40px;
	line-height:40px;
	padding-left:16px;
	background:#d24417;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top:50px;
}
.table-cart01{
	width:100%;
	margin-bottom:5px;
}
.table-cart01 tr{
	border-top:1px #cdcdcd dotted;
}
.border-none, .border-none tr{
	border:none;
	color:#353535;
}
.text-number-product{
	margin:0px 0px 10px 20px;
	color:#313131;
}
.table-cart01 td{

}

.table-cart01 .column01{
	width:170px;
	text-align:center;
	padding:10px 30px;
}
.table-cart01 .column02{
	width:440px;
	padding:10px 20px;
	vertical-align:top;
}
.table-cart01 .column03{
	width:150px;
	text-align:center;
}
.table-cart01 .column04{
	width:112px;
	text-align:center;
}
.table-cart01 .column05{
	text-align:center;
}
.title-product-cart{
	display:block;
	color:#353535;
	margin:10px 0px 10px 0px;
	font-size:14px;
}
.title-product-cart:hover{
	color:#8bc63e;
}
.delete-product{
	border-left:1px #ccc solid;
	padding-left:8px;
	color:#0064b8;
}
.delete-product:hover{
	text-decoration:underline;
}
.price-buy, .total{
	color:#e61111;
	font-weight:bold;
	font-size:13px;
}
.column05 .total{

}
.quantity-value{
	width:40px;
	height:24px;
	line-height:24px;
	text-align:center;
	border:1px #bdbdbd solid;
	font-size:14px;
}
.box-total-cart{
	width:400px;
}

.group-box-cart04{
	padding:15px 20px;
	border-top:1px #ccc solid;
}
.group-box-cart05{
	padding:10px 0px;
	border-top:1px #ccc solid;
    margin:10px 0px;
}
.group-box-cart05 p{
    margin-bottom: 10px;
    font-style: italic;
}
.box-shopcart{
	border:1px #cdcdcd solid;
	border-top:none;
	padding:20px 0px 20px 0px;
	margin-bottom:20px;
}

.size-item{
    display: inline-block; 
    width: 33px;
    height: 18px; line-height: 18px;
    text-decoration: none; text-align: center;
    background-color: #cfcfcf;
    color: #fff !important; font-weight: bold;
    border-radius: 2px;
    margin-right: 7px;
}
.select-size span{
    color: #B3B3B3;
}
.tbl-footer a{
    display: inline-block;
    height: 25px; line-height: 25px; font-weight: bold;
    padding: 0 10px;
    background-color: #979797;
    text-decoration: none;
    color: #fff;
}
.tbl-footer a:hover{
    background-color: #605f5f !important;
}
.group-box-cart01{
	margin:20px 0px 20px 0px;
}
.list-button-cart01{
	list-style:none;
}
.list-button-cart01 li{
	float:right;
	margin-left:20px;
}
.list-button-cart01 li a{
	color:#fff;
	white-space:nowrap;
}

.continue-shopping{
    background: #d24417 url(../images/plus.png) 12px center no-repeat;
    padding:6px 20px 6px 27px;
    height: 37px; line-height: 25px;
    font-size:14px;
    display:block;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.continue-shopping:hover{
    background: #19c7fe url(../images/plus.png) 12px center no-repeat;
}

.update-cart{
    background: #d24417 url(../images/update.png) 12px center no-repeat;
    padding:6px 20px 6px 34px;
    height: 37px; line-height: 25px;font-size:14px;
    display:block;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.update-cart:hover{
    background: #19c7fe url(../images/update.png) 12px center no-repeat;
}



.transport-policy .label{
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold; font-size: 14px;
    color: #1e1e1e;
}
.transport-policy .note-ship{
    color: #726b6b;
    padding: 5px 0 0 22px;
    background: url(../images/tick.png) 3px 10px no-repeat;
}
#box-transport-policy{
    width: 460px;
    padding-left: 15px;
    border-right: 1px solid #e0dbd7;
}
#box-total-cart{
    width: 360px;
    float: right; margin-right: 15px;
    text-align: right;
    color: #3a3a3a;
}
#box-total-cart span{
    font-size: 16px; color: #e55600; font-weight: bold;
}
.box-total-values{
	border-bottom:1px #ebeef2 solid;
	padding-bottom:10px;
	margin-bottom:20px;
}
.box-total-values span{
	white-space:nowrap;
}

.btn-cart{
    display: inline-block;
    height: 38px; line-height: 38px;
    font-size: 17px;
	color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding: 0 20px;
	background:#ff4499;
	border:1px #f2006e solid;
	cursor:pointer;
} 
.btn-cart.ok{
    background: #d24417;
}
.btn-cart.continue{
    background: #83bd35 url(../images/continue.png) 126px center no-repeat;
    padding: 0 100px 0 75px;
}
.btn-cart.back{
    background: #d24417 url(../images/back.png) 15px center no-repeat;
    padding: 0 20px 0 45px;
}
.bound-payment{
    border: 1px solid #e8e8e8;
    padding: 30px;
}
.bound-payment .box-info{
    width: 480px;
    color: #606060;
}
.bound-payment .box-info .login-note{
    color: #aaaaaa; font-size: 11px;
    padding: 3px 0 0 22px;
    font-style: italic;
}
.bound-payment .box-cart{
    width: 415px;
    border-left: 1px solid #dedad6;
}
.tbl-payment{
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    margin:10px 0px 5px 0px;
}
.tbl-payment td{
    padding: 7px 0;
}
.tbl-payment td.label{
    width: 110px;
    font-weight:bold;
}
.tbl-payment td input[type=text]{
    height:20px;
	border:1px #dedede solid;
    color: #333333;
    padding:5px 3px 5px 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:5px;
	box-shadow: inset 0px 5px 8px -7px #d0d0d0;
	-webkit-box-shadow: inset 0px 5px 8px -7px #d0d0d0;
	-moz-box-shadow: inset 0px 5px 8px -7px #d0d0d0;
	-o-box-shadow: inset 0px 5px 8px -7px #d0d0d0;
}
.tbl-payment select{
	height:30px;
	line-height:30px;
	border:1px #dedede solid;
    color: #333333;
    padding:0px 3px 0px 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:5px;
	box-shadow: inset 0px 5px 8px -7px #d0d0d0;
	-webkit-box-shadow: inset 0px 5px 8px -7px #d0d0d0;
	-moz-box-shadow: inset 0px 5px 8px -7px #d0d0d0;
	-o-box-shadow: inset 0px 5px 8px -7px #d0d0d0;
}
.payment_mothods{
    font-size: 16px; color: #3c3c3c;
}
.box-mothods{
    padding: 12px 0 0 30px;
}
.box-mothods ul{
    margin: 0;
}
.box-mothods ul li{
    color: #888888;
    font-size: 11px;
    margin: 0 0 0 10px;
}
.box-cart-info{
    width: 330px;
    border: 1px solid #f0f0f0;
    color: #6a6560;
}
.box-cart-info .bci-title{
    height: 28px; line-height: 28px;
    background-color: #dedad6;
    font-size: 14px; text-transform: uppercase; text-align: center;
    color: #6a6560;
}
.box-cart-info .tbl-cart td{
    border-style: dotted !important;
}
.box-cart-info .name-small{
    border-left: 0 !important;
    padding-left: 15px;
}
.box-cart-info .name-small a{
    color: #5c5c5c;
}
.box-cart-info .quantity-small{
    width: 65px;
}
.box-cart-info .price-small{
    width: 80px;
    border-right: 0 !important;
}
.box-cart-info .tbl-header{
    background-color: #f3f0ec;
} 
.box-cart-info .tbl-header td{
    font-weight: normal !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
} 
.box-cart-info .tbl-cart{
    margin-bottom: 10px;
}
.box-cart-info .div-total{
    margin: 0 20px;
    line-height: 28px;
    border-bottom: 1px solid #dcdcdc;
}
.box-cart-info .div-total.no-border{
    border-bottom: 0 !important;
}

/* gio hang */
.list-step-cart{
	height:37px;
	margin:17px auto 17px;
	background-color:#fff;
	list-style:none;
	border:1px #dfdfdf solid;
	overflow:hidden;
}
.list-step-cart li{
	text-transform: uppercase;
	color: #353535;
	font-family: MyriadPro-Regular;
	font-size: 16px;
	padding:0px 45px 0px 16px;
	background:#fff url('../images/header-order02.jpg') no-repeat top right;
	float:left;
	position:relative;
	line-height:41px;
}
.list-step-cart li span{	
	width:24px;
	height:24px;
	display:block;
	float:left;
	margin:6px 15px 0px 0px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background:#d6d6d6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height:24px;
	text-align:center;
}

.list-step-cart li.active{
	color:#f7941c;
}
.list-step-cart li.active span{
	background:#f5941f;
}


/* dang nhap */
.login-box, .register-box {
	width:526px;
	margin-bottom:60px;
	border:1px #dfdfdf solid;
	padding:5px 16px 10px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.title {
	font-family: MyriadPro-Regular;
	text-transform: uppercase;
	color: #353535;
	font-size:14px;
	font-weight:bold;
	line-height: 30px;
	border-bottom: 1px solid #ebebeb;
}
.customer-icon{
	padding-left:25px;
	background:url('../images/icon-khachhang.png') no-repeat 0px 2px;
}
.info-register{
	margin:10px 0px 15px 0px;
}
.row-form{
	margin-bottom:15px;
}
.row-form input,.row-form label{
	float:left;
	line-height:14px;
	margin-right:8px;
}
.login-box .title span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	margin-left:5px;
}
.tbl-cart{
	margin:10px 0px 5px 0px;
	width:100%;
}
.tbl-cart tr{
	margin:10px 0px 5px 0px;
	border-bottom:1px #cccccc dashed;
}
.tbl-cart td{
	padding:10px 0px;
}
.tbl-cart td.column01{
	width:374px;
}
.tbl-cart td.column01 a{
	color:#343434;
}
.tbl-cart td.column01 a:hover{
	color:#8bc53d;
}
.tamtinh{
	font-weight:bold;
	font-size:14px;
}

.tbl-cart td.column02{
	text-align:right;
}
.tongcong{
	font-size:16px;
	font-weight:bold;
	color:#e90100;
}
.box-info{
	margin:20px 0px 20px 0px;
}

.box-bottom-payment{
	margin-bottom:40px;
}
.header-info-order{
	border-bottom:1px #d3d3d3 solid;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#d24417;
	padding-bottom:6px;
	margin-bottom:20px;
}
.box-info-customer{
	width:530px;
	float:left;
}
.header-info-customer{
	font-size:14px;
	font-weight:bold;
	color:#d24417;
	margin-bottom:6px;
}
.row-customer{
	margin-bottom:12px;
}
.input-cart01{
	width:528px;
	height:34px;
	line-height:34px;
	text-indent:10px;
	border:1px #d3d3d3 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}
.input-cart02{
	width:258px;
}
.row-radio{
	line-height:12px;
	font-size:14px;
	color:#555555;
}
.box-radio-customer{
	margin:0px 0px 0px 30px;
}
.text04{
	margin-left:5px;
	font-size:14px;
}
.member-customer{
	width:508px;
	height:86px;
	padding:10px;
	border:1px #d3d3d3 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}
.row-payment-method{
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	margin:15px 0px 15px 0px;
}
.row-payment-method input{
	margin-right:5px;
}
.note-search-product{
	text-align:center;
	padding:30px 0px;
	border:1px #ccc solid;
	border-top:none;
	color:#242424;
	font-weight:bold;
	margin-bottom:30px;
}

.table-info-customer{
	font-size:13px;
	margin-bottom:10px;
	color:#2b2b2b;
	width:100%;
}
.table-info-customer .column01{
	width:120px;
}
.table-info-customer td{
	padding:3px 0px;
}
.header-more-info-order{
	font-size:16px;
	font-weight:bold;
	color:#5d5d5d;
	margin:12px 0px 3px;
}
.row-bottom-order2{
	margin-top:15px;
}
.error{
	color:#e61111;
	display:block;
}
.column-customer{
	width:260px;
}








