
/* 
 * 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:#fff!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:#f40000;
}
.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: #f40000;
	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: #222;
    font-size: 30px;
    margin: 0px;
    font-weight: bold;
    padding: 6px 60px;
    line-height: normal;
    text-transform:uppercase;
    display: inline-block;
    position: relative;
    border:1px solid #9c9c9c;
    
}

.titlehead h1 a{
	color:#f40000;
	font-size:11px;
	margin-left:5px;
}

.main_container .titlehead{
		border-bottom:1px solid #000;
		padding:0px 0px 8px;
}
.main_container .titlehead h1,.main .titlehead h1{	
	font-size:28px;
} 


/** Buttons **/

.butn{
	background:#333;
	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: #333;
	padding: 5px 20px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #f40000;
	color:#FFFFFF;
}

.butn-green{
	color: #fff;
	background: #50c51d;
	padding: 5px 12px;
}

.butn-green:hover,.butn-green:focus{
	color: #fff;
	background: #50c51d;
}


/*//////////////////  Header Style  //////////////////////////*/

/*/// Header Top ///*/

.header{
	 background:url("../images/header_bg.png") no-repeat top center;
	  top:0;
	  position: fixed;
	  width:100%;
	  margin:0px;
	  z-index:99999;
}
.header_bottom{
	padding-bottom: 18px;
}
/*/////////////////////*/

.h_widgets{
	float:right;
	margin-top: 10px;
	position: relative;
}


/** Search Form Css **/


.search_box{
	z-index: 9999;
	float:left;
    z-index: 12;
    position: relative;
}

.search-btn{
	display: inline-block;
}

.search-btn span{
	background:url(../images/search-btn.png) no-repeat;
	display: inline-block;
	width: 23px;
    height: 23px;
    margin:0px;
}

.search_form {
	width: 300px;
	position: absolute;
	right: 0px;
	top:100px;
	z-index: -1;
	visibility: hidden;
}

.search_form form{
	margin:0px!important;
}


.search_box.active .search_form{
	z-index: 999;
    visibility: visible;
    top: -4px;
    right: -76px;
    width: 390px;
    background: #fff;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	width: 23px;
    height: 23px;
}

.search-inputs .search-input {
	background:transparent;
	width:340px;
	font-size: 14px;
	color: #555;
	padding:0px;
	padding-left: 5px;
	height: 39px;
	border: none;
	margin:0px;
	border-radius:0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	box-shadow:none;
}

input.search-button {
	float: left;
	cursor: pointer;
	margin: 10px 9px 9px;
}
.close_search{
	cursor: pointer;
}
/** Inquiry Cart Button **/
.cart{
	position: relative;
	float:left;
	margin-left: 15px;
    margin-top:2px;
}

.shopping-cart {
     margin: 20px 0;
    background: white;
    width: 260px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    right: 15px;
    top: 16px;
    z-index: 99999999999999;
  }
 

.shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}


