
.free_shipping_notice {
    background: #00b901;
    color: #fff;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 2;
    border-radius: 3px;
    padding: 1em 2em 1em 3.5em !important;
}

.free_shipping_notice:before {
    /* font-family: IcoMoon;
    content: "\f05d"; */
    position: absolute;
    margin-left: calc(-25px - 3px);
    content: '';
    width: 20px;
    height: 20px;
    top: 16px;
    background: url(exmark_icon.png);
    background-size: cover !important;
}

.free_shipping_notice span.woocommerce-Price-amount.amount {
    color: #fff;
    font-weight: 700;
}

.woocommerce-message, 
.woocommerce-error {
    font-size: 13px;
    line-height: 2;
    border-radius: 3px;
    padding: 1em 2em 1em 3.5em !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
    padding: 0 !important;
    max-width: 60%;
}

form.woocommerce-cart-form {
    position: relative;
}

a.woo-cart-continue-shopping {
    /* position: absolute;
    right: 0;
    top: 2px; */
    position: relative;
    right: 0;
    top: 25px;
    float: right;
}

a.woo-cart-continue-shopping i {
    margin-right: 5px;
}

form.woocommerce-cart-form .woocommerce-content-box {
    border: none;
    padding: 0;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents{
    border: none;
    border-spacing: 0 12.5px;
    position: relative;
    border-collapse: separate;
}

.woocommerce-page table thead, 
.woocommerce-page table tbody tr:nth-child(even) {
    background: transparent;
}

.woocommerce-page table thead th {
    font-size: 12px;
    font-weight: 400 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
}

.woocommerce table span.product-thumbnail {
    margin-left: 15px;
}

.woocommerce table tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
    border-left: 1px solid rgba(0,0,0,.1);
    width: 60%;
}

.woocommerce table .fusion-product-name-wrapper {
    margin-right: 20px;
}

.woocommerce-cart-form__cart-item.cart_item {
    border-collapse: initial;
    -webkit-box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
    box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
}

.woocommerce table.shop_table .cart_item td {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table td.product-remove {
    border-right: 1px solid rgba(0,0,0,.1);
    text-align: center;
}

.woocommerce table.shop_table .product-remove a {
    float: none !important;
}

.woocommerce table.shop_table .product-price {
    text-align: left;
}

.woocommerce table.shop_table .product-quantity {
    text-align: left;
    width: 100px;
    position: relative;
}

.woocommerce table.shop_table .product-quantity .quantity {
    margin: 0;
    position: relative;
}

/*
.woocommerce table.shop_table .product-quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce table.shop_table .product-quantity input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: auto !important ;
    appearance: auto !important;
    margin: 0; 
    opacity: 1;
}

.fusion-body .quantity .qty -webkit-inner-spin-button,
.fusion-body .quantity .qty -webkit-outer-spin-button {
    -webkit-appearance: auto !important ;
    appearance: auto !important;
    margin: 0
}
*/
.error_msg {
    position: absolute;
    bottom: 76px;
    background: #fff;
    border: solid 1px #ddd;
    padding: 20px;
}

.woocommerce table.shop_table tr.avada-cart-actions {
    display: none;
}

.woocommerce table.shop_table tr.avada-cart-actions td {
    border: none !important;
}

.cart-collaterals {
    margin-top: 55px;
}



/* GIFT WRAP */

p.giftwrap_header {
    text-align: right;
}

p.giftwrap_header a.btn {
    background: #aaa;
}

p.giftwrap_header a.btn:hover {
    background: #777;
}



/* COUPON */

.cart-collaterals .shipping-coupon .coupon {
    border: none;
    padding: 0;
}

.cart-collaterals .shipping-coupon .coupon>h2,
#pwgc-redeem-gift-card-container label {
    font-size: 16px !important;
    cursor: pointer;
}

.cart-collaterals #pwgc-redeem-gift-card-container label {
    padding-top: 0;
}

.cart-collaterals .shipping-coupon .coupon>h2 i,
#pwgc-redeem-gift-card-container label i {
    font-size: 12px;
    margin-left: 5px;
}

.cart-collaterals .shipping-coupon .coupon .avada-coupon-fields,
div#pwgc-redeem-gift-card-container input {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
}

