
 
:root
{
	--tables-spacing-parent:50px;
	--tables-spacing-child:30px;
	--tables-border-radius:5px;
	--tables-border-bottom-width:3px;
	--tables-gradient-degrees:180deg;
	--tables-box-features-background:#fff;
	--tables-box-features-background-border:#ddd;
	--tables-box-features-foreground:#696969;
	--tables-box-features-head:#fff;
	--tables-box-features-head-border:#ddd;
	--tables-box-features-head-foreground:#000;
	--tables-box-features-background-divider:#dbdada;

	--tables-box-plans-background:#fff;
	--tables-box-plans-background-gradient-top:#fff;
	--tables-box-plans-background-gradient-bottom:#fff;
	--tables-box-plans-background-border:#ddd;
	--tables-box-plans-background-shadow:#ddd;
	--tables-box-plans-background-divider:#dbdada;
	--tables-box-plans-foreground:#696969;
	--tables-box-plans-foreground-shadow:#fff;
	--tables-box-plans-foreground-bold:#243141;
	--tables-box-plans-foreground-bold-shadow:#fff;


	--tables-box-plans-head-background:#fff;
	--tables-box-plans-head-background-gradient-top:#fff;
	--tables-box-plans-head-background-gradient-bottom:#fff;
	--tables-box-plans-head-background-border:#ddd;
	--tables-box-plans-head-foreground:#000;
	--tables-box-plans-head-foreground-shadow:#000;
	--tables-box-plans-head-foreground-bold:#fff;
	--tables-box-plans-head-foreground-bold-shadow:#000;


	--tables-box-plans-footer-background:#ddd;
	--tables-box-plans-footer-background-gradient-top:#ddd;
	--tables-box-plans-footer-background-gradient-bottom:#ddd;
	--tables-box-plans-footer-background-border:#cbcbcb;
	--tables-box-plans-footer-foreground:#3f3e3e;
	--tables-box-plans-footer-foreground-shadow:#3f3e3e;
	--tables-box-plans-footer-foreground-bold:#000;
	--tables-box-plans-footer-foreground-bold-shadow:#000;
	--tables-box-plans-active-background:#ddd;
	--tables-box-plans-active-background-gradient-top:#ddd;
	--tables-box-plans-active-background-gradient-bottom:#ddd;
	--tables-box-plans-active-background-border:#a9aaac;
	--tables-box-plans-active-background-shadow:#a9aaac;
	--tables-box-plans-active-background-divider:#d0cece;
	--tables-box-plans-active-foreground:#696969;
	--tables-box-plans-active-foreground-shadow:#fff;
	--tables-box-plans-active-foreground-bold:#243141;
	--tables-box-plans-active-foreground-bold-shadow:#fff;
	--tables-box-plans-active-head-background:#f09546;
	--tables-box-plans-active-head-background-gradient-top:#f09546;
	--tables-box-plans-active-head-background-gradient-bottom:#f09546;
	--tables-box-plans-active-head-background-border:#ddd;
	--tables-box-plans-active-head-foreground:#f1f1f1;
	--tables-box-plans-active-head-foreground-shadow:#000;
	--tables-box-plans-active-head-foreground-bold:transparent;
	--tables-box-plans-active-head-foreground-bold-shadow:transparent;
	--tables-box-plans-active-footer-background:#c4c2c2;
	--tables-box-plans-active-footer-background-gradient-top:#c4c2c2;
	--tables-box-plans-active-footer-background-gradient-bottom:#c4c2c2;
	--tables-box-plans-active-footer-background-border:#908f8f;
	--tables-box-plans-active-footer-foreground:#3f3e3e;
	--tables-box-plans-active-footer-foreground-shadow:#3f3e3e;
	--tables-box-plans-active-footer-foreground-bold:#000;
	--tables-box-plans-active-footer-foreground-bold-shadow:transparent;
	--tables-button-background:#f09546;
	--tables-button-background-gradient-top:#f09546;
	--tables-button-background-gradient-bottom:#f09546;
	--tables-button-background-border:#df7e37;
	--tables-button-background-shadow:#000;
	--tables-button-foreground:#f1f1f1;
	--tables-button-foreground-shadow:#000;
	--tables-button-active-background:#e39155;
	--tables-button-active-background-gradient-top:#e39155;
	--tables-button-active-background-gradient-bottom:#e39155;
	--tables-button-active-background-border:#df7e37;
	--tables-button-active-background-shadow:#dc8840;
	--tables-button-active-foreground:#f1f1f1;
	--tables-button-active-foreground-shadow:#000;
	--tables-highlight-hot-background:#dc1010;
	--tables-highlight-hot-background-gradient-top:#dc1010;
	--tables-highlight-hot-background-gradient-bottom:#dc1010;
	--tables-highlight-hot-background-border:#dc1010;
	--tables-highlight-hot-foreground:#fff;
	--tables-highlight-new-background:#45a523;
	--tables-highlight-new-background-gradient-top:#45a523;
	--tables-highlight-new-background-gradient-bottom:#45a523;
	--tables-highlight-new-background-border:#45a523;
	--tables-highlight-new-foreground:#fff;
	--tables-highlight-popular-background:#dc1010;
	--tables-highlight-popular-background-gradient-top:#dc1010;
	--tables-highlight-popular-background-gradient-bottom:#dc1010;
	--tables-highlight-popular-background-border:#dc1010;
	--tables-highlight-popular-foreground:#fff;
	--tables-highlight-free-background:#15ace5;
	--tables-highlight-free-background-gradient-top:#15ace5;
	--tables-highlight-free-background-gradient-bottom:#15ace5;
	--tables-highlight-free-background-border:#15ace5;
	--tables-highlight-free-foreground:#fff;
	--tables-icon-feature-background:var(--tables-button-background);
	--tables-icon-order-background:inherit;
	--tables-icon-check-background:#43de04;
	--tables-icon-cross-background:#dc1010
}

