/*
Theme Name: Indatos
Description: custom Design
Author: Indatos
Author URI: indatos.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-logo-link{
	
	max-width: 120px !important; 
}

.custom_checkout_button{
	background: var(--awb-custom_color_1);
	border-radius:10px; 
	padding:20px;
	color:#fff !important;
	display:block;
	width:100%; 
	cursor:pointer;
	border:none !important;
	font-weight:500;
}

.products_license_option{
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
}

.products_license_option input[type=radio] {
	border: 2px solid var(--awb-custom_color_1);;
	height:20px;
	width:20px;
	appearance:none ;
	border-radius:100%;
	margin-right:8px; 
	background:#fff;
	margin-top:0;
}
.products_license_option strike{
	margin: 0 5px;
	color:#888;
	
	
}
.products_license_option li{
	margin-top:5px; margin-bottom:5px;
}

.products_license_option li label span{
	display: flex
;
    align-items: center;
}
.products_license_option li label{
	display: flex
;
	justify-content: space-between;
    align-content: center;
    align-items: center;
    line-height: 2rem;
}
.products_license_option  input[type=radio]:checked {
    border: 6px solid var(--awb-custom_color_1);;
}

.hero-kicker {
	align-self: flex-start;
    font-size: 13px;
    font-weight: 500;
    color: #F9FAFB;
    background: rgba(249, 250, 251, 0.06);
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 16px;
}


#footer_custom_articles ul {
	margin:0;
	padding:0;
	font-size:14px;
	list-style:none;
}


#footer_custom_articles li {
	margin-bottom:8px;
	
}


