#primary {
  background-color: #f7f8fa;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 40px;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 49%;
}
.woocommerce-breadcrumb,
.tabs.wc-tabs,
#tab-description > h2 {
  display: none;
}

.product_title.entry-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 26px;
  color: #ec7834;
}
.divided-product {
  height: 1px;
  width: 80px;
  background: #b59b6e;
  content: "";
}

@media (min-width: 1200px) {
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1300px !important;
  }
}

@media (min-width: 575px) and (max-width: 1199px) {
  body:not([class*="elementor-page-"]) .site-main {
    padding: 20px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

.block-content.block-product {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-content.block-product2 {
  color: #000;
}

div.summary.entry-summary > p > span > bdi {
  font-family: "Titillium Web";
  font-size: 32px !important;
  font-weight: 600;
  color: #333 !important;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}

div.summary.entry-summary > form > button {
  border-radius: 3px !important;
  border: 2px solid #eb9c4d !important;
  width: 180px;
  height: 42px;
  background: #eb9c4d !important;
}
div.summary.entry-summary > form > button:hover {
  color: #eb9c4d !important;
  background: #fff !important;
}

#tab-description,
#tab-description > p:nth-child(5) {
  margin-bottom: 0 !important;
}
