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

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

.header-nav a {
  font-weight: lighter !important;
}

.section-title b {
  display: none !important;
}

.section-title-center,
.section-title-bold-center {
  justify-content: center !important; 
}

.product_meta {
  display: none;
}

.footer .social-icons {
  margin-bottom: 2rem;
}

.wc-product-selector .wc-selector-list {
  list-style: none;
  text-align: left;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 1rem;
}


.wc-product-selector select,
.wc-product-selector .button{
  margin-bottom: 0 !important;
  min-height: 40px ;
}

.view-product-button {
  width: 100%;
  border: 1px solid;
}
.wc-product-selector [disabled] {
  cursor: not-allowed;
}

.post-home .banner .text-box{
  width: 100% !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .post-home .banner .text-box.y25{
    top:5% !important;
  }
  .wc-product-selector .wc-selector-list li{
    width: 100%;
  }
}
