a.added_to_cart {
	display: none !important;
}
.success-message {
    position: fixed;
	margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1D1D1D;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	color: white;
	font-family: futura-pt;
	font-size: 16px;
    z-index: 9999;
}
.success-message a {
    color: white;
		font-family: futura-pt;
		font-size: 16px;
		text-decoration: underline;
}
.close-icon {
    cursor: pointer;
    margin-left: 15px;
}

/*CSS for custom add to cart buttons*/
.custom-loading-icon {
    display: inline;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 2s linear infinite;
	margin-left: 7px;
	align-self: end;
    order: 2;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.elementor-button-text {
    order: 1;
  }
.elementor-button-wrapper .loading {
	cursor: not-allowed !important;
	background-color: #831E21;
}
.elementor-button-wrapper .loading:hover {
	cursor: not-allowed !important;
	background-color: #831E21;
}