.tables
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 var(--tables-spacing-parent)
}

.tables .tables-box.tables-box-features
{


	background:var(--tables-box-features-background);
	border-radius:var(--tables-border-radius) 0 0 var(--tables-border-radius);
	border:var(--tables-box-features-background-border) 1px solid;
	border-right-width:0;
	border-bottom-width:var(--tables-border-bottom-width);
	color:var(--tables-box-features-foreground)
}

.tables .tables-box.tables-box-features .tables-head
{
	background:var(--tables-box-features-head);
	border-color:var(--tables-box-features-head-border)
}

.tables .tables-box.tables-box-features .tables-head .tables-heading
{
	color:var(--tables-box-features-head-foreground)
}

.tables .tables-box.tables-box-features .tables-head2
{
	background:var(--tables-box-features-head);
	border-color:var(--tables-box-features-head-border)
}

.tables .tables-box.tables-box-features .tables-head2 .tables-heading2
{
	color:var(--tables-box-features-head-foreground)
}

.tables .tables-box.tables-box-features .tables-features-list .tables-features-list-item
{
	text-align:left;
	padding:0 0 0 5px;
	border-color:var(--tables-box-features-background-divider)
}

.tables .tables-box
{
	background:var(--tables-box-plans-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-box-plans-background-gradient-top) 0,var(--tables-box-plans-background-gradient-bottom) 100%);
	border:var(--tables-box-plans-background-border) 1px solid;
	border-right-width:0;
	border-bottom-width:var(--tables-border-bottom-width);
	position:relative;
	overflow:hidden;
	color:var(--tables-box-plans-foreground)
}

.tables .tables-box:last-child
{
	border-right-width:1px
}

.tables .tables-box .tables-head
{
	background:var(--tables-box-plans-head-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-box-plans-head-background-gradient-top) 0,var(--tables-box-plans-head-background-gradient-bottom) 100%);
	border-bottom:var(--tables-box-plans-head-background-border) 1px solid;
	display:block;
	height:60px;
	line-height:60px;
	overflow:hidden
}

.tables .tables-box .tables-head .tables-heading
{
	text-align:center;
	color:var(--tables-box-plans-head-foreground);
	margin:0;
	padding:0 25px;
	font-family:var(--font-heading);
	font-size:1.7em;
	font-weight:700
}

.tables .tables-box .tables-head2
{
	background:var(--tables-box-plans-head-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-box-plans-head-background-gradient-top) 0,var(--tables-box-plans-head-background-gradient-bottom) 100%);
	border-top:var(--tables-box-plans-head-background-border) 1px solid;
	border-bottom:var(--tables-box-plans-head-background-border) 1px solid;
	display:block;
	height:50px;
	line-height:50px;
	overflow:hidden
}

.tables .tables-box .tables-head2 .tables-heading2
{
	text-align:center;
	color:var(--tables-box-plans-head-foreground);
	font-family:var(--font-heading);
	font-size:1.4em;
	font-weight:700;
	margin:0;
	padding:0 25px
}

