@charset "utf-8";
/* CSS Document */
/* CSS Document */
@font-face {
	font-family: 'Poppins-Regular';
	font-style: normal;
	src:url("../fonts/Poppins-Regular.ttf");
}
@font-face {
	font-family: 'Poppins-Medium';
	font-style: normal;
	src:url("../fonts/Poppins-Medium.ttf");
}
@font-face {
	font-family: 'Poppins-SemiBold';
	font-style: normal;
	src:url("../fonts/Poppins-SemiBold.ttf");
}

*{
	box-sizing:border-box;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}

.content_left ul{
	list-style-type:disc; 
	list-style-position:outside;
	padding:0px 0px 0px 22px ;
}

.content_left .special_product_content ul{
	list-style:none;
	padding:0;
	margin:0;
}


a{
	text-decoration:none;
	color: rgb(217, 0, 0);
}

body, html {
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	font-size: 18px;
	color: #000;
	line-height: 32px;
	font-family:'Poppins-Regular';
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size:36px;
	font-family: 'Poppins-SemiBold';
}
h2 {
	font-size:29px;
	font-family: 'Poppins-SemiBold';
}
h3 {
	font-size:22px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	padding: 0 0 0px;
	margin: 0;
	line-height: normal;
}
/*--header start--*/
.header_top{
	width:100%;
	float:left;
	background:#f1f1f1;
}
.header_top_right{
	float:right;
	text-align:right;
}
.header_top_right .fa-phone{
	font-size:13px;
	color:#333333;
}
.header_top_right .fa-phone{
	font-size:13px;
	color:#333333;
}
.header_top_right ul{
	float:right;
	text-align:right;
}
.header_top_right ul li{
	display:inline-block;
	padding:7px 20px;
	margin:0;
	cursor:pointer;
}
.header_top_right ul li:hover{
	background:#d90000;
}
.header_top_right ul li:hover a{
	color:#fff;
}
.header_top_right ul li a{
	font-size:14px;
	color:#000;
}
.header_top_right ul li.login{
	background:#d90000;
	color:#fff;
}
.header_top_right ul li.login a{
	color:#fff;
}
.header_middle{
	width:100%;
	float:left;
	padding:10px 0;
}
.header_right{
	float:right;
}
.header_right ul{
	float:right;
	margin:15px 0;
}
.header_right ul li{
	color:#000;
	font-family: 'Poppins-Medium';
	font-size:14px;
	line-height:20px;
	
}
.header_right ul li a{
	color:#000;
	font-size:14px;
}
.search_box {
	text-align:center;
	margin:0 auto;
	display:block;
}
.search_box
.srch_input {
	width:78%;
	margin-top:20px;
	height:40px;
	border:1px solid #cccccc;
	padding-left:10px;
	font-size:14px;
	border-radius:20px;
	box-shadow:none;
	background:url(../images/search_icon.png) no-repeat right;
	background-position:98%;
}
.main_menu{
	width:100%;
	float:left;
	background:#474747;
}
.main_menu ul{
	float:left;
	text-align:left;
	margin:0;
}
.main_menu ul li{
	display:inline-block;
	position:relative;
	padding:10px 20px 10px 0;
}
.main_menu ul li a{
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
}
.main_menu ul li ul {
    z-index: 999;
    position: absolute;
    background: #fff;
    box-shadow: 1px 2px 3px #ccc;
    padding: 0;
    width: 350px;
    top: 100%; 
	display:none;
	z-index:99999;
	
}
.main_menu ul li ul li {
    display: inline-block;
    padding:10px 20px;
    position: relative;
    float: left;
    width: 100%;
	border-left: solid 4px #474747;
}
.main_menu ul li ul li a {
    color: #D90001;
    font-size: 13px;
    width: 100%;
    float: left;
}
.main_menu ul li ul li:hover  {
	border-left: solid 4px #D90001;
}
.main_menu ul li ul li:hover a {
	color: #7d7d7d;
}
.main_menu ul li:hover ul {
	display:block;
}
/*--menu-trigger--*/
.menu_trigger{
	display:none;
}
.mob_menu{
	background:#333;
	display:none;
	position:relative;
	width:100%;
	float:left;
	z-index:999;
}
.mob_menu ul{
	display:block;
	margin:0 auto;
	padding:0px 0;
}
.mob_menu ul li {
    list-style: none;
    display:block;
    padding: 8px 15px 8px 30px;
    position: relative;
    border-bottom: 1px solid #4f4f4f;
    text-transform: uppercase;
}
.close_menu{
	position:absolute;
	top:15px;
	right:20px;
	font-size:14px;
	color:#FFF;
}
.mob_menu ul li a{
	font-size:14px;
	color:rgba(255,255,255,0.8);
}
.fa-bars{
	margin-top:22px;
	color:#fff;
	display:none;
	margin:17px 10px;
}
	
