/*---TOC---*/
/*
0 Initializations - $init
1 Typography - $typogtaphy
2 Helper Classes - $helper
3 Header - $header
4 Homepages - $homepages
5 Browse - $browse
6 ProductPage - $productpage
7 Cart - $cart
8 Contact - $contact
9 Blog - $blog
10 Footer - $footer
11 Responsive - $responsive




*/
/*---------*/


/*Initializations $init*/

h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0;
}
img{
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
*{
	outline: 0;
}

html{
	overflow-x: hidden;
}

/*Typography $typography*/

body{
	background-color: #f5f5f5;
}

a{
	color: inherit;
}

a:hover,
a:focus{
	text-decoration: none;
	color: inherit;

}
.logo img{
	max-height: 100px;
}
.abs{

}


/*Helper Classes $helper*/

.make-center{
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

.flexer{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.resp-img{
	width: 100%;
	height: auto;
}

.pos-r .container{
	position: relative;
}

.no-gutter{
	margin-left: 0;
	margin-right: 0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/*Header $header*/

#topbar{
	background-color: #000;
	line-height: 39px;
	border-bottom: 1px solid #2a2a2a;
	height: 40px;
	color: #a3a3a3;
}

#topbar .currency,
#topbar .lang,
#topbar .login{
	display: inline-block;
}

.top-contact{
	font-size: 12px;
}

.top-contact > .tel,
.top-contact > .mail,
#topbar .login,
#topbar .lang,
#topbar .currency{
	display: inline-block;
}

.top-contact > .tel::before,
#topbar .login::before,
#topbar .lang::before{
	border-right: 1px solid #4d4d4d;
	content: "";
	display: inline-block;
	height: 12px;
	line-height: 12px;
	margin-top: 14px;
	float: right;
	position: absolute;
	right: 0;
}

.top-contact > .tel,
#topbar .login,
#topbar .lang{
	position: relative;
}

.top-contact .zmdi-phone{
	color: #000;
	background-color: #ccc;
	line-height: 10px;
	width: 12px;
	text-align: center;
	border-radius: 3px;
	padding-top: 2px;
}

.top-contact > .tel{
	padding-right: 15px;
	margin-right: 10px;
}

.lang img{
	border: 1px solid #808080;
	position: relative;
	bottom: 1px;
	margin-right: 6px;
}

.lang ul,
.currency ul{
	list-style: none;
	padding: 0;
	position: absolute;
	right: 0;
	background: #000;
	top: 40px;
	line-height: 40px;
	z-index: 9999;
}

.lang li,
.currency li{
	border-bottom: 1px solid #222;
	color: #fff;
	width: 100px;
}

.lang li img{
	margin: 0 10px;
}

.lang li.active,
.lang li:hover,
.currency li:active,
.currency li:hover{
	background-color: #dfac1c;
	color: #000;
	transition: all 0.3s ease;
}

.currency li{
	padding-left: 5px;
}

.login i{
	margin-right: 5px;
}

.login,
.lang{
	padding-right: 13px;
	margin-right: 8px;
}

.currency span{
	margin-right: 6px;
}

.toggled{
	display: none;	
}

#menubar{
	margin: 0 auto;
	position: relative;

}
#navbar-menu{
	background: transparent!important;
}

header .logo{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.logo p{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #7a7a7a;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 10px;
}

.navigation{
	line-height: 100px;
}

.navigation li{
	display: inline-block;
	position: relative;
	text-align: left;
}

.navigation li a{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 400;
	font-size: 16px;
	color: #464646;
	margin-right: 26px;
	transition: all 0.3s ease;
}

.navigation li a:hover{
	color: #dfac1c;
	transition: all 0.3s ease;
}

.navigation li .submenu{
	top: 90px;
	left: 20px;
	background-color: #f5f5f5;
	padding: 30px 15px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5); 
	position: absolute;
	z-index: -1;
	line-height: 20px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.navigation li .submenu [class*='col-']{
	padding-left: 10px;
	padding-right: 10px;
}

.navigation li .submenu.menu-custom{
	width: 600px;
}

.navigation li .submenu.menu-features{
	width: 335px;
	text-align: left;
}

.navigation li .submenu.menu-shop{
	width: 645px;
	left: -190px;
}


.navigation li:hover .submenu{
	position: absolute;
	z-index: 999;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.navigation li .submenu a{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	color: #dfac1c;
	font-weight: 900;
	margin: 12px 0 8px 0;
	display: inline-block;
}

.navigation li .submenu p{
	font-size: 12px;
}

.navigation li .submenu .container{
	width: 100%;
}

.navigation li .submenu h6{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 400;
	color: #dfac1c;
	border: 1px solid #e1e0e0;
	margin: 1px;
	line-height: 24px;
	padding-left: 7px;
}

.navigation li .submenu .border-helper{
	border: 1px solid #cacaca;
}

.navigation li .submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.navigation li .submenu li {
	padding-left: 8px; 
	line-height: 20px;
	display: block;
}

.navigation li .submenu li::before {
	content: "• ";
	color: #dfac1c;
	margin-right: 2px;
	font-weight: 700;
}

.navigation li .submenu li a{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #464646;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.navigation li .submenu .col-xs-6{
	margin-top: 20px;
}

.menubar-tools a{
	color: #999;
}

.menubar-tools .search,
.menubar-tools .cart,
.menubar-tools .sandwitch{
	display: inline-block;
	line-height: 100px;
	transition: all 0.3s ease;
}

.menubar-tools .search a:hover,
.menubar-tools .cart a:hover{
	color: #dfac1c;
	transition: all 0.3s ease;
}

.menubar-tools .sandwitch{
	display: none;
}

.menubar-tools .search,
.menubar-tools .sandwitch{
	margin-right: 18px;
}

#slider{
	color: #fff;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	position: relative;
}

.rslides-top li::before{
	padding-bottom: 30.729%;
	content: "";
	float: left;
}

.rslides-top li::after{
	content: "";
	display: table;
	clear: both;
}

#slider h2{
	font-weight: 800;
	font-size: 48px;
}