.tables .tables-box .tables-text
{
	display:flex;
	justify-content:center;
	align-items:center;
	height:77px;
	overflow:hidden;
	margin:15px 0;
	padding:0 25px
}

.tables .tables-box .tables-features-list
{
	padding:0 25px
}

.tables .tables-box .tables-features-list .tables-features-list-item
{
	text-align:center;
	border-bottom:var(--tables-box-plans-background-divider) 1px solid;
	height:47px;
	line-height:47px;
	overflow:hidden
}

.tables .tables-box .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
{
	font-weight:700;
	border-bottom:none;
	color:var(--tables-box-plans-foreground-bold);
	padding-bottom:1px;
	display:none
}

.tables .tables-box .tables-price
{
	margin:20px 0;
	padding:0 25px;
	overflow:hidden;
	text-align:center;
	font-size:1.3em;
	font-weight:700;
	color:var(--tables-box-plans-foreground-bold)
}

.tables .tables-box .tables-price-priceprefix
{
	display:block;
	margin:0 0 10px;
	font-weight:400;
	font-size:.8em
}

.tables .tables-box .tables-price-free
{
	display:flex;
	justify-content:center;
	align-items:center;
	text-transform:uppercase;
	height:65px
}

.tables .tables-box .tables-price-currencyprefix,.tables .tables-box .tables-price-currencysuffix,.tables .tables-box .tables-price-price,.tables .tables-box .tables-price-term
{
	display:inline
}

.tables .tables-box .tables-price-price
{
	font-size:1.2em
}

.tables .tables-box .tables-price-term
{
	font-weight:400;
	font-size:.6em;
	padding:0 0 0 5px
}

.tables .tables-box .tables-buttons
{
	height:50px;
	line-height:50px;
	text-align:center;
	margin:20px 0
}

.tables .tables-box .tables-buttons .tables-button
{
	width:70%;
	padding:0;
	margin:0;
	line-height:30px
}

.tables .tables-button
{
	display:inline-block;
	zoom:1;
	vertical-align:baseline;
	outline:0;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-radius:var(--tables-border-radius);
	font-style:normal;
	padding:.5em 1em;
	font-weight:700;
	text-transform:uppercase
}

.tables .tables-button:hover
{
	text-decoration:none
}


.tables .tables-box:last-child
{
	border-radius:0 var(--tables-border-radius) var(--tables-border-radius) 0
}

.tables .tables-icon-feature
{
	color:var(--tables-icon-feature-background);
	margin:0 10px 0 0;
	font-size:1.4em
}

.tables .tables-icon-order
{
	color:var(--tables-icon-order-background);
	margin:0 5px 0 0
}

.tables .tables-icon-check
{
	color:var(--tables-icon-check-background)
}

.tables .tables-icon-cross
{
	color:var(--tables-icon-cross-background)
}

.tables .tables-box.tables-highlight::after
{
	position:absolute;
	top:12px;
	right:-71px;
	width:200px;
	padding:10px 0;
	text-align:center;
	transform:rotate(45deg);
	font-size:1em;
	font-weight:700;
	line-height:1;
	text-transform:uppercase
}

.tables .tables-box.tables-highlight-hot::after
{
	background:var(--tables-highlight-hot-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-highlight-hot-background-gradient-top) 0,var(--tables-highlight-hot-background-gradient-bottom) 100%);
	color:var(--tables-highlight-hot-foreground);
	content:"hot"
}

.tables .tables-box.tables-highlight-new::after
{
	background:var(--tables-highlight-new-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-highlight-new-background-gradient-top) 0,var(--tables-highlight-new-background-gradient-bottom) 100%);
	color:var(--tables-highlight-new-foreground);
	content:"new"
}

.tables .tables-box.tables-highlight-popular::after
{
	background:var(--tables-highlight-popular-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-highlight-popular-background-gradient-top) 0,var(--tables-highlight-popular-background-gradient-bottom) 100%);
	color:var(--tables-highlight-popular-foreground);
	content:"popular"
}

.tables .tables-box.tables-highlight-free::after
{
	background:var(--tables-highlight-free-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-highlight-free-background-gradient-top) 0,var(--tables-highlight-free-background-gradient-bottom) 100%);
	color:var(--tables-highlight-free-foreground);
	content:"free"
}

