/*
Theme Name: Botiga Child
Theme URI: https://athemes.com/theme/botiga/
Template: botiga
Author: aThemes
Author URI: https://athemes.com
Description: Launch your store with Botiga. A beautiful theme that is optimized for both the block editor and Elementor. We proudly introduce Botiga, with a modern and clean design that will effortlessly match your brand. Botiga has been developed from the ground up with clean code for optimal performance. You’ll get a mobile-optimized theme that looks and works great on any device and comes with plenty of customization options as well. Discover the theme that will transform your online business.
Tags: e-commerce,custom-menu,custom-logo,grid-layout,featured-images,right-sidebar,left-sidebar,custom-colors,editor-style,theme-options,threaded-comments,translation-ready,blog,one-column,two-columns,rtl-language-support,custom-background,custom-header,footer-widgets,post-formats,wide-blocks
Version: 2.2.15.1738663514
Updated: 2025-02-04 10:05:14

*/
.bhfb-footer .bhfb-row-wrapper{background:transparent;}
.mobile{display:none !important;}
@media screen and (min-width:1px) and (max-width:768px){
.mobile{display:block;}

}
#cv_code{min-width:100%;display:block;}

/* Main Container */
.the5xlnutrition-container {
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* Left Section */
.the5xlnutrition-left {
  flex: 1;
  padding: 30px;
  background-color: #000;
}

.the5xlnutrition-header {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.the5xlnutrition-logo img {
  height: 70px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.the5xlnutrition-powered {
  font-size: 10px;
  color: #ccc;
  margin-bottom: 20px;
  justify-content: center;
}

.the5xlnutrition-powered span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.the5xlnutrition-livetag {
  display: flex;
  color: #fff !important;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 50px;
  margin-top: 0px;
  font-weight: 700;
}

.the5xlnutrition-features {
  gap: 20px;
}

/* default: hidden on mobile */
.the5xlnutrition-features {
  display: none !important;
}

/* show on tablet and up */
@media (min-width: 769px) {
  .the5xlnutrition-features {
    display: flex !important;
    gap: 20px;
    align-items: center;
  }
}

.the5xlnutrition-features p {
  margin-bottom: 5px;
}

.the5xlnutrition-feature {
  flex: 1;
  border: 1px solid #e5d200;
  color: #fff;
  border-radius: 10px;
  height: 150px;
  max-height: 200px;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.the5xlnutrition-feature h1 {
  font-size: 20px;
  color: #fff;
  display: inline !important;
  margin-bottom: 10px;
}

.the5xlnutrition-feature h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0;
  color: #fff;
}

.the5xlnutrition-feature p {
  font-size: 10px;
}

/* Right Section */
.the5xlnutrition-right {
  background: white;
  color: black;
  padding: 15px;
  display: flex;
  height: 90%;
  width: 40%;
  margin: 20px 20px 20px 0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
}

.the5xlnutrition-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.the5xlnutrition-login-form {
  margin-bottom: 15px;
}

/* Register section */
.the5xlnutrition-register {
  font-size: 14px;
  text-align: center;
}

.the5xlnutrition-register a {
  color: #0073e6;
  text-decoration: none;
}

input.woocommerce-Input.woocommerce-Input--text.input-text.sa_mobileno.phone-valid {
  border-radius: 10px;
  margin-bottom: 20px;
}

.merchant-login-popup-content {
  padding: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.smsalert_otp_btn_submit {
  width: 100%;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: #fff;
}

a.merchant-login-popup-close.merchant-login-popup-toggle {
  display: none;
}

/* 📱 Mobile (<768px) */
@media (max-width: 767px) {
  .the5xlnutrition-container {
    flex-direction: column;
    padding: 10px;
  }

  .the5xlnutrition-left {
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .the5xlnutrition-right {
    width: 100%;
    margin: 10px 0;
  }

  .the5xlnutrition-header {
    padding: 10px;
  }

  .the5xlnutrition-livetag {
    font-size: 20px;
    margin-bottom: 20px;
  }

  /* features as slider */
  .the5xlnutrition-features {
    display: flex !important;
    overflow-x: auto;
    gap: 10px;
  }

  .the5xlnutrition-feature {
    min-width: 0px;
    flex-shrink: 0;
    scroll-snap-align: center;
    max-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .the5xlnutrition-feature p {
    display: none;
  }

  .the5xlnutrition-feature h1 {
    margin-top: 0px;
  }

  .the5xlnutrition-feature h4 {
    font-size: 12px;
  }

  .merchant-login-popup-body.merchant-show {
    margin-left: 20px;
    margin-right: 20px;
  }

  .the5xlnutrition-title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .u-column1.col-1 h2 {
    display: none;
  }

  .the5xlnutrition-livetag-mobile {
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .the5xlnutrition-livetag {
    display: none !important;
  }
}

/* 💻 Tablet (768px – 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .the5xlnutrition-container {
    flex-direction: row;
  }
  .the5xlnutrition-livetag-mobile {
    display: none;
  }

  .the5xlnutrition-features {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .the5xlnutrition-feature {
    flex: 1;
    min-width: 80px;
    max-height: 110px;
    max-width: 150px;
    padding: 10px;
  }

  .the5xlnutrition-feature h4 {
    font-size: 10px;
  }

  .the5xlnutrition-feature p {
    font-size: 8px;
  }

  .merchant-login-popup-body.merchant-show {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* 🖥 Desktop (≥1024px) */
@media (min-width: 1024px) {
  .the5xlnutrition-container {
    flex-direction: row;
  }

  .the5xlnutrition-livetag-mobile {
    display: none;
  }

  .the5xlnutrition-features {
    display: flex !important;
    gap: 20px;
  }

  .the5xlnutrition-feature {
    flex: 1;
  }
}
