@font-face {
  font-family: 'FontAwesome';
  src: url('../ok-icon/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
  url('../ok-icon/fontawesome-webfont.woff?v=4.4.0') format('woff') format('svg');
  font-weight: normal;
  font-style: normal;
}
ul.features-checkboxes li {
    position: relative;
    padding-left: 18px;
}

ul.features-checkboxes li:after {
    font-family: 'fontawesome';
    color: #0d9001;
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 5px;
}


.carthumb-cta {
	list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.carthumb-cta li {
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex: 0 0 49%;
	max-width: 49%;
	align-items: center;
}

.carthumb-cta li a {
	display: flex;
	color: #fff;
	column-gap: 3px;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	justify-content: center;
	padding: 11px 6px;
	flex: 0 0 100%;
	max-width: 100%;
}

.carthumb-cta li button {
	display: flex;
	color: #fff;
	column-gap: 3px;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	justify-content: center;
	padding: 11px 6px;
	flex: 0 0 100%;
	max-width: 100%;
	border: 0;
	background-color: #000;
}

.carthumb-cta li:nth-child(1) {
	/*background-color: #176322;*/
}

.carthumb-cta li:hover {
	background-color: #FFDD00 !important;
}

.carthumb-cta li:hover button {
	color: #000 !important;
	background-color: #FFDD00 !important;
}

.carthumb-cta li:hover a {
	color: #000 !important;
}

.carthumb-cta li:nth-child(2) {
	background-color: #B30000;
}

.carthumb-cta li:nth-child(3) {
	background-color: black;
}