
/* 
 * 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:#ffffff!important;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif!important;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #eee;
	-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:#b62025;
}
.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: #1e2129;
	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{
	position: relative;
}
.titlehead h1{
	color: #1e2129;
    font-size: 24px;
    margin: 0px;
    font-weight: bold;
    padding: 2px 0px;
    line-height: normal;
    display: inline-block;
    position: relative;
}

.titlehead h1 a{
	color:#b62025;
	font-size:11px;
	margin-left:5px;
}

.main_container .titlehead{
	border-bottom:1px solid #ddd;
	padding:0px 0px 8px;
}
.main_container .titlehead h1,.main .titlehead h1{	
	font-size:24px;
} 


/** Buttons **/

.butn{
	background:#1e2129;
	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: #1e2129;
	padding: 5px 20px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #b62025;
	color:#FFFFFF;
}

.butn-green{
	color: #fff;
	background: #50c51d;
	padding: 5px 12px;
}

.butn-green:hover,.butn-green:focus{
	color: #fff;
	background: #50c51d;
}
.butn-red{
	color: #fff;
	background: #b62025;
	padding: 5px 12px;
}

.butn-red:hover,.butn-red:focus{
	color: #fff;
	background: #b62025;
}


/*//////////////////  Header Style  //////////////////////////*/

/*/// Header Top ///*/
.header_top {
	background:#f7f7f7;
}
.short_contact {
	margin-top:5px;
}
.short_contact p{
	color:#1e2129;
	margin:0px;
}
.short_contact a{
	color:#1e2129;
}
.short_contact a:hover,.short_contact a:focus{
	color:#b62025;
}
.s_c_email{
	float:left;
}
.s_c_phone{
	float:right;
}
.header{
	  background:#fff;
	  top:0;
	  position: fixed;
	  width:100%;
	  margin:0px;
	  z-index:99999;
	 
}
/** Logo **/
.logo{
	text-align: center;
}
.logo a img{
	margin:10px 0px;
	max-width:240px;
	-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;
}
/*/////////////////////*/
.top_nav{
	margin-top: 46px;
}
.top_nav ul{
	margin:0px;
}
.top_nav li{
	float:left;
}
.top_nav li:first-child a{
	padding-left:0px;
}

.top_nav li a{
	display: inline-block;
    color: #1e2129;
    text-align: center;
    padding: 0px 3px;
}
.top_nav li a:hover,.top_nav li a:focus{
	color:#b62025;
}


		
.h_widgets{
	float:right;
	margin-top: 46px;
}

.h_widgets ul{
	margin:0px;
}
.h_widgets li{
	float:left;
}
.h_widgets li:first-child a{
	padding-left:0px;
}

.h_widgets li a{
	display: inline-block;
    color: #1e2129;
    text-align: center;
    padding: 0px 5px;
}
.h_widgets li a:hover,.top_nav li a:focus{
	color:#b62025;
}


/** Search Form Css **/

.search_box{
	position: relative;
	z-index: 9999;
	float:left;
    z-index: 12;
    margin-top:2px;
}

.search-btn{
	display: inline-block;
    padding:2px 4px;
}

