html, body{ overflow-x: hidden;}
body {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	overflow-x: hidden;
    overflow-y: scroll;
	-webkit-font-smoothing: antialiased
}

img {
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3em;
	margin-top: 0;
	color: #444;
	font-family: 'Montserrat', sans-serif
}

h1 {
	font-size: 30px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

a {
	color: #eec15b;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-decoration: none
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
	outline: 0
}

p {
	margin-bottom: 24px
}

ul,
ol {
	margin: 0;
	padding: 0;
    list-style: none;
}

ul ul,
ol ol,
ul ol,
ol ul {
	padding-left: 30px
}

blockquote {
	border-width: 3px;
	background-color: transparent;
	font-size: 14px;
	*/color: #333
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
select {
	border: 1px solid #e5e5e5;
	padding: 7px 25px
}

select {
	padding: 7px 20px
}

select.sel_center {
	border: 1px solid #e5e5e5;
	padding: 7px 3px;
	margin-top: 4px;
	min-width: 60px;
	text-align: center !important
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus,
a:focus,
button:focus,
select:focus {
	outline: 0
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100)
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100)
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100)
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100)
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px
}

table,
th,
td {
	border: 1px solid #ececec
}

th,
td {
	padding: 10px
}

.button,
input[type="submit"],
button {
	color: #444;
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat';
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	position: relative;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px
}

.button:before,
input[type="submit"]:before,
button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.09);
	width: 0;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.button:hover,
input[type="submit"]:hover,
button {
	color: #fff
}

.input-control {
	width: 100%
}

.button.primary,
.single_add_to_cart_button {
	background-color: #e9c77b;
	color: #fff;
	border-color: #e9c77b
}

.button.primary:hover,
.single_add_to_cart_button:hover {
	background-color: #111;
	color: #fff;
	border-color: #111
}

.button.medium {
	padding: 12px 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px
}

.button.big {
	padding: 15px 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px
}



.merriweather {
	font-size: 12px;
	*/
}

.clearfix:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}
.clearfix {zoom: 1;}

.language {
	position: absolute;
	z-index: 20;
	top: 40px;
	background-color: #fff;
	border: 1px solid rgb(229, 229, 229);
	padding: 5px;
	/*display: block;*/
	/*visibility: hidden;*/
	display: none;
	width: 140px;
	text-align: left;
	margin-left: 0px;
}

.language li {
	/*position: absolute;*/
	width: 100%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
}

/*header文本菜单的样式*/
.main-header {
 -webkit-box-shadow:1px 5px 5px 0 rgba(0,0,0,0.09);
 -moz-box-shadow:1px 5px 5px 0 rgba(0,0,0,0.09);
 box-shadow:1px 5px 5px 0 rgba(0,0,0,0.09);
 position:relative;
 z-index:2
}
.main-menu {
 padding:0;
 margin:0;
 display:table;
 width:100%;
 table-layout:fixed
}
.main-menu li {
 list-style:none;
 position:relative
}
.main-menu>li {
 display:table-cell
}
.main-menu>li>a {
 display:inline-block;
 padding:15px 0;
 width:100%;
 text-align:center;
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:rgba(56,56,56,0.1);
 font-size:12px;
 text-transform:uppercase;
 color:#333;
 font-family:'Montserrat'
}
.main-menu>li:last-child>a {
 border-right-width:1px;
 border-right-style:solid;
 border-right-color:rgba(56,56,56,0.1)
}
.main-menu .sub-menu {
 position:absolute;
 left:0;
 top:100%;
 background-color:#fff;
 min-width:225px;
 box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
 padding:0;
 margin:0;
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 -webkit-transition:opacity .4s ease,-webkit-transform .4s ease,visibility .4s linear 0s;
 -moz-transition:opacity .4s ease,-moz-transform .4s ease,visibility .4s linear 0s;
 -ms-transition:opacity .4s ease,-ms-transform .4s ease,visibility .4s linear 0s;
 -o-transition:opacity .4s ease,-o-transform .4s ease,visibility .4s linear 0s;
 transition:opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
 z-index:100
}
.main-menu .show-submenu>.sub-menu {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.main-menu .sub-menu>li {
 padding:0 20px
}
.main-menu .sub-menu>li>a {
 display:inline-block;
 width:100%;
 border-bottom:1px solid #e8e8e8;
 padding:13px 0;
 font-size:14px;
 color:#666
}
.main-menu .sub-menu>li:last-child>a {
 border-bottom:0
}
.main-menu .sub-menu .sub-menu {
 left:100%;
 top:0
}
.main-menu>li:nth-last-child(1) .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu {
 right:0;
 left:inherit
}
.main-menu>li:nth-last-child(1) .sub-menu .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu .sub-menu {
 left:inherit;
 right:100%
}
.main-menu .megamenu {
 padding:30px
}
.megamenu .widget {
 margin-bottom:30px
}
.megamenu .widget:last-child {
 margin-bottom:0
}
.megamenu .widget .widgettitle {
 font-size:14px;
 text-transform:uppercase;
 margin-bottom:20px
}
.megamenu .widget_nav_menu ul {
 padding:0
}
.megamenu .widget_nav_menu li {
 list-style:none
}
.megamenu .widget_nav_menu li>a {
 color:#666;
 display:inline-block;
 width:100%;
 padding:13px 0;
 border-bottom:1px solid #e8e8e8
}
.megamenu .widget_nav_menu li:last-child>a {
 border:0
}

/*header开始*/
.header.style2 .top-bar {
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	z-index: 2;
	background-color: #fff
}

.header.style2 .top-bar-menu>li>a {
	padding: 8px 30px;
	border: 0;
	color: #666
}

.header.style2 .top-bar-menu>li>a.padding-lr {
	padding: 8px 10px;
  line-height: 24px;
}

.header.style2 .top-bar-menu {
	border: 0
}

.header.style2 .main-header {
	padding-top: 20px;
	-webkit-box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0);
	box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0);
	z-index: 1
}

.header.style2 .logo {
	display: inline-block;
	float: left
}

.header.style2 .main-menu {
	table-layout: inherit;
	display: inline-block;
	float: left;
	width: auto
}

.header.style2 .main-menu>li {
	padding: 10px 0;
	display: inline-block
}

.header.style2 .main-menu>li>a {
	padding: 0 16px;
	line-height: 16px
}

.header.style2 .main-menu>li:first-child>a {
	border: 0
}

.header.style2 .main-menu>li:last-child>a {
	border-right: 0
}

.header.style2 .main-header .mini-cart {
	float: right
}

.header.style2 .main-header .mini-cart .cart-link {
	display: inline-block;
	color: #666;
	padding: 10px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px
}

.header.style2 .top-bar-menu>li>a .fa {
	color: #666;   
}
.header.style2 .top-bar-menu>li>a .fa-user-o{
    font-weight: bold;
    font-size: 15px;
    line-height: 8px;
}

/*搜索框样式*/
.topbar-search {
 display:inline-block;
 float:right
}
.topbar-search form {
 position:relative
}
.topbar-search .icon {
 color:#aaa;
 font-family:'Montserrat';
 display:inline-block;
 padding:15px 0;
 cursor:pointer
}
.topbar-search .inner {
 position:absolute;
 top:100%;
 right:0;
 display:none;
 z-index:10
}
.topbar-search .inner input[type="text"] {
 min-width:290px
}

/*小屏幕的搜索框全屏展示*/
.top-bar {
 background-color:#212121
}
.top-bar-left {
 display:table;
 float:left
}
.top-bar-left .logo,
.top-bar-left .form-search-wapper {
 display:table-cell;
 padding:47px 0;
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:rgba(56,56,56,0.6)
}
.top-bar-left .logo {
 padding-left:100px;
 padding-right:100px;
 background-color:#1d1d1d
}
.top-bar-left .form-search-wapper {
 padding-left:60px;
 padding-right:20px
}
.top-bar-left .form-search {
 position:relative
}
.top-bar-left .form-search .input {
 width:100%;
 background-color:transparent;
 padding:0;
 border:0;
 padding-left:0;
 font-size:12px;
 */
}
.top-bar-left .btn-search {
 position:absolute;
 top:0;
 right:-20px;
 padding:0;
 background-color:transparent;
 border:0;
 width:44px;
 font-size:18px;
 color:#b0b0b0
}
.top-bar-left .btn-search:before {
 display:none
}
.top-bar-right {
 display:inline-block;
 float:right
}

