
.checkout-block:not(#thecheckout-confirm) .inner-area {
    box-shadow: unset !important;
    border: unset !important;
}

.shopping-cart-header {
    background: #c02523 !important;
    color: #fff !important;
}

.cart-item:first-child {
    border-top: unset;
}

body.compact-cart #tc-container .product-line-image img {
    height: 100%;
}
.cart-title {
    margin-left: 10px;
}
.please-select-shipping {
    display: none;
}

body.compact-cart #tc-container .product-line-info .label {
    font-size: 17px !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 23px;
}

.product-title a:hover {
    text-decoration: none !important;
    color: #c02523 !important;
}

.cart-sku {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.product-line-desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.cart-line-product-quantity-up, a.cart-line-product-quantity-down {
    position: relative !important;
    top: unset;
    height: 56px;
    border: unset;
    background-image: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    width: 35px !important;
    color: #a1a1a1;
}
input.cart-line-product-quantity {
    margin: 0 !important;
    height: 56px !important;
    width: 56px !important;
    border: unset;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    font-size: 19px;
}
.qty-box {
    box-shadow: unset !important;
    border: 1px solid gray;
    border-radius: 5px;
}

a.cart-line-product-quantity-up:hover, a.cart-line-product-quantity-down:hover {
    background-size: unset;
    box-shadow: unset;
    text-decoration: unset;
    background-image: unset;
}

.product-line-actions {
    flex-basis: 265px;
}

.promo-input {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    padding: 12px;
}

button[data-link-action="x-add-voucher"] {
    height: 48px;
    border-radius: 3px;
    background: #c02523 !important;
    border: unset;
    width: 140px;
    margin-top: -4px;
}

.cart-summary-line {
    text-align: right;
    font-size: 24px;
}

.cart-summary-line .value {
    margin-top: 5px;
}

.cart-total {
    font-size: 24px !important;
}

.cart-total .value {
    margin-top: 6px;
    color: #c02523 !important;
}

body.compact-cart #tc-container .cart-item .product-line {
    margin-bottom: 15px;
}

#pdinvoicebillpro {
    margin-left: 5px;
    margin-top: 20px;
}

#pdinvoicebillpro .page-subheading {
    margin-bottom: 5px !important;
}

.block-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
}


.has-float-label input.form-control, .has-float-label select.form-control {
    border: 1px solid #818181 !important;
    color: #414141 !important;
}

.icon-remove-red-eye {
    margin-right: 15px;
}

.has-float-label input:placeholder-shown:not(:focus):not(:-webkit-autofill) ~ span.field-label, .has-float-label select:placeholder-shown:not(:focus) ~ span.field-label {
    font-size: 1em;
    top: 1em;
    opacity: 1;
    color: #464646;

}

.classic-login a{
    color: #c02523 !important;
    margin-left: unset;
    font-weight: 700;
}

.classic-login {
    margin-top: -10px;
    margin-left: unset !important;
}

.btn-primary {
    background: #c02523 !important;
    border: unset !important;
}

.forgot-password a {
    color: #c02523 !important;
}

.form-fields input{
    height: 53px !important;
}

#thecheckout-address-delivery .field-label {
    /* top: 1em !important; */
    text-transform: capitalize !important;
    font-size: 14px;
    font-weight: 400 !important;
    top: 3px !important;
}
.js-country.live {
    display: none !important;
}
.countrySelect .field-label {
    display: none;
}

.countrySelect .form-control {
    padding: 0 !important;
    padding-left: 5px !important;
    font-size: 17px !important;
}

.delivery-options-list {
    margin-left: 8px;
}

.payment-options  {
    margin-left: 7px;
}

.custom-checkbox input[type=checkbox] + span {
    display: none !important;
}

/* .js-terms {
    margin-left: 10px;
    margin-top: -5px;
} */

.js-terms {
    margin-left: 10px;
    display: block !important;
}

#cta-terms-and-conditions-0 {
    color: #c02523 !important;
}

#thecheckout-data-privacy {
    margin-top: -50px;
    margin-left: 50px;
}

.custom-radio input[type=radio]:checked + span {
    background: #c02523 !important;
}

.delivery-option-row.user-selected {
    border: 2px solid #bf1b20;
    padding: 15px 15px;
}
.delivery-option-row {
    padding: 15px 15px;
    border: 2px solid #c4c4c4;
}
.carrier-name {
    font-size: 18px;
    font-weight: 700;
    align-items: center;
}

.carrier-price {
    font-size: 14px;
}

.shipping-radio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delivery-options .row.delivery-option {
    gap: 20px;
}

.custom-radio {
    margin-right: unset !important;
}

.delivery-option-price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.delivery-option-label {
    margin-bottom: 0;
}

.second-address {
    display: block !important;
}

#thecheckout-address-invoice .field-label {
    top: 0 !important;
    text-transform: capitalize !important;
    font-size: 14px;
    font-weight: 400 !important;
}

#thecheckout-address-invoice .address-name-header {
    display: none !important;
}

.custom-checkbox {
    margin-left: 5px !important;
    align-items: center !important;
}

.custom-checkbox label {
    margin-left: 3px;
    margin-bottom: unset !important;
}

.tc-main-title {
    padding: 15px 15px !important;
    border-top: 2px solid #c4c4c4;
    border-left: 2px solid #c4c4c4;
    border-right: 2px solid #c4c4c4;
}

.payment-options .tc-main-title:last-of-type {
    border-bottom: 2px solid #c4c4c4;
}

.payment-options .custom-radio {
    margin-right: 10px !important;
}