
/* 
 * 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;
}

.seperator{
	background:#e6e5e5;
	height:40px;
	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:#cd0001;
}
.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: #cd0001;
	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: #cd0001;
    font-size: 28px;
    margin: 0px;
    font-weight: normal;
    padding: 2px 0px;
    line-height: normal;
    display: inline-block;
}

.titlehead h1 a{
	color:#cd0001;
	font-size:11px;
	margin-left:5px;
}
.tagline{
	display: block;
	text-align: right;
	font-size:14px;
	color:#7c7c7c;
	 font-weight:bold;
}

.main_container .titlehead{
		border-bottom:1px solid #aaa;
		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: #cd0001;
	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;
	  min-height:320px;
	  z-index:99999;
}

/*/////////////////////*/
.h_widgets{
	float:right;
	margin-top: 22px;
	-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;
}

.h_social_nav{
	float:left;
	-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;
}
.h_social_nav a{
	border-right:1px solid #a9a9a9;
	padding: 0px 10px;
}
.whatsapp img{
	margin-top:-3px;
}
.h_social_nav a:last-child{
	
}

/** Search Form Css **/

.search_box{
	position: relative;
	z-index: 9999;
	float:left;
    z-index: 12;
}

.search-btn{
	display: inline-block;
   padding:0px 0px 0px 10px;
}

.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: 20px;
      right: 0px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 10px;
	 height: 10px;
}

.search_box.active .search-btn{
	padding:3px 0px 0px 10px;
}

.search-inputs{
	background: #1d1d1d;
    border: 1px solid #353535;
}
.search-inputs .search-input {
	background:transparent;
	width: 135px;
	font-size: 12px;
	color: #aaa;
	padding:0px;
	padding-left: 5px;
	height: 25px;
	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: 4px;
}
/** Inquiry Cart Button **/
.cart{
	position: relative;
	float:right;
	margin-left: 8px;
}


/** Logo **/

.logo a img{
	margin:30px 0px 0px 40px;
	-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        ////////////////*/
.nav{
	margin:0px!important;
	margin-top:17px!important;
}
.nav ul{
	margin:0px;
}
.nav li{
	float:left;
}
.nav li a{
	display: inline-block;
	color:#111;
	padding:5px 10px;
	font-weight: bold;
	font-size:12px;
}
.nav li a:hover,.nav li a:focus{
	color:#cd0001;
}
/** Main Menu Css **/
.menu{
	    margin-top: 26px;
	    position: relative;
}
.menu ul {
    margin: 0px;
}
.menu li{
	float:left;
	border-right:1px solid #e68080;
}
.menu li:last-child{
	border-right:none;
}
.menu li a{	
	display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 10px 9px;
}
.menu li > a span{
	display: block;
}
.menu_icon{
	width:40px;
	height:34px;
	margin: 0px auto;
	margin-bottom: 8px;
	text-align: center;
	-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;
}
.icon_casualwear{
	background: url("../images/icon_casualwear.png");
}
.icon_sportsuniforms{
	background: url("../images/icon_sportsuniforms.png");
}
.icon_boxing{
	background: url("../images/icon_boxing.png");
}
.icon_martialarts{
	background: url("../images/icon_martialarts.png");
}
.icon_fitness{
	background: url("../images/icon_fitness.png");
}

.icon_mma{
	background: url("../images/icon_mma.png");
}

.menu li:last-child a{
	margin-right:0px;
}
.menu li a:hover,.menu li a:focus{
	color:#fff;
}
.menu li.current a{
	color:#fff;
}
.menu li.active a{
	color:#fff;
}

/** Inner Menu Css **/
.menu ul li .mega_menu{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	background: #1f1f1f;
	width:670px;
	margin:0px!important;
	left:0px;
	top:79px;
	padding: 10px 0px;
}

/* 
 * Inner Menu Categories Css
 */
.menu ul li:hover .mega_menu{
	visibility: visible;	
}

.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: left;
    color: #ccc;
    width: 203px;
    z-index: 9999999;
    font-size: 12px;
    padding: 0px;
    height: auto;
    text-align: left;
    margin: 0px 10px;
}
.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:#fff;
	font-size: 12px;
    border: none;
    padding: 4px 5px;
	text-align: left;
	margin:0px;
	font-weight:normal;
	text-transform: none;
}
.menu ul ul.inner_cats li a:hover,.menu ul ul.inner_cats li a:focus{
	color:#cd0001;
}
.menu ul ul.inner_cats li a img{
	 margin-bottom: 1px;
    margin-right: 5px;
}

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



