
/* 
 * Font Face
 *
 */


@font-face {
    font-family: 'roboto_light';
    src: url('../fonts/roboto/Roboto-Light.eot');
    src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/Roboto-Light.woff') format('woff'),
         url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),
         url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), 
    url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), 
    url('../fonts/roboto/Roboto-Bold.woff') format('woff'), 
    url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), 
    url('../fonts/roboto/Roboto-Bold.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.eot');
    src: local('Roboto Regular'), local('Roboto-Regular'), 
    url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), 
    url('../fonts/roboto/Roboto-Regular.woff') format('woff'), 
    url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), 
    url('../fonts/roboto/Roboto-Regular.svg#Roboto') format('svg');
}

/*
 * 
 * main style..
 *
 */

body {
	background:#fff!important;
	font-size: 12px;
	font-family:Roboto-Regular, 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;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #27a0e3;
    border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #27a0e3; 
}
/** 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-blue{
	color:#27a0e3;
}
.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: #27a0e3;
	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 h1{
	color: #333;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px;    
    padding:0px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
}
.titlehead.front h1{
	color:#333;
}
.titlehead h1 a{
	color:#27a0e3;
	font-size:11px;
	margin-left:5px;
}
.titlehead h1{
	display: table;
	margin:0px auto;
	position: relative;
	line-height: normal;
	text-transform: uppercase;
}

.titlehead h1 .tagline{
	display:block;
	text-align:center;
	color:#aaa;
	font-size:14px;
	 font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
}
.main_container .titlehead h1,.main .titlehead h1{	
	font-size:20px;
} 

.main .titlehead h1{
	margin:0px;
}

.sidebar .titlehead{
	border-bottom:1px solid #EEEEEE;
	padding:8px 0px;
}
.sidebar .titlehead h1{
	margin:0px;
	color:#333;
	margin-top:0px;
}

/** 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: #27a0e3;
	color:#FFFFFF;
}

.butn-green{
	color: #fff;
	background: #50c51d;
	padding: 5px 12px;
}

.butn-green:hover,.butn-green:focus{
	color: #fff;
	background: #50c51d;
}

/*//////////////////  Header Style  //////////////////////////*/

.header_section{
     background: url(../images/header_bg.jpg) repeat top center #fff;
}
.main_menu{
	float:right;
}
/** Logo **/
.logo{
	text-align: center;
}
.logo a img{
	margin:10px 0px;
	    width: 130px;
}


.h_widgets{
	margin-top: 60px;
}

/** Search Form Css **/

.search_form_desktop form{
	margin:0px;
}
.search_box{
	position: relative;
	z-index: 9999;
	float: left;
    z-index: 12;
}

.search-btn{
	display: inline-block;
    padding: 3px 5px;
    border-radius: 100%;
   background:#333;
}

.search-btn span{
	background:url(../images/search-btn.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 16px;
	margin-top: 0px;
}

.search_form {
	width: 170px;
	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: -2px;
    left: 28px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 10px;
	 height: 10px;
	 margin-top: 5px;
}

.search_box.active .search-btn{
	padding:2px 8px 4px 9px;
}

.search-inputs{
	border: 1px solid #888;
    border-radius: 3px;
    background:#fff;
}
.search-inputs .search-input {
	background:transparent;
	width: 135px;
	font-size: 12px;
	color: #555;
	padding:0px;
	padding-left: 5px;
	height: 28px;
	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 Button **/
.cart{
	float:left;
	position: relative;
    padding:4px 10px 2px 0px;
}
.cart-btn img{
	float:left;
}
.cart-btn{
	color:#333;
	text-transform: uppercase;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.cart-name{
	display: inline-block;
	    margin-top: 2px;
    margin-left: 5px;
}
.counter {
	display: inline-block;
    color:#fff;
    padding:0px 5px;
    line-height: normal;
    font-size:14px;
    font-weight:bold;
    background:#dea50a;
      font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    border-radius:100%;
    position:absolute;
    top: -3px;
    left: 14px;
	-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  {
	color:#fff;
	background:#dea50a;
}
.cart-btn:hover,.cart-btn:focus{
	color:#dea50a;
}
/*////////// 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;
}
ul#prod-v-m-menu,ul#prod-v-m-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-v-m-menu ul{
	margin:0px;
}
/** Main Cat **/

.m_c_title{
	background: #222;
	color:#fff;
	padding:8px;
	display: block;
	font-size:16px;
	  font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
	  border-bottom:1px solid #111;
}
.m_c_title:hover,.m_c_title:focus{
	background:#27a0e3;
	color:#fff;
	border-bottom:1px solid #2287bf;
}
ul#prod-v-m-menu li.active .m_c_title{
	background:#27a0e3;
	color:#fff;
	border-bottom:1px solid #2287bf;
}

ul#prod-menu li{
	display:block;
	
}
ul#prod-menu li:last-child{
	margin:0px;
}
ul#prod-v-m-menu li{
	display:block;
	
}
ul#prod-v-m-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;
}
.icon_menu{
	float:left;
}
.icon_menu img{
	margin:0px;
	margin-bottom:1px;
	margin-right: 5px;
}
ul#prod-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;

}	

