.vander_list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.vander_item {
  padding-bottom: 40px;
}
.vander_item_title {
  text-align: center;
  padding-top: 20px;
}
.vander_item_img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.vander_item_img::after {
  padding-top: 144%;
  content: "";
  display: block;
}
.submit_favourite,
.fav-seller {
  display: none !important;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--favourite-seller {
  display: none;
}
button[disabled],
html input[disabled] {
  opacity: 0.5;
}
.preorder_table_footer,
.preorder_table_footer tr,
.preorder_table_footer td {
  /*
  background-color: #f8f8f8;
  */
}
.add_to_preorder_msg .woocommerce-message {
  margin-bottom: 0 !important;
}
.button.product_type_variable.add_to_cart_button {
  display: none !important;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-pre-order
  a::before {
  content: "\e92b";
  font-family: "Webkul Rango";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.cart_subtotal_bottom.color_red {
  color: #ff0000 !important;
}

.cart_subtotal_bottom.color_red::after {
  /*
	content: '不满足最小订单金额';
	*/
  display: inline-block;
  margin-left: 5px;
}

.woocommerce-MyAccount-navigation ul li a::before {
  text-align: center;
  margin-left: 0;
}

.login-username label,
.login-username input,
.login-password label,
.login-password input {
  width: 100%;
  display: block;
}

.wppb-rpf-add:hover {
  background-color: #ff8582 !important;
}

.wppb-user-forms
  input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.wppb-user-forms select,
.wppb-user-forms textarea {
  vertical-align: middle;
}

.data_box_content td,
.data_box_content th {
  border: 1px solid #ccc;
}

.mp-store-product-status-section {
  display: none !important;
}

#mp-order-status-chart {
  position: static !important;
  height: 300px !important;
  width: auto !important;
}

/*
.wc-proceed-to-checkout {
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8000;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
*/

.wc-sc-cart-collaterals {
  min-height: 160px;
}

.form-row.place-order {
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8000;
  padding: 20px;
  background-color: #fff;

  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.shop_table.woocommerce-checkout-review-order-table {
  table-layout: fixed;
}

.pre_order_item.archive {
  opacity: 0.5;
}

.pre_order_status_lab {
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 50%;
  display: inline-block;
  margin-left: 10px;
  line-height: 1.3;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  font-size: 1.5rem;
}

.products {
  /*
  display: flex;
  flex-wrap: wrap;
*/
}
.site-main ul.products.columns-5 li.product {
  margin-right: 0;
  width: 19.5%;
  box-sizing: border-box;
  margin-right: 0.5% !important;
  display: inline-block !important;
}

.site-main ul.products.columns-5 li.product h2 {
  padding-left: 10px;
  padding-right: 10px;
}

.products .product {
  border-radius: 5px;
  overflow: hidden;
}

.creat_new_preorder_row_title {
  border: none !important;
  padding: 0 !important;
  font-size: 1rem !important;
}

.creat_new_preorder_row th,
.creat_new_preorder_row td {
  vertical-align: middle;
}

.added_to_cart,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 5px 15px;
  border: 1px solid #ccc;
}

.lmp_button {
  width: 100%;
}

.order_shipping_box {
  border: 1px #eee solid;
  border-radius: 5px;
}

.product-shipped {
  text-align: right;
}
.preorder_product_check {
  min-width: 1em;
}

.order_shipping_buttons {
  position: fixed;
  bottom: -100%;
  top: auto;
  width: 100%;
  background-color: #eee;
  padding: 10px;
  left: 0;

  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}

.order_shipping_buttons.show {
  bottom: 0;
}
