/* ===================================================================================

* Theme Name: Suxnix Child
* Theme URI: https://www.themegenix.net/wp/suxnix/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Suxnix - Health Supplement WordPress Theme
* Version: 1.6
* Template: suxnix
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
html {
  scroll-behavior: smooth;
}

.menu-area {
  background: #ECECE6;
  padding-bottom: 0px;
  box-shadow: 0px 1px 5px black;
}

.menu-box {
  background: #ECECE6 !important;
}

.offCanvas-wrap {
  background: #ECECE6;	
}

.nav-logo a img {
  width: 90px;
}

.home-page-hero .banner-images {
  margin: 30px 0;
}

.features-text p,
.features-text li,
.features-text h2,
.features-text h4 {
  color: black !important;
}

.disable-video-ripple .ripple-white {
    animation: none !important;      
    -webkit-animation: none !important;
    transition: none !important;      
}

/* FOOTER */

.menu-footer-menu-container a {
	color: white !important;
}

.menu-legal-footer-menu-container a {
	color: white !important;
}

.list-wrap a {
	color: white !important;
}

.list-wrap i {
	color: white !important;
}


/* ABOUT US HERO SECTION */
.about-us-hero-button a {
  position: relative;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
}

.about-us-hero-button a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 200px;
  background-color: #000000;
  z-index: 0;
  transition: height 0.5s ease;
}

.about-us-hero-button a:hover::before {
  height: 100%;
  cursor: pointer;
  border-radius: 0;
}

.about-us-hero-button a span {
  position: relative;
  z-index: 100;
}

/* WOOCOMERCE SHOP PAGE */

.home-shop-content h4 {
	height: 85px;
}


.home-shop-thumb img {
	height: 300px !important;
	width: 300px !important;
}

@media (max-width: 1400px) {

  .home-shop-thumb img {
	height: 254px !important;
	width: 254px !important;
}
}

@media (max-width: 1200px) {

  .home-shop-thumb img {
	height: 289px !important;
	width: 289px !important;
}
}

@media (max-width: 992px) {

  .home-shop-thumb img {
	height: 330px !important;
	width: 330px !important;
}
}

@media (max-width: 768px) {
  .home-shop-thumb img {
	height: auto !important;
	width: auto !important;
}
}

/* WOOCOMERCE CART PAGE */
.suxnix-page-content table, .suxnix-page-content th, .suxnix-page-content td {
    border: 0px solid #ebebeb; 
}

/* WOOCOMERCE MINI CART */

.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item a img {
 max-width: 90px;
}
.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
    display: flex;
    align-items: center;
}


/* CONTACT FORM PAGE */

/* .contact-form-area .container .row {
display: block;
} */

/* CHECKOUT ORDER */

.form-row.place-order .button {
    user-select: none;
    -moz-user-select: none;
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 19px 50px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    }

/* BREADCRUMB */

.breadcrumb-area .video-shape.one{
	opacity:0.2!important;;
	left: -148px!important;;
	bottom: -11%!important;
}

.breadcrumb-area .video-shape.two{
	opacity:0.2!important;;
	right: -134px!important;;
	bottom: -7%!important;
}

/* EXPEDITED SHIPPING CHECKOUT BUTTON */

.expedited-option {
    background-color: #f7f7f7; 
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
}


.expedited-option p {
	margin: 0px;
}

.expedited-option #expedited_shipping_option_field {
    margin-bottom: 0; 
    padding: 0;
}

.expedited-option #expedited_shipping_option_field label {
    font-size: 1.1em;
    font-weight: 700;
    color: #333;
    display: flex; 
    align-items: center; 
    cursor: pointer;
    line-height: 1.4;
}

.expedited-option #expedited_shipping_option_field input[type="checkbox"] {
    width: 22px; 
    height: 22px; 
    margin-right: 15px; 
    flex-shrink: 0; 
}

.expedited-option .optional {
    display: none;
}

/* BLOG IMAGE */
.wp-post-image {
	width: 100% !important;
	max-height: 475px !important;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.wp-post-image {
		max-height: 300px !important;
	}
}
.black-friday-banner{
	width: 100%;
  background: linear-gradient(90deg, #111, #333);
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.black-friday-banner .title strong{
  font-weight: 700;
  color: #ffcc00;
}

.black-friday-banner .coupon strong{
	color: #ffcc00;
}

.bf-banner.bf-yellow {
  width: 100%;
  padding: 16px 0;
  background: linear-gradient(135deg, #ffe45c, #ffdd33, #ffcf00);
  border-bottom: 2px solid #000;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.bf-banner.bf-yellow::before,
.bf-banner.bf-yellow::after {
  content: "✦";
  position: absolute;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.4);
  animation: sparkle 3s infinite ease-in-out;
}
@media (max-width: 650px) {
  .bf-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .bf-left {
	 flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .bf-button {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}
.bf-banner.bf-yellow::before { top: 8px; left: 25px; }
.bf-banner.bf-yellow::after { bottom: 8px; right: 25px; }

.bf-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
  gap: 35px;
}

.bf-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bf-yellow .bf-badge {
  background: #000;
  color: #ffda3e;
  padding: 6px 14px;
  font-weight: 900;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
}

.bf-yellow .bf-main {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  letter-spacing: 1px;
}

.bf-yellow .bf-sub {
  display: block;
  font-size: 14px;
  color: #333;
}
.bf-yellow .bf-sub strong {
  color: #000;
}

.bf-button {
  background: #000;
  color: #ffde45;
  padding: 10px 18px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.2s ease;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  white-space: nowrap;
}

.bf-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 16px rgba(0,0,0,0.6);
  color: #fff;
}

.price-crossed-out {
	text-decoration: line-through;
    color: #999 !important;
}

.discount-price {
	color: #898750;
}

/* Sparkle animation */
@keyframes sparkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

/* 📱 Mobile + Tablet: Stack content vertically */
@media (max-width: 650px) {
  .bf-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .bf-left {
    justify-content: center;
    text-align: center;
	gap:10px;
  }

  .bf-button {
	width:fit-content;
    max-width: 260px;
    text-align: center;
  }
}
.curved-border-bottom{
	position:relative!important;
	top:-60px!important;
}
@media(max-width:1160px){
	.border-bottom-overlay{
		top:16px!important;
	}
}
@media(max-width:1120px){
	.border-bottom-overlay{
		top:12px!important;
	}
}
@media(max-width:1080px){
	.border-bottom-overlay{
		top:5px!important;
	}
}
@media(max-width:900px){
	.border-bottom-overlay{
		top:10px!important;
	}
}
@media(max-width:850px){
	.border-bottom-overlay{
		top:18px!important;
	}
}
@media(max-width:800px){
	.border-bottom-overlay{
		top:25px!important;
	}
}
@media(max-width:767px){
	.curved-border-bottom{
		display:none;
	}
}