.cart-collaterals .shipping-coupon .coupon .avada-coupon-fields.opened,
div#pwgc-redeem-gift-card-container.opened input {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0.5s ease-in;
}

body form.woocommerce-content-box.full-width.checkout_coupon {
    display: block !important;
    border-left: none;
    padding: 0;
    border-right: none;
    border-color: #ddd;
}

form.woocommerce-content-box.full-width.checkout_coupon h2 {
    font-size: 16px !important;
    margin-top: 14px;
}

body form.woocommerce-content-box.full-width.checkout_coupon input {
    width: 240px;
    margin-left: 15px;
}

body form.woocommerce-content-box.full-width.checkout_coupon .coupon-contents {
    margin: 0 !important;
}


/* CART TOTALS */

.cart_totals {
    border: none !important;
    padding: 0 !important;
}

.cart_totals h2 {
    font-size: 16px !important;
    margin-bottom: 15px;
}

.woocommerce-cart .cart_totals .shop_table .cart-subtotal {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.cart_totals p.woocommerce-shipping-destination {
    margin: 0;
}

#shipping_method input.dhlpwc-parcelshop-option-change {
    float: right;
    margin-top: 5px;
    margin-bottom: 25px;
}

#shipping_method input[type=radio] {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.wc-proceed-to-checkout .fusion-update-cart {
    display: none;
}


/* CHECKOUT */


/*************************************
WooCommerce - Checkout - Customer Details
*************************************/


#cart-checkout-steps {
    position: relative;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 25px;
    color: #777;
    font-size: 13px;
    font-weight: 600;
}

#cart-checkout-steps .checkout-step {
    display: inline-block;
    position: relative;
    width: 210px;
}

#cart-checkout-steps .checkout-step .circle {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    border: solid 2px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 15px;
    padding-top: 0px;
    margin: 0 auto 15px;
    background: #fff;
    float: left;
    z-index: 2;
}

#cart-checkout-steps:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #777;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}

#cart-checkout-steps span.step-text {
    margin-top: 3px;
    display: inline-block;
    background: #fff;
    z-index: 2;
    position: relative;
    left: 15px;
    padding: 0 10px 0 5px;
}

.woocommerce .checkout-step.active {
    color: #000;
}

.woocommerce .checkout-step.active .circle {
    background: #000 !important;  
    color: #fff !important; 
}


.avada-myaccount-user {
    display: none !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    border: none;
    background: none;
    font-size: 13px;
    padding: 1em 0;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before {
    display: none;
}

.woocommerce-form-login-toggle .showlogin {
    text-decoration: underline;
    font-weight: 600;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    position: fixed;
    background: #fff;
    width: 600px;
    border: solid 1px #AFBBC5;
    top: 15%;
    z-index: -1;
    left: 50%;
    margin-left: -300px;
    opacity: 0;
    padding: 30px;
    border-radius: 4px;
}

#checkout-overlay {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 3;
}

#checkout-overlay.active {
    opacity: 1;
    max-height: 9999999px;
}

#checkout-overlay.gofull {
    z-index: 99999;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    float: left;
    margin: 0;
}

.woocommerce .login .form-row,
.woocommerce .login .lost_password {
    float: none !important;
}

.woocommerce .login .form-row {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 20px 0 !important;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login.active {
    opacity: 1;
    z-index: 99999999;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-left: 10px;
    margin-top: 9px;
}

#customer_details {
    width: 60%;
    float: left;
}

.woocommerce-order-review--outer {
    width: 60%;
    float: left; 
}

.woocommerce .woocommerce-checkout .col2-set .col-1, 
.woocommerce-page .woocommerce-checkout .col2-set .col-1, 
.woocommerce .woocommerce-checkout .col2-set .col-2, 
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1, 
.woocommerce-page .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 10px !important;
}

/*
#customer_details h3 {
    font-weight: 800;
}

.woocommerce form .form-row label {
    font-size: 11px;
}
*/

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 50%;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    color: #666;
    border-color: #AFBBC5;
    box-shadow: none;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666 !important;
}

.woocommerce-billing-fields__field-wrapper {
    overflow: hidden;
    zoom: 1;
}

#billing_address_1_field,
#shipping_address_1_field {
    width: 50%;
    clear: none;
    float: left;
}