ul#prod-v-m-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;
}
/** Inner Sub Cat **/
	
ul.inner_sub_cat{
	width: 100%;
	clear:both;
	background: #ebebeb;
}	


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:#333;
	letter-spacing: 0px;
	border-bottom: 1px solid #d4d4d4;
	font-weight:normal;
	margin: 0px 10px;
}
ul.inner_sub_cat li:last-child a{
	border:none;
}
ul#prod-menu li.active ul.inner_sub_cat li a {
	background:none;
}
ul#prod-v-m-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:#27a0e3;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/

.res-nav-btn{
	background: #333;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 16px;
    display:block;
    margin-bottom:20px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
} 
.res-nav-btn:hover,.res-nav-btn:focus{
	color:#fff;
	background: #333;
} 
.res-nav-btn img{
	margin-top:-3px;
}
.res-cata-btn{
	background: #333;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 16px;
    display: inline-block;
    border-radius: 3px;
   font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
   float: right;
   margin-top:60px;
   
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#fff;
	background: #dea50a;
	
} 
.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 #0c0c0c;
}
.res_menu ul li:last-child{
	border:none;
}
.res_menu ul li a{
	color:#FFFFFF;
	padding:5px 10px;
	display:block;
	font-size:14px;
	text-transform: uppercase;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	color:#fff;
}

.res_menu .m_c_title{
    background:none;
    color:#fff;
    font-weight:normal;
    font-family:Roboto-Regular, Arial, Helvetica, sans-serif;
    border:none;
}

.res_menu .m_c_title .cata_icon img{
	margin-top:-3px;
	margin-left:6px!important;
}
.res_menu ul.inner_sub_cat{
	background: #000000;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	border-bottom: none;
    color: #888;
    font-size: 14px;
    padding: 4px 10px;
    text-transform: none;
}
.res_menu ul.inner_sub_cat li a:hover,.res_menu ul.inner_sub_cat li a:focus{
	background: none;
	color:#27a0e3;
}
#main{
	 transition: margin-right .5s;
}

.res_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
}
.res_menu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.res_menu a:hover{
    color: #f1f1f1;
}
.res_menu .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 12px;
    margin-left: 0px;
    color:#fff;
    background:#dea50a;
    border-radius: 3px;
    padding:0px 6px;	
}

#prod-t-menu{
	margin:0px;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #fff;
	text-align: center;
	position: relative;
}


/*//////////////// Categories ////////////////*/
.category_sec{
	background: url(../images/category_bg.jpg) repeat top center #fff;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed!important;
	padding:30px 0px;
}


