.box-detail {
margin: 20px 0;
display: inline-block;
width: 100%;
}
table {
background-color: #fff;
border: solid 1px #fff;
border-collapse: collapse;
border-spacing: 0;
color: #333;
margin: 5px 0 10px;
width: 100%;
}
table tr th {
background: #e3e3e3;
border: solid 2px #fff;
color: #444;
font-size: 14px;
font-weight: 700;
line-height: 18px;
padding: 5px 2px;
text-align: center;
}
table tr td {
background: #f5f6e8;
border: solid 2px #fff;
font-size: 12px;
line-height: 18px;
padding: 5px;
text-align: center;
}
table tr td img {
vertical-align: middle;
width: 60px;
}
table tr td a {
font-weight: 700;
}
textarea, input[type=text], input[type=password] {
border: 1px solid #e1e1e1;
color: #000;
font-family: Arial;
outline: 0;
padding: 2px 3px;
resize: none;
vertical-align: middle;
}
.cart-quantity-button {
margin-top: 5px;
}
.cart-quantity-button .fa {
width: 30%;
color: silver;
border: 1px solid #ccc;
font-size: 14px;
}
.fa {
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cart-delete .fa {
font-size: 25px;
color: silver;
}

/*------------------------info-customer----------------------------*/
.box-info-cart {
width: 920px;
margin: 0 auto;
padding: 0 0 10px 0;
}
.info-cart-top {
margin-bottom: 5px;
}
.info-cart-top p {
font-size: 12px;
font-style: italic;
}
.info-cart-form p {
margin: 15px 0;
}
.info-cart-form span {
width: 305px;
float: left;
}
.info-cart-form label {
width: 100%;
display: block;
color: #b9b7b7;
}
.info-cart-form input[type="text"] {
width: 270px;
border-radius: 5px;
padding: 5px 10px;
border: 1px solid #efefef;
}
.info-cart-form textarea {
height: 60px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
width: 880px;
}
input[type=submit], input[type=reset] {
border: 0;
cursor: pointer;
outline: 0;
}
.btn-send {
background: url(../images/bg_button-thietbi.png) repeat-x;
height: 33px;
color: #fff;
padding: 0 30px;
}
.btn-reset {
background: url(../images/bg_nav_hover.png) repeat-x bottom;
height: 33px;
color: #000;
border: 1px solid #ccc !important;
padding: 0 30px;
}
