/* News letter */
.newsletter {
    height: 100%;
    width: 100%;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    padding: 10px;
	padding-bottom: 25px !important;

}

#top-bar{
    display: none !important;
    
}

.newsletter-message {
    font-weight: bold;
}


.newsletter h1 {
    color: white;
    margin: 4px;
}

.newsletter h5 {
    color: white;
	size:2px;
}
.newsletter a{
	text-decoration: underline;
}
.newsletter form{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 3px;
}

.newsletter-form input{
      border:1px solid white !important;
      color: white !important;
      
}

.newsletter button{
    background-color:rgb(79, 147, 75) !important;
    border-radius: 3px !important;
    border-color: rgb(79, 147, 75) !important;
}
.subscribeButton:disabled {
  background-color: #ccc;      
  color: #666;                 
  cursor: not-allowed;         
  opacity: 0.7;
}

.error {
    background-color: rgba(255, 199, 65, .95);
    color: rgba(0, 0, 0, .7);
    border: 1px solid #ff9800;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
	justify-content:center;
	align-items:center;
	margin-left: 3px !important;

}

.success {
    background-color: green;
    color: white;
    border: 1px solid #218838;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
	justify-content:center;
	align-items:center;
	margin-left: 3px !important;
}

.material-icons{
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 2px;
	margin-bottom: 4px;
	
}
@media (min-width: 1020px) {
.newsletter{
    height: 100%;
    width: 100%;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
  
}

/* Cart totals -  Title case to simple case*/
.woocommerce-shipping-totals td p{
     text-transform: none !important;
}

/* Footer title widget custom styling*/
#footer-widgets .footer-box .widget-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    border-color: #5197e7 !important;
    color: #fff !important;
}