a:visited {
color: #f3f3f3;
} 


body {
	--em-color-forms-borders: #313131;
}


.woocommerce-form__label-for-checkbox span:not(.required):after {
    content: "";
    position: absolute;
    left: 0;
    top: .15rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #aaa;
}

/* Below are changes by Joe, above is DEX*/


/* Sets main container to fill! */
.container.content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


/* Changes shipping option dropdown background color*/
.emoza-sc-shipping-address {
    background-color: #313131; 
    color: #ffffff; 
}


/* Changes payment option dropdown background color */
.emoza-sc-payment-methods li .payment_box {
	background-color: #313131;
}
	

/* Removes paypal image on checkout */
.woocommerce-checkout .payment_method_paypal img {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}


/* Account settings "empty state" background and text */
.woocommerce-info {
  background-color: #313131;
  color: #606060;           
	border-radius: 8px;
	display: flex;
  justify-content: space-between;
  align-items: center;
}


/* Account settings active state */
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #313131;
	border: 1px solid #FFFFFF!important;
	border-radius: 4px
}


/* Account settings hover state */
.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #313131;
	border-radius: 4px
}


/* Account settings stroke and background */
.woocommerce-MyAccount-navigation {
  background-color: #232323; 
  padding: 8px;            
  border-radius: 8px;  
	  border: 1px solid #232323;
}


/* Adjust spacing in account setting empty state */
.woocommerce-MyAccount-content > * {
  margin-bottom: 24px; /* Adjust spacing as needed */
}


/* Changes the color of logout button to red */
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #ff6347 !important;
}


/* Footer button styling */
footer a {
  padding: 10px 16px !important;
  border: 1px solid #313131;
  border-radius: 4px;
  color: #ffffff;
  background-color: #131313;
	margin-bottom: 16px;
}


/* Mobile nav bar text size */
@media (max-width: 800px) {

a.emoza-dropdown-link {

font-size: 20px !important;
font-weight: bold !important;
}
	
	
	
	
	
	
	
	







	