.cart_button {
  background: #f40000;
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.cart_button:hover,.cart_button:focus{
	color:white;
}
#cart_close {
    float: right;
}
#cart_close img{
    width:16px;
    margin-bottom: 2px;
}
.shopping-cart-header{
	color:#717171;
}
.empty_cart{
	text-align: center;
	color:#717171;
	margin-top: 80px;
}
.cart_items{
	margin-top:20px;
	min-height: 150px;
}
.cart_item{
	border-bottom:1px solid #ddd;
	padding:5px 0px;
}
.cart_item:last-child{
	border:none;
}
.item_thumb{
	float: left;
    margin-right: 15px;
    width: 40px;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
}
.item_detail{
	float:left;
}
.item_detail p{
	margin:0px;
}
.item_title{
	font-weight: bold;
	color:#f40000;
}
.item_art, .item_qty{
	font-size:12px;
}
.whatsapp_icon{
	float:right;
	margin-left: 15px;
}
/** Logo **/
.logo{
	text-align: center;
}
.logo a img{
	margin-bottom: -25px;
    margin-top: 30px;
	-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{
	margin-top:40px;
	float: right;
	position: relative;
}
.menu ul {
    margin: 0px;
}
.menu li{
	float:left;
	border-right:1px solid #5f5f5f;
}
.menu li:last-child{
	border-right:none;
}
.menu li:last-child a{
	padding-right:0px;
}
.menu li a{	
	display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0px 12px;
}


.menu li:last-child a{
	margin-right:0px;
}
.menu li a:hover,.menu li a:focus{
	color:#939292;
}
.menu li.current a{
	color:#939292;
}
.menu li.active a{
	color:#fff;
}

.menu li ul a{
	transition:none;
}


/** Inner Menu Css **/
.menu ul li ul{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	background: #252525;
	width:320px;
	margin:0px!important;
}
.menu_cat_img img {
    width: 300px;
    margin: 10px;
}
.menu ul li ul h2{
	color:#fff;
	border-bottom:1px solid #555555;
	padding:0px;
	margin:10px;
	font-size: 18px
}
/* 
 * Inner Menu Categories Css
 */

.menu ul li:hover ul.inner_cats{
	visibility: visible;	
}

.menu ul ul.inner_cats{
	left:0px;
	top:20px;
}
.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-right:none;
	float: none;
	color: #cfcfcf;
	z-index: 9999999;
	font-size:12px;
	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:#cfcfcf;
	font-size: 12px;
    border: none;
    padding: 4px 10px;
	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;
}
.top_nav{
	margin-top: 40px;
}
.top_nav ul{
	display:table;
	margin:0px auto;
}
.top_nav li{
	float:left;
	border-right: 1px solid #5f5f5f;
}
.top_nav li:first-child a{
	padding-left:0px;
}
.top_nav li:last-child{
	border-right: none;
}
.top_nav li a{
	display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0px 12px;
}
.top_nav li a:hover,.top_nav li a:focus{
	color:#939292;
}

.social_nav a{
	margin-right: 8px;
    display: inline-block;
    padding: 10px 0px;
}
/*////////// 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: #ebebeb;
	color:#333;
	padding:8px;
	display: block;
	font-size:16px;
}
.m_c_title:hover,.m_c_title:focus{
	background:#2c2c2c;
	color:#fff;
}
ul#prod-menu li.active .m_c_title{
	background:#2c2c2c;
	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;
}	


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:12px;
	padding: 3px 0px;
	color:#fff;
	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.inner_sub_cat li a:hover {
	background:none;
	color:#fff;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/



.res-cata-btn{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 10px;
    margin-top: 28px;
    background:#f40000;
} 

.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 #2f2f2f;
}

.res_menu ul li a{
	background: #1c1c1c;
	color:#FFFFFF;
	padding:5px 10px;
	display: block;
	font-size:14px;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	background:#1c1c1c;
	color:#FFFFFF;
}

.res_menu .m_c_title{
	padding:5px 10px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #1c1c1c;
	margin:0px;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	border-bottom: 1px solid #222222;
    color: #eee;
    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: #fff;
	text-align: center;
	margin-top:110px;
}

/*////////////// Breadcrumb Css ///////////////////*/

.breadcrumb_section{
	background:url("../images/bcrumb_bg.png") repeat-x top center #222122;
	padding: 110px 0px 50px; 
	margin-top:110px;	
}
.subcat_title{
	position: relative;
}
.title_cat_img{
	position: absolute;
	right:0px;
	bottom:-110px;
}
.title_cat_img img{
	cursor:pointer;
	    height: 200px;
}
.breadcrumb_section .titlehead{
	color:#767676;
	text-align: left;
}
.breadcrumb_section .titlehead h1{
	color:#f40000;
	padding:0px;
	border:none;	
}
.breadcrumb_section ul{
    margin:0px;
}

.breadcrumb_section ul li{
	float:left;
	color:#767676;
	margin-right:5px;
	font-size:16px;
}
.breadcrumb_section ul li:last-child{
	margin:0px;
}
.breadcrumb_section ul li a{
	font-size: 16px;
    color: #9c9c9c;
}
.breadcrumb_section ul li a.active{
	color:#9c9c9c;
}
.breadcrumb_section ul li a:hover{
	color:#f40000;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#f40000;
}
.pro_count{
	text-transform: uppercase;
	color:#9c9c9c;
}
.product-page{
	margin-top:50px;
}


