
/*
* All of the CSS for your public-facing functionality should be
* included in this file.
*/
.mwb_advance_table_view_main_wrapper {
  margin-bottom: 30px;
  overflow-y: auto;
}
.single-product div.product .mwb-wtv-available-variation-button ~ .woocommerce-product-rating {
  margin-top: 15px;
}
.mwb_wtv_grid_wty_error_msg {
  float: right;
}
.mwb_wtv_variations {
  padding-bottom: 20px;
}

#variations-table{
 clear: both;
}
.mwb_wtv_add_to_cart{
  height: auto!important;
}
#default_table{
  background-color: #333333 !important;
  
}
.mwb_wtv_grid_view_description {
  clear: both;
}
.mwb-vvariation-table th {
  padding: 10px;
}
.mwb_wtv_main_Img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.mwb_wtv_main_Img:hover
{
  opacity: 0.7;
}
.fancybox-close{
  position: absolute;
  top: 15px;
  right:2px;
  width:36px;
  height:36px;
  cursor:pointer;
  z-index: 8040;
}
table.mwb_pure-table th {
  background-color: #cacdd1;
  border: 1px solid #e2dde0;
  vertical-align : middle;
  text-align: center;
  width:30%;
}
table.mwb_pure-table td {
 border: solid 1px #ccc;
 cursor: pointer;
 padding: 20px;
 text-align: center;
}
table.mwb_pure-table td:hover{
  background: #ccc;
  font-size: 15px;
}
table.mwb_pure-table {
  margin-top: 10px;
}
select.mwb-wtv-form-control {
  width: 105px;
  height: 30px;
  color: #464646;
  text-transform: capitalize;
  padding: 0px 3px;
  border-radius: 5px;
  border: solid 0.5px;
  margin-right: 20px;
}
#variations-table .dataTables_filter, .dataTables_paginate {
 float: none;
 margin-bottom: 30px;
 text-align: right;
}
.mwb_wtv_dropdown_class{
  display: inline-block;
  margin-right: 10px;
}
/*popup*/
.mwb_wtv_popup_details {
 float: right;
 width: 65%;
}
.mwb_wtv_popup_data_view {
 float: left;
 width: 30%;
}
.mwb_wtv_popup_data_view img{
  width: 200px;
}
.mwb_wtv_popup_details > div {
 margin-bottom: 15px;
}
input.mwb_wtv_quantity {
  border: 1px solid #eee !important;
  padding: 3px !important;
  width: 60px !important;
  font-size: 13px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
}
.mwb_pro_quant_cart {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 140px;
  background-color: #124D75;
  color: #ffffff;
  padding: 1px 20px;
  border-radius: 40px;
  justify-content: space-between;
  margin-left: 10px;
  line-height: 1.5;
}
.mwb_wtv_add_to_cart_button{
  text-align: center;
}
table.mwb_variations_render_table {

  display: block;
  overflow: auto;
  max-height:500px;
}
table.mwb_variations_render_table td {
  border: solid 1px #ccc;
  padding: 10px 20px;
}

