/**
 * custom modifications for woocommerce styling
 * @author PALASTHOTEL <jana.eggebrecht@palasthotel.de>
 */
 
.woocommerce {
  
}
.woocommerce-cart .large-13,
.woocommerce-checkout .large-13 {
  width: 100% !important;
}
.woocommerce-cart .large-16,
.woocommerce-checkout .large-16 {
  width: 94% !important;
}

.out-of-stock {
  color: #eb0000;
  display: inline-block;
  margin-top: 20px;
}

/************** CART *******************/

/* cart table: basics */
.woocommerce table.shop_table {
  border: none !important;
  border-radius: 0 !important;
}
.woocommerce-cart table.shop_table {
  margin: 40px 0 0 0 !important;
  border-bottom: 1px solid black !important;
}
.woocommerce table.shop_table thead tr th {
  border-bottom: 1px solid #000 !important;
  font-size: 1.30769em !important;
  padding: 0 0 22px !important;
  text-transform: uppercase !important;
}
.woocommerce table.shop_table tr.cart_item td {
  padding: 20px 10px;
  font-size: 1.61538em;
}
.woocommerce table.shop_table tr:nth-of-type(even) {
  background: white !important; 
}
.woocommerce .cart_totals.calculated_shipping tr>td, .woocommerce .cart_totals.calculated_shipping th,
.woocommerce .cart_totals .shop_table tr>td, .woocommerce .cart_totals .shop_table th {
  padding: 0 !important;
}
.woocommerce .cart_totals.calculated_shipping td, .woocommerce .cart_totals.calculated_shipping th,
.woocommerce .shop_table .cart-subtotals td, .woocommerce .shop_table .cart-subtotals th {
  text-align: right !important;
  padding: 0 !important;
  padding-bottom: 20px !important;
}

/* styling cells */
.woocommerce-cart table.cart td.product-remove {
  padding: 0 !important;
} 
.woocommerce .product-remove a.remove {
  color: black !important;
}
.woocommerce a.remove:hover {
  background-color: black !important;
}
.woocommerce-cart table.cart td.product-thumbnail {
  width: 170px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: top !important;
  text-align: left !important;
}
.woocommerce-cart table.cart img {
  width: 170px !important;
}
.woocommerce table.cart td.product-remove {
  vertical-align: top !important;
  padding-top: 30px !important;
}
.woocommerce table.cart td.product-name {
  font-family: gt_walsheim_medium;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.23077em !important;
  padding-left: 20px !important;
  vertical-align: top !important;
  text-align: left !important;
}
.woocommerce table.cart td.product-name h2, .woocommerce .product-name .subheader {
  font-family: gt_walsheim_medium;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.0em !important; 
}
.woocommerce .product-name .subheader {
  display: block;
}

/* cart table: coupon */
.woocommerce table.cart td.actions {
  padding: 22px 0 !important;
}
.woocommerce table.cart td.actions .input-text {
  -moz-border-radius-topleft: 1000px;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px !important;
  text-align: center;
  height: 33px;
  width: 200px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.woocommerce .cart input.button {
  font-family: "gt_walsheim_medium";
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .23077em;
  font-size: 1.0em;
  color: #515151;
  background-color: #dad8da;
  text-align: left !important;
  margin-bottom: 10px !important;
  text-decoration: none !important;
  padding: .619em 1em;
  font-weight: 700;
  border-radius: 3px;
}
.woocommerce .cart input.button:hover {
  background-color: #383838;
  color: white;
  border-radius: 0px;
}

/* cart total-table */
.woocommerce .cart_totals {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce .cart_totals td, .woocommerce .cart_totals th {
  text-align: right !important; 
}
.woocommerce .cart_totals .shipping th,
.woocommerce .cart_totals .shipping td {
  /*color: silver !important;*/
}
.woocommerce .cart_totals h2,
.woocommerce .cart_totals .cart-subtotal,
.woocommerce-checkout tfoot .cart-subtotal {
  display: none;
}
.woocommerce .cart_totals .cart-subtotal td,
.woocommerce .cart_totals .order-total td {
  text-align: right !important;
  padding-right: 45px !important;
}
.woocommerce .cart_totals .order-total th,
.woocommerce-checkout tfoot .order-total th {
  font-size: 1.61538em !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: none !important;
}
.woocommerce .cart_totals .order-total .amount,
.woocommerce-checkout tfoot .order-total .amount {
  font-size: 1.61538em;
  font-weight: normal !important;
}
.woocommerce .cart_totals table.shop_table {
  border: none !important;
}
.woocommerce .cart_totals table.shop_table p {
  color: #4d4d4d !important;
  line-height: 1.23077em !important;
  font-size: 1em !important;
  letter-spacing: .23077em !important;
  font-family: "gt_walsheim_medium";
  margin-top: 8px !important;
  text-align: center !important;
}
.woocommerce .woocommerce-shipping-calculator {
  border: none !important;
}
#calc_shipping_postcode {
  -moz-border-radius-topleft: 1000px;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px !important;
  text-align: center;
  height: 33px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
#calc_shipping_country_field {
  position: relative;
  z-index: 1;
}
#calc_shipping_country_field:after {
  content: "›";
  color: black;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 10px;
  font-family: minion-pro, serif !important;
  transform: rotate(90deg);
  z-index: 0;
}
#calc_shipping_country {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #999999;
  padding: 0.5em;
  height: 2.42308em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  z-index: 1;
}
#calc_shipping_country:hover {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
#calc_shipping_country option {
  
}
.woocommerce .woocommerce-shipping-calculator button.button {
  color: white !important;
  background-color: black !important;
  padding: 8px 13px 7px !important;
  margin-top: 2px !important;
  border: 0 !important;
  font-size: 1em !important;
  letter-spacing: .15385em !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}

