
/* 
 * Font Face
 *
 */

@font-face {
    font-family: 'helveticaneue_lt_47_lightcnRg';
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot');
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.woff') format('woff'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.svg#helveticaneue_lt_47_lightcnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
 * 
 * main style..
 *
 */

body {
	background:#fff!important;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif!important;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #555;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}	



h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none!important;
}
.main_container{
	margin-bottom:10px;
}

input:focus,select:focus,textarea:focus{
	outline:none!important;
	box-shadow: none!important;
}


/** Spaces **/


.space{
	height:10px;
	width:100%;
	clear:both;
}

.space-med{
	height:20px;
	width:100%;
	clear: both;
}

.space-big{
	height:30px;
	width:100%;
	clear: both;
}


/** Anchor **/


a{
	-webkit-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-moz-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-ms-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-o-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
}


.title-small{
	font-size:16px;
}


/** Floats Css **/
	
.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}
	
.pull-right{
	float:right;
}

.pull-left{
	float:left;
}


/** Texts ***/
.note{
	color:#555;
	text-align: justify;
}

.note p{
	color:#555;
	text-align: justify;
}


.note span{
	color:#555;
	text-align: justify;
}

.text-gray{
	color:#aaa;
}

.text-darkgray{
	color:#555;
}

.text-orange{
	color:#212121;
}
.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: #212121;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	margin-right:5px;
	padding:10px 20px 0px;
	font-weight:normal;
	text-transform: uppercase;
}
.title a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding:20px 20px 10px;
	text-transform: uppercase;
}
.title a:hover,.title a:focus{
	color:#FFFFFF;
}
.titlehead{
	text-align: center;
}
.titlehead h1{
	color: #212121;
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    padding: 2px 0px;
    line-height: normal;
    text-transform:uppercase;
    display: inline-block;
    position: relative;
    
}

.titlehead h1 a{
	color:#212121;
	font-size:11px;
	margin-left:5px;
}

.main_container .titlehead{
		border-bottom:1px solid #000;
		padding:0px 0px 8px;
}
.main_container .titlehead h1,.main .titlehead h1{	
	font-size:28px;
} 


/** Buttons **/

.butn{
	background:#333;
	font-size: 12px; 
	cursor: pointer;
	border-radius:3px;
	color:#FFFFFF;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.butn-small{
	font-size:11px;
}

.butn-gray{
	color: #FFFFFF;
	background: #333;
	padding: 5px 20px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #212121;
	color:#FFFFFF;
}

.butn-green{
	color: #fff;
	background: #50c51d;
	padding: 5px 12px;
}

.butn-green:hover,.butn-green:focus{
	color: #fff;
	background: #50c51d;
}

/**  **/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }

/*//////////////////  Header Style  //////////////////////////*/

.header_top{
	background:#f2f2f2;
}
.header_top p{
	color:#585858;
	text-transform: uppercase;
	font-size:15px;
	margin:0px;
	text-align: center;
	padding:8px 0px;
}
.header{
	 background:#fff;
}
/** Logo **/
.logo{
	text-align: center;
}
.logo a img{
	margin:20px 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;
}
/*/////////////////////*/
.top_nav{
	margin-top: 50px;
}
.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: #858585;
    font-size: 15px;
    text-align: center;
    padding: 0px 12px;
}
.top_nav li a:hover,.top_nav li a:focus{
	color:#212121;
}


.h_widgets{
	float:right;
	margin-top: 50px;
}

.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: #858585;
    font-size: 15px;
    text-align: center;
    padding: 0px 12px;
}
.h_widgets li a:hover,.top_nav li a:focus{
	color:#212121;
}


/** Search Form Css **/

.search_box{
	z-index: 9999;
    z-index: 12;
}

.search-btn{
   display: inline-block;
   padding:0px 0px 0px 10px;
}

.search-btn span{
	display: inline-block;
}

.search_form {
	width: 100%;
    position: absolute;
    left: 0;
    top: 115px;
    z-index: -1;
    visibility: hidden;
}

.search_form form{
	margin:0px!important;
}


.search_box.active .search_form{
	  z-index: 999;
	  visibility: visible;
	  top: 115px;
      right: 0px;
	  background: #000000;
	  width: 100%;
      padding: 12px 0px;
}

