/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .mwb_woo_smc_cart_wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
}

.meb_woo_smc_remove_saved_item {
    font-size: 20px;
}

table.mwb-woo-smc-shop_table {
    width: 100%;
}

.mwb-woo-smc-shop_table.shop_table_responsive.mwb-woo-smc-cart.mwb-woo-smc-cart-contents th {
    text-align: left;
}

.mwb_woo_smc_modified_row td.product-remove {
    text-align: left;
}

.mwb_woo_smc_modified_row a.remove {
    display: inline-block;
    flex: 0 0 24px;
}

.mwb_mwc_class {
    text-align: right;
    margin-bottom: 5px;
}

img.attachment-shop_thumbnail.size-shop_thumbnail {
    max-width: 55px !important;
}

div#mwb_woo_smc_recover_user_cart_data {
    overflow: auto;
}

.save_later_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.save_later_div span.scl_heading {
    font-size: x-large;
    font-weight: bolder;
}

.wps_wpr_btn_copy_scl {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    padding: 6px
}

.wps_wpr_btn_copy_scl:active,
.wps_wpr_btn_copy_scl:focus,
.wps_wpr_btn_copy_scl:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.wps_tooltip {
    position: relative;
    display: inline-block
}

.wps_account_wrapper .wps_tooltip .wps_tooltiptext {
    background-color: #000;
    border-radius: 6px;
    bottom: -30px;
    color: #fff;
    font-size: 11px;
    left: -19px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 80px;
    z-index: 1
}

.wps_account_wrapper .wps_tooltip .wps_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent
}

.wps_tooltip:hover .wps_tooltiptext {
    visibility: visible
}

.wps_wpr_btn_copy {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    padding: 6px
}

.wps_wpr_btn_copy:active,
.wps_wpr_btn_copy:focus,
.wps_wpr_btn_copy:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.wps_wpr_wrapper_button {
    display: flex;
    margin-top: 15px;
}

.wps_wpr_wrapper_button .wps_wpr_common_class {
    margin-right: 10px;
}

.wps_wpr_wrapper_button img {
    height: 24px;
    width: auto;
}

button.wps_wpr_btn_copy_scl.wps_tooltip {
    position: absolute;
    right: 15px;
}

.woocommerce-cart-form .cart-wrapper {
    overflow: auto;
}

.woocommerce-cart-form .cart-wrapper .product-name {
    min-width: 150px;
}

.theme-betheme .mwb_woo_smc_cart_wrapper input[type=button] {
    margin-left: 10px!important;
}

.mwb_woo_smc_modified_row .mwb_woo_smc_show_button {
    margin-left: 10px;
}

table.mwb-woo-smc-shop_table.mwb-woo-smc-cart.mwb-woo-smc-cart-contents a.mwb_woo_smc_remove_saved_item.remove {
    color: #dcdcdc !important;
    font-size: 24px;
}

.mwb_woo_smc_show_button.button {
    max-width: 150px;
    min-width: 100px;
    white-space: break-spaces;
    font-size: 16px;
    line-height: 1.25;
}

.theme-Avada .mwb_woo_smc_cart_wrapper,
.theme-betheme .mwb_woo_smc_cart_wrapper {
    flex-direction: row;
    align-items: flex-start;
}

.theme-Avada .mwb_woo_smc_cart_wrapper a.remove,
.theme-betheme .mwb_woo_smc_cart_wrapper a.remove {
    line-height: 0;
    margin-left: 10px;
}

.theme-betheme .product-remove .mwb_woo_smc_cart_wrapper a.remove.button {
    margin: 0 0 0 10px;
}

.theme-Divi .mwb_woo_smc_cart_wrapper {
    justify-content: flex-end;
}

.theme-betheme .mwb_woo_smc_modified_row td.product-remove,
.theme-Divi .mwb_woo_smc_modified_row td.product-remove {
    text-align: right;
}

@media screen and (max-width: 768px) {
    table.mwb-woo-smc-shop_table thead {
        display: block!important;
    }
    table.mwb-woo-smc-shop_table thead tr th {
        display: none;
    }
    table.mwb-woo-smc-shop_table thead tr th.mwb-woo-smc-product-name {
        display: block;
        font-size: 18px;
        padding: 10px 0;
    }
    table.mwb-woo-smc-shop_table tbody tr {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 10px 0;
        border-top: 1px solid;
    }
    table.mwb-woo-smc-shop_table tbody tr td {
        text-align: left;
        padding: 10px;
    }
    table.mwb-woo-smc-shop_table tbody tr .mwb_woo_smc_remove_saved_item {
        color: #f00;
        margin: 0 0 0 auto;
        display: inline-block;
        float: right;
    }
    table.mwb-woo-smc-shop_table tbody tr .mwb_woo_smc_move_to_cart_button {
        margin-top: 20px;
    }
    .theme-Avada .mwb_woo_smc_modified_row .mwb_woo_smc_show_button {
        margin-left: 0;
        margin-right: 20px;
        position: absolute;
        right: 0;
    }
    .theme-betheme .mwb_woo_smc_cart_wrapper {
        justify-content: flex-end;
    }
    .theme-betheme table.mwb-woo-smc-shop_table tbody tr .mwb_woo_smc_remove_saved_item,
    .theme-Divi table.mwb-woo-smc-shop_table tbody tr .mwb_woo_smc_remove_saved_item {
        float: unset;
    }
}