
/* 
 * Font Face
 *
 */

@font-face {
    font-family: 'helveticaneue_lt_47_lightcnRg';
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot');
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.woff') format('woff'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.svg#helveticaneue_lt_47_lightcnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
 * 
 * main style..
 *
 */

body {
	background:#000!important;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif!important;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #555;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}	



h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none!important;
}
.main_container{
	margin-bottom:10px;
}

input:focus,select:focus,textarea:focus{
	outline:none!important;
	box-shadow: none!important;
}


/** Spaces **/


.space{
	height:10px;
	width:100%;
	clear:both;
}

.space-med{
	height:20px;
	width:100%;
	clear: both;
}

.space-big{
	height:30px;
	width:100%;
	clear: both;
}


/** Anchor **/


a{
	-webkit-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-moz-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-ms-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-o-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
}


.title-small{
	font-size:16px;
}


/** Floats Css **/
	
.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}
	
.pull-right{
	float:right;
}

.pull-left{
	float:left;
}


/** Texts ***/
.note{
	color:#555;
	text-align: justify;
}

.note p{
	color:#555;
	text-align: justify;
}


.note span{
	color:#555;
	text-align: justify;
}

.text-gray{
	color:#aaa;
}

.text-darkgray{
	color:#555;
}

.text-red{
	color:#cd1b30;
}
.text-white{
	color:#FFFFFF;
}
.text-success{
	color:#50c51d;
}
.text-warning{
	color:#FF0000!important;
}
.smaller{
	font-size:11px;
}
.strip{
	background: url(../images/strip.png) repeat-x center;
	height:3px;
}
/** Title Head **/

.titlecontainer{
	background:url(../images/title_bg.png) repeat-x bottom left; 
}
.title h1{	
	background: #cd1b30;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	margin-right:5px;
	padding:10px 20px 0px;
	font-weight:normal;
	text-transform: uppercase;
}
.title a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding:20px 20px 10px;
	text-transform: uppercase;
}
.title a:hover,.title a:focus{
	color:#FFFFFF;
}
.titlehead{
	text-align: center;
}
.titlehead h1{
	color: #fff;
    font-size: 30px;
    margin: 0px;
    font-weight: bold;
    padding: 2px 0px;
    line-height: normal;
    display: inline-block;
}

.titlehead h1 a{
	color:#cd1b30;
	font-size:11px;
	margin-left:5px;
}
.main_container .titlehead{
		border-bottom:1px solid #222;
		padding:0px 0px 8px;
}
.main_container .titlehead h1,.main .titlehead h1{	
	font-size:22px;
} 


/** Buttons **/

.butn{
	background:#111111;
	font-size: 12px; 
	cursor: pointer;
	border-radius:3px;
	color:#FFFFFF;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.butn-small{
	font-size:11px;
}

.butn-gray{
	color: #FFFFFF;
	background: #111111;
	padding: 5px 20px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #cd1b30;
	color:#FFFFFF;
}

.butn-red{
	color: #fff;
	background: #cd1b30;
	padding: 5px 12px;
}

.butn-red:hover,.butn-red:focus{
	color: #fff;
	background: #cd1b30;
}


/*//////////////////  Header Style  //////////////////////////*/
.header{
	background:#0c0c0c;
}
/*/// Header Top ///*/
.header_top {
	background:#cd1b30;
}
.short_contact {
	margin-top:5px;
}
.short_contact p{
	color:#fff;
	margin:0px;
}
.short_contact a{
	color:#fff;
}
.short_contact a:hover,.short_contact a:focus{
	color:#fff;
}
.s_c_email{
	float:left;
}
.s_c_phone{
	float:right;
}


/*/////////////////////*/
.h_widgets{
	margin-top: 45px;
}

/** Search Form Css **/


.search_form {
	width: 200px;
	float:right;
}

.search_form form{
	margin:0px!important;
}