/*//////////////// Categories ////////////////*/

.category_sec{
	background:#fff;
	padding: 50px 0px 10px;
}

.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: #ddd;
    width: 360px;
    height: 400px;
    margin-right: 45px;
    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:#1a1a1a;
	text-align: center;
    position: absolute;
    bottom: 20px;
    right: 5%;
    width: 90%;
}

.cate-caption a.cate-title{
	display: inline-block;
    color: #FFFFFF;
    font-size: 26px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 15px 35px;
}

.category:hover a.cate-title,.category:focus a.cate-title{
	color:#111;
}
.category:hover .cate-caption{
	background:#fff;
}

.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%);
}
}
/*//////////////////// Why Choose Section ////////////////////*/
.services{
	background:#1c1c1c;
}

.services .titlehead h1{
	color:#fff;
	border:none;
	padding:0px;
}
.s_section .services_title{
	background:#262626;
	text-align: center!important;
	height:220px;
	line-height: 220px;
}
.s_section .s_widget{
	padding:40px 20px;
	text-align: center;
	height:220px;
}
.s_icon {
    margin: 10px 0px;
}

.s_detail p{
	color:#fff;
	font-size:12px;
	margin:10px 0px;
	text-align: center;
}
.s_detail h4{
	color:#f40000;
	padding:0px;
	font-size:18px;
	margin:0px;
	
}

/*//////////////////// Company Pages ////////////////////*/
.c_pages{
	background:url("../images/about_bg.jpg") repeat top center #e9e2de;
	padding:50px 0px 160px;
	clear: both;
}
.c_p_tabcontents  {
		width:60%;
		margin-top: 80px;
}
.c_p_tabcontents .titlehead{
	text-align: left;
}
.c_p_tabcontents .titlehead h1{
	text-align: left;
    font-size: 32px;
    padding: 0px;
    border: none;
}
.more_btn{
	text-align: right;
}
.more_btn a{
	font-size:14px;
	color:#2e2d2d;
	font-weight: bold;
}
.more_btn a:hover,.more_btn a:focus{
	color:#f40000;
}

/* Style the tab content */
.tabcontent {
  color: #2e2d2d;
}


.tabcontent p{
	color:#2e2d2d;
}

.tabcontent span{
	color:#2e2d2d;
}
.tabcontent a{
	color:#2e2d2d;
}
.tabcontent a:hover,.tabcontent a:focus{
	color:#f40000;
}
/*/////////////////// Instagram Feed ////////////////////*/

/*///////////////////// Newsletter ////////////////////// **/
.newsletter_title{
	text-align: center;
	color: #fff;
} 
.newsletter_title p{
	font-size:14px;
	margin-bottom:2px;
}
.newsletter_title h1{
	margin:0px;
	 font-size: 20px;
	 text-transform: uppercase;
	 line-height: normal;
}
.newsletter_form .butn{
	display:block;
	background: #fff;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
    margin: 0px;
    font-size: 14px;
    padding: 11px 20px;
    color: #222;
    border-radius: 0px;
    text-align: center;
    border:1px solid #fff;
    margin-top:5px;
    font-weight:bold;
}
.newsletter_form .butn:hover,.newsletter_form .butn:focus{
	background: #f40000;
	color:#fff;
	border:1px solid #f40000;
}

.newsletter_form input[type="text"]:focus{
	border:1px solid #fff;
}
.newsletter_form input[type="text"]{
	background:transparent;
	border:none;
	color:#fff;
	width: 100%;
    padding: 12px 0px;
	font-size:12px;
	border:1px solid #fff;
	border-radius: 0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	margin: 0px!important;
	box-shadow: none;
	text-align: center;
	
}
.newsletter_form input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}

/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	background: #262626;
	padding:40px 0px ;
}

.widget .titlehead {
	text-align: left;
}
.widget .titlehead h1{
	color:#bababa;
	font-size:20px;
	text-align: left;
}

