.elementor-14691 .elementor-element.elementor-element-56a3ac0c{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for container, class: .elementor-element-56a3ac0c */img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 150px;
    border-radius: 16px;
}
td.product-name a {
    font-size: 18px;
    font-weight: 600;
    color: #1D2327 !important;
}
td.product-name a:hover {
    color: #2146EF !important;
}
dl.tc-epo-metadata.variation {
    display: flex;
    gap: 10px;
    margin: 20px 0 -20px 0;
    font-size: 14px;
}
dd.variation-Vendor {
    margin-bottom: 0;
}
button#dokan_update_quote_btn {
    background: #2146EF;
    color: white;
    border-radius: 50px;
    padding: 10px 50px;
}
button.button.alt.dokan_checkout_place_quote {
    background: #1D2327;
    color: white;
    border-radius: 50px;
    padding: 10px 50px;
}
.dokan_quote_table_contents.dokan-table.order-items thead tr {
    background: #3B4348;
    border-radius: 50px !important;
}
.dokan_quote_table_contents.dokan-table.order-items thead tr th{
    font-size: 14px;
    color: white;
    text-transform: capitalize;
}
.elementor-element.elementor-element-90ab764.elementor-widget.elementor-widget-shortcode {
    display: none;
}
p.return-to-shop a {
    background: #3B4348;
    color: white;
    border-radius: 50px;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}
@media(max-width: 800px) {
  table {
    border: 0;
  }
  thead {
    display: none;
  }
  tr {
    display: block;
    margin: 0 0 20px 0;
  }
  td {
    display: block;
    text-align: right;
  }
  td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
  td:last-child {
    border-bottom: 0;
  }
  
  td.product-subtotal:before,
td.product-price.offered-price:before, 
td.product-price:before,
td.product-name:before,
td.product-quantity:before{
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}
td.product-name:before {
  content: "Product:";
}
dl.tc-epo-metadata.variation {
  display: flex;
  gap: 10px;
  margin: 10px 0 -20px;
  font-size: 14px;
  justify-content: end;
}
td.product-name a {
  font-size: 14px;
  font-weight: 600;
  color: #1d2327!important;
} 
td.product-price:before {
  content: "Price:";
}
td.product-price.offered-price:before {
    content: "Offered Price:";
}
input.input-text.offered-price-input.text {
    width: 50%;
}
td.product-quantity:before {
    content: "Quantity:";
}
td.product-subtotal:before {
    content: "Subtotal:";
}
td.product-subtotal:nth-child(8):before{
  content: "Offered Subtotal:";
 }
 .dokan-table tbody tr td{
    text-align:right;
    border: none !important;
    border-bottom: 1px solid #00000017 !important;
 }
 td.product-price.offered-price,
 td.product-quantity{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .dokan-table tbody tr td:last-child {
    border: none !important;
 }
 table.shop_table.shop_table_responsive.table_quote_totals tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
table.shop_table.shop_table_responsive.table_quote_totals tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}
input.input-text.offered-price-input.text {
    width: 100px;
    margin: 0 0 0 auto;
	}
	div.quantity {
    margin: 0 0 0 auto;
}


}
 a.remove.remove-cart-item.remove-dokan-quote-item {
    background: #EF463B;
    color: white;
    display: inline-block;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    font-size: 24px;
}
td.product-price.offered-price input {
    width: 100px;
}/* End custom CSS */