﻿@charset "utf-8";
/* CSS Document */
.total {
    display: flex
}
.coupon {
    display: flex;
    height: 40px;
    margin-top: 38px
}
.coupon input {
    border: 1px solid #ccc;
    padding: 0 10px
}
.coupon button {
    background: #007b69;
    color: #fff;
    height: 40px;
    padding: 0 25px;
    margin: 0 3px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.table1{
	width:33%;
	border-collapse:collapse;
	border:1px solid #ddd;
    margin-left: auto;
	margin-bottom:20px;
	border-spacing:0;
	color:#88898e;
	}
.table1 > tbody > tr > td{
	padding:8px;
	line-height:1.42857;
	vertical-align:middle;
	border:1px solid #ccc;
	}
.table1 > tbody > tr > td > a{
	color:#88898e;
	}
.table1 > tbody > tr > td > a:hover{
	color:#00a58b;
	}
.btn-total{
	color: #fff;
    background-color: #00a58b;
    border-color: #00a58b;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
	}
.btn-total:hover{
	color:#fff;
	}