/*
Theme Name: markethubchild
Description: 
Author: pimpmyexcel
Author URI: https://pimpmyexcel.net
Template: markethub
Version:
Tags:
*/

/* Abstand zwischen popular authors und Products */
#container .popular-table
{
  margin-bottom: 60px;
}


/* Shopping Cart mobile */
table.cart .product-thumbnail
{
    width: auto !important; 
}
table.cart .product-remove 
{
    width: auto !important; 
}



/* shop product loop auf volle breite */
body.has-sidebar #container {width: 100%;}

/*lupe button neben suchfeld*/
button {
  background-color: #1b90b3;
  width: 302px;
  border: 0;
  padding: 0px 25px 0px 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

/*frontpage filter schriftweite */
.hero form { letter-spacing: 0px; }

/* Margin nach Shop-Title auf 0px */
.content-title {
    margin-top: 0;
    margin-bottom: 40px; } 

.pv_shop_description { 
    margin-bottom: 40px;
    margin-top: -20px; }

.content-title h1 {margin-bottom:30px;}

input[type="search"], textarea { 
    background-color: #fff; 
    border: 1px solid #aaa;
    border-radius: 4px;
}


/*Suchfel auf Shop-Seite nach unten */
.woocommerce-order-information {
    margin: 0px 0 0 0;
} 

/* Filter felder -+15px aufheben */
.select2-container {
  margin: 0;
  padding: 0;
}


/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */

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

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table, 
.woocommerce-page table.shop_table thead, 
.woocommerce-page table.shop_table tbody, 
.woocommerce-page table.shop_table th, 
.woocommerce-page table.shop_table td, 
.woocommerce-page table.shop_table tr { 
	display: block;
        margin-bottom: -1px; 
}

/* selbst */
.checkout,
.woocommerce-checkout {padding:0px;margin:0px;}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.woocommerce-page table.shop_table tr { 
//	border: 1px solid #d2d3d3; 
  border-top: 1px solid #EAEAEA;
}

.woocommerce-page table.shop_table td { 
	/* Behave  like a "row" */
	border: 0px solid #d2d3d3; 
	position: relative;
	padding-left: 39% !important; 
}

.woocommerce-page table.shop_table {
	border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
	border-color: #FFF;
	height: 10px;
}

.woocommerce-page table.shop_table td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
	content: "DELETE";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
	content: "IMAGE";
}

.woocommerce-page table.shop_table td.product-name:before {
	content: "PRODUCT";
}

.woocommerce-page table.shop_table td.product-price:before {
	content: "PRICE";
}

.woocommerce-page table.shop_table td.product-quantity:before {
	content: "QUANTITY";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
	content: "SUBTOTAL";
}

.woocommerce-page table.shop_table td.product-total:before {
	content: "TOTAL";
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
	margin: 0;
}

.woocommerce-page table.cart td.actions, 
.woocommerce-page #content table.cart td.actions {
	text-align: left;
	border:0;
	padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt, 
.woocommerce-page #content table.cart td.actions .button.alt {
	float: left;
	margin-top: 10px;
}

.woocommerce-page table.cart td.actions div, 
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input, 
.woocommerce-page #content table.cart td.actions input {
	margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	width: 100%;
	text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th, 
.woocommerce-page .cart-collaterals .cart_totals td {
	border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
	padding-left: 0px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
	padding-left: 6px !important;
	border:0 !important;
}

.woocommerce-page table.shop_table tbody {
	padding-top: 10px;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce .order_details ul, 
.woocommerce-page .order_details ul,
.woocommerce .order_details, 
.woocommerce-page .order_details {
	padding:0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
	clear: left;
	margin-bottom: 10px;
	border:0;
}

}

/* END Make the cart table responsive */

table.cart td.product-subtotal
{
    width: auto !important;
} 
table.cart td.product-subtotal
{
    font-size: 1rem;
}
table.cart .product-remove
{
    font-size: 1rem;
}
table.cart .product-name
{
     font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
table.cart td.product-subtotal
{
     font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
     padding: 0 58px 10px 0;
}

/* Abstand nach der ShopBeschreibung auf der VendorShop Seite */
.wcv_shop_description {margin-bottom:40px;}

/*den menupunkt add-product auf der wc my account seite löschen */
li.woocommerce-MyAccount-navigation-link--add-product {display: none;}

#toplevel_page_wcv-vendor-shopsettings li.menu-top {display: none;}


/* die additional note beim bestellformular rausnehmen */
.woocommerce-additional-fields {display: none;} 

/* checkout formular */
#billing_phone_field
{margin-right: 2.35765%;}
.woocommerce-checkout-review-order-table .cart-subtotal th
{border-bottom: 1px solid rgba(0, 0, 0, 0.03);}

/* cart formular */
.order-total th, td
{border-top: 1px solid #EAEAEA;}

/* FRONT kein Abstand unter großem Bild  */
#text-23 {
    margin-top: -82px;
  }

/* PRODUKT price sichtbar */
  .single-product .summary .price {
    background-color: #fff;
    color: #222;
    display: initial;
    line-height: initial;
    position: initial;
    text-align: initial;
//    text-shadow: 0;
    width: initial;
}

/* SHOP Category-Anzeige ausblenden */
.content-title__inner ul
{display: none;}

/* PRODUCT Breadcrumb ausblenden */
.content-title__inner .woocommerce-breadcrumb
{display: none;}

/* */
.product .cart .quantity
{display: none;} 