/* QuanticaLabs AAWP Product */

.ql-product-wrapper,
.ql-product-wrapper *
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ql-product
{
	-webkit-border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
	-webkit-box-shadow: 0 0px 5px #d8d8d8;
	box-shadow: 0 0px 5px #d8d8d8;
	padding: 50px 0 50px 0;
	position: relative;
	margin-left: 85px;
}
.ql-row
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ql-margin-top-25
{
	margin-top: 25px;
}
.ql-row .ql-col
{
	flex-grow: 1;
	padding: 0 25px;
}
.ql-product .ql-product-title
{
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin: 0;
	line-height: normal;
	font-size: 1.3215em;
	color: #232323;
}
.ql-product .ql-product-subtitle
{
	text-align: left;
	font-style: normal;
	margin: 0;
	line-height: normal;
	font-size: 1.125em;
}
.ql-product-rating-box
{
	margin-top: 35px;	
}
.ql-row .ql-product-rating
{
	flex-basis: 60%;
}
.ql-row .ql-product-image
{
	flex-basis: 30%;
	text-align: center;
}
.ql-row .ql-product-image a
{
	display: inline-block;
}
.ql-row .ql-product-image a img
{
	display: inline-block;
}
.ql-row .ql-product-description
{
	flex-basis: 100%;
}
.ql-row .ql-product-pros,
.ql-row .ql-product-cons
{
	-webkit-box-shadow: 0 0 5px #d8d8d8;
	box-shadow: 0 0 5px #d8d8d8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	margin: 0 25px;
	flex-basis: 40%;
}
.ql-row .ql-product-pros
{
	margin-right: 12.5px;
}
.ql-row .ql-product-cons
{
	margin-left: 12.5px;
}
.ql-product-rating-table
{
}
.ql-product-rating-table tr
{
	height: 55px;
}
.ql-product-rating-table tr td
{
	vertical-align: middle;
}
.ql-product-rating-table .ql-icon
{
	min-width: 65px;
	text-align: center;
}
.ql-product-rating-table .ql-icon img
{
	width: 25px;
}
.ql-product-rating-table .ql-text
{
	min-width: 95px;
}
.ql-product-rating-table .ql-rating
{
	min-width: 195px;
}
.ql-rating .ql-star-rating
{
	width: 150px;	
	display: inline-block;
	background-image: url(icons/star-white.svg);
	float: right;
	margin: 0;
	position: relative;
	background-size: 30px 30px;
	height: 30px;
}
.ql-rating .ql-star-rating .ql-star-rating-fill
{
	height: 30px;
	background-size: 30px 30px;
	background-image: url(icons/star-full.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
}
.ql-product-pros .ql-product-pros-header,
.ql-product-cons .ql-product-cons-header
{
	max-height: 90px;
	height: 90px;
	color: #fff;
	line-height: 90px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25em;
	border-radius: 8px 8px 0 0;
	font-style: normal;
	padding: 0;
}
.ql-product-pros .ql-product-pros-header
{
	background: #16A085;
}
.ql-product-cons .ql-product-cons-header
{
	background: #F89406;
}
.ql-product-pros .ql-product-pros-content,
.ql-product-cons .ql-product-cons-content
{
	padding: 13px 0;
}
.ql-product-pros .ql-product-pros-content ul.ql-list,
.ql-product-cons .ql-product-cons-content ul.ql-list
{
	margin: 0;
	list-style: none;
}
.ql-product-pros .ql-product-pros-content ul.ql-list li.ql-list-item,
.ql-product-cons .ql-product-cons-content ul.ql-list li.ql-list-item
{
	padding: 12px 12px 12px 50px;
	list-style: none;
	margin: 0;
	position: relative;
}
.ql-product-pros .ql-product-pros-content ul.ql-list li.ql-list-item::before,
.ql-product-cons .ql-product-cons-content ul.ql-list li.ql-list-item::before
{
	content: "";
	visibility: visible;
	opacity: 1;
	width: 23px;
	height: 17px;
	display: block;
	position: absolute;
	left: 13px;
	top: 15px;
	background-repeat: no-repeat;
}
.ql-product-pros .ql-product-pros-content ul.ql-list li.ql-list-item::before
{
	background-image: url('icons/icon-pro.svg');
}
.ql-product-cons .ql-product-cons-content ul.ql-list li.ql-list-item::before
{
	background-image: url('icons/icon-con.svg');
}
.ql-product-our-rated
{
	position: absolute;
	top: 0;
	left: -85px;
	padding: 8px;
	text-align: center;
	width: 85px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	-webkit-box-shadow: -2px 0px 5px -1px #c1c1c1;
	box-shadow: -2px 0px 5px -1px #c1c1c1;
	background: #fff;
	color: #16A085;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ql-product-our-rated::after
{
	content: '';
	position: absolute;
	height: 80%;
	top: 10%;
	right: 0;
	width: 1px;
	background: #16A085;
}
.ql-product-our-rated-img
{
	width: 45px;
	height: 45px;
}
.ql-product-our-rated-text
{
	font-size: 0.64em;	
	display: inline-block;
	line-height: normal;
}
.ql-align-center
{
	text-align: center;
}
.ql-button
{
	color: #fff !important;
	background: #01BB30;
	-webkit-box-shadow: 0 0px 5px #929292;
	box-shadow: 0 0px 5px #929292;
	/*! max-width: 248px; */
	width: auto;
	text-align: center;
	text-decoration: none;
	border-radius: 2em;
	font-style: normal;
	/*text-transform: uppercase;*/
	border: 0 !important;
	/*padding: 0 15px;*/
	/*height: 50px;
	line-height: 50px;*/
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	height: auto;
	line-height: 1.5;
	padding: 15px 15px;

}
.ql-button:hover
{
	background-color: #04A82E;
}

@media (max-width: 1525px)
{
	.ql-product-our-rated
	{
		display: none;
	}
	.ql-product
	{
		margin-left: 0;
	}
}
@media screen and (max-width:767px)
{
	.ql-product
	{
		padding-top: 0;
	}
	.ql-product-our-rated
	{
		display: block;
		position: relative;
		left: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
		background: #16A085;
		line-height: 90px;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		border-radius: 8px 8px 0 0;
		font-style: normal;
		-webkit-box-shadow: 0 0 5px #d8d8d8;
		box-shadow: 0 0 5px #d8d8d8;
	}
	.ql-product-our-rated-text
	{
		font-size: 1.25em;
	}
	.ql-product-our-rated-img
	{
		display: none;
	}
	.ql-product-rating-box
	{
		border: 1px solid #7f8c8d;
		border-left: 0;
		border-right: 0;
	}
	.ql-product-our-rated::after
	{
		display: none;
	}
	.ql-row .ql-product-rating,
	.ql-row .ql-product-image,
	.ql-row .ql-product-pros,
	.ql-row .ql-product-cons
	{
		flex-basis: 100%;
		
	}
	.ql-product-rating-table
	{
		width: auto;
		margin: 0 auto;
	}

	.ql-row .ql-product-rating
	{
		margin-top: 25px;
	}
	.ql-row .ql-product-image
	{
		margin-top: 25px;
	}
	.ql-product .ql-product-title,
	.ql-product .ql-product-subtitle
	{
		text-align: center;
	}
	.ql-row .ql-product-pros,
	.ql-row .ql-product-cons
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	.ql-row .ql-product-cons
	{
		margin-top: 25px;
	}
	
}
@media screen and (max-width:479px)
{
	.ql-product-rating-table .ql-icon
	{
		min-width: 50px;
		display: none;
	}
	.ql-product-rating-table .ql-text
	{
		min-width: 90px;
	}
	.ql-product-rating-table .ql-rating
	{
		min-width: 160px;
	}
}


/* QuanticaLabs AAWP Products */
.ql-product-link
{
	display: block;
}

table.ql-products
{
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #DCDCDC;
	-webkit-box-shadow: 0 20px 0px 0px white, 0 -20px 0px 0px white, 0px 0 0px 0px #d8d8d8, 0px 0 5px 0px #d8d8d8;
	box-shadow: 0 20px 0px 0px white, 0 -20px 0px 0px white, 0px 0 0px 0px #d8d8d8, 0px 0 5px 0px #d8d8d8;
	border-collapse: separate;
	border-spacing: 0;
}
table.ql-products tr th,
table.ql-products tr td
{
	padding-left: 25px;
}
table.ql-products tr th.ql-header-button,
table.ql-products tr td.ql-product-button
{
	padding-right: 25px;
}
table.ql-products tr th
{
	color: #fff;
	background: #16A085;
	text-align: center;
	line-height: 55px;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
}
table.ql-products tr th.ql-header-image
{
	text-align: center;
}
table.ql-products tr th.ql-header-product
{
	text-align: left;
}
table.ql-products tr th.ql-header-image
{
	-webkit-border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
}
table.ql-products tr th.ql-header-button
{
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
}
table.ql-products tr th.ql-header-mobile
{
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;

	display: none;
}
table.ql-products tr td
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #DCDCDC;
	/* vertical-align: middle; */
}
table.ql-products tr td.ql-product-data
{
	max-width: 280px;
}
table.ql-products tr td.ql-product-data .ql-product-title,
table.ql-products tr td.ql-product-data .ql-product-subtitle
{
	color: #23A085;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
table.ql-products tr td.ql-product-data .ql-product-badge
{
	display: inline-block;
	padding: 2px 5px;
	border: 2px solid #F89404;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	min-width: 200px;
	line-height: normal;
	margin: 0;
}
table.ql-products tr td.ql-product-data .ql-product-title
{
	margin-bottom: 0;
	margin-top: 5px;
}
table.ql-products tr td.ql-product-data .ql-product-subtitle
{
	margin-bottom: 12px;
	margin-top: 0;
}
table.ql-products tr td.ql-product-data .ql-product-description-content
{
	font-size: 15px;
	line-height: 18px;
}
table.ql-products tr td.ql-product-image
{
	vertical-align: middle;
}
table.ql-products tr td.ql-product-image img
{
	max-width: 110px;
}
table.ql-products tr td.ql-product-button
{
	vertical-align: middle;
	text-align: center;
}
table.ql-products tr td.ql-product-button .ql-button
{
	/*font-size: 16px;*/
}
table.ql-products tr td.ql-product-mobile
{
	display: none;
	text-align: center;
}
table.ql-products tr td.ql-product-mobile .ql-product-badge
{
	/*
	font-weight: bold;
	color: #16A085;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	*/
	
	display: inline-block;
    padding: 2px 5px;
    border: 2px solid #F89404;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    min-width: 200px;
    line-height: normal;
    margin: 0;
}
table.ql-products tr td.ql-product-mobile .ql-product-title
{
	font-weight: bold;
	line-height: normal;
	margin: 0;
	font-size: 15px;
}
table.ql-products tr td.ql-product-mobile .ql-product-subtitle
{
	text-align: center;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: normal;
	font-size: 15px;
}
table.ql-products tr td.ql-product-mobile .ql-row .ql-col.ql-product-image
{
	flex-basis: 10%;
	padding: 0 10px;
	min-width: 140px;
}
table.ql-products tr td.ql-product-mobile .ql-row .ql-col.ql-product-description
{
	flex-basis: 60%;
	padding: 0 10px;
	text-align: left;
}

@media screen and (max-width: 1279px) and (min-width: 1141px)
{
	table.ql-products tr th,
	table.ql-products tr td
	{
		padding-left: 10px;
	}
	table.ql-products tr th.ql-header-button,
	table.ql-products tr td.ql-product-button
	{
		padding-right: 10px;
	}
	.ql-button
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:1140px)
{
	table.ql-products tr th.ql-header-image,
	table.ql-products tr th.ql-header-product,
	table.ql-products tr th.ql-header-button,
	table.ql-products tr td.ql-product-image,
	table.ql-products tr td.ql-product-data,
	table.ql-products tr td.ql-product-button
	{
		display: none;
	}
	table.ql-products tr th.ql-header-mobile,
	table.ql-products tr td.ql-product-mobile
	{
		display: table-cell;
		padding-left: 15px;
		padding-right: 15px;
	}
}




