/* Hide elements */
.page-title, .mk-main-navigation, .woocommerce-cart-form h2, .mk-header-toolbar, #mk-breadcrumbs { 
  display: none;
}

/* Topbar */
.sticky-style-fixed.header-style-1.a-sticky .mk-header-holder {
  top: 0;
}

/* Back to shop */
#mk-page-introduce {
  background-color: #F1F1F5;
  margin-bottom: 30px;
  margin-top: -30px;
  padding: 5px;
}

#mk-page-introduce a {
  font-weight: normal;
  color: #000;
  padding: 0 15px;
  line-height: 10px;
}

#mk-page-introduce svg {
  margin-right: 5px;
}

/* Steps */
.mk-checkout-steps {
  text-align: left;
}

.mk-checkout-steps-number .mk-checkout-step-cart {
  margin-left: 0;
}

/* Steps */
.mk-checkout-steps-number .mk-checkout-step-active .mk-checkout-step-text {
  color: #ed6950;
}

/* Table */
table.shop_table th {
  background: rgba(196, 196, 196, 0.2);
  font-weight: normal;
  text-transform: none;
  font-size: 16px; 
}

.table.shop_table th.product-remove {
  font-size: 0;
}

.product-name a {
  color: #000;
  font-weight: 800;
}

a.remove {
  color: #000 !important;
  border: 1px solid #D7D7D7;
}

.woocommerce-cart table.shop_table img {
  border: none;
}

.woocommerce table.shop_table {
  margin-bottom: 0;
}

/* Discount button */
#coupon_code, .woocommerce .coupon .button {
  display: none;
}

.discount-link {
  background: none;
  color: #ed6950;
  text-decoration: underline;
  font-weight: 600;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}

.mk-coupon-title {
  display: none;
}

/* Refresh cart */
.actions {
  padding-bottom: 20px !important;
}

.actions button[disabled] {
  display: none;
}

.uspblock-container {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.cart-uspblock {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: right;
  font-size: 16px;
  margin-right: 20px;
}

.cart-uspblock h6 {
  margin-bottom: 0;
  font-size: 18px;
}

.cart-uspblock svg {
  margin-right: 15px;
}

.cart-uspblock.yellow {
  padding: 10px 20px;
  outline: 4px solid #F3C845;
}

.cart-uspblock.purple {
  padding: 10px 20px;
  outline: 4px solid #CC0066;
}

/* Total table */
.woocommerce-cart .woocommerce h2:not(.woocommerce-loop-product__title) {
  font-size: 25px;
}

.cart-subtotal th, .cart-subtotal td, .order-total th, .order-total td, .woocommerce-shipping-totals th, .woocommerce-shipping-totals td  {
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

.woocommerce-shipping-totals td, .cart-subtotal td, .order-total td {
  text-align: right !important;
}

.woocommerce-cart .order-total small {
  display: block !important;
}

/* Backbutton */
.mk-wc-backword {
  display: none !important;
}

.wc-proceed-to-checkout {
  display: flex;
}

#mk-checkout-button {
  margin-left: auto;
  margin-right: 0;
}

/* Responsive */

@media (max-width: 756px) {

  /* Step indicator */
  .mk-checkout-steps-number .mk-checkout-step-number, .mk-checkout-steps-number .mk-checkout-step-text { 
    font-size: 14px;
  }

  .mk-checkout-steps-number .mk-checkout-step {
    margin: 0;
    width: 100%;
  }

  .mk-checkout-steps {
    margin-bottom: 10px;
  }

   /* Table */
   .woocommerce table.shop_table td {
     padding-left: 0;
     padding-right: 0;
   }

  /* Actions */  
  .woocommerce table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
  }

  /* USP blocks*/
  .uspblock-container {
    flex-direction: column;
  }

  .cart-uspblock {
    margin-bottom: 15px;
    margin-right: 0;
  }
  
} 