/*--header end--*/
/*--side-bar start--*/
.side_bar{
	margin:50px 0;
	float:left;
}
.content{
	float:right;
}
.side_bar .side_bar_product{
	width:100%;
	float:left;
}
.side_bar .side_bar_product ul{
	float:left;
	width:100%;
}
.side_bar .side_bar_product ul li{
	border:1px solid #eeeeee;
	width:100%;
	padding:2px 0;
}
.side_bar .side_bar_product  ul li a{
	color:#606060;
	font-size:14px;
	padding-left:10px;
}
.side_bar .side_bar_product ul li .fa-info-circle{
	color:#d90000;
	font-size:14px;
	padding-left:10px;
}
.side_bar .side_bar_product ul li .fa-tag{
	color:#d90000;
	font-size:14px;
	padding-left:10px;
}
.side_bar .side_bar_product ul li .fa-star{
	color:#d90000;
	font-size:14px;
	padding-left:10px;
}
.side_bar .category{
	float:left;
	width:100%;
	margin:30px 0;
}
.side_bar .category .category_heading{
	width:100%;
	float:left;
	padding:10px 20px;
	color:#FFF;
	background:#474747;
	font-size:22px;
}
.side_bar .category .category_heading .fa-sort-down,
.side_bar .category .category_heading  a{
	float:right;
	font-size:18px;
	padding-top:2px;
	color:#fff;
}
.side_bar .category ul{
	float:left;
	width:100%;
}
.side_bar .category ul li{
	border:1px solid #eeeeee;
	width:100%;
	padding:0 10px;
}
.side_bar .category ul li a{
	color:#606060;
	font-size:14px;
}
/*--side-bar end--*/
/*--slider start--*/
.slider{
	width:100%;
	float:left;
	position:relative;
	margin:50px 0 40px;
}
.slider_content{
	position:absolute;
	top:10%;
	left:0;
	right:0;
	padding-left:50px;
	text-align:left;
	
}
.slider_content h1{
	color:#fff;
	line-height:42px;
	width:71%;
	float:left; 
}