.search-inputs{
	background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.search-inputs .search-input {
	background:transparent;
	width: 160px;
	font-size: 14px;
	color: #111;
	padding:0px;
	padding-left: 8px;
	height: 30px;
	border: none;
	margin:0px;
	border-radius:0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	box-shadow:none;
}

input.search-button {
	float: right;
	cursor: pointer;
	margin: 5px;
}

/** Inquiry Cart Button **/

.cart a{
	color:#fff;
	
}
.cart a:hover,.cart a:focus{
	color:#cd1b30;
}
.cart-btn img{
	float:left;
	margin-right:5px;
	width:20px;
}
.cart-btn{
	position: relative;
}
.counter {
    display: inline-block;
    background:#cd1b30;
    color: #fff;
    padding: 1px 5px;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    border-radius: 100%;
    position: absolute;
    top: -11px;
    right: -6px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition: all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.cart a:hover .counter,.cart a:focus .counter  {
	background:#cd1b30;
	color:#fff;
}
.cart_txt{
	display: inline-block;
	margin-top:2px;
	margin-left:5px;
}



/** Logo **/
.logo{
	text-align: center;
}
.logo a img{
	margin:15px 0px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

	
/*/////////////////////////   Products Main Menu Css        ////////////////*/

/** Main Menu Css **/
.menu{
    
}
.menu ul {
    margin: 0px auto;
    display: table;
}
.menu li{
	float:left;
	position: relative;
}

.menu li a{	
	display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
    padding:12px 15px;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.menu li a .arrow_menu{
	display:inline-block;
	background:url("../images/arrow-menu.png") no-repeat top center;
	width:14px;
	height:8px;
	margin-left:5px;
}

.menu li ul a{
	transition:none;
}

.menu li a:hover,.menu li a:focus{
	color:#fff;
	background:#cd1b30;
}
.menu li.current a{
	color:#fff;
	background:#cd1b30;
}
.menu li.active a{
	color:#fff;
	background:#cd1b30;
}
.menu li.current a .arrow_menu{
	background:url("../images/arrow-menu.png") no-repeat top center;
}
.menu li.active a .arrow_menu{
	background:url("../images/arrow-menu.png") no-repeat top center;
}
.menu li a:hover  .arrow_menu,.menu li a:focus .arrow_menu{
	background:url("../images/arrow-menu.png") no-repeat top center;
}
/** Inner Menu Css **/
.menu ul li ul{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	background: #111111;
	width:200px;
	margin:0px!important;
	border-top: 2px solid #cd1b30;
}

/* 
 * Inner Menu Categories Css
 */

.menu ul li:hover ul.inner_cats{
	visibility: visible;	
}

.menu ul ul.inner_cats{
	left:0px;
	top:44px;
}
.menu li.active  ul.inner_cats li a{
	background:none!important;
}
.menu ul li.current ul li a{
	background:none!important;	
}
.menu ul ul.inner_cats li{
	border-bottom: 1px solid #111111;
	float: none;
	color: #aaa;
	z-index: 9999999;
	font-size:14px;
	text-align:left;
	padding:0px;
	margin-left:0px;
	height:auto;
	text-align: left;
}
.menu ul ul.inner_cats li:first-child a{
	background: none;
}
.menu ul ul.inner_cats li:last-child{
	border:none;
}

.menu ul ul.inner_cats li a{
	display: block;
	color:#eee;
	font-size: 14px;
    border: none;
    padding: 4px 5px;
	text-align: left;
	margin:0px;
	font-weight:normal;
	text-transform: none;
}
.menu ul ul.inner_cats li a:hover,.menu ul ul.inner_cats li a:focus{
	color:#fff;
}


/*////////// Product Vertical Menu Css ////////////////*/

ul#prod-menu,ul#prod-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-menu ul{
	margin:0px;
}
/** Main Cat **/

.m_c_title{
	background: #202020;
	color:#fff;
	padding:8px;
	display: block;
	font-size:16px;
}
.m_c_title:hover,.m_c_title:focus{
	background:#202020;
	color:#fff;
}
ul#prod-menu li.active .m_c_title{
	background:#cd1b30;
	color:#fff;
}
ul#prod-menu li{
	display:block;
	margin-bottom:8px;
}
ul#prod-menu li:last-child{
	margin:0px;
}
.m_c_title img{
	margin:0px 0px 0px 6px;
}
.m_c_title .cata_icon{
	display: inline-block!important;
	float:right;
}

ul#prod-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;
}	
/** Inner Sub Cat **/
	
ul.inner_sub_cat{
	width: 100%;
	clear:both;
	background:#eee;
}	


ul.inner_sub_cat li{
	margin:0px!important;
}
ul.inner_sub_cat li:last-child{	
	border:none;
}
ul.inner_sub_cat li a {
	display:block;
	background:none;
	font-size:14px;
	padding: 3px 0px;
	color:#111111;
	letter-spacing: 0px;
	font-weight:normal;
	margin: 0px 10px;
}
ul#prod-menu li.active ul.inner_sub_cat li a {
	background:none;
}

