/* list */

.diamond-list div{
    justify-content: space-between;
}

.diamond-list dl{
    width:30%;
}

.diamond-list dt{
    border:1px solid #CCC;
    margin-bottom:10px;
    text-align:center;
}

.diamond-list dt img{
    width:75%;
}

.diamond-list dd li:first-child{
    margin-bottom:0.5rem;
}


/* order */
.order-table{
    width:100%;
    border-collapse:collapse;
    border-top:1px solid #ccc;
    margin-bottom:50px;
    background:#fff;
}

.order-table th{
    background:#130f58;
    color:#fff;
}



.order-table th, .order-table td{
    border-bottom:1px solid #ccc;
    padding:10px 0px;
    text-align:center;
    width:12%;
}

.order-table th:nth-child(4), .order-table td:nth-child(4){
    width:20%;
}


.order-table th:nth-child(5), .order-table td:nth-child(5){
    width:44%;
}

.order-table td input[type=submit]{
    background:#b08644;
    color:#fff;
    padding:5px 10px;
    border:0;
    cursor: pointer;
    margin-left:5px;
    -webkit-appearance: none;
    border-radius: 0;
    
}

.order-table td select{
    padding:3px;
    border-radius: 0;
}

.order-table td input[type=submit]:hover{
    background:#9a7234;
    transition:all .2s ease-in;
}

.ring-size-link{
    text-align:right;
    text-decoration: underline;
}

h4{
    text-align: center;
    font-size:1.2rem;
    margin-top:15px;
    margin-bottom:15px;
    font-weight:400;
}

.ring-size-table{
    width:70%;
    border-collapse:collapse;
    border-top:1px solid #ccc;
    margin:0 auto;
    background:#fff;
}

.ring-size-table th{
    background:#666;
    color:#fff;
}

.ring-size-table th, .ring-size-table td{
    border-bottom:1px solid #ccc;
    padding:10px 0px;
    text-align:center;
    width:33.3%;
}


.flow{
    border-top: 1px solid #ccc;
    padding-top:50px;
    margin-top:50px;
}


.flow ul li{
    width:33.3%;
}

.flow ul li:nth-child(1){
    padding-right:30px;
}

.flow ul li:nth-child(2){
    padding-left:30px;
    padding-right:30px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.flow ul li:nth-child(3){
    padding-left:30px;
}

.flow ul li span{
    display: block;
    border:1px solid #ccc;
    padding:5px 8px;
    text-align:center;
    margin-bottom:10px;
    background:#fff;
}



/* resposive */
@media screen and ( max-width:800px )
{
/* order */
.diamond-list dl{
    width:100%;
    margin-bottom:30px;
}

.diamond-list dl:last-child{
    margin-bottom:0;
}

/* products */
.order-table th{
    font-weight:400;
}
.order-table th, .order-table td{
    width:25%;
    display:inline-block;
    border:none;
    font-size:0.9rem;
}

.order-table th:last-child, .order-table td:last-child{
    width:100%;
    display:inline-block;
    border-bottom:5px solid #ebebeb;
    font-size:0.9rem;
}

.order-table th:nth-child(4), .order-table td:nth-child(4){
    width:25%;
}


.order-table th:nth-child(5), .order-table td:nth-child(5){
    width:100%;
    padding-top:0;
}

.order-table th:nth-child(6){
    display:none;
}

.order-table td:nth-child(6){
    width:100%;
    padding-left:20px;
    padding-right:20px;
}

.order-table td a{
    width:100%;
}

.order-table td select{
    font-size:16px;
}

h4{
    font-size:1rem;
}
.ring-size-table{
    width:100%;
}

.ring-size-table th, .ring-size-table td{
    font-size:0.9rem;
}

.flow ul li{
    width:100%;
    margin-bottom:30px;
}

.flow ul li:nth-child(1){
    padding:0;
}

.flow ul li:nth-child(2){
    padding:0;
    border:none;
}

.flow ul li:nth-child(3){
    padding:0;
}

}