.slider_content h1 .text_color{
	color:#ff0000;
}
/*--slider end--*/
/*--about_wrap start--*/
.about_wrap{
	width:100%;
	float:left;
}
.about_wrap_left{
	width:100%;
	max-width:65%;
	float:left;
}
.about_wrap_left h2{
	color:#474747;
}
.about_wrap_left p{
	color:#000;
	padding-top:20px;
	font-size:14px;
	font-family: 'Poppins-Regular';
}
.about_wrap_right{
	width:100%;
	margin-top:15px;
	max-width:30%;
	float:right;
	background:#f7f7f7;
	padding:10px 15px 20px;
}
.about_wrap_right ul{
	float:left;
	width:100%;
}
.about_wrap_right ul li{
	border-bottom:1px solid #dadada;
	padding:8px 0;
}
.about_wrap_right ul li a{
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
	font-family: 'Poppins-SemiBold';
	padding-left:15px;
}
.about_wrap_right ul li .catalog_icon{
	background:url(../images/all_img.png) no-repeat;
	width:29px;
	float:left;
	height:29px;
	background-position:-13px -10px;
}
.about_wrap_right ul li .order_icon{
	background:url(../images/all_img.png) no-repeat;
	width:29px;
	float:left;
	height:29px;
	background-position:-57px -6px;
}
.about_wrap_right ul li .quick_icon{
	background:url(../images/all_img.png) no-repeat;
	width:29px;
	float:left;
	height:29px;
	background-position:-106px -10px;
}
.about_wrap_right ul li .credit_icon{
	background:url(../images/all_img.png) no-repeat;
	width:29px;
	float:left;
	height:29px;
	background-position:-149px -10px;
}
/*--about_wrap end--*/
/*--products start--*/
.products{
	width:100%;
	float:left;
	background:#f7f7f7;
	margin:50px 0;
}
.products_nav{
	width:100%;
	float:left;
	background:#eeeeee;
}
.products_nav ul{
	float:left;
	width:100%;
}
.products_nav ul li{
	display:inline-block;
	padding:6px 20px;
	border-right:1px solid #fff;
	cursor:pointer;
}
.products_nav ul li:hover{
	background:#d90000;
}
.products_nav ul li.special_nav{
	background:#d90000;
}
.products_nav ul li.special_nav a{
	color:#fff;
}
.products_nav ul li:hover a{
	color:#fff;
}
.products_content{
	width:100%;
	float:left;
	padding:50px 0;
}
.products_content ul{
	float:left;
	width:100%;
	text-align:centern;
	display:block;
}
.products_content ul li{
	display:inline-block;
	width:29.6%;
	margin:0 15px;
	text-align:center;
	float:left;
	vertical-align:middle;
	padding:10px;
	font-family: 'Poppins-SemiBold';
}

.products_content ul li ul li{
	display:block;
	width:95%;
	margin:0 5px;
	text-align:left;
	vertical-align:middle;
	padding:2px;
	font-family: 'Poppins-Regular';
	font-size: 14px;
	line-height: 18px;
}

.products_content ul li .products_img{
	min-height:135px;
}
.products_content ul li img{
	vertical-align:center;
}

.products_content ul li p{
	font-size:14px;
	color:#474747;
	padding-top:20px;
	
	width:100%;
}

.products_promo_content{
	max-height: 300px;
	overflow-y:auto;
}

.products_promo_content p{
	text-align: left !important;
}
.products_content ul li .title{
	font-size:14px;
	width:100%;
	display:block;
	text-align: left;
	color:#474747;
	font-family:'Poppins-Regular';
}
.products_content ul li .price{
	font-size:14px;
	color:#d90000;
	
}
.products_content .more{
	width:100%;
	float:left;
	text-align:center;
	margin-top:30px;
}
.products_content a.more_btn{
	width:270px;
	height:40px;
	text-align:center;
	background-color:#d90000;
	margin:0 auto;
	display:block;
	padding-top:5px;
	color:#FFF;
	
}
.products_content a.more_btn:hover{
	color:#fff;
	background:#474747;
}

