.reorder{
    margin-left: 20px;
}
a.reorder{
    margin-left: 20px;
}
.woocommerce-orders-table__cell-order-actions a.reorder.woocommerce-button{
    margin-left: 20px;
}

.woocommerce-orders-table__cell-order-actions a.button{
    margin-left: 20px;
}
a.cart-add-more {
    padding: 5px 5px;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #5bc0de;
    color: #69727d !important;
	cursor: pointer;
	border-radius: 3px;
}

a.cart-add-more:hover {
    padding: 5px 5px;
    font-size: 1rem;
    font-weight: 600;
	background-color: #5bc0de;
    border: 1px solid #5bc0de;
    color: #fff !important;
}
.cfw-edit-item-quantity-control-wrap .cfw-quantity-stepper .cfw-quantity-stepper-value-label{
	color: #333 !important;
}

.cfw_cart_item_after_data{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
div#reorder-modal {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 2px 0 #00000024, 0 3px 1px -2px #00000033, 0 1px 5px 0 #0000001f;
}


.reorder-mordal-header {
    background: #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
svg.reorder-mordal-close-svg {
    width: 20px;
    cursor: pointer;
}

.reorder_bulk_cart_btn_wrapper {
    text-align: center;
    padding: 10px;
}
.reorder_modal_table_wrapper {
    overflow: scroll;
    max-height: 60vh;
    max-width: 80vw;
}
.reorder_modal_table_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.reorder_modal_table_wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.31rem #000000 ; 
  border-radius: 0.9375rem;
}
.reorder_modal_table_wrapper::-webkit-scrollbar-thumb {
    background-color: #8B6EFF ; 
    border-radius: 0.9375rem;
}


img#load-modal-image {
    width: 150px;
    position: absolute;
    top: 39%;
    left: calc(50% - 75px);
    display: none;
}


.reorder-mordal-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

div#reorder-modal .td-action{
    text-align: center;
}

.remove_order_item_btn svg{
    width: 20px;
    cursor: pointer;
}

#reorder-modal img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 80px;
}
#reorder-modal table {
    margin-block-end: 0px;
}
div#reorder-modal td {
    max-width: 160px;
}
div#reorder-modal input.reorder_item_qty {
    width: 80px;
    padding: 5px 10px;
}

