/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .mwb_wrffm_widget_title
 {
 	font-weight: bold;
 	font-size: 15px;
 	border-bottom: 1px solid #EBEBEB;
 	padding: 6px 0;
 	margin-bottom: 6px;
 }
 .mwb_wffm_vendor_permission{
  background-color: #e2401c;
  color: white;
  padding: 2px;
}
/* css for the vendor list page*/
#mwb_wrffm_rma_request_list_table td {
    width: 200px;
}
#mwb_wrffm_vendor_table_wapper_class {
    padding: 10px;
}
.mwb_rma_exchange_wrapper_for_vendor {
	padding: 10px 0;
}
.mwb_wrffm_refund_wrapper_for_vendor {
	padding: 10px 0;
}
#mwb_wrffm_vendor_form_wrapper {
    width: 100%;
    padding:10px;
}
.mwb-wrffm-alert, .mwb_wrffm_vendor_permission{
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

div#mwb_wrffm_vendor_table_wapper_class h2 {
    font-size: 18px;
    line-height: 20px;
    display: table-cell;
    float: left;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    clear: none;
    font-style: italic;
    color: #17a2b8;
    padding: 20px 20px;
    border-bottom: 0;
    max-height: 60px;
    border-radius: 3px;
    box-shadow: 0 3px 2px #ccc;
    background: #ffffff;
    width: 100%;
}
#mwb_wrffm_rma_request_list_table_wrapper {
    background-color: #ffffff;
}
#mwb_wrffm_rma_request_list_table_length {
    padding: 10px;
}
#mwb_wrffm_rma_request_list_table_filter {
    padding:10px;
}
.mwb_request_view {
    background-color: #17a2b8;
    color: white;
}

#orders_details_general_expander form .button {
    display: none;
}

#wcfm_product_popup_container.wcfm-collapse {
    display: none !important;
}
#cboxLoadedContent #wcfm_product_popup_container {
    display: block !important;
}

/*===============================
=            new-css            =
===============================*/
.woocommerce.woocommerce-account {
    overflow: hidden;
    width: 81%;
    flex: 5 auto;
    vertical-align: top;
    background-color: #eceef2;
    visibility: visible!important;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}
#mwb_wrffm_rma_request_list_table_wrapper table#mwb_wrffm_rma_request_list_table {
    margin-bottom: 0;
}
table#mwb_wrffm_rma_request_list_table tr th {
    text-align: center;
}
table#mwb_wrffm_rma_request_list_table tr td {
    text-align: center;
}
a.woocommerce-button.button.view.mwb_request_view {
    background: #17A2B8;
    color: #fff;
    border-radius: 3px;
}
#mwb_wrffm_rma_request_list_table_info {
    padding: 10px;
}
#mwb_wrffm_rma_request_list_table_paginate {
    padding: 10px;
}
#mwb_wrffm_rma_request_list_table_wrapper table#mwb_wrffm_rma_request_list_table .odd {
    background: #f8f8f8;
}
#mwb_wrffm_rma_request_list_table_wrapper table#mwb_wrffm_rma_request_list_table .even {
    background: #fdfdfd;
}
#mwb_wrffm_rma_request_list_table_wrapper table#mwb_wrffm_rma_request_list_table td
{
    border-top: 1px solid #ddd!important;
    background-color: transparent;
}
/*=====  End of new-css  ======*/