/*--products end--*/
/*--newsletter start--*/
.newsletter{
	background:url(../images/newsletter.jpg) no-repeat;
	width:100%;
	float:left;
	background-size:cover;
	padding:20px 0 40px;
	background-attachment:fixed;
}
.newsletter_left h3{
	font-family: 'Poppins-SemiBold';
	color:#fff;
	padding-top:20px;
}
.newsletter_left p{
	font-size:14px;
	color:#fff;
	margin-bottom:20px;
}
.newsletter_left a.signup_btn{
	padding:5px 20px;
	border:1px solid #fff;
	color:#fff;
}
.newsletter_left a.signup_btn:hover{
	background:#474747;
}
.newsletter_right h3{
	font-family: 'Poppins-SemiBold';
	color:#fff;
	padding-top:20px;
	width:100%;
	float:left;
}
.newsletter_right p{
	font-size:14px;
	color:#fff;
	margin-bottom:20px;
	width:100%;
}
.newsletter_right ul{
	float:left;
	width:100%;
}
.newsletter_right ul li{
	display:inline-block;
	padding-right:5px;
}
.newsletter_right ul li a{
	border: 1px solid #fff;
    width: 38px;
    height: 36px;
    float: left;
    text-align: center;
	color:#fff;
	font-size:20px;
	padding-top:7px;
}
.newsletter_right ul li a:hover{
	background:#474747;
}
/*--newsletter end--*/
/*--footer start--*/
.footer{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:50px 0;
	
}
.footer_content h4{
	font-size:20px;
	font-family: 'Poppins-SemiBold';
	color:#474747;
}
.fa-map-marker{
	color:#d90000;
	font-size:18px;
	padding-right:10px;
}
.footer_content p{
	font-size:14px;
	padding-left:25px;
	color:#767676;
}
.footer_content ul{
	width:100%;
	float:left;
	padding:20px 0;
}
.footer_content ul li{
	color:#767676;
	font-size:14px;
}
.footer_content ul li .fa-phone{
	transform: rotate(90deg);
	font-size:16px;
	color:#d90000;
	padding-left:10px;
	padding-top:10px;
}
.footer_content ul li .fa-fax{
	font-size:16px;
	padding-right:10px;
	color:#d90000;
}
.footer_content ul li .fa-envelope{
	font-size:16px;
	padding-right:10px;
	color:#d90000;
}
.footer_bottom{
	width:100%;
	float:left;
	background:#eeeeee;
	padding:10px 0;
}
.footer_bottom .copyright{
	float:left;
	text-align:left;
	font-size:14px;
	color:#767676;
}
.footer_bottom .copyright p{
	padding-top:22px;
}
.footer_bottom .footer_bottom_right{
	float:right;
	text-align:right;
	padding-top:13px;
}
/*--footer end--*/
/*--category start--*/
.inner_heading ul{
	float:left;
}
.inner_heading ul li{
	display:inline-block;
	padding-right:10px;
	font-size:14px;
	color:#474747;
	border-right:1px solid #474747;
	line-height:16px; 
}
.inner_heading ul li:last-child{
	border:none;
}
.category_wrap{
	width:100%;
	float:left;
	padding:50px 0 20px;
}
.category_wrap h2{
	width:100%;
	float:left;
	border-bottom:3px solid #eeeeee;
	color:#474747;
}
.category_wrap p{
	float:left;
	font-size:14px;
	color:#474747;
	padding-top:20px;
}
.category_wrap p .text_color{
	color:#d90000;
}
.category{
	width:100%;
	float:left;
}
.search_catalog{
	width:100%;
	max-width:65%;
	float:left;
	padding:20px;
	background:#f7f7f7;
	margin-top:15px;
}
.search_catalog h5{
	color:#333333;
	font-family: 'Poppins-SemiBold';
	text-transform:uppercase;
}
.search_catalog_left{
	width:51%;
	float:left;
	font-family: 'Poppins-SemiBold';
}
.search_input{
	box-shadow:none;
	border:1px solid #e1e1e1;
	width:60%;
	float:left;
	height:40px;
}
.search_btn{
	width:39%;
	box-shadow:none;
	border:none;
	background:#d90000;
	height:39px;
	font-size:14px;
	color:#fff;
}
td input[type="submit"]{
	width:39%;
	box-shadow:none;
	margin: 10px;
	border:none;
	background:#d90000;
	height:39px;
	font-size:14px;
	color:#fff;
}
.search_catalog_left p{
	font-size:14px;
	color:#000;

}
.search_catalog_right{
	width:47%;
	float:right;
	font-family: 'Poppins-SemiBold';
}
.search_catalog_right p{
	font-size:14px;
	color:#000;
}
select{
	width:100%;
	height:40px;
	font-size:14px;
	color:#474747;
	font-family:'Poppins-Regular';
}
.note{
	padding:20px 0 5px;
	width:100%;
	float:left;
}
.note p{
	font-size:14px;
	color:#474747;
}
.category_content{
	width:100%;
	float:left;
}
.category_content ul{
	float:left;
	width:100%;
	margin-top:20px;
	font-family: 'Poppins-SemiBold';
}
.category_content ul li{
	border-bottom:1px solid #e1e1e1;
	padding:10px 0;
	width:100%;
	float:left;
}
.category_content ul li a{
	font-size:16px;
	color:#000;
}
.category_content ul li:last-child{
	border:none;
}
.fa-arrow-right{
	padding-left:10px;
}