ul.inner_sub_cat li a img{
	float:left;
	margin-top: 4px;
}
ul#prod-menu ul.inner_sub_cat li{
	border-bottom:1px solid #ddd;
}
ul#prod-menu ul.inner_sub_cat li:last-child{
	border-bottom:none;
}
ul.inner_sub_cat li a:hover,ul.inner_sub_cat li a:focus {
	background:none;
	color:#111111;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/



.res-cata-btn{
       color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 0px;
    border-radius: 3px;
    background: #cd1b30;
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#fff;
	
} 
.res-cata-btn img{
	margin: 0px 10px 2px 0px;
}  
.res_menu {
    margin-top: 0px;
    clear: both;
}
.res_menu ul li{
	margin: 0px!important;
	border-bottom:1px solid #111111;
}

.res_menu ul li a{
	background: #111111;
	color:#FFFFFF;
	padding:5px 10px;
	display: block;
	font-size:14px;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	background:#111111;
	color:#FFFFFF;
}

.res_menu .m_c_title{
	padding:5px 10px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #111111;
	margin:0px;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	border-bottom: 1px solid #111111;
    color: #aaa;
    font-size: 12px;
    padding: 6px 5px 5px 20px;
}
.res_menu ul.inner_sub_cat li a:hover,.res_menu ul.inner_sub_cat li a:focus{
	background: none;
}
ul.inner_sub_cat li a img{
	margin-right: 8px;
}
#prod-t-menu{
	margin:0px;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #111111;
	text-align: center;
}

/*////////////// Breadcrumb Css ///////////////////*/

.breadcrumb_section{
	padding: 10px 0px;
	background:#cd1b30;
}
.breadcrumb_section .titlehead h1{
	color:#fff;
	text-transform: none;
	margin-top:5px;
}
.breadcrumb_section ul{
    margin:0px auto;
    display: table;
}

.breadcrumb_section ul li{
	float:left;
	color:#fff;
	margin-right:5px;
	font-size:12px;
}

