/* =========================================================
   Variabili
   ========================================================= */
:root {

  --dmfe-orange: #e6602b;
  --dmfe-light: #ffffff;
  --dmfe-lightdark: #333333;
  --dmfe-lightgrey: #f0f0f0;
}



.dm_confirm_message h3{
		color:var(--dmfe-orange) !important;
		margin:0;
		margin-bottom:10px !important;
	}
	.dm_confirm_message h4{
		
		margin:0;
		
	}

	/* 
=======================================
MY SUBSCRIPTION
======================================= 
*/

.dmfe_subscription_item_interno {
	margin-bottom:20px;
 
  .inizio {
    color:#333;
     font-weight:500;
  }
  .label{
    font-size:13px;
    font-weight:400;
    text-transform: uppercase;
  }
  .title a {
    font-weight:600;
    color: var(--dmfe-orange);
  }
  .title a:hover {
    text-decoration:underline !important;
  }
  .link a {
  	background-color:var(--dmfe-orange);
  	padding:3px 8px;
  	font-size:12px;
  	color:#fff;
  	border-radius:5px;
  	text-transform:uppercase;
  	display:inline-block;
  }
  .link a:hover,
  .link a:active,
  .link a:focus {
  	color:#fff !important;
  	text-decoration: underline !important;
  
  }
}

div.uimob800 .um-account-side li a span.um-account-icontip i {
	
	color: #fff;
	margin-right:0px !important;
}