/*
Theme Name:     Flash Child
Text Domain:    flashchild
Template:     flash
WordPress Available:  yes
Requires License:     no
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: #050505;
  font-size: 34px;
  line-height: 38px;
}

h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: #050505;
  font-size: 48px;
  line-height: 56px;
}

h3 {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 34px;
  line-height: 38px;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  color: #050505;
  font-size: 22px;
  line-height: 50px;
}

h5 {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  color: #050505;
  font-size: 24px;
  line-height: 32px;
}

html.modaling {
  overflow: hidden;
}

*, p {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  color: #444446;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin: 0 0 20px;
}

.header-bottom {
  background: #BE1008;
}

#site-navigation ul li a {
  color: #fff;
}

#bottom-footer {
  background-color: #444446;
}
#bottom-footer p {
  text-align: center;
  color: #fff;
  margin: 0;
}

#primary-menu {
  background-color: #BE1008;
}

#content {
  min-height: calc(100vh - 137px);
}

.title_container {
  margin: 30px 0 50px;
  text-transform: uppercase;
}

.wc-tabs, .product_meta {
  display: none;
}

.entry-summary #infos p {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: #050505;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.entry-summary #infos p.stock {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: #050505;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.woocommerce-tabs {
  background-color: #F2F2F2;
  position: relative;
  left: calc((1200px - 100vw) / 2);
  width: 100vw;
  padding: 30px 0;
}
.woocommerce-tabs ul {
  margin: 30px 0;
  columns: 2;
  list-style: none;
}
.woocommerce-tabs ul li {
  padding: 10px 10px 20px 30px;
  position: relative;
}
.woocommerce-tabs ul li:before {
  content: "";
  background-color: #444446;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
}

.woocommerce #content #main div.product div.images {
  width: 37%;
}
.woocommerce #content #main .summary {
  width: 58%;
}

.page-template-login #page {
  border-top: 500px solid #BE1008;
  background-image: url(./images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-login #page .woocommerce h2 {
  margin: 50px 0 0;
  text-align: center;
  font-size: 22px;
}
.page-template-login #page #content {
  margin-top: -450px;
}
.page-template-login #page .wp-block-columns h2 {
  color: #fff;
  margin: 20px 0;
}
.page-template-login #page .wp-block-columns p {
  color: #fff;
  font-size: 29px;
  margin-bottom: 0;
}

.woocommerce ul.products {
  margin-top: 50px;
}
.woocommerce .woocommerce-message, .woocommerce #order_review_heading {
  display: none !important;
}
.woocommerce form.checkout.woocommerce-checkout {
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce form .woocommerce-billing-fields h3 {
  display: none;
}

li.woocommerce-order-overview__total.total, h2.woocommerce-order-details__title, #main.woocommerce-order-details {
  display: none;
}

section.woocommerce-order-details {
  display: none;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status, th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total, th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number, th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
  display: none;
}

li.woocommerce-order-overview__order.order {
  display: none;
}

li.product.type-product {
  text-align: center;
}
li.product.type-product .woocommerce-loop-product__title {
  padding: 0 !important;
  line-height: 25px;
}
li.product.type-product p {
  margin-bottom: 0;
}

i.fa.fa-bars {
  color: #fff;
}

.disclaimer {
  text-align: center;
}
.disclaimer a {
  color: #FC1921;
  font-weight: bold;
}

.t-zero {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

@media (max-width: 980px) {
  #page #site-navigation .menu a {
    color: #050505;
  }
  .page-template-login #page .woocommerce h2 {
    margin: 50px 0 0;
    text-align: center;
    font-size: 22px;
  }
  .page-template-login #page #content {
    margin-top: -450px;
  }
  .page-template-login #page .wp-block-columns {
    background-color: #BE1008;
    padding: 10px;
  }
  .page-template-login #page .wp-block-columns h2 {
    font-size: 38px;
  }
  .page-template-login #page .wp-block-columns p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
  }
  .full-width-center #primary {
    width: 100%;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 25px;
  }
  .woocommerce #content #main div.product div.images {
    width: 100%;
  }
  .woocommerce #content #main .summary {
    width: 100%;
    padding: 10px;
  }
  .woocommerce-tabs {
    position: relative;
    left: auto;
    width: 100%;
    padding: 15px 0;
  }
  .woocommerce-tabs ul {
    columns: 1;
  }
  .full-width #primary .entry-content > .alignwide {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  label {
    line-height: 1;
  }
}

/*# sourceMappingURL=style.css.map */