#billing_postcode_field,
#shipping_postcode_field,
#billing_city_field,
#shipping_city_field {
    width: 25%;
    clear: none;
    float: left;
}

input#billing_address_1,
input#shipping_address_1,
input#billing_phone {
    width: 97%;
}

input#billing_postcode,
input#shipping_postcode {
    width: 95%;
}

#billing_phone_field,
#billing_email_field {
    width: 50%;
    clear: none;
    float: left;
}

p#billing_state_field {
    clear: both;
}

p#billing_address_2_field,
p#shipping_address_2_field {
    display: none !important;
}

#billing_address_1_field input::-webkit-input-placeholder,
textarea#order_comments::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff !important;
}

#billing_address_1_field input:-moz-placeholder,
textarea#order_comments:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff !important;
   opacity: 1;
}

#billing_address_1_field input::-moz-placeholder,
textarea#order_comments::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff !important;
   opacity: 1;
}

#billing_address_1_field input:-ms-input-placeholder,
textarea#order_comments:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff !important;
}

.woocommerce-account-fields {
    margin: 10px 0;
}

.woocommerce-account-fields .create-account {
    padding: 5px 0 !important;
}

.woocommerce-additional-fields {
    margin-top: 20px;
}

h3#ship-to-different-address {
    margin: 0;
}

h3#ship-to-different-address span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}



/* if has yuluma address autocomplete */

.woocommerce-yuluma-address-autocomplete p#billing_street_field,
.woocommerce-yuluma-address-autocomplete p#shipping_street_field {
    width: 50%;
    float: left;
}

.woocommerce-yuluma-address-autocomplete input#billing_street,
.woocommerce-yuluma-address-autocomplete input#shipping_street {
    width: 97%;
}

.woocommerce-yuluma-address-autocomplete input#shipping_postcode,
.woocommerce-yuluma-address-autocomplete input#billing_postcode {
    width: 99%;
}

.woocommerce-yuluma-address-autocomplete p#shipping_city_field,
.woocommerce-yuluma-address-autocomplete p#billing_city_field {
    width: 100%;
    float: right;
}

.woocommerce-yuluma-address-autocomplete p#billing_email_field {
    width: 49% !important;
    float: right;
}

.woocommerce-yuluma-address-autocomplete p#woocommerce_eu_vat_number_field {
    float: left;
    width: 100%;
    clear: none;
}

/*************************************
WooCommerce - Checkout - Order Summary
*************************************/

form.checkout.woocommerce-checkout {
    position: relative;
}

#order_review_heading {
    display: none;
}

span.custom-order-review-heading {
    position: absolute;
    top: 0;
    right: 0;
    background: #ECEEF0; 
    padding: 15px 15px 5px 15px;
    max-width: 36%;
    display: block;
    width: 100%;
    border-radius: 3px 3px 0 0;
}

span.custom-order-review-heading h3 {
    font-size: 15px !important;
    font-weight: 900 !important;
    margin: 0 !important;
    display: inline-block !important;
}

span.custom-order-review-heading a {
    float: right;
    color: #AFBBC5;
    text-decoration: underline;
    font-size: 14px;
}

span.custom-order-review-heading a:hover {
    color: #393939;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    background: #ECEEF0;
    padding: 0 15px 15px;
    width: 36%;
    max-width: 36%;
    position: absolute;
    top: 42px;
    right: 0;
    margin: 0;
    border-radius: 0 0 3px 3px;
    border-spacing: 0 10px;
    border-collapse: separate;
    table-layout: fixed;
}

form.checkout.woocommerce-checkout .woocommerce-content-box.full-width.all_right {
    float: right;
    width: 36%;
}

form.checkout.woocommerce-checkout .woocommerce-content-box.full-width.all_right .woocommerce-order-review--outer {
    float: none;
    width: 100%;
}

.woocommerce-order-review--outer.all_right table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    margin-bottom: 30px;
}

