/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
#wk_save_share_cart_buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#wk_save_share_cart_buttons a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#wk_save_cart_product_listing th, #wk_save_cart_product_listing td {
    text-align: center;
}

#wk_admin_save_cart_details th {
    font-weight: bold;
    font-size: 0.8rem;
}

.wk-btn {
    padding: 0.5rem !important;
}

.wk_cart_url_body {
    display:none;
    margin: 8px 8%;
}

input[name="wk_cart_url"] {
    width: 100%;
    border: 1px dashed;
    padding: 15px;
    background: white;
    color: #333 !important;
}

.wk_order_conf_button {
    float: left;
}

#wk-saved-cart-listing-table {
    text-align: center;
}

#wk-saved-cart-listing-table thead tr th {
    text-align: center;
}
.wk_modal_close_btn {
    float: left;
}

#detail-cart-actions {
    display: flex;
}

#wk_share_cart_btn {
    margin-right: 5px;
}

.wk-saved-cart-modal {
    height: 20rem;
    max-height: 300px;
    overflow-y: auto;
}

@media only screen and (min-width: 768px){
    #wk_save_share_cart_buttons {
        padding-top: 1rem !important;
        margin-bottom: 0;
    }

    #wk_save_share_cart_buttons a {
        max-width: 16rem;
    }
    #wk_save_share_cart_buttons a:nth-child(odd) {
        margin-left: 5px!important;
    }
    #wk_save_share_cart_buttons {
        justify-content: center;
    }
}