/*
Theme Name: Amster Damster
Author: UBS LLC
Version: 1.0
*/


.caldera-grid .checkout__order-inner {
    padding: 1em 4em;
}

div.wpforms-container-full .wpforms-form a[class^="btn-"], 
div.wpforms-container-full .wpforms-form a[class*=" btn-"] {
    border: 1px solid #f47a64;
    background: inherit;
    border-radius: 3px;
    padding: 6px 10px;
    height: 35px;
}

div.wpforms-container-full .wpforms-form a[class^="btn-"]:hover, 
div.wpforms-container-full .wpforms-form a[class*=" btn-"]:hover {
    border-color: #f47a64;
    background: #f47a64;
    color: #fff;
}

div.wpforms-container-full .wpforms-form .checkout__summary,
.checkout__summary {
	margin: 0.5em 0 0.75em;
	width: 100%;
	text-align: center;
	font-size: 1.15em;
	line-height: 1.5;
}

.checkout__summary tbody tr:first-child td {
	padding-top: 0.5em;
}

.checkout__summary tbody td {
	padding: 0.25em 0.5em;
	font-weight: 400;
	font-size: 0.85em;
}

.checkout__summary thead th {
	color: #f47a64;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.65em;
	line-height: 2;
        padding: 0 0.5em;
        min-width: 60px;
        white-space: nowrap;
}

.caldera-grid .checkout__summary tbody tr:last-child td {
    border-top: 2px solid #ababab;
}


.caldera-grid .checkout__summary tbody tr:last-child td:first-child {
    text-align: right;
}

.checkout__summary thead th:first-child,
.checkout__summary tbody td:first-child {
	text-align: left;
        padding: 0 0.25em 0 0;
}

.checkout__summary thead th:last-child,
.checkout__summary tbody td:last-child {
	padding: 0 0 0 0.5em;
}

.checkout__summary tbody td span {
	color: #f47a64;
}

.checkout__summary th:last-child,
.checkout__summary td:last-child {
	text-align: right;
}

@media screen and (max-width:539px) { 
    .checkout__summary thead th {
            font-size: 10px;
            white-space: nowrap;
    }
    div.wpforms-container-full .wpforms-form .checkout__summary thead th {
            font-size: 12px;
            white-space: nowrap;
    }
    div.wpforms-container-full .wpforms-form .checkout__summary tbody td, 
    .checkout__summary tbody td {
        font-size: 14px;
    }    
}
