#buy-btn {
    margin: 0 10px;
}

.added-to-cart {
    padding: 0 0 0 20px;
    background: url(images/ok.png) no-repeat 0 0;
}

.add-loading {
    padding: 5px 0 0 0;
}

/*** Table shop cart ***/
.tr-heading {
	text-align: center;
}

#cart-info-table {
	width: 100%;
}

.shop-cart-table thead th,
.shop-cart-table thead td {
	background-color: #61a63c;
    color: #fff;
    padding: 15px 0;
    font-family: 'ArialB';
}

.shop-cart-table tbody td {
	border-bottom: 1px solid #ccc;
	font-family: 'Arial';
	font-size: 14px;
}

td.no {
	width: 35px;
	text-align: center;
}

td.productnum {
	width: 100px;
	text-align: center;
}

td.productprice {
	text-align: center;
}

.shop-cart-table tfoot {
	background: #0F7FC9;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	color: #fff;
}

.cart-total p span {
	font-weight: bold;
}

/*** Checkout Form ***/
#checkout-form {
	clear: both;
	margin: 0 0 10px;
}

#checkout-form .form-details-pc {
	width: 100%;
	float: left;
	height: auto;
}

#checkout-form p {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

#checkout-form p.info:first-child{
	float: left;
	width: 100%;
}

#checkout-form .form-details-pc p.info:nth-child(n+2)  {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px;
}

#checkout-form .form-details-pc select {
    padding: 9px 15px;
    margin-right: 5px;
    font-size: 16px;
    background: #fff;
    color: #444444;
    outline: none;
    float: left;
    border: 1px solid #E0E0E0;
    width: calc(100% - 4px);
}

#checkout-form p.info input{
	margin: 0;
}

#checkout-form p.info:nth-child(n+5) {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px;
}

#info-customer{
	float: left;
	width: 100%
}

#info-customer input[type="reset"]{
	text-transform: uppercase;
    display: block;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    color: #363636;	
	padding: 10px 20px;
	border: 1px solid #d6d6d6;
	border-radius: 20px;
	float: right;
}

#info-customer h2{
	font-size: 24px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#checkout-form p input#full-name,
#checkout-form p input#address,
#checkout-form p input#phone,
#checkout-form p input#email {
	height: 35px;
    padding: 0 5%;
    width: calc(100% - 11.5%);
	background: #fff;
}

#checkout-form p.messagearea {
	width: 100%;
	margin-bottom: 20px;
}

.messagearea {
	float: right;
}

.messagearea textarea {
    width: calc(100% - 35px);
    height: 90px;
    background: #fff;
    padding: 15px 0 0 15px;
}

.checkout-cart-info {
	border-top: 1px solid #ddd;
	padding: 10px 0 0;
}

.cart-total {
	float: left;
	padding-top: 15px;
}

.cart-summary .button {
	text-transform: uppercase;
	display: block;
	background-color: #61a63c;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	background-image: none;
	border-radius: 20px;
	float: right;
	margin-left: 15px;
}

.cart-summary .button {
	padding: 10px 20px;
}

.cart-summary a.checkout {
	font-size: 18px;
}

p.submit {
	padding-top: 15px;
}

.cart-summary p.submit {
	float: right;
}

.cart-summary .update-cart {
	padding: 5px;
	background-color: #268dbd;
}

.gsc-action {
	float: right;
	padding-top: 35px;
}

.gsc-action a,
.gsc-action a:visited {
	margin-left: 20px;
	color: #333;
	font-weight: bold;
}

.gsc-action a.gsc-export-excel,
.gsc-action a.gsc-export-excel:visited {
	background-color: #0f7fc9;
    color: #fff;
    padding: 7px;
}

.message.error {
	color: #C8151A;
	font-size: 16px;
	font-weight: bold;
}

#gsc-shopcart-table{
	float: left;
	width: 100%;
}

#gsc-shopcart-table ul.title-shopcart,
#gsc-shopcart-table ul.li-products{
    float: left;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

#gsc-shopcart-table ul.title-shopcart li{
	margin: 0;
	float: left;
	width: 14%;
	padding: 10px 0;
	text-align: center;
	list-style: none;
	font-weight: bold;	
}

#gsc-shopcart-table ul.li-products li{
	margin: 0;
	float: left;
	width: 14%;
	padding: 10px 0;
	text-align: center;
	list-style: none;
}	

#gsc-shopcart-table ul.li-products li.type-products span{
	border: 1px solid #d6d6d6;
	padding: 10px;
}

#gsc-shopcart-table ul.li-products li.images-products,
#gsc-shopcart-table ul.li-products li.number-products{
	padding: 0;
}

#gsc-shopcart-table ul.li-products li.name-products{
	text-align: left;
}

#gsc-shopcart-table ul.li-products li.images-products img{
	width: 70px;
}

#gsc-shopcart-table .cart-total{
	float: left;
	width: 100%;
	margin: 15px 0;
}

#gsc-shopcart-table .cart-total .notice-cart {
    float: left;
    color: #898989;
    font-style: italic;
    width: 240px;
    font-size: 14px;
    text-align: left;
}

#gsc-shopcart-table .cart-total p.total-price{
	float: right;
	color: #599f44;
	font-size: 18px;
}

#gsc-shopcart-table .cart-total span.total-price{
	margin-right: 20px;
	color: #333;
}

#gsc-shopcart-table  .remove-product{
	color: #898989;
	font-size: 14px;
}

#gsc-shopcart-table  .remove-product span{
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
