/* GLOBAL STYLES */
a, a:active, a:hover, .woocommerce div.product p.price, .maroon {
  color: #6f0005;
}

input[type=submit] {
  border: 0;
  background-color: #6f0005;
  color: #fff;
  text-transform: uppercase;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

header.site-header, footer.site-footer {
  min-height: 96px;
  height: auto;
}

header.site-header a, header.site-header a:hover, header.site-header a:active,
footer.site-footer a, footer.site-footer a:hover, footer.site-footer a:active {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

header.site-header a, header.site-header a:hover, header.site-header a:active {
  font-weight: bold;
  display: inline-block;
}

footer.site-footer a, footer.site-footer a:hover,
footer.site-footer a:active, footer.site-footer h5 {
  font-size: 0.9em;
}

footer.site-footer a, footer.site-footer h5 {
  color: #fff;
}

.footer-content {
  margin-top: 25px !important;
}

.header-row {
  padding-top: 10px;
}

.blog-header, footer.site-footer {
  background: url(/wp-content/themes/gen-bbq/images/header.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.custom-logo {
  width: 230px;
  height: 75px;
}

main#primary {
  min-height: 500px;
}

#free-shipping-popup {
  width: 800px;
  margin: 0 auto;
}

#gen-search-container {
  position: fixed;
  top: 0;
  bottom: 50%;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  padding: 4em;
  opacity: 0.9;
  display: none;
}

    #gen-search-container h1 {
      font-size: 3em;
      color: #6f0005;
    }

    #gen-search-container input.search-field {
      border: 0;
      outline: none;
      border-bottom: solid #ccc 1px;
      font-size: 3em;
    }

    #gen-search-container input.search-field:focus {
      outline: none;
    }

    #gen-search-container input[type=submit] {
      padding: 0.8em 2em;
    }

a#gen-search-close {
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 3em;
  color: #ccc;
  font-weight: 100;
}

    a#gen-search-close:active, a#gen-search-close:hover {
      text-decoration: none;
    }

.search .site-main {
  padding: 5em;
}

    .search h1.page-title {
      text-decoration: underline;
      margin-bottom: 1em;
    }

    .search article {
      margin-bottom: 3em;
    }

.heading-divider {
  margin-bottom: 5rem;
  border: solid #6f0005 2px;
  width: 100px;
}

.gen-rounded, .gen-rounded img {
  border-radius: 25px;
}

div#items-cart {
  position: absolute;
  background-color: #6f0005;
  border-radius: 12px;
  padding: 1em 2em;
  top: -20px;
  right: 5em;
  cursor: pointer;
}

    div#items-cart span.cart-items-count {
      background-color: #fff;
      border-radius: 50%;
      display: inline-block;
      font-size: 0.7em;
      width: 15px;
      height: 15px;
    }

    div#items-cart span.amount {
      color: #fff;
      font-size: 0.9em;
      position: relative;
      top: 4px;
    }

    div.cart-bg {
      position: absolute;
      width: 20px;
      height: 20px;
      background: url(/wp-content/themes/gen-bbq/images/cart_bg.png);
      background-size: cover;
      top: 25px;
      left: 25px;
    }

.woocommerce-notices-wrapper {
  margin-top: 2em;
}

.woocommerce-message, .woocommerce-error {
  border-top-color: #6f0005;
}

.woocommerce-message::before, .woocommerce-error::before {
  color: #6f0005;
}

#menu {
  display: block;
  height: 100px;
}

/* Category and Product Pages */
.woocommerce-page .site, .search .site, .page .site, .error404 .site {
  background: url(/wp-content/themes/gen-bbq/images/background.jpg) center 100% repeat;
}

.category-image {
  height: 425px;
}

.woocommerce ul.products li.product a img.attachment-cooked {
  display: none;
}

.woocommerce-page .product, .related, .page .entry-content, .archive ul.products {
  padding: 5em 0 5em 0;
}