.tables .tables-box.tables-highlight
{
	background:var(--tables-box-plans-active-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-box-plans-active-background-gradient-top) 0,var(--tables-box-plans-active-background-gradient-bottom) 100%);
	border-color:var(--tables-box-plans-background-border);
	color:var(--tables-box-plans-active-foreground)
}

.tables .tables-box.tables-highlight .tables-head
{
	background:var(--tables-box-plans-active-head-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-box-plans-active-head-background-gradient-top) 0,var(--tables-box-plans-active-head-background-gradient-bottom) 100%);
	border-color:var(--tables-box-plans-active-head-background-border)
}

.tables .tables-box.tables-highlight .tables-head .tables-heading
{
	color:var(--tables-box-plans-active-head-foreground)
}

.tables .tables-box.tables-highlight .tables-head2
{
	background:var(--tables-box-plans-active-head-background);
	background:linear-gradient(var(--tables-gradient-degrees),var(--tables-box-plans-active-head-background-gradient-top) 0,var(--tables-box-plans-active-head-background-gradient-bottom) 100%);
	border-color:var(--tables-box-plans-active-head-background-border)
}

.tables .tables-box.tables-highlight .tables-head2 .tables-heading2
{
	color:var(--tables-box-plans-active-head-foreground)
}

.tables .tables-box.tables-highlight .tables-features-list .tables-features-list-item
{
	border-color:var(--tables-box-plans-active-background-divider)
}

.tables .tables-box.tables-highlight .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
{
	color:var(--tables-box-plans-active-foreground-bold)
}

.tables .tables-box.tables-highlight .tables-price
{
	color:var(--tables-box-plans-active-foreground-bold)
}


.tables-1col .tables-box.tables-box-features
{
	width:50%
}

.tables-1col .tables-box
{
	width:50%
}

.tables-2col .tables-box.tables-box-features
{
	width:30%
}

.tables-2col .tables-box
{
	width:35%
}

.tables-3col .tables-box.tables-box-features
{
	width:30%
}

.tables-3col .tables-box
{
	width:23.33%
}

.tables-4col .tables-box.tables-box-features
{
	width:27%
}

.tables-4col .tables-box
{
	width:18.25%
}

.tables-5col .tables-box.tables-box-features
{
	width:20%
}

.tables-5col .tables-box
{
	width:16%
}

.tables-6col .tables-box.tables-box-features
{
	display:none
}

.tables-6col .tables-box:last-child
{
	border-radius:var(--tables-border-radius)
}

.tables-6col .tables-box
{
	border-radius:var(--tables-border-radius);
	width:15%;
	border-width:1px
}

.tables-6col .tables-box:hover:not(.tables-box-features)
{
	margin-top:0;
	box-shadow:none
}

.tables-6col .tables-box .tables-features-list .tables-features-list-item
{
	height:auto;
	line-height:1.2em;
	padding:10px 0
}

.tables-6col .tables-box .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
{
	display:block;
	padding:0 0 5px
}

@media (max-width:1400px) {
	.tables-4col .tables-box.tables-box-features
	{
		display:none
	}
	
	.tables-4col .tables-box:last-child
	{
		border-radius:var(--tables-border-radius)
	}
	
	.tables-4col .tables-box
	{
		border-radius:var(--tables-border-radius);
		width:23.5%;
		border-width:1px
	}
	
	.tables-4col .tables-box:hover:not(.tables-box-features)
	{
		margin-top:0;
		box-shadow:none
	}
	
	.tables-4col .tables-box .tables-features-list .tables-features-list-item
	{
		height:auto;
		line-height:1.2em;
		padding:10px 0
	}
	
	.tables-4col .tables-box .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
	{
		display:block;
		padding:0 0 5px
	}
	
	.tables-6col .tables-box
	{
		width:18.4%;
		margin-bottom:var(--tables-spacing-child)
	}
}

@media (max-width:1290px) {
	.tables-5col .tables-box.tables-box-features
	{
		display:none
	}
	
	.tables-5col .tables-box:last-child
	{
		border-radius:var(--tables-border-radius)
	}
	
	.tables-5col .tables-box
	{
		border-radius:var(--tables-border-radius);
		width:18.4%;
		border-width:1px
	}
	
	.tables-5col .tables-box:hover:not(.tables-box-features)
	{
		margin-top:0;
		box-shadow:none
	}
	
	.tables-5col .tables-box .tables-features-list .tables-features-list-item
	{
		height:auto;
		line-height:1.2em;
		padding:10px 0
	}
	
	.tables-5col .tables-box .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
	{
		display:block;
		padding:0 0 5px
	}
}

