Product archive .woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}
#single .thumbnails {
  display: none;
}
/* .products { text-align: center; }  @media (max-width:535px) {.products {margin-left: -50px !important;}} @media (min-width:535px) and (max-width:800px) {max-width: 500px; margin: auto;} @media (min-width:800px) {ul.products {margin-left: -50px !important;}} */
/* .products.columns-2 .product > * { display: block; max-width: 500px; margin-left: auto; margin-right: auto; } */
.products.columns-2 .product {
  margin-right: 0;
}
/* .products .product {position:relative; display: inline-block !important;float: left !important; width: 33%; margin: 25px auto; background:#fff;} @media (max-width:535px) {.products .product {width: 100% !important;}}
@media (min-width:535px) and (max-width:800px) {.products .product {width: 40% !important; margin: 25px 0 !important; text-align: center;}} */

.attachment-shop_catalog {
  width: 80%;
}
@media (max-width: 535px) {
  .attachment-shop_catalog {
    max-width: 70%;
  }
}
@media (min-width: 535px) {
  .attachment-shop_catalog,
  .woocommerce-placeholder {
    max-height: 285px;
    overflow: hidden;
  }
}
.products .product h3 {
  margin: 0.3em auto;
}

/* Product archive status cart above products */
.cartdetails {
  min-height: 100px;
  padding: 8px;
}
.wcmenucart {
  height: 93px;
  text-align: center;
  background: url('https://hardhoofd.com/wp-content/uploads/2016/09/winkelwagen004.png')
    no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center;
}
.cart-contents {
  position: absolute;
  margin-top: 25px;
  background: #f50 !important;
  color: #fff;
  border-radius: 50%;
  padding: 6px 7px;
  text-decoration: none;
  font-family: sans-serif;
  /* font-family: Baxendale, sans-serif; */
  font-size: 14px;
  margin-left: -5px;
}
.cart-contents[title]:hover:after {
  content: attr(data-title);
  background: #000;
  color: #fff;
  padding: 8px;
  white-space: nowrap;
}

.woocommerce-message {
  text-align: center;
  margin: 15px;
  padding: 15px;
  border: 1px solid #111;
}
.woocommerce-LoopProduct-link {
  text-decoration: none;
}
*/ .woocommerce-LoopProduct-link {
  text-decoration: none;
}
.price {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
}

/* single page */
/* #single  .main__article {border-bottom: 1px solid #fff; }
#single #content .price, h2 {margin-top: 50px; font-size: 4rem;font-family:Baxendale,sans-serif; }
#single .article {min-height: inherit; position: relative; height: 100%; }
*/
.page-description p,
#single #content .wc-tabs-wrapper {
  margin-bottom: 0 !important;
  font-size: 2.2rem;
  line-height: 1.4em;
  color: #383838;
}
/*
#single .woocommerce-main-image {pointer-events: none !important; cursor: default;}
#single #content .images {float: left; width: 48%; padding: 8%; background-color: #f5f5f5;}
#single #content .product_title {font-weight:400;font-family:Baxendale,sans-serif; font-size:5rem;}
#single #content .product .summary {float: right !important; width: 48%;}
#single #content .product [itemprop="description"]{font-size:1.8rem; line-height:1.277em}
#single #content .wc-tabs {display: none;}
#single #content p:first-of-type::first-child {background:#5f0;}
#single #content .wc-tabs-wrapper {display: block; clear: both; padding-top: 50px;}
#single #content .woocommerce-Tabs-panel {border-top: 1px solid #eee; padding-bottom: 20px;font-family:Baxendale,sans-serif}
 .onsale {background: #f50; color:#fff; position: absolute; left: 0; padding: 15px; font-weight: 700; font-family:Baxendale,sans-serif;}
 .ebook {background: #000; color:#fff; position: absolute; left: 0; padding: 15px; font-weight: 700; font-family:Baxendale,sans-serif;}
.products .onsale {background: #f50; color:#fff; position: absolute; left: 25%; font-weight: 700; font-family:Baxendale,sans-serif; padding: 6px;margin-top: -20px;;}
.price del {color:#ccc;}
#single #content .up-sells .products {padding-bottom: 40px ;}
#single #content .up-sells .price  {font-family:kepler-std,sans-serif;font-weight:300;font-size:1.8rem;color:#111;display: block; margin-bottom: 0.5em; font-weight: 700} */

/* cart */
.shop_table_responsive tbody tr td,
table.shop_table_responsive tbody tr th {
  text-align: left;
}
table {
  font-size: 18px;
  margin-bottom: 5%;
  margin-top: 5px;
  padding: 0;
  width: 100%;
  border-radius: 0 !important;
}

table thead {
  border: 1px solid #ccc;
  /* font-family: Baxendale, sans-serif !important; */
}
table thead th {
  font-weight: bold;
  /* font-family: Baxendale, sans-serif !important; */
  padding: 15px;
  text-align: left;
}
table td,
#content table th {
  padding: 15px;
}
table td {
  border-bottom: solid 1px #f2f2f2;
}
table tr:last-child td {
  border-bottom: none;
}