#slider h2 + p{
	font-size: 30px;
	font-weight: 400;
	margin: 6px 0;
}

#slider p + p{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	width: 360px;
}



.rslides-top .container{
	position: relative;
}

.rslides-top {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides-top li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
}

.rslides-top li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.banner{
	display: inline-block;
	background-color: rgba(0,0,0,0.4);
	padding: 6px;
	position: absolute;
	top: 50%;
	margin-top: -117px;
}

.inner-banner{
	width: 503px;
	height: 235px;
	display: inline-block;
	padding: 32px;
	background-color: rgba(0,0,0,0.4);
}

.rslides-top li:nth-child(2) .banner{
	right: 0;
	text-align: right;
}

.rslides-top li:nth-child(2) .banner p + p{
	float: right;
}

#slider ul > li:last-child .banner{
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 515px;
	text-align: center;
}

#slider ul > li:last-child .banner p{
	margin-left: auto;
	margin-right: auto;
}

#slider .rslides_nav{
	position: absolute;
	top: 50%;
	line-height: 86px;
	height: 86px;
	margin-top: -43px;
	width: 86px;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	z-index: 9999;
	border-radius: 50px;
	transition: all 0.3s ease;
	display: block;
}

#slider .rslides_nav:hover{
	transform: rotate(360deg);
	transition: all 0.3s ease;
}

#slider .rslides_nav i{
	position: relative;
	top: 10px;
}

#slider .rslides_nav.prev{
	left: 100px;
}

#slider .rslides_nav.next{
	right: 100px;
}

/*Homepages $homepages*/

.home-banner{
	margin-top: 30px;
}

.home-banner a:hover{
	transform: scale(1.05);
	transition: all 0.3s ease;
}

.home-banner a{
	display: inline-block;
	transform: scale(1);
	transition: all 0.3s ease;
	width: 100%;
}

.featured-products{
	margin-top: 55px;
}

.heading{
	position: relative;
}
.product .goods-title{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: block;
	font-weight: 400;
}
h3{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 18px;
	color: #464646;
	background-color: #f5f5f5;
	display: inline-block;
	padding-right: 20px;
}

.heading span{
	display: inline-block;
	padding: 0 70px 0 20px;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f5f5f5;
}

.heading a{
	color: #7a7a7a;	
	display: inline-block;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	font-style: italic;
	color: #7a7a7a;
	margin: 0 5px;
}

.heading a:hover{
	color: #dfac1c;
}

.heading .horizontal-ruler{
	position: absolute;
	border-bottom: 1px solid #e5e5e5;
	top: 50%;
	width: 93%;
	z-index: -5;
}

.product{
	padding: 0 15px;
	margin-top: 30px;
}

.product .image-container{
	position: relative;
	overflow: hidden;
}

.product .image-container:hover .controls{
	bottom: 0;
	transition: all 0.3s ease;
}

.product .controls{
	list-style: none;
	padding: 0;
	position: absolute;
	background-color: #b2b2b2;
	bottom: -50px;
	right: 0;
	left: 0;
	height: 50px;
	padding: 0 24px;
	transition: all 0.3s ease;
}

.product .controls li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 8px;
	position: relative;
	text-align: center;
}

.product .controls li:last-child{
	margin-right: 0;
}

