body {
	font-family: Roboto;
}
.col-main { margin: auto; }
.main { margin-top: 112px; }

.nheader, .nmenu{
    /*max-width: 1170px;*/
    text-align: center;
    margin: auto;
    display: block;
    height: 62px;
    background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.nmenu { top: 62px; }

.nheader-inner{
	/*max-width: 1170px;*/
	margin: auto;
	width: 100%;
	padding-left: 2%;
}

.nheader-scroll{
	position: fixed;
	width: 100%;
	z-index: 1000;
	height: 50px;
	top: 0;

	text-transform: uppercase;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family: 'Roboto';
}

.nheader-scroll .menu-nav{
	background: url(../images/logo-circle.png) no-repeat;
	background-position-y:  6px;
	background-position-x: 35px;
}

.nheader ul { margin: 0; padding: 0; }

.nheader ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	height: 62px;
	padding-top: 23px;
}
.nheader ul li.active span { color: #d80000; }
.nlogo { text-align: left; padding-top: 9px; padding-left: 35px;}
.nheader #search_mini_form input#search {
	height: 62px;
    width: 100%;
    border-color: transparent transparent transparent lightgrey;
    border-left: 1px solid lightgrey;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
}
.nheader #search_mini_form input#search:focus, .form-control:focus{
	outline: none;
	box-shadow: none;
}

input.kd_search_submit {
	position: absolute;
	right: 0;
	width: 62px;
	height: 62px;
	background-color: #d80000;
	border: none;
	color: transparent;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* nav menu */
.nmenu{
	height: 50px;
	text-transform: uppercase;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family: 'Roboto';
}

.nmenu li, .nheader-scroll li {
	height: 50px;
	position: initial;
}

.nmenu li a, .nheader-scroll li a {
	height: 50px;
	padding-top: 15px;
	color: #fff;
}

.nmenu li a:hover, .nheader-scroll li a:hover {
	background-color: black;
}

.nmenu .nav, .nheader-scroll .nav { position: relative; }

.nmenu .dropdown:hover .dropdown-menu, .nheader-scroll .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
	width: 90%;
	left: 5% !important;
	top: 40px !important;
	border: none;
}

.nmenu .dropdown-menu li, .nheader-scroll .dropdown-menu li { 
	width: 23%; 
	display: inline-block;
	border-right: 1px solid;
}

.nor-border { border-right: 0 !important; }

.nmenu .service .dropdown-menu li, .nheader-scroll .service .dropdown-menu li {
	width: 33%;
}

.dropdown-menu li:hover{ background-color: #fff; }

.dropdown-menu li a {
	color: #707070;
	color: white;
	text-transform: none;
	font-weight: bold;
}

.dropdown-menu li a:hover { 
	/*color: #d80000;
	background-color: #fff;*/
	color: white;
	background-color: #d80000;
}

.nmenu .nav .open>a,.nmenu  .nav .open>a:focus,.nmenu  .nav .open>a:hover {
	background-color: black;
}

.dropdown-menu {border-radius: 0;}

.row-off {
	margin-bottom:25px;
}
.row-off-small {
    /*margin-bottom: 20px;*/
	margin-bottom: 15px;
}

footer {
	background: #ccc;
	color: #000;
	padding-top: 60px;
	/*max-width: 1170px;*/
	margin: auto;
}
footer h4 {
	color: #EB0029;
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
}
.foot-list li {
	min-height: 27px;
}
.foot-list li a {
	color: #000;
	text-decoration: none;
}
.foot-list li a.text-underline {
    text-decoration: underline;
}
.foot-content.top-search-box form .form-group {
    width: 100%;
}
.foot-content.top-search-box form .form-group input {
    width: 70%;
    height: auto;
    border-radius: 0;
}
.foot-content.top-search-box form .form-group button {
    /*margin-left: 2%;
    width: 13% !important;*/
	margin-left: 0;
    padding: 17px 0;
}
.foot-content ul.social-icons {
    margin: 0;
}
.foot-content ul.social-icons li {
    margin-right: 10px;
}

.btn-search {
    width: 28px !important;
    height: 28px;
    background: url(../images/footer-search-icon.png) center center no-repeat;
    border: 0;
    outline: 0;
    margin-left: 12px;
    padding-top: 25px;
    float: left;
}

.form-control {
	box-shadow: none;
	outline: none;
}

.footer-logo { width: 90%; }

#two-blocks-section {
    background: url(../images/background-products.png) top center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    /*min-height: 500px;*/
}
#two-blocks-section-inner {
	padding: 80px 0;
	margin: auto;
}
.brdrleft {
    border-left: solid 1px #000000;
    color: #000000;
}

.txt-wr-1 {
    /*border-left: solid 1px #000000;
    color: #000000;*/
	margin: 0 0 0 40px;
}
.txt-wr-2 {
	margin: 0 40px 0 0;
}

.two-blocks-item {
	position: relative;
    background-color: transparent;
    border: 1px solid transparent;
}
p.two-blocks-link-container {
    position: absolute;
    /*bottom: 0;*/
	    top: 89%;
}

