.card_date {
    overflow: auto;
}
.card_date_title {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: .233333px;
    color: #1b3b57;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
}
.card_date input {
    width: 132px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 2px;
    margin-right: 12px;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 19%), inset 1px 1px 1px rgb(255 255 255 / 15%);
    border-radius: 22.5px;
    border: 2px solid #E2B87F;
    outline: none;
}
.card_date input:focus {
    border-color: #357dbd;
}
.card_cards {
    margin: 13px 0 20px;
}
.card_cards td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.card_cards_title {
    font-size: 19px;
    letter-spacing: .233333px;
    color: #1b3b57;
    padding-right: 14px;
}
.card_cards_input {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 2px;
    margin-right: 12px;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 19%), inset 1px 1px 1px rgb(255 255 255 / 15%);
    border-radius: 22.5px;
    border: 2px solid #E2B87F;
    outline: none;
}
.card_cards_price {
    font-size: 19px;
    letter-spacing: .233333px;
    padding-right: 14px;
    color: #B78A4D;
    padding-right: 14px;
    font-weight: 600;
}
.cards_cart .card_cards_title {
    font-size: 14px;
    padding-left: 0 !important;
    white-space: nowrap;
}
.card_error {
    margin-bottom: 15px;
    color: red;
    font-style: italic;
    margin-top: -11px;
    display: none;
}
.card_error2 {
    margin-bottom: 15px;
    color: red;
    font-style: italic;
    display: none;
}
.woocommerce table .cards_cart td {
    padding: 2px 7px;
}
.woocommerce .cards_cart .card_cards_input {
    letter-spacing: 0;
    width: 46px;
    height: 30px;
    font-size: 14px;
}
.woocommerce .cards_cart .card_cards_price {
    color: #4b4f54;
    font-weight: 400;
    font-size: 15px;
}
@media (max-width: 768px) {
    .card_clear {
        clear: both;
    }
    .product-quantity .cards_cart {
        float: right;
        white-space: nowrap;
    }
    .product-quantity .card_error {
        margin-top: 0;
    }
    .product-quantity .card_error2 {
        margin-top: 0;
    }
    .product-quantity .cards_cart tr {
        display: table-row !important;
    }
    .product-quantity .cards_cart td {
        display: table-cell !important;
    }
    .woocommerce table.shop_table_responsive .cards_cart tr td::before,
    .woocommerce-page table.shop_table_responsive .cards_cart tr td::before {
        display: none;
    }
}