.category_sec .titlehead h1 .tagline{
	color:#fff;
}
#mygalleryCatagory{
	width:940px;
	margin:0px auto;
}
.category_thumb a{
	display: block;
     -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_thumb a img{
	width: 100%;
    height: 200px;
}
.category {
	float:left;
    width: 450px;
    height: 200px;
    position: relative;
}
.category_thumb{
    height: 200px;
}
.cate-caption a{
    position:absolute;
    bottom:0px;
    text-align:right;
     -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;
}
.cate-caption a.cate-title{
    background: #dea50a;
    color: #fff;
    font-size: 18px;
    padding: 1px 2px 0px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-right: 10px;
 	 bottom: 32px;
    right: 10px;
}
.cate-caption a.cate-btn{
	display: block;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px 0px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    bottom: 10px;
    right: 10px;
}


.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 a.cate-btn{
	background:#dea50a;
}

.category:hover a.cate-title{
	opacity: 1;
	background:#000;
	-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: translateX(-40%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateX(-40%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateX(-40%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}

/*/////////////////////////   Featured Products Style    ////////////////*/

#mygallery{
	width: 940px;
    margin: 0px auto;
}
.featured_section{
	background: url(../images/category_bg.jpg) repeat top center #fff;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed!important;
	padding:30px 0px;
}

/*/////////////////////////   Featured Products Style    ////////////////*/
.newarrival_section{
	background: url(../images/category_bg.jpg) repeat top center #fff;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed!important;
	padding:30px 0px;
}
#newmygallery{
	width: 940px;
    margin: 0px auto;
}


/*////////////////////////// About Us /////////////////////////*/

.about{
	text-align: center;
	padding:0px 20px;
}

/**  About Section Css **/

.about-title {
	font-size: 20px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
}
.about-title img{
    width:100px;
}
.about-desc{
	color: #333;
    margin-top:20px;
    font-size:14px;
    font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
}
.about .butn{
	background:#dea50a;
	color:#fff;
	display:inline-block;
	margin-top:10px;
	border-radius: 3px;
	font-size:14px;
	 font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
}
.about .butn:focus,.about .butn:focus{
	background:#27a0e3;
}


/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	background: url(../images/footer_bg.jpg) repeat top center #fff;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding:40px 0px 10px;
	border-top:3px solid #27a0e3;

}
.titlehead h1 img{
	margin-right:10px;
	margin-top: -4px;
}
.widgets .titlehead h1{
	padding: 5px 0px;
	color:#333;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.contact-info{
	text-align: center;
} 
.contact-info ul{
	display: inline-flex;
	margin:0px auto;
}
.contact-info ul li{
	float:left;
	color:#333;
	margin-right:10px;
}
.contact-info ul li:last-child{
	margin-right:0px;
}
.contact-info ul li a{
	color:#333;
}
.contact-info ul li a:hover,.contact-info ul li a:focus{
	color:#dea50a;
}
/* Social Buttons */
.social_nav{
	text-align: center;
}
.social_nav a{
	display: inline-block;
	margin-right:0px;
	padding:0px;
	border:0px;
	width:32px;
}
.social_nav a:hover,.social_nav a:focus{
	background:none;
	border:0px;
}

/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#27a0e3;
	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;
}
#p-detail{
	border:1px solid #eee;	
}
/*/////////////////////////      Footer style        ////////////////*/

.copyright{
	color:#333;
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}

.copyright a{
	color: #333;
	font-size:14px;
}
.copyright a:hover,.copyright a:focus{
	color:#dea50a;
}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:60px;
	right:30px;
	z-index: 11;
	width: 40px;
	height: 60px;
	background: #27a0e3;
	color:#FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	color:#FFFFFF;
}

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:10px;
}

.page-contents{
	text-align: justify;
	color:#555;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	color: #555;
	border:1px solid #ddd;
	padding:20px 8px;
	clear: both;
	min-height: 100px;
	background:#eee;
}

.pro-desc p{
	color:#555;
}


.pro-desc span{
	color:#555;
}
.product_desc_title{
	color:#333;
	float:left;
	padding:8px 0px;
	font-size:16px;
	text-transform: uppercase;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.prod_title{
	font-size:24px;
	color:#27a0e3;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding:10px 0px;
	line-height: 24px;
}
.prod_art{
	padding:10px 0px;
	border-bottom:1px dashed #ddd;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.main .titlehead{
	border-bottom:1px solid #ddd;
	padding:8px 0px;
}
#addcart ul li span{
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
#addcart ul li {
	margin:10px 0px;
}
#addcart ul li input{
	margin:10px 0px;
}
.main .titlehead h1{
	line-height: normal;
}
.main .titlehead p{
	font-size:12px;
	margin:0px;
	color:#888888;
}
/*/////////////////////////      Product page style        ////////////////*/

/** Transiton Effect **/

.trans {
  width: 100%;
  height: 250px;
  background:#fff;
}