.res-cata-btn{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 10px;
    background:#000;
} 

.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 #292c2f;
}
.m_c_title .cata_icon{
	float:right;
}
ul.inner_sub_cat .cata_icon{
	float:left;
	
}
.res_menu ul li a{
	background: #1f1f1f;
	color:#FFFFFF;
	padding:5px 10px;
	display: block;
	font-size:14px;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	background:#1f1f1f;
	color:#FFFFFF;
}

.res_menu .m_c_title{
	padding:5px 10px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #111;
	margin:0px;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li > a{
	border-bottom: 1px solid #292929;
    color: #fff;
    font-size: 12px;
    padding: 6px 5px 5px 20px;
    background:none;
}
.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;
}
.sub_cat{
	margin-left:0px;
	background:#1f1f1f;
}
.sub_cat li a{
	border:none!important;
	padding:2px 5px 2px 20px!important;
}
#prod-t-menu{
	margin:0px;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #fff;
	text-align: center;
	margin-top: 160px;
}

/*////////////// Breadcrumb Css ///////////////////*/
.breadcrumbs{
	margin-top:100px;
}
.breadcrumb_section{
	background:url("../images/bg-breadcrumb.jpg") repeat top center #111;
	min-height: 250px;
	margin-top: 160px;
}
.breadcrumb_section .titlehead{
	text-align: center;
}

.breadcrumb_section ul{
    margin:5px auto;
    display: table;
}

.breadcrumb_section ul li{
	float:left;
	color:#7c7c7c;
	margin-right:5px;
	font-size:16px;
}
.breadcrumb_section ul li:last-child{
	margin:0px;
}
.breadcrumb_section ul li a{
	font-size: 16px;
    color: #7c7c7c;
    font-weight: bold;
}
.breadcrumb_section ul li a.active{
	color:#7c7c7c;
}
.breadcrumb_section ul li a:hover{
	color:#cd0001;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#cd0001;
}


/*//////////////// Categories ////////////////*/

.category_sec{
	background:url("../images/category_bg.jpg") no-repeat top center #fff;
	padding: 50px 0px;
}
.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;
    width: 360px;
    height: 600px;
    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:#333133;
	text-align: center;
    position: absolute;
    bottom: 70px;
    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:#fff;
}
.category:hover .cate-caption{
	background:#cd0001;
}

