/* woocommerce */

#content .single_add_to_cart_button,
#content .add_to_cart_button,
#content .wc-block-components-button,
#content .woocommerce-button,
#content .woocommerce-Button {
    border: 3px solid #000029;
    border-radius: 100px;
    padding: .5rem 2rem;
    background: #000029;
    color: #fff;
    text-decoration: none;
    text-align: center;
	align-items: center;
}
#content .single_add_to_cart_button:hover,
#content .add_to_cart_button:hover,
#content .wc-block-components-button:hover,
#content .woocommerce-button:hover,
#content .woocommerce-Button:hover {
    background: #F4F4F8;
    color: #000029;
    text-decoration: none;
}
#content .price, #content .wc-block-cart-item__remove-link {
	font-size: .875rem;
}
#content .wc-block-components-totals-footer-item .wc-block-components-totals-item__description:after { 
	text-align: left; }
#content .wc-cart-shipping-notice small,
#content .wc-block-components-checkout-step__description {
	font-size: 1.125rem;
}

#content .wc-block-components-address-card__edit {
    text-decoration: underline;
}

#content .wc-block-cart-item__prices .wc-block-components-product-price {
	display: none !important;
}

#content .wc-block-components-totals-wrapper, #content .wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 1px solid #000029;
}
#content .wc-block-components-address-card,
#content .woocommerce form.checkout_coupon, #content .woocommerce form.login, #content .woocommerce form.register {
    border: 1px solid #000029;
}
#content .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper,
#content .wp-block-woocommerce-checkout-order-summary-block {
    border: 0;
}

#content .wc-block-components-product-name {
	font-family: "Roboto Slab", Arial, sans-serif;
	font-size: 1.4rem;
}

#content .wp-block-woocommerce-checkout, .wp-block-woocommerce-cart, .woocommerce-order {
	margin-top: 6rem;
}

#content .wc-block-components-checkout-order-summary__title {
    margin-top: 0;
}

#content .wc-block-components-checkout-order-summary__title-text {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#content tr.wc-block-cart-items__header {
	display: none;
}

#content .wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px;
}
#content .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    flex-direction: column-reverse;
}
#content .wc-block-components-main, #content .wc-block-components-sidebar {
	width: 100%;
	margin:0;
    padding: 0;
}
#content .wc-block-cart__totals-title {
	display: none;
}

#content .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary__content,
#content .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content, 
#content .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content, 
#content .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    display: block;
}
#content h2.wc-block-components-title.wc-block-components-checkout-step__title {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#content .wc-block-components-checkout-order-summary__title .wc-block-formatted-money-amount,
#content .wc-block-components-checkout-order-summary__title-icon {
	display: none;
}
#content .wc-block-components-address-card address {
    margin: 2.5rem 0 0 0;
}

#content table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 48px;
    height: 48px;
}

#content .woocommerce-customer-details--phone:before, #content .woocommerce-customer-details--email:before {
	position: initial;
	margin-left: 0;
}

#content .wc-block-components-main .wp-block-woocommerce-checkout-actions-block {
	display:none;
}

@media screen and (max-width: 687px) {
  /* 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;
  }
/* 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; */
  }
.woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !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: 6px !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;
  }
}