.woocommerce #content div.product .variations .label {
  text-align: center;
}
.woocommerce #content div.product form.cart {
  display: flex;
  justify-content: center;
}
.woo-variation-swatches .variable-items-wrapper {
  display: flex;
  justify-content: center;
}
.woocommerce #content div.product .variations .value {
  text-align: center;
  margin-bottom: -30px;
}
.woocommerce-cart .woocommerce table.shop_table.cart div.quantity .minus {
  display: none;
}
.woocommerce-cart .woocommerce table.shop_table.cart div.quantity .plus {
  display: none;
}
.woocommerce-cart .woocommerce table.shop_table.cart div.quantity {
  display: flex;
  justify-content: center;
}
.woocommerce-cart .woocommerce table.shop_table.cart thead th {
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.product-price {
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal {
  text-align: center;
}
body .grid-container {
  text-align: center;
}
.woocommerce #content div.product .woocommerce-tabs #tab-description {
  text-align: left;
}
#affwp-affiliate-dashboard-tabs {
  display: none;
}
.woocommerce .cross-sells ul.products li.product {
  padding-bottom: 20px;
  border-radius: 15px;
  background-color: #ffffff;
}
.woocommerce .cross-sells ul.products li.product a img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table.cart div.quantity {
    justify-content: right;
  }
  html > .post-type-archive.post-type-archive-product.post-image-below-header.post-image-aligned-center > #site-navigation > div > #primary-menu > #menu-menu-principal > #menu-item-2492 > a {
    margin-left: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 568px) {
  .woocommerce .cross-sells ul.products li.product a.button {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  html > .post-type-archive.post-type-archive-product.post-image-below-header.post-image-aligned-center > #site-navigation > div > #primary-menu > #menu-menu-principal > #menu-item-2492 > a {
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 0px;
    margin-left: 15px;
  }
  .woocommerce .cross-sells ul.products li.product a.button {
    font-size: 10px;
  }
}
.woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: center;
}
