/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	width: 100%;
	height: 100%;
	font-family: raleway;
	background: url(../img/patter-bg.png) left top repeat;
}
html {
	width: 100%;
	height: 100%;
}

.pagi-nation {
    text-align: center;
}
.pagination>li>a {
    background: #000;
    color: #fff;
}

.page_active{
	background:#797878 !important;
}


 @media(min-width:767px) {
.navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
}
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 8px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar {
	background-color: #fff;
	border-color: #e7e7e7;
	padding: 0;
	margin-bottom: 0;
}
.search {
	background: #fff;
	width: 300px;
	text-align: right;
}
.nav-main li {
	border-left: #ccc solid 1px;
}
.nav-main li:first-child {
	border-left: none;
}
.nav-main li a {
	font-size: 18px;
	text-transform: uppercase;
	padding: 7px 15px;
}
.search-field {
	margin-top: 17px;
}
.nav-main li.dropdown:hover > .dropdown-menu {
	display: block;
}
.map-bg {
	border: #FFF solid 5px;
}
.nav-main {
	margin: 12px 0;
}
.dropdown-menu li {
	border: none;
	font-size: 13px;
}
.dropdown-menu li a {
	font-size: 13px;
}
.tagline {
	padding: 30px 0;
}
.noPadding {
	padding: 0px;
}
.product-pic:hover {
	transform: scale(1.1, 1.1);
	box-shadow: #000 4px 4px 0px 0px;
}
.product-pic {
    width: 100%;
    padding-top: 100%;
    border: #ccc solid 1px;
    position: relative;
    transition: all 1s ease;
    margin-bottom: 35px;
    background: #fff;
}
.product-pic img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
    height: auto;
}
.product-pic a {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.62);
	padding: 14px 0;
	color: #fff;
	text-decoration: none;
}

.page-header2 {
	background: url(../img/heading1.png) center bottom no-repeat;
	background-size: cover;
	padding: 18px 0 58px;
	margin: 33px 0;
	font-family: "oleo Script";
	font-size: 43px;
}
.page-header3 {
	margin: 0 0 33px;
}

.product-picA a {
	display: block;
	width: 100%;
}
.product-picA {
    background: #fff;
    width: 100%;
    padding-top: 100%;
    position: relative;
  
}
.img-pro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    display: block;
    height: auto;
}


