
.btn-helper-text {
	font-size: 14px;
	color: #7c7b7b;
	font-style: italic;
}
.btn-helper-text a {
	color: inherit;
}
.btn,
.cs-shortcode-deal-box .cs-button {
	font-size: 18px;
	color: #ffffff;
	background: #c80d0d;
	border-radius: 6px;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 6px;
	box-shadow: 0px 10px 20px 0px rgba(180, 180, 180, 0.7);
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
	line-height: 1.3em;
	padding: 15px 30px;
	font-weight:  bold;
	text-align: center;
}
.btn {
	min-width: 250px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    border: 0;
}

.cs-shortcode-deal-box .cs-button + .logo_after_btn {
	margin-left: 20px;
}

.btn-has-icon .icon {
	font-size: 1.5em;
    margin-left: 0.3em;
}

.btn:hover, .btn:active, .btn:focus,
.cs-shortcode-deal-box .cs-button:hover, .cs-shortcode-deal-box .cs-button:active, .cs-shortcode-deal-box .cs-button:focus{
	background: #b40b0b;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.4);
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: none;
}

.btn.outline {
	border-radius: 0;
    border: 2px solid currentColor;
    color: #1168CC;
    padding: 0 20px;
    background-color: transparent;
    transition: all .1s ease;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 25px;
    width: auto;
    min-width: auto;
    line-height: 2.2;
	box-shadow: none;
}

.btn.outline .icon {
    margin-left: 10px;
    width: 0.8em;
    height: 0.8em;
    margin-right: -10px;
}


.btn.blue {
	background-color: #1168CA;
}

.btn.white {
	background-color: white;
	color: var( --link-color );
	box-shadow: none;
}





