/* compare - actual */

.five-columns.vc_row .col-lg-2{
	width: 19%;
    margin: 0 .5%;
}

.five-columns.vc_row .wpb_row.row-inner > div:last-of-type{
	display: none !important;
}

.compare-section-new .vc_row .wpb_row.row-inner{
	margin-left: 0 !important;
}

.compare-section-new .sticky-element:not(#page-header).is_stucked{
	box-shadow: 0 0 3px 4px rgba(0,0,0,.1);
	padding-bottom: 0 !important;
}

.compare-section-new .vc_row .col-lg-2,.compare-section-new .vc_row .col-lg-3,.compare-section-new .vc_row .col-lg-4{
	padding: 18px;
    background: #f2f2f2;
	border-top: 2px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.compare-section-new .vc_row.last-row{
	margin-bottom: 18px;
}

.compare-section-new i.fa.fa-star{
	color: #ec1117;
}

@media (max-width: 1200px){
	.compare-section-new{
		overflow-x: auto;
	}
	
	.compare-section-new > .row{
		width: 1300px;
	}
}

@media (min-width: 570px) and (max-width: 959px){
	.main-container .compare-section-new .cols-md-responsive>div[class*=col-md].col-md-clear {
		padding-top: 0px !important;
	}
}


/* compare - future variation */

.woosc_table th{
	font-size: 18px;
	width: 350px !important;
	min-width: 300px !important;
	font-family: 'Roboto Condensed';
	text-align: center;
	vertical-align: middle;
	background: #ec1117;
	padding-left: 36px;
	padding-right: 36px;
}

.woosc_table th a{
	color: #fff;
}

.woosc_table th a:hover{
	text-decoration: underline;
	color: #fff !important;
}

table.has-2 th:nth-child(4),table.has-2 td:nth-child(4){
	display: none;
}

table.has-2 th:not(:first-child){
	width: 50% !important;
}

.woosc_table th:first-child{
	min-width: unset !important;
	padding-left: 18px;
	padding-right: 18px;
}

.woosc_table .tr-image td{
	text-align: center;
	background: #f2f2f2;
}

.woosc_table .tr-image td:first-child{
	color: transparent;
	background: #f2f2f2;
}

.woosc_table tr td:first-child{
	background: #f2f2f2;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 800;
	font-family: 'Roboto Condensed';
}

.woosc_table .tr-description td{
	vertical-align: top;
	line-height: 1.75;
	font-size: 16px;
	font-weight: 500;
}

.woosc_table .tr-price ins{
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0;
    text-decoration: none;
}

.woosc_table .shop_attributes tr th{
	background: transparent !important;
}

.woosc_table .shop_attributes tr td{
	text-align: right;
}

.woosc_table .shop_attributes{
	margin: 0;
}