.woocommerce-cart .entry-content {
  padding-bottom: 8em;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  cursor: zoom-in;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product h2 {
  color: #000;
  padding: .5em 0 0 0 !important;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce ul.products li.product h3 {
  color: #000;
  padding: .5em 0 0 0 !important;
  font-weight: 300;
}

.related {
  clear: both;
}

.woocommerce .quantity .qty {
  width: 2em;
  border: solid #ddd 1px;
  padding: 0;
}

input.qty::-webkit-inner-spin-button,
input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
  display: inline-block;
}

.woocommerce div.product form.cart .button, .select-button {
  float: none;
  vertical-align: baseline;
  border-radius: 0;
  background-color: #6f0005;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.68em;
  position: relative;
  top: -2px;
  padding: 8px;
}

div.single-product {
  display: inline-block;
}

button.plus, button.minus {
  background-color: #6f0005;
  color: #fff;
  border: 0;
  padding: 0 0.5em;
}

    button.minus {
      position: relative;
      left: 5px;
    }

    button.plus {
      position: relative;
      left: -6px;
    }

/* Readjust width of single product images and summary */
.single-product .summary h5 {
  font-size: 1em;
  font-weight: 400;
}

.woocommerce-page div.product div.images {
  width: 55%;
}

.woocommerce-page div.product div.summary {
  width: 41%
}

.woocommerce-product-gallery .flex-viewport {
  float: left;
  width: 75%;
}

.woocommerce div.product div.images .flex-control-thumbs {
  width: 100px;
  display: inline-block;
  margin-left: 1.5em;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  margin-bottom: 0.75em;
}

.woocommerce div.product div.has-gallery .woocommerce-product-gallery__trigger {
  right: 165px;
}

.woocommerce table.shop_table, .form-rounded {
  border: 0;
  padding: 2em;
  border-radius: 25px;
  box-shadow: 10px 10px 25px #888;
  background-color: #fff;
}

.woocommerce-cart table.shop_table {
  padding: 2em 2em 0 2em;
}

.woocommerce-cart table.cart img, input#coupon_code, th.product-thumbnail, td.product-thumbnail {
  width: 150px;
}

.woocommerce a.button {
  font-weight: normal;
  text-transform: uppercase;
}

.woocommerce a.remove, .woocommerce a.remove:hover {
  color: #6f0005 !important;
  text-decoration: none;
  font-size: 1em;
  background-color: transparent;
}

.woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active,
.home a.button.alt, .home a.button.alt:hover, .home a.button.alt:active,
.page a.button.alt, .page a.button.alt:hover, .page a.button.alt:active {
  background-color: #6f0005;
  color: #fff;
  text-decoration: none;
  font-size: 80%;
  line-height: 1;
  padding: .618em 1em;
  border-radius: 3px;
}

.checkout-links {
  margin-right: 65px;
  position: relative;
  top: 4em;
}

.mini-divider {
  width: 30%;
  position: relative;
  border: solid #6f0005 1px;
}

    .divider-left {
      top: 35px;
      left: -170px;
    }

    .divider-right {
      top: -35px;
      left: 170px;
    }

.mini-cart-table {
  width: 88%;
  margin: 2em;
}

  .mini-cart-table img {
    width: 150px;
    height: 125px !important;
  }

  .mini-cart-table tr td {
    padding: 0.5em;
    font-size: 0.8em;
  }

.wooco-item-child .product-thumbnail, .woosb-item-child .product-thumbnail,
.wooco-item-child .col-md-4, .woosb-item-child .col-md-4 {
  text-align: right;
}

  .woocommerce-cart table.cart .wooco-item-child .product-thumbnail img,
  .woocommerce-cart table.cart .woosb-item-child .product-thumbnail img,
  table.woocommerce-checkout-review-order-table .wooco-item-child img,
  table.woocommerce-checkout-review-order-table .woosb-item-child img {
    width: 50px;
    border-radius: 15px;
  }

.mfp-content .product {
  padding: 0;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
  padding-right: 0 !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette {
  margin-bottom: 5rem;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.title-border {
  border: solid #000 3px;
  margin-bottom: 1em;
  padding: 1em;
}

  .featurette a, .featurette a:hover, .featurette a:focus {
    color: #000;
    text-decoration: none;
  }

  .title-border h1 {
    text-transform: uppercase;
    border-bottom: solid #ccc 1px;
  }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  .category-image {
    background-size: auto !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .title-border h1 {
    font-size: 2rem;
  }

  .title-border h3 {
    font-size: 1.2rem;
  }

  .woocommerce ul.products li.product {
    clear: none !important;
    margin-right: 0.5em !important;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary,
  .woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    clear: both;
  }

  .woocommerce div.product div.has-gallery .woocommerce-product-gallery__trigger {
    right: 1em !important;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    margin-left: 0;
    padding-top: 1em;
    width: 200px;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0.2em;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff;
  }

  .woocommerce-cart a.remove, .mini-cart-table a.remove {
    position: relative;
    top: 15px;
  }

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    border-top: 0;
  }

  .checkout-links {
    margin-right: 0;
    top: 8em;
    text-align: center;
  }

  .checkout-links a {
    margin-bottom: 1em !important;
  }

  div#items-cart {
    right: 0;
  }

  #free-shipping-popup {
    width: 480px;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }

  header.site-header, footer.site-footer {
    min-height: 140px;
  }

  div#items-cart {
    top: 130px;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 45px;
  }

  #menu {
    height: 144px;
  }

  div.cart-bg {
    top: 10px;
  }

  div#items-cart span.cart-items-count {
    position: relative;
    top: -15px;
  }

  div#items-cart span.amount {
    top: -10px;
  }

  .mini-divider {
    width: 20%;
  }

  .divider-left {
    left: -140px;
  }

  .divider-right {
    left: 140px;
  }

  .you-choose {
    margin: 1em;
  }

  #free-shipping-popup {
    width: 320px;
  }
}