.search-inputs{
	background: #fff;
    border: 1px solid #fff;
    width: 40%;
    margin: 0px auto;
}
.search-inputs .search-input {
	background:transparent;
	width: 460px;
	font-size: 14px;
	color: #aaa;
	padding:0px;
	padding-left: 5px;
	height: 35px;
	border: none;
	margin:0px;
	border-radius:0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	box-shadow:none;
}

input.search-button {
	float: left;
	cursor: pointer;
	margin: 8px;
}
/** Inquiry Cart Button **/
.cart{
	position: relative;
}


.shopping-cart {
     margin: 20px 0;
    background: #000000;
    width: 260px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    right: 50px;
    top: 90px;
    z-index: 99999999999999;
  }
 

.shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: black;
	border-width: 8px;
	margin-left: -8px;
}


.cart_button {
  background: #212121;
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.cart_button:hover,.cart_button:focus{
	color:#212121;
}
#cart_close {
    float: right;
}
#cart_close img{
    width:16px;
    margin-bottom: 2px;
}
.shopping-cart-header{
	color:#eee;
}
.empty_cart{
	text-align: center;
	color:#fff;
	margin-top: 80px;
}
.cart_items{
	margin-top:20px;
	min-height: 150px;
}
.cart_item{
	border-bottom:1px solid #404040;
	padding:5px 0px;
	color:#fff;
}
.cart_item:last-child{
	border:none;
}
.item_thumb{
	background:#fff;
	float: left;
    margin-right: 15px;
    width: 40px;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
}
.item_thumb a{
	padding:0px!important;
}
.item_detail{
	float:left;
	width: 205px;
}
.item_detail p{
	margin:0px;
}
.item_title{
	font-weight: bold;
	color:#fff;
}
.item_art, .item_qty{
	font-size:12px;
}
.btn_cart{
	text-align: center;
}
.btn_cart a{
	color:#000!important;
	text-transform: uppercase;
	font-size:12px!important;
	    padding: 5px 12px!important;
	    margin:12px 0 10px 0!important;
}
.btn_cart a{
	background:#fff;
	color:#000;
}
.btn_cart a:hover,.btn_cart a:focus{
	background:#fff;
	color:#000;
}
		
/*/////////////////////////   Products Main Menu Css        ////////////////*/

/** Main Menu Css **/
.menu{
	position: relative;
	background:#212121;
}
.menu ul {    
    display: table;
    margin: 0px auto;
}
.menu li{
	float:left;
}


.menu li a{	
	display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 20px;
    text-transform: uppercase;
    border-bottom:2px solid transparent;
}


.menu li:last-child a{
	margin-right:0px;
}
.menu li a:hover,.menu li a:focus{
	color:#fff;
	border-bottom:2px solid #fff;
}
.menu li.current a{
	color:#fff;
	border-bottom:2px solid #fff;
}
.menu li.active a{
	color:#fff;
	border-bottom:2px solid #fff;
}
.menu li ul a{
	transition:none;
}
/** Inner Menu Css **/
.menu ul li .mega_menu{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	background: #000000;
	width:100%;
	margin:0px!important;
}
.menu_cat_img img {
    width: 260px;
    margin-right:20px;
}

/* 
 * Inner Menu Categories Css
 */

.menu ul li:hover .mega_menu{
	visibility: visible;	
}
.menu .inner_cats {
    display: block;
    float: left;
    width: 75%;
    margin-top: 20px;
}

.menu .mega_menu{
	left:0px;
	top:62px;
}
.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:#ffffff;
	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:#fff;
}
.menu_cat_img {
    float: right;
    width: 20%;
    margin: 1%;
}

/*////////// Product Vertical Menu Css ////////////////*/

ul#prod-menu,ul#prod-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-menu ul{
	margin:0px;
}
/** Main Cat **/

.m_c_title{
	background: #ebebeb;
	color:#333;
	padding:8px;
	display: block;
	font-size:16px;
}
.m_c_title:hover,.m_c_title:focus{
	background:#2c2c2c;
	color:#fff;
}
ul#prod-menu li.active .m_c_title{
	background:#2c2c2c;
	color:#fff;
}
ul#prod-menu li{
	display:block;
	margin-bottom:8px;
}
ul#prod-menu li:last-child{
	margin:0px;
}
.m_c_title img{
	margin:0px 0px 0px 6px;
}
.m_c_title .cata_icon{
	display: inline-block!important;
	float:right;
}

ul#prod-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;
}	
/** Inner Sub Cat **/
	