.trans .overlay {
  width: 100%;
  height: 248px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.trans .pro-btns {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom:  0%;
    position: absolute;
    right:34%;
     -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:2%;
	left:34%;
	width: 80px;
}

.trans .pro-btns a{
	display:block;
    background: #dea50a;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    line-height:32px;
    text-align:center;
    border-radius:100%;
    color: #fff;
    margin-top:3px;
     font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
     float: left;
    margin: 0px 2px;
}


.contents{
	color:#555;
	min-height: 300px;
}

.product{
	background:#fff;
    float:left;
	margin: 10px 2px;
    width: 210px;
    height: 300px;
    text-align: center;
     position:relative;
     border-bottom:1px solid #eee;
     border-top:1px solid  #eee;
    -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;
	border-bottom: 1px solid #27a0e3;
	border-top: 1px solid #27a0e3;
}
.product:hover .pro-title a{
	color:#27a0e3;
}

/****/
.thumb{
	background:#fff;
    padding: 5px;
    text-align: center;
    height: 235px;
    margin-bottom:5px;
    position: relative;
    overflow: hidden;
}
.thumb img{
	max-width: 100%;
}
.thumb a{
	display:inline-block;
	background:#FFFFFF;
	width:100%;
}

.art-nmbr{
	font-size:12px;
	color:#333;
	padding:0px 5px;
}

#AddToInquiry {
	cursor: pointer;
	color:#fff;
	border:none;
	border-radius:3px;
	box-shadow: none;
	outline:none;
	 -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:#27a0e3;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}
.pro-title a{
	display:block;
	color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding:2px 5px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.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:#27a0e3;
}


/** Related Products **/
.related-product{
    float:left;
    margin-right:3px;
}
.related .titlehead{
	border-bottom:1px solid #ddd;	
	padding:8px 0px;
}

/*/////////////////////////     Pagination style        ////////////////*/


.pages{
	background: #27a0e3;
	color: #fff;
	text-align:center;
	padding: 2px 10px;
	border-radius:3px;
	float:left;	
	font-size:12px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

.pagination {
	display: block;
	float:right;
	margin: 0px!important;
}

.pagination a{
	float: left;
	background:#333;
	padding:2px 8px;
	border-radius:3px;
	color: #fff;
	margin-left:5px;
}

.pagination .pagecurrent{
	background: #27a0e3;
	color: #fff;
}

.pagination a:hover,.pagination a:focus{
	background: #27a0e3;
	color: #fff;
}

.pagination .seperator{
	color: #aaa;
	background: none;
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 5px;
}


/*/////////////////////////      Inquiry cart page Style        ////////////////*/

.even{
		border-bottom:1px solid #efefef;
}

.odd{
		border-bottom:1px solid #efefef;
}


#cart .cart-header div {
	background: #f9f9f9;
    color: #555;
    border-bottom: 1px solid #f9f9f9;
    margin: 1px;
    padding: 5px 0px;
    font-size: 14px;
   font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    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%;
	height: 120px;
	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: #f7f7f7!important;
	color: #333;
	border:1px solid #eee;
	border-radius:3px!important;	
	margin:0px!important;
	margin-right: 10px!important;
	font-family: Roboto-Regular, 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;
	color:#27a0e3!important;
}
 .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:8px 20px;
	font-size:14px;
}

.chk-btn{
	background:#333333;
	margin-right:5px;
	color:#fff;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}

.chk-btn:hover,.chk-btn:focus{
	background:#333333;
	color:#FFFFFF;
}
.send-btn{
	background:#27a0e3;
	color:#fff;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}

.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-family: Roboto-Bold, Arial, Helvetica, sans-serif;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.captcha_inputs small a:hover,.captcha_inputs small a:focus{
	color:#27a0e3;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}
.inquiry_form li .butn{
	border:none!important;
}
.inquiry_form li .butn:focus{
	border:none!important;
}
.inquiry_form input[type="text"] {
	color: #555;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	margin:0px;
	font-family: Roboto-Regular, 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: Roboto-Regular, 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: Roboto-Regular, Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	border:none;
	padding:5px 10px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

.btn-submit{
	background: #27a0e3;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	border:1px solid #27a0e3;
}

.btn-submit:hover{
	background: #333333;
	color:#fff;
}

label.error{
	display:block;
	color: #27a0e3;
	font-size: 11px;
	line-height: normal;
}