.product .controls li a{
	color: #b2b2b2;
	background-color: #fff;
	width: 37px;
	line-height: 37px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.product .controls li a:hover{
	background-color: #dfac1c;
	color: #fff;
	transition: all 0.3s ease;
}

.product .sale,
.product .hot{
	display: inline-block;
	line-height: 50px;
	width: 50px;
	border-radius: 50%;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
}

.product .sale{
	background-color: #7a7a7a;
}

.product .hot{
	background-color: #dfac1c;
}

.with-tooltip .tooltiptext {
    visibility: hidden;
    background-color: rgba(70,70,70,.6);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 25px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    opacity: 0;
    transition: opacity 1s;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.with-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(70,70,70,.6) transparent transparent transparent;
}

.with-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.product .image-container + a{
	color: #464646;
	font-size: 13px;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	margin: 15px 0 5px 0;
	display: block;
}

.starrating{
	position: relative;
	top: 2px;
	display: inline-block;
}

.starrating i{
	color: #aeaeae;
	float: left;
}

.starrating i.star-on{
	color: #ffa200;
}

.starrating + span{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 12px;
	color: #adadad;
	display: inline-block;
	margin-left: 5px;
}

.price,
.blog-item a{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #dfac1c;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	line-height: 24px;
	padding: 0 20px;
	border-radius: 12px;
	margin-top: 7px;
	transition: all 0.3s ease;
}

.product:hover .price,
.blog-item:hover a{
	color: #fff!important;
	background-color: #dfac1c;
	transition: all 0.3s ease;
}

.slick-featured .slick-arrow,
.slick-sayings .slick-arrow,
.blog .slick-arrow,
.partners-slick .slick-arrow{
	width: 25px;
	line-height: 23px;
	border: 1px solid;
	border-color: #e5e5e5;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	top: -22px;
	position: absolute;
	z-index: 9999;
}

.slick-featured .slick-arrow:hover{
	background-color: #dfac1c;
	border-color: #dfac1c;
	color: #fff;
	transition: all 0.3s ease;
}

.slick-featured .zmdi-chevron-right.slick-arrow,
.blog .zmdi-chevron-right.slick-arrow{
	right: 15px;
}

.slick-featured .zmdi-chevron-left.slick-arrow,
.blog .zmdi-chevron-left.slick-arrow{
	right: 45px;
}

.bigsale{
	margin-top: 50px;
}

.gallery{
	margin-top: 50px;
}

.gallery a:not(.shopnow){
	display: inline-block;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
}

.gallery a:hover{
	opacity: 0.3;
	transition: all 0.3s ease;
}

.gallery p:not(.abs){
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	margin-top: 70px;
}

.gallery h6{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 24px;
	font-weight: 800;
	color: #dfac1c;
}

.gallery .abs{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #7a7a7a;
	max-width: 260px;
	margin: 15px auto 20px auto;
}

.gallery a.shopnow{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #999; 
	display: inline-block;
	width: 109px;
	line-height: 25px;
	border: 1px solid #e5e5e5;
}

.gallery .no-gutter{
	background-color: #fff;
}

.gallery h5{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 800;
	color: #464646;
	margin-top: 100px;
	font-size: 24px;
}

.gallery .leadingbrand{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #dfac1c;
	font-size: 14px;
	margin-top: 7px!important;
	margin-bottom: 22px;
	line-height: 1;
}

.gallery .leadingbrand span{
	background-color: #dfac1c;
	color: #fff; 
	display: inline-block;
	width: 55px;
}

.gallery .leadingbrand span.start{
	text-align: right;
}

.gallery .leadingbrand span.end{
	text-align: left;
}

.testimonials{
	background-image: url("https://placehold.it/1920x526");
	background-size: cover;
	background-position: center;
	margin-top: 50px;
}

.slick-people{
	width: 570px;
	margin:20px auto;
}

.slick-people .slick-track{
	padding: 25px 0;
}

.slick-people img{
	margin: 0 25px;
	filter: contrast(20%) brightness(180%);
	transition: all 0.3s ease;
}

.slick-people img:hover{
	filter: none;
	transition: all 0.3s ease;
}

.slick-people img.slick-current{
	transform: scale(1.4);
	filter: none;
	transition: all 0.3s ease;
}

.testimonials h4{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 800;
	color: #fff;
	font-size: 36px;
	margin: 55px 0 40px 0;
}

.saying p{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-style: italic;
	font-size: 13px;
	color: #fff;
	max-width: 870px;
	margin: auto;
	line-height: 24px;
	margin-top: 5px;
}

.saying h6{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 700;
	color: #fff;
	letter-spacing: 1;
	font-size: 13px;
	margin-top: 20px;
}

.saying span{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin-bottom: 50px;
}

.slick-sayings .slick-arrow{
	color: #fff;
	top: -80px;
}

.slick-sayings .slick-arrow:hover{
	opacity: .2;
}

.slick-sayings .zmdi-chevron-right.slick-arrow{
	right: 0;
}

.slick-sayings .zmdi-chevron-left.slick-arrow{
	left: 0;
}

.blog{
	margin-top: 50px;
}


.img-container{
	position: relative;
	width: 100%;
}

.blog .date{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #dfac1c;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 14px;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	text-align: center;
}

.blog .date .day,
.blog .date .month{
	display: block;
}

.blog .date .day{
	font-weight: 700;
	width: 30px;
	margin: 4px auto 0 auto;
	border-bottom: 1px solid #fff;
}

.blog .date .month{
	font-weight: 300;
}

.blog .blog-item{
	margin: 0px 15px 30px 15px;
}

.blog h4{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #464646;
	margin: 20px 0 10px 0;
}

.blog .details i{
	color: #dfac1c;
}

.blog p.details{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 12px;
	color: #afafaf;
}
.blog-item{
    border-bottom: 1px dashed #999;
}

.blog .details .likes,
.blog .details .comments{
	margin-right: 10px;
}

.blog .abs,
.contact-full .contactbox{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	color: #7a7a7a;
	margin-top: 10px;
	margin-bottom: 30px;
}

.partners-slick .slick-slide img{
	display: inline-block;
}

.partners-slick{
	max-width: 1050px;
	margin: 40px auto;
}

.partners-slick .zmdi-chevron-right.slick-arrow{
	top: 0;
	right: -50px;
}

.partners-slick .zmdi-chevron-left.slick-arrow{
	top: 0;
	left: -50px;
}

.partners-border{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin: 50px 0;
}

#home2 header{
	position: relative;
}