.search-btn span{
	background:url(../images/icon-search.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 19px;
	margin-top: -1px;
	
}

.search_form {
	width: 180px;
	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: 25px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 10px;
	 height: 10px;
}

.search_box.active .search-btn{
	 padding: 0px 7px 1px 3px;
    line-height: 19px;
    margin-top: 6px;
}

.search-inputs{
	background: #fff;
    border-radius: 20px;
    border:1px solid #ddd;
}
.search-inputs .search-input {
	background:transparent;
	width: 138px;
	color: #1e2129;
	padding:0px;
	padding-left: 7px;
	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: 6px;
}

/** Inquiry Cart **/

.cart a{
	color:#fff;
}
.cart a:hover,.cart a:focus{
	color:#fff;
}
.cart img{
	margin-bottom: 2px;
}
.counter{
	display: inline-block;
    color: #fff;
    text-align: center;
    background: #b62025;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 23px;
     -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;
}
.counter:hover,.counter:focus{
	color:#fff;
	background:#b62025;
}
.cart:hover .counter{
	color:#fff;
	background:#b62025;
}
/*/////////////////////////   Products Main Menu Css        ////////////////*/

/** Main Menu Css **/
.menu{
	position: relative;
}
.menu ul {    
    display: table;
    margin: 0px auto;
}
.menu li{
	float:left;
}


.menu li a{	
	display: inline-block;
    color: #1e2129;
    text-align: center;
    padding: 10px 10px;
    font-weight: bold;
}

.menu li a .menu_icon{
	display:inline-block;
	background:url("../images/arrow-menu.png") no-repeat top center;
	width:14px;
	height:8px;
	margin-left:5px;
}
.menu li:last-child a{
	margin-right:0px;
}
.menu li a:hover,.menu li a:focus{
	color:#fff;
	background:#b62025;
}
.menu li a:hover .menu_icon,.menu li a:focus .menu_icon,.menu li.current a .menu_icon,.menu li.active a .menu_icon{
	background:url("../images/arrow-menu-white.png") no-repeat top center;
}
.menu li.current a{
	color:#fff;
	background:#b62025;
}
.menu li.active a{
	color:#fff;
	background:#b62025;
}
.menu li ul a{
	transition:none;
}
/** Inner Menu Css **/
.menu ul li .mega_menu{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	background: #f7f7f7;
	width:100%;
	margin:0px!important;
}


/* 
 * Inner Menu Categories Css
 */

.menu ul li:hover .mega_menu{
	visibility: visible;	
}
.menu .inner_cats {
    display: block;
    padding: 20px 0px;
}

.menu .mega_menu{
	left:0px;
	top:40px;
}
.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{
	float: left;
	color: #ffffff;
	z-index: 9999999;
	font-size:12px;
	text-align:left;
	padding:0px;
	margin-left:0px;
	height:auto;
	text-align: left;
	width: 292px;
}
.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:#1e2129;
	font-size: 14px;
    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:#1e2129;
	background:none;
	
}
.menu ul ul.inner_cats li a img{
	margin-right:5px;
	margin-bottom:2px;
}



/*////////// 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: #1e2129;
	color:#fff;
	padding:8px;
	display: block;
	font-size:16px;
}
.m_c_title:hover,.m_c_title:focus{
	background:#b62025;
	color:#ffffff;
}
ul#prod-menu li.active .m_c_title{
	background:#b62025;
	color:#ffffff;
}
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:#f7f7f7;
}	


ul.inner_sub_cat li{
	margin:0px!important;
	border-bottom: 1px solid #ddd;
}
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:#1e2129;
	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,ul.inner_sub_cat li a:focus {
	background:none;
	color:#b62025;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/



.res-cata-btn{
       color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 20px;
    background: #b62025;
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#ffffff;
	
} 
.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 #22242d;
}

.res_menu ul li a{
	background: #1e2129;
	color:#FFFFFF;
	padding:5px 10px;
	display: block;
	font-size:14px;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	background:#1e2129;
	color:#FFFFFF;
}

.res_menu .m_c_title{
	padding:5px 10px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #f7f7f7;
	margin:0px;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	background:#f7f7f7;
	border-bottom: 1px solid #ddd;
    color: #1e2129;
    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;
}



/*////////// New Arrivals and featured ////////////////*/
.new_section{
	padding:40px 0px;
	position: relative;
}
.new_section .titlehead{
	text-align: center;
}
.newprducts_grid .product-grid{
	margin:11px;
}
.tagline{
	text-align: center;
	font-size:12px;
	color:#555;
	display: block;
	margin-top:4px;
}
.featured_section{
	padding:40px 0px;
	position: relative;
}
.featured_section .titlehead{
	text-align: center;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #1e2129;
	text-align: center;
	margin-top:175px;
}

/*////////////// Breadcrumb Css ///////////////////*/

.breadcrumb_section{
	background:#fff;
	padding: 40px 0px 0px;
}
.subcat_title .titlehead{
	margin-top:30%;
}

.title_cat_img img{
	cursor:pointer;
}
.breadcrumb_section .titlehead{
	color:#1e2129;
	text-align: left;
}
.breadcrumb_section .titlehead h1{
	color:#1e2129;
}
.breadcrumb_section ul{
    margin:0px;
    margin-bottom:30px;
}

.breadcrumb_section ul li{
	float:left;
	color:#1e2129;
	margin-right:5px;
}
.breadcrumb_section ul li:last-child{
	margin:0px;
}
.breadcrumb_section ul li a{
    color: #1e2129;
}
.breadcrumb_section ul li a.active{
	color:#1e2129;
}
.breadcrumb_section ul li a:hover{
	color:#1e2129;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#1e2129;
}
.pro_count{
	text-transform: uppercase;
	color:#1e2129;
}


