#cc_wp_cart_holder{
    overflow: auto;
    padding-bottom: 40px;
}
#cc_wp_cart_holder table {
    text-align: left;
}
#cc_wp_cart_holder table th {
    border-bottom: 1px solid #efefef;
    padding: 5px;
}
#cc_wp_cart_holder table td {
    border-bottom: 1px solid #efefef;
    padding: 5px;
}
#cc_wp_cart_holder table .cart_product_title {
    /*color: #fff;*/
    font-weight: bold;
}
#cc_wp_cart_holder input[type="text"] {
    color: #000;
    height: 40px;
    border: 1px solid #CCC;
    padding: 0 5px;
}
#cc_wp_cart_holder .cc_cart_actions {
    clear: both;
    margin-top: 10px;
    overflow: auto;
}
#cc_wp_cart_holder .cc_cart_actions input[type="text"] {
    width: 150px;
}
#cc_wp_cart_holder .cc_cart_actions .cc_apply_coupon {
    float: left;
}
#cc_wp_cart_holder .cc_cart_actions .update_cart_button {
    float: right;
}
#cc_wp_cart_holder .cc_cart_total {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
}
#cc_wp_cart_holder .cc_cart_total h3 {
    text-align: left;
}
#cc_wp_cart_holder .button {
    background: #008aaf;
    color: #FFF;
    font-size: 15px;
    font-family: "Century Gothic";
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border: 0;
    text-decoration: none;
}
#cc_wp_cart_holder .button:hover{
    background: #7a7b7e;
    text-decoration: none;
}
#cc_wp_cart_holder .proceed_to_checkout {
    float: left;
}


.cc_checkout_page {
    text-align: left;
    padding-bottom: 40px;
}
.cc_checkout_page .checkout_table {
}
.cc_checkout_page .checkout_table th, .cc_checkout_page .checkout_table td {
    padding: 5px;
    text-align: left;
}
.cc_checkout_page .checkout_table input {
    border: 1px solid #CCC;
    color: #000;
    width: 50%;
    padding: 5px;
}
.cc_checkout_page .cc_cart_order {
    margin-bottom: 10px;
}
.cc_checkout_page .cc_cart_order th, .cc_checkout_page .cc_cart_order td {
    border-bottom: 1px solid #efefef;
    padding: 5px;
    text-align: left;
}
.cc_checkout_page .cc_cart_order th {
    border-bottom: 1px solid #ccc;
}
.cc_checkout_page .cc_cart_order a {
    /*color: #fff;*/
}
.cc_checkout_page .button,
.cc_checkout_page .stripe-button-el{
    background: #008aaf;
    color: #FFF;
    font-size: 15px;
    font-family: "Century Gothic";
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border: 0;
    text-decoration: none;
    border-radius: 0;
}
.cc_checkout_page .stripe-button-el span {
    background: none;
    border-radius: initial;
    box-shadow: none;
    font-family: inherit;
    font-size: 15px;
}
#cc_wp_cart_holder .button:hover,
.cc_checkout_page .stripe-button-el:hover{
    background: #7a7b7e;
    text-decoration: none;
}