.two-blocks-image>img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;	
}
.two-blocks-item .caption h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-top: -5px;
   /* margin-bottom: 15px;*/
	margin-bottom: 10px;
}
.two-blocks-item .caption p {
    text-align: left;
	/*font-weight: 600;*/
	font-size: 16px;
}
.caption{
	height: 110px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.two-blocks-item .caption h3 {
		text-align: center;
		margin-top: 15px;
	}
	.two-blocks-item .caption p {
		text-align: center;
	}
	p.two-blocks-link-container {
		position: relative;

	}
}
/*
@media (min-width: 992px) {
	.two-blocks-image {
		float: left;
		max-width: 23%;
		min-width: 23%;
	}
	.two-blocks-item .caption {
		float: left;
		margin-left: 2%;
		max-width: 75%;
	}
}
@media (min-width: 1200px) {
	.two-blocks-image {
		max-width: 29%;
		min-width: 29%;
	}
	.two-blocks-item .caption {
		max-width: 69%;
	}
}
*/
/*
@media (min-width: 992px) {
	.two-blocks-image {
		float: left;
		max-width: 35%;
		min-width: 35%;
	}
	.two-blocks-item .caption {
		float: left;
		margin-left: 2%;
		max-width: 63%;
	}
}
@media (min-width: 1200px) {
	.two-blocks-image {
		max-width: 33%;
		min-width: 33%;
	}
	.two-blocks-item .caption {
		max-width: 65%;
	}
}
*/
@media (min-width: 992px) {
	.two-blocks-image {
		float: left;
		max-width: 33%;
		min-width: 33%;
	}
	.two-blocks-item .caption {
		float: left;
		margin-left: 2%;
		max-width: 65%;
	}
	p.two-blocks-link-container {
		top: 90%;
	}
}
@media (min-width: 1200px) {
	.two-blocks-image {
		max-width: 35%;
		min-width: 35%;
	}
	.two-blocks-item .caption {
		max-width: 63%;
	}
	p.two-blocks-link-container {
		top: 84%;
	}
}

.btn-aircat {
    color: #fff;
    background-color: #d80000;
    border-color: #d80000;
    border-radius: 0;
    min-width: 170px;
    font-weight: 600;
}

.hp-hero img { width: 100%; }

.cat-slider-wrapper {
	background: url(/skin/frontend/fp/default/images/steel-texture.png) no-repeat;
	background-size: cover;
}

.cat-sec1 { 
	/*
	width: 96%; 
	margin: 0 2%; 
	*/
	margin: 0 20px;
	border-bottom: 4px solid black; 
	margin-top: -95px; 
	background-color: white; 
	padding: 40px 30px;
}

.cat-sec2 { width: 96%; margin: 0 2%; }
.new-tool { /*height: 640px;*/ }
.citem{
	margin: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: white;
}

.cimage{
	text-align: center;
	/*height: 290px;*/
	width: 100%;
	white-space: nowrap;
	background: linear-gradient(#efefef,#fff);
	z-index: 1;
}

.ctitle {
	text-transform: uppercase;
	height: 80px;
	background: url(../images/red-bgr.png) repeat;
	color: white;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-top: 18px;
	background: linear-gradient(#d80000,#d80000);
	z-index: 10;
}

.slick-prev, .slick-next {

}

.slick-prev:before, .slick-next:before {
	color: #a1a1a1;
	font-size: 40px;
	font-family: Roboto;
}

.slick-prev:before {
    content: '<';
}

.slick-next:before {
    content: '>';
}
.helper {
    display: inline-block;
    height: 290px;
    vertical-align: middle;
}

.helper img { vertical-align: middle; max-width: 90%;}
.slick-slide img {
	display: inline-block;
	width: 90%;
}
.cbutton{
	display:none;
	width: 100%;
	height: 80px;
	margin-top: -80px;
    background: black;
    color: white;
    padding: 20px 0;
    text-align: center;
    /* height: 200px; */
    font-size: 20px;
}

.citem a:focus, .citem a:hover { text-decoration: none; }

.hp-nsearch{
	background: url(../images/turbo-engine.png) no-repeat;
	background-size: cover;
	height: 480px;
}

.hp-nsearch-inner{
	width: 60%;
	margin: auto;
	display: block;
	position: relative;
}

.hp-nsearch-inner h1 { font-size: 36px; color: white; text-align: left; width: 100%; }
.hp-nsearch-input{
	position: relative;
	display: block;
	overflow: hidden;
}

#search_mini_form_cms .kd_search_submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	width: 46px;
	margin-left: -5px;
	background-image: url(../images/search-icon-white.png);
    border-radius: 0;
    -webkit-appearance: none;
}

#search_mini_form_cms{
	text-align: center;
	padding-top: 150px;
}

#search_cms {
	height: 32px;
    width: 94%;
    float:left;
    border-color: transparent transparent transparent transparent;
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    border-radius: 0;
    -webkit-appearance: none;
}
#search_cms::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d80000;
}
#search_cms::-moz-placeholder { /* Firefox 19+ */
  color: #d80000;
}
#search_cms:-ms-input-placeholder { /* IE 10+ */
  color: #d80000;
}
#search_cms:-moz-placeholder { /* Firefox 18- */
    color: #d80000;
}

