 .rtwmer-home-wrap,
 .rtwmer_vendor_drawer,
 .rtwmer_product_container .rtwmer-top,
 .rtwmer_bulk_action_and_filter,
 .dataTables_length,
 .dataTables_filter,
 .dataTables_paginate,
 .d-none  {
    display: none !important;
}

 .rtwmer_mercado_main_body{
    position:unset;
    width: 100%;
}

 .rtwmer-product-panel{
    margin: 0;
    padding: 0;
}

/* Fixed syntax error from original theme */
.rtwmer_mercado_main_body, #rtwmer_pannels {
    background-color: #fff !important;
}

 .#rtwmer_pannels .dataTables_wrapper{
    margin: 0;
}

.sapphire-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .sapphire-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .sapphire-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
  }
  
  .sapphire-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  
  .sapphire-switch input:checked + .slider {
    background-color: #2196F3;
  }
  
  .sapphire-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  .sapphire-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .sapphire-switch .slider.round {
    border-radius: 34px;
  }
  
  .sapphire-switch .slider.round:before {
    border-radius: 50%;
  }
  

  #rtwmer_prdct_modal .rtwmer-modal-dialog{
  width: 95%;
  right: -92.5%;
}

 .rtwmer-image-add-wrapper .rtwmer_card{
  width: 100%;
}

/*  .mdc-data-table__cell--checkbox {
  display: none;
} */

 #rtwmer_pannels .rtwmer_cards .dataTables_wrapper table td:first-child, 
 .dataTables_wrapper table th:first-child {
  display: none;
}

 div#product_name_suffix {
  white-space: nowrap;
  width: fit-content;
  padding: 10px;
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid;
}
.temp-name-wrapper{
  margin-bottom: 10px;
}

.rtwmer_product_container tr th:nth-child(9),
.rtwmer_product_container tr td:nth-child(9),
.rtwmer_product_container tr th:nth-child(6),
.rtwmer_product_container tr td:nth-child(6){
  display: none !important;
}
.mdc-text-field--outlined .mdc-text-field__input[readonly] {
  background-color: #e6e5e5;
  z-index: 0;
}

.readonly.mdc-text-field--outlined.mdc-text-field--focused .mdc-floating-label {
  color: rgba(0, 0, 0, .6) !important;
}

.readonly.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.readonly.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.readonly.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.readonly.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.readonly.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.readonly.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, .38) !important;
}
.readonly,
 .readonly input {
     cursor: not-allowed;
     pointer-events: none;
 }

@media screen and (max-width: 768px) {
  .rtwmer-d-flex.rtwmer-justify-between.rtwmer_align_items_stretch {
    display: flex;
    flex-flow: column;
  }

  .rtwmer-d-flex.rtwmer-justify-between.rtwmer_align_items_stretch .input-fields{
    width: 100%;
    margin-bottom: 5px;
  }
  .temp-name-wrapper .rtwmer-d-flex {
    flex-wrap: wrap;
  }
   div#product_name_suffix{
    flex-basis: 100%;
    border: 1px solid #bbb;
    border-radius: 4px;
    margin-top: 5px;
  }
}

/* --- ADDED BY ANTIGRAVITY: FORCED WHITE THEME --- */
.mdc-drawer.rtwmer_vendor_drawer,
.rtwmer_sidebar_box,
.rtwmer-sidebar-box,
.mdc-drawer__content,
.mdc-list,
.rtwmer_sidebar_content,
aside.mdc-drawer,
.rtwmer_mercado_main_body,
#rtwmer_pannels,
.rtwmer-dashboard-panel,
.rtwmer_product_container,
.rtwmer-body,
.rtwmer_cards,
.rtwmer-order-chart-container,
.rtwmer_prod_sales_chart_box,
#rtwmer_pannels_body,
.rtwmer-dash-wrapper,
.rtwmer_mercado_main_body > div {
    background-color: #ffffff !important;
}

.rtwmer_mercado_main_body *,
.mdc-drawer.rtwmer_vendor_drawer *,
.rtwmer_sidebar_box *,
.rtwmer-sidebar-box *,
.rtwmer-dash-button,
.rtwmer-dash-button i,
.rtwmer_sidebar_content a,
.mdc-list-item__text,
.rtwmer-chart-wrapper text {
    color: #333333 !important;
    fill: #333333 !important;
}