.category_content ul li a .categories, 
.category_content ul li .categories a {
	font-size:14px;
	border-right:1px solid #000;
	padding-right:10px;
	line-height:20px;
	font-family:'Poppins-Regular';
	padding-top:7px;
}
.category_content ul li .item a , 
.category_content ul li a .item {
	font-size:14px !important;
	padding-left:10px;
	line-height:20px;
	padding-top:7px;
	font-family:'Poppins-Regular';
}
/*--category end--*/
/*--about_us start--*/
.about-us{
	float:left;
	width:100%;
	padding-top:40px;
}
.about_left{
	width:65%;
	float:left;
}
.about_catalog{
	width:30%;
	float:right;
}
.about_catalog{
	width:30%;
	float:right;
	background:#f7f7f7;
	padding:15px;
}
.about_catalog h5{
	color:#333333;
	font-family: 'Poppins-SemiBold';
}
.about_catalog p{
	font-size:14px;
	color:#474747;
}
.about_catalog p .text_color{
	color:#d90000;
}
.search_wrap{
	padding:20px 0 0;
}
.search_wrap p{
	color:#000;
	font-family: 'Poppins-SemiBold';
}
	
.about_left h2{
	color:#474747;
	width:100%;
	float:left;
	border-bottom:3px solid #eeeeee;
	margin-bottom:20px;
}
.about_left p{
	font-size:14px;
	color:#474747;
	padding-top:20px;
}
.about_left ul{
	margin:30px 0;
	float:left;
	
}
.about_left ul li{
	font-size:14px;
	color:#474747;
}
.about_left .about_related{
	float:left;
	width:100%;
	font-family:'Poppins-SemiBold';
	color:#474747;
	padding-bottom:60px;
}
.about_left .about_related ul{
	margin:0;
	
}
.about_left .about_related ul a{
	color:#d90000;
}

/*--about_us end--*/
/*--product_catalog start--*/
.product_wrap{
	width:100%;
	float:left;
	padding:50px 0 20px;
}
.product_wrap h2{
	width:100%;
	float:left;
	border-bottom:3px solid #eeeeee;
	color:#474747;
}
.product_wrap p{
	float:left;
	font-size:14px;
	color:#474747;
	padding-top:20px;
}
.catalog_table{
	width:100%;
	float:left;
	margin:30px 0;
	font-size:14px;
	background:#fff;
	position:relative;
}
.catalog_table h3{
	font-family:'Poppins-SemiBold';
	color:#474747;
	font-size:22px;
	padding-bottom:20px;
}
.catalog_table table{
    border-collapse: collapse;
	float:left;
	width:100%;
}
.catalog_table tr{
	width:100%;
	vertical-align:middle;
}
.catalog_details_table tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.catalog_table th{
	color:#fff;
	font-size:13px;
	background-color:#3b3e42;
	white-space:normal;
	padding:2px 10px;
	position:relative;
}


.catalog_table th a{
	color: #fff;
}

.catalog_table th.part_no{
	width:140px;
}
.catalog_table td{
	padding:10px 10px;
	font-size:14px;
	line-height:20px;
	color:#474747;
	vertical-align:middle;
}
.catalog_note{
	width:100%;
	float:left;
}
.catalog_note p{
	padding:30px 0;
	font-size:16px;
	color:#474747;
}
.catalog_table td.part_color, 
.catalog_table td.part_color a
{
	color:#d90000;
}
.cart_btn{
	width:100%;
	float:left;
	text-align:center;
	margin:20px 0;
}
.cart_btn a, .cart_btn input
{
	border: none;
	background:#d90000;
	color:#fff;
	width:400px;
	padding:6px 30px;
}