/*隐藏菜单*/
.top-bar-menu {
 padding:0;
 margin:0;
 display:table;
 border-right-width:1px;
 border-right-style:solid;
 border-right-color:rgba(56,56,56,0.6);
 float:left
}
.top-bar-menu.right {
 float:right
}
.top-bar-menu li {
 list-style:none;
 position:relative
}
.top-bar-menu>li {
 display:inline-block;
 float:left
}
.top-bar-menu>li>a {
 display:inline-block;
 padding:57px 60px;
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:rgba(56,56,56,0.6);
 font-size:13px;
 color:#eee;
 font-family:'Montserrat'
}
.top-bar-menu>li>a .menu-icon {
 font-size:14px;
 line-height:inherit
}
.top-bar-menu .sub-menu {
 position:absolute;
 left:0;
 top:100%;
 background-color:#fff;
 min-width:195px;
 box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
 padding:0;
 margin:0;
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 -webkit-transition:opacity .4s ease,-webkit-transform .4s ease,visibility .4s linear 0s;
 -moz-transition:opacity .4s ease,-moz-transform .4s ease,visibility .4s linear 0s;
 -ms-transition:opacity .4s ease,-ms-transform .4s ease,visibility .4s linear 0s;
 -o-transition:opacity .4s ease,-o-transform .4s ease,visibility .4s linear 0s;
 transition:opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
 z-index:10
}
.top-bar-menu .show-submenu>.sub-menu {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.top-bar-menu .sub-menu>li {
 padding:0 20px
}
.top-bar-menu .sub-menu>li>a {
 display:inline-block;
 border-bottom:1px solid #e8e8e8;
 padding:13px 20px;
 width:100%;
 font-size:14px;
 color:#666;
 text-align:left
}
.top-bar-menu>li:nth-last-child(1) .sub-menu,
.top-bar-menu>li:nth-last-child(2) .sub-menu {
 right:0;
 left:inherit
}
.top-bar-menu .sub-menu>li>a .fa {
 color:#bbb;
 margin-right:15px
}
.top-bar-menu>li>.cart-link {
 padding:57px 40px
}
.topbar-bar {
 position:absolute;
 top:0;
 left:0;
 display:none;
 width:35px;
 height:35px;
 background-color:#000;
 color:#fff;
 text-align:center;
 z-index:3;
 line-height:35px
}

/*购物车*/
.mini-cart {
 position:relative
}
.mini-cart .mini-cart-content {
 padding:15px;
 position:absolute;
 right:0;
 top:100%;
 left:inherit;
 background-color:#fff;
 min-width:350px;
 box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 -webkit-transition:opacity .4s ease,-webkit-transform .4s ease,visibility .4s linear 0s;
 -moz-transition:opacity .4s ease,-moz-transform .4s ease,visibility .4s linear 0s;
 -ms-transition:opacity .4s ease,-ms-transform .4s ease,visibility .4s linear 0s;
 -o-transition:opacity .4s ease,-o-transform .4s ease,visibility .4s linear 0s;
 transition:opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
 z-index:10
}
.mini-cart:hover .mini-cart-content {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.mini-cart .cart-link>span {
 display:inline-block;
 padding:0 2px
}
.mini-cart .cart-link .menu-icon {
 margin-right:0
}
.mini-cart-content .box-title {
 font-size:12px;
 color:#888;
 */border-bottom:1px solid #e8e8e8;
 margin-bottom:0;
 padding-bottom:20px
}
.mini-cart-content .box-title .count {
 color:#333
}
.mini-cart-content .list-item-cart {
 padding:0;
 margin:0
}
.mini-cart-content .list-item-cart .item-cart {
 list-style:none;
 border-bottom:1px solid #e8e8e8;
 padding:10px 0;
 overflow:hidden
}
.mini-cart-content .item-cart .thumb {
 width:70px;
 float:left
}
.mini-cart-content .item-cart .product-info {
 margin-left:90px;
 position:relative
}
.mini-cart-content .item-cart .product-name {
 margin-bottom:0
}
.mini-cart-content .item-cart .product-name a {
 font-size:12px;
 color:#888;
 */
}
.mini-cart-content .item-cart .price {
 font-family:'Montserrat';
 font-size:14px;
 color:#333
}
.mini-cart-content .item-cart .remove-item {
 font-size:14px;
 color:#ccc;
 position:absolute;
 top:0;
 right:0
}
.mini-cart-content .item-cart .remove-item:hover {
 color:red
}
.mini-cart-content .subtotal {
 padding:8px 0;
 color:#888;
 font-size:14px
}
.mini-cart-content .subtotal .amout {
 color:#333;
 font-family:'Montserrat';
 text-decoration:underline
}

/*手机端菜单缩小版样式*/
.mobile-navigation {
 line-height:35px;
 text-transform:uppercase;
 color:#333;
 font-family:'Montserrat';
 padding:10px 0;
 display:none
}
.mobile-navigation .icon {
 display:inline-block;
 width:35px;
 height:35px;
 border:1px solid #333;
 padding:10px;
 float:left;
 margin-right:10px
}
.mobile-navigation .icon span {
 display:block;
 width:100%;
 height:2px;
 background-color:#333;
 float:left;
 margin-bottom:4px
}
.mobile-navigation .icon span:last-child {
 margin-bottom:0
}

/*pc小于1200时样式*/
/* .header.style2 .main-menu {
  padding-left:0
 } */
 .header.style2 .main-menu>li:first-child>a {
  padding-left:0
 }
 
 /*pc版隐藏搜索框和个人中心*/
 .web_search {
  display:none;
  margin-bottom:20px
 }
 .top_user_menu {
  display:none
 }
 
 .red_text {
  color:#f75757 !important
 }
 
 /*手机版的菜单展开效果*/
 .box-mobile-menu {
 position:fixed;
 top:0;
 left:-100%;
 width:100%;
 bottom:0;
 background-color:#fff;
 z-index:100;
 -webkit-transition:all .3s ease 0s;
 -o-transition:all .3s ease 0s;
 transition:all .3s ease 0s;
 z-index:105
}
.box-mobile-menu.open {
 left:0
}
.box-mobile-menu .box-inner {
 position:relative;
 padding:15px;
 overflow:hidden
}
.box-mobile-menu .close-menu {
 width:35px;
 height:35px;
 border-width:1px;
 border-style:solid;
 border-color:#eaeaea;
 display:inline-block;
 line-height:33px;
 text-align:center;
 color:#666;
 float:right
}
.box-mobile-menu .main-menu {
 display:block;
 width:100%;
 border:0;
 border-top:1px solid #eaeaea;
 float:left;
 margin-top:15px;
 overflow-y: auto;
}
.box-mobile-menu .mCSB_inside>.mCSB_container {
 margin:0
}
.box-mobile-menu .main-menu>li {
 display:block
}
.box-mobile-menu .main-menu>li>a {
 border:0;
 border-bottom:1px solid #eaeaea;
 text-align:left;
 padding:13px 0
}
.box-mobile-menu .main-menu>li.menu-item-has-children>a.selected:after {
 content:"\f107";
 font-family:'FontAwesome';
 float:right
}
.box-mobile-menu .main-menu>li:last-child>a {
 border:0;
 border-bottom:1px solid #eaeaea
}
.box-mobile-menu .main-menu .sub-menu {
 position:static;
 max-width:100% !important;
 width:100% !important;
 padding:0;
 display:none;
 min-width:1px;
 -webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0);
 -moz-box-shadow:0 0 2px 1px rgba(0,0,0,0);
 box-shadow:0 0 2px 1px rgba(0,0,0,0)
}
.box-mobile-menu .main-menu .show-submenu>.sub-menu {
 display:block
}
.box-mobile-menu .main-menu .sub-menu>li {
 padding:0
}
.box-mobile-menu .main-menu .sub-menu>li>a {
 padding-left:20px
}
.box-mobile-menu .main-menu .sub-menu>li>a.selected:after {
 content:"\f107";
 font-family:'FontAwesome';
 float:right
}
.box-mobile-menu .main-menu .sub-menu>li:last-child>a {
 border-bottom:1px solid #e8e8e8
}

/*手机版底部导航*/
	.footer_menu_box{
		background-color:#ff5858;
		position:fixed;
		bottom:-1px;
		height:53px;
		width:100%;
		padding:8px 0 0px;
		z-index:999999999999999999;
		display:none;
	}
	@media only screen and (max-width: 500px){
		.footer_menu_box{
			display:block;
		}
		#ft_container{
			display:none;
		}		
	}
	.footer_menu_box li{
		width:20%;
		float:left;
		list-style:none;
		text-align:center;
		color:#FFF;
		font-family: "Arimo",sans-serif;
		cursor:pointer;
	}
	.footer_menu_box li.none_bg{
		border-right:none;
	}
	.footer_menu_box li.b1{
		background:url(https://www.alloyalife.com/images/yx.png) no-repeat top;
		background-size:23%;
	}
	.footer_menu_box li.b2{
		background:url(https://www.alloyalife.com/images/2.png) no-repeat top;
		background-size:23%;
	}
	.footer_menu_box li.b3{
		background:url(https://www.alloyalife.com/images/3.png) no-repeat top;
		background-size:23%;
	}
	.footer_menu_box li.b4{
		background:url(https://www.alloyalife.com/images/4.png) no-repeat top;
		background-size:23%;
	}
	.footer_menu_box li.b5{
		background:url(https://www.alloyalife.com/images/5.png) no-repeat top;
		background-size:23%;
	}
	.footer_menu_box li font{
		display:inline-block;
		margin-top:23px;
		font-size:12px;
	}
	.footer_menu_box a{
		color:#FFF;
	}
    
    /*回到顶部*/
    .scroll_top {
 width:40px;
 height:40px;
 position:fixed;
 z-index:9999;
 right:10px;
 bottom:65px;
 display:none;
 color:#fff;
 text-align:center;
 line-height:40px;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 -o-border-radius:50%;
 border-radius:50%
}
.scroll_top:hover,
.scroll_top:focus,
.scroll_top:active {
 color:#fff;
 background-color:#111
}
#header-ontop {
 position:absolute;
 visibility:hidden;
 opacity:0;
 left:0;
 right:0;
 top:0
}
#header-ontop.on-sticky {
 visibility:inherit;
 opacity:1
}
.header.ontop {
 position:fixed;
 top:0;
 left:0;
 right:0;
 z-index:100;
 -webkit-transition:all .5s ease 0s;
 -o-transition:all .5s ease 0s;
 transition:all .5s ease 0s;
 background-color:#fff
}
.top-bar {
 background-color:#212121
}
.top-bar-left {
 display:table;
 float:left
}
.top-bar-left .logo,
.top-bar-left .form-search-wapper {
 display:table-cell;
 padding:47px 0;
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:rgba(56,56,56,.6)
}
.top-bar-left .logo {
 padding-left:100px;
 padding-right:100px;
 background-color:#1d1d1d
}
.top-bar-left .form-search-wapper {
 padding-left:60px;
 padding-right:20px
}
.top-bar-left .form-search {
 position:relative
}
.top-bar-left .form-search .input {
 width:100%;
 background-color:transparent;
 padding:0 0;
 border:none;
 padding-left:0;
 font-size:12px;
 */
}
.top-bar-left .btn-search {
 position:absolute;
 top:0;
 right:-20px;
 padding:0;
 background-color:transparent;
 border:none;
 width:44px;
 font-size:18px;
 color:#b0b0b0
}
.top-bar-left .btn-search:before {
 display:none
}
.top-bar-right {
 display:inline-block;
 float:right
}
.top-bar-menu {
 padding:0;
 margin:0;
 display:table;
 border-right-width:1px;
 border-right-style:solid;
 border-right-color:rgba(56,56,56,.6);
 float:left
}
.top-bar-menu.right {
 float:right
}
.top-bar-menu li {
 list-style:none;
 position:relative
}
.top-bar-menu>li {
 display:inline-block;
 float:left
}
.top-bar-menu>li>a {
 display:inline-block;
 padding:57px 60px;
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:rgba(56,56,56,.6);
 font-size:13px;
 color:#eee;
 font-family:montserrat
}
.top-bar-menu>li>a .menu-icon {
 font-size:14px;
 line-height:inherit
}
.top-bar-menu .sub-menu {
 position:absolute;
 left:0;
 top:100%;
 background-color:#fff;
 min-width:195px;
 box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 padding:0;
 margin:0;
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 -webkit-transition:opacity .4s ease,-webkit-transform .4s ease,visibility .4s linear 0s;
 -moz-transition:opacity .4s ease,-moz-transform .4s ease,visibility .4s linear 0s;
 -ms-transition:opacity .4s ease,-ms-transform .4s ease,visibility .4s linear 0s;
 -o-transition:opacity .4s ease,-o-transform .4s ease,visibility .4s linear 0s;
 transition:opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
 z-index:10
}
.top-bar-menu .show-submenu>.sub-menu {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.top-bar-menu .sub-menu>li {
 padding:0 20px
}
.top-bar-menu .sub-menu>li>a {
 display:inline-block;
 border-bottom:1px solid #e8e8e8;
 padding:13px 20px;
 width:100%;
 font-size:14px;
 color:#666;
 text-align:left
}
.top-bar-menu>li:nth-last-child(1) .sub-menu,
.top-bar-menu>li:nth-last-child(2) .sub-menu {
 right:0;
 left:inherit
}
.top-bar-menu .sub-menu>li>a .menu-icon {
 color:#bbb;
 margin-right:15px
}
.top-bar-menu>li>.cart-link {
 padding:57px 40px
}
.topbar-bar {
 position:absolute;
 top:0;
 left:0;
 display:none;
 width:35px;
 height:35px;
 background-color:#000;
 color:#fff;
 text-align:center;
 z-index:3;
 line-height:35px
}
.mini-cart {
 position:relative
}
.mini-cart .mini-cart-content {
 padding:15px;
 position:absolute;
 right:0;
 top:100%;
 left:inherit;
 background-color:#fff;
 min-width:350px;
 box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 -webkit-transition:opacity .4s ease,-webkit-transform .4s ease,visibility .4s linear 0s;
 -moz-transition:opacity .4s ease,-moz-transform .4s ease,visibility .4s linear 0s;
 -ms-transition:opacity .4s ease,-ms-transform .4s ease,visibility .4s linear 0s;
 -o-transition:opacity .4s ease,-o-transform .4s ease,visibility .4s linear 0s;
 transition:opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
 z-index:10
}
.mini-cart:hover .mini-cart-content {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.mini-cart .cart-link>span {
 display:inline-block;
 padding:0 2px;
 font-size: 14px;
}
.mini-cart .cart-link .menu-icon {
 margin-right:0
}
.mini-cart-content .box-title {
 font-size:12px;
 color:#888;
 */border-bottom:1pxsolid#e8e8e8;
 margin-bottom:0;
 padding-bottom:20px
}
.mini-cart-content .box-title .count {
 color:#333
}
.mini-cart-content .list-item-cart {
 padding:0;
 margin:0
}
.mini-cart-content .list-item-cart .item-cart {
 list-style:none;
 border-bottom:1px solid #e8e8e8;
 padding:10px 0;
 overflow:hidden
}
.mini-cart-content .item-cart .thumb {
 width:70px;
 float:left
}
.mini-cart-content .item-cart .product-info {
 margin-left:90px;
 position:relative
}
.mini-cart-content .item-cart .product-name {
 margin-bottom:0
}
.mini-cart-content .item-cart .product-name a {
 font-size:12px;
 color:#888;
 */
}
.mini-cart-content .item-cart .price {
 font-family:montserrat;
 font-size:14px;
 color:#333
}
.mini-cart-content .item-cart .remove-item {
 font-size:14px;
 color:#ccc;
 position:absolute;
 top:0;
 right:0
}
.mini-cart-content .item-cart .remove-item:hover {
 color:red
}
.mini-cart-content .subtotal {
 padding:8px 0;
 color:#888;
 font-size:14px
}
.mini-cart-content .subtotal .amout {
 color:#333;
 font-family:montserrat;
 text-decoration:underline
}
.box-setting .box-setting-content {
 min-width:285px;
 padding:40px 30px 30px
}
.box-setting-content .box-section .title {
 font-size:12px;
 color:#666;
 */border-bottom:1pxsolid#e8e8e8;
 padding-bottom:20px;
 margin:0
}
.box-setting-content .box-section .inner {
 padding:30px 0;
 overflow:hidden
}
.box-setting-content .box-section .inner a {
 display:inline-block;
 margin-right:20px;
 float:left
}
.box-setting-content .box-section .inner a:last-child {
 margin-right:0
}
.box-setting-content .box-section.currency .inner a {
 width:39px;
 height:39px;
 background-color:#aaa;
 color:#fff;
 font-size:18px;
 text-align:center;
 line-height:39px;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 -o-border-radius:50%;
 border-radius:50%
}
.main-header {
 -webkit-box-shadow:1px 5px 5px 0 rgba(0,0,0,.09);
 -moz-box-shadow:1px 5px 5px 0 rgba(0,0,0,.09);
 box-shadow:1px 5px 5px 0 rgba(0,0,0,.09);
 position:relative;
 z-index:2
}
.main-menu {
 padding:0;
 margin:0;
 display:table;
 width:100%;
 table-layout:fixed
}
.main-menu li {
 list-style:none;
 position:relative
}
.main-menu>li {
 display:table-cell
}
.main-menu>li>a {
 display:inline-block;
 padding:15px 0;
 width:100%;
 text-align:center;
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:rgba(56,56,56,.1);
 font-size:12px;
 text-transform:uppercase;
 color:#333;
 font-family:montserrat
}
.main-menu>li:last-child>a {
 border-right-width:1px;
 border-right-style:solid;
 border-right-color:rgba(56,56,56,.1)
}
.main-menu .sub-menu {
 position:absolute;
 left:0;
 top:100%;
 background-color:#fff;
 min-width:225px;
 box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 padding:0;
 margin:0;
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 -webkit-transition:opacity .4s ease,-webkit-transform .4s ease,visibility .4s linear 0s;
 -moz-transition:opacity .4s ease,-moz-transform .4s ease,visibility .4s linear 0s;
 -ms-transition:opacity .4s ease,-ms-transform .4s ease,visibility .4s linear 0s;
 -o-transition:opacity .4s ease,-o-transform .4s ease,visibility .4s linear 0s;
 transition:opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
 z-index:100
}
.main-menu .show-submenu>.sub-menu {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.main-menu .sub-menu>li {
 padding:0 20px
}
.main-menu .sub-menu>li>a {
 display:inline-block;
 width:100%;
 border-bottom:1px solid #e8e8e8;
 padding:13px 0;
 font-size:14px;
 color:#666
}
.main-menu .sub-menu>li:last-child>a {
 border-bottom:none
}
.main-menu .sub-menu .sub-menu {
 left:100%;
 top:0
}
.main-menu>li:nth-last-child(1) .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu {
 right:0;
 left:inherit
}
.main-menu>li:nth-last-child(1) .sub-menu .sub-menu,
.main-menu>li:nth-last-child(2) .sub-menu .sub-menu {
 left:inherit;
 right:100%
}
.main-menu .megamenu {
 padding:30px
}
.megamenu .widget {
 margin-bottom:30px
}
.megamenu .widget:last-child {
 margin-bottom:0
}
.megamenu .widget .widgettitle {
 font-size:14px;
 text-transform:uppercase;
 margin-bottom:20px
}
.megamenu .widget_nav_menu ul {
 padding:0
}
.megamenu .widget_nav_menu li {
 list-style:none
}
.megamenu .widget_nav_menu li>a {
 color:#666;
 display:inline-block;
 width:100%;
 padding:13px 0;
 border-bottom:1px solid #e8e8e8
}
.megamenu .widget_nav_menu li:last-child>a {
 border:none
}
.header.style2 .top-bar {
 border-bottom:1px solid #e8e8e8;
 position:relative;
 z-index:101;
 background-color:#fff
}
.header.style2 .top-bar-menu>li>a {
 padding:8px 30px;
 border:none;
 color:#666
}
.header.style2 .top-bar-menu>li>a.padding-lr {
 padding:8px 10px
}
/* .header.style2 .top-bar-menu {
 border:none
} */
.header.style2 .main-header {
 padding-top:20px;
 -webkit-box-shadow:1px 5px 5px 0 transparent;
 -moz-box-shadow:1px 5px 5px 0 transparent;
 box-shadow:1px 5px 5px 0 transparent;
 z-index:100
}
.header.style2 .logo {
 display:inline-block;
 float:left
}
.header.style2 .main-menu {
 table-layout:inherit;
 display:inline-block;
 float:left;
 width:auto
}
.header.style2 .main-menu>li {
 padding:10px 0;
 display:inline-block
}
.header.style2 .main-menu>li>a {
 padding:0 16px;
 line-height:16px
}
.header.style2 .main-menu>li:first-child>a {
 border:none
}
.header.style2 .main-menu>li:last-child>a {
 border-right:none
}
.header.style2 .main-header .mini-cart {
 float:right
}
.header.style2 .main-header .mini-cart .cart-link {
 display:inline-block;
 color:#666;
 padding:10px 0;
 -webkit-border-radius:30px;
 -moz-border-radius:30px;
 -ms-border-radius:30px;
 -o-border-radius:30px;
 border-radius:30px
}
.header.style2 .top-bar-menu>li>a .menu-icon {
 color:#444
}
.header-control {
 display:table;
 width:100%;
 margin-top:50px;
 float:left
}
.header-control .vertical-menu-wapper,
.header-control .box-serach-wapper {
 display:table-cell;
 vertical-align:top
}
.header-control .vertical-menu-wapper {
 width:25%
}
.header-control .box-serach-wapper {
 background-color:#e5e5e5;
 padding:5px
}
.advanced-search {
 display:table;
 width:100%;
 background-color:#fff;
 padding:9px 0 8px
}
.advanced-search .category-dropdwon,
.advanced-search .search-text-box {
 display:table-cell;
 vertical-align:top
}
.advanced-search .category-dropdwon {
 width:155px;
 border-right:1px solid #eee;
 font-size:12px;
 */
}
.advanced-search .chosen-container-single .chosen-single {
 border:none;
 padding:5px 30px;
 margin:0
}
.advanced-search .chosen-container-single .chosen-single span {
 margin-right:0
}
.advanced-search .chosen-container-single .chosen-single div b:before {
 font-style:normal
}
.advanced-search .search-text-box {
 padding-left:75px;
 position:relative
}
.advanced-search .search-text-box .input {
 width:100%;
 padding:5px 0;
 border:none;
 font-size:12px;
 */color:#aaa
}
.advanced-search .search-text-box .btn-search {
 position:absolute;
 top:-9px;
 right:0;
 width:51px;
 height:51px;
 margin:0;
 padding:0;
 text-align:center;
 line-height:51px;
 font-size:16px;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -ms-border-radius:0;
 -o-border-radius:0;
 border-radius:0;
 border:none
}
.box-vertical-megamenus {
 position:relative
}
.box-vertical-megamenus .flash {
 display:inline-block;
 width:96px;
 height:96px;
 position:absolute;
 top:0;
 right:0;
 background-image:url(../images/icons/5.png);
 z-index:1;
 font-size:0
}
.box-vertical-megamenus .title {
 background-color:#4e4e4e;
 color:#fff;
 padding:19px 30px;
 font-size:18px;
 margin:0;
 cursor:pointer
}
.box-vertical-megamenus .title .bar {
 float:right;
 display:none
}
.verticalmenu-content {
 position:absolute;
 top:100%;
 left:0;
 width:100%;
 max-width:300px;
 min-width:290px;
 border:1px solid #f0f0f0;
 background-color:#fff;
 z-index:10
}
.verticalmenu-list {
 padding:0;
 margin:0;
 margin-top:1px
}
.verticalmenu-list li {
 position:relative
}
.verticalmenu-list>li {
 list-style:none;
 padding:0 30px
}
.verticalmenu-list>li>a {
 display:inline-block;
 padding:13px 0;
 border-bottom:1px solid #f0f0f0;
 width:100%;
 color:#666
}
.verticalmenu-list>li>a .menu-icon {
 display:inline-block;
 min-width:30px
}
.verticalmenu-list>li.orther-link {
 display:none
}
.verticalmenu-content .viewall {
 padding:19px 30px;
 border-top:1px solid #f0f0f0;
 margin-top:-1px;
 width:100%;
 font-size:13px;
 */color:#888;
 text-decoration:underline;
 display:none
}
.box-vertical-megamenus.show-button-all .verticalmenu-content .viewall {
 display:inline-block
}
.box-vertical-megamenus.hiden-button-all .verticalmenu-list>li:last-child>a {
 border:none
}
.verticalmenu-list .sub-menu {
 position:absolute;
 left:100%;
 top:0;
 background-color:#fff;
 min-width:225px;
 box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 padding:0;
 margin:0;
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 -webkit-transition:opacity .4s ease,-webkit-transform .4s ease,visibility .4s linear 0s;
 -moz-transition:opacity .4s ease,-moz-transform .4s ease,visibility .4s linear 0s;
 -ms-transition:opacity .4s ease,-ms-transform .4s ease,visibility .4s linear 0s;
 -o-transition:opacity .4s ease,-o-transform .4s ease,visibility .4s linear 0s;
 transition:opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
 z-index:10
}
.verticalmenu-list .megamenu {
 padding:25px 30px;
 background-repeat:no-repeat;
 background-position:bottom right
}
.verticalmenu-list .show-submenu>.sub-menu {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.verticalmenu-list .sub-menu>li {
 list-style:none;
 padding:0 20px
}
.verticalmenu-list .sub-menu>li>a {
 display:inline-block;
 width:100%;
 border-bottom:1px solid #e8e8e8;
 padding:13px 0;
 font-size:14px;
 color:#666
}
.verticalmenu-list .menu-item-has-children>a:after {
 content:"\f105";
 font-family:fontawesome;
 float:right
}
.verticalmenu-list .megamenu .widget .widgettitle {
 text-transform:none;
 margin-bottom:10px
}
.verticalmenu-list .megamenu .widget_nav_menu li>a {
 border:none;
 padding:3px 0
}
.header.style3 .box-serach-wapper {
 display:inline-block;
 float:left;
 padding-left:60px
}
.header.style3 form.advanced-search {
 border:3px solid #e5e5e5;
 width:680px;
 padding:11px 0 10px
}
.header.style3 .advanced-search .search-text-box .btn-search {
 right:2px
}
.header.style3 .main-header {
 padding-top:45px
}
.header.style3 .logo {
 padding-top:15px
}
.header.style3 .main-header .mini-cart {
 margin-top:7px
}
.header.style3 .main-menu {
 display:table;
 width:100%;
 background-color:#3d3d3d;
 padding:0;
 margin:0;
 margin-top:45px
}
.header.style3 .main-menu>li {
 padding:0
}
.header.style3 .main-menu>li>a {
 padding:25px 40px;
 color:#fff
}
.header.style3 .main-menu>li>a:hover,
.header.style3 .main-menu>li.active>a {
 color:#fff
}
.header.style4 {
 background-color:#fff;
 padding-bottom:15px
}
.header.style4 .top-bar {
 -webkit-box-shadow:1px 5px 5px 0 transparent;
 -moz-box-shadow:1px 5px 5px 0 transparent;
 box-shadow:1px 5px 5px 0 transparent;
 border-bottom:1px solid rgba(0,0,0,.1)
}
.header.style4 .top-bar-menu>li>a,
.header.style4 .top-bar-menu>li>a .menu-icon {
 border:none
}
.header.style4 .top-bar-menu {
 border:none
}
.header.style4 .main-header {
 background-color:#fff
}
.header.style4 .logo {
 width:100%;
 text-align:center;
 padding-bottom:60px
}
.header.style4 .main-menu {
 padding-left:0
}
.header.style4 .main-menu>li>a {
 border:none;
 font-size:14px
}
.header.style4 .main-menu>li:first-child>a {
 padding-left:0
}
.header.style4 .main-menu>li:last-child>a {
 padding-right:0
}
.header.style4 .main-header .mini-cart .cart-link {
 background-color:transparent;
 padding:10px 30px;
 padding-right:0
}
.topbar-search {
 display:inline-block;
 float:right
}
.topbar-search form {
 position:relative
}
.topbar-search .icon {
 color:#aaa;
 font-family:montserrat;
 display:inline-block;
 padding:15px 0;
 cursor:pointer;
 font-size: 12px;
}


.topbar-search .inner {
 position:absolute;
 top:100%;
 right:0;
 display:none;
 z-index:10
}
.topbar-search .inner input[type=text] {
 min-width:290px
}
.header.style5 .top-bar {
 background-color:#f6f6f6;
 -webkit-box-shadow:1px 5px 5px 0 transparent;
 -moz-box-shadow:1px 5px 5px 0 transparent;
 box-shadow:1px 5px 5px 0 transparent;
 padding:7px 0
}
.header.style5 .top-bar-menu>li>a {
 padding:0 15px;
 border-color:#666;
 line-height:10px;
 font-family:inherit;
 color:#666
}
.header.style5 .top-bar-menu>li:first-child>a {
 padding-left:0;
 border:none
}
.header.style5 .top-bar-menu>li:last-child>a {
 padding-right:0
}
.header.style5 .top-bar-menu>li>a .menu-icon {
 color:inherit
}
.main-header-menu {
 padding:0;
 margin:0;
 display:table;
 width:100%;
 margin-bottom:10px
}
.main-header-menu li {
 list-style:none;
 display:inline-block;
 float:left
}
.main-header-menu li a {
 display:inline-block;
 padding:0 10px;
 border-right:1px solid #666;
 color:#666;
 font-size:13px;
 line-height:13px
}
.main-header-menu li:last-child a {
 padding-right:0;
 border:none
}
.main-header-menu li:first-child a {
 padding-left:0
}
.header.style5 .advanced-search {
 display:inline-block;
 float:left;
 width:680px;
 border-width:2px;
 border-style:solid;
 padding:0
}
.header.style5 .advanced-search .category-dropdwon {
 width:200px;
 padding:7px 0;
 min-width:200px;
 border:none
}
.header.style5 .advanced-search .category-dropdwon select {
 width:100%
}
.header.style5 .advanced-search .search-text-box {
 width:100%;
 padding:0 15px;
 padding-right:50px
}
.header.style5 .advanced-search .search-text-box .input {
 padding:7px 0
}
.header.style5 .advanced-search .search-text-box .btn-search {
 width:40px;
 height:38px;
 line-height:42px;
 top:0;
 right:-2px
}
.header.style5 .advanced-search .chosen-container-single .chosen-single {
 line-height:20px;
 border-right:1px solid #d1d1d1;
 padding:0 15px
}
.header.style5 .advanced-search .chosen-container-single .chosen-single div b:before {
 content:"\f107"
}
.header.style5 .main-header .mini-cart {
 width:170px;
 border:1px solid #eaeaea
}
.header.style5 .main-header .mini-cart .cart-link {
 background-color:#fff;
 padding:5px 0;
 width:100%;
 position:relative;
 padding-left:10px;
 text-transform:uppercase;
 font-family:montserrat
}
.header.style5 .main-header .mini-cart .cart-link .count {
 position:absolute;
 display:inline-block;
 background-color:#e09903;
 font-size:12px;
 color:#fff836;
 left:22px;
 top:-10px;
 line-height:16px;
 padding:0 10px
}
.header.style5 .mini-cart .cart-link>span {
 vertical-align:middle
}
.header.style5 .main-header {
 padding-top:30px;
 background-color:#fff
}
.header.style5 .header-control {
 margin-top:30px
}
.header.style5 .logo {
 padding-top:15px
}
.header.style5 .box-vertical-megamenus .title {
 padding:11px 20px;
 text-transform:uppercase;
 font-size:14px
}
.header.style5 .box-vertical-megamenus .title .bar {
 display:inline-block
}
.header.style5 .header-control .box-serach-wapper {
 background-color:#f6f6f6;
 padding:0
}
.header.style5 .main-menu {
 padding:0
}
.header.style5 .main-menu>li>a {
 font-weight:400;
 font-size:13px;
 border:none
}
.header.style5 .main-menu>li {
 padding:8px 0
}
.header.style5 .verticalmenu-list>li {
 padding:0 20px
}
.header.style5 .verticalmenu-list>li>a {
 padding:8px 0
}
.header.style5 .verticalmenu-list {
 margin:0
}
.header.style5 .verticalmenu-content .viewall {
 padding:17px 0;
 text-align:center;
 text-decoration:none
}
.header.style5 .mini-cart .cart-link .menu-icon {
 font-size:30px;
 line-height:normal
}
.banner-header {
 background-image:url(../images/banner-header.jpg);
 background-position:top;
 center;
 background-repeat:no-repeat
}
.banner-header .inner {
 position:relative;
 text-align:center;
 padding:18px 0;
 padding-bottom:19px
}
.banner-header .inner .text {
 color:#c33;
 font-weight:700;
 font-size:18px;
 margin:0
}
.banner-header .inner .close-banner {
 display:inline-block;
 width:30px;
 height:30px;
 line-height:30px;
 text-align:center;
 position:absolute;
 top:0;
 right:-30px;
 background-color:#3e424a;
 color:#8c8e92;
 cursor:pointer
}
.header.style6 {
 background-color:#fff
}
.header.style6 .top-bar {
 background-color:#fff;
 -webkit-box-shadow:1px 5px 5px 0 transparent;
 -moz-box-shadow:1px 5px 5px 0 transparent;
 box-shadow:1px 5px 5px 0 transparent;
 padding:8px 0
}
.header.style6 .header-msg {
 display:inline-block;
 float:left;
 padding-right:85px
}
.header.style6 .top-bar-menu {
 border:none
}
.header.style6 .top-bar-menu>li>a {
 padding:0 10px;
 line-height:12px;
 font-family:inherit;
 color:#666;
 font-size:13px
}
.header.style6 .top-bar-menu>li:first-child>a {
 border:none;
 padding-left:0
}
.header.style6 .top-bar-menu>li:last-child>a {
 padding-right:0
}
.header.style6 .top-bar-menu .menu-item-has-children>a:after {
 content:"\f0d7";
 font-family:fontawesome;
 margin-left:5px;
 line-height:normal;
 display:inline-block
}
.header.style6 .top-bar-menu.right>li>a {
 padding:0 12px;
 border:none
}
.header.style6 .top-bar-menu .sub-menu>li {
 padding:0 10px
}
.header.style6 .top-bar-menu .sub-menu>li>a {
 padding:6px 10px
}
.header.style6 .top-bar-menu .sub-menu {
 min-width:100px
}
.header.style6 .main-header {
 padding-top:20px;
 background-color:#fff;
 padding-bottom:40px
}
.header.style6 .advanced-search {
 border:1px solid #e8e8e8;
 max-width:588px;
 padding:10px 0;
 position:relative;
 padding-right:50px;
 float:left;
 margin-left:60px
}
.header.style6 .advanced-search .search-text-box {
 padding:0
}
.header.style6 .advanced-search .search-text-box .input {
 padding:3px 20px;
 font-style:inherit;
 font-family:inherit;
 color:#999
}
.header.style6 .advanced-search .category-dropdwon {
 font-family:inherit
}
.header.style6 .advanced-search .btn-search {
 position:absolute;
 width:50px;
 height:50px;
 padding:0;
 top:0;
 right:0;
 text-align:center;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -ms-border-radius:0;
 -o-border-radius:0;
 border-radius:0;
 font-size:14px
}
.header.style6 .advanced-search .category-dropdwon {
 border-left:1px solid #e8e8e8;
 font-style:inherit
}
.header.style6 .advanced-search .category-dropdwon,
.header.style6 .advanced-search .search-text-box {
 vertical-align:middle
}
.header.style6 .advanced-search .chosen-container-single .chosen-single {
 padding:3px 30px;
 color:#999
}
.header.style6 .main-header .mini-cart .cart-link {
 padding:0;
 background-color:#fff
}
.header.style6 .header-control {
 margin-top:0
}
.header.style6 .box-vertical-megamenus .title {
 padding:16px 20px;
 font-size:14px;
 text-transform:uppercase;
 margin-top:-1px;
 padding-bottom:17px
}
.header.style6 .box-vertical-megamenus .title .bar {
 display:inline-block;
 float:none;
 margin-right:10px
}
.header.style6 .header-control .box-serach-wapper {
 background-color:#fff;
 padding:0
}
.header.style6 .main-menu {
 padding:0
}
.header.style6 .main-menu>li {
 padding:0;
 float:left
}
.header.style6 .main-menu>li>a {
 line-height:24px;
 font-size:15px;
 color:#333;
 font-weight:700;
 border:none;
 padding:13px 25px;
 text-transform:none;
 margin-top:-1px;
 padding-bottom:14px
}
.header.style6 .main-menu>li:hover>a,
.header.style6 .main-menu>li.active>a {
 color:#fff
}
.header.style6 .main-header-menu-wapper {
 border-top:1px solid #eee
}
.header.style6 .header-line {
 height:3px;
 display:block;
 width:100%;
 float:left
}
.header.style6 .verticalmenu-content {
 border:none;
 border-top:3px solid #e8e8e8
}
.header.style6 .verticalmenu-list>li>a {
 padding:10px 0;
 border-color:#eee;
 color:#333
}
.header.style6 .verticalmenu-list>li {
 padding:0 20px
}
.header.style6 .verticalmenu-content .viewall {
 padding:18px 20px;
 border:none;
 font-family:inherit;
 font-size:11px;
 color:#666
}
.header.style6 .verticalmenu-content .viewall .text {
 display:inline-block;
 border:1px solid #eee;
 width:100%;
 text-align:center;
 text-transform:uppercase;
 font-style:normal;
 text-decoration:none;
 padding:8px 0
}
.header.style6 .verticalmenu-content .viewall .text:after {
 font-family:fontawesome;
 display:inline-block;
 margin-left:15px;
 content:"\f0da"
}
.header.style6 .verticalmenu-list .menu-item-has-children>a:after {
 content:"\f0da"
}
.header.style6 .verticalmenu-list>li>a .menu-icon {
 margin-top:-3px;
 display:inline-block;
 float:left
}
.header.style6 .header-right {
 width:200px;
 display:table;
 float:right
}
.header.style6 .header-account {
 display:table-cell;
 width:115px;
 vertical-align:top
}
.header.style6 .mini-cart {
 display:table-cell;
 width:auto;
 vertical-align:top
}
.header.style6 .mini-cart .icon {
 font-size:35px;
 margin:0;
 padding:11px
}
.header.style6 .mini-cart .cart-link {
 position:relative
}
.header.style6 .mini-cart .cart-link .count {
 position:absolute;
 top:0;
 right:0;
 width:20px;
 height:20px;
 color:#fff;
 text-align:center;
 line-height:20px;
 color:#fff;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 -o-border-radius:50%;
 border-radius:50%
}
.header.style6 .mini-cart .text,
.header.style6 .mini-cart .kak,
.header.style6 .mini-cart .subtotal {
 display:none
}
.header.style6 .menu-account {
 display:block;
 margin:0;
 padding:0
}
.header.style6 .menu-account li {
 list-style:none;
 position:relative
}
.header.style6 .menu-account>li>a {
 color:#333;
 font-weight:700
}
.header.style6 .menu-account .sub-menu {
 position:absolute;
 top:100%;
 left:0;
 background-color:#fff;
 min-width:150px;
 padding:0;
 box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0)
}
.header.style6 .menu-account .show-submenu .sub-menu {
 visibility:inherit;
 opacity:1;
 filter:alpha(opacity=100)
}
.header.style6 .menu-account .menu-item-has-children>a {
 display:block
}
.header.style6 .menu-account .menu-item-has-children>a:after {
 display:inline-block;
 font-family:fontawesome;
 float:right;
 content:"\f0d7";
 color:#ccc
}
.header.style6 .menu-account .sub-menu li>a {
 display:inline-block;
 border-bottom:1px solid #eee;
 padding:10px 15px;
 width:100%;
 color:#333
}
.header.style6 .menu-account .sub-menu li:last-child>a {
 border:none
}
.header.style7 .top-bar {
 -webkit-box-shadow:1px 5px 5px 0 transparent;
 -moz-box-shadow:1px 5px 5px 0 transparent;
 box-shadow:1px 5px 5px 0 transparent;
 border-bottom:1px solid #f1f1f1
}
.header.style7 .top-bar-menu>li {
 padding:9px 0
}
.header.style7 .top-bar-menu>li>a {
 padding:0 15px;
 line-height:10px;
 border-color:#b7b7b7;
 color:#666;
 font-family:inherit
}
.header.style7 .top-bar-menu>li>a .menu-icon {
 color:inherit;
 font-size:20px;
 line-height:10px;
 display:inline-block;
 float:left;
 margin-right:10px
}
.header.style7 .top-bar-menu>li:first-child>a {
 padding-left:0;
 border:none
}
.header.style7 .top-bar-menu>li:last-child>a {
 padding-right:0
}
.header.style7 .top-bar-menu {
 border:none
}
.header.style7 .main-header {
 padding-top:20px;
 background-color:#fff
}
.header.style7 .advanced-search {
 width:620px;
 float:left;
 border-style:solid;
 border-width:2px;
 -webkit-border-radius:20px;
 -moz-border-radius:20px;
 -ms-border-radius:20px;
 -o-border-radius:20px;
 border-radius:20px;
 padding:1px 20px;
 padding-right:60px;
 position:relative;
 margin-left:30px
}
.header.style7 .main-header-menu {
 padding-left:30px
}
.header.style7 .advanced-search .search-text-box {
 position:static;
 padding:0
}
.header.style7 .advanced-search .search-text-box .btn-search {
 height:40px;
 width:60px;
 top:-2px;
 right:0;
 line-height:45px;
 font-size:25px;
 -webkit-border-radius:20px;
 -moz-border-radius:20px;
 -ms-border-radius:20px;
 -o-border-radius:20px;
 border-radius:20px;
 border-top-left-radius:0;
 border-bottom-left-radius:0
}
.header.style7 .header-right-control {
 display:inline-block;
 float:right
}
.header.style7 .header-right-control .compare,
.header.style7 .header-right-control .wishlist {
 display:inline-block;
 padding:7px 10px;
 color:#444;
 font-size:24px;
 line-height:24px
}
.header.style7 .main-header .mini-cart .cart-link {
 background-color:transparent;
 padding:7px 10px;
 padding-right:0;
 font-size:15px;
 color:#666
}
.header.style7 .main-header .mini-cart .cart-link .icon {
 font-size:24px
}
.header.style7 .main-header .mini-cart .cart-link .text,
.header.style7 .main-header .mini-cart .cart-link .kak {
 display:none
}
.header.style7 .main-header .mini-cart .cart-link .count {
 width:20px;
 height:20px;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 -o-border-radius:50%;
 border-radius:50%;
 color:#fff;
 position:absolute;
 top:12px;
 left:25px;
 text-align:center;
 line-height:20px;
 font-size:12px;
 font-weight:700
}
.header.style7 .main-header .mini-cart .cart-link>span {
 vertical-align:middle
}
.header.style7 .header-control {
 margin-top:45px
}
.header.style7 .box-vertical-megamenus .title {
 padding:10px 20px;
 color:#fff;
 text-transform:uppercase;
 font-size:14px;
 font-weight:700;
 border-top-left-radius:10px;
 border-top-right-radius:10px
}
.header.style7 .box-vertical-megamenus .title .bar {
 display:inline-block
}
.header.style7 .main-menu {
 padding:0
}
.header.style7 .header-control .box-serach-wapper {
 padding:0;
 background-color:#fff
}
.header.style7 .main-menu>li {
 padding:8px 0;
 display:inline-block
}
.header.style7 .main-menu>li>a {
 border:none;
 padding:0 20px
}
.header.style7 .verticalmenu-list>li {
 padding:0 20px
}
.header.style7 .verticalmenu-list>li>a {
 padding:8px 0
}
.header.style7 .verticalmenu-list {
 margin:0
}
.header.style .logo {
 padding-top:20px
}
.header.style9 .top-bar {
 border-bottom:1px solid #e5e5e5;
 -webkit-box-shadow:1px 5px 5px 0 transparent;
 -moz-box-shadow:1px 5px 5px 0 transparent;
 box-shadow:1px 5px 5px 0 transparent
}
.header.style9 .top-bar-menu>li>a {
 padding:0 15px;
 line-height:10px;
 font-size:13px;
 color:#666;
 border-right:1px solid #e5e5e5;
 font-family:inherit;
 border-left:none
}
.header.style9 .top-bar-menu>li:last-child>a {
 border:none;
 padding-right:0
}
.header.style9 .top-bar-menu>li:first-child>a {
 padding-left:0
}
.header.style9 .top-bar-menu {
 border:none
}
.header.style9 .top-bar-menu>li {
 padding:8px 0
}
.header.style9 .top-bar-menu>li>a .menu-icon {
 font-size:18px;
 float:left;
 margin-right:5px;
 color:inherit
}
.header.style9 .main-header {
 padding:30px 0;
 background-color:#fff
}
.header.style9 .main-header .advanced-search {
 width:640px;
 border:1px solid #e5e5e5;
 padding:0;
 float:left
}
.header.style9 .advanced-search .chosen-container-single .chosen-single {
 padding:8px 30px;
 background-color:#f5f5f5
}
.header.style9 .advanced-search .category-dropdwon {
 font-family:inherit;
 font-style:normal;
 border:none
}
.header.style9 .advanced-search .search-text-box {
 padding:0
}
.header.style9 .advanced-search .search-text-box .input {
 padding:8px 20px;
 padding-right:40px;
 font-family:inherit;
 font-style:normal
}
.header.style9 .advanced-search .search-text-box .btn-search {
 width:42px;
 height:42px;
 line-height:42px;
 top:-1px;
 right:-1px
}
.header.style9 .main-header .mini-cart .cart-link {
 border:1px solid #e5e5e5;
 background-color:#fff;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -ms-border-radius:0;
 -o-border-radius:0;
 border-radius:0;
 padding:0;
 padding-left:10px;
 line-height:40px;
 width:100%
}
.header.style9 .mini-cart .cart-link .icon {
 width:41px;
 height:41px;
 line-height:41px;
 text-align:center;
 display:inline-block;
 position:relative;
 color:#fff;
 float:right;
 margin:0;
 font-size:24px;
 margin-left:10px
}
.header.style9 .mini-cart .cart-link .count {
 width:20px;
 height:20px;
 text-align:center;
 line-height:20px;
 background-color:#555;
 color:#fff;
 position:absolute;
 top:-10px;
 left:-10px;
 font-size:13px;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 -o-border-radius:50%;
 border-radius:50%
}
.header.style9 .main-header .mini-cart {
 width:195px
}
.header.style9 .header-control {
 margin:0;
 border-bottom:2px solid #f75757;
 background-color:#f6f6f6
}
.header.style9 .box-vertical-megamenus .title {
 padding:15px 20px;
 font-size:14px;
 text-transform:uppercase;
 background-color:#333
}
.header.style9 .box-vertical-megamenus .title .bar {
 display:inline-block
}
.header.style9 .main-menu {
 padding:0
}
.header.style9 .main-menu>li {
 padding:0;
 float:left
}
.header.style9 .main-menu>li>a {
 padding:16px 25px;
 font-size:12px;
 color:#555;
 font-family:montserrat;
 border:none
}
.header.style9 .main-menu>li:hover>a,
.header.style9 .main-menu>li.active>a {
 color:#fff
}
.header.style9 .verticalmenu-list>li {
 padding:0 20px
}
.header.style9 .verticalmenu-content {
 border:none
}
.header.style9 .verticalmenu-list {
 margin:0;
 border-top-width:2px;
 border-top-style:solid
}
.header.style9 .verticalmenu-list>li>a {
 padding:8px 0
}
.header.style9 .verticalmenu-content .viewall {
 padding:15px 0;
 text-align:center;
 font-family:inherit;
 font-size:12px;
 color:#aaa;
 text-decoration:none
}
.header.style10 .top-bar {
 border-bottom:1px solid #e5e5e5;
 -webkit-box-shadow:1px 5px 5px 0 transparent;
 -moz-box-shadow:1px 5px 5px 0 transparent;
 box-shadow:1px 5px 5px 0 transparent
}
.header.style10 .top-bar-menu>li>a {
 padding:0 15px;
 line-height:10px;
 font-size:13px;
 color:#666;
 border-right:1px solid #e5e5e5;
 font-family:inherit;
 border-left:none
}
.header.style10 .top-bar-menu>li:last-child>a {
 border:none;
 padding-right:0
}
.header.style10 .top-bar-menu>li:first-child>a {
 padding-left:0
}
.header.style10 .top-bar-menu {
 border:none
}
.header.style10 .top-bar-menu>li {
 padding:8px 0
}
.header.style10 .top-bar-menu>li>a .menu-icon {
 font-size:18px;
 float:left;
 margin-right:5px;
 color:inherit
}
.header.style10 .main-header {
 padding:30px 0;
 background-color:#fff
}
.header.style10 .main-header .advanced-search {
 width:630px;
 border:2px solid #e5e5e5;
 padding:0;
 float:left
}
.header.style10 .advanced-search .chosen-container-single .chosen-single {
 padding:8px 30px
}
.header.style10 .advanced-search .category-dropdwon {
 font-family:inherit;
 font-style:normal;
 border:none
}
.header.style10 .advanced-search .chosen-container-single .chosen-single div b:before {
 content:"\f107"
}
.header.style10 .advanced-search .search-text-box {
 padding:0
}
.header.style10 .advanced-search .search-text-box .input {
 padding:8px 20px;
 padding-right:40px;
 font-family:inherit;
 font-style:normal
}
.header.style10 .advanced-search .search-text-box .btn-search {
 width:42px;
 height:42px;
 line-height:42px;
 top:-1px;
 right:-1px
}
.header.style10 .header-right {
 min-width:185px;
 display:inline-block;
 float:right;
 padding:7px 0
}
.header.style10 .header-right:before,
.header.style10 .header-right:after {
 content:'';
 display:table
}
.header.style10 .header-right:after {
 clear:both
}
.header.style10 .block-wislist-compare {
 display:inline-block;
 float:left
}
.header.style10 .block-wislist-compare>a {
 font-size:24px;
 color:#444;
 display:inline-block;
 margin-right:20px
}
.header.style10 .main-header .mini-cart .cart-link {
 padding:0;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -ms-border-radius:0;
 -o-border-radius:0;
 border-radius:0;
 background-color:transparent
}
.header.style10 .mini-cart .cart-link .menu-icon {
 font-size:24px;
 color:#444;
 position:relative;
 float:left;
 margin-right:20px
}
.header.style10 .mini-cart .cart-link .count {
 width:20px;
 height:20px;
 text-align:center;
 line-height:20px;
 font-size:13px;
 color:#fff;
 display:inline-block;
 position:absolute;
 bottom:-4px;
 right:-9px;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 -o-border-radius:50%;
 border-radius:50%
}
.header.style10 .header-control {
 margin:0;
 background-color:#525252
}
.header.style10 .box-vertical-megamenus .title {
 padding:15px 20px;
 font-size:14px;
 text-transform:uppercase;
 background-color:#333
}
.header.style10 .box-vertical-megamenus .title .bar {
 display:inline-block
}
.header.style10 .main-menu {
 padding:0
}
.header.style10 .main-menu>li {
 padding:0;
 float:left
}
.header.style10 .main-menu>li>a {
 padding:16px 25px;
 font-size:12px;
 color:#fff;
 font-family:montserrat;
 border:none
}
.header.style10 .main-menu>li:hover>a,
.header.style10 .main-menu>li.active>a {
 color:#fff
}
.header.style10 .verticalmenu-list>li {
 padding:0 20px
}
.header.style10 .verticalmenu-content {
 border:none
}
.header.style10 .verticalmenu-list>li>a {
 padding:8px 0
}
.header.style10 .verticalmenu-content .viewall {
 padding:15px 0;
 text-align:center;
 font-family:inherit;
 font-size:12px;
 color:#aaa;
 text-decoration:none
}
.header.style10 .main-menu>li:hover,
.header.style10 .main-menu>li.active {
 color:#fff
}
.header.ontop .top-bar {
 display:none
}
.header.style2.ontop {
 padding:5px 0;
 -webkit-box-shadow:1px 5px 5px 0 rgba(0,0,0,.09);
 -moz-box-shadow:1px 5px 5px 0 rgba(0,0,0,.09);
 box-shadow:1px 5px 5px 0 rgba(0,0,0,.09);
 background-color:#fcfcfc
}
.header.style2.ontop .main-header {
 padding-top:0
}
.header.style2.ontop .logo {
 display:none
}
.header.style2.ontop .header-control {
 display:none
}

.header.style2.ontop .main-menu>li:first-child>a {
 padding-left:0
}
.header.style2.ontop .main-header .mini-cart .cart-link {
 padding:12px 0;
 background-color:transparent
}
.header.style3.ontop .box-serach-wapper,
.header.style3.ontop .main-header .mini-cart {
 display:none
}
.header.style3.ontop .main-header {
 background-color:transparent
}
.header.style3.ontop {
 background-color:#3d3d3d;
 padding:0
}
.header.style3.ontop .main-menu {
 margin:0
}
.header.style3.ontop .main-menu>li>a {
 padding:20px 40px
}
.header.style3.ontop .main-menu>li:first-child>a {
 padding-left:40px
}
.header.style5.ontop .header-control {
 display:block;
 margin:0
}
.header.style5.ontop .main-header-wapper {
 display:none
}
.header.style5.ontop {
 padding:0
}
.header.style5.ontop .header-control .box-serach-wapper {
 background-color:transparent;
 width:100%
}
.header.style5.ontop .main-menu {
 padding-left:25px
}
.header.style5.ontop .verticalmenu-content {
 display:none
}
.header.style5.ontop .header-control .vertical-menu-wapper {
 width:40px
}
.header.style5.ontop .box-vertical-megamenus .title {
 padding:0;
 width:40px;
 height:40px;
 text-align:center;
 line-height:40px
}
.header.style5.ontop .box-vertical-megamenus .title .text {
 display:none
}
.header.style5.ontop .box-vertical-megamenus .title .bar {
 float:none
}
.header.style6.ontop .main-header {
 display:none
}
.header.style6.ontop .main-header-menu-wapper {
 border:none
}
.header.style6.ontop .header-control {
 display:block
}
.header.style6.ontop {
 padding:0
}
.header.style6.ontop .header-control .vertical-menu-wapper {
 width:51px;
 min-width:51px
}
.header.style6.ontop .box-vertical-megamenus .title {
 padding:0;
 text-align:center;
 line-height:50px;
 margin:0
}
.header.style6.ontop .header-control .box-serach-wapper {
 width:100%
}
.header.style6.ontop .box-vertical-megamenus .title .text {
 display:none
}
.header.style6.ontop .box-vertical-megamenus .title .bar {
 margin:0
}
.header.style6.ontop .verticalmenu-content {
 display:none
}
.header.style6.ontop .main-menu>li:first-child>a {
 padding-left:25px
}
.header.style7.ontop .header-control {
 display:table;
 margin:0
}
.header.style7.ontop .main-header-wapper {
 display:none
}
.header.style7.ontop {
 padding:0
}
.header.style7.ontop .main-menu>li:first-child>a {
 padding-left:20px
}
.header.style7.ontop .box-vertical-megamenus .title {
 width:40px;
 border-top-left-radius:0;
 border-top-right-radius:0;
 padding:0;
 height:40px;
 text-align:center;
 line-height:40px
}
.header.style7.ontop .box-vertical-megamenus .title .text {
 display:none
}
.header.style7.ontop .box-vertical-megamenus .title .bar {
 float:none
}
.header.style7.ontop .verticalmenu-content {
 display:none
}
.header.style7.ontop .header-control .vertical-menu-wapper {
 width:40px
}
.header.style9.ontop .main-header {
 display:none
}
.header.style9.ontop .header-control {
 display:table;
 border:none
}
.header.style9.ontop {
 padding:0;
 background-color:#f6f6f6
}
.header.style9.ontop .verticalmenu-content {
 display:none
}
.header.style9.ontop .main-menu>li:first-child>a {
 padding-left:25px
}
.header.style9.ontop .header-control .vertical-menu-wapper {
 width:48px
}
.header.style9.ontop .box-vertical-megamenus .title {
 height:48px;
 line-height:48px;
 padding:0;
 text-align:center
}
.header.style9.ontop .box-vertical-megamenus .title .text {
 display:none
}
.header.style9.ontop .box-vertical-megamenus .title .bar {
 float:none
}
.header.style10.ontop .main-header {
 display:none
}
.header.style10.ontop .header-control {
 display:table;
 border:none
}
.header.style10.ontop {
 padding:0;
 background-color:#525252
}
.header.style10.ontop .verticalmenu-content {
 display:none
}
.header.style10.ontop .main-menu>li:first-child>a {
 padding-left:25px
}
.header.style10.ontop .header-control .vertical-menu-wapper {
 width:48px
}
.header.style10.ontop .box-vertical-megamenus .title {
 height:48px;
 line-height:48px;
 padding:0;
 text-align:center
}
.header.style10.ontop .box-vertical-megamenus .title .text {
 display:none
}
.header.style10.ontop .box-vertical-megamenus .title .bar {
 float:none
}

/*----------------
FOOTER
----------------*/

.footer .footer-bottom{
    border-top-width:1px;
    border-top-style: solid;	
    border-top-color: #e8e8e8; 
	padding: 10px 0 20px;	
}
.phone_footer{display:none; text-align:center;}
.top-menu-phone a{ padding:8px 0!important; line-height: 24px;}

.footer-main-menu li{
	list-style:none;
	display: inline-block;
	margin-right:10px;
}
.footer-main-menu li.noneright{
	margin-right:0px;
}
.footer-main-menu li a{
	border-right: 1px solid rgba(56, 56, 56, 0.1);
    color: #333;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	line-height: 16px !important;
	padding-right:13px;
}
.footer-main-menu li a.nonebor{
	border-right: none;
	padding-right:0px;
}
.footer-main-menu li a:hover{
    color: #f75757;
}
.padding-lr .flaticon-user5{
  margin-right: 9px;
}