#home2 #header-over-slider{
	position: absolute;
	z-index: 9999;
	width: 100%;
}

#home2 #header-over-slider{
	background-color: rgba(0,0,0,.6);
}

#home2 #header-over-slider #topbar{
	background-color: rgba(0,0,0,.2);
	border-bottom: none;
}

#home2 .rslides-top li::before{
	padding-bottom: 38.02%;
}

#home2 .navigation li a{
	color: #fff;
}

#home2 .navigation li a:hover{
	color: #fdb3a6;
}

#home2 .logo p{
	color: #fff;
}

#home2 .product .hot{
	background-color: #fdb3a6;
}

#home2 .price,
#home2 .blog-item a{
	color: #fdb3a6;
}

#home2 .product:hover .price,
#home2 .blog-item:hover a{
	background-color: #fdb3a6;
	color: #fff;
}

#home2 .product .controls li a:hover{
	background-color: #fdb3a6;
}

#home2 .gallery h6{
	color: #fdb3a6;
}

#home2 .gallery .leadingbrand span{
	background-color: #fdb3a6;
}

#home2 .gallery .leadingbrand{
	color: #fdb3a6;
}

#home2 .slick-featured .slick-arrow:hover,
#home2 .blog .slick-arrow:hover{
	background-color: #fdb3a6;
}

#home2 .blog .date{
	background-color: #fdb3a6;
}

#home2 footer h5::after{
	background-color: #fdb3a6;
}

#home3 #slider li{
	padding: 0 60px;
}

#home3 #slider .rslides_nav,
#home4 #slider .rslides_nav{
	background-color: transparent;
}

#home3 #slider .rslides_nav.prev,
#home4 #slider .rslides_nav.prev{
	left: 0;
}

#home3 #slider .rslides_nav.next,
#home4 #slider .rslides_nav.next{
	right: 0;
}

#home3 .rslides-top li:nth-child(2) .banner{
	right: 60px;
}

#home3 .navigation li a:hover{
	color: #b1d1c9;
}

#home3 .slick-featured .slick-arrow:hover{
	background-color: #b1d1c9;
	border-color: #b1d1c9;
}

#home3 .product .hot{
	background-color: #b1d1c9;
}

#home3 .product .controls li a:hover{
	background-color: #b1d1c9;
}

#home3 .product:hover .price, 
#home3 .blog-item:hover a{
	background-color: #b1d1c9;	
}

#home3 .gallery h6{
	color: #b1d1c9;	
}

#home3 .gallery .leadingbrand span{
	background-color: #b1d1c9;	
}

#home3 .gallery .leadingbrand{
	color: #b1d1c9;
}

#home3 .blog .date{
	background-color: #b1d1c9;
}

#home3 .price,
#home3 .blog-item a{
	color: #b1d1c9;	
}

#home3 footer h5::after{
	background-color: #b1d1c9;
}

#home3 .menubar-tools .search a:hover, 
#home3 .menubar-tools .cart a:hover{
	color: #b1d1c9;	
}

#home4 .sidebanners a{
	transition: all 0.3s ease;	
}

#home4 .sidebanners:hover{
	transform: scale(1.03);
	transition: all 0.3s ease;	
}

#home4 .sidebanners:not(last-child){
	margin-bottom: 30px;
}

#home4 .rslides-top li::before{
	padding-bottom: 57.471%;
}

#home4 .rslides-top li:nth-child(2) .banner{
	right: 60px;
}

#home4 .rslides-top li:first-child .banner{
	left: 60px;
}

.breadcrumbs{
	background: url("../images/cbg.jpg") no-repeat;
	background-size: cover; 
	margin-bottom: 50px;
}

.breadcrumbs::before{
	padding-bottom: 21.025%;
	content: "";
	float: left;
}

.breadcrumbs::after{
	content: "";
	display: table;
	clear: both;
}
.dn{
	display: none
}
/*Browse $browse*/

.breadcrumbs p,
#sidebar h5{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}

.breadcrumbs a:hover{
	color: #ccc;
	transition: all 0.3s ease;
}

#sidebar h5{
	background-color: #dfac1c;
	padding-left: 20px;
	line-height: 37px;
}