.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.product-picA:hover .overlay {
	height: 100%;
}
.product-picA .text {
	white-space: nowrap;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.bottom-banner img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.bottom-banner img:hover {
	-webkit-filter: grayscale(100%);
	filter: initial;
}
.product-picB {
	position: relative;
	width: 100%;
	background: #000;
	margin-bottom: 30px;
}
.imageB {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.middleB {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.product-picB:hover .imageB {
	opacity: 0.3;
}
.product-picB:hover .middleB {
	opacity: 1;
}
.textB {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
}
.textB a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 16px 32px;
	text-decoration: none;
}
.product-picC {
	position: relative;
	margin-bottom: 30px;
}

.imageC {
	display: block;
	width: 100%;
	height: auto;
}
.textC a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 100px 50px;
    height: 100%;
}
.middleC {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.product-picC:hover .middleC {
	height: 100%;
}
.product-picC .textC {
	white-space: nowrap;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*.product-picC {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border: 1px solid #ccc;
        background: #fff;
        margin-bottom: 30px;
}
.imageC {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}
.middleC {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.product-picC:hover .imageC {
	opacity: 0.3;
}
.product-picC:hover .middleC {
	opacity: 1;
}
.textC {
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
}
.textC a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 16px 32px;
	text-decoration: none;   
	 text-align: center;

}*/

.section3 {
	margin: 0px 0 30px;
}
.about-section {
	width: 100%;
	float: left;
	background: url(../img/charger-plate.jpg) left top no-repeat;
}
.about-text {
	background: rgba(0, 0, 0, 0.48);
	width: 100%;
	float: left;
	padding: 57px 0;
}
.about-text h1 {
	color: #fff;
	text-align: center;
}
.about-text p {
	color: #fff;
	text-align: center;
	padding: 0 23px;
	font-size: 15px;
	line-height: 24px;
}
.about-text a {
	text-align: center;
	display: block;
	background: rgba(255, 255, 255, 0.72);
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
}
.about-text a:hover {
	background: rgba(0, 0, 0, 0.46);
	color: #fff;
}
.alibab-logo {
    background: #fff;
    border: #ccc solid 1px;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.alibab-logo a {
    text-align: center;
    display: block;
}
.alibab-logo a img {
    display: initial;
}
.alibab-logo p {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
}
.alibab-logo p a {
	background: #ff6200;
	display: block;
	color: #fff;
	text-align: center;
	padding: 7px;
	text-decoration: none;
}
/******************Footer-css*************************/
.full {
	width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
	font-size: 15px;
	line-height: 27px;
	color: #000;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.footer a {
	color: #000000;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #828180;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	border-top-left-radius: 19px;
	border-bottom-right-radius: 19px;
	transition: all 1s ease;
}
.social li:hover {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 19px;
	border-top-right-radius: 19px;
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;
}
/******************Footer-css*************************/
  /******************bredcum-css*************************/
.breadcrumb {
	padding: 0px;
	background: #D4D4D4;
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107;
}
.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsla(153, 57%, 51%, 1);
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ffc107;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
}
.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	position: relative;
	display: block;
	float: left;
}
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover {
	background: #ffc107;
}
.breadcrumb li a:hover:after {
	border-left-color: #ffc107 !important;
}
/******************bredcum-css*************************/
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #999;
	white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #444;
	background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header a {
	color: #040203;
	font-size: 18px;
	font-weight: bold;
	padding:0;
}
.mega-dropdown-menu form {
	margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}
.dropdown-menu.multi-column .dropdown-menu {
	display: block !important;
	position: static !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
}
.mega-dropdown-menu {
	position: absolute;
	top: 72% !important;
}
@media (min-width: 768px) {
.navbar-right {
	float: right!important;
	margin-right: -5px;
}
}
.address strong {
	color: #a0a3a4;
}
.address p {
	color: #a0a3a4;
	font-size: 15px;
}
.address p a {
	color: #a0a3a4;
}
.page-breadcumb-header {
	background: url(../img/blog-bg.jpg);
	background-size: cover;
}
.page-breadcumb-header .page-title {
	font-family: lobster;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin: 0 25px 0 0;
	display: inline-block;
	float: left;
}
.page-breadcumb-header .breadcumb-wrapper {
	display: inline-block;
	float: left;
	overflow: hidden;
}
.page-breadcumb-header .breadcumb-wrapper a:first-child {
	padding-left: 0;
}
.page-breadcumb-header .breadcumb-wrapper a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	float: left;
	padding: 0 15px 0 10px;
	position: relative;
	transition: all .35s ease;
}
.page-breadcumb-header {
	display: block;
	overflow: hidden;
	padding: 100px 17px;
	border-bottom: 1px solid #ebebeb;
	background-color: #f8f8f8;
}
.page-breadcumb-header .breadcumb-wrapper a:after {
	content: '>';
	font-family: FontAwesome;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 0;
}
.page-breadcumb-header .breadcumb-wrapper a:first-child {
	padding-left: 0;
}
.page-breadcumb-header .breadcumb-wrapper a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	float: left;
	padding: 0 15px 0 10px;
	position: relative;
	transition: all .35s ease;
}
.page-breadcumb-header .breadcumb-wrapper span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	float: left;
	padding-left: 10px;
}
/**************************blog-css***************************/
.blog-text p {
	display: block;
	display: -webkit-box;
	margin: 0 auto;
	line-height: 1.4;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog {
	width: 100%;
	float: left;
	background: #fff;
	border: #ccc solid 1px;
	margin-bottom: 26px;
}
.blog-pic a.date {
	position: absolute;
	top: 15px;
	left: 17px;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px 20px;
	color: #333;
	font-size: 16px;
	border: #ccc solid 2px;
}
.blog-pic {
	position: relative;
	overflow: hidden;
}
.blog-pic a:hover img {
	transform: scale(1.15);
}
.blog-pic a img {
	transition: all 0.5s linear 0s;
	max-height: 264px;
	width: 100%;
}
.blog-text {
	padding: 15px;
}
.blog-link a {
	background: #000;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
.blog-link {
	width: 100%;
	padding: 14px 0;
	float: left;
}
.blog-section {
	padding: 50px 0;
}
.intro-header {
	color: #f8f8f8;
	text-align: center;
}
.NewsletterA {
	    width: 100%;
    background: #333;
    padding: 22px 0;
    float: left;
}
.custom-tab-content {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.news-inp {
	border-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
	border-radius: 0;
}
.inp-btn {
	border-radius: 0;
}
/**************************sub-menu-css********************************/
.side-menu {
	background: #fff;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
}
.side-menu h3 {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	background: #333;
	color: #fff;
	border: #333 solid 1px;
}
.side-menu .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}
.side-menu .panel-default {
	border-color: none;
}
.side-menu .panel-body {
	margin: 0;
	padding: 0;
}
.side-menu .panel-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-menu .panel-body ul li {
	line-height: 34px;
	border-bottom: #ccc solid 1px;
}
.side-menu .panel-body ul li a {
	display: block;
	padding: 0 15px;
	color: #333;
	text-decoration: none;
}
.side-menu .panel-body ul li a:hover {
	background: #333;
	color: #fff;
}
.side-menu .panel-body ul li:last-child {
	border-bottom: none;
}
.panel-heading {
	padding: 0;
}
.panel-default>.panel-heading a {
	text-decoration: none;
}
.sub-menu li a.active {
	background: #333;
	color: #fff !important;
}
/**************************sub-menu-css********************************/
.productA {
    width: 100%;
    float: left;
    background: #fff;
    border: #ccc solid 1px;
    margin-bottom: 26px;
}
.productA-pic {
      position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
border-bottom: #ccc solid 1px;
}
.productA-pic a img {
    transition: all 0.5s linear 0s;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}
.productA-text {
    padding: 0px 15px;
}
.productA-text h3{ margin:0; padding:0;}
.productA-text h3 a{    margin: 0;
    font-size: 16px;
    padding: 10px 0;
    color: #333;
    display: block;
    text-decoration: none;
    text-align: center;}
.productA-pic a:hover img {
	transform: scale(1.15);
}
.mega-menu-A ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu-A ul li {
    line-height: 26px;
}
.mega-menu-A ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.inner-img{   width: 100%;
    padding-top: 100%;
    position: relative;}
.inner-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
	    width: 100% !important;
}
#fancy {
    width: 100%;
    float: left;
}
.column {
    width: 100%;
    float: left;
}

