/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


body.post-type-archive-product #primary .woocommerce-products-header, body.tax-product_cat #primary .woocommerce-products-header {
  display: none;
}

body.archive header.woocommerce-products-header {
  display: none;
}

body.woocommerce.single > main.woocommerce div.product div.woocommerce-tabs > div.panel table tr td {
  padding: 7px 20px;
  text-align: right;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
}

body.woocommerce.single > main.woocommerce div.product table tr th {
  max-width: 150px !important;
  padding: 7px 20px !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.2em !important;
  font-weight: 300 !important;
}

body.woocommerce.single .summary.entry-summary {
  display: none;
}

body.woocommerce > main.woocommerce .up-sells div.shop-products div.results > article.item > div.price .price {
  text-align: center;
  font-size: 24px !important;
  line-height: 1.2em;
  font-weight: 500;
  color: #BD4F3B !important;
}

body.woocommerce > main.woocommerce .second-column .categories a {
  color: #A5A5A5 !important;
}

button#place_order {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  background-color: #04b404;
  font-size: 21px;
  text-transform: uppercase;
  width: 300px;
  margin-top: -80px;
  position: relative;
  border-radius: 0;
  font-weight: normal;
}

/* MY ACCOUNT */

@media (min-width: 768px) {

  body.woocommerce-account .content .woocommerce {
    display: flex;
  }
  body.woocommerce-account .content .woocommerce .woocommerce-MyAccount-navigation {
    width:30% !important;
  }
  body.woocommerce-account .content .woocommerce .woocommerce-MyAccount-content {
    width:70% !important;
  }
}

/* CART */



/* UPSELL */

body.woocommerce-cart .cross-sells .row.results  .item p {
 display: none !important;
 }


body.woocommerce-cart .cross-sells .row.results  .item a {
  display: block !important;
  border-radius: 3px !important;
}