.accordion-option{
	overflow: hidden;
	max-height: 25px;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.categories-accordion ul{
	list-style: none;
	padding-left: 10px;
}

.option-title{
	line-height: 25px;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	color: #464646;
}

.accordion-option .option-title::before{
	content: "+";
	float: right;
}

.accordion-option.opened .option-title::before{
	content: "-";
	float: right;
}

.categories-accordion{
	list-style: none;
	padding-left: 0;
	margin: 10px 20px;
}

.option-title:hover,
.accordion-option.opened .option-title{
	color: #dfac1c;
	transition: all 0.3s ease;
}

.accordion-option.opened{
	max-height: 500px;
	transition: all 0.3s ease;
}

.option-wrapper a{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #7a7a7a;
	padding-left: 0;
	line-height: 25px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s ease;
	display: block;
	margin-top: 10px;
}

.option-wrapper a:hover{
	padding-left: 8px;
	transition: all 0.3s ease;
}

.option-wrapper a i{
	margin-right: 5px;
}

.accordion-option:not(:last-child):not(.opened){
	border-bottom: 1px solid #e5e5e5;	
}

#sidebar .category{
	border: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

#sidebar h6,
#blog-single h6{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 700;
	color: #464646;
	margin: 15px 0;
	font-size: 14px;
}

.catalog-options{
	margin: 0 20px;
}

.catalog-options{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #7a7a7a;
}

.catalog-options input[type="checkbox"]{
	position: relative;
	top: 2px;
	margin-right: 8px;
}

.catalog-options input[type="checkbox"]:nth-child(odd){
	margin-left: 50px;
}

.colors li::before{
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 12px;
}

.colors .black::before{
	background-color: #000;
}

.colors .blue::before{
	background-color: #3683c9;
}

.colors .green::before{
	background-color: #00ff00;
}

.colors .pink::before{
	background-color: #faafbe;
}

.colors .red::before{
	background-color: #ff0000;
}

.colors .yellow::before{
	background-color: #ffff00;
}

.colors ul{
	list-style: none;
	display: inline-block;
	padding-left: 22px;
	margin-right: 0;
}

.colors li{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #7a7a7a;
	margin-bottom: 10px;
}

input[type='checkbox']{
	position: relative;
}

input[type='checkbox']::after{
	top: -2px;
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 1px;
	border: 1px solid #a7a7a7;
	z-index: 10;
	background-color: #fdfdfd;
	display: inline-block;
}

input[type='checkbox']:checked:after{
	content: "\2713";
	text-align: center;
	line-height: 16px;
	color: #000;
}

.catalog-options{
	white-space: nowrap;
}

#slider-range{
	margin-top: 10px;
}

#slider-range .ui-slider-handle{
	width: 14px;
	height: 14px;
	border-radius: 0;
	border: none;	
}

#slider-range .ui-slider-handle:nth-child(2){
	background-color: #f8694d;
}

#slider-range .ui-slider-handle:nth-child(3){
	background-color: #0bd8a8;
}

#slider-range.ui-slider{
	height: 3px;
	border: none;
	border-radius: 0;
	background-color: #b7b7b7;
}

#slider-range .ui-widget-header{
	background: transparent;
}

#slider-range .ui-slider-handle{
	top: -.4em;
}

#sidebar h4{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 700;
	color: #464646;
	font-size: 16px;
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 2px ridge #fff;
	margin-bottom: 15px;

}

.topsellers{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 20px;
}

.topseller a{
	display: block;
	margin-bottom: 5px;
	margin-top: 10px
}

.topseller .price::before{
	display: block;
	content: "";
}

.topseller img{
	border: 1px solid #e5e5e5;
	margin-right: 15px;
}

.topseller:not(:last-child){
	margin-bottom: 30px;
}

#sidebar hr{
	margin-top: 20px;
	border-color: #e5e5e5;
}

.browse p{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #7a7a7a;
}

.news .accordion-option .option-title::before {
    content: "+";
    float: right;
    display: none!important;
}

.tools{
	line-height: 30px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #7a7a7a;
}

.view-options a:hover,
.view-options a.active{
	color: #dfac1c;
}

.view-options a{
	margin-right: 10px;
}

.browse .compare{
	position: relative;
	top: -6px;
}

.tools .center-block{
	width: 105px;
}

.tools select{
	height: 23px;
}

.tools .center-block select{
	width: 55px;
}

.tools .pull-right select{
	width: 155px;
}

.paginations a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid;
	transition: all 0.3s ease;
	background-color: #7a7a7a;
	border-color: #7a7a7a;
}

.paginations a:not(.pagination-nav){
	color: #fff;
	position: relative;
	top: -6px;
}

.paginations a:hover{
	border-color: #dfac1c;
	transition: all 0.3s ease;
}

.paginations .pagination-nav{
	background-color: #fff;
	border-color: #e5e5e5;
}

.paginations .pagination-nav:hover{
	border-color: #333;
}

.paginations .active{
	background-color: #dfac1c;
	border-color: #dfac1c;
}

.tools-bottom .compare{
	top: 0;
}

.browse .product{
	padding: 0;
}

.tools.tools-bottom{
	border-top: 1px solid #eaeaea;
	padding-top: 15px;
	margin-top: 30px;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	    text-align: center;
}

