/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/
.rtwmer-none{
  display:none;
}
.rtwmer_Dashboard_button{
  background-color: #B36C8D;
  color:#ffffff;
  border-radius:2px;
  padding: 10px;
  line-height: 4rem;
  transition: 1.7s;
  text-decoration: none !important;
}

 
#wp-rtwmer_short_description_field-editor-tools{
  display:none;
}
a:focus{
  outline:none !important;
}
.rtwmer-sub-heading{
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
}
label.rtwmer_small_headings {
  font-weight: bold;
  font-size: 16px;
}
.rtwmer_product_status label, .rtwmer_stock_status label{
    font-weight: bold;
    display: inline-block;
    min-width: 125px;
}
.rtwmer_SKU{
  margin: 15px 0px;
}
.rtwmer_SKU label:first-child, .rtwmer_purchase_note label:first-child{
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.rtwmer_purchase_note {
  margin-top: 15px;
}
.rtwmer_other_options{
  margin: 10px 0px;
}

.rtwmer-product-status{
  padding: 10px;
}

#rtwmer_stock_status{
  border-radius: 5px;
  width: 20%;
  padding: 3px;
}

.rtwmer_product_reviews{
  margin: 0px 10px;
}
#rtwmer_add_new_withdraw_req {
  margin-top: 1rem;
}
.rtwmer_arrow {
  font-size: 40px;
  margin-left: -7px;
}
.rtwmer_name {
  font-weight: bold;
  margin-right: 10px;
}
.rtwmer-input-search-field {
  border: 0 !important;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding: 7px 0 !important;
  border-bottom: 1px solid #ccc !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: none !important;
}
.rtwmer-input-search-field:focus ~ .rtwmer-focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
  top: 28px;
  outline: 0;
}
.rtwmer-focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3f51b5;
  transition: 0.4s;
}

.rtwmer-chart-wrapper {
  display: flex;
  margin: 0 30px;
  flex-wrap: wrap;
}

.rtwmer_calender_icon {
  font-size: 19px;
  position: absolute;
  right: 1rem;
  color: #31639c;
  top: 0.4rem;
}
#rtwmer-button {
  text-align: right;
  margin: 1rem 0;
}

.rtwmer_select_customer {
  width: 35%;
  margin: 0 10px;
}
.rtwmer-date-input-box {
  width: 36%;
  position: relative;
}
.rtwmer_note_detail_box {
  margin-top: 20px;
}
.rtwmer_note_detail_box label {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
p#rtwmer_customer_note {
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
  color: red;
}

/********************************* CSS FOR MORE PRDCT FROM VENDOR *******************/
/********************************* CSS FOR MORE PRDCT FROM VENDOR *******************/
.woocommerce-tabs ul.rtwmer_more_prdct_from_vendor_list {
    margin: 0;
    display: -webkit-box;
    display: flex;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    word-break: break-word;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list li{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0 8px 16px 8px;
    width: calc(100% / 2 - 16px);
    position: relative;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list li a:first-child{
    display: block;
    padding: 0;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list li a img{
    height: auto !important;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list .onsale{
    position: absolute;
    top: 12px;
    left: 15px;
    right: unset;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list h2,
  .woocommerce-tabs .panel .rtwmer_more_prdct_from_vendor_list h2:first-of-type{
    margin: .5rem 0 .5rem !important;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list li .price{
    margin-bottom: 1rem;
    display: block;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list li .price ins{
    color: #3983e1;
    font-weight: bold;
  }
/*********************for phones ************************/

@media(max-width:576px){
  .rtwmer_order_filter {
    width: 100%;
  }
  .rtwmer-date-input-box {
    width: 100%;
  }
  .rtwmer_select_customer {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #rtwmer-button {
    text-align: left;
  }
  .woocommerce-tabs .entry-content .rtwmer_more_prdct_from_vendor_list li{
    width: 100%;
    }
}