ul.inner_sub_cat{
	width: 100%;
	clear:both;
}	


ul.inner_sub_cat li{
	margin:0px!important;
}
ul.inner_sub_cat li:last-child{	
	border:none;
}
ul.inner_sub_cat li a {
	display:block;
	background:none;
	font-size:12px;
	padding: 3px 0px;
	color:#fff;
	letter-spacing: 0px;
	font-weight:normal;
	margin: 0px 10px;
}
ul#prod-menu li.active ul.inner_sub_cat li a {
	background:none;
}

ul.inner_sub_cat li a img{
	float:left;
	margin-top: 4px;
}

ul.inner_sub_cat li a:hover {
	background:none;
	color:#fff;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/



.res-cata-btn{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 10px;
    background:#212121;
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#fff;
	
} 
.res-cata-btn img{
	margin: 0px 10px 2px 0px;
}  
.res_menu {
    margin-top: 0px;
    clear: both;
   
}
.res_menu ul li{
	margin: 0px!important;
	border-bottom:1px solid #2f2f2f;
	width:100%;
}

.res_menu ul li a{
	background: #1c1c1c;
	color:#FFFFFF;
	padding:5px 10px;
	display: block;
	font-size:14px;
	text-align: left;
	border:none;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	color:#FFFFFF;
	background: #1c1c1c;
	border:none;
}

.res_menu .m_c_title{
	padding:5px 10px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #1c1c1c;
	margin:0px;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	border-bottom: 1px solid #222222;
    color: #eee;
    font-size: 12px;
    padding: 6px 5px 5px 20px;
}
.res_menu ul.inner_sub_cat li a:hover,.res_menu ul.inner_sub_cat li a:focus{
	background: none;
}
ul.inner_sub_cat li a img{
	margin-right: 8px;
}
#prod-t-menu{
	margin:0px;
	display: block;
}
#prod-t-menu li a{
	border:none;
}
#prod-t-menu li a:hover,#prod-t-menu li a:focus{
	border:none;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #fff;
	text-align: center;
}

/*////////////// 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:#212121;
	text-align: left;
}
.breadcrumb_section .titlehead h1{
	color:#212121;
}
.breadcrumb_section ul{
    margin:0px;
    margin-bottom:30px;
}

.breadcrumb_section ul li{
	float:left;
	color:#212121;
	margin-right:5px;
	font-size:16px;
}
.breadcrumb_section ul li:last-child{
	margin:0px;
}
.breadcrumb_section ul li a{
	font-size: 16px;
    color: #212121;
}
.breadcrumb_section ul li a.active{
	color:#212121;
}
.breadcrumb_section ul li a:hover{
	color:#212121;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#212121;
}
.pro_count{
	text-transform: uppercase;
	color:#212121;
}


/*//////////////// Main Categories ////////////////*/

.featured_cats{
	padding:50px 0px 30px;
}
.main_category_sec .featured_cats{
	background:#212121;
}
.main_category_sec .featured_cats:nth-child(2){
	background:#f2f2f2;
}
.main_category_sec .featured_cats:nth-child(2) .span8{
	float:right!important;
	 margin-left: 2.564102564102564%!important;
}
.main_category_sec .featured_cats:nth-child(2) .span4{
	 margin-left: 0!important;
}
.mcategory_thumb a img{
	width:100%;
	position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mcategory:hover .mcategory_thumb a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mcategory {
	float:left;
	position:relative;
	background: #000;
    width: 100%;
    height: 486px;
    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;
}
.mcat_row .mcategory:last-child{
	margin-right:0px;
}

.mcate-caption{
	background:#fff;
	text-align: center;
    position: absolute;
    bottom: 46%;
    left: 0;
    width: 40%;
}

.mcate-caption a.mcate-title{
	display: inline-block;
    color: #111;
    font-size: 24px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 10px;
}

.mcategory:hover a.mcate-title,.mcategory:focus a.mcate-title{
	color:#fff;
}
.mcategory:hover .mcate-caption{
	background:#000;
}

.mcategory .mcate-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;
}

.mcategory:hover .mcate-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%);
}
}


/**  Featured Products **/
.fthumb{
	width:230px;
	height:230px;
	background:#fff;
	float:left;
	margin-right:26px;
	margin-bottom:26px;
	overflow: hidden;
	text-align: center;
	 position: relative;
}
.fthumb:nth-child(3){
	margin-right:0px;
}
.fthumb img{
	max-width:none;
	height:230px;
}

  .fthumb img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .fthumb:hover img.image-hover {
    opacity: 1;
  }