.new-tool-inner{
	background: url(../images/new-tool-background.png) no-repeat;
	background-size: cover;
	background-color: white;
	margin: 15px;
	/*height: 520px;*/
	text-align: left;
	position: relative;
}

.copy{
	width: 60%;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background-color: rgba(216, 0, 0, 0.5);
	height:100%;
	color: white;
	padding: 50px 0 0 50px;
}

.copy span {
	font-size: 3em;
	font-family: Roboto;
	font-weight: 300;
}

.copy h1 {
	font-size: 3.5em;
	font-family: Roboto;
	font-weight: bold;
	margin: 0.3em 0;
}

.copy ul { padding-left: 18px; }
.copy ul li {
	font-size: 1em;
	font-family: "Open Sans";
	font-weight: 600;
	line-height: 2em;
}

.copy .learn-more{
	background-color: black;
	padding: 5px 15px;
	margin-top: 30px;
	border: 0;
	outline: none;
	font-size: 18px;
	font-weight: bold;
}

.new-product-image{
	width: 100%;
	display: inline-block;
	/*float: right;*/
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	height: 100%;
	padding: 2%;
	padding-left: 62%;
}

.new-product-image img {
	vertical-align: middle;
	display: inline-block;
	/*width: 100%;*/
	width: 100%;
	/*max-width: 100%;*/
}

.cms-newsletter{
	margin-bottom: 40px;
	margin-top: 40px;
	float: none;
	margin: auto;
	height: 320px;
	padding-top: 50px;
}

.cms-newsletter input {
	height: 44px;
    width: 100% !important;
    border-color: transparent transparent transparent transparent;
    padding: 5px 20% 5px 15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ebebeb;
    border-radius: 0;
    margin-right: 0 !important;
}

/*
.cms-newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari 
  color: #0e587e;
}
.cms-newsletter input::-moz-placeholder { /* Firefox 19+ 
  color: #0e587e;
}
.cms-newsletter input:-ms-input-placeholder { /* IE 10+ 
  color: #0e587e;
}
.cms-newsletter input:-moz-placeholder { /* Firefox 18- 
    color: #0e587e;
}
*/

.cms-newsletter .newsletter-group { width: 60%; }
.newsletter-group button {
	float: left;
	border: 0;
	border-radius: 0;
	background-color: #0e587e;
	color: white;
	height: 44px;
	padding: 0 30px;
	position: absolute;
	right:20%;
}

.section-history{
	background: url(../images/history.png) no-repeat;
	background-color:rgba(255, 255, 255, 0.5);
	background-size: cover;
	color:white;
	float: none;
	display: block;
}

h1.hhistory {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding: 120px 15% 0 15%;
	line-height: 56px;
}

p.hhistory {
	padding: 30px 15%;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

p.hhistory-last{
	padding-bottom: 120px;
	margin-bottom: 0;
}

.history-image {
	padding: 60px;
	display: inline-block;
}

.history-copy{
	padding-top: 100px;
	display: inline-block;
	color: white;
}

.history-copy p {
	    font-size: 12px;
    width: 80%;
    line-height: 20px;
}


/*PRODUCT DETAIL PAGE*/
#product-detail {
	/*background: #ccc;*/
		background: #ffffff;
	color: #000;
}
#similar-products {
	background: #ffffff;
	padding: 0 5%;
}
/*carousel simiral products*/
.slick-prev, .slick-next {
    width: 47px;
    height: 72px;
	opacity: .75;
	z-index: 9;
}
.slick-prev {
	background: url(../images/car-arrow-left.png) center center no-repeat !important;
    left: -40px;
}
.slick-next {
	background: url(../images/car-arrow-right.png) center center no-repeat !important;
	right: -40px;
}
.slick-prev:before {
    content: '';
}
.slick-next:before {
    content: '';
}
/*.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {*/
.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.slick-prev {
		position: relative;
		left: 0;
		top: 30px;
	}
	.slick-next {
		right: 0;
		top: 30px;
	}
}
.sim-title {
	text-transform: capitalize;
	padding: 80px 0 0px 0px;
		padding: 60px 0 0px 0px;
}
@media (min-width: 768px) and (max-width: 820px) {
	.slick-prev {
		left: -7px;
	}
	.slick-next {
		right: -7px;
	}
}
@media (min-width: 992px) and (max-width: 1040px) {
	.slick-prev {
		left: -7px;
	}
	.slick-next {
		right: -7px;
	}
}
@media (min-width: 1199px) and (max-width: 1240px) {
	.slick-prev {
		left: -7px;
	}
	.slick-next {
		right: -7px;
	}
}
.rcsp-item:focus {
	outline: 0;
}