/*//////////////// Main Categories ////////////////*/
.main_category_sec{
	clear: both;
}

.mcat{
	float:left;
	width:25%;
	position: relative;
	overflow: hidden;
	background:#fff;
	
}
.mcat img{
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: 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;
}
.mcat:hover img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mcat_caption a{	
	position: absolute;
}
.mcat_caption{
	text-align: center;
}
.mcat_title{
	display: inline-block;
    color: #fff;
    font-size: 28px;
    bottom: 10%;
    font-weight: bold;
    width: 100%;
    left: 0px;
    text-shadow: 1px 2px 3px #000;
    -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;
}
.mcat_title span{
	-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;
	padding:10px 8px;
	display: inline-block;
	border-radius: 4px;
}
.mcat:hover .mcat_title span{
	color:#ffffff;
	background: #b62025;
	
}
.mcat:hover .mcat_title{
	text-shadow: none;
	bottom:13%;
	
}
.mcat_title:hover,.mcat_title:focus{
	color:#ffffff;
	text-shadow: none;
}
.mcat:hover .mcat_btn{
	opacity: 1;
}
.mcat_btn{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    left: 0px;
    bottom: 5%;
    opacity: 0;
}
.mcat_btn span{
	-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;
	background: #1e2129;
    color: #fff;
    padding:5px 10px;
    display: inline-block;
    border-radius: 3px;
}
.mcat_btn:hover span,.mcat_btn:focus span{
	background: #1e2129;
	color:#fff;
}
/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	background: #f7f7f7;
	padding:50px 0px 80px;
	clear: both;
}

.widget .title{
	color:#1e2129;
	font-size:20px;
	font-weight: bold;
	margin-bottom:20px;
}
.social_nav{
	margin-top:35px;
}
.social_nav a{
	margin-right: 5px;
    display: inline-block;
    padding: 10px 0px;
    width: 40px;
}
.bottom_social a img{
	border-radius: 4px;
}
.footer_nav li a{
	display: block;
	color:#1e2129;
	font-size:13px;
	padding:2px 0px;
}
.footer_nav li a:hover,.footer_nav li a:focus{
	color:#b62025;
}
.quickcontact_section {
	background:#f7f7f7;
	padding:30px 5px;
	clear: both;
	border-top:1px solid #ebebeb;
}
.c_widget{
	color:#1e2129;
}
.c_icon{
	float:left;
	width:15%;
	margin-right:1%;
}
.c_contact_info{
	float:right;
	width:80%;
}
.c_desc{
	color:#1e2129;
	margin-top:5px;
}
.c_desc p{
	color:#1e2129;
	margin-bottom:0px;
}
.c_desc span{
	color:#1e2129;
}
.c_desc a{
	color:#1e2129;
}
.c_desc a:hover,.c_desc a:focus{
	color:#b62025;
}
/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#1e2129;
	color:#1e2129;
}
.zoom-btns .btn-zoom:hover{
	background:#1e2129;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #555;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}

/*/////////////////////////      Footer style        ////////////////*/
.footer{
	background:#f7f7f7;
	padding:10px 0px;
	border-top: 1px solid #ebebeb;
}



.copyright{
	padding:0px;
	color:#1e2129;
	text-align: center;
	padding:5px 0px;
}
.copyright p{
	margin:0px;
	color:#1e2129;
}
.copyright a{
	color: #1e2129;
}
.copyright a:hover,.copyright a:focus{
	color:#b62025;
}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:80px;
	right:30px;
	z-index: 9999;
	width: 40px;
	height: 60px;
	background: #1e2129;
	color:#fff;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	background: #b62025;
	color:#fff;
}

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:30px;
}

.page-contents{
	text-align: justify;
	color:#1e2129;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	background:#f7f7f7;
	border:1px dashed #ddd;
	padding:8px;
	color: #1e2129;
	min-height:150px;
}

.pro-desc p{
	color:#1e2129;
}


.pro-desc span{
	color:#1e2129;
}

.main .titlehead{
	text-align: left;
}

#p-detail{
	background:#fff;
	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: #1e2129;
}