.mainlist .product .col-md-4{
	padding-left: 0;
}

.mainlist .product{
	margin-left: 0;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.mainlist a:first-child{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 700;
	color: #464646;
	margin-top: 20px;
	font-size: 16px;
	display: inline-block;
}

.mainlist .starrating{
	margin-top: 8px;
}

.mainlist .price{
	color: #dfac1c;
	margin-top: 10px;
}

.mainlist .abs{
	margin-top: 20px;
}

.mainlist .abs + a{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainlist .abs + a:hover{
	color: #dfac1c;
}

.mainlist .controls,
.detail .controls{
	position: static;
	padding: 0;
	background: transparent;	
}

.mainlist .controls li,
.detail .controls li{
	margin: 0;
}

.mainlist .controls a,
.detail .controls a{
	border: 1px solid #e5e5e5;
}

.detail .slick-arrow{
	border: 1px solid #e5e5e5;
	line-height: 23px;
	width: 25px;
	text-align: center;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;	
	transition: all 0.2s ease;
}

.detail .slick-arrow:hover,
.detail .slick-slide:hover{
	color: #dfac1c;
	border-color: #dfac1c;
	transition: all 0.2s ease;
	cursor: pointer;
}

.detail .zmdi-chevron-up{
	top: 0;
}

.detail .zmdi-chevron-down{
	bottom: 0;
}

.slick-vertical .slick-slide{
	margin: 10px 0;
	border: 1px solid #e5e5e5;
}

.detail .slick-detail{
	width: 100px;
	margin-right: 20px;
}

.product-preview{
	margin-left: 120px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.product-preview .zmdi-zoom-in{
	position: absolute;
	bottom: 10px;
	right: 10px;
	pointer-events: none;
}

.alt-breadbrumbs{
	line-height: 40px;
	padding-left: 20px;
	background-color: #e5e5e5;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	color: #464646;	
}

.alt-breadbrumbs a:hover{
	color: #dfac1c;
}

.alt-breadbrumbs .zmdi{
	margin: 0 10px;
}

/*ProductPage $productpage*/

.alt-breadbrumbs span{
	color: #dfac1c;
}

.detail .slick-list{
	margin: 45px 0;
}

h5{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 24px;
	font-weight: 700;
	color: #464646;
	margin-bottom: 15px;
}

.detail .starrating + a,
.detail .starrating + a + a{
	color: #7a7a7a;
	margin-left: 40px;
	font-size: 13px;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
}

.detail .starrating + a:hover,
.detail .starrating + a + a:hover{
	text-decoration: underline;
}

.detail .starrating + a > i,
.detail .starrating + a + a > i{
	margin-right: 5px;
}

.detail .attributes{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #7a7a7a;
	font-size: 13px;
	margin: 20px 0;
}

.detail .attributes span{
	color: #dfac1c;
	margin: 20px;
}

.detail.product .price,
.detail.product .price:hover{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 24px;
	color: #dfac1c!important;
	font-weight: 700;
	border: none;
	background-color: transparent;
	padding: 0;
}

.detail .abs,
.detail .item-stock,
.detail .item-color,
.detail .quantity,
.detail .print{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #7a7a7a;
}

.detail .abs{
	margin: 10px 0 0 0;
}

.detail .item-color{
	margin-left: 20px;
}

.detail .item-color::after{
	content: "";
	display: inline-block;
	width: 22px;
	height: 24px;
	background-color: #ee4143;
	position: relative;
	top: 9px;
}

.quantity{
	display: inline-block;
	color: #7a7a7a;
	font-size: 14px;
	margin-top: 40px;
}

.quantity-spinner{
	display: inline-block;
}

.quantity a{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	width: 35px;
	text-align: center
}

.quantity a.plus{
	position: relative;
	top: 2px;
}

.product.detail .controls{
	display: inline-block;
	margin-left: 50px;
}

.social-tools{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #7a7a7a;
	margin: 25px 0;
}

.social-tools i{
	margin-right: 5px;
}

.social-tools a{
	width: 82px;
	line-height: 35px;
	border-right: 1px solid;
	border-color: transparent;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease;
}

.social-tools a:hover{
	color: #fff;
	background-color: #00aced;
	border-color: #65caf0;
	transition: all 0.3s ease;
}

.detail .print i{
	margin-right: 5px;
}

.detail .print a{
	margin-right: 20px;
}

.detail .print a:hover{
	text-decoration: underline;
}

.tabbed-details{
	margin-top: 50px;
}

.tabbed-details .tab-nav{
	padding-left: 0;
	list-style: none;
}

.tabbed-details .tab-nav li{
	display: inline-block;
}

.tabbed-details .tab-nav li a{
	padding: 0 25px;
	line-height: 43px;
	border-radius: 22px;
	display: inline-block;
	transition: all 0.3s ease;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 14px;
	color: #464646;
	font-weight: 700;
}

.tabbed-details .tab-nav li.active a,
.tabbed-details .tab-nav a:hover{
	background-color: #dfac1c;
	color: #fff;
	transition: all 0.3s ease;
}

.tabbed-details .tab-content{
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.tabbed-details .tab-content p{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #666;
	margin: 20px 20px 0 20px;
}

.tabbed-details .tab-content .tab-pane{
	margin-bottom: 20px;
}

.tabbed-details .tab-nav{
	margin-bottom: 18px;
}

/*Cart $cart*/

.cart-full td{
	vertical-align: middle!important;
}

.cart-full{
	color: #464646;
}

.cart-full .quantity{
	margin-top: 0;
}

.cart-full .cart-product img{
	border: 1px solid #e5e5e5;
	margin-right: 20px;
}

.cart-full .cart-product a{
	font-size: 16px;
	font-weight: 700;
}

.cart-full .cart-product a:hover{
	text-decoration: underline;
}

.sums p span{
	float:right;
	font-weight: 700;
	font-size: 14px;
}

.sums{
	font-family: "Open Sans",sans-serif;
	border: 1px solid #e5e5e5;
}

.sums p{
	color:#000;
	background-color:#fff;
	padding:20px 30px;
}

.sums p:first-child{
	border-bottom: 1px solid #e5e5e5;
}

.sums a{
	letter-spacing: 4px;
	font-size: 14px;
	display: inline-block;
	color:#000;
	background-color: #dfac1c;
	width:100%;
	text-align: center;
	padding:10px 0;
	transition:background-color 0.5s ease;
}

.sums a:hover{
	color:#000;
	text-decoration: none;
	background-color: #e69900;
	transition:background-color 0.5s ease;
}

/*Contact $contact*/

.contact-full{
	margin-top: 50px;
	font-size: 14px;
}

.contact-full input,
.contact-full textarea{
	border-radius: 3px;
	border: 1px solid #a5a5a5;
	height: 40px;
	width: 100%;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 16px;
}
.contact-full p{
	line-height: 24px;
}
.contact-full textarea{
	padding-top: 10px;
}

.contact-full h3{
	margin-bottom: 20px;
}

.contactbox i{
	margin-right: 5px;
}

.contactbox p{
	margin-bottom: 10px;
	font-size: 16px;
}

.contact-full .googlemap{
	width: 100%
}
.contact-full label{
	font-weight: 400;
	font-size: 16px;
}
/*Blog $blog*/

.blog-browse .blog-item{
	margin-top: 50px;
}

#blog-browse .paginations{
	margin: 50px 0;
}

#blog-single .blog{
	margin-bottom: 50px;
}

#blog-single .blog.blog-single .blog-item{
	margin: 0;
}

#blog-single .blog-search{
	width: 100%;
	height: 40px;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #464646;
	border-radius: 6px;
	border: 1px solid #a5a5a5;
	padding-left: 10px;
}