.breadcrumb_section ul li a{
	font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.breadcrumb_section ul li a.active{
	color:#d8ff00;
}
.breadcrumb_section ul li a:hover{
	color:#d8ff00;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#d8ff00;
}


/*//////////////// Main Categories ////////////////*/
.main_category_sec .titlehead h1{
	color:#fff;
}
.main_category_sec .titlehead .title_sep{
	background:url("../images/title_sep_light.png") no-repeat top center;
	height:11px;
	width:118px;
	display: block;
	margin:3px auto 0px;
}

.main_category_sec{
	background:url("../images/category_bg.jpg") repeat top center #111;
	padding: 40px 0px;
	background-attachment:fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	clear: both;
}


.cat_row{
	margin-bottom:30px;
}
.category_thumb a img{
	width:100%;
	
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.category {
	float:left;
	position:relative;
	background: #000;
    width: 270px;
    height: 300px;
    margin-right: 30px;
    overflow:hidden;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.cat_row .category:last-child{
	margin-right:0px;
}

.cate-caption{
	background:#111;
	text-align: center;
    position: absolute;
    bottom: 40px;
    right: 10%;
    border-radius: 4px;
    width: 80%;
}

.cate-caption a.cate-title{
	display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    
}

.category:hover a.cate-title,.category:focus a.cate-title{
	color:#fff;
}
.category:hover .cate-caption{
	background:#cd1b30;
}

.category .cate-caption{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category:hover .cate-caption{
	color: #fff;
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}

/** Keyframes **/

@-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateY(50%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateY(50%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}

/*///////////////*/
@-webkit-keyframes moveFromRight {
 from {
 opacity: 0;
 -webkit-transform: translateX(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
 from {
 opacity: 0;
 -moz-transform: translateX(50%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
 from {
 opacity: 0;
 -ms-transform: translateX(-50%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}
#showCats{
	background:#cd1b30;
	padding:10px 35px;
	color:#fff;
	font-weight:bold;
	border-radius: 3px;
}

#showCats:hover,#showCats:focus{
	background:#cd1b30;
	color:#fff;
}
/*//////////////////// Why Choose Section ////////////////////*/

.about_section{
	background:url("../images/about_bg.jpg") repeat top center #000;
	padding: 40px 0px;
	background-attachment:fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	clear: both;
	text-align: center;
}
.about_section .titlehead .title_sep{
	background:url("../images/title_sep_light.png") no-repeat top center;
	height:11px;
	width:118px;
	display: block;
	margin:3px auto 0px;
}
.about_section .titlehead h1{
	color:#fff!important;
}

/**  About Section Css **/

.about-desc{
	color: #fff;
    font-size:14px;
    font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
}
.about_section .butn-gray{
	background:#cd1b30;
	color:#fff;
	display:inline-block;
	margin-top:10px;
	border-radius: 3px;
	font-size:14px;
	 font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
}
.about_section .butn-gray:hover,.about_section .butn-gray:focus{
	background:#cd1b30;
	color:#fff;
}
.about-desc p{
	color:#eee;
}
.about-desc span{
	color:#eee;
}
.about-desc a{
	color:#eee;
}
.about-desc p a:hover,.about-desc p a:focus{
	color:#eee;
}
/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#cd1b30;
	color:#111111;
}
.zoom-btns .btn-zoom:hover{
	background:#111111;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #eee;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}

/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	background: #0c0c0c;
	padding:0px 0px 20px;
}
.widgets{
	margin-top:30px;
}
.widget .titlehead {
	text-align: left;
}
.widget .titlehead h1{
	font-size:20px;
	text-align: left;
	margin:0px;
}
.widget .titlehead h1:before{
	width:0px;
}
.widget .titlehead h1:after{
	background:url("../images/icon_title_small.png");
	width:16px;
	height:12px;
	left: 0px;
	margin-top:0px;
}
.footer_logo{
	text-align: center;
	margin:20px 0px;
}
.footer_logo img{
	width: 120px;
}
.social_nav{
	text-align: center;
}
.social_nav a{
    display: inline-block;
}
.social_nav a img{
    border-radius: 100%;
}
.contact-info ul{
	display:table;
	margin:0px auto;
}
.contact-info ul li{
	float:left;
	margin-right:80px;
	color:#fff;
	margin-bottom:5px;
}
.contact-info ul li a{
	color:#fff;
}
.contact-info ul li a:hover{
	color:#fff;
}
.contact-info ul li img{
	margin-right:15px;
	float:left;
}
.contact-info ul li:last-child{
	margin-right:0px;
}
.contact-info ul li .c_info{
	float:right;
	display: inline-block;
	margin-top: 5px;
}
.contact-info ul li .c_info p{
	margin:0px;
}
.contact-info ul li .c_info span{
	margin:0px;
}

/*/////////////////////////      Footer style        ////////////////*/
.footer{
	background:#cd1b30;
	padding:5px 0px;
}
.payment_accept{
	text-align: center;
}

.copyright{
	padding:0px;
	color:#fff;
	font-size:14px;
	font-family: arial;
	text-align: center;
	margin-top: 5px;
}

.copyright a{
	color: #fff;
	font-size:14px;
}
.copyright a:hover,.copyright a:focus{
	color:#fff;
}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:80px;
	right:28px;
	width: 40px;
	height: 40px;
	background: #cd1b30;
	color:#FFFFFF;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	color:#FFFFFF;
}

#whatsapp{
	position:fixed;
	bottom:130px;
	right:26px;
	width: 45px;
	height: 45px;
	line-height:45px;
	background: #13c82b;
	color:#FFFFFF;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
}

#whatsapp img{
	display: block;
    margin: 10px auto;
}
#whatsapp:hover,#whatsapp:focus{
	color:#FFFFFF;
}

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:30px;
}

.page-contents{
	text-align: justify;
	color:#eee;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}
.product_desc_section {
	background:#111;
	padding:8px;
	border:1px dashed #222;
}
.pro-desc{
	color: #eee;
	min-height:150px;
}

.pro-desc p{
	color:#eee;
}

.pro-desc span{
	color:#eee;
}

.main .titlehead{
	text-align: left;
}

#p-detail{
	border:1px solid #111;
	text-align: center;
	position: relative;
	background:#fff;
}
.zoom-btn{
	display:inline-block;
	color:#111111;
	background:rgba(255,255,255,0.5);
	padding:2px 10px;
	font-size:12px;
	cursor: pointer;
}
.main .titlehead h1{
	line-height: normal;
}


.sidebar .titlehead {
    background: #cd1b30;
    padding: 5px 0px;
    border: none;
}
.sidebar .titlehead h1{
	color:#fff;
	font-size:22px;
}

/*////////////////////////////// Product Pages //////////////////////*/
/* Style the tab */
.ptabs {
  background-color: #cd1b30;
}

/* Style the buttons inside the tab */
.ptabs button {
      display: block;
    background-color: #fff;
    color: #111111;
    padding: 8px 15px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    float: left;
}

/* Change background color of buttons on hover */
.ptabs button:hover {
  border-top: 1px solid #111111;
}

/* Create an active/current "tab button" class */
.ptabs button.active {
 	 border-top: 1px solid #111111;
}

/* Style the tab content */
.ptabcontent {
  padding: 30px 20px;
  border-left: none;
  color: #eee;
  border-bottom:1px solid #ddd;
}


.ptabcontent p{
	color:#eee;
}

.ptabcontent span{
	color:#eee;
}
.ptabcontent a{
	color:#fff;
}
.ptabcontent a:hover,.ptabcontent a:focus{
	color:#cd1b30;
}
/*/////////////////////////      Product page style        ////////////////*/
.filter{
	float:right;
	 margin-top: 8px;
}
.filter ul{
	margin:0px;
}
.filter ul li{
	font-size:14px;
	text-transform: uppercase;
	color:#111111;
	float:left;
	padding:0px 10px
}
.filter ul li:first-child{
	border-right:1px solid #ccc;
}
.filter ul li:last-child{
	padding-right:0px;
}
.filter ul li a img{
	margin-bottom:2px;
	opacity: 0.7;
	filter: alpha(opacity=70); 
}
.filter ul li a.active img{
	opacity: 1;
	filter: alpha(opacity=100);
}

#showMore{
	background:#cd1b30;
	padding:8px 60px;
	color:#fff;
	border:2px solid #cd1b30;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
}

#showMore:hover,#showMore:focus{
	background:#cd1b30;
	color:#fff;
	border:2px solid #cd1b30;
}
.show_more_pagination{
	text-align: center;
}
.contents{
	color:#eee;
	min-height: 300px;
}
.featured_panel .product{
 margin:0px;
 float:none;
}




/*///////////////////////////// FEATURED ///////////////*/

.featured_section{
	background:#000;
	padding:40px 0px 50px;
}

.featured_section .titlehead .title_sep{
	background:url("../images/title_sep_light.png") no-repeat top center;
	height:11px;
	width:118px;
	display: block;
	margin:3px auto 0px;
}
.new_section{
	background:url("../images/about_bg.jpg") repeat top center #000;
	padding:40px 0px 50px;
	background-attachment:fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	clear: both;
}

.new_section .titlehead .title_sep{
	background:url("../images/title_sep_light.png") no-repeat top center;
	height:11px;
	width:118px;
	display: block;
	margin:3px auto 0px;
}


.related .titlehead .title_sep{
	background:url("../images/title_sep_light.png") no-repeat top center;
	height:11px;
	width:118px;
	display: block;
	margin:3px auto 0px;
}

/** Transiton Effect **/

.trans {
  width: 100%;
  height: 250px;
  background:#fff;
}

.trans .overlay {
  width: 100%;
  height: 300px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.trans:hover .overlay {
  background-color:rgb(223 223 223 / 80%);
}

.trans .pro-btns {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom:  0%;
    position: absolute;
    left: 0%;
     -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.trans:hover .pro-btns {
	opacity:1;
	 filter: alpha(opacity=1);
   -webkit-animation: moveFromTop 500ms ease-in;
	-moz-animation: moveFromTop 500ms ease-in;
	-ms-animation: moveFromTop 500ms ease-in;
	animation: moveFromTop 500ms ease-in;
	bottom:40%;
}

.trans .pro-btns a{
	display: inline-block;
    padding: 4px 10px;
    background: #fff;
    border-radius: 3px;
    width: 120px;
    color: #fff;
     font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.btn_d {
	margin-bottom:5px;
	background:#111111!important;
}
.btn_d img{
	    margin-right: 5px;
}
.btn_cart{
	background:#cd1b30!important;
	color:#fff!important;
}
.btn_cart img{
	margin-top:-3px;
}
.btn_cart:hover,.btn_cart:focus{
	background:#cd1b30!important;
	color:#fff!important;
}
.contents{
	color:#eee;
	min-height: 300px;
}

.product{
	background:#fff;
    float:left;
	margin: 10px 2px;
    width: 210px;
    height: 300px;
    text-align: center;
     position:relative;
     border:1px solid #ddd;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
/** Hover **/
.product:hover{
	cursor: pointer;
}
.products .product{
	border:1px solid #111;
}

/****/
.thumb{
	background:#fff;
    padding: 5px;
    text-align: center;
    height: 235px;
    margin-bottom:5px;
    position: relative;
    overflow: hidden;
    line-height: 235px;
}
.thumb img{
	max-width: 100%;
}
.thumb a{
	display:inline-block;
	background:#FFFFFF;
	width:100%;
}

.art-nmbr{
	font-size:12px;
	color:#111111;
	padding:0px 5px;
}

#AddToInquiry {
cursor: pointer;
	background:#cd1b30;
	color:#fff;
	border:none;
	border-radius:4px;
	box-shadow: none;
	outline:none;
	border:2px solid #cd1b30;
	padding:8px 60px;
	font-weight:bold;
	margin-top:20px;
	text-transform:uppercase;
	 -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
#AddToInquiry:hover, #AddToInquiry:focus{
	color:#fff;
	background:#cd1b30;
	border:2px solid #cd1b30;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

.pro-title a{
	display:block;
	color: #111111;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding:2px 5px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.pro-art{
	margin:0px;
	color: #555;
    font-size: 14px;
    font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}
.pro-title a:hover,.pro-title a:focus{
	color:#111111;
}

/** Related Products **/
.related-product{
    float:left;
    margin:5px 8px;
}
.searchpage .product_panel{
	margin:10px ;
}

/*/////////////////////////     Pagination style        ////////////////*/

.pagination-container{
	margin-bottom:10px;
}

.pagination {
	display: block;
	float:right;
	margin: 0px!important;
}

.pagination a{
	float: left;
	margin-left:10px;
}

/*/////////////////////////      Inquiry cart page Style        ////////////////*/

.even{
		border-bottom:1px solid #111;
}

.odd{
		border-bottom:1px solid #111;
}


#cart .cart-header div {
	background: #202020;
    color: #eee;
    border-bottom: 1px solid #111;
    margin: 1px;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}
#cart .cart-row div {
	margin: 1px;
	padding:5px 0px 10px;
	height: 125px;
	color:#eee;
	text-align: center;
	line-height: 40px;
}

#cart .cart-row div.cart-thumb {
	padding-left:0px;
}

#cart .cart-thumb {
	background:#FFFFFF;
	width: 13%;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	max-width: 100%;
	padding:4px;
}

#cart .cart-thumb:hover img{
	cursor: pointer;
}