/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#f40000;
	color:#111;
}
.zoom-btns .btn-zoom:hover{
	background:#333333;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #555;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}

/*///////////////////// Newsletter ////////////////////// **/
.newsletter_section .titlehead{
	text-align: right;
}
.newsletter_section .titlehead h1{
	color:#fff;
	padding: 11px 0px;
	font-size:20px;
	border:none;
}
.newsletter_form form{
	margin:0px;
}
.newsletter_form input{
	float:left;
}
.newsletter_form .butn{
	display: block;
    background: transparent;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
    margin: 0px;
    font-size: 12px;
    padding: 12px 20px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #fff;
    float: left;
    width: 10%;
    margin-left: 10px;
}
.newsletter_form .butn:hover,.newsletter_form .butn:focus{
	background: #f40000;
	color:#000;
	border:1px solid #f40000;
}

.newsletter_form input[type="text"]:focus{
	border:1px solid #fff;
}
.newsletter_form input[type="text"]{
	background:transparent;
	border:none;
	color:#fff;
	width:45%;
    padding: 12px 0px;
	font-size:12px;
	border:1px solid #fff;
	border-radius: 0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	margin: 0px!important;
	box-shadow: none;
	text-align: center;
	
}
.newsletter_form input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}
/*////////////////////////// Technology Section /////////////////////////*/
.techno_sec{
	background:#1a1a1a;
	padding:50px 0px;
}
.techno_sec h1{
	color:#fff;
}

.t_widget{
	text-align: center;
	color:#fff;
}

.t_desc{
	color:#fff;
	font-size:12px;
}
.t_title{
	margin: 5px 0px;
    font-size: 18px;
    color:#f40000;
}

/*/////////////////////////      Footer style        ////////////////*/
.footer{
	background:#1a1a1a;
	padding:10px 0px 10px;
}


/**Contact Us**/
.quick_contact_title{
	text-align: center;
	margin-bottom:20px;
}
.quick_contact_title h1{
	color:#fff;
	margin:0px;
}

.c_widget{
	text-align: center;
	color:#fff;
}
.c_desc{
	color:#fff;
}
.c_desc p{
	color:#fff;
	margin:0px;
}
.c_desc span{
	color:#fff;
}
.c_desc a{
	color:#fff;
}
.c_desc a:hover,.c_desc a:focus{
	color:#fff;
}



.copyright{
	padding:0px;
	color:#d6d6d6;
	font-family: arial;
	text-align: center;
	padding:5px 0px;
}
.copyright p{
	margin:0px;
	color:#d6d6d6;
}
.copyright a{
	color: #d6d6d6;
}
.copyright a:hover,.copyright a:focus{
	color:#fff;
}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:80px;
	right:30px;
	z-index: 9999;
	width: 40px;
	height: 60px;
	background: #f40000;
	color:#fff;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	color:#fff;
}

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:30px;
}

.page-contents{
	text-align: justify;
	color:#555;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	color: #333;
	min-height:150px;
}

.pro-desc p{
	color:#555;
}


.pro-desc span{
	color:#555;
}

.main .titlehead{
	text-align: left;
}

#p-detail{
	border:1px solid #ddd;
	text-align: center;
	position: relative;
}
.zoom-btn{
	display:inline-block;
	color:#222;
	background:rgba(255,255,255,0.5);
	padding:2px 10px;
	font-size:12px;
	cursor: pointer;
}
.main .titlehead h1{
	line-height: normal;
}

/*////////////////////////////// Product Pages //////////////////////*/
/* Style the tab */
.ptabs {
  background-color: #f40000;
}

/* Style the buttons inside the tab */
.ptabs button {
      display: block;
    background-color: #fff;
    color: #000;
    padding: 8px 15px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
    float: left;
}

/* Change background color of buttons on hover */
.ptabs button:hover {
  border: 1px solid #000;
}

/* Create an active/current "tab button" class */
.ptabs button.active {
 	 border: 1px solid #000;
}

/* Style the tab content */
.ptabcontent {
  padding:20px;
  border-left: none;
  color: #555;
  border:1px solid #000;
  margin-top: 2px;
}


.ptabcontent p{
	color:#555;
}

.ptabcontent span{
	color:#555;
}
.ptabcontent a{
	color:#fff;
}
.ptabcontent a:hover,.ptabcontent a:focus{
	color:#f40000;
}
/*/////////////////////////      Product page style        ////////////////*/


#showMore{
	display: block;
    background: #f40000;
    padding: 20px 60px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

