/* Main Navigation Image*/
#main-header{
background:url(wp-content/uploads/2024/09/New-Theme-Plain-Black.jpg)
no-repeat center;
background-size: cover;
}

/* Block Header */

.block{
  background: black;
  color: #fff;
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}


/* Footer */

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons { margin-bottom:-28px; } 
}

.footer-widget {
    color: #ffffff;
    text-align: center !important;
}

.bwhide {display:none}

/* Woo Commerce */

.woocommerce .woocommerce-breadcrumb {
    display: none !important;
}

.product_meta {
    display: none !important;
}

.header-yellow {
background-color: #000;
padding: 10px;
color: #fecf40;
}

/* BV Banner */
.bv-age-banner {
background-color: #000 !important;
}

/* Mobile Menu Colour */

@media only screen and (max-width: 980px)  {
	#et-top-navigation span.mobile_menu_bar:before, 
	#et-top-navigation span.mobile_menu_bar:after {
		color: #ffcf00 !important;
	}
}

.et_mobile_menu li a {
color: white !important;
}

/* Footer */

#main-footer .et_pb_widget {
    width: 100%!important;
}

/* Menu */

#top-menu li li a:hover { 
background-color:#fecf40 !important;
color: black !important;
}

#top-menu ul.sub-menu a { color:white !important; }


/* WOO COMMERCE */

.woocommerce-message {
background: #ffd200 !important;
color: black !important;
text-transform: uppercase;
}

.woocommerce-info {
background: #ffd200 !important;
color: black !important;
text-transform: uppercase !important;
}


.woocommerce-checkout #payment {
background: black !important;
border-radius: 5px;
color: white !important;

}


.woocommerce-checkout #payment div.payment_box {

    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 1em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #ffd602;
color: black !important;

}

/*PRODUCT PAGE */

.woocommerce-tabs {
Clear: both;
display: none !important;

}