.vpt-pricing-table .section-header {
    background: #77a464;
    color: #fff;
	font-size: 16px;
    text-align: center;
	font-weight: 600;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.vpt-pricing-table .table-parent {
	border-left: 1px solid #77a464;
    border-right: 1px solid #77a464;
    border-bottom: 1px solid #77a464;
	padding: 0;
	margin-bottom: 1rem;
}
.vpt-pricing-table table {
	margin: 0 !important;
}
.vpt-pricing-table table th,
.vpt-pricing-table table th:first-child {
	border-left: none !important;
	border-right: none !important;
	border-top: none;
    border-bottom: 1px solid #77a464;
	border-color: #77a464 !important;
	vertical-align: bottom;
	padding: 0.75rem;
	font-weight: 600;
	text-align: -webkit-match-parent;
}
.vpt-pricing-table table tr td {
	border-left: none !important;
	border-right: none !important;
    border-bottom: none !important;
    border-top: 1px solid #77a464 !important;
	border-color: #77a464 !important;
	padding: 0.75rem;
    vertical-align: top;
}
.vpt-right {
	text-align: right !important;
}

.vpt-popup-cover {
	background-color: rgba(0,0,0,.69);
	-webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,transform .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.vpt-popup-cover .vpt-popup {
	-moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    height: 100%;
	-webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    transition: bottom .3s;
	display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
	position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
	min-height: -webkit-calc(100% - 1rem);
    min-height: -moz-calc(100% - 1rem);
    min-height: calc(100% - 1rem);
	margin: .5rem;
}
.vpt-popup .vpt-popup-content {
	max-height: none;
	position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    pointer-events: auto;
}
.vpt-popup .vpt-popup-header {
	font-weight: 600;
	flex-shrink: 0;
	-moz-box-pack: center;
    justify-content: center;
	display: -moz-box;
    display: flex;
    -moz-box-align: start;
    align-items: flex-start;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: -webkit-calc(.3rem - 1px);
    border-top-left-radius: -moz-calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: -webkit-calc(.3rem - 1px);
    border-top-right-radius: -moz-calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.vpt-popup .vpt-popup-body {
	overflow-y: auto;
	position: relative;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}
.vpt-popup .product-counter-cover {
	display: inline-block;
    margin: 0 auto 1.5rem;
    min-width: 150px;
}

.vpt-popup .product-counter {
    border-radius: 5px 5px 0 0;
    border: 1px solid #77a464;
    border-bottom: none;
}
.vpt-popup .vpt-product-price {
	border-radius: 0 0 5px 5px;
	border: 1px solid #77a464;
	background: #77a464;
    padding: 5px 8px;
    font-size: 18px;
	color: #fff;
	text-align: center;
}
.vpt-popup .vpt-popup-footer {
	flex-shrink: 0;
	padding: .75rem .5rem;
	-moz-box-pack: center!important;
    justify-content: center!important;
	display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    -moz-box-align: center;
    align-items: center;
	border-top: 1px solid #dee2e6;
    border-bottom-right-radius: -webkit-calc(.3rem - 1px);
    border-bottom-right-radius: -moz-calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: -webkit-calc(.3rem - 1px);
    border-bottom-left-radius: -moz-calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.vpt-popup-footer a {
	cursor: pointer;
	margin: .25rem;
	display: inline-block;	
    color: #fff;
	font-weight: 600;
	text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.vpt-popup-footer a.vpt-popup-confirm {
    background-color: #77a464;
    border-color: #77a464;
}
.vpt-popup-footer a.vpt-popup-confirm {
    background-color: #77a464;
    border-color: #77a464;
}
.vpt-popup-footer a.vpt-popup-close {
	background-color: #f44336;
    border-color: #f44336;
}

.vpt-popup .vpt-product-info-cover {
	display: inline-block;
    width: 100%;
}
.vpt-popup .vpt-product-img-cover,
.vpt-popup .vpt-product-info {
	float: left;
	width: 50%;
}
.vpt-popup .product-counter {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.vpt-popup .product-counter #increment {
	float: left;
	cursor: pointer;
	border-right: 1px solid #dee2e6;
}

.vpt-popup .product-counter #decrement {
	float: right;
	cursor: pointer;
	border-left: 1px solid #dee2e6;
}
.vpt-popup .vpt-pricing-table table {
	width: 100%;
}
.vpt-popup .vpt-pricing-table table th, 
.vpt-popup .vpt-pricing-table table th:first-child {
    border: none !important;
}
.vpt-popup-btn {
	width: 100%;
    display: inline-block;
    cursor: pointer;
}

@media screen and (max-width: 782px) {
    #wp-toolbar > ul > li.vpt-users-node {
        display: block;
    }
}

@media (min-width: 576px) {
	.vpt-popup-cover .vpt-popup {
		min-height: -webkit-calc(100% - 3.5rem);
		min-height: -moz-calc(100% - 3.5rem);
		min-height: calc(100% - 3.5rem);
		max-width: 550px;
		margin: 1.75rem auto;
	}
	.vpt-popup .vpt-popup-content {
		max-height: -webkit-calc(100vh - 3.5rem);
		max-height: -moz-calc(100vh - 3.5rem);
		max-height: calc(100vh - 3.5rem);
		overflow: hidden;
	}
}