.cart_btn input:hover
{
color: #aaa;
}



.catalog_table td .description_img{
	height:auto;
	float:left;
	vertical-align:middle;
}
.catalog_table td img, 
.catalog_table td input  {
	vertical-align:middle;
	padding-right:10px;
}


.catalog_table td .table_qty{
	width:40px;
	height:30px;
	border:1px solid #e1e1e1;
	text-align: right;
}
/*--product_catalog end--*/
/*--product_details start--*/
.product_details{
	float:left;
	width:100%;
	padding-top:40px;
}
.product_details_left{
	width:65%;
	float:left;
}
.product_details_left h2{
	color:#474747;
	width:100%;
	float:left;
	border-bottom:3px solid #eeeeee;
	margin-bottom:20px;
}
.product_details_left p{
	font-size:14px;
	color:#474747;
	padding-top:20px;
}
.product_details_left ul{
	float:left;
	width:100%;
	margin:20px 0;
}


ul.account_navigation li,
.product_details_left ul li{
	display:inline-block;
	padding:5px 20px;
	background:#d90000;
	cursor:pointer;
}

ul.account_navigation li a,
.product_details_left ul li a{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
}
.details{
	width:100%;
	float:left;
	margin:30px 0;
}
.details_left{
	width:48%;
	float:left;
	text-align:center;
}

.details_right{
	width:50%;
	float:right;
}
.details_right .description{
	width:100%;
	padding:10px 20px;
	border:1.4px solid #eeeeee;
}
.details_right .description .description_item{
	width:100%;
	float:left;
	font-size:14px;
	color:#474747;
	font-family:'Poppins-SemiBold';
}
.details_right .description p{
	font-size:14px;
}
.details_right .description .page_number{
	font-size:14px;
	color:#474747;
	font-family:'Poppins-SemiBold';
	width:100%;
	float:lft;
	margin-top:20px
}
.text_color{
	color:#d90000;
}
.details_right .information{
	width:100%;
	padding:10px 20px;
	border:1.4px solid #eeeeee;
	margin-top:20px;
}
.details_right .information .information_item{
	width:100%;
	float:left;
	font-size:14px;
	color:#474747;
	font-family:'Poppins-SemiBold';
}
.details_right .information p{
	font-size:14px;
}
.details ul{
	float:left;
	width:100%;
	margin:30px 0;
}
.details ul li{
	display:inline-block;
	padding-right:10px;
}
.details ul li .qty{
	width:60px;
	height:40px;
}
.details ul li a  {
	padding:9px 20px;
	font-size:14px;
	color:#fff;
	background:#d90000;
}

