/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ShareAndMultiCart
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

 button#share_cart_action, button#savecart_action {
    margin-right: 5px;
}
.wk-field {
    margin-bottom: 15px;
}
.primary.wk-container {
    float: left;
    width: 155px;
    margin-right: 5px!important;
}
.wk-comment {
    font-style: italic;
    font-size: 12.5px;
}
textarea.wk-textarea {
    height: 90px;
}
.col.cartitems {
    text-align: center;
}
button#share_cart_action_mini {
    padding: 6px;
    margin-bottom: -7px;
}
button#save_cart_action_mini {
    padding: 6px;
    margin-bottom: -7px;
}
.wk-field > .control {
    margin-top: 5px;
}
.action-close:before {
    font-size: 30px!important;
    margin:5px!important;
}
/* .cart.table-wrapper .cart thead tr th.col {
    text-align: left!important;
} */
span.wk-cart-icon {
    float: right;
    max-width: 25px;
    max-height: 30px;
    opacity: .6;
    margin-top: 2px;
    margin-left: 10px;
}
.wk-save-cart {
    padding-bottom: 10px;
}
.wk-cart-box {
    position: absolute;
    border: 2px solid #dbdbdb;
    background: #ffffff;
    display: block;
    padding: 15px;
    margin-top: 30px;
    width: 130px;
    z-index: 1000000;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
}

.wk-cart-container {
    float: right;
}

.save_cart_action {
    float: right;
}

.modal-popup {
    pointer-events: auto !important;
}

.modal-footer .action-accept {
    float:right;
}

@media only screen and (max-width: 767px)
{
    span.wk-cart-icon {
        margin-top: 11px;
    }
    .col.cartitems {
        text-align: left;
    }
    .cart-container .form-cart .actions.main {
        display: block;
    }
    .cart-container .form-cart .actions.main button {
        display: inline-block;
        margin: 10px;
    }
    .account .column.main {
        margin-top: 25px;
    }
}
#save-btn-config{
    float:right;
    width: 9rem;
}
.share-button{
    padding: 0;
    border: none;
    background: none;
}
.token_field{
    padding-right: 70.2rem !important;
}
.saved-cart-td, .saved-cart-th {
    text-align: center;
}
.cart-table-td, .cart-table-th {
    text-align: center;
}
/* .save_cart_action {
    margin-top: 30px;
} */
.socialmedia{
    min-width: 25rem;
}
.note-whatsapp{
    font-size: smaller;
    font-weight: 100;
}
.whatsapp-input{
    margin-top: 2px;
}
.whatsapp-num-inp{
    border-color: #58ad2d !important;
}
.whatsapp-share-icon{
    background: #6eff65;
    border-radius: 7px;
}
.item-details-td{
    width:25rem;
}.button_main_div {
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.popup_modal {
    width: 70%;
    margin-top: 20px;
    border-radius: 0.5vh;
}
.input {
    width: 100%;
    height: 10%;
    color: rgb(56, 54, 54);
}
.sharecart {
    font-size: 22px;
    color: #333333;
}
.shareCart-div {
    margin-right: 16px;

}
.table-wrapper {
    margin-bottom: 20px;
}
.table-head {
    color: #333333;
    padding: 11px 10px;
    text-align: left;
}
.table-data {
    /* text-align: center; */
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
}
.table-row {
    border-top: 1px solid #cccccc;
    color: #333333
}
table > thead > tr > th,
table > tbody > tr > td {
    padding: 11px 10px;
}
.view {
    color: royalblue;
}
.account .data.table .col.actions .action .action-delete :before {
    border-left: 1px solid #a6a6a6;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}
.wk-cart-container {
    margin-left: 10px;
}
.custom_msg {
    font-style: italic;
    font-size: 14.5px;
    color: #525151;
}
.social-share-container {
    display: flex;
    justify-content: center;
}
.share-button {
    margin: 0 2.5px;
}