/*

Theme Name: Find My Wipers Main Site
Theme URI: https://www.findmywipers.com
Author: Find My Wipers team
Author URI: https://www.findmywipers.com/
Description: Find My Wipers Main Site Theme
Version: 1.0

*/


body{ font-family: 'Raleway', sans-serif; font-weight: 400; color: #000; background: #fff; min-width: 370px; }
sub, sup { font-size: x-small; vertical-align: super; }
.wrap{ width:100%; overflow: hidden; position: relative;}

.container{width: 1280px; margin: 0 auto;}

.clear{ clear: both; display: block;}
.container p{line-height: 28px; font-size: 18px; margin-bottom: 20px;}
.alignright{ float: right!important;}
.alignleft{ float: left!important;}
.text_center{ text-align: center;}

html{
  scroll-behavior: smooth;
}

html.noScroll,
html.noScroll body{overflow: hidden;}

.header{ 
	width:100%;
	background: rgba(255,0,0,0.75);
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px 0;
	z-index: 9;
	
}
.header .container{
	display: flex;
	justify-content: space-between;
}
.header .mobile-menu{ display: none;}
.header ul{
	display: flex;
}
.header ul li{
	border: 3px solid #ffffff;
}
.header ul li.inactive{
	border-color: #c10000;
}
.header ul li.inactive a{ color: #c10000;}
.header ul li + li{
	margin-left: 15px;
}
.header ul li a{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 39px;
	display: block;
	padding: 0 20px;
}

#menu-menu-right{margin-left: auto;}
.banner-outer{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
}
.banner-outer .container{
	position: relative;
	height: 491px;
}
.banner{
	border: 1px solid #cecece;
	background: rgba(255,255,255,0.85);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 40px 0 45px;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.find-blade h2,
.banner h2{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 80px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 32px;
	line-height: 70px;
}
.home .banner-outer .container{
	height: 550px;	
}

.find_section {
    width: 100%;
}
.find_section button{ 
	max-width: 333px;
	width: 100%;
	height: 80px;
	background-color: #ff0000;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 80px;
	margin: 28px auto 0;
	display: block;
}
#blade-finder-form{text-align: center;}
.find_section .bf-input{width: 320px !important; display: inline-block;}
.find_section .bf-input:nth-of-type(2){ width: 343px !important; margin: 0 19px;}
.find_section .bf-input:nth-of-type(3){ width: 373px !important;}
.find_section .bf-submit{width: 100% !important;}

.blade-finder-form_loading{
	position: absolute;
	left: 50%;
	transform: translate(-50% , -50%);
	top: 50%;
	z-index: 9;
	width: 100px;
}
.blade-finder-form_loading img{
	max-width: 100%;
	height: auto
}
.selector{ 
	border: 1px solid #707070; 
	background: #fff; 
	position: relative; 
	font-size: 16px;  
	color: #999999; 
	box-sizing: border-box;
	width: 100% !important;
	text-align: left;
}
.selector span {  
	background: url(assets/images/select.png) no-repeat calc(100% - 23px) center;
	width: 100% !important;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	line-height: 69px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 30px;
	box-sizing: border-box;
	display: block;
}
.selector span:before{
	color: #b4b4b4;
	content: 'MY VEHICLE';
	margin-right: 8px;
}
.selector span.not-empty:before{
	display: none;
}


.selector select{ cursor:pointer; position: absolute; top:0; left: 0; height: 100%; width: 100%; border: none;  opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; display: block; cursor: pointer; z-index: 9;}

.selector select option{ padding: 5px 5px 5px 8px; font-size:18px; color:#999999;}

.brands{
	background: #2b2b2b;
}
.brands .container{
	padding: 43px 0;
}
.brands ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.brands ul li{
	margin: 10px 20px;
}

.intro{
	
	text-align: center;
}
.intro .container{padding: 45px; box-sizing: border-box;}
.intro h2{
	font-family: 'Raleway', sans-serif;
	color: #000000;
	font-size: 38px;
	line-height: 40px;
}
.intro p{
	color: #707070;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 30px;
	margin-bottom: 0px;
}

.install-guide {
	padding: 140px 0 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.install-guide .container{
	padding-left: 44px;
}
.install-guide h2{
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 55px;
	font-weight: 800;
	line-height: 55px;
	text-transform: uppercase;
	max-width: 580px;
}
.install-guide p, .install-guide ol{
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 10px;
	max-width: 580px;
}
.install-guide ol li {
    list-style-position: outside;
    margin-left: 40px;
}
.install-guide ul, .install-guide ol {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	margin-left: -9px;
}
.install-guide ul li{
	width: 126px;
	border: 2px solid #ffffff;
	background-color: rgba(255, 255, 255, 0);
	margin-top: 40px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	margin: 40px 6px 0;
	flex-wrap: wrap;
	padding: 8px 5px;
}
.install-guide ul li figure{
	width: 100%;
	display: block;
	max-height: 60px;
}
.install-guide ul li figure img{
	display: block;
	margin: 0 auto;
	max-height: 100%;
} 
.install-guide ul li h6{
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	margin-top: 10px;
	text-align: center;
}
.benefits {
	padding: 160px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.benefits .container{
	padding-left: 44px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.benefits h2{
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 55px;
	font-weight: 800;
	line-height: 55px;
	text-transform: uppercase;
	max-width: 580px;
	text-align: right
}
.benefits p{
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 10px;
	max-width: 580px;
	text-align: right
}
.benefits ul{
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: -10px;
}
.benefits ul li{
	width: 183px;
	height: 170px;
	border: 1px solid #707070;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 40px 8px 0;
}

.where-to-buy{
	padding: 125px 0 50px;
	text-align: center;
}
.where-to-buy h2{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 55px;
	font-weight: 800;
}
.where-to-buy p{
	color: #707070;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
.where-to-buy ul{
	display: flex;
	margin-top: 40px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.where-to-buy ul li{
	margin: 40px 10px 0;
}

.footer{
	width: 100%;
	padding: 120px 0 57px;
	background-color: #2b2b2b;
	margin-top: 75px;
}
.footer p{
	color: #ffffff;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0px;
}
.footer a{color: #fff;}
.footer p sup{
	font-size: 12px;
    vertical-align: inherit;
}

.popup_outer{
	display: none;
}

.page-template-product-search .find_section .bf-input{width: 282px !important; display: inline-block;}
.page-template-product-search .find_section .bf-input:nth-of-type(2){ width: 303px !important; margin: 0 14px;}
.page-template-product-search .find_section .bf-input:nth-of-type(3){ width: 332px !important;}
.page-template-product-search .find_section .bf-submit{width: 217px !important; display: inline-block; margin-left: 14px;}
.page-template-product-search .find_section .bf-submit button{ font-size: 28px; line-height: 64px; height: 64px; width: 100%; position: relative; top: 2px;}
.page-template-product-search .selector span{line-height: 62px; font-size: 22px;}


.search_header{
	color: #000000;
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	padding-top: 32px;
}
.search_header strong{
	font-weight: 700;
}
.search_header .blade_size_outer{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}
.search_header .blade_size{
	min-width: 256px;
	height: 165px;
	border: 1px solid #707070;
	background-color: #ffffff;
	text-align: center;
	margin:  35px 11px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	color: #b4b4b4;
	font-size: 35px;
	font-weight: 700;
	padding: 0 15px;
	box-sizing: border-box;
}
.search_header .blade_size strong{
	display: block;
	color: #000000;
	font-size: 80px;
	font-weight: 700;
}

.product_outer{
	border: 1px solid #cecece;
	margin-top: 82px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.product_outer .rating{
	width: 100%;
}
.product_outer .rating strong{ 
	width: 265px;
	line-height: 80px;
	display: block;
	background-color: #c10000;
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 17px;
}
.product_outer figure{ 
	width: 340px;
	
}
.product_outer figure .product-img{
	position: relative;
}
.search-icon {
    position: absolute;
    bottom: 30px;
    left: 20px;
    background: url(assets/images/img-search.png) no-repeat 0 0;
    width: 27px;
	height: 27px;
}
.product_outer figure img{
	max-width: 100%;
	height: auto;
}
.product_outer .product_content{ 
	width: 830px; 
	margin-top: 40px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.product_outer .product_content h2{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 28px;
}
.product_outer .product_content .size_summary{
	font-size: 20px;
	display: block;
	margin-top: 5px;
}
.product_outer .product_content .img{
	color: #c10000;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin: 10px 0 25px;
}
.product_outer .product_content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0px;
}
.product_txt_key_benefits{ margin-top: 30px;}
.product_txt_key_benefits h4 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-top: 5px;
}
.product_txt_key_benefits ul{
	margin-left: 17px;
}
.product_txt_key_benefits li{
	list-style: disc;
}
.product_txt_key_benefits p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    display: none;
}
.part_no {
    margin-top: 30px;
    font-size: 15px;
    color: #666;
}
.part_no span {
    display: block;
}
.view_more::before {
    content: "";
    height: 3px;
    background: #ebebeb;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.view_more {
    position: relative;
    width: 100%;
}
.view_more a {
    color: #707070;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	float: right;
	display: block;
	margin-top: 13px;
}
.product_txt {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 12px;
	width: 100%;
}
.buy-now-section{
	padding-top: 70px;
	
}
.buy-now-section h3{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
}
.buy-now-section ul{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.buy-now-section ul li{
	width: calc(25% - 38px);
	margin-top: 35px;
	display: flex;
	align-items: center;

}
.buy-now-section ul li + li{
	margin-left: 50px
}
.buy-now-section ul li a{ display: block;
}
.buy-now-section ul li a img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.find-blade {
	margin-top: 77px;
}
.find-blade .container{
	border: 1px solid #cecece;
	padding: 40px 0;
}
.find-blade .bf-input{width: 282px !important; display: inline-block;}
.find-blade .bf-input:nth-of-type(2){ width: 303px !important; margin: 0 14px;}
.find-blade .bf-input:nth-of-type(3){ width: 332px !important;}
.find-blade .bf-submit{width: 217px !important; margin-left: 14px;}
.find-blade button{ font-size: 28px; height: 62px; line-height: 62px; border: 1px solid #ff0000; margin: 0; position: relative; top: 3px;}
.find-blade .selector span{line-height: 60px; font-size: 22px; background-size: 26px auto;} 

.page_content .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content_entry{
	width: calc(100% - 415px);	
	padding-left: 45px;
	padding-top: 60px;
	padding-bottom: 50px;
}
.content_entry h2{
	color: #c10000;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.content_entry h3{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}
.content_entry ul{
	margin-bottom: 25px;
	margin-left: 17px;
}
.content_entry ul li + li{
	margin-top: 5px;
}
.content_entry li,
.content_entry p{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.content_entry strong{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
#sidebar{ width: 335px; padding-top: 53px;}


#sidebar .widget_search input[type=text]{
	width: calc(100% - 59px);
	height: 60px;
	border: 1px solid #b4b4b4;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 22px;
	text-transform: none;
	border-right: 0px;
}
#sidebar .widget_search div{
	display: flex;
	
}
#sidebar .widget_search div label{
	display: none;
}
#sidebar .widget_search input[type=submit]{
	width: 59px;
	height: 60px;
	border: 1px solid #b4b4b4;
	background: #ffffff url(assets/images/search.png) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
}
#sidebar .widget + .widget{
	margin-top: 60px;
}
#sidebar .widget h3{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
#sidebar .widget ul li{padding: 15px 0;}
#sidebar .widget ul li + li{
	border-top: 1px dashed #cecece;
	
	
}

#sidebar .widget ul li a{
color: #000000;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 30px;}

#sidebar .widget ul li a:hover,
#sidebar .widget ul li.active a{
color: #c10000;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 30px;
}

.search-results .banner p,
.page-template-default .banner p{
	color: #707070;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0px;
}
.search-results .banner h2,
.page-template-default .banner h2{	
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.search-list + .search-list{
	margin-top: 30px;
}
.search-content{
	margin-top: 30px;
}
.search-content h2 a{
	color: #c10000;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.popup_outer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999;
    display: none;
}
.popup_outer .container {
    background: #c10000;
    padding: 20px 10px 15px;
    margin: 0;
    transform: translate(-50%,-50%);
    position: relative;
    z-index: 2;
    left: 50%;
    top: 50%;
	width: 1100px;
}
a.btn_close {
    background: url(assets/images/close-button-white.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -40px;
    top: 0;
    text-indent: -999px;
    overflow: hidden;
	cursor: pointer;
}

.view_video {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    display: block;
    border-radius: 0;
    padding: 15px 0;
    width: 200px;
    color: #999;
    margin: 25px 0 0 20px;
	border: 1px solid #999;
}

.right_section { width: 370px; float: right;}
.right_section h6 { background: #cccccc; padding: 12px 50px; text-align: center; font-size: 18px; line-height: normal; color: #000;}
.right_section ul { max-height: 460px; overflow-y: scroll;}
.right_section ul li {background: #ededed; padding: 10px 0 10px 12px;}
.right_section ul li:nth-of-type(2n) { background: #dcdcdc;}
.right_section ul li a { display: block; width: 100%;}
.right_section ul li a:after{content:''; display: block; clear: both;}
.right_section ul li figure {width: 151px; float: left; top: 0px;}
.right_section ul li span {display: block; width: calc(100% - 165px); float: right; padding-right: 10px; box-sizing: border-box; color: #000; font-size: 14px; line-height: 20px; margin-top: 10px;}
.right_section ul li figure img { max-width: 100%; display: block;}	

.left_section {
    width: 695px;
    float: left;
}
.left_section label { font-size: 22px; line-height: 24px; color: #fff; padding-left: 15px; font-weight: 400; float: left; margin-bottom: 0;}
.left_section label span { display: block; font-size: 18px;}
.left_section .video_box{height: 436px; overflow: hidden;}
.left_section .video_box img{ width: 100%;}
.left_section .video_box iframe{ width: 100%;}
.left_section ul {background: #ffd81f; width: 100%; display: flex; float: left; margin-top: 10px;}
.left_section ul li {color: #000000; font-size: 18px; font-family: "BogleWeb-Bold", Verdana, sans-serif; font-weight: normal; padding: 0 15px; flex-grow: 1; line-height: 36px;}

.your_vechicle a {
    color: #000;
    font-size: 18px;
    background-color: #fbd417;
    width: 187px;
    height: 50px;
    float: right;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    font-weight: 700;
}

.error-message{ padding: 200px 20px 150px;
text-align: center;
	font-size: 24px;
}

.error-message + .find-blade {
    margin-top: 0;
}

.find_section #blade-finder-form_popup{padding-bottom: 20px;}
.find_section #blade-finder-form_popup .bf-submit button{
	color: #000;
    background-color: #fbd417;
	margin: 0;
}
.find_section #blade-finder-form_popup .bf-input .selector{border: none;}
.find_section #blade-finder-form_popup .bf-input button{line-height: 62px; height: 62px;}
.find_section #blade-finder-form_popup .bf-input:nth-of-type(1){width: 250px !important;}
.find_section #blade-finder-form_popup .bf-input:nth-of-type(2){width: 280px !important;}
.find_section #blade-finder-form_popup .bf-input:nth-of-type(3){width: 280px !important;}


.comparison-section.hide{display: none;}
.comparison-section{ display: flex; flex-wrap: wrap; height: 79px; width: 100%; border-radius: 3px; border: 1px solid #cecece; background-color: #f9f9f9; justify-content: space-between; margin-top: 30px; padding-right: 48px; box-sizing: border-box;}
.comparison-section + .product_outer{margin-top: 17px;}

.comparison-section h3{width: 450px; background: #000000; line-height: 76px; text-align: center; color: #b4b4b4; font-family: Raleway; font-size: 35px; font-weight: 700; position: relative;}
.comparison-section h3:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-left-color: #000; border-width: 24px; margin-top: -24px;}

.comparison-items{justify-content: center; align-items: center; display: flex; box-sizing: border-box; }

.comparison-item{width: 50px; height: 50px; border: 1px solid #d6d6d6; margin-right: 18px; display: flex; justify-content: center; align-items: center; padding: 5px; position: relative;}
.comparison-item.has-item{ border-color: #ff0000;}

.comparison-item img{ display: block; max-width: 100%; max-height: 100%;}
.clear{ background: url(assets/images/clear.png) no-repeat 0 0; width: 15px; height: 13px; position: absolute; right: -1px; bottom: -1px; overflow: hidden; text-indent: -9999px; display: block; cursor: pointer;}

.comparison-submit{width: 217px; line-height: 50px; background-color: #ff0000; text-align: center; color: #ffffff; font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700; text-transform: uppercase; display: none;}

.add-to-compare{padding-left: 30px; line-height: 17px; color: #5f5f5f; font-family: Raleway; font-size: 16px; font-weight: 500; position: relative; margin-top: 22px; margin-left: 20px; display: inline-block;}
.add-to-compare:before{ width: 13px; height: 13px; border: 2px solid #8f8d8d; position: absolute; left: 0px; top: 0px; content: '';}
.add-to-compare.checked:before{background: url(assets/images/check.png) no-repeat center center}


.comparison-results{padding-top: 115px;}
.comparison-results h2{color: #000000; font-family: Raleway; font-size: 41px; font-weight: 700; text-align: center; margin-bottom: 55px;}

.comparison-table{ display: flex; width: 100%;}
.comparison-col:first-child{ width: 255px; background: #f5f5f5;}
.comparison-col:first-child > ul > li{ font-weight: 600; border-left: 1px solid #e8e8e8; text-align: left;}

.comparison-col{ display: flex; width: 340px;}
.comparison-col > ul{width: 100%;}
.comparison-col > ul > li{min-height: 61px;  border-right: 1px solid #e8e8e8; box-sizing: border-box; border-bottom: 1px solid #e8e8e8; color: #3e3e3e; font-family: Raleway; font-size: 14px; line-height: 22px; font-weight: 400; position: relative; text-align: center;}
.comparison-col > ul > li:first-child{border-top: 1px solid #e8e8e8;}

.comparison-col > ul > li > div{padding: 23px 12px;}
.comparison-col > ul > li.row3{text-align: left;}
.comparison-col > ul > li p{font-size: 14px; font-weight: 400; line-height: 22px; margin-bottom: 20px;}
.comparison-col > ul > li ul{margin-left: 17px;}
.comparison-col > ul > li li{list-style: square; margin-top: 10px;}
.comparison-col > ul > li figure{height: 188px; display: block; margin-top: 15px;}
.comparison-col > ul > li figure img{ display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; margin: 0 auto;}

.comparison-col > ul > li h3{color: #000000; font-family: Raleway; font-size: 41px; font-weight: 700; text-transform: uppercase; padding-left: 10px; padding-top: 25px; line-height: 50px;}
.comparison-col > ul > li h6{color: #3e3e3e; font-family: Raleway; font-size: 16px; font-weight: 700; text-align: center; padding-top: 18px; min-height: 65px;}
.comparison-col > ul > li .btn-buy-now{width: 132px; line-height: 50px; color: #3e3e3e; font-family: Raleway; font-size: 16px; font-weight: 700; display: block; margin: 20px auto 10px; border: 1px solid #999999;  text-align: center;}
.comparison-col > ul > li .btn-buy-now.bottom{margin: 7px auto 0;}

.comparison-col > ul > li .btn-buy-now.active,
.comparison-col > ul > li .btn-buy-now:hover{background: #ff0000; color: #fff; border-color: #ff0000;}
.comparison-col > ul > li.blank{ background: #fafafa; border-left: none; border-right: none;}
.clear-col{ background: url(assets/images/clear.png) no-repeat 0 0; width: 15px; height: 13px; position: absolute; right: 15px; top: 13px; overflow: hidden; text-indent: -9999px; display: block; cursor: pointer;}

.buynow-popup{position: absolute; left: 0px; bottom: -50px; z-index: 9; padding: 10px 30px 10px 15px; box-sizing: border-box;  box-shadow: 0 0 59px rgba(0, 0, 0, 0.33); border-radius: 3px; background-color: #ffffff; align-items: center; display: none;}
.popup-content{width: 100%; display: flex; }
.buynow-popup img{ max-height: 35px; max-width: 100px;}
.buynow-popup a + a{margin-left: 10px;}
.buynow-popup .clear-col{right: 10px; top: 5px;}

.btn-back-to{color: #ff0000; font-weight: 700; font-size: 14px;}
.btn-print{color: #ff0000; font-weight: 700; font-size: 14px;}
.links-section{display: flex; justify-content: space-between; margin-bottom: 10px;}