table.mwb_variations_render_table th {
 border: 1px solid #ccc!important;
 padding: 10px 8px!important;
 width: 70px !important;
}
table.mwb_variations_render_table img.mwb_wtv_main_Img {
  width: 70px;
}
table.dataTable.dtr-inline.collapsed.mwb_variations_render_table > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed.mwb_variations_render_table > tbody > tr > th:first-child::before {
 content: "+";
 left: auto;
 position: absolute;
 right: 3px;
}
/*css for filter and search*/
.mwb_wtvv_filter_search #DataTables_Table_0_filter {
 float: right;
 text-align: right;
 width: 50%;
}
.mwb_wtvv_filter_search .dataTables_filter {
  padding-right: 29px;
}
.mwb_wtvv_filter_search .dataTables_length {
 float: left;
 width: 50%;
}
.mwb_wtvv_filter_search {
 margin-bottom: 25px;
 overflow: hidden;
}
.paginate_button.previous.disabled{
  display: none;
}
.paginate_button.next.disabled{
  display: none;
}
.paginate_button.current{
  font-weight: bold;
  font-size: 20px;
}
.mwb_wtv_variation_price {
  vertical-align: top;    
}
.mwb_wtv_variation_price .second {
  background: red none repeat scroll 0% 0% !important;
}
.mwb_wtv_first_head {
 border-bottom: 1px solid #ffffff ;
 vertical-align: top !important;
 padding-top: 5px !important;
}
.mwb_wtv_variation_price span {
 display: block;
 padding: 5px;
}
.mwb_wtv_second_head {
  background-color: #c4e8c0 !important;
  border-bottom: 1px solid #ffffff;
  color: #211f1f;
  padding-left: 10px !important;
  text-align: left !important;
}
.mwb_wtv_variation_price .mwb_wtv_first_head > i::after {
 bottom: -10px;
 content: "→";
 font-size: 25px;
 position: absolute;
}
.mwb_wtv_second_head > i::after {
 bottom: 8px;
 content: "↓";
 font-size: 25px;
 left: 5px;
 position: absolute;
 top: -12px;
}
.mwb_wtv_variation_price .mwb_wtv_first_head > i {
 position: relative;
}
.mwb_wtv_variation_price .mwb_wtv_second_head > i {
 position: relative;
}
table.mwb_pure-table th {
 background-color: #d8d8c8 ;
 border: 1px solid #e2dde0 ;
 color: #000;
 text-align: center;
 vertical-align: middle;
 width: 20%;
 padding:0px!important;
}
/*===========================================
=            Table Grid View CSS            =
===========================================*/
.mwb_wtv_grid_view_main_wrapper {
  clear: both;
  display: block;
  width: 100%;
}
.mwb_wtv_grid_view_main_wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.mwb_wtv_grid_view_variation_image {
  border: 1px solid rgba(0,0,0,0.14);
  float: left;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 2px;
  width: 28%;
}

.mwb_wtv_grid_view_add_to_cart {
  border-top: 1px dotted #ddd;
  margin-top: 7px;
}
.mwb_wtv_grid_view_quantity {
  display: inline-block;
  max-width: 60px;
  padding: 5px 2px;
  width: 100%;
}
.mwb_wtv_grid_view_add_to_cart_button {
  margin-bottom: 5px;  
  margin-top: 5px;
}
.mwb_wtv_grid_img_wrap {
  overflow: hidden;
  position: relative;
}
.mwb_wtv_variation_value {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 7%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 1px;
  padding: 3px;
  position: absolute;
  right: 0;
  z-index: 9;
}
.mwb_wtv_variation_value span {
  display: block;
  text-transform: capitalize;
}
.mwb_wtv_grid_img_wrap:hover img {
  transform: scale(1.4);
  transition: all 0.3s linear 0s;
}
.mwb_wtv_grid_img_wrap > img {
  transition: all 0.3s linear 0s;
}

.mwb_wtv_grid_add_to_cart{
 margin-bottom: 10px;
 margin-right: 103px;
 padding-right: 15px;
 text-align: left;
}