/*//////////////// Categories ////////////////*/

.category_sec{
	background:#fff;
	padding: 20px 0px;
}

.cat_row{
	margin-bottom:30px;
}
.category_thumb a img{
	width:100%;
	-webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.category:hover .category_thumb 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.8) blur(0);
  -webkit-filter: grayscale(0.8) blur(0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category {
	float:left;
	position:relative;
	background: #ddd;
    width: 360px;
    height: 500px;
    margin-right: 30px;
    overflow:hidden;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.cat_row .category:last-child{
	margin-right:0px;
}

.cate-caption{
	text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.cate-caption a.cate-title{
	display: block;
    color: #FFFFFF;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
}

.category:hover a.cate-title,.category:focus a.cate-title{
	color:#fff;
}

.cate-caption a.cate-btn{
	display: inline-block;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
}

.category .cate-caption{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category:hover .cate-caption{
	color: #fff;
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}

/** Keyframes **/

@-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateY(50%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateY(50%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}

/*///////////////*/
@-webkit-keyframes moveFromRight {
 from {
 opacity: 0;
 -webkit-transform: translateX(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
 from {
 opacity: 0;
 -moz-transform: translateX(50%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
 from {
 opacity: 0;
 -ms-transform: translateX(-50%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}
/*//////////////////// Why Choose Section ////////////////////*/
.services{
	background:#f4f4f4;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:50px 0px;
}


.s_section .s_widget{
	text-align: center;
}
.s_icon {
    margin: 0px 0px 10px;
}

.s_detail p{
	color:#585858;
	font-size:14px;
	margin:10px 0px;
	text-align: center;
}
.s_detail h4{
	color:#585858;
	padding:0px;
	font-size:18px;
	margin:0px;
	
}

/*//////////////////// Company Pages ////////////////////*/
.c_pages{
	background:#ffffff;
	clear: both;
}

.more_btn a{
	font-size:14px;
	color:#2e2d2d;
	font-weight: bold;
}
.more_btn a:hover,.more_btn a:focus{
	color:#000;
}
.c_p_tabcontents {
	border:1px solid #ccc;
	padding:50px 40px;
	text-align: center;
}
/* Style the tab content */
.main_category_sec .featured_cats:nth-child(2) .mcate-caption{
	    right: 0;
	    left:auto;
}
.tabcontent {
  color: #2e2d2d;
}


.tabcontent p{
	color:#2e2d2d;
}

.tabcontent span{
	color:#2e2d2d;
}
.tabcontent a{
	color:#2e2d2d;
}
.tabcontent a:hover,.tabcontent a:focus{
	color:#212121;
}

/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	background: #fff;
	padding:40px 0px ;
}

.widget .title{
	color:#212121;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:20px;
}
.social_nav{
	margin-top:70px;
}
.social_nav a{
	margin-right: 10px;
    display: inline-block;
    padding: 10px 0px;
}
.footer_nav li a{
	display: block;
	color:#212121;
	font-size:13px;
	padding:2px 0px;
}
.footer_nav li a:hover,.footer_nav li a:focus{
	color:#212121;
}

/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#212121;
	color:#111;
}
.zoom-btns .btn-zoom:hover{
	background:#333333;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #555;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}

/*///////////////////// Newsletter ////////////////////// **/
.newsletter_section{
	background:#212121;
	padding:50px 0px;
}

.newsletter_section .titlehead h1{
	color:#fff;
}
.newsletter_form form {
    margin: 0px auto;
    display: table;
}
.newsletter_form input{
	float:left;
}
#email_sub_tr{
	text-align: center;
}
.newsletter_form .butn{
	display: block;
    background: transparent;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
    margin: 0px;
    font-size: 14px;
    color: #212121;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #fff;
    padding:1px;
    float: left;
    width: 180px;
    margin-left: 10px;
}
.newsletter_form .butn:hover,.newsletter_form .butn:focus{
	color:#000;
	border:1px solid #fff;
}
.newsletter_form .butn span{
	display: block;
	background:#fff;
	padding:11px 10px;
}
.newsletter_form input[type="text"]:focus{
	border:1px solid #fff;
}
.newsletter_form input[type="text"]{
	background:transparent;
	border:none;
	color:#fff;
	width:350px;
    padding: 12px 5px 12px 20px;
	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;
	
}
.newsletter_form input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}

/*/////////////////////////      Footer style        ////////////////*/
.footer{
	background:#f2f2f2;
	padding:10px 0px;
}



.copyright{
	padding:0px;
	color:#585858;
	font-family: arial;
	text-align: center;
	padding:5px 0px;
}
.copyright p{
	margin:0px;
	color:#585858;
	text-transform: uppercase;
}
.copyright a{
	color: #585858;
}
.copyright a:hover,.copyright a:focus{
	color:#585858;
}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:80px;
	right:30px;
	z-index: 9999;
	width: 40px;
	height: 60px;
	background: #000;
	color:#fff;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	color:#fff;
}

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:30px;
}

.page-contents{
	text-align: justify;
	color:#555;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	color: #333;
	min-height:150px;
}

.pro-desc p{
	color:#555;
}


.pro-desc span{
	color:#555;
}

.main .titlehead{
	text-align: left;
}

#p-detail{
	border:1px solid #ddd;
	text-align: center;
	position: relative;
}
.zoom-btn{
	display:inline-block;
	color:#222;
	background:rgba(255,255,255,0.5);
	padding:2px 10px;
	font-size:12px;
	cursor: pointer;
}
.main .titlehead h1{
	line-height: normal;
}

/*////////////////////////////// Product Pages //////////////////////*/
/* Style the tab */
.ptabs {
  background-color: #212121;
}

/* Style the buttons inside the tab */
.ptabs button {
      display: block;
    background-color: #212121;
    color: #fff;
    padding: 8px 15px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    text-align: center;
    border: 1px solid #212121;
    float: left;
}

/* Change background color of buttons on hover */
.ptabs button:hover {
  border: 1px solid #212121;
}

/* Create an active/current "tab button" class */
.ptabs button.active {
 	 border: 1px solid #212121;
}

/* Style the tab content */
.ptabcontent {
  padding:20px;
  border-left: none;
  color: #555;
  border:1px solid #ccc;
}


.ptabcontent p{
	color:#555;
}

.ptabcontent span{
	color:#555;
}
.ptabcontent a{
	color:#fff;
}
.ptabcontent a:hover,.ptabcontent a:focus{
	color:#212121;
}
/*/////////////////////////      Product page style        ////////////////*/


#showMore{
	display: block;
    background: #212121;
    padding: 20px 60px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom:50px;
}

#showMore:hover,#showMore:focus{
	background:#212121;
	color:#fff;
}
.show_more_pagination{
	text-align: center;
}
.contents{
	color:#555;
	min-height: 300px;
}


/** Transiton Effect **/

.contents{
	color:#555;
	min-height: 300px;
}
.product-grid{ 
	float:left;
	margin: 10px 11px;
    width:368px;
	height:432px;
    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;
}

.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:#212121;
}
.product-grid .product-image{ 
	position: relative; 
    overflow: hidden;
    border: 1px solid #cccccc;
  }
.product-grid .product-image a{ 
	display: block; 
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}

.product-grid .pro-btns{
    text-align: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
        line-height: normal;
}
.product-grid .pro-btns li{
    margin:0 -2px;
    opacity: 0;
    display: inline-block;
    transform: translateY(-30px);
    transition: all 0.3s ease 0s;
}
.product-grid .pro-btns li:nth-child(2){ transition: all 0.3s ease 0.1s; }
.product-grid:hover .pro-btns li{
    transform: translateY(0);
    opacity: 1;
}
.product-grid .pro-btns li a{
    color: #212121;
    background: #f2f2f2;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 136px;
    display: block;
    transition: all .3s;
}
.product-grid .pro-btns li a:hover,.product-grid .pro-btns li a:focus{
   color:#212121;
}
.quick_view{
	background:#1c1c1c!important;
	color:#fff!important;
}
.quick_view:hover,.quick_view:focus{
	color:#fff!important;
}
.product-grid .pro-title{
   font-size: 16px;
   display: block;
   text-transform: capitalize;
   margin: 0px;
   transition: all 0.3s;
   line-height: normal;
   padding:16px 0px;
}
.product-grid .pro-title a{ color:#858585; font-weight: normal;}
.product-grid .pro-title a:hover,.product-grid .pro-title a:focus{ color: #212121; }


/***************/

#AddToInquiry {
	cursor: pointer;
	background:#212121;
	color:#fff;
	border:none;
	border-radius:0;
	box-shadow: none;
	outline:none;
	border:2px solid #212121;
	padding:8px 60px;
	font-weight:bold;
	margin-top:20px;
	text-transform:uppercase;
	 -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

#AddToInquiry:hover, #AddToInquiry:focus{
	color:#fff;
	background:#212121;
	border:2px solid #212121;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

/** Related Products **/
.related-product{
    float:left;
    margin:5px 8px;
}
.searchpage .product_panel{
	margin:10px ;
}
.pro_sizes{
	margin-top:20px;	
}
.pro_sizes a{
	display: inline-block;
	background:111;
	width:40px;
	height:28px;
	line-height:28px;
	color:#7c7c7c;
	text-align:center;
	margin-right:8px;
	border:1px solid #7c7c7c;
}
.pro_sizes a:hover,.pro_sizes a:focus{
	background:#1167b1;
	border:1px solid #1167b1;
	color:#fff;
}
.pro_colors span{
	display: inline-block;
	width:24px;
	height:24px;
	margin-right:8px;
}
/*/////////////////////////     Pagination style        ////////////////*/

.pagination-container{
	margin-bottom:10px;
}

.pagination {
	display: block;
	float:right;
	margin: 0px!important;
}

.pagination a{
	float: left;
	margin-left:10px;
}

/*/////////////////////////      Inquiry cart page Style        ////////////////*/

.even{
		border-bottom:1px solid #efefef;
}

.odd{
		border-bottom:1px solid #efefef;
}


#cart .cart-header div {
	background: #ececec;
    color: #555;
    border-bottom: 1px solid #d4d4d4;
    margin: 1px;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}
#cart .cart-row div {
	margin: 1px;
	padding:5px 0px 10px;
	height: 125px;
	color:#555;
	text-align: center;
	line-height: 40px;
}

#cart .cart-row div.cart-thumb {
	padding-left:0px;
}

#cart .cart-thumb {
	background:#FFFFFF;
	width: 13%;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	max-width: 100%;
	padding:4px;
}

