input[type='text'],
input[type='password'],
input[type='email'],
input[type='text'],
input[type='tel'],
input[type='submit'],
input[type='number'],
.button,
select option,
select,
textarea {
    /* width: 100%!important; */
    background: #FFF;
    border: 1px solid #004988;
    outline: none;
    /* display: block; */
    /* text-transform: uppercase; */
    /* border-radius: 5px; */
    /* font-weight: 700; */
    transition: all .3s ease;
    text-shadow: none;
    text-decoration: none!important;
    color: #000!important;
    font-size: inherit;
    padding: 15px 10px;
    cursor: pointer;
}

input.button[name='update_cart'] {
    margin: 20px 0;
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    margin-right: 15px;
}

.button,
input[type='submit'] {
    text-align: center;
    background: #004988;
    color: #FFF!important;
    border: 1px solid #004988;
    /* text-transform: uppercase!important; */
    font-size: 20px;
}

textarea,
select option,
select,
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='tel']{
    text-shadow: none;
    color: #000!important;
    display: block;
    width: 100%;
    text-transform: lowercase;
    font-weight: 400;
}

textarea: focus,
select: focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='submit']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']: focus {
    background: #fee834;
    transition: all .3s ease;
    border: 1px solid #004988;
}

input.woocommerce-Button.button,
input.input-text.qty.text {
    margin-bottom: 20px;
}

.cart-collaterals {
    padding: 30px 0;
}

.form-row {
    width: 50%;
    float: left;
    margin-right: 0;
    /* height: 80px; */
}

.form-row.place-order {
    width: 100%;
    /* margin-top: 50px; */
    display: block;
    overflow: hidden;
    height: auto;
    padding: 0 0 10px!important;
}

.form-row:nth-child(even),
.woocommerce-form-row:nth-child(even),
.form-row:nth-child(even) {
    padding-right: 0;
    padding-left: 10px;
    margin-bottom: 15px;
}

.form-row:nth-child(odd),
.woocommerce-form-row:nth-child(odd),
.form-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 10px;
}

.remove {
    background: #8d181b;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    margin-top: -15px;
    font-size: 25px;
    border-radius: 15px;
    color: #FFF!important;
    text-decoration: none!important;
}

.required {
    color: #004988;
}

.woocommerce-MyAccount-content fieldset {
    display: block;
    overflow: hidden;
    clear: both;
}

.woocommerce-MyAccount-content {
    padding: 40px 0;
}

.woocommerce-additional-fields {
    display: block;
    clear: both;
    padding-top: 20px;
}

.woocommerce-address-fields > div {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table strong,
.woocommerce-checkout-review-order-table th {
    font-size: 20px;
    padding-top: 10px;
}

::placeholder {
    color: #000;
}

a.edit,
.button {
    width: 100%!important;
    outline: none;
    display: block;
    /* border-radius: 5px; */
    /* font-weight: 700; */
    transition: all .3s ease;
    text-shadow: none;
    text-decoration: none!important;
    text-align: center;
    background: #004988;
    color: #FFF!important;
    border: 1px solid #004988;
    /* text-transform: uppercase!important; */
    /* font-size: 18px; */
    padding: 7px 10px;
}


address {
    font-size: 18px;
    line-height: 190%;
    font-style: normal;
    text-transform: capitalize;
    margin: 30px 0;
}

div#customer_details {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

div#order_review table {
    margin-bottom: 50px;
}

form {
    width: 100%;
}



li.wc_payment_method > label {
    font-size: 20px;
    font-weight: 700;
    /* padding-left: 10px; */
    line-height: 30px;
    vertical-align: sub;
}

li.wc_payment_method img {
    height: 20px!important;
    width: auto;
    margin-left: 10px!important;
    margin-bottom: -3px;
}

li.wc_payment_method p {
    padding: 15px 0;
}

li.wc_payment_method {
    margin-bottom: 15px;
    width: 100%;
}

nav.woocommerce-MyAccount-navigation li a {
    background: #004988;
    display: block;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #004988;
    margin-bottom: -1px;
    color: #FFF;
    padding: 10px 15px;
    color: #FFF!important;
}

nav.woocommerce-MyAccount-navigation li {
    display: inline-block;
}

nav.woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation {
    border-bottom: 1px solid #004988;
    margin-bottom: 0;
}

p#billing_country_field,
p#billing_company_field,
li.wc_payment_method a {
    display: none;
}

p.form-row.terms.wc-terms-and-conditions {
    height: auto;
    padding: 0 0 20px;
}

select option,
select {
    background: #FFF;
    color: #004988;
    line-height: 200%;
}

select option: checked,
select option:hover {
    background: #004988;
}

table td {
    font-size: 17px;
    vertical-align: middle;
    position: relative;
    padding: 15px 0;
}

table th {
    /* font-size: 20px; */
    padding: 30px 0;
}

table tr {
    border-bottom: 1px dotted #004988;
}

table,
p#order_comments_field {
    width: 100%;
}

td.product-thumbnail img {
    width: 100px!important;
    height: auto!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    border: none;
    margin: 10px 50px 0!important;
}

th,
td {
    text-align: left;
}

tr > :last-child {
    text-align: right;
}