.details ul li .btn-add {
	padding:4px 20px;
	font-size:14px;
	color:#fff;
	border:none;
	background:#d90000;
}
.product_related{
	width:100%;
	float:left;
}
.product_related h2{
	color:#474747;
	border-bottom:3px solid #eeeeee;
	width:100%;
	float:left;
}
.product_related .connectors{
	width:100%;
	float:left;
	margin:30px 0 20px;
}
.product_related .connectors h5{
	color:#333333;
	font-family: 'Poppins-SemiBold';
	width:100%;
	float:left;
	border-bottom:1px solid #eeeeee;
}
.product_related .connectors img{
	float:left;
	padding:20px;
}
.product_related .lok_connectors{
	width:100%;
	float:left;
	margin:0px 0 20px;
}
.product_related .lok_connectors h5{
	color:#333333;
	font-family: 'Poppins-SemiBold';
	width:100%;
	float:left;
	border-bottom:1px solid #eeeeee;
}
.product_related .lok_connectors img{
	float:left;
	padding:20px;
}
.product_related .lok_connectors_tool{
	width:100%;
	float:left;
	margin:30px 0 20px;
}
.product_related .lok_connectors_tool h5{
	color:#333333;
	font-family: 'Poppins-SemiBold';
	width:100%;
	float:left;
	border-bottom:1px solid #eeeeee;
}
.product_related .lok_connectors_tool img{
	padding:20px;
}
/*--product_details end--*/
/*--question start--*/
.question{
	float:left;
	width:100%;
	padding-top:40px;
}
.question_left{
	width:65%;
	float:left;
}
.question_catalog{
	width:30%;
	float:right;
}
.question_catalog{
	width:30%;
	float:right;
	background:#f7f7f7;
	padding:15px;
}
.question_catalog h5{
	color:#333333;
	font-family: 'Poppins-SemiBold';
}
.question_catalog p{
	font-size:14px;
	color:#474747;
}
.question_catalog p .text_color{
	color:#d90000;
}
.question h2{
	color:#474747;
	width:100%;
	float:left;
	border-bottom:3px solid #eeeeee;
	margin-bottom:20px;
}
.question_left p{
	font-size:14px;
	color:#474747;
	padding-top:20px;
}
.question_left .text_color{
	font-family:'Poppins-SemiBold';
	color:#474747;
}
.question_left .text-color{
	color:#d90000;
}
.product_information{
	width:100%;
	float:left;
	margin:30px 0 0;
}
.product_information h5{
	font-family: 'Poppins-SemiBold';
	border-bottom:1px solid #eeeeee;
	color:#474747;
}
.information_form{
	width:100%;
	float:left;
}
.information_form p{
	width:100%;
	float:left;
	color:#474747;
	font-size:14px;
}
.information_left{
	width:100%;
	max-width:30%;
	float:left;
}
.information_left p{
	padding-top:20px;
}
.information_right{
	width:100%;
	max-width:68%;
	float:right;
}
.information_right .information_box{
	margin:15px 0;
	width:220px;
	border:1px solid #e1e1e1;
}
.information_right .comments_box{
	width:100%;
}
.login_information{
	width:100%;
	float:left;
	margin:30px 0 0;
}
.login_information h5{
	font-family: 'Poppins-SemiBold';
	border-bottom:1px solid #eeeeee;
	color:#474747;
}
.contact_information{
	width:100%;
	float:left;
	margin:30px 0 0;
}
.contact_information h5{
	font-family: 'Poppins-SemiBold';
	border-bottom:1px solid #eeeeee;
	color:#474747;
}
.address_information{
	width:100%;
	float:left;
	margin:30px 0 40px;
}
.address_information h5{
	font-family: 'Poppins-SemiBold';
	border-bottom:1px solid #eeeeee;
	color:#474747;
}
.information_right .ask_btn{
	font-size:14px;
	color:#fff;
	box-shadow:none;
	border:none;
	width:140px;
	height:40px;
	background:#d90000;
	margin:20px 0 40px;
}
/*--question end--*/



/*--general content start--*/
.content_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.content_left {
	width:65%;
	float:left;
	min-height: 250px;
}
.content_catalog{
	width:30%;
	float:right;
}
.content_catalog{
	width:30%;
	float:right;
	background:#f7f7f7;
	padding:15px;
}
.content_catalog h5{
	color:#333333;
	font-family: 'Poppins-SemiBold';
}
.content_catalog p{
	font-size:14px;
	color:#474747;
}
.content_catalog p .text_color{
	color:#d90000;
}
.content_wrapper h2{
	color:#474747;
	width:100%;
	float:left;
	border-bottom:3px solid #eeeeee;
	margin-bottom:20px;
}
.content_left p{
	font-size:14px;
	color:#474747;
	padding-top:20px;
}
.content_left .text_color{
	font-family:'Poppins-SemiBold';
	color:#474747;
}
.content_left .text-color{
	color:#d90000;
}

/*--general content end--*/



.clear {clear:both;}

a.btn-primary, .btn-primary
{
	border: none;
	background:#d90000;
	color:#fff;
	padding:6px 30px;
}

.btn-primary:hover
{
background:#c80000;
color: #aaa;
}

.btn-primary:active:focus, .btn-primary:active, .btn-primary:focus
{
background:#c80000;
color: #fff;
}