ul.breadcrumbs-product-detail {
	display: inline-block;
    list-style: none;
    padding: 3px 0;
    margin: 0;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
ul.breadcrumbs-product-detail  li {
    /* float: left; */
    height: 20px;
	text-transform:uppercase;
	display: inline-block;
}
ul.breadcrumbs-product-detail li:before {
    content: ">";
	margin-right: 0px;
    margin-left: 0px;
}
ul.breadcrumbs-product-detail li:first-child:before {
    content: '';
	margin: 0;
}
ul.breadcrumbs-product-detail  li a {
	text-transform:capitalize;
	color: #000000;
}
.product-detail-breadcrumbs-tablet {
    /*margin: 10px 0;*/
	    margin: 10px 0 0 0;
}
.product-detail-breadcrumbs-mobile {
    margin: 20px 0 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.sim-title {
		padding: 35px 0 0px 0px;
	}
}


#product-detail-image-info {
    margin-top: 20px;
}
.btn-zoom {
    /* color: #fff; */
    /* background-color: #AB192D; */
    /* border-color: #AB192D; */
    /* border-radius: 3px; */
    min-width: 170px;
    font-weight: 600;
    /*background: url(../images/search_icon.png) left center no-repeat transparent;*/
	background: url(../images/search_icon_black.png) left center no-repeat transparent;
    font-size: 14px;
}
/*.product-detail-info-block */
#product-detail-main-title {
    border-top: 4px solid #CCCCCC;
    border-bottom: 4px solid #CCCCCC;
}

.text-semi {
	font-weight: 600;
}

#product-detail-vote-review {
    padding: 15px 0;
}
#votes-numb {
    height: 32px;
    line-height: 29px;
    font-size: 18px;
    text-indent: 15px;
    color: #A1A1A1;
}
#review-action-links-outer {
    padding-top: 5px;
}
button.review-action-links {
    color: #111111;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
    margin-right: 10px;
}
button.review-action-links:hover {
	color: #A1A1A1;
}

#product-detail-compare-share {
    padding: 15px 0;
}

#product-detail-compare {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0 0 0;
}
#product-detail-compare-text {
    margin-top: -2px;
}


#product-detail-share {
	/*padding: 14px 0 0 0;*/
	padding: 4px 0 0 0;
    float: right;
}
#product-detail-share-text {
    color: #777777;
    font-size: 15px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    height: 34px;
    margin-right: 15px;
}
#product-detail-share-text span {
    line-height: 34px;
}
#product-detail-share-buttons {
    height: 34px;
}
#product-detail-share-buttons ul.social-icons {
    margin: 0;
    height: 34px;
}
@media (max-width: 991px) {
	#product-detail-share {
		float: left;
	}
}

.pd-b-item {
	padding-right: 5px;
	padding-left: 5px;
}
.pd-b-item:first-child {
	padding-left: 15px;
	
}
.pd-b-item:last-child {
	padding-right: 15px;
}
.four-item-button {
    background: #111111;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    height: 60px;
}
.four-item-button:hover, .four-item-button:active, .four-item-button:active, .four-item-button:focus, .four-item-button:active:focus {
    /*background: #ccc;*/
	color: #ffffff;
    background-color: #EA1F2E;
    border-color: #EA1F2E;
	outline: 0;
}
/*
.btn-default:active:focus, .btn-default:active:hover
*/

.pd-b-item-lg:nth-child(2), .pd-b-item-lg:nth-child(4) {
	padding-left: 5px;
}
.pd-b-item-lg:nth-child(1), .pd-b-item-lg:nth-child(3) {
	padding-right: 5px;
}
.pd-b-item-lg:nth-child(1) {
	margin-bottom: 10px;
}
.pd-b-item-lg:nth-child(2) {
	margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.four-item-button {
			font-size: 13px;
		height: 50px;
	}
}
@media (max-width: 767px) {
	.four-buttons-others {
		    /*border-top: 4px solid #CCCCCC;*/
			padding: 15px 0;
	}
	#four-buttons-outer {
		border-top: 4px solid #CCCCCC;
		padding-top: 10px;
	}
	.four-item-button {
		height: 70px;
	}
}

@media (min-width: 992px) {
	.four-buttons-others {
		margin: 15px 0px;
	}
}



.four-item-button span {
    /*white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;*/
    white-space: normal;
}

#product-detail-main-title-mobile {
    border-top: 0;
	z-index:2;
}
#product-detail-main-title-mobile h2 {
	margin-top: 0;
}

@media (max-width: 767px) {
	#product-detail-image-outer {
		margin-top: 100px;
	}
	#product-detail-vote-review {
		padding-top: 0;
		border-top: 0;
	}
}


#product-detail-tabs {
    background: url(../images/pattern_small.png) repeat;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
#product-detail-tabs-inner {
	padding: 0 0 30px 0;
}
#product-detail-tabs-bg-white {
    height: 42px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: #ffffff;
    z-index: 0;
}
#product-detail-tabs-inner {
    z-index: 2;
}