.mwb_wrffm_refund_wrapper_for_vendor h2 {
    line-height:1.2;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    margin:0;
    margin-top: 5px;
    box-shadow: none;
    background:#1C2B36;
    text-decoration: none;
    color:#fff;
    font-size: 14px;
    display: block;
    border-radius: 3px 3px 0px 0px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.shop_table.order_details td img {
    width: 100%;
    max-width: 80px;
    height: auto;
}
.mwb-wrffm_return_wrap {
    background: #fff;
    padding: 1px 20px;
}
.mwb_rma_exchange_wrapper_for_vendor h2
{
    line-height:1.2;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    margin:0;
    margin-top: 5px;
    box-shadow: none;
    background:#1C2B36;
    text-decoration: none;
    color:#fff;
    font-size: 14px;
    display: block;
    border-radius: 3px 3px 0px 0px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.mwb_wrffm_refund_main_container,.mwb_wrffm_exchange_main_container {
    background: #fff;
    border: 1px solid #D6D6E3;
    border-top: 0;
    box-sizing: border-box;
    text-align: left;
    padding: 20px;
    display: none;
    overflow: hidden;
}
#mwb_wrffm_return_wrapper .shop_table.order_details tr td,#mwb_wrffm_exchange_wrapper .shop_table.order_details tr td {
    background-color: #f8f8f8 !important;
    border-top: 1px solid #ddd !important;
}
#mwb_wrffm_return_wrapper .shop_table.order_details tr th,#mwb_wrffm_exchange_wrapper .shop_table.order_details tr th {
    border-top: 2px solid #ddd !important;
    color:#333;
    background: #fff;
    border-bottom: 1px solid #ddd !important;
}
.mwb_wrffm_extra_reason p {
    margin-bottom: 0;
    color:#333;
}
#mwb_wrffm_exchange_wrapper p {
    padding: 5px 15px;
    margin-top: 10px;
    color: #FFF;
    background:#1C2B36;
    display: block;
    margin-bottom: 0;
}
#mwb_wrffm_exchange_wrapper .shop_table.order_details
{
    margin-top:0;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.mwb_wcffm_top_element_container {
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    width: 100%;
    display: table;
    padding: 15px 20px 5px 20px;
    text-align: center;
    border-bottom: 0;
    border-bottom-color: currentcolor;
    border-bottom-color: currentcolor;
    margin-top: 25px;
    max-height: 60px;
    box-shadow: 0 3px 2px #ccc;
}
.mwb_wcffm_top_element_container h2{
    font-size: 18px;
    line-height: 20px;
    display: table-cell;
    float: left;
    font-weight: 600;
    color: #17a2b8;
    margin-top: 6px;
    margin-bottom: 15px;
    width: auto;
    padding: 0;
    clear: none;
    font-style: italic;
}
#mwb_wrffm_return_package {
    color: #f00;
    margin-top:10px;
}
.mwb_wrffm_refund_main_container .mwb_return_fee_txt {
    padding: 8px;
    box-shadow: none;
    border-radius: 0 !important;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mwb_wrffm_refund_main_container .mwb_return_fee_value.wc_input_price {
    padding: 8px;
    box-shadow: none;
    border-radius: 0 !important;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mwb_wrffm_refund_main_container p {
    color: #333;
    margin-bottom: 0;
}
#mwb_wrffm_left_amount {
    margin-bottom: 20px;
    margin-left: 20px;
    background: #17a2b8;
    color:#fff;
}
#mwb_wrffm_manage_stock {
    margin-bottom: 20px;
    margin-left: 40px;
    background: #17a2b8;
    color:#fff;
}
.mwb_wrffm_reason {
    margin-bottom: 15px;
}
.mwb_wrffm_exchange_add_fee .mwb_exchange_fee_txt {
    padding: 8px;
    box-shadow: none;
    border-radius: 0 !important;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mwb_wrffm_exchange_add_fee  .mwb_exchange_fee_value.wc_input_price
{
    padding: 8px;
    box-shadow: none;
    border-radius: 0 !important;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#mwb_wrffm_exchange_add_fee {
    margin-bottom: 10px;
}
.mwb_wrffm_save-exchange-product-fee {
    margin-bottom: 10px;
}
.mwb_wrffm_add-exchange-product-fee {
    margin-right: 10px;
    margin-bottom: 10px;
}
#mwb_wrffm_accept_exchange {
    margin-top: 10px;
    margin-right: 10px;
}
#mwb_wrffm_cancel_exchange
{
    margin-top: 10px;
}
.mwb_wrffm_refund_wrapper_for_vendor {
    color: #333;
}
.mwb_wrffm_refund_wrapper_for_vendor p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
    #mwb_wrffm_vendor_table_wapper_class {
        padding: 0;
    }
    a.woocommerce-button.button.view.mwb_request_view
    {
        font-size:14px;
        padding:10px;
    }
}