*, html {
  transition: all .25s ease-in-out;
}

body.page-template-default table.personal_product_list {
  margin: 15px 0;
}
body.page-template-default table.personal_product_list tr td {
  padding: 0 0 0 20px;
}
body.page-template-default table.personal_product_list tr td img {
  max-width: 50px;
}
body.page-template-default table.personal_product_list tr td button {
  font-size: 14px !important;
}
body.page-template-default .quantity {
  width: 165px;
}
body.page-template-default .quantity input[type="number"] {
  -moz-appearance: textfield;
  float: left;
}
body.page-template-default .quantity input[type="number"]::-webkit-outer-spin-button, body.page-template-default .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.page-template-default .quantity input[type="number"].notnull {
  background: #202d4d !important;
}
body.page-template-default .quantity .plus, body.page-template-default .quantity .minus {
  display: none;
}
body.page-template-default .quantity .button {
  display: inline-block;
  position: relative;
  float: left;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #364d83;
  margin: 6px 5px;
  user-select: none;
}
body.page-template-default .quantity .button:hover {
  background: #364d83;
  color: #fff;
}

.woocommerce-info a {
  color: #364d83 !important;
}

table, td, tr, th {
  border-color: #364C83 !important;
}

.woocommerce-MyAccount-navigation {
  display: none !important;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
  float: left !important;
}

.logout p {
  text-align: right;
}

body .woocommerce .woocommerce-MyAccount-content > p {
  display: none;
}
body .woocommerce .woocommerce-MyAccount-content table td, body .woocommerce .woocommerce-MyAccount-content table th {
  padding-left: 20px;
}

td.product-thumbnail, th.product-thumbnail {
  display: none;
}
td.product-remove, th.product-remove {
  width: 5%;
}

table.shop_table.cart th.product-subtotal, table.shop_table.cart th.product-price, table.shop_table.cart td.product-subtotal, table.shop_table.cart td.product-price {
  display: none !important;
}

.cart-collaterals .cart_totals table, .cart-collaterals .cart_totals h2 {
  display: none;
}

body.woocommerce-checkout .woocommerce .col2-set {
  width: 50%;
  float: left;
}
body.woocommerce-checkout .woocommerce .col2-set .col-1 {
  width: 100%;
}
body.woocommerce-checkout .woocommerce .col2-set .col-2 {
  width: 100%;
}
body.woocommerce-checkout .woocommerce #order_review_heading,
body.woocommerce-checkout .woocommerce #order_review {
  width: 40%;
  float: right;
}
body.woocommerce-checkout .woocommerce #order_review .product-total, body.woocommerce-checkout .woocommerce #order_review tfoot {
  display: none;
}