#showMore:hover,#showMore:focus{
	background:#f40000;
	color:#000;
}
.show_more_pagination{
	text-align: center;
}
.contents{
	color:#555;
	min-height: 300px;
}
.featured_panel .product{
 margin:0px;
 float:none;
}




/*///////////////////////////// FEATURED ///////////////*/
.featured_section{
	background: #fff;
}

/** Transiton Effect **/

.contents{
	color:#555;
	min-height: 300px;
}
.product-grid{ 
	float:left;
	margin: 10px 11px;
    width:270px;
	height:330px;
    text-align: center;
    overflow: hidden;
     position:relative;
     border-bottom: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;
}
.product-grid:hover .pro-title a{
	color:#f40000;
}
.product-grid .product-image{ 
	position: relative; 
	height: 268px;
    overflow: hidden;
    border: 1px solid #ddd;
  }
.product-grid .product-image a{ 
	display: block; 
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}

.product-grid .pro-btns{
    text-align: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
        line-height: normal;
}
.product-grid .pro-btns li{
    margin:0 -2px;
    opacity: 0;
    display: inline-block;
    transform: translateY(-30px);
    transition: all 0.3s ease 0s;
}
.product-grid .pro-btns li:nth-child(2){ transition: all 0.3s ease 0.1s; }
.product-grid:hover .pro-btns li{
    transform: translateY(0);
    opacity: 1;
}
.product-grid .pro-btns li a{
    color: #fff;
    background: #f40000;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 136px;
    display: block;
    transition: all .3s;
}
.product-grid .pro-btns li a:hover,.product-grid .pro-btns li a:focus{
   color:#fff;
}
.quick_view{
	background:#1c1c1c!important;
	color:#fff!important;
}
.quick_view:hover,.quick_view:focus{
	color:#fff!important;
}
.product-grid .pro-title{
   font-size: 18px;
   display: block;
   text-transform: capitalize;
   margin: 0px;
   transition: all 0.3s;
   line-height: normal;
   padding:10px 0px;
}
.product-grid .pro-title a{ color:#2e2d2d; }
.product-grid .pro-title a:hover,.product-grid .pro-title a:focus{ color: #f40000; }


/***************/

#AddToInquiry {
	cursor: pointer;
	background:#f40000;
	color:#fff;
	border:none;
	border-radius:0;
	box-shadow: none;
	outline:none;
	border:2px solid #f40000;
	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:#f40000;
	border:2px solid #f40000;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

/** Related Products **/
.related-product{
    float:left;
    margin:5px 8px;
}
.searchpage .product_panel{
	margin:10px ;
}
.pro_sizes{
	margin-top:20px;	
}
.pro_sizes a{
	display: inline-block;
	background:111;
	width:40px;
	height:28px;
	line-height:28px;
	color:#7c7c7c;
	text-align:center;
	margin-right:8px;
	border:1px solid #7c7c7c;
}
.pro_sizes a:hover,.pro_sizes a:focus{
	background:#f40000;
	border:1px solid #f40000;
	color:#fff;
}
.pro_colors span{
	display: inline-block;
	width:24px;
	height:24px;
	margin-right:8px;
}
/*/////////////////////////     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 #efefef;
}

.odd{
		border-bottom:1px solid #efefef;
}


#cart .cart-header div {
	background: #ececec;
    color: #555;
    border-bottom: 1px solid #d4d4d4;
    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:#555;
	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: #333;
	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:#333333;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.chk-btn:hover,.chk-btn:focus{
	background:#333333;
	color:#FFFFFF;
}
.send-btn{
	background:#f40000;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.send-btn:hover,.send-btn:focus{
	background:#333333;
	color:#FFFFFF;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.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 #ddd!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 #333333;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input[type="reset"]:hover,.inquiry_form input[type="reset"]:focus{
	border:1px solid #f40000!important;
	background: #f40000;
	color:#fff;
}
.btn-submit{
	background: #f40000;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #f40000;
}

.btn-submit:hover,.btn-submit:focus{
	background: #333333;
	color:#fff;
	border:1px solid #333333!important;
}

label.error{
	display:block;
	color: #f40000;
	font-size: 11px;
	line-height: normal;
}

