	
	.woocommerce-info a{
		color: white!important;	
	}
	
	.elementor-login.elementor-login__logged-in-message{
		color: white!important;
	}
	
			/* MINI CART  */
	
	.menu-item-mini-cart {
    position: relative;
}

.mini-cart-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #ddd;
    width: 300px;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.menu-item-mini-cart:hover .mini-cart-dropdown {
    display: block;
}

.mini-cart-count {
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    vertical-align: top;
    margin-left: 4px;
}

			/* END MINI CART  */	
	

	

	
	
.related.products{
		display: none!important;
	}
	
nav.woocommerce-breadcrumb{
	display: none;
}
.my-product-outer{
	padding:2vw;
	background-color: #F5F5F5;
}

.my-product{
	border: 3px double #006938;
	background-color: white;
	border-radius: 3px;
	display: flex;
	padding: 1vw;
}

.my-product .product{
	display: flex;
	width: 100%;
	margin:0;
	padding:0;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
	@media screen and (max-width: 568px) {
.my-product .product{
	display: flex;
	width: 100%;
	flex-direction: column!important;
	align-items: center;
	justify-content: center;
}		
	}

.woocommerce-product-gal{
	display: block;
	width: 40%;
	margin:0;
	padding:0;
}

.woocommerce-product-gallery{
	width: 100%!important;
	display:flex;
	align-items: center;
	justify-content: center;	
}

.woocommerce-product-gallery .images{
	width: 100%!important;
	display:flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-product-gallery__wrapper{
	width: auto;
	max-width: 80%;
	margin: 0 auto;
}
.summary.entry-summary{
		width: 50%!important;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.my-product .product_title.entry-title{
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 1vh;
}

p.price{
	color: #006938!important;
	font-size: 1rem;
	margin-bottom: 1vh;
}

.woocommerce-product-details__short-description{
	font-size: 1rem;
	line-height: 1.3em;
	margin-bottom: 2vh;
}

.quantity{
	width: 4rem;
	margin:0!important;
}

.input-text.qty.text{
    width: 100%;
    margin:0;
    font-size: 1rem;
    line-height: 1.1em;
    padding: .5em;    
    border-radius: 3px 0 0 3px;
    border: 1px solid;
}

.input-text.qty.text:focus{
  outline: none; 
  box-shadow: none;
}

.summary.entry-summary button.button.alt{
    width: auto;
    text-align: center;
    background-color: #006938!important;
    border: 1px solid #006938;
    color: white;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight:900!important;
    font-size: 1rem;
    line-height: 1.1em;
    padding: .5em 2em;
    margin: 0!important;
    border-radius: 0 3px 3px 0;
    transition: .3s;
}
	
	button.button.alt{
		   width: auto;
    text-align: center;
    background-color: #006938!important;
    border: 1px solid #006938;
    color: white;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight:900!important;
    font-size: 1rem;
    line-height: 1.1em;
    padding: .5em .5em;
    margin: 0!important;
    border-radius: 0 3px 3px 0;
    transition: .3s;
		
	} 

 button.button.alt:hover{
     cursor: pointer;
     background-color: #00924E; 
 }

.posted_in{
	display: none
}
	
	

	