#cart .cart-thumb:hover img{
	cursor: pointer;
}

.cart-empty{
	margin-left:10px;
}


 input.qty_input{
	height: 20px;
	padding: 2px 10px;
	border: none;
	background: #FFFFFF;
	color: #333;
	border:1px solid #ddd;
	border-radius:3px!important;	
	margin:0px!important;
	margin-right: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
}
 input.qty_input:focus{
	border:1px solid #ddd!important;
}
 .cart-title {
	width: 50%;
	float: left;
}

 .artno {
	width: 20%;
	float: left;
}
 .buttons {
	width: 16%;
	float: left;
}

.buttons form{
	display: inline;
	text-align: center;
}
.buttons form input[type="submit"]{
	border:none;
}
.buttons form input[type="image"]{
	cursor: pointer;
}
#forupdate{
	margin:0px 10px;
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}
.cart-btns a{
	padding:5px 10px;
}
.cart-btns a img{
	margin:-3px 8px 0px 0px;
}
.chk-btn{
	background:#333333;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.chk-btn:hover,.chk-btn:focus{
	background:#333333;
	color:#FFFFFF;
}
.send-btn{
	background:#212121;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.send-btn:hover,.send-btn:focus{
	background:#333333;
	color:#FFFFFF;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.captcha_inputs .text-orange:hover,.captcha_inputs .text-orange:focus{
	color:#000;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}

.inquiry_form input[type="text"] {
	color: #555;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input:focus,.inquiry_form select:focus,.inquiry_form textarea:focus{
	border:1px solid #ddd!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #555;
	padding:6px;
	width: 314px;
	border:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    height: 34px;
    border-radius: 3px!important;
}
.inquiry_form textarea {
	width: 300px;
	color: #555;
	padding:6px;
	min-height: 150px;
	border:1px solid #ddd;
	border-radius: 3px!important;
	font-family: Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	border:1px solid #333333;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input[type="reset"]:hover,.inquiry_form input[type="reset"]:focus{
	border:1px solid #212121!important;
	background: #212121;
	color:#fff;
}
.btn-submit{
	background: #212121;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #212121;
}

.btn-submit:hover,.btn-submit:focus{
	background: #333333;
	color:#fff;
	border:1px solid #333333!important;
}

label.error{
	display:block;
	color: #ff0000;
	font-size: 11px;
	line-height: normal;
}