.mwb_wtv_grid_view_add_to_cart.mwb_wtv_grid_view_type_2_quantity > span {
  display: inline-block;
  padding-left: 20px;
  margin-left: 8px;
}
.mwb_wtv_grid_img_wrap img {
  height: 200px;
  width: 218px;
}
.mwb_wtv_grid_view_add_to_cart_button.button {
  padding: 11px 20px !important;
}
.mwb_wtv_grid_view_add_to_cart_button{
  margin-left: 25px!important;
}
.mwb_wtv_variation_value > p {
 display: table-cell;
 vertical-align: bottom;
 text-align: right;
}
.mwb_wtvv_variation_wrap {
 display: table-cell;
}
.mwb_wtv_variation_value {
 display: table;
 width: 100%;
}
/*=============================================
=            Table Variation Style            =
=============================================*/
.mwb_tvv_table_wrapper.table-responsive {
  border: 1px solid #ddd;
  margin: 30px 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.mwb_tvv_coverimage {
  bottom: -8px;
  display: block;
  right: 0;
}
#mwb_tvv_productmatrix {
  margin: 0;
  border-collapse: collapse;
}
#mwb_tvv_productmatrix .mwb_tvv_odd{
  border-bottom: 1px solid #ddd;
}
#mwb_tvv_productmatrix .mwb_tvv_odd{
  border-bottom: 1px solid #ddd;
}
#mwb_tvv_productmatrix .mwb_tvv_odd td {
  border-right: 1px solid #ddd;
}
#mwb_tvv_productmatrix .mwb_tvv_odd td:last-child,#mwb_tvv_productmatrix .mwb_tvv_odd:last-child {
  border: medium none;
}
#mwb_tvv_productmatrix th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-transform: capitalize;
}
#mwb_tvv_productmatrix th:last-child {
  border-right: none;
}
.mwb_wtvv_attr2White {
  vertical-align: middle;
}
.mwb_tvv_coverimage span {
  display: block;
  height: 6px;
  width: 100%;
}

/*=====  End of Table Variation Style  ======*/

/*=====  End of Table Grid View CSS  ======*/
@media screen and (max-width: 992px){
  .mwb_wtv_grid_view_variation_image {    
    width: 47%;
  }
}
@media only screen and (max-width: 767px){
 .mwb_wtv_dropdown_class{
   display: block;
 }
 .fancybox-close{
  background-image: url('cross.png') !important;
  background-size: 20px auto !important;
}
}
@media only screen and (max-width: 450px) {
  .mwb_wtv_variations {
   width: 100%;
   overflow: scroll;
 }
 .mwb_wtvv_filter_search input[type="search"] {
  width: 100%;
}
.mwb_wtv_grid_view_variation_image {    
  width: 100%;
  margin-right: 0;
}
.mwb_wtv_grid_view_add_to_cart_button.button {
  padding: 11px 20px !important;
  float: right;
}
.mwb_wtv_grid_img_wrap img {
  height: 250px!important;
  width: 100%!important;
}
}
@media screen and (max-width: 450px) {
  .mwb_wtv_grid_img_wrap img {
    height: auto!important;
    width: auto!important;
  }
}


/*new table css*/
.mwb-new-table-wrapper {
  max-height: 400px;
  overflow-y: auto;
}
.mwb-new-table * {
  box-sizing: border-box;
}
.mwb-new-table{
  text-align: left;
}
.mwb-new-table th {
  background: #5ac2da;
  border-top: 1px solid #dddddd;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.mwb-new-table tr th:last-child,.mwb-new-table tr td:last-child {
  border-right: 1px solid #dddddd;
}
.mwb-new-table th, .mwb-new-table td {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 5px;
}
.mwb-new-table p {
  margin: 0;
}
.mwb-new-table .mwb-new-table__pro-name {
  width: 20%;
}
.mwb-new-table .mwb-new-table__pro-description {
  width: 30%;
}
.mwb-new-table__pro-quantity .mwb_wtv_new_table_qty {
  max-width: 100px!important;
}
.mwb-wtv-variation-combination {
  margin-top: 10px;
  padding-left: 30px;
  clear: both;
}
.mwb-wtv-parent-product-name {
  font-weight: bold;
}
.odd:hover{
  background-color:#D9DD7E!important; 
}