/* Style the buttons inside the tab */
.ptabs button {
      display: block;
    background-color: #1e2129;
    color: #fff;
    padding: 8px 15px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    text-align: center;
    border: 1px solid #1e2129;
    float: left;
}

/* Change background color of buttons on hover */
.ptabs button:hover {
  border: 1px solid #1e2129;
}

/* Create an active/current "tab button" class */
.ptabs button.active {
 	 border: 1px solid #1e2129;
}

/* Style the tab content */
.ptabcontent {
  padding:20px;
  border-left: none;
  color: #555;
  border:1px solid #ccc;
}


.ptabcontent p{
	color:#1e2129;
}

.ptabcontent span{
	color:#1e2129;
}
.ptabcontent a{
	color:#fff;
}
.ptabcontent a:hover,.ptabcontent a:focus{
	color:#1e2129;
}
/*/////////////////////////      Product page style        ////////////////*/


#showMore{
	display: inline-block;
    background: #b62025;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius:4px;
}

#showMore:hover,#showMore:focus{
	background:#b62025;
	color:#fff;
}
.show_more_pagination{
	text-align: center;
}

#showMoreCats{
	display: inline-block;
    background: #b62025;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius:4px;
}

#showMoreCats:hover,#showMoreCats:focus{
	background:#b62025;
	color:#fff;
}


/** Transiton Effect **/

.contents{
	color:#eee;
	min-height: 300px;
}
.product-grid{ 
	background:#fff;
	float:left;
	margin: 10px 2px;
    width:210px;
	height:320px;
    text-align: center;
    overflow: hidden;
     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;
}

.product-grid img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .product-grid:hover img.image-hover {
    opacity: 1;
  }
.product-grid:hover .pro-title a{
	color:#1e2129;
}
.product-grid:hover .proart{
	color:#1e2129;
}

.product-grid .product-image{ 
	position: relative; 
    overflow: hidden;
    height: 260px;
    line-height: 260px;
  }