.woocommerce-order-review--outer.all_right span.custom-order-review-heading {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.woocommerce-checkout-review-order-table thead {
    display: none;
}

.woocommerce-checkout-review-order-table tr.cart_item {
    border-collapse: initial;
    -webkit-box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
    box-shadow: 0 0 20px -10px rgba(0,0,0,.3);
    background: #fff !important;
    height: auto;
}

.woocommerce-checkout-review-order-table td.product-name {
    font-weight: 700;
    font-size: 15px;
    color: #373E45;
    padding-left: 10px !important;
    padding-right: 0 !important;
    /* width: auto !important; */
}

form.checkout .shop_table tbody .product-thumbnail {
    display: none;
}

.woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
    padding-right: 20px !important;
    font-weight: 800;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th,
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td {
    border-top: solid 1px #AFBBC5 !important;
    border-bottom: solid 1px #AFBBC5 !important;
}

.woocommerce-checkout-review-order-table tfoot {
    background: transparent;
}

.woocommerce-checkout-review-order-table tfoot td, 
.woocommerce-checkout-review-order-table tfoot th {
    border: none !important;
    padding: 10px 0 0 4px !important;
}

.woocommerce-checkout-review-order-table tfoot th {
    text-align: left !important;
    width: 50% !important;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

.woocommerce-checkout-review-order-table ul#shipping_method li label {
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 13px;
}

.woocommerce-checkout-review-order-table ul#shipping_method li span.amount {
    float: none;
}

.woocommerce-checkout-review-order-table small.includes_tax {
    display: block;
    font-size: 11px;
}

.woocommerce-checkout-review-order-table small.includes_tax .amount {
    font-size: 11px !important;   
}

.woocommerce-checkout-review-order .product-info {
    font-size: 14px;
    margin: 0 !important;
    line-height: 1.5;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: none;
    margin-top: 20px;
    margin-bottom: 50px;
}

h3.payment_customheading {
    margin-top: 30px;
    margin-bottom: 0;
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: none !important;
    position: relative;
    background: none !important;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background: #ECEEF0;
    border-radius: 3px;
    position: relative;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #ECEEF0;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

/*
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ECEEF0;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
*/

.checkout .payment_methods li {
    border: none !important;
}

.checkout .payment_methods li img {
    max-height: 30px;
    float: right !important;
    margin-left: 10px;
}

/*
li.wc_payment_method.payment_method_cardgateideal label,
li.wc_payment_method.payment_method_cardgatepaypal label {
    text-indent: -9999999px;
}

li.wc_payment_method.payment_method_cardgateideal img {
    margin: -6px 0 0 .3em !important;
    width: 29px;
}

li.wc_payment_method.payment_method_cardgatepaypal img {
    max-width: 999px !important;
    max-height: 999px !important;
    width: 80px;
    margin: 2px 0px 0 3px !important;
}


ul.wc_payment_methods.payment_methods.methods li {
    float: left;
}

ul.wc_payment_methods.payment_methods.methods li .payment_box {
    position: absolute !important;
}
*/

select#cgp_bank_options {
    font-size: 13px;
}

.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

form.checkout.woocommerce-checkout .woocommerce-content-box.full-width {
    border: none;
    padding: 0;
}

.woocommerce-privacy-policy-text a, 
a.woocommerce-terms-and-conditions-link {
    color: #777;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 900px) {

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
    max-width: 100%;
}

#customer_details,
.woocommerce-order-review--outer,
form.checkout.woocommerce-checkout .woocommerce-content-box.full-width.all_right {
    width: 100%;
    float: none;
}

form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    max-width: 100%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 80px;
}

#order_review {
    position: relative;
    margin-top: 30px;
}

span.custom-order-review-heading {
    max-width: 100%;
    padding-left: 20px;
}

}

@media only screen and (max-width: 800px) {

body .shop_table_responsive.woocommerce-cart-form__contents tbody tr {
    display: table-row;
    position: relative;
    padding: 0;
    height: auto;
    border: none;
}

body .shop_table_responsive.woocommerce-cart-form__contents .product-remove {
    position: relative;
    top: auto;
    right: auto;
    display: table-cell !important;
    border-radius: 0;
    background: none;
    padding: 10px 15px !important;
    width: 50px !important;
    height: auto !important;
}

.woocommerce table.shop_table_responsive tr, 
.woocommerce-page table.shop_table_responsive tr {
    display: table-row;
}

.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left !important;
    padding: 10px 15px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
}

.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
}

.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail {
    display: table-cell;
}