/* checkout-button */
.woocommerce .wc-proceed-to-checkout {
  border: 1px solid silver !important;
  padding: 1px !important;
  display: inline-block !important;
  margin-top: 40px;
  float: right;
}
.woocommerce a.checkout-button {
  border: 1px solid silver !important;
  margin: 0 !important;
  text-transform: uppercase;
  background: none !important;
  color: black !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  padding-right: 1.84615em !important;
  padding-left: 1.84615em !important;
  font-size: 1.23077em;
}
.woocommerce a.checkout-button:hover {
  background-color: black !important;
  color: white !important;
}

.woocommerce-cart #basket-legal .inline-list li a {
  font-size: 0.8em;
  font-family: minion-pro, serif;
  text-transform: uppercase;
  padding: 0 10px;
  border-left: 1px solid #000;
  line-height: 1;
  font-weight: normal;
  letter-spacing: .23077em;
}

/* woocommerce info box (messages, errors, etc. ) */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: black !important;
}
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: black !important;
}
.woocommerce .woocommerce-error {
  border-top-color: #db2323 !important;
}
.woocommerce .woocommerce-error:before {
  color: #db2323 !important;
}


/************** CHECKKOUT *******************/
.woocommerce .checkout h3 {
  font-size: 1.95em !important;
  text-transform: uppercase !important;
  font-family: "gt_walsheim_medium" !important;
  letter-spacing: 0.15em !important;
  margin: 40px 0 30px 0 !important;
}
.woocommerce .checkout #ship-to-different-address {
  font-size: 1.05em !important;
  text-transform: none !important;
  letter-spacing: 0.23em !important;
  margin: 53px 0 24px 0 !important;
}
.woocommerce .checkout #ship-to-different-address label {
  float: right;
}
.woocommerce .checkout #ship-to-different-address-checkbox {
  float: left;
  margin-right: 4px !important;
  margin-top: 2px !important;
}

.woocommerce-multistep-checkout ul.nav-wizard {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  background-color: none !important;
}

form.checkout.woocommerce-checkout {
  border-top: 1px solid black;  
}

.woocommerce-multistep-checkout ul.nav-wizard .step-title,
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
  font-family: "gt_walsheim_medium";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .23077em;
  font-size: 0.8em;
}
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
  color: black;
  letter-spacing: .12em;
}
.woocommerce-multistep-checkout .input-text {
  font-size: 1em !important;
  letter-spacing: .03846em !important;
  font-family: "gt_walsheim_medium";
  text-transform: none !important;
}

.woocommerce-multistep-checkout .step-buttons {
  display: inline-block; 
  width: auto !important;
  float: right;
  padding: 1px !important;
  position: relative;
}
.woocommerce-multistep-checkout .step-buttons .prev-step-button {
  position: absolute;
  top: 20px;
  left: -200px;
}
.woocommerce-multistep-checkout .step-buttons .next-step-button {
  border: 1px solid silver !important;
  margin: 0 !important;
  text-transform: uppercase;
  background: none !important;
  color: black !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  padding: 1em;
  padding-right: 1.84615em !important;
  padding-left: 1.84615em !important;
  font-size: 1.25em;
  letter-spacing: .12em !important;
}
.woocommerce-multistep-checkout .step-buttons .next-step-button:hover {
  background-color: black !important;
  color: white !important;
}
/* step 2 */
.woocommerce-checkout #payment {
  background: none !important;
  border-radius: 0 !important;
}
.woocommerce-checkout #payment label {
  display: inline !important;
  font-family: "gt_walsheim_medium";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .23077em;
  font-size: 0.8em;
  color: black !important;
}
.woocommerce-checkout #payment div.payment_box {
  max-width: 600px;
  font-size: 0.7em !important;
  letter-spacing: 0.3em !important;
}
.woocommerce-checkout-review-order .title h4 {
  font-family: "gt_walsheim_medium";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .23077em;
  font-size: 1em;
  color: black !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}
