body {
    background: #fff;
    /*_font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
	font-family: 'HarmonyOS_Sans', sans-serif;
    padding-top: 100px;
	color:#666;
}
b, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'HarmonyOS_Sans B', sans-serif;
}

.background-red {
    /*background: url(../images/bg_lg_red-main.jpg) top center no-repeat #fff;*/
	background:#FFF;
}


/* body.background-red .panel-style{
	padding: 50px 100px;
}
body.home .panel-style{
	 padding: 0px 0px;
} */

.panel {
	margin-bottom:30px;
	border:none;
	box-shadow:none;
	border-radius:0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a {
    outline: none !important;
    color: #4D4D54;
}

h1{
  font-size: 1.7em;
}

/*
h1{
	min-width: 30%;
	text-align: center;
	_padding-left: 40px;
	_color: #0f8f4a;
} */

.navbar-nav li.dropdown:hover>.dropdown-menu{
  display: block;
}

.navbar-brand img {
    height: 100%;
    /*min-height:35px;*/
}

.navbar-default {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.navbar-default .navbar-nav>li {
    border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav>li:hover {
    border-bottom: 2px solid #FFC425;
}

.dropdown-menu li:hover>a {
    color: #fff;
    background: #666;
}
.dropdown-menu li:hover {
    _background: #2A89CB;
}

.dropdown-menu li:hover ul{
  background: white;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus {
    color: #666;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: none;
}

#search {
    position: relative;
    float: right;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
}

#search .button-search {
    background: #fff url(../images/header_top_search.png) no-repeat center center;
	color:#666;
	text-align:center; font-size:18px;
    display: block;
    height: 30px;
    width: 40px;
    float: left;
    max-width: 30%;
    border-top-right-radius: 2px;
    cursor: pointer;
    border-bottom-right-radius: 2px;
    margin-left: -5px;
}

#search .form-control::placeholder {
	color: #fff;
}
#search input {
    background: #666;
    border: none;
    color: white;
    font-size: 13px;
    font-family: $opensans;
    padding: 3px 0 3px 10px;
    width: 110px;
    max-width: 70%;
    height: 26px;
    color: #fff;
    float: left;
    text-align: left !important;
    display: block;
    /*border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;*/
	border:solid 1px #666;
	margin-right:5px;
	border-radius: 15px !important;
    outline: $red;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100% !important;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
	width:100%;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}


/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.carousel-control .glyphicon-chevron-left {
	margin-left:15px;
}

.carousel-control .glyphicon-chevron-right {
	margin-right:15px;
}

.panel-style {
    background-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.4);
    color: #4D4D54;
    /*padding: 10px 20px;*/
}

.panel-style hr {
    border-top: 1px solid #000;
}

.panel-null {
	border-bottom:solid 1px #EBEBEB; padding-bottom:10px;
}