.xzoom-thumbs a img {
    width: 100px;
    height: 100px;
    margin-top: 14px;
}
.group_home_products {
    width: 100%;
    background: #fff;
    float: left;
    padding: 20px 0;
    margin-bottom: 50px;
}
a.cart-btn {
    background: #ccc;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
}
.detail-list{ margin-top:50px;}
.detail-list p {
    padding: 10px 20px;
    margin: 0;
}
.product-details h3 {
    margin-top: 36px;
}
.log-in-section {
    margin-top: 18px;
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 22px;
}
.panel-login {
    box-shadow: 5px 5px 5px 5px;
    margin-top: 33px;
    margin-bottom: 50px;
}
.inp-field{ }.inp-field {
    border-radius: 0;
    margin: 10px 0;
    box-shadow: #333 0px 2px 2px 0;
}
.form-area {
    width: 100%;
    float: left;
    padding-left: 50px;
    border-left: 1px #333 solid;
    margin-bottom: 50px;
}
.register-btn{ text-align:center;}
.register-btn a{ text-decoration:none;}
.sign-btn{ background:#333; border-radius:0; font-size:16px; padding:10px 20px;}
.inp-register{ font-size:24px; color:#000; border:#000 solid 2px; padding:15px 20px; text-align:center; margin-top:50px; text-decoration:none;}
.register-btn h4 {
    margin-bottom: 50px;
}
.form-enquiry {
        border: #860000 solid 2px;
    width: 100%;
    float: left;
    margin: 50px 0;
    padding: 50px;
    background: #333;
}
.form-enquiry h3{ margin:0; padding:0;    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}
.inp-Query {
    border-radius: 0;
        border: #800000 solid 2px;
}
.Query-btn{    border-radius: 0;
    background: none;
    padding: 10px 20px;
    margin: 0 5px;
    border: #fff solid 2px;}
.form-enquiry .control-label {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.form-enquiry .control-label span{ color:#F30; font-size:20px;}
.form-area2 {
    width: 100%;
    float: left;
    padding-left: 50px;
    margin-bottom: 50px;
}
footer {
    width: 100%;
    float: left;
}
/****************single-slider***********************/
.single-slider{ width:100%; float:left;     margin-bottom: 50px;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	    background: #fff;
}
.nbs-flexisel-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 10px 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    background: none;
    color: #fff;
    border: #fff solid 2px;  
	    font-size: 16px; 
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 16px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.product-imgA {
    width: 98%;
    padding-top: 100%;
    position: relative;
    border: 1px solid #333;
    border-radius: 4px;
}
.product-name {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.64);
    left: 0;
}
.product-name a {
    color: #fff;
    text-decoration: none;
    padding: 23px 0;
    display: block;
}
/****************single-slider***********************/
.contact-page{ padding:50px 0; margin:50px 0; background:#fff; width:100%; float:left;}
.contact-detail {
    background: #f7f7f7;
    width: 100%;
    float: left;
    border: #ccc solid 1px;
    padding: 33px;
        min-height: 129px;
}
.contact-detail span {
    padding-top: 9px;
    font-size: 30px;
}
.detailsA {
    border-left: 2px solid #19b968;
    padding-left: 28px;
}
.detailsA p {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
}
.full-map{ margin-top:50px;}


@media screen and (max-width: 767px) and (min-width: 320px) {
.navbar-brand>img {
    width: 70%;
}
.navbar-toggle {
     margin-top: 30px;
	 }
.search-field {
    margin-top: 0px;
}
bootstrap.min.css:3725
.navbar-form {
    padding: 10px 15px;
    margin-top: 0px;
}
.nav-main li {
    border-left: #fff solid 1px;
}
.tagline {
    padding: 13px 0;
}
.about-text {
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    float: left;
    padding: 33px 0;
    margin-bottom: 34px;
}
.contact-detail {
    padding: 13px;
    margin: 10px 0;
}
.detailsA {
    border-left: 2px solid #19b968;
    padding-left: 15px;
}
}
/**************************log-in-pop-up*********************************/
.loginmodal-container {
  padding: 30px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
  border: #333 solid 5px;
}

.loginmodal-container h1 {
     text-align: center;
    font-size: 16px;
    font-family: roboto;
    text-transform: uppercase;
    font-weight: 300;
}

.loginmodal-container input[type=submit] {
      width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    background: #3c3b3a;
    color: #c5c5c5;
    text-transform: uppercase;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
     font-size: 12px;
        background: #333333;
    width: 100%;
    float: left;
}
.login-help a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 20px 0;

}
.login-help a:hover {
    background: #fff;
    color: #333;
}
.modal-dialog {
    margin: 20% auto;
}
/**************************log-in-pop-up*********************************/
.user-name {
    margin-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
}


#display ul li {
    line-height: 32px;
    padding: 0 14px;
    border-bottom: #ccc solid 1px;
}

#display ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: #ccc solid 1px;
}
.log-in-section .alert-success {
    background: #fff !important;
    border: #269200 solid 3px !important;
    font-size: 20px !important;
    text-align: center !important;
}
.log-in-section .alert-danger {
    background: #fff !important;
    border: #843534 solid 3px !important;
    font-size: 20px !important;
    text-align: center !important;
}
.log-in-section .jumbotron {
    background: #fff;
    margin: 0 !important;
}

.product-details h1 {
    font-size: 38px;
    line-height: 1.5em;
    margin: 0 auto 20px;
    clear: both;
    font-weight: bold;
    color: #ad8200;
}
.SKU-code{ color:#ad8200; font-weight:bold; font-size:16px;}
.Price{ font-size:22px; font-weight:bold;}
.product-details h3 {
    margin-top: 0 !important;
}
.quantity {
    padding: 10px;
}
.add-btn{ margin-top:20px; }
.addtocart a{
    display: block;
    text-align: center;
    background: #000 !important;
    color: #fff !important;
	    padding: 10px 0;
		text-decoration:none;
		    margin-top: 19px;
}
.addtocart a:hover {
    background-color: #be8a2b !important;
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
     color: #fff !important;
    cursor: default;
    background-color: #000;
}
.product-details .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
	font-size:13px; font-weight:bold;
    color: #ad8200;
}
.product-details p {
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.8em;
    font-size: 15px;
}
#myTabContent {
    margin-top: 18px;
}
.Category-code{ color:#ad8200;}

.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav .pinterest:hover {
    color: #CB2026;
}
.product-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-main li.cart-btn2 a {
    border-top: #ccc solid 1px !important;
    border-bottom: #ccc solid 1px !important;
    border-right: #ccc solid 1px !important;
	display:block;
}

.nav-main li.cart-btn2 a:hover {
    background: #ffc107;
}
.cart-page {
	padding: 50px 0;
	margin: 50px 0;
	background: #fff;
	width: 100%;
	float: left;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
table#cart tbody td .form-control {
	width: 20%;
	display: inline !important;
}
.actions .btn {
	width: 36%;
	margin: 1.5em 0;
}
.actions .btn-info {
	float: left;
}
.actions .btn-danger {
	float: right;
}
table#cart thead {
	display: none;
}
table#cart tbody td {
	display: block;
	padding: .6rem;
	min-width: 320px;
}
table#cart tbody tr td:first-child {
	background: #333;
	color: #fff;
}
table#cart tbody td:before {
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	width: 8rem;
}
table#cart tfoot td {
	display: block;
}
table#cart tfoot td .btn {
	display: block;
}
}
.inp-field {
	border-radius: 0;
	margin: 10px 0;
	box-shadow: #333 0px 2px 2px 0;
	height: 44px;
}
.loginmodal-container {
    background-color: #dea554;
}
.factory{ width:100%; float:left;}


.login-bg{     width: 100%;
    background-color: #ceb87e;
    float: left; margin-bottom:30px;}
.banner-tag {
          background: url(../img/login-detail-bg.jpg) center center no-repeat;
    text-align: center;
    padding: 14% 0;
    margin: 4% 0;
}

.banner-tag h1 sapn {
    border-bottom: #333 solid 1px;
}

 .banner-tag p {
    font-size: 23px;
    padding: 0 20%;
	margin-bottom:18px;
}

.banner-tag a {
    background: #333;
    padding: 13px 50px;
    color: #fff;
    font-size: 22px;
}

.product-name-new {
    background: #fff;
    text-align: center;
     margin-bottom: 30px;
}
.product-name-new a {
   color: #333;
    padding: 10px 0;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}