body .shop_table_responsive.woocommerce-cart-form__contents .fusion-product-name-wrapper {
    display: flex;
}

body .shop_table_responsive.woocommerce-cart-form__contents .product-info {
    margin-top: 0px;
}

.shop_table_responsive.woocommerce-cart-form__contents .product-thumbnail {
    float: left;
    width: 90px !important;
}

.woocommerce table.shop_table .product-thumbnail img {
    max-height: 70px;
    width: auto;
    padding: 0px;
    max-width: 70px !important;
    margin-right: 15px;
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce table tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
    padding-right: 0px !important;
    width: 300px !important;
}

}


@media only screen and (max-width: 767px) {

.woocommerce ul.order_details li {
    display: block !important;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

.woocommerce ul.order_details {
    margin-bottom: 20px;
}

#billing_address_1_field, 
#shipping_address_1_field {
    width: 100%;
    float: none;
}

#billing_postcode_field, 
#shipping_postcode_field, 
#billing_city_field, 
#shipping_city_field {
    width: 50%;
}

input#billing_postcode, 
input#shipping_postcode {
    width: 97%;
}

input#billing_address_1, 
input#shipping_address_1 {
    width: 100%;
}

.woocommerce-yuluma-address-autocomplete p#billing_street_field, 
.woocommerce-yuluma-address-autocomplete p#shipping_street_field,
.woocommerce-yuluma-address-autocomplete input#billing_street, 
.woocommerce-yuluma-address-autocomplete input#shipping_street,
.woocommerce-yuluma-address-autocomplete p#shipping_city_field, 
.woocommerce-yuluma-address-autocomplete p#billing_city_field,
.woocommerce-yuluma-address-autocomplete p#billing_email_field {
    width: 100%;
}

.woocommerce-checkout.billing-autocomplete #billing_housenumber_field, 
.woocommerce-checkout.shipping-autocomplete #shipping_housenumber_field {
    margin-left: 0 !important;
}

.woocommerce .cart-collaterals td.product-name {
    width: auto !important;
}

.woocommerce .cart-collaterals .cart_totals table th {
    width: 18% !important;
}

.woocommerce .cart-collaterals .cart_totals table td {
    text-align: right !important;
}

.woocommerce .cart-collaterals #shipping_method {
    font-size: 13px;
}

td.product-quantity {
    width: 130px !important;
}

/*
#cart-checkout-steps {
    overflow: hidden;
    zoom: 1;
}

#cart-checkout-steps .checkout-step {
    float: left;
    width: 100px;
}

.woocommerce-checkout .checkout-step.active {
    width: 40% !important;
}

#cart-checkout-steps .checkout-step span.step-text {
    display: none;
}

#cart-checkout-steps .checkout-step.active span.step-text {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 10px;
    top: 12px;
    font-weight: 700;
}

.woocommerce-checkout .checkout-step.active .circle {
    float: left;
}

#cart-checkout-steps .checkout-step span.circle:before {
    width: 80px;
}

#cart-checkout-steps .checkout-step.active span.circle:before {
    left: 110px;
}

#cart-checkout-steps.thankyou_page .checkout-step.checkout-step-one {
    width: 45px;
}

#cart-checkout-steps.thankyou_page .checkout-step.checkout-step-three {
    width: 60% !important;
}

#cart-checkout-steps.thankyou_page .checkout-step.active span.step-text {
    top: 14px;
}

#cart-checkout-steps .checkout-step.checkout-step-two span.circle:before {
    width: 100px;
}
*/

#cart-checkout-steps .checkout-step {
    width: auto;
}

#cart-checkout-steps .checkout-step .circle {
    margin-left: 50px;
}

#cart-checkout-steps .checkout-step-one .circle {
    margin-left: 0;
}

#cart-checkout-steps:before {
    opacity: 0;
}

}


