.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a {
    font-weight: 300;
}
.woocommerce-checkout .entry-title {
    text-transform: uppercase;
    position: relative;
    margin-bottom:25px;
}
.woocommerce-checkout .entry-title:after {
    content: '';
    width: 5px;
    height: 5px;
    padding: 2px;
    background-color: #FFCD1C;
    position: absolute;
    bottom: 8px;
    margin-left: 8px;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
	font-weight: 300;
}
.woocommerce-checkout #payment ul.payment_methods li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
	background-color: #004f9f !Important;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
    color:#fff !Important;
    font-size: 22px;
    margin-top: 10px;
}
.woocommerce-privacy-policy-text {
    padding-top: 25px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    line-height: 20px;
}
.woocommerce-invalid #terms {
    outline: 0;
    outline-offset: 2px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: inherit;
}
.select2-container .select2-selection--single {
    height: auto;
    border: 1px solid #ccc;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	border-radius: 0;
    color: #444;
    line-height: 28px;
    color: #666666;
    background-color: #fafafa;
    /* border-color: #cccccc; */
    padding: 10px 15px;
    border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}
.select2-results__option:before,
.woocommerce-error li:before{
	content: none;
}
.woocommerce form .form-row .required {
    color: #595b60;
    font-weight: 300;
}
.woocommerce-checkout #payment ul.payment_methods li:before{
	content: none !Important;
}