.cart-empty{
	margin-left:10px;
}


 input.qty_input{
	height: 20px;
	padding: 2px 10px;
	border: none;
	background: #FFFFFF;
	color: #111111;
	border:1px solid #ddd;
	border-radius:3px!important;	
	margin:0px!important;
	margin-right: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
}
 input.qty_input:focus{
	border:1px solid #ddd!important;
}
 .cart-title {
	width: 50%;
	float: left;
}

 .artno {
	width: 20%;
	float: left;
}
 .buttons {
	width: 16%;
	float: left;
}

.buttons form{
	display: inline;
	text-align: center;
}
.buttons form input[type="submit"]{
	border:none;
}
.buttons form input[type="image"]{
	cursor: pointer;
}
#forupdate{
	margin:0px 10px;
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}
.cart-btns a{
	padding:5px 10px;
}
.cart-btns a img{
	margin:-3px 8px 0px 0px;
}
.chk-btn{
	background:#111111;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.chk-btn:hover,.chk-btn:focus{
	background:#111111;
	color:#FFFFFF;
}
.send-btn{
	background:#cd1b30;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.send-btn:hover,.send-btn:focus{
	background:#111111;
	color:#fff;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.inquiry_form .captcha_inputs .text-red:hover,.inquiry_form .captcha_inputs .text-red:focus{
	color:#cd1b30
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}

.inquiry_form input[type="text"] {
	color: #555;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input:focus,.inquiry_form select:focus,.inquiry_form textarea:focus{
	border:1px solid #111!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #555;
	padding:6px;
	width: 314px;
	border:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    height: 34px;
    border-radius: 3px!important;
}
.inquiry_form textarea {
	width: 300px;
	color: #555;
	padding:6px;
	min-height: 150px;
	border:1px solid #ddd;
	border-radius: 3px!important;
	font-family: Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	border:1px solid #111111;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.inquiry_form input[type="reset"]:hover,.inquiry_form input[type="reset"]:focus{
	border:1px solid #cd1b30!important;
	background: #cd1b30;
	color:#fff;
}
.btn-submit{
	background: #cd1b30;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #cd1b30;
}

.btn-submit:hover,.btn-submit:focus{
	background: #111111;
	color:#fff;
	border:1px solid #111111!important;
}

label.error{
	display:block;
	color: #cd1b30;
	font-size: 11px;
	line-height: normal;
}