.quantityfield_error
{
background-color: #a94442;
font-weight: bold;
color: #fff;
}
.formTable{
	width: 100%;
	border-collapse:separate; 
  border-spacing: 0 1em;
}
.formTable td{
	width: 50% !important;
	vertical-align: middle !important;
}
.formTable tr{
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 10px;
}
.formTable input{
	width: 100% ;
}
.formTable p{
	padding: 0px;
}
.formTable .spacer{
	height: 20px;
}
.formTable input[type="checkbox"]{
	width: 20px !important;
	
}
.formTable span, .formTable td{
	font-size:14px;
	color:#474747;
}
#bizQuickQuote_btnSubmit, #bizQuickQuote_ctlAddCustomParts_btnAddMoreItems{
	width:39%;
	box-shadow:none;
	border:none;
	background:#d90000;
	height:39px;
	font-size:14px;
	color:#fff;
}


hr.formhr {margin: 0px 0px 3px;}

.common_form_error, .form_error
{color: #ff4444 !important; }

div.CartError
{
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1

}

div.alert
{clear: both;}

table.ordrev 
{width: 100%;}
.ordrev_sectionheader
{ font-weight: bold;
font-size: 120%;
}

.ordrev td {}
td.ordrev_fieldheader
 {
 color: #555;
 font-weight: bold;
 }

/*--special_product start--*/
.special-product{
	width:100%;
	float:left;
	padding-top:50px;
}
.special_product_content h2{
	color:#474747;
	width:100%;
	float:left;
	border-bottom:3px solid #eeeeee;
	margin-bottom:20px;
 }
.special_product_content{
/*	width:67%; */
	float:left;
}
.special_product_content ul{
	width:100%;
	float:left;
}
.special_product_content ul li{
	width:50%;
	float:left;
	border:1px solid #eeeeee;
	padding:20px 15px;
	min-height:345px;
	margin-bottom:20px;
}
.special_product_content ul li .product_title{
	width:100%;
	float:left;
	font-weight:bold;
	font-size:14px;
	color:#474747;
	line-height:22px;
}
.special_product_content ul li .product_title span{
	width:100%;
	float:left;
	font-weight:100;
}
.special_product_content ul li .product_price{
	color:#d90000;
	font-size:14px;
}
.special_product_content ul li .product_contains{
	width:100%;
	float:left;
	margin-top:10px;
}
.special_product_content ul li .product_contains p {
	font-size:14px;
	color:#474747;
	font-weight:bold;
}
.special_product_content ul li .product_contains ul{
	width:100%;
	float:left;
}
.special_product_content ul li .product_contains span
{
	font-size:14px;
}
.special_product_content ul li .product_contains ul li{
	border:none;
	font-size:14px;
	width:100%;
	padding:0px;
	float:left;
	margin-bottom:0px;
	line-height:24px;
	position:relative;
	color:#474747;
	padding-left:10px;
	min-height:auto;
}
.special_product_content ul li img{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.special_product_content ul li span.breaking-span {
	width:100%;
	float:left;
}
.special_product_content ul li span.product_package{
	font-size:12px;
	color:#474747;
	line-height:18px;
}
.special_product_content ul li span.product_quantity{
	font-size:12px;
	color:#474747;
	line-height:18px;
}
.special_product_content ul li .product_contains ul li:before{
	width:4px;
	height:4px;
	border-radius:50%;
	background:#474747;
	position:absolute;
	left:0;
	top:10px;
	content:'';
}
.special_product_content ul li .cart_form{
	width:100%;
	float:left;
	margin-top:20px;
}
.special_product_content ul li .cart_form .qnty_input{
	width:60px;
	min-height:30px;
	border:1px solid eeeeee;
	float:left;
}
.special_product_content ul li .cart_form .cart_btn{
	font-size:14px;
	color:#ffffff;
	background:#d90000;
	height:38px;
	width:150px;
	border:1px solid #d90000;
	margin:0px;
	float:left;
	margin-left:10px;
}
/*--special_product end--*/