.category .cate-caption{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category:hover .cate-caption{
	color: #fff;
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}

/** Keyframes **/

@-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateY(50%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateY(50%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}

/*///////////////*/
@-webkit-keyframes moveFromRight {
 from {
 opacity: 0;
 -webkit-transform: translateX(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
 from {
 opacity: 0;
 -moz-transform: translateX(50%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
 from {
 opacity: 0;
 -ms-transform: translateX(-50%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}
#showCats{
	background:#333133;
	padding:12px 70px;
	color:#eee;
}

#showCats:hover,#showCats:focus{
	background:#cd0001;
	color:#fff;
}
/*//////////////////// Why Choose Section ////////////////////*/
.whychoose{
	background:url("../images/whychoose_bg.jpg") repeat top center #fff;
	padding:30px 0px 40px;
}
.whychoose .titlehead{
	text-align: left;
}
.whychoose .tagline{
	text-align: right;
}
.whychoose .titlehead h1{
	text-transform: none;
	color:#333133;
}
.company_sec{
	position: relative;
}
.why_img{
	float:left;
	width:30%;
}
.why_img img {
	width:400px;
    top: 30px;
    position: absolute;
}
.company_profile {
    float: right;
    width: 70%;
    background: #333133;
    min-height: 415px;
}
.company_title {
    font-size: 18px;
    color: #eee;
    padding: 20px 20px 0px 80px;
    margin-top: 40px;
}
.company_desc {
    padding: 0px 20px 40px 80px;
    color: #fff;
}
.company_desc span{
    color: #fff;
}
.company_desc p{
    color: #fff;
}

/*///////////////////// Newsletter ////////////////////// **/
.newsletter_section{
	background:#333133;
	padding:30px 0px;
} 

.newsletter_section .titlehead h1{
	color:#fff;
	padding: 6px 0px;
}
.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: right;
    width: 22%;
}
.newsletter_form .butn:hover,.newsletter_form .butn:focus{
	background: #cd0001;
	color:#fff;
	border:1px solid #cd0001;
}

.newsletter_form input[type="text"]:focus{
	border:1px solid #fff;
}
.newsletter_form input[type="text"]{
	background:transparent;
	border:none;
	color:#fff;
	width:70%;
    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: #333133;
	padding:40px 0px 0px;
}

.widget .titlehead {
	text-align: left;
}
.widget .titlehead h1{
	color:#fff;
	font-size:20px;
	text-align: left;
	text-transform: none;
}

.social_nav a{
	margin-right:5px;
	width:31px;
	height:30px;
	line-height: 30px;
	display: inline-block;
}
.social_nav a.fb{
	background:url("../images/facebook.png");
}
.social_nav a.twitter{
	background:url("../images/twitter.png");
}
.social_nav a.instagram{
	background:url("../images/instagram.png");
}
.social_nav a.linkedin{
	background:url("../images/linkedin.png");
}
.social_nav a.fb:hover,.social_nav a.fb:focus{
	background:url("../images/facebook_h.png");
}
.social_nav a.twitter:hover,.social_nav a.twitter:focus{
	background:url("../images/twitter_h.png");
}
.social_nav a.instagram:hover,.social_nav a.instagram:focus{
	background:url("../images/instagram_h.png");
}
.social_nav a.linkedin:hover,.social_nav a.linkedin:focus{
	background:url("../images/linkedin_h.png");
}
/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#cd0001;
	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;
}

/*/////////////////////////      Footer style        ////////////////*/
.footer{
	background:#333133;
	padding-bottom:20px;
}
/**Contact Us**/
.c_widget{
	background:#ffffff;
	padding:20px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.c_desc{
	color:#1f1f1f;
	text-align: center;
}
.c_desc p{
	color:#1f1f1f;
	margin:0px;
}
.c_desc span{
	color:#1f1f1f;
}
.c_desc a{
	color:#1f1f1f;
}
.c_desc a:hover,.c_desc a:focus{
	color:#ed1c24;
}

.copyright{
	color:#fff;
	font-family: arial;
	text-align: center;
	margin-top: 5px;
	padding:20px 0px;
}
.copyright p{
	margin:0px;
}
.copyright a{
	color: #fff;
	font-size:12px;
}
.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: #cd0001;
	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;
}

.page-contents{
	text-align: justify;
	color:#333;
}
.page-contents p{
	line-height: normal!important;
	color:#333;
}
.page-contents span{
	color:#333;
}
.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	color: #7c7c7c;
	min-height:100px;
}

.pro-desc p{
	color:#7c7c7c;
}


.pro-desc span{
	color:#7c7c7c;
}
.p_title{
	color:#555;
	margin:0px;
	font-size:16px;
	font-weight:bold;
}
.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:#cd0001;
	border:1px solid #cd0001;
	color:#fff;
}
.pro_colors span{
	display: inline-block;
	width:24px;
	height:24px;
	margin-right:8px;
}
.main .titlehead{
	text-align: left;
}

#p-detail{
	background:#fff;
	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;
}
.sidebar .titlehead h1{
	color:#cd0001;
	font-size:22px;
}

.categories {
	background:#cd0001;
	height: 500px;
	padding-top:10px;
}
/*////////////////////////////// Product Pages //////////////////////*/
/* Style the tab */
.ptabs {
  background-color: #cd0001;
}

/* Style the buttons inside the tab */
.ptabs button {
      display: block;
    background-color: #f5f5f5;
    color: #333133;
    padding: 10px 30px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    text-align: center;
    border:none;
    border-top: 2px solid #fff;
    border-left:1px solid #fff;
    float: left;
}

/* Change background color of buttons on hover */
.ptabs button:hover {
  border-top: 2px solid #fff;
  background:#333133;
  color:#fff;
}

/* Create an active/current "tab button" class */
.ptabs button.active {
 	 border-top: 2px solid #fff;
 	 background:#333133;
 	 color:#fff;
}

/* Style the tab content */
.ptabcontent {
  padding: 30px 0px;
  border-left: none;
  color: #333133;
  border-top:1px solid #d0d0d0;
  border-bottom:1px solid #d0d0d0;
  min-height:440px;
}


.ptabcontent p{
	color:#333133;
}

.ptabcontent span{
	color:#333133;
}
.ptabcontent a{
	color:#333133;
}
.ptabcontent a:hover,.ptabcontent a:focus{
	color:#cd0001;
}
/*/////////////////////////      Product page style        ////////////////*/
.filter{
	float:right;
	 margin-top: 8px;
}
.filter ul{
	margin:0px;
}
.filter ul li{
	font-size:14px;
	text-transform: uppercase;
	color:#111;
	float:left;
	padding:0px 10px
}
.filter ul li:first-child{
	border-right:1px solid #ccc;
}
.filter ul li:last-child{
	padding-right:0px;
}
.filter ul li a img{
	margin-bottom:2px;
	opacity: 0.7;
	filter: alpha(opacity=70); 
}
.filter ul li a.active img{
	opacity: 1;
	filter: alpha(opacity=100);
}

#showMore{
	background:#fff;
	padding:12px 100px;
	color:#000;
	font-weight: bold;
	text-transform: uppercase;
}