.panel-dark {
    background-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.panel-white {
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

.carousel-control {
    width: 0px !important;
}
.carousel {
 margin-top: 0px;
}
.item .thumb {
 width: 25%;
 cursor: pointer;
 float: left;
}
.item img {
 width: 100%;
}

.contacts .form-control {
  margin: 5px 0px;
}

footer {
    background: #FFF;
    color: #4D4D54;
}

footer .btn-socail{
  border-radius: 10px;
  font-size: 15px;
  padding: 0px;
  width: 25px;
  height: 25px;
  _background: #525353;
  color: #DBE0E1;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px;
}

.fixedbottom{
	position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
       z-index: 9999;
}

.info {
    padding: 5px 0px;
}

.charger-table td, .charger-table th {
    border: 1px solid #c0c1c1;
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    color: #0f8f4a;
    font-family: Arial;
    font-size: 9px !important;
    border-right: 0;
}

.charger-table td:last-of-type, .charger-table th:last-of-type {
    border-right: 1px solid #c0c1c1;
}

.charger-table img {
    display: block;
    height: 40px;
    width: auto;
    margin: 7px auto 3px;
}

.new {
    padding: 20px 10px;
    border-bottom: 1px solid #dedede;
}

.class {}

.class ul {}

.product {
    padding-bottom: 20px;
}

.page-header {
    border-bottom: 1px solid #F00;
    padding-bottom: 0px;
    margin: 10px 0 10px;
}

.product-head {
    width: 100%;
    height: 40px;
    margin: 40px 0 10px;
    padding-left: 110px;
    border-radius: 0px;
    background: #202020;
    color: #fff;
    line-height: 40px;
    position: relative;
    float: left;
}

.lightinghead-red {
    /*background: url(../images/batteries_producthead-red.png) right no-repeat #D12839;*/
	background:#D12839;
    padding-left: 20px;
}

.lighting-product {
    _background: #000;
    position: relative;
    width: 100%;
    height: 202px;
    text-align: center;
    max-width: 262px;
    border-radius: 6px;
    _border: 1px solid #ccc;
}

.lighting-product img{
  max-height: 70%;
}

.lighting-product h5 {
    display: block;
    color: #000;
    text-decoration: none;
    position: absolute;
    bottom: 12px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 100;
    font-size: 14px;
}

.lighting-product .overlay-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    _background: url(../images/product-bg-transparent.png) center center no-repeat;
    background-size: cover;
}

.product-overlay {
    position: absolute;
    top: 0;
    border-radius: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding-top: 30px;
    visibility: hidden;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.product-overlay p {
    display: block;
    font-size: .9em;
    width: 90%;
    margin: 0 auto 15px;
}

.lighting-product:hover .product-overlay {
    background: rgba(255, 255, 255, .9);
    opacity: 1;
    visibility: visible;
}

.price{
  font-weight: bold;
  color: #F00;
  clear:both;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.full-height {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.full-height div div {
    height: 100%;
}

.instagram{ width:100px; height:100px;
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  


.qa .panel-default {
	border-color: transparent;
	background-color: transparent;
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;

}

.qa .panel-heading{
	background-color: transparent;
	border-color: transparent;
}

.qa .panel-heading{
	color: #c00;
}

.qa .panel-heading a:hover {    
    text-decoration: none;
}

.qa .panel-heading a:after {    
    content: "\2212";
    float: right;
	font-weight: bold;
}
.qa .panel-heading a.collapsed:after {
    content: "\002b";
	font-weight: bold;
}
.smoothScroll {
	padding: 9px 15px;
	padding-top:8px;
	padding-left: 20px;
	height:100%;
}
@media (min-width:1220px) {
	.navbar-nav>li>a{padding-top:26px;padding-bottom:15px}
	#search{
		margin-top:14px;
		padding-bottom:0px;
	}
	.smoothScroll {
		padding-top:9px;
		padding-left: 15px;
	}
	.smoothScroll img {
		height:54px;
	}
}
@media (max-width:1219px) {
	.smoothScroll img {
		width:200px;
	}
}
@media (max-width:1000px) {
    .full-height {
        display: block !important;
    }
	
	.vertical-align {
		display: block;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.smoothScroll img {
		width:250px;
	}
}

@media (max-width: 920px) {
  /*.container h1{
    font-size: 25px;
  }*/
}

@media (max-width: 768px) {
	.smoothScroll img {
		width:180px;
	}
    .vertical-align {
        _display: block !important;
    }
    #search {
        width: 100% !important;
    }
    #search input {
        width: 100% !important;
        max-width: 90%;
    }
    #search .button-search {
        width: 100% !important;
        max-width: 10%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li:active>a {
        color: white;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li:hover>a {
        color: #E65A18;
    }

    /*.container h1{
      font-size: 20px;
    }*/

    .lightinghead-red {
        background:  #202020;
    }

}

.spinner-warp {
	position:fixed; top:0px; right:0px; bottom:0px; left:0px; width:100%; height:100%; background:#000; opacity:0.3; z-index:99998;
}
.spinner-loader {
	position:fixed; top:0px; right:0px; bottom:0px; left:0px; width:100%; height:100%; text-align:center;
	z-index:999999;
}
.overflow-hidden {
	overflow:hidden;
}

#qa-search {
	position:relative;
}
#qa-search label {
	position:absolute; left:17px; top:9px; font-size:19px;
}
#qa-search label.right {
	left:auto;
	right:17px;
}
#qa-search input::-moz-placeholder {
	color:#999; opacity:1;
}
#qa-search input {
	padding-left:43px;
	padding-right:43px;
	border-radius:23px;
	margin-bottom:12px;
}

.qa-select {
	position:relative;
}
.qa-select label {
	position:absolute; right:28px; bottom:11%; font-size:22px;
}
.qa-select select::-moz-placeholder {
	color:#999; opacity:1;
}
.qa-select select {
	padding-left:20px;
	padding-right:20px;
	border-radius:23px;
	margin-bottom:12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #666;
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border:none; margin-top:9px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#E65A18;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color:#E65A18 !important;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
	background-color:#FFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#383435;
}