.aircat-tabs>li {
    margin-right: 10px;
	color: #ffffff;
}
.aircat-tabs>li>a {
    /*margin-right: 10px;*/
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.128571;
    color: #ffffff;
	background-color: #AB192D;
}
.aircat-tabs>li>a>span {
white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.aircat-tabs>li.active>a, .aircat-tabs>li.active>a:focus, .aircat-tabs>li.active>a:hover {
	background: url(../images/pattern_small.png) repeat;
	color: #ffffff;
}
.aircat-tabs>li>a:focus, .aircat-tabs>li>a:hover {
    background: #AB192D;
	color: #ffffff;
}

.tab-features-outer {
    /*padding-top: 15px;*/
		padding-top: 30px;
}
.tab-specs-outer {
    /*padding-top: 15px;*/
		padding-top: 30px;
}
.tab-features-inner h4 {
    margin-bottom: 17px;
}
.tab-specs-inner h4 {
    margin-bottom: 17px;
}

.tab-features-inner ul, .tab-specs-inner ul  {
	font-size: 14px;
	font-weight: 600;
}
	.tab-features-inner ul {
		font-size: 16px;
		font-weight: 300;
	}
.listwithbullets {
	margin-left: -22px;
	    margin-left: 19px;
}
.listwithbullets li {
    line-height: 40px;
}
.listwithbullets li {
    border-top: 1px solid transparent;
	line-height: 40px;
}
.listwithbullets li:last-child {
    border-bottom: 1px solid transparent;
}

/*
.list-specs {
	font-weight: 700;
}
.list-specs dt {
	text-align: left;
}
.list-specs dd {
    text-align: right;
}
*/
.list-specs li {
    border-bottom: 1px solid #4A4A4A;
	line-height: 40px;
	font-size: 14px;
	float: left;
    width: 45%;
    margin-left: 4%;
}

.specstitle h3{ margin-left: 4%; margin-right: 2%; border-bottom: 1px solid #4A4A4A; padding-bottom: 10px;}
.list-specs li:last-child {
    border-bottom: 1px solid #4A4A4A;
}
.spec-name {
    float: left;
    width: 50%;
}
.spec-value {
    float: left;
    width: 50%;
    text-align: right;
}

#cust-reviews-sorts-add-reviews {
    /*margin: 25px 0;*/
		margin: 40px 0 25px 0;
}
#cust-reviews-sort select {
	width: 180px;
	/*height: 40px;*/
	    height: 36px;
	background: #EBEBEB;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	color: #AB192D;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/*text-indent: 10px;*/
	display: inline-block !important;
	vertical-align: middle;
	padding: 6px 10px;
	
		height: 30px;
	    padding: 0px 10px;
	
}
#cust-reviews-sort {
	display: inline-flex;
}
button.btn-sort-comments {
    margin-left: -24px;
	    /*padding: 4px 12px;*/
		    padding: 0px 12px;
	margin-bottom: 1px;
}
button.btn-sort-comments span.sort-arrow:before {
    /*top: 7px;
    height: 28px;*/
	    /*top: 6px;*/
}
#cust-reviews-sort #write_review, .write_review {
    /*height: 40px;*/
	    /*height: 36px;
		    height: 30px;*/
    margin-left: 20px;
    color: #ffffff;
	    margin-right: 0;
}
#cust-reviews-sort #write_review:hover {
	color: #A1A1A1;
}
#cust-reviews-sort label {
    font-size: 15px;
}
@media (max-width: 485px) {
	#cust-reviews-sort label {
		display: block;
		margin-bottom: 10px;
	}
}
@media (max-width: 425px) {
	#cust-reviews-sort #write_review {
		width: 100%;
		margin: 20px auto;
		text-align: left;
		margin-bottom: 0;
		/*float: left !important;*/
	}
}


.stars-votes-comments-outer {
        margin: 12px 0px;
}
.comment-box h4 {
    font-size: 17px;
    margin-bottom: 8px;
}
.comment-box p {
    /*font-weight: 600;
	font-size: 15px;*/
		font-size: 16px;
		font-weight: 300;
}

.aircat-pagination {
	text-align: center;
	margin: 0;
}
.aircat-pagination ul {
	margin: 20px 0 0 0;
}