/* table tr:nth-child(even) {background: #f3f3f3;} */

/* .cartdetails .cart-contents, .cartdetails .woocommerce-Price-amount {display: none;} */
.product-remove a {
  color: #f50;
  font-weight: 700;
  /* font-family: Baxendale, sans-serif; */
  font-size: 6rem;
  text-decoration: none !important;
  border-bottom: none;
}
.product-thumbnail img {
  height: 60px;
  width: 50px;
}
.quantity input {
  max-width: 40px;
}
.actions input {
  float: right;
}
.includes_tax {
  display: block;
}
.wc-proceed-to-checkout a {
  float: right !important;
  text-align: right !important;
}
.cart_totals table td {
  text-align: right !important;
}
.cart_totals h2 {
  font-size: 2.5rem;
  text-align: right;
}
.coupon {
  text-align: right;
}
.input[type='submit'] {
  text-align: right;
}

/* kassa */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  /* font-family: Baxendale, sans-serif; */
  /* font-size: 4rem; */
}
.woocommerce-shipping-fields h3 {
  margin-top: 20px;
}
#billing_first_name_field,
#billing_last_name_fiel {
  float: left;
  width: 50%;
}
#billing_company,
#billing_country_field,
#billing_address_1,
#billing_address_2,
#billing_city,
#billing_postcode,
#order_comments {
  /* width: 97.5555555555% !important; */
}
#order_comments {
  min-height: 100px;
  border: 1px solid #ccc;
}
.country_select {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 8px;
  border: solid 1px #ccc;
  transition: 0.1s ease-in-out;
  border-radius: 0;
}

.form-row label {
  display: block;
  /* font-family: Baxendale, sans-serif; */
}
.woocommerce .form-row input:not(.input-checkbox) {
  width: 95%;
  padding: 8px;
}
.woocommerce abbr,
.woocommerce .required:not([id=~='mc']) {
  color: #f50;
  text-decoration: none;
  border: none !important;
}

#payment ul li {
//  float: left;
//  width: 50%;
  margin: 2px auto;
}
.payment_box {
  display: none;
}

/* my account */
.woocommerce-MyAccount-content {
  max-width: 700px;
  margin-top: 60px;
  margin: auto;
}
.woocommerce-MyAccount-content mark {
  background: #fff;
}
.woocommerce-MyAccount-content a {
  text-decoration: none;
}
.woocommerce-EditAccountForm fieldset {
  margin: auto;
  margin-top: 20px;
  background: #fdfdfd;
  width: 95%;
}
 {
  text-align: right;
  background: #ebebeb;
}
.article__title__accountgegegevens {
  font-size: 5rem !important;
  margin-bottom: 0.3em;
  color: #111;
  text-align: center;
  line-height: 0.8em;
  text-shadow: 0 0 1px #fff;
  /* font-family: Baxendale, sans-serif; */
}
@media (min-width: 535px) {
  .article__title__accountgegegevens {
    font-size: 10rem !important;
    margin-bottom: 0.3em;
    color: #111;
    text-align: center;
    line-height: 0.8em;
    text-shadow: 0 0 1px #fff;
    /* font-family: Baxendale, sans-serif; */
  }
}
.wc-accountgegevens-navigatie ul {
  overflow: auto;
  margin-top: 60px;
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wc-accountgegevens-navigatie li {
  float: left;
  display: inline-block;
  padding: 10px;
}
.wc-accountgegevens-navigatie a {
  text-decoration: none;
}

/* navigatie icon */
.cartimg {
  background: url('https://hardhoofd.com/wp-content/uploads/2016/09/winkelwagen004.png')
    no-repeat;
  background-color: #ebebeb;
  width: 30px;
  background-size: 64%;
  background-position: center center;
}
.cartimg {
  color: transparent;
  font-weight: 700;
}

/* additinal woocommerce styling */
/* .product_type_external, .single_add_to_cart_button, .add_to_cart_button, .wc-proceed-to-checkout a, .woocommerce-EditAccountForm .button, #place_order {clear: both !important; background: #ebebeb !important; border-radius: 11px; padding: 5px 15px; text-decoration: none; -webkit-transition:background-color .4s ease,color .4s ease,border-color .4s ease;transition:background-color .4s ease,color .4s ease,border-color .4s ease}
.product_type_external:hover, .single_add_to_cart_button:hover, .add_to_cart_button:hover,  .wc-proceed-to-checkout a:hover, .woocommerce-EditAccountForm .button:hover, #place_order:hover {background-color:#111 !important;color:#fff} */
.single_add_to_cart_button {
  margin-top: 20px;
}
.woocommerce-EditAccountForm .button {
  margin-top: 20px;
}
#place_order {
  /* max-width: 220px;
  margin-left: 29%;
  text-align: center;
  margin-top: 40px; */
}
.woocommerce-checkout {
  padding-bottom: 100px;
}