.product-grid .product-image a{ 
	display: block; 
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .pro-btns img{
	width: auto;
	margin-bottom: 3px;
}
.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: #b62025;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width:106px;
    display: block;
    transition: all .3s;
}
.product-grid .pro-btns li a:hover,.product-grid .pro-btns li a:focus{
   color:#fff;
}
.quick_view{
	background:#1e2129!important;
	color:#fff!important;
}
.quick_view:hover,.quick_view:focus{
	color:#fff!important;
}
.product-grid .pro-title{
   font-size: 12px;
   display: block;
   text-transform: capitalize;
   margin: 0px;
   transition: all 0.3s;
   line-height: normal;
   padding:5px;
}
.product-grid .pro-title a{ color:#1e2129; font-weight: bold;}
.product-grid .pro-title a:hover,.product-grid .pro-title a:focus{ color: #1e2129; }
.proart{
	text-align: center;
	color:#888;
	font-size:12px;
	margin: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;
}

/***************/

#AddToInquiry {
	cursor: pointer;
	background:#b62025;
	color:#fff;
	border:none;
	font-size:20px;
	border-radius:4px;
	box-shadow: none;
	outline:none;
	padding:8px 60px;
	font-weight:bold;
	margin-top:20px;
	 -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:#b62025;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

/** Related Products **/
.related{
	clear:both;
}
.related-product{
    float:left;
    margin:5px 8px;
}
.related .product-grid{
	margin:11px;
}
.searchpage .product_panel{
	margin:10px ;
}
.related .titlehead{
	background:#f7f7f7;
	text-align: center;
	padding: 20px 0px;
}
.related .titlehead h1{
	color:#1e2129;
}
/*/////////////////////////     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 #ddd;
}

.odd{
		border-bottom:1px solid #ddd;
}


#cart .cart-header div {
	background: #f7f7f7;
    color: #1e2129;
    border-bottom: 1px solid #ddd;
    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:#1e2129;
	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: #1e2129;
	border:1px solid #ddd!important;
	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:#1e2129;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.chk-btn:hover,.chk-btn:focus{
	background:#1e2129;
	color:#FFFFFF;
}
.send-btn{
	background:#b62025;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.send-btn:hover,.send-btn:focus{
	background:#b62025;
	color:#FFFFFF;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #1e2129;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.captcha_inputs .text-red:hover,.captcha_inputs .text-red:focus{
	color:#1e2129;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}

.inquiry_form input[type="text"] {
	color: #1e2129;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	border:1px solid #ddd;
	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: #1e2129;
	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: #1e2129;
	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 #1e2129;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input[type="reset"]:hover,.inquiry_form input[type="reset"]:focus{
	border:1px solid #1e2129!important;
	background: #1e2129;
	color:#fff;
}
.btn-submit{
	background: #b62025;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #b62025;
}
.inquiry_form input[type="submit"]:focus{
	border:1px solid #b62025!important;
}
.btn-submit:hover,.btn-submit:focus{
	background: #b62025;
	color:#fff;
	border:1px solid #b62025!important;
}

label.error{
	display:block;
	color: #ff0000;
	font-size: 11px;
	line-height: normal;
}

#whatsapp{
	position:fixed;
	bottom: 150px;
    right: 30px;
	width: 40px;
	height: 40px;
	background: #13c82b;
	color:#FFFFFF;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
	z-index: 99999;
}

#whatsapp img{
	display: block;
    margin: 10px auto;
}
#whatsapp:hover,#whatsapp:focus{
	color:#FFFFFF;
}
#whatsapp span{
	position: absolute;
	left:-72px;
	top:10px;
} 


/*//////////////////// About Us Section ////////////////////*/

.about_section{
	background:#f7f7f7;
	background-attachment:fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:40px 0px;
	clear: both;
	
}


/**  About Section Css **/
.about-title {
	font-size: 20px;
    color: #1e2129;
    font-weight: bold;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
}
.about-title h1 {
    font-size: 40px;
    color: #1e2129;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif !important;
    padding: 8px 0px;
    line-height: normal;
    margin:0px;
}
.about-desc{
	color: #555;
    font-size:14px;
    font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
}
.about_section .butn-gray{
	color:#ffffff;
	display:inline-block;
	margin-top:10px;
	border-radius: 3px;
	font-size:14px;
	 font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
}

.about-desc p{
	color:#555;
}
.about-desc span{
	color:#555;
}
.about-desc a{
	color:#1e2129;
}
.about-desc p a:hover,.about-desc p a:focus{
	color:#b62025;
}


/*//////////////// Production Gallery ////////////////*/

.production_tour .pro_gall{
	width:18.8%;
 	margin:5px;
 	border-radius: 4px;
}

.pro_gallery_section .titlehead{
	text-align: center;
}
.viewall_btn{
	position: absolute;
	right:40px;
	top: 13px;
}

.pro_gall{	
	float:left;
	width:50%;
	background:#fff;
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background:#1e2129;
}

.pro_gall .pro_gall_caption {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

.pro_gall img {
  display: block;
  position: relative;
 -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;
}

.pro_gall:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter:grayscale(0.5) blur(2px);
  -webkit-filter: grayscale(0.5) blur(2px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
  -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;
}

.pro_gall h2 {
	text-align: center;
    position: relative;
    font-size: 20px;
    line-height: normal;
}
.production_tour .pro_gall h2{
	font-size:16px;
}

.pro_gall a.pro_gall_btn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 39px;
}

.pro_gall a.pro_gall_btn img{
	opacity: 1;
}
.pro_gall a.pro_gall_btn, .pro_gall h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}

.pro_gall:hover a.pro_gall_btn, .pro_gall:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pro_gall_btn img{
	filter:unset!important;
}
/*//////////////////// Why Choose Section ////////////////////*/
.services{
	background:#1e2129;
}

.services .titlehead h1{
	color:#fff;
	border:none;
	padding:0px;
	line-height: 220px;
}
.s_section .services_title{
	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:#fff;
	padding:0px;
	font-size:18px;
	margin:0px;
	
}



/*////////////////////////// Technology Section /////////////////////////*/

.techno_sec h1{
	color:#1e2129;
}

.t_widget {
    text-align: center;
    color: #1e2129;
    transition: transform 0.3s ease;
}

.t_widget:hover {
    transform: translateY(-10px);
    cursor: pointer;
}
/* Icon Bounce Animation */
.t_icon img {
    transition: all 0.5s ease;
}

.t_widget:hover .t_icon img {
    animation: bounce 0.8s ease-in-out; /* Bounce animation on hover */
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Start and end at the original position */
    }
    50% {
        transform: translateY(-10px); /* Move up slightly */
    }
}
.t_title {
    margin: 12px 0 5px;
    font-size: 16px;
    color: #1e2129;
    font-weight: bold;
}

.t_desc {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}