.aircat-pagination ul li a {
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #ffffff;
    font-weight: 600;
	    font-size: 17px;
		
}
.aircat-pagination ul>li>a:focus, .aircat-pagination ul>li>a:hover, .aircat-pagination ul>li>span:focus, .aircat-pagination ul>li>span:hover {
    color: inherit;
}
.aircat-pagination ul>.active>a, .aircat-pagination ul>.active>a:focus, .aircat-pagination ul>.active>a:hover, .aircat-pagination ul>.active>span, .aircat-pagination ul>.active>span:focus, .aircat-pagination ul>.active>span:hover {
    text-decoration: underline;
}
.aircat-pagination ul>li.first, .aircat-pagination ul>li.last, .aircat-pagination ul>li.disabled {
	display: none;
}
/* martin@added */
/*
.bluecolor, .bluecolor a { color: #AB192D; }
*/
.breadcrumb li { color: #000; } /*#445261; }*/
.form-group label { color: #000; }
/* end martin@added */

.simpleLens-big-image { width: 100% }

.triangle {
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	bottom: 6px;
	margin-left: 7%;
	z-index: 10;
}

.nav>li>a:focus, .nav>li>a:hover { background-color: transparent; }

.foot-content .btn-newsletter {
	color: transparent;
	width: 30px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: white;
	padding: 0;
	padding-left: 5px;
}

.foot-content .validation-advice {
    color: red;
}

.foot-content .btn-newsletter:before {
	content: '>';
	color: #d80000;
	font-size: 24px;
}

.foot-content .newsletter-group {
	position: relative;
	width: 100%;
}

.foot-content .newsletter-group input {
	border-radius: 0;
	border: 0;
	margin-right: 0 !important;
	width: 100% !important;
	padding-right: 40px;
}

.search-button-header {
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/search-icon.png) no-repeat;
	width: 50px;
	background-position: 10px;
    background-color: #d80000;
}

/* PDP */
.divider {
    height: 5px;
    background: #d80000;
    /*
    background: -moz-linear-gradient(left, #aa192d 0%, #911526 35%, #600e19 69%, #010000 100%);
    background: -webkit-linear-gradient(left, #aa192d 0%,#911526 35%,#600e19 69%,#010000 100%);
    background: linear-gradient(to right, #aa192d 0%,#911526 35%,#600e19 69%,#010000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa192d', endColorstr='#010000',GradientType=1 );
    */
}
.section-title {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 80px 0 10px 0px;
    /* border-bottom: 10px solid red; */
    line-height: 85px;
    margin: 0;
}

.sim-title {
    text-transform: capitalize;
    padding: 80px 0 0px 0px;
    padding: 30px 0 0px 0px;
}

ul.breadcrumbs-product-detail {
    display: inline-block;
    list-style: none;
    padding: 3px 0;
    margin: 0;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

ul.breadcrumbs-product-detail li {
    /* float: left; */
    height: 20px;
    text-transform: uppercase;
    display: inline-block;
}

ul.breadcrumbs-product-detail li a {
    text-transform: capitalize;
    color: #000000;
}

.product-detail-info-block h2 { font-weight: bold; }

.btn-group-lg>.btn, .btn-lg { border-radius: 0; }

.features-specs {
	background-color: black;
	color: white;
	padding:  0 0 4% 0;
}

ul.product_features {
    margin-left: 0;
    padding-left: 15px;
    font-size: 14px;
}

ul.product_features li {
	line-height: 30px;
}

ul.social-icons {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 17px;
    }

ul.social-icons li {
    float: left;
    margin-right: 12px;
}

ul.social-icons li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ic-facebook {
    background: url(../images/Facebook_red.png) center center;
}
.ic-facebook:hover {
    background: url(../images/Facebook_red_hover.png) center center;
}
.ic-twitter {
    background: url(../images/Twitter_red.png) center center;
}
.ic-twitter:hover {
    background: url(../images/Twitter_red_hover.png) center center;
}
.ic-google-plus {
    background: url(../images/GooglePlus_red.png) center center;
}
.ic-google-plus:hover {
    background: url(../images/GooglePlus_red_hover.png) center center;
}

#home-gallery-inner {
    padding: 80px 0;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -25px;
}

.slick-prev, .slick-next {
    width: 47px;
    height: 72px;
    opacity: .75;
    z-index: 9;
}

.slick-prev {
    background: url(../images/car-arrow-left.png) center center no-repeat !important;
    left: -40px;
}
.slick-next {
    right: -25px;
}
.slick-prev, .slick-next {
    width: 47px;
    height: 72px;
    opacity: .75;
    z-index: 9;
}
.slick-next {
    background: url(../images/car-arrow-right.png) center center no-repeat !important;
    right: -40px;
}

.sp-item { margin-bottom: 10px; }
.single-product > a.single-product-item-link {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 2%;
    padding: 0;
}
.product-item-image-container {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.single-product .product-item-image-container {
    overflow: hidden;
}
.single-product .product-item-image-container {
    opacity: 1;
}

a.single-product-item-link,
a.single-product-item-link:focus,
a.single-product-item-link:hover { 
	color: black; 
}

/* compare buttons */
.checkbox label::before {
	width: 15px;
	height: 15px;
	border-radius: 0;
	border-color: black;
	margin-top: 3px;
	border-width: 2px;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
	border-color: black;
	border-width: 2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
	content: ' ';
}

.checkbox-after input[type="checkbox"] + label::after {
    font-family: 'FontAwesome';
    content: " ";
    color: #d80000;
}
.checkbox-after label::before {
    background-color: #d80000;
}

.single-product .caption .checkbox label {
    font-weight: bold;
    text-transform: uppercase;
}

a.compare_iframe, .chb-lbl-box {
	font-weight: bold;
}

#product-detail {
	max-width: 1200px;
	margin: auto;
}

.features-specs-inner {
	max-width: 1200px;
	margin: auto;
	display: block;
}

#similar-products{
	max-width: 1170px;
	margin: auto;
	padding: 0;
}

.plp-category-header{
	height: 184px;
	border-bottom: 4px solid black;
	background-color: black;
	color: white;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	background-position-x: 50%;
	background-size: cover;
}
.plp-category-header .left {
	padding: 50px 0 0 50px;
	background-color: #464646;
	height: 100%;
	padding-left: calc(2% + 35px);
}

/* plp header */
.plp-category-header .left, .plp-category-header .right {
    /*background: #D25A1E;*/
    position: relative;
    width: calc(48% - 6px);
}
.plp-category-header .left {
    float: left;
}
.plp-category-header .right {
    float: right;
    height: 170px;
    height: 0;
}
.plp-category-header .left:after, .plp-category-header .right:before {
    content:'';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}
.plp-category-header .left:after {
    left: 100%;
    border-top: 180px solid #464646;
    border-right: 50px solid transparent;
}
.plp-category-header .right:before {
    right: 100%;
    border-bottom: 180px solid transparent;
    border-left: 50px solid transparent;
}