#showMore:hover,#showMore:focus{
	background:#cd0001;
	color:#fff;
}
.show_more_pagination{
	text-align: center;
}
.contents{
	color:#555;
	min-height: 300px;
}
.featured_panel .product{
 margin:0px;
 float:none;
}




/*///////////////////////////// FEATURED ///////////////*/

.featured_section{
	background: #333133;
	    padding: 40px 0px;
}
.featured_section .titlehead h1{
	color:#fff;
}
/** Transiton Effect **/

.trans {
  height: 280px;
  background:#1f1f1f;
   -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;
}

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

.product{
    float:left;
	margin: 10px 11px;
    width:270px;
	height:380px;
    text-align: center;
    overflow: hidden;
     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;
}
/** Hover **/
.product:hover{
	cursor: pointer;
}
.pro-title{
	background:#1f1f1f;
	padding:30px 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;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.product:hover .pro-title{
	background:#cd0001;
}

/****/
.thumb{
	background:#fff;
    text-align: center;
    height: 280px;
    line-height:280px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.thumb img{
    max-width: 100%;
}

.thumb a{
	display:inline-block;
	width:100%;
}

.art-nmbr{
	font-size:12px;
	color:#333;
	padding:0px 5px;
}
.pro-title .pro-detail{
	display: none;
}

/***************/

#AddToInquiry {
	cursor: pointer;
	background:#cd0001;
	color:#fff;
	border:none;
	border-radius:0;
	box-shadow: none;
	outline:none;
	padding:12px 100px;
	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:#cd0001;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

.pro-title a{
	display:block;
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding:0px 5px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    
}

.pro-title p{
	color: #fff;
	margin:0px;
}
.pro-title a:hover,.pro-title a:focus{
	color:#fff;
}
/** Related Products **/
.related .titlehead{
	background:#333133;
	text-align: center;
	padding:40px 0px;
}
.related .titlehead h1{
	color:#fff;
}
.related-product{
    float:left;
    margin:5px 8px;
}
.searchpage .product_panel{
	margin:10px ;
}


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

.pagination-container{
	margin-bottom:10px;
}

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

.pagination a{
	float: left;
	margin-left:10px;
}

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

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

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


#cart .cart-header div {
	background: #333133;
    color: #fff;
    border-bottom: 1px solid #111;
    margin: 1px;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}
#cart .cart-row div {
	margin: 1px;
	padding:5px 0px 10px;
	height: 125px;
	color:#333133;
	text-align: center;
	line-height: 40px;
}

