/* Shop Header Image */

.page-title-section {
    background-image: url(/wp-content/uploads/2020/04/collection-pictures.jpg);
}


/* === WOOCOMMERCE SHOP STYLES (CLEANED & OPTIMIZED) === */

/* === FILTERS === */
button.bapf_button.bapf_reset {
  margin-top: 50px;
}

.bapf_ckbox .bapf_body ul > li {
  display: inline-flex;
  margin: 7px !important;
  padding: 10px 10px 6px 10px !important;
  width: 97px;
  border-radius: 4px;
  border: 1px solid grey;
  justify-content: center;
}

.bapf_radio_chck ul li input[type=checkbox]:checked:after {
  border-bottom: 4px solid #f1d824 !important;
  border-right: 4px solid #f1d824 !important;
}

/* === SHOP ARCHIVE PAGE === */
#primary > ul > .product_cat-wheel > a.woocommerce-LoopProduct-link > img {
  width: 200px !important;
  padding-top: 28px;
}

embed, img, object {
  display: inline !important;
  vertical-align: middle;
}

#primary > h1 {
  display: none;
}

form.cart {
  display: flex;
  width: 250px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}

button.single_add_to_cart_button.button.alt {
  margin-top: 0.1px !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 75px;
}

ul.product-categories {
  list-style: none !important;
}

.woocommerce ul.products li.product .price {
  color: #77a464 !important;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: .857em !important;
}

.woocommerce div#main {
  width: 90%;
}

body.woocommerce.archive #secondary {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 20px;
  right: -32px !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 1em;
  top: -20px;
  font-size: 15px;
}

/* === SINGLE PRODUCT PAGE === */
.single-product .summary.entry-summary {
  text-align: center !important;
}

.single-product div.product-name-shop > p {
  font-size: 30px;
  font-weight: 800;
  color: #494949;
}

.single-product .stock-shop {
  margin-bottom: 30px;
  color: green;
  font-weight: 800;
}

.single-product button.minus.qib-button {
  border-radius: 3px 0 0 3px !important;
}

.single-product button.plus.qib-button {
  border-radius: 0 3px 3px 0 !important;
}

.single-product button.single_add_to_cart_button.button.alt {
  border-radius: 3px !important;
}

.single-product form.cart {
  margin-top: 70px;
}

.wp-post-image {
  max-width: 600px !important;
  max-height: 600px !important;
}

/* === TABS === */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-flex;
  width: 30.3%;
  margin: 1px !important;
  text-align: center;
  font-size: 1em;
  justify-content: center;
  border: 1px solid #ffe205;
  background-color: #ffe205 !important;
  color: black !important;
  height: 50px;
  line-height: 32px !important;
  transition: background-color 0.4s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background-color: #6950f3 !important;
  cursor: pointer;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: white !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: black;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: black;
}

/* === REVIEWS & PANELS === */
.woocommerce-Tabs-panel #judgeme_product_reviews {
  display: block;
}

div#judgeme_product_reviews {
  display: none;
}

/* === MOBILE SHOP === */
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100% !important;
  }

  #primary > div.bapf_sfilter {
    padding-top: 66px !important;
    margin-bottom: -50px;
    margin-left: -24px !important;
  }

  .bapf_head h3 {
    margin-bottom: 4px;
    margin-top: -26px !important;
    font-size: 32px;
  }

  .bapf_ckbox .bapf_body ul > li {
    width: 28% !important;
  }

  body.woocommerce.archive #secondary {
    width: 100% !important;
    order: 1;
    margin-left: -14px;
  }

  .woocommerce .woocommerce-result-count {
    margin-top: 75px !important;
    float: right;
  }
}

/* === SHOP MOBILE (EXTRA) === */
@media (max-width: 767px) {
  .jdgm-prev-badge__text {
    display: none;
  }

  a.wpmenucart-contents {
    padding-left: 1px;
    color: #fae025 !important;
  }

  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    left: 13px !important;
    width: 93% !important;
    padding-top: 12px !important;
    font-size: 17px;
  }

  .add_to_cart_button:not(#qib_id):not(#qib_id):not(_) {
    margin-bottom: 21px;
  }

  .woocommerce ul.products li.product {
    height: 625px !important;
  }

  .woocommerce div.product form.cart {
    margin-left: 17px !important;
  }

  .woocommerce div.product div.images img {
    padding-top: 75px !important;
  }

  .woocommerce ul.products[class*=columns-] li.product {
    width: 49.4% !important;
    float: left;
    clear: both;
    padding-bottom: 47px;
  }
}

/* === GENERAL WOOCOMMERCE === */
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  color: black;
  font-size: 14px;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 9em !important;
  padding: 5px;
}

.woocommerce .quantity .qty {
  height: 51px !important;
}

bdi {
  font-size: 39px !important;
}

span.price bdi {
  font-size: 24px !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-top: 20px;
}

.woocommerce ul.products.columns-3 li.product {
  width: 30.75%;
  min-height: 560px !important;
  margin-left: 20px;
}

/* === CATEGORY FILTER HIDE === */
#woocommerce_product_categories-4 > ul > li.cat-item.cat-item-110,
#woocommerce_product_categories-4 > ul > li.cat-item.cat-item-102,
#woocommerce_product_categories-4 > ul > li.cat-item.cat-item-111,
#woocommerce_product_categories-4 > ul > li.cat-item.cat-item-109 {
  display: none;
}

/* === MISC CLEANUP === */
.qib-button:not(#qib_id):not(#qib_id) {
  display: none !important;
}

.quantity.buttons_added {
  margin-top: 6px !important;
  margin-right: 3px !important;
  border: 0.5px solid #e2e2e2 !important;
  border-radius: 3px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  background-color: #a7e0a7 !important;
}

/* === SHORT DESCRIPTION === */
.woocommerce-product-details__short-description {
  max-height: 300px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
  padding-top: 16px;
  overflow: auto;
  min-height: 210px;
}

/* === PRICE FILTER / BOUGHTO === */
#woocommerce_price_filter-2 {
  padding-bottom: 50px;
  padding-top: 6px !important;
  border-bottom: 1px solid #d8d8d8;
}