.cat-children-img a img {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
}

.leftsidebar {
	background-color: #ebebeb;
	padding-bottom: 30px;
	/*height: 1100px; */
}

.category-landing-children {
	padding: 30px 0 0 10px;
}

.cat-children-title {
	/*background-color: #d80000;*/
	background-color: white;
	padding: 2px 10px 10px 10px;
	text-align: center;
	padding: 10px;
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d80000;
	width: 100%;
	display: table;
}

.cat-children-title-inner{
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.cat-children-wrapper a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.cat-children-img {
	padding: 20px;
	height: 250px;
	text-align: center;
}

.kingdom-widget {
	text-align: center;
}

.lsidebar-catalog {
	width: 80%;
}

.new-tool a { color: white; }

.hhistory-btn {
	    border: 0;
    outline: none;
    background: #0e587e;
    color: white;
    padding: 5px 20px;
    margin-left: 20px;
}
.newsletter-group h4, .newsletter-group h1 { display: none; }

.new-tool .newsletter-group h1 {
	display: block;
	text-align: left;
    color: #0e587e;
    font-weight: bold;
    font-size: 36px;
}

.new-tool .newsletter-group h4 {
	display: block;
	text-align: left;
    color: #0e587e;
    font-weight: bold;
	padding-bottom: 15px;
}

.new-tool .validation-advice {
	position: absolute;
	bottom: 0;
	color: red;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages, .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages li {
    margin: 0 0 10px !important;
}

.success-msg {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 16px !important;
    font-size: 15px !important;
    /* font-weight: bold !important; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.cat-sec1-title{
	font-size: 56px;
	font-weight: bold;
	color: #d80000;
	font-family: Roboto;
}

.cat-sec2-subtitle{
	font-size: 24px; 
	color: black; 
	font-family: Roboto; 
	font-style: italic;
}
.row-height {
	height: 330px;
	height: auto;
	margin-bottom: 20px;
}

.product-item-image-container img {
	max-width: 100%;
}

.thumbnail {
	border: none;
}

.cat-children-wrapper {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cat-children-wrapper:hover{
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 9px 30px 0 rgba(0, 0, 0, 0.19);
}

.product-list-sort-info {
	text-align: right;
    /*padding: 10px 0;*/
		padding: 15px 0;
}

.product-list-info {
    display: inline-block;
    /* display: inline-table; */
    /* display: -webkit-inline-box; */
    margin-right: 10px;
    /* font-size: 20px; */
    font-size: 16px;
}
.bolded {
    font-weight: bold;
}
.product-list-info-control-sorts {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.toolbar {
    border: 0;
    border-radius: 0;
    /* font-size: 20px; */
    font-size: 14px;
    /* font-weight: bold; */
    /* width: 95px; */
    /* width: 110px; */
    /* width: 90px; */
    color: white;
    vertical-align: baseline;
    background: black;
    text-indent: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sort-by {
    padding-top: 0;
}
.red {
    color: #d80000;
}

.product-list-info-control-sorts button {
    padding: 1px 12px;
}

button.btn-view-all-products {
    border: 0;
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: bold;
    /* width: 95px; */
    /* width: 110px; */
    /* width: 90px; */
    width: 100px;
    color: white;
    background: black;
    text-indent: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button.btn-sort-products {
    border: 0;
    width: 40px;
    color: white;
    background: black;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

span.sort-arrow.sort-reverse {
    background: url(../images/arrow-reverse.png) center center no-repeat;
}

span.sort-arrow {
    float: right;
    display: block;
    width: 20px;
    height: 25px;
    background: url(../images/arrow.png) center center no-repeat;
}

span.sort-arrow:before {
    content: "";
    background: #A1A1A1;
    position: absolute;
    top: 6px;
    /* right: 37px; */
    right: 40px;
    width: 1px;
    top: 2px;
    height: 22px;
}

.btn-default.active, .btn-default:active, 
.open>.dropdown-toggle.btn-default, 
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover,
.btn-default.focus, .btn-default:focus {
	color: #AB192D;
	background-color: black;
	border: 0;
}

.btn-default:hover,
.btn-default:active, 
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover {
	background-color: auto;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

.plp-category-header-responsive {
	height: auto;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	margin-bottom: 15px;
	/*margin-bottom: 215px;*/
}

.plp-category-header-responsive .top {
	padding: 15px 0;
}

.plp-category-header-responsive img {
	width: 200%;
	position: relative;
	left: -100%;
	overflow: hidden;
}

.fsi-tab {
	background: #d80000;
	color: white;
}

.fsi-tab h2 {
	color: white;
	margin: 0;
	padding: 15px;
	float: left;
	background: #d80000;
	font-weight: bold;
    font-size: 22px;
}

.amshopby-filters-left{
	margin-top: -1px;
}

.amshopby-filters-left ol {
	margin: 0;
	padding: 0;
}

li.amshopby-cat-multi {
	list-style: none;
	padding: 7px 0 7px 20px;
	border-bottom: 1px solid darkgrey;
}

li.amshopby-cat-multi a, li.amshopby-cat-multi a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding-left: 10px;
}

div.block-layered-nav li.amshopby-cat-multi a {
	padding-left: 20px;
}

div.block-layered-nav li.amshopby-cat-multi a {
	background-image: url(../images/filter-unchecked.png);	
}
div.block-layered-nav li.amshopby-cat-multiselected a {
	background-image: url(../images/filter-checked.png);
}

.hide-product-list {
	display:none;
}

#ctoolbar .pages { display:none; }

.layered-category-header{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 20px;
	background-color: #d80000;
	padding: 15px 0 18px 0;
}

.storelocator-page .search-content {
	background-color: black !important;
}

.tag-content h4 {
	color: #d80000 !important;
}

.range-slider-label {
	color: white !important;
}

.search-content .label-radius {
	padding: 0;
    float: left;
    width: auto;
    padding-top: 8px;
    color: white;
}

.btn-locator {
    min-width: 100px;
    border-radius: 0;
}

.form-control {
	border-radius: 0;
}
.ui-datepicker-trigger {
	max-width: 30px;
}

#options_5_date {
	display: inline-block;
    margin-right: 10px;
    width: 90% !important;
}

#options_5_date_trig {
	display: none;
}

.flipbook-viewport .page {
	    width: 500px;
    height: 647px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#fancybox-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#fancybox-outer {
    position: fixed;
    top: 20%;
    width: 85%;
    height: 50%;
}
.compare-table tbody tr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7ea #e7e7ea;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
}
.compare-table tbody tr.first {
    border-color: transparent transparent;
    border-image: none;
    border-style: solid solid none;
    border-width: 0px;
}
.compare-table td, .compare-table th {
    padding: 20px;
}
tr.first td {
    padding-bottom: 30px;
}
.compare-table tbody th {
    background-color: #f3f3f4;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-close {
    left: -10px;
}

.compare-table .last {
	border-bottom: 1px solid #e7e7ea;
}

.cat-children-title h3 {
	color: #464646;
}

.catalogsearch-result-index .col-main {
	background-color: #EBEBEB;
}

.catalogsearch-result-index .single-product {
	background-color: #fff;
	margin-bottom: 20px;
}

.logo-link{
	position: absolute !important;
	width: 5% !important;
	z-index: 100;
}

.plp-category-header-responsive .bottom {
	width: 100%;
    /*position: absolute;*/
    left: -100%;
    height: 190px;
    height:	auto;
    background-color: white;
}

.leftsidebar ul.breadcrumbs-product-detail {
	font-size: 13px;
	padding: 10px 0;
}


.leftsidebar ul.breadcrumbs-product-detail li {
	text-transform: none;
}

.about-us-title {
	border-bottom: 4px solid red;
	font-size: 34px;
    padding-bottom: 10px;
}

.breadcrumbs-product-detail li a {
	display: inline-block;
}

.copy .learn-more, .btn-newsletter, .hhistory-btn, .btn .btn-aircat, .btn, .btn-aircat {
	font-family: "Open Sans";
	font-weight: bolder;
}

.nheader-scroll-search {
	position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}

.nheader-scroll-search #search, .mobile-search-input #search, .mobile-search-input {
	display: none;
    height: 50px;
    width: 100%;
    border-color: transparent transparent transparent lightgrey;
    border-left: 1px solid lightgrey;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
    color: rgb(51,51,51);
    font-weight: normal;
    outline: none;
}

.mobile-search-input #search { display: block; }

.mobile-search-input {
	padding: 0;
	position: static;
	top: 50px;
}

.nheader-scroll-search input.kd_search_submit, .mobile-search-input input.kd_search_submit {
	width: 50px;
	height: 50px;
}

.mobile-menu .language-chooser {
	padding-left: 0;
	text-align: center;
}
.navbar-nav { margin-bottom: 0; }

.language-chooser li a span { font-weight: bold; }

.navbar-inverse .navbar-collapse {
	height: 100vh;
	max-height: 100%;
}

.nav-justified>.dropdown .dropdown-menu {
  background-color: #252525;
}

.dropdown-menu hr { margin-top: 5px; margin-bottom: 5px; }

#sidebar-nav-menu { padding-left: 10px; }

/* ONLY IE > 10 BROWSERS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.dropdown {
		position: static !important;
	}
}
/* Changes 404 page 4.4.2019 */
.cms-index-noroute .main-container {
	background: #ffffff !important;
}
.cms-index-noroute .main-container .col-main {
    padding: 30px 15px;
    margin: 0 auto;
}
.cms-index-noroute .main-container .col-main dt{
	line-height: 1.7;
	font-size: 18px;
	margin-bottom: 10px;
}

@media (min-width: 768px){
  .cms-index-noroute .main-container .col-main {
    width: 750px;
  }
}
@media (min-width: 992px){
  .cms-index-noroute .main-container .col-main {
    width: 970px;
  }
}
@media (min-width: 1200px){
  .cms-index-noroute .main-container .col-main {
    width: 1170px;
  }
}
.cms-index-noroute footer {
	position: absolute;
    width: 100%;
    bottom: 0;
}
/*Changes 17.6.2019  Product spec to the left */
.catalog-product-view .tab-features-outer {
	width: 35% !important;
}
.catalog-product-view .tab-specs-outer {
	width: 65% !important;
}