.vm-addon-card {
    background: #fff;
    overflow: hidden;
    margin: 10px;
    padding: 25px 20px;
    position: relative;
}
.vm-ac-head,
.vm-ac-body,
.vm-ac-footer{
    display: inline-block;
    vertical-align: top;
}
.vm-ac-head {
    width: 21%;
    text-align: center;
}
.vm-ac-head img {
    max-width: 80%;
    max-height: 95px;
}

.vm-ac-body {
    width: 52%;
    padding: 0 5px;
}

.vm-ac-footer {
    width: 24%;
    margin-top: 5px;
    font-family: 'VM Circular Medium','VM Circular Book',Arial,sans-serif;
}


.vm-ac-body h3 {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
}

.vm-ac-body-content p {
    font-size: 15px;
}

.vm-ac-price span {
    margin-left: 5px;
}

span.pricesubtext-short {
    width: 100%;
    padding-right: 4px;
    display: none;
}

.vm-ac-price {
    text-align: right;
}

.vm-ac-cta {
    float: right;
    margin-top: 10px;
}

.vm-ac-cta button {
    border: 2px solid #2A8511;
    border-radius: 50px;
    padding: 8px 40px 8px 25px;
    font-size: 14px;
    color: #2A8511;
    background-color: #fff;
    width: 100%;
    max-width: 150px;
    margin: auto;
    display: block;
    font-family: 'VM Circular Bold','VM Circular Medium',Arial,sans-serif;
}

.vm-ac-cta button.selected, .vm-ac-cta button:hover, .vm-ac-cta button:focus{
    color: #fff;
    background-color: #2A8511;
    padding: 8px 25px;
}
.selectedQuantity, .quantityButton:hover, .quantityButton:focus{
	background: #2A8511 !important;
	color: #fff;
}
.vm-ac-cta button:before {
    content: "+";
    display:inline-block;
    float: left;
    margin-right: 6px;
}

.vm-ac-cta button.selected:before {
    display:none;
}

.vm-addon-card .addonPricing{
	margin-left: 2px!important;
}





.vm-addon-card.card-var-one {
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    padding: 35px 20px;
    height:190px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.card-var-one span.pricesubtext-short{
	display: block;
}
.card-var-one span.pricesubtext{
	display: none;
}
.card-var-one .vm-ac-cta{
	position: absolute;
    bottom: 20px;
    right: 25px;
    max-width: 100px;
}


/* Card Variation two ---------------------- */

.vm-addon-card.card-var-two {
    max-width: 210px;
    padding: 30px 15px 20px 15px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 65px 0px rgba(0,0,0,0.15);
}
.card-var-two .vm-ac-head, .card-var-two .vm-ac-body, .card-var-two .vm-ac-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%!important;
    text-align: center!important;
}
.card-var-two .vm-ac-price {
    text-align: center;
}
.card-var-two span.pricesubtext-short{
	display: none;
}
.card-var-two span.pricesubtext{
	display: block;
}
.card-var-two .vm-ac-cta {
    float: none;
}
.card-var-two .vm-ac-body-content{
	display: none;
}
.card-var-two .vm-ac-cta button {
    max-width: 100px;
}
.card-var-two span.pricesubtext {
    font-size: 14px;
    font-family: 'VM Circular Book',Arial,sans-serif;
}
.card-var-two .vm-ac-price p {
    font-size: 18px;
}
.card-var-two .vm-ac-body h3 {
    margin: 0;
    font-size: 16px;
}



/* Card version three */
.vm-addon-card.card-var-three {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.vm-addon-card.card-var-three {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.selectedparent.vm-addon-card.card-var-three {
    border-color: green;
    transition: all 0.1s ease-in-out;
}

.vm-ao-foot-msg {
    background: #dfdfdf;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 20px;
    position: relative;
    left: -20px;
    bottom: -10px;
    width: 106%;
    text-align: center;
}
.card-var-one .vm-ao-foot-msg {
    display: none;
}

.vm-addon-card.card-var-three {
    padding: 25px 20px 10px 20px;
}


@media only screen and (max-width: 767px) {
	span.pricesubtext-short {
	    display: block;
	}
	span.pricesubtext {
	    display: none;
	}
	.card-var-one .vm-ac-head,
	.card-var-three .vm-ac-head {
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    max-width: 55px;
	}

	.card-var-one .vm-ac-cta,
	.card-var-three .vm-ac-cta {
	    position: inherit;
	    width: 49%;
	}

	.card-var-one .vm-ac-footer,
	.card-var-three .vm-ac-footer {
	    width: 100%;
	    margin-top: 15px;
	}

	.card-var-one .vm-ac-price,
	.card-var-three .vm-ac-price {
	    width: 49%;
	    float: left;
	    text-align: left;
	}

	.vm-addon-card.card-var-one,
	.vm-addon-card.card-var-three {
	    padding: 30px 20px 20px 20px;
	    height:auto;
	}

	.card-var-one .vm-ac-body,
	.card-var-three .vm-ac-body {
	    width: 100%;
	}

	.card-var-one .vm-ac-body h3,
	.card-var-three .vm-ac-body h3 {
	    max-width: 75%;
	    min-height: 45px;
	}
	
}