#blog-single aside ul{
	list-style: none;
	padding-left: 20px;
}

#blog-single aside ul li a{
	color: #464646;
	font-size: 13px;
}

#blog-single aside ul li a:hover{
	color: #a5a5a5;
}

#blog-single .blog-item img.pull-right{
	margin: 0 0 20px 20px;
}

/*footer $footer*/

footer{
	background-color: #222222;
	margin-top: 30px
}

hr{
	margin: 0;
}

footer .container:first-child h6{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	opacity: .6;
	margin: 5px 0;

}

footer .container:first-child h6+p{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #aaa;
	opacity: .4;
}

footer .container:first-child img{
	margin-right: 10px;
}

footer .container:first-child .row{
	margin: 30px 0;
}

footer .logo p{
	color: #fff;
}

footer .logo + p {
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #aaa;

	margin-top: 20px;
}

footer .social{
	list-style: none;
	padding: 0;
	margin: 28px 0 0 0;
}

footer .social li{
	display: inline-block;
}

footer .social li:not(:last-child){
	margin-right: 9px;
}

footer .social li a{
	display: inline-block;
	line-height: 35px;
	width: 35px;
	text-align: center;
	background-color: #313131;
	color: #fff;
}

footer .social li a.facebook:hover{
	background-color: #0f62b7;
}

footer .social li a.twitter:hover{
	background-color: #41ade2;
}

footer .social li a.googleplus:hover{
	background-color: #e14938;
}

footer .social li a.skype:hover{
	background-color: #13caff;
}

footer .social li a.youtube:hover{
	background-color: #13caff;
}

footer .social li a.pinterest:hover{
	background-color: #13caff;
}

footer .social li a:hover{
	transition: background-color 0.3s ease;
}

footer .container:nth-child(3){
	margin-top: 40px;
	margin-bottom: 30px;
}

footer .container:nth-child(3) .col-md-3:not(:last-child){
	border-right: 2px ridge #313131;
}

footer h5{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 16px;
	color: #fff;
}

footer h5::after{
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	background-color: #dfac1c;
	margin: 10px 0 20px 0;
}

.footer-item img{
	margin-right: 20px;
}

.footer-item a{
	display: block;
	font-family: "Arial",sans-serif;
	font-size: 14px;
	color: #b1b1b1;
	opacity: .5;
	margin-top: 10px;
}

