.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    color: #888;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px;
    color: #888;
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside;
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    list-style: none;
}

#payment button[type="submit"] {
    background-color: #f27024 !important;
    color: #fff;
    padding: 13px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    overflow: hidden;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

.woocommerce-privacy-policy-text p{
    color: #888 !important;
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151;
}

#payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
    margin-bottom: 1.618em;
    padding: 1.618em;
}

ul.order_details li {
    float: left;
    margin-right: 2em !important;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    list-style-type: none;
    padding-left: 0px !important;
}

ul.order_details {
    margin: 0 0 3em !important;
    list-style: none;
    overflow: hidden;
}

ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}

ul.order_details li:last-of-type {
    border: none;
}

#customer_login{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#customer_login > div{
    width: 48%;
}

.woocommerce-notices-wrapper{
              padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #af1d21;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

@media(max-width:768px){

     #customer_login > div{
         width: 100%;
     }

}


