.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;
}