.footer-item .price{
	padding: 0;
	border: none;
	background: transparent;
	margin-top: 0;
}

.footer-item:not(:last-child){
	margin-bottom: 18px;
}

.businesshours{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	margin-top: 
}

.businesshours p{
	color: #fff;
	line-height: 30px;
}

.businesshours span{

	color: #aaa;
}

.businesshours span:not(:last-of-type){
	margin-bottom: 17px;
	display: inline-block;
}

footer .contact p{
	margin-bottom: 10px;
	line-height: 35px;
	background-color: #151414;
	font-size: 13px;
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	color: #aaa;
	padding-left: 15px
}

footer .contact i{
	margin-right: 15px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	width: 35px;
	background-color: #000;
	text-align: center
}

footer .contact a{
	border: 3px solid #434343;
	display: inline-block;
}

#botbar{
	line-height: 55px;
	background-color: #0e0d0d;
}

#botbar p{
	font-family:"Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	font-size: 13px;
	color: #fff;

}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: transparent;
}

/*清除浮动*/
.clearfix:before, .clearfix:after {
	content:""; display:table;
}
.clearfix:after{
	clear:both; overflow:hidden;
}
.clearfix{
	zoom:1;
}
/*Setting up the container*/
@media(min-width: 1200px){
	.container{
		width: 1200px;
	}
}

/*Responsive $responsive*/

@media(max-width: 1600px){
	#slider .rslides_nav.prev{
		left: 50px;
	}

	#slider .rslides_nav.next{
		right: 50px;
	}

}

@media(max-width: 1400px){
	#slider .rslides_nav.prev{
		left: 10px;
		height: 50px;
		width: 50px;
	}

	#slider .rslides_nav.next{
		right: 10px;
		height: 50px;
		width: 50px;
	}

	#slider .rslides_nav i{
		font-size: 2em;	
		top: -12px;
	}
}

@media(max-width: 1300px){

	#slider .rslides_nav{
		display: none;
	}

	.navigation ul{
		float: right;
	}
}

@media(max-width: 1200px){
	#home4 #slider .col-lg-9{
		margin-bottom: 30px;
	}

	.product .controls{
		padding: 0 10px;
	}

	.product .controls li{
		margin-right: 10px;
	}
}

@media(max-width: 992px){
	footer .container:nth-child(3) .col-md-3:not(:last-child){
		border-right: none;
	}

	footer .container:nth-child(3) .col-md-3{
		text-align: center;
		margin-bottom: 30px;
	}

	footer h5::after{
		margin-right: auto;
		margin-left: auto;
	}

	.footer-item{
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	footer .contact p{
		display: inline-block;
		width: 500px;
	}

	footer .contact p i {
		float: left;
	}

	.menubar-tools .sandwitch{
		display: inline-block;
	}

	.navigation li .submenu{
		display: none!important;
	}

	.navigation ul{
		display: none;
		width: 200px;
		position: absolute;
		right: 0;
		z-index: 9999;
		top: 100px;
	}

	.navigation ul li{
		line-height: 30px;
		display: block;
		background-color: rgba(255,255,255,0.9);
		text-align: center;
	}

	.navigation ul li i{
		display: none;
	}

	.navigation ul li a{
		margin: 0;
	}

	#home2 .navigation ul li{
		background-color: #777;
	}
}

@media(max-width: 850px){
	.rslides-top {
		display: none;
	}

	#home2 #header-over-slider{
		position: static;
	}
}

@media(max-width: 768px){
	.home-banner a{
		margin-bottom: 30px;
	}

	.testimonials{
		display: none;
	}

	.partners-slick .zmdi-chevron-left.slick-arrow{
		left: 50px;
	}

	.partners-slick .zmdi-chevron-right.slick-arrow{
		right: 50px;
	}

	footer > .container:first-child .col-md-3{
		margin-bottom: 5px;
	}

	.featured-products .heading span{
		display: none;
	}

	#slider{
		margin-top: 40px
	}
	nav.navbar.bootsnav{
		border-bottom: 0;
	}
	.rslides-top li{
		height: 200px;
	}
}

@media(max-width: 568px){
	footer .contact p{
		display: inline-block;
		width: 100%;
	}

	#topbar .top-contact{
		display: none;
	}

	.tools .pull-left,
	.tools-bottom .pull-left,
	.tools .pull-right,
	.tools-bottom .pull-right{
		float: none!important;
		text-align: center;
	}
}


.fix-cart {
    position: fixed;
    right: 0px;
    top:50%;
    margin-top: -62px;
    z-index: 200;
    display: block;
    width: 60px;
    height: 124px;
}
.fix-cart a {
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 2px;
}
.fix-cart img{
	width: 50px;
}

#menubar li.active a{
	color: #dfac1c
}

.about h4{
	font-family: "Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	margin-bottom: 20px
}
.about p{
	line-height: 24px;
	font-family: "Microsoft Yahei",sans-serif, 'Titillium Web',"Arial Black";
	margin-bottom: 10px;
}

.services .row{
	margin-bottom: 40px;
}