@media only screen and (max-width: 600px) {

a.woo-cart-continue-shopping {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    float: none;
    top: auto;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    max-width: 95%;
    left: 0;
    margin-left: 2.5%;
    top: 2.5%;
}


.woocommerce table.shop_table {
    border-spacing: 0 30px;
}

.woocommerce table.shop_table_responsive.cart tr, 
.woocommerce-page table.shop_table_responsive.cart tr {
    border: 1px solid rgba(0,0,0,.1);
    position: relative !important;
    display: block !important;
    float: left;
    margin-bottom: 25px;
}

.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td {
    /*display: block !important;*/
    border: none !important;
}

.woocommerce table.cart td.product-remove {
    right: 0;
    text-align: center !important;
    top: 15px;
    position: absolute;
}

.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail {
    float: left;
    width: 30%;
    padding-top: 15px;
}

.woocommerce table.cart td.product-thumbnail a {
    display: block !important;
    text-align: center;
}

.woocommerce table.cart td.product-name {
    float: left;
    width: 75% !important;
    padding-top: 15px;
    padding-left: 0;
}


.woocommerce table.cart td.product-quantity {
    width: 70% !important;
    float: left;
    border-top: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce table.shop_table td.product-price {
    width: 100%;
    float: right;
    padding: 0 12px;
    text-align: right !important;
    margin-top: -35px;
    padding-bottom: 20px;
    color: #AFBBC5;
}

/*
.woocommerce table.cart td.product-quantity .quantity label.screen-reader-text {
    clip: auto;
    overflow: visible;
    height: auto;
    position: relative !important;
    width: auto;
    float: left;
    line-height: 39px;
    text-transform: uppercase;
    padding-right: 20px;
    font-size: 12px;
}
*/

.woocommerce table.cart td.product-subtotal {
    float: right;
    width: 30%;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    height: 59px;
    border-left: none !important;
    text-align: right !important;
    padding-top: 17px;
}

.woocommerce table.shop_table.cart tr:nth-last-child(1) {
    border: none;
}

.woocommerce table.shop_table.cart tr:nth-last-child(1) td {
    padding: 0 !important;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: 100%;
}

/*

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block !important;
}

.woocommerce table.shop_table_responsive tr th,
.woocommerce-page table.shop_table_responsive tr th {
    display: none !important;
}


.woocommerce-cart .cart_totals .shop_table td {
    width: 100% !important;
}

.cart_totals  tr.woocommerce-shipping-totals.shipping:before {
    content: 'Verzending';
    font-size: 13px;
}

.woocommerce .cart_totals table.shop_table_responsive tr td {
    padding: 0 !important;
}


.cart_totals tr.order-total:before {
    content: 'Totaal';
    font-size: 13px;
}
*/

#cart-checkout-steps .checkout-step .circle {
    margin-left: 0px;
}

#cart-checkout-steps .checkout-step-zero .circle {
    margin-left: 0;
}

#cart-checkout-steps span.step-text {
    font-size: 12px;
    margin-top: 4px;
    margin-right: 10px;
    left: 0px;
}

.woocommerce .checkout_coupon .coupon-contents {
    display: block;
    width: 100%;
}

body form.woocommerce-content-box.full-width.checkout_coupon .coupon-input,
body form.woocommerce-content-box.full-width.checkout_coupon .coupon-button,
body form.woocommerce-content-box.full-width.checkout_coupon input {
    width: 100%;
    margin: 0;
}

}



@media only screen and (max-width: 400px) {

#cart-checkout-steps {
    display: none;
    margin-bottom: 05px;
}

.woocommerce-checkout .checkout-step.active {
    width: 55% !important;
}

#cart-checkout-steps .checkout-step {
    float: left;
    width: 60px;
}

#cart-checkout-steps .checkout-step.active span.step-text {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 10px;
    top: 12px;
    font-weight: 700;
    left: -20px;
}

#cart-checkout-steps .checkout-step.active span.circle:before {
    left: 120px;
    width: 70px;
}

#cart-checkout-steps .checkout-step span.circle:before {
    width: 50px;
}

#cart-checkout-steps.thankyou_page .checkout-step.active span.step-text {
    left: 0px;
}

}

@media only screen and (max-width: 370px) {

.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail {
    width: 25%;
}

.woocommerce-checkout.woocommerce-order-received h1.entry-title {
    margin-bottom: 30px;
}


.woocommerce table.cart td.product-quantity .quantity label.screen-reader-text {
    font-size: 10px;
}

/*
footer .footer-column,
footer .footer-column.widget-column-3 .widget {
    width: 100%;
    float: none;
}
*/

div#cart-checkout-steps {
    display: none;
}

}



