.vm-addon-card-smart{
    background: #fff;
    overflow: hidden;
    margin: 10px;
    padding: 25px 20px;
    position: relative;
    border-radius: 20px;
    border: solid 1px #dedede;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
}

.vm-ac-head-smart,
.vm-ac-body-smart,
.vm-ac-footer-smart{
    display: inline-block;
    vertical-align: top;
}
.vm-ac-head-smart {
    text-align: center;
}
.vm-ac-head-smart img {
	max-width: 80%;
    max-height: 134px;
}

.vm-ac-body-smart {
	width: 50%;
    padding: 10px 0 0 60px;
}

.vm-ac-footer-smart {
	display: flex;
	align-items: center;
    flex-direction: column;
    margin: 5px 40px 0 auto;
    font-family: 'VM Circular Medium','VM Circular Book',Arial,sans-serif;
}


.vm-ac-body-smart h3 {
    margin: 0;
	font-family: 'VM Circular Whisper','VM Circular Book',Arial,sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.97;
    letter-spacing: normal;
    color: #322233;
    margin-bottom: 8px;
}

.vm-ac-body-content-smart p {
	font-family: 'VM Circular Whisper','VM Circular Book',Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #636363;
    font-size: 15px;
}

.vm-ac-price span {
    margin-left: 5px;
}

span.pricesubtext-smart {
    width: 100%;
    padding-right: 4px;
    font-family: 'VM Circular Chat','VM Circular Medium',Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #322233;
}

.vm-ac-price-smart {
    font-family: 'VM Circular Yell','VM Circular Medium',Arial,sans-serif;
    text-align: right;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #413f3f;
    margin-bottom: 10px;
}

.vm-ac-cta {
    float: right;
    margin-top: 10px;
}

.vm-ac-cta-smart button {
	width: 251px;
  	height: 52px;
    transition: all 1s ease;
    border: 2px solid #2A8511;
    border-radius: 50px;
    background-color: #fff;
    margin: auto;
    display: block;
    font-family: 'VM Circular Natter','VM Circular Medium',Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #2a8511;
}

.vm-ac-cta-smart button:hover {
	background-color: #2A8511;
    color: #fff;
}

.vm-ac-cta-smart button.selected {
    color: #fff;
    background-color: #2A8511;
}

.vm-ac-cta button.selected:before {
    display:none;
}

.vm-addon-card .addonPricing {
	margin-left: 2px!important;
}
.vm-addons.addonsexpb .vm-ac-info-smart {
	display: flex;
    flex-direction: column;
}

.vm-ac-info-smart {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}


@media only screen and (max-width: 767px) {
	.vm-addon-card-smart {
		flex-direction: column;
    }

	span.pricesubtext-short {
	    display: block;
	}

	span.pricesubtext-smart {
	    display: inline;
	}

    .vm-ac-body-smart {
    	width: 100%; 
		padding: 20px 0 0 0;
    }

    .vm-ac-body-smart h3 {
    	font-family: 'VM Circular Whisper','VM Circular Medium',Arial,sans-serif;
    	font-size: 24px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #322233;
    }

	.vm-ac-body-content-smart p {
        font-family: 'VM Circular Whisper','VM Circular Medium',Arial,sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.29;
        letter-spacing: normal;
        color: #676468;
    }

    .vm-ac-footer-smart {
		margin: 5px 0 0 auto;
        width: 100%;
        align-items: unset;
    }

    .vm-ac-cta-smart {
		width: 100%;
    }

    .vm-ac-price-smart {
		text-align: unset;
    }

    .vm-ac-cta-smart button {
		width: 100%;
    }

}