@media (max-width:1130px) {
	.tables-5col .tables-box
	{
		width:23%;
		margin-bottom:var(--tables-spacing-child)
	}
	
	.tables-6col .tables-box
	{
		width:23%
	}
}

@media (max-width:1100px) {
	.tables-3col .tables-box.tables-box-features
	{
		display:none
	}
	
	.tables-3col .tables-box:last-child
	{
		border-radius:var(--tables-border-radius)
	}
	
	.tables-3col .tables-box
	{
		border-radius:var(--tables-border-radius);
		width:32%;
		border-width:1px
	}
	
	.tables-3col .tables-box:hover:not(.tables-box-features)
	{
		margin-top:0;
		box-shadow:none
	}
	
	.tables-3col .tables-box .tables-features-list .tables-features-list-item
	{
		height:auto;
		line-height:1.2em;
		padding:10px 0
	}
	
	.tables-3col .tables-box .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
	{
		display:block;
		padding:0 0 5px
	}
}

@media (max-width:1000px) {
	.tables-4col .tables-box
	{
		width:31.33%;
		margin-bottom:var(--tables-spacing-child)
	}
}

@media (max-width:920px) {
	.tables-5col .tables-box
	{
		width:32%
	}
	
	.tables-6col .tables-box
	{
		width:32%
	}
}

@media (max-width:888px) {
	.tables-2col .tables-box.tables-box-features
	{
		display:none
	}
	
	.tables-2col .tables-box:last-child
	{
		border-radius:var(--tables-border-radius)
	}
	
	.tables-2col .tables-box
	{
		border-radius:var(--tables-border-radius);
		width:47%;
		border-width:1px
	}
	
	.tables-2col .tables-box:hover:not(.tables-box-features)
	{
		margin-top:0;
		box-shadow:none
	}
	
	.tables-2col .tables-box .tables-features-list .tables-features-list-item
	{
		height:auto;
		line-height:1.2em;
		padding:10px 0
	}
	
	.tables-2col .tables-box .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
	{
		display:block;
		padding:0 0 5px
	}
}

@media (max-width:830px) {
	.tables-3col .tables-box
	{
		width:48%;
		margin-bottom:var(--tables-spacing-child)
	}
	
	.tables-4col .tables-box
	{
		width:48%
	}
	
	.tables-5col .tables-box
	{
		width:48%
	}
	
	.tables-6col .tables-box
	{
		width:48%
	}
}

@media (max-width:650px) {
	.tables-1col .tables-box.tables-box-features
	{
		display:none
	}
	
	.tables-1col .tables-box
	{
		width:100%;
		border-width:1px
	}
	
	.tables-1col .tables-box:last-child
	{
		border-radius:var(--tables-border-radius)
	}
	
	.tables-1col .tables-box:hover:not(.tables-box-features)
	{
		margin-top:0;
		box-shadow:none
	}
	
	.tables-1col .tables-box .tables-features-list .tables-features-list-item
	{
		height:auto;
		line-height:1.2em;
		padding:10px 0
	}
	
	.tables-1col .tables-box .tables-features-list .tables-features-list-item .tables-features-list-item-overfeat
	{
		display:block;
		padding:0 0 5px
	}
}

@media (max-width:600px) {
	.tables-2col .tables-box
	{
		width:100%;
		margin-bottom:var(--tables-spacing-child)
	}
	
	.tables-3col .tables-box
	{
		width:100%
	}
	
	.tables-4col .tables-box
	{
		width:100%
	}
	
	.tables-5col .tables-box
	{
		width:100%
	}
	
	.tables-6col .tables-box
	{
		width:100%
	}
}
 








































/*--------------TABLET--------------------*/
@media (max-width:1399px) {
}

/*--------------HANDY--------------------*/
@media (min-width: 320px) and (max-width: 480px) {

div.tables-box { 
     border-bottom:0px !important; 
     background:#fff  !important;
     width:100% !important;

}
div.tables-box >.tables-head.fixed {
    position:relative !important;
    top:  4px;
    padding: 0  !important;
    margin: 0  !important;
    width:100% !important;
    border-top:2px solid #ffb800;
    overflow:hidden  !important;
}
.tables .tables-box .tables-features-list .tables-features-list-item {
    text-align: left  !important;
    line-height: 18px  !important;
    height: 55px !important;
}

.displayorder0 {display:none !important;}


}