#cart .cart-row div.cart-thumb {
	padding-left:0px;
	overflow-y:hidden;
}

#cart .cart-thumb {
	background:#FFFFFF;
	width: 13%;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	max-width: 100%;
	padding:0px;
}

#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:none!important;
	border-radius:0px!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:#cd0001;
	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: #333;
	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:none!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #555;
	padding:6px;
	width: 314px;
	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-radius: 3px!important;
	font-family: Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	border:none!important;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input[type="reset"]:hover,.inquiry_form input[type="reset"]:focus{
	border:none!important;
	background: #cd0001;
	color:#fff;
}
.btn-submit{
	background: #cd0001;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
}

.btn-submit:hover,.btn-submit:focus{
	background: #333333;
	color:#fff;
	border:none!important;
}

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

/** Contact Form **/
.contact_form .captcha_inputs{
	border:none;
	background: none;
    text-align: center;
}
.contact_form .captcha_inputs input{
	background:#fff!important;
	border-radius:0px!important;
	width:120px!important;
	padding:2px 6px!important;
	border:1px solid #ddd!important;
}
.contact_form .captcha_inputs input:focus{
	border:1px solid #555!important;
}
.contact_form .captcha_inputs small a{
	color:#cd0001;
	font-weight:bold;
}
.contact_form label.error{
	margin-left:5px!important;
}
.contact_form .titlehead h1{
	color:#333;
	text-align: right;
	font-size:30px;
}
.contact_form .titlehead .text-red{
	font-size:60px;
}
.captcha_inputs .text-red:hover, .captcha_inputs .text-red:focus{
	color:#333;
}
.contact_form ul{
	margin:0px;
	padding:0px;
}
.contact_form li{
	line-height: normal;
    margin-bottom: 15px;
    background:#fff;
    border:1px solid #ddd;
}
.contact_form li input,.contact_form li textarea{
	margin:0px;
	border:none!important;
	outline: none!important;
	box-shadow: none!important;
}
.contact_form input[type="text"] {
	background:transparent;
	border:none;
	box-shadow:none;
	color: #333;
	padding:10px 0px 13px 10px;
	width:95%;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0px;
}
.contact_form input:focus{
	border:none!important;
	outline: none!important;
	box-shadow: none!important;
}
.contact_form .form_label{
	color:#333;
	margin:2px 0px;
	font-size:12px;
	font-weight:bold;
}
.contact_form form{
	margin:0px;
}
.contact_form small {
	color:#333;
	margin:3px 0px;	
}

.contact_form textarea {
	background:transparent;
	border:none;
	width: 98%;
	color: #888888;
	padding:8px 0px 8px 10px;
	min-height: 100px;
	font-size:12px;		
	font-family: Arial, Helvetica, sans-serif;
	resize:vertical;
	border-radius: 0px;
}

.contact_form input[type="submit"]{
	background:#cd0001;
	display: inline-block;
	padding: 12px 60px;
	color:#fff;
	font-size:18px;
	border-radius: 0px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.contact_form input[type="submit"]:focus,.contact_form input[type="submit"]:hover{
	border:none!important;
	color:#fff;
	background:#cd0001;
}
.contact_form input[type="text"]::-webkit-input-placeholder{
    color: #888888;
}

.contact_form textarea::-webkit-input-placeholder{
   color: #888888;
}

.c-submit{
	background:none!important;
	padding:0px;
	border:none!important;
	text-align: center;
	margin:0px!important;
}