@media screen and (max-width: 767px) {
  .mwb-new-table {
    text-align: left;
  }
  .mwb-new-table thead {
    display: none;
  }
  .mwb-new-table th {
    display: none;
  }
  .mwb-new-table tr:nth-child(2n+1) {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
  }
  .mwb-new-table tr:nth-child(2n) {
    border: 1px solid #777777;
    border-radius: 5px;
    padding: 10px;
  }
  .price .woocommerce-Price-amount {
    font-weight: bold;
  }
  .mwb-new-table td:last-child {
    margin-bottom: 0;
  }
  .mwb-new-table tr {
    margin-bottom: 20px;
  }
  .mwb-new-table tr,.mwb-new-table td {
    display: block;
  }
  .mwb-new-table tr td:first-child {
    border-top: 1px solid #dddddd;
  }
  .mwb-new-table td:after {
    clear: both;
    content: "";
    display: block;
  }
  .mwb-new-table .mwb-new-table__pro-name, .mwb-new-table .mwb-new-table__pro-description{
    width: auto;
  }
  .mwb-new-table th, .mwb-new-table td {
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 15px;
    position: relative;
  }
  .mwb-new-table td:before {
    background-color: #000000;
    box-sizing: border-box;
    color: #ffffff;
    content: attr(data-title);
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px;
    text-align: left;
    width: 100%;
  }
  .mwb-new-table td p {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {

  .mwb-new-table td p {
    font-size: 15px;
  }
}

/*table new design*/
.mwb-new-table-two.shop_table.order_details td {
 vertical-align: top !important;
}
.mwb-new-table-two-wrapper {
  max-height: 400px;
  overflow-y: auto;
}
.mwb-new-table-two-wrapper .mwb-new-table-two * {
  box-sizing: border-box;
}
.mwb-new-table-two-wrapper .mwb-new-table-two{
  table-layout: fixed;
  text-align: center;
}
.mwb-new-table-two-wrapper .mwb-new-table-two th {
  background: #2D5C67;
  color: #fff;
  font-size: 20px;
}
.mwb-new-table-two-wrapper .mwb-new-table-two tr th:last-child,.mwb-new-table-two tr td:last-child {
  border-right: 1px solid #dddddd;
}
.mwb-new-table-two-wrapper .mwb-new-table-two th, .mwb-new-table-two td {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 10px;
  vertical-align: top!important;
}
.mwb-new-table-two-wrapper .mwb-new-table-two p {
  margin: 0;
  text-align: left;
}
.mwb-new-table-two-wrapper .mwb-new-table-two .mwb-new-table-two__var-of-product {
  width: 26%;
  text-align: left;
}
.mwb-new-table-two-wrapper .mwb-new-table-two .mwb-new-table-two__pro-description {
  width: 30%;
}
.mwb-new-table-two-wrapper .mwb-new-table-two .mwb-new-table-two__pro-quantity input {
  max-width: 80px;
}

.mwb-new-table-two-wrapper .mwb-new-table-two .mwb-featured-image-name{
  display: block;
  margin-top: 10px;
}
.mwb-new-table-two-wrapper .mwb-variation-content > span {
  display: inline-block;
  vertical-align: middle;
}
.mwb-new-table-two-wrapper .mwb-variation-content {
  margin-top: 13px;
  margin-bottom: 30px;
}
.mwb-variation-image-content > span {
  display: inline-block;
  margin-left: 5px;
}
.mwb_wtv_new_table_qty {
 max-width: 80px;
 width: 100%;
}
.mwb-new-table-two-wrapper .mwb-new-table-two th {
 background: #2d5c67 none repeat scroll 0 0;
 color: #fff;
 font-size: 16px;
 text-align: center;
 border:1px solid #fff;
}
.mwb-variation-image-content .mwb-variation-image-content-src {
 max-width: 86px!important;
}
.mwb-new-table-two-wrapper .mwb-new-table-two p {
 margin: 0;
 text-align: left;
}
.mwb-new-table-two__pro-description > p {
  word-wrap: break-word;
  padding: 10px;
}

.mwb-variation-qty-content {
 margin-top: 10px;
 position: relative;
}
.mwb_wtv_new_table_select_var
{
  display: block;
}
.mwb_wtv_new_table2_cart_button {
  margin-top: 60px;
}
.mwb_wtv_grid_wty_error_msg {
  float: right!important;
  margin-right: 25px!important;
  text-decoration: underline!important;
}
.mwb-variation-image-content {
 display: flex!important;
 border-bottom: 1px solid #dddddd!important;
 padding-bottom: 20px!important; 
}
.mwb-variation-image-content-src > p{
  margin-bottom: 10px!important;
}
.mwb-variation-image-content-src {
  margin-bottom: 10px!important;
  margin-right: 15px!important;
}
.mwb-wtv-add-to-cart-class{
  text-align: center!important;
}
.mwb-wtv-variation-combination-attr{
  margin-right: 0!important;
}
.mwb-featured-content .star-rating {
  float: none!important;
}
.mwb-new-table__pro-name .mwb-wtv-parent-product-name .star-rating {
  float: left;
}
.mwb-new-table__pro-quantity + td ,.mwb-new-table__pro-quantity {
  text-align: center;
}
.mwb-new-table__pro-quantity + td p ,.mwb-new-table__pro-quantity p,.price{
  margin-top: 20px;
  display: block;
}
.mwb_wtvv_modified_variation_swatch > li{
  list-style: none!important;
}
.mwb-wtv-variation-combination > li{
  list-style: none!important;
}
.mwb-wtv-variation-combination-attr > li{
  list-style: none!important;
}
.mwb-wtv-variation-combination-attr .vm_label_s{
  text-align: center !important;

}
/*new table 2 css*/
@media only screen and (max-width:768px)  {
 .mwb-new-table-two.shop_table.order_details td::before {
   background-color: #000;
   color: #fff;
   content: attr(data-th);
   display: block;
   padding: 8px;
   text-align: center;
   width: 100%;
 }
 .mwb-new-table-two.shop_table.order_details {
   overflow: hidden;
 }
 tfoot{
  display: none;
}
.mwb-new-table-two shop tr{
  display: block;
}
.mwb-new-table-two.shop_table.order_details th {
 display: none;
}
.mwb-new-table-two shop td{
}
.mwb-new-table-two.shop_table.order_details td {
 display: block;
 vertical-align: top;
 width: 100%;
}
}


/*======================================================
=            Table and Color Section Design            =
======================================================*/
.mwb_style_box {
  float: right;
  width: 56%;
}
.mwb_wtvv_color_box.mwb_wtvv_color_box_center {
  border-radius: 50%;
}
.mwb_wtvv_color_box {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.mwb_wtvv_color_box_rect {
  width: 50px;
  height: 30px;
}
.mwb_style_box_color_main_wrap {
  display: flex;
}
.mwb_style_box_color_wrap {
  margin-right: 7px;
}
.mwb_style_box_color_main_wrap .mwb_style_box_color_wrap:last-child() {
  margin: 0;
}
.mwb_style_box_color_wrap p {
  margin-bottom: 5px;
}
.mwb-vvariation-table {
  border: 1px solid #777777;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
  table-layout: fixed;
  width: 100%;
}
.mwb-vvariation-table td, .mwb-vvariation-table th {
  border: 1px solid #777777;
  text-align: center;
  vertical-align: middle;
}
.mwb-vvariation-table img {
  display: inline-block;
}
.mwb-vvariation-table__offer-img img {
  max-width: 60px;
}
.mwb-vvariation-table .mwb_wtv_add_to_cart_button input {
  max-width: 60px;
  width: 100%;
}
.mwb-vvariation-table td {
  background: transparent;
}
.mwb-enhanced_new-table td,.mwb-vvariation-table td{
  vertical-align: middle;
  border: none!important;
  padding: 10px;
  text-align: left;
}
.mwb-enhanced_new-table td {
  background: transparent !important;
}
.mwb-vvariation-table tbody tr:nth-of-type(2n+1) {
  background: #f0f0f0 !important;
}
.mwb-enhanced_new-table p{
 margin: 0px !important;
}
.mwb_pro_title {
  font-size: 23px;
}
.mwb_product_variation {
  font-size: 13px;
}
.mwb_advance_table_data:first-child {

}
.mwb_advance_table_data:first-child img {
  border-radius: 50% !important;
  box-shadow: 2px 2px 2px #605c5c;
}
.mwb-enhanced_new-table th {
  font-size: 23px !important;
  border: none!important;
  padding: 10px;
  text-align: left;
}
.mwb-enhanced_new-table tr{
  border: none !important;
}
.dataTables_filter input{
  width: 75% !important;
  display: inline-block !important;
  margin-left: 10px !important;
  border: 1px solid #d3d3d8 !important;
}
.mwb_advance_table_row.odd:hover{
  background-color: transparent !important;
}
.mwb_wtvv_filter_search {
  margin-bottom: 0px;
}
.mwb-enhanced_new-table{
  width: 100% !important;
  border-collapse: collapse!important;
  border: none!important;
}
.mwb_wtv_add_to_cart {
  margin: 0 !important;
  font-size: 27px;
  cursor: pointer !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.mwb_wtv_add_to_cart i{
  margin: 0 !important;
}
.mwb_variation_image {
  height: 100px;
  width: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 2px 2px 2px #605c5c;
}
/*=====  End of Table and Color Section Design  ======*/
@media only screen and (max-width:767px)  {
  .mwb-vvariation-table, .mwb-vvariation-table td, .mwb-vvariation-table th, .mwb-vvariation-table tr, .mwb-vvariation-table tbody{
    display: block;
    text-align: right;
    width: 100%;
  }
  .mwb_style_box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }
  .mwb-vvariation-table thead {
    display: none;
  }
  .mwb-vvariation-table tr {
    border-bottom: 1px solid #777777;
  }
  .mwb-vvariation-table td {
    border: none;
    padding-left: 50%;
    position: relative;
  }
  .mwb-vvariation-table td:before {
    color: #000;
    content: attr(data-column);
    font-size: 15px;
    font-weight: normal;
    left: 10px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 45%;
  }
  .mwb-new-table-two tbody tr td:last-child::before {
    display: none !important;
  }
  .mwb-wtv-add-to-cart-class input {
    margin-top: 10px;
  }
  

}


@media only screen and (max-width: 767px){

  .mwb_wtvv_filter_search .dataTables_length {

    width: 50% !important;
  }
  div#mwb_advance_view_table_filter {
    display: inline-block;
    float: left;
  }
}
@media only screen and (max-width: 550px){
  .mwb_enhanced_responsive {
    width: auto !important;
    table-layout: fixed;
  }
  #mwb_advance_view_table tbody, #mwb_advance_view_table th, #mwb_advance_view_table tr, #mwb_advance_view_table td {
    display: block !important;
  }
  .mwb_advance_table_data {
    position: relative;
    padding: 10px;
  }
  .mwb_enhanced_responsive thead {
    display: none;
  }
  .mwb_advance_table_data p:last-child {
    padding-top: 15px;
  }
  .mwb_advance_table_data:before {
    content: attr(data-name);
    display: block;
    width: 100%;
    background-color: #124D75;
    color: #fff;
    font-weight: bold;
    padding: 10px;
  }
  .mwb_advance_table_data::before {
    margin-left: -10px;
    font-size: 20px;
  }
  .mwb_advance_table_data:first-child::before {
    margin-top: -10px;
  }
  .mwb_advance_table_data p:first-child {
    padding-top: 15px;
  }
  table.mwb_enhanced_responsive{
    margin: 0 !important;
  }
  .mwb_variation_image {
    margin-top: 20px;
  }
  .mwb_pro_quant_cart{
    margin-top: 10px;
  }
  .mwb_variation_image {
    box-shadow: 2px 2px 2px #605c5c;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center-center;
    margin-top: 20px;
  }
  #mwb_advance_view_table tr {
    border: 1px solid #555555;
    margin-bottom: 40px;
    padding: 4px;
    border-radius: 4px;
  }
  .mwb_advance_table_view_main_wrapper {
    border: 0 !important;
    padding: 5px;
    border-radius: 4px !important;
  }
}