.woocommerce-checkout-review-order address {
  font-style: normal !important;
  font-size: 1.2em !important;
  letter-spacing: 0.1em !important;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.woocommerce-checkout-review-order .edit {
  font-family: "gt_walsheim_medium";
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .23077em;
  font-size: 0.8em;
  color: #515151;
  background-color: #dad8da;
  text-align: left !important;
  margin-bottom: 10px !important;
  text-decoration: none !important;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
}
.woocommerce button.button.alt {
  background-color: black !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-border-radius: 12px !important;
  border-radius: 12px !important;
  font-size: 1.30769em !important;
  padding-top: 21px !important;
  padding-bottom: 23px !important;
  padding-right: 60px !important;
  padding-left: 60px !important;
  margin-top: 30px !important;
  font-weight: bold !important;
}
.woocommerce button.button.alt:hover {
  background-color: black !important;
}

.woocommerce input.button.alt {
  background-color: black !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-border-radius: 12px !important;
  border-radius: 12px !important;
  font-size: 1.30769em !important;
  padding-top: 21px !important;
  padding-bottom: 23px !important;
  padding-right: 60px !important;
  padding-left: 60px !important;
  margin-top: 30px !important;
  font-weight: bold !important;
}
.woocommerce input.button.alt:hover {
  background-color: black !important;
}

.woocommerce-checkout table.shop_table {
  background-color: white !important;
  border-bottom: none !important;
  margin-top: 80px !important;
}
.woocommerce-checkout .shop_table * {
  border: none !important;
}
.woocommerce-checkout .wc-gzd-product-name-right {
  text-transform: uppercase !important;
  font-size: 0.8em !important;
  max-width: 80% !important;
}
.woocommerce-checkout .shop_table tfoot .shipping th,
.woocommerce-checkout .shop_table tfoot .shipping td {
  border-top: 1px solid silver !important;
  padding-top: 60px !important;
}
.woocommerce-checkout .shop_table thead .product-name {
  padding-left: 30px !important; 
}

/* step 3 */
.woocommerce #order_review .woocommerce-checkout-review-order-table td.product-name {
  width: 80%;
  text-align: left;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr {
  text-align: right;
}

/** thankyou-page **/
.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}
.woocommerce-order-received table.shop_table {
  margin-top: 10px !important;
  margin-bottom: 50px !important;
}

/** SHOP-ÜBERSICHT **/
.woocommerce-page .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-page .page-title {
  text-align: center;
  margin-top: 50px;
}
.woocommerce-result-count {
  display: none;
}
.ph-shop-wrapper .products li {
  display: block;
  width: 180px;
  margin: 0 25px;
  float: left;
}
.woocommerce-page .site-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px 0px 40px;
  box-sizing: border-box;
}
.ph-shop-wrapper {
  width: 80%;
  float: right;
  position: relative;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  
}
.woocommerce-page .shop-sidebar {
  width: 20%;
  float: left;
  padding-top: 40px;
}
.shop-category-list {
  list-style: none;
}
.shop-category-list a:hover,
.shop-category-list a.is-active {
  border-bottom: 2px solid black;
}

.shop-category-list > li {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 2.23077em;
  font-family: "minion-semi", serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-rendering: optimizeLegibility;
}
.shop-subcategory-list {
  list-style: none;
}
.shop-subcategory-list li {
  font-family: "gt_walsheim_medium";
  font-size: 0.5em;
}

#order_review .legal {
  font-size: 1.25em;
  margin-top: 20px;
}

.woocommerce_creditcardvu_payment-form input[type=radio] {
  display: none;
}
.woocommerce_creditcardvu_payment-form img {
  padding: 4px !important;
  margin-right: 20px !important;
}
.woocommerce_creditcardvu_payment-form input[type=radio]:checked + label img {
  border: 4px solid #dc0000;
}

.wc-gzd-place-order {
  text-align: right;
}