/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.breadcrumb {
  padding: 15px 0;
  margin-bottom: 20px;
}
.summary .product_title {
  text-transform: capitalize;
  /*font-size: 3rem;*/
}
.same-category-products {
  margin-bottom: 10px;
}
div.woo_sc_price_btn_popup {
  margin: 0px;
}
.woocommerce div.product form.cart .variations td.value {
  display: flex;
  align-items: center;
}
.summary form.variations_form table.variations {
  margin-bottom: 0px !important;
}
.form-group.ppom-input-name_and_number_on_jersey {
  display: flex;
  gap: 10px;
  align-items: center;
}
.summary .product_meta {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.summary .product_meta > span.sku_wrapper,
.summary .product_meta > span.posted_in {
  display: none;
}
.live-viewer-count {
  display: inline-block;
  background-color: #f8f9fa;
  font-size: 13px;
  padding: 10px 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  color: black;
}
.live-viewer-count span {
  color: red;
  font-weight: 500;
  font-size: 14px;
}

.same-category-products ul.similar-products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  padding-left: 0px;
}

.same-category-products ul.similar-products li.product {
  width: 100%;
  list-style: none;
  margin-left: 0;
}

.same-category-products ul.similar-products li.product a {
  display: block;
  background-color: #cccccc5c;
}

.same-category-products ul.similar-products li.product img {
  width: 100%; /* Make sure the image fills the container */
  height: auto;
}

.same-category-products {
  margin-top: 20px;
  margin-bottom: 20px;
}
.retro-coupon-message {
  background-color: #fffbcc;
  padding: 15px;
  border: 1px solid #f0d678;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.product-blogs .row {
  justify-content: center;
  align-items: center;
}
.product-blogs .row {
  margin-bottom: 60px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 50px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .same-category-products ul.similar-products {
    grid-template-columns: repeat(5, 1fr);
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 20px;
  }
  .product-blogs .row {
    margin-bottom: 20px;
  }
  .product-blogs h3 {
    margin-top: 15px;
  }
  /* Single Product page */
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 15px !important;
  }
  .woocommerce div.product .product_title {
    font-size: 20px;
  }
  .retro-coupon-message {
    margin-bottom: 15px;
    font-size: 11px;
  }
  div.woo_sc_price_btn_popup {
    font-family: inherit;
    font-size: 14px;
    height: auto;
    line-height: 28px;
  }
  .summary .woocommerce-variation-add-to-cart {
    margin-top: 5px;
  }
  .form-group.ppom-input-name_and_number_on_jersey {
    display: unset;
  }
  .dispatch-alert {
    font-size: 1rem;
    color: #212529;
  }
  h1.product_title.entry-title {
    line-height: 26px;
  }
  h6.estimated-delivery {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .ppom-rendering-fields,
  .ppom-field-wrapper.ppom-c-show {
    padding-left: 0px !important;
  }
  .summary .product_meta {
    padding-top: 0px;
    margin-top: 10px;
  }
  h3.product-blog {
    font-size: 18px;
  }
}