﻿@charset "utf-8";
@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }
@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; }

html {
	-webkit-text-size-adjust: none;
}

body {
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000
}

a {
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
}

input {
	font-family: "Open Sans", sans-serif;
}

textarea.form-control {
	border-radius: 0;
	height: 125px;
	resize: none;
}

h1, .h1 {
	font-size: 1.66667em
}

h2, .h2 {
	font-size: 1.4em
}

h3, .h3 {
	font-size: 1.13333em
}

h4, .h4 {
	font-size: 1em
}

h5, .h5, h6, .h6 {
	font-size: 0.8em
}

@media (min-width: 1280px) {
	.container {
		width: 1260px !important
	}
}

.visible_md_block {
	display: none;
}

.breadcrumb > li {
	max-width: 100%;
	font-size: 12px;
	padding: 21px 0
}

.breadcrumb > li a {
	color: #2bb4b4;
}

.breadcrumb > li:last-child a {
	color: #002d4f;
}

.btn-default {
	border-color: #111;
}

.nav-tabs>li>a {
	border-radius: 0;
}
.selcurrenct span{
	font-size: 0px;
	position: absolute;
}
.selcurrenct span img{
	width: 30px
}
.selcurrenct span.caret {
	margin-bottom: 1px;
	display: none;
}

.btn-link {
	color: #535555 !important;
}

.btn-primary, .btn-info {
	background-color:#36c;
	border-color:#36c;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	font-size: 18px
}

.btn-primary:hover, .btn-info:hover, .btn-primary:active, .btn-info:active, .btn-primary:focus, .btn-info:focus {
	background-color:#8fabe3;
	border-color: #8fabe3;
}

.btn-primary.disabled, .btn-info.disabled, .btn_ajax {
	background-color:#8fabe3 !important;
	border-color: #8fabe3 !important;
}

.btn_ajax {
	position: relative;
	color: #fff !important;
}

.btn_ajax:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 50%;
	border: 3px solid #fff;
	border-top-color: transparent;
	-webkit-animation: spin 0.65s infinite linear;
	-moz-animation: spin 0.65s infinite linear;
	left: 50%;color: #fff
}

@-webkit-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.section_vertical {
	padding-bottom: 30px;
}

.header {
	position: relative;
	z-index: 1050;
	background-color: transparent;
}

.phoneIcon {
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	border-left: 1px solid #b7cdde;
	margin-left: 5px;
}

.fixed_head .nav_top {
	position: fixed;
	width: 100%;
	top: 0;
}

.section {
	position: relative;
	min-height: 30vh;
}

body[data-template='index'] .home_custom_design > #gallery-a_1, body[data-template='index'] .home_custom_design > #gallery_1 {
	margin-top: 0;
}

.top_banner {
	background: url(../images/top_tab_bg.png) center bottom repeat-x;
	line-height: 28px;
	padding: 10px 0 13px 0;
	color: #ED2624;
	font-size: 14px;
	margin-top: -5px;
}

.top_banner a {
	color: inherit;
}

.top_banner > ul {
	background-color: #EBEBEB;
	position: relative;
	margin: 0;
	padding-top: 10px;
	margin-top: -10px;
}

.form_model {
	max-width: 798px;
	margin: 30px auto;
}

.form_model .form-group input, .form_model .form-group textarea {
	font-family: inherit;
	height: auto;
	background-color: #fff;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	line-height: 1.6;
	padding: 10px 12px;
}

.btn.btn-lg {
	padding: 10px 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3333333;

}
.btn{
	color: #fff !important
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color:#36c;
	border-color: #36c;
	opacity: .7;
	color: #fff
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: #8fabe3;
	border-color: #8fabe3;
}

a {
	color: #333;
}

a[href], a[onclick], a[data-toggle] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
	color: #333;
}

a, button {
	outline: 0 !important;
}

img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

ul {
	list-style-type: none;
}

ul, li {
	padding: 0;
	margin: 0;
}

.inline_block {
	display: inline-block;
}

.lodding {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0);
}

.no_list {
	text-align: center;
	padding: 30px 0;
}

.no_list img {
	max-width: 150px;
}

.no_list p {
	font-size: 20px;
	margin-top: 30px;
}

.all_transition {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.img_absolute {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
}

.img_svg {
	width: 22px;
	height: 22px;
}

.nav_left_model > div {
	position: fixed;
	left: -300px;
	width: 300px;
	z-index: 1;
	-webkit-transition: left .5s ease-in-out;
	-o-transition: left .5s ease-in-out;
	transition: left .5s ease-in-out;
}

.nav_left_model_body {
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
	top: 65px;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
}

.modal-open .nav_left_model.in > div {
	left: 0;
}

.nav_left_model_body .ul_list {
	margin-top: 20px;
}

.nav_left_model_body > .list-unstyled li.more {
	position: relative;
}

.nav_left_model_body > .list-unstyled li i {
	position: absolute;
	top: 0;
	right: 0;
	height: 43px;
	width: 40px;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
	font-size: 11px;
	color: #1a1a1a;
}

.nav_left_model_body > .list-unstyled li .glyphicon-minus {
	display: none;
}

.nav_left_model_body > .list-unstyled li.on > .glyphicon-minus {
	display: block;
}

.nav_left_model_body > .list-unstyled li.on > .glyphicon-plus {
	display: none;
}

.nav_left_model_body > .list-unstyled > li a {
	font-size: 14px;
	color: #1a1a1a;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav_left_model_body > .list-unstyled > li li a {
	overflow: inherit;
}

.nav_left_model_body > .list-unstyled > li a:hover {
	color: #616161;
}

.nav_left_model_body > .list-unstyled > li > a {
	padding: 10px 0 10px 20px;
	margin-right: 40px;
	font-size: 16px;
	font-weight: 700;
}

.nav_left_model_body > .list-unstyled > li > ul {
	display: none;
	line-height: 37px;
	padding-left: 40px;
	list-style-type: circle;
}

.nav_left_model_body > .list-unstyled > li > ul ul {
	list-style: none;
}

.nav_left_model_body > .list-unstyled ul ul a {
	padding: 0;
	margin-right: 10px;
}

.nav_left_model_body .ul_list {
	line-height: 1.2;
}

.nav_left_model_body .ul_list a {
	display: block;
	padding: 10px 0 10px 20px;
	margin-right: 10px;
	font-size: 12px;
}

.nav_left_model_body .ul_list a i {
	margin-right: 5px;
}

.nav_left_model_body .icon_nav img, .nav_left_model_body .icon_nav svg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav_left_model_body .icon_nav img:hover, .nav_left_model_body .icon_nav svg:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header_top {
	background-color:#363534;
	height: 51.3px;
	padding: 6px 0;
}

.header_top .user_area a {
	font-size: 12px;
}
.header_top .user_area .sign_reg{
	display: inline-block;
	width: auto;
	height: auto;
}
.header_top .user_area .sign_reg a img{
	width: 27px;
	height: 24px
}
.header_top .user_area .my_account img{
	width: 27px;
	height: 24px
}


.header_section {
	position: relative;
}

.header_section {
	font-size: 0;
	background-color: #002a4b;
}

.header_section_left, .header_section_right {
	width: 35%;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	line-height: 35px;
	height: 35px;
}

.header_section_right {
	text-align: right;
}

.header_section_right .list-inline {
	margin-left: 0;
}

.header_section_right .list-inline > li {
	position: relative;
}

.currencies ul.dropdown-menu {
	left: initial;
	right: 0;
}

.header_cart {
	position: relative;
}

.header_cart > a {
	color: #fff;
	display: block;
	position: relative;
}

.header_cart > a .icon-f{
	display: inline-block;
	width: 30px;
	height: 30px;
	
}
.header_cart > a .icon-bag {
	color: #db1554;
	font-size: 20px;
	vertical-align: middle;
}

.header_cart .total_num {
	vertical-align: middle;
	display: inline-block;
	min-width: 17px;
	height: 17px;
	background-color: #f68c2c;
	border-radius: 100%;
	text-align: center;
	line-height: 17px;
	position: absolute;
	right:4px;
	top: 2px;
	color: #fff
}

.header_cart .totalprice {
	margin-left: 10px;
}

.header_cart .pc_cart_list {
	position: absolute;
	width: 315px;
	right: 0;
	background-color: #fff;
	z-index: 15;
	line-height: 1.5;
	display: none;
}

.cart_box.on {
	display: block;
}

.pc_cart_li:hover .pc_cart_list {
	display: block;
}

.header_cart .pc_cart_list .cart_con {
	padding: 10px;
	border: 2px solid #e1e1e1;
	border-top: none;
}

.header_cart .pc_cart_list .pc_cart_list_ul {
	max-height: 300px;
	overflow-y: auto;
	text-align: left;
}

.header_cart .pc_cart_list .pc_cart_list_ul li {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 10px;
}

.header_cart .pc_cart_list .pc_cart_list_ul li:first-child {
	padding-top: 0;
}

.header_cart .pc_cart_list .cp {
	position: relative;
}

.header_cart .pc_cart_list .cp > div {
	overflow: hidden;
	margin-bottom: 5px;
}

.header_cart .pc_cart_list .img {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.header_cart .pc_cart_list .title {
	overflow: hidden;
	text-align: left;
}

.header_cart .pc_cart_list .title a {
	display: block;
	max-height:36px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
	font-size: 14px
}

.header_cart .pc_cart_list .title span {
	background: #111;
	color: #fff;
	padding: 0 5px;
}

.header_cart .pc_cart_list .remove {
	position: absolute;
	right: 10px;
	bottom: 50px;
}
.header_cart .pc_cart_list .remove a{
	color: #000
}
.header_cart .pc_cart_list .money.total {
	text-align: right;
}

.pc_cart_total {
	text-align: left;
	background-color: #fff;
	letter-spacing: .5px;
	color: #000;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 700
}

.pc_cart_list.no_data .pc_cart_list_ul, .pc_cart_list.no_data .pc_cart_foot {
	display: none;
}

.pc_search_box, .search_part {
	position: static;
}

.search_show_btn {
	width: 45px;
	height: 44px;
	margin-left: auto;
	cursor: pointer;
	background: url(../images/i-search.png) center no-repeat;
}

.pc_search_box.open .search_show_btn {
	background: #e2edf5 url(../images/i-search-open.png) center no-repeat;
}

.search_form_box {
	position: absolute;
	background-color: #e2edf5;
	margin: 0;
	width: 100%;
	right: 0;
	left: 0;
	top: 44px;
	padding: 10px 10px 5px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.inp_box {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	position: relative;
}

.inp_box .btn {
	position: absolute;
	height: 35px;
	padding: 0 30px;
	border-radius: 4px;
	background-color: #002a4b;
	color: #fff;
	top: 7px;
	right: 7px;
	font-size: 13px;
}

.pc_search input {
	height: 48px;
	border: none;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 4px;
	padding: 0 107px 0 45px;
	background: url(../images/i-search-open.png) 15px center no-repeat;
	background-color: #fff;
}

.logo {
	height: 70px;
	line-height: 70px;
	position: relative;
	text-align: center;
	width: 29.5%;
	max-width: 400px;
	display: inline-block;
}

.logo a {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	overflow: hidden;
}

.logo img {
	max-height: 70px;
	max-width: 100%;
}

.logo .logo_font {
	line-height: 35px;
	font-size: 26px;
	vertical-align: middle;
	text-decoration: none;
	color: #b7cdde;
}

@media (max-width: 992px) {
	.logo {
		text-align: center;
		float: none !important;
		width: auto;
		max-width: none;
		display: block;
	}

	.header_section_left, .header_section_right {
		display: none;
	}

	.nav_left, .nav_right {
		display: block;
	}

	.nav_top {
		display: none;
	}
}

.nav_top {
	position: relative;
	z-index: 2;
	color: #fff;
	background-color: #002a4b;
	border-top: 1px solid #00233e;
}

.nav_top .nav_first {
	margin: 0;
	padding: 0;
}

.nav_top .nav_top_model {
	position: relative;
}

.nav_first > li {
	padding: 0;
	float: left;
	border-left: 1px solid #00233e;
}

.nav_list > a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.875px;
	color: #fff;
	display: block;
	padding: 0 15px;
}

.nav_second {
	position: absolute;
	z-index: 10;
	background-color: #f9f9f9;
	top: 100%;
	left: 0;
	width: auto;
	display: none;
}

.li_list:last-child a {
	border: none
}

.more:last-child .nav_second {
	position: absolute;
	right: 0 !important;
	text-align: right !important;
	left: auto;
}

.more:last-child .nav_second .nav_third {
	position: absolute;
	left: auto;
	right: 100%
}

.box_h .navigation-menu .nav_second .nav_second_list {
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 15px;
	display: block;
	background-color: #fff;
	min-width: 200px;
	width: 100%
}

.box_h .navigation-menu .nav_second li a {
	color: #696A6D
}

.box_h .navigation-menu .nav_second .nav_second_list:hover {
	background-color: #fff !important;
}

.box_h .navigation-menu .nav_second .nav_second_list:hover a {
	color: #999
}
.box_h .navigation-menu .nav_second .nav_second_list:hover .nav_third a{
	color: #000
}
.box_h .navigation-menu .nav_second .nav_second_list:hover .nav_third {
	display: block;
}
.box_h .navigation-menu .nav_second .nav_second_list .nav_third_list:hover a{
	color: #999
}
.box_h .navigation-menu > li {
	position: relative;
}

.box_h .navigation-menu > li:hover > .nav_second {
	display: block;
	background-color: #fff !important
}


.box_h .navigation-menu .nav_third_list a{
	color: #000
}
.box_h .navigation-menu .nav_third_list a:hover {
	border-bottom: none;
	color: #999
}

.nav_first > li.nav_list:hover>a {
	background-color: #fff;
	color: #002d4f;
}

.box_h .navigation-menu li .nav_second .nav_second_list a {
	color: #000
}

.nav_second_list > a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	border-bottom: 1px solid #e0e4e7;
	padding: 0 0 8px;
	margin-bottom: 7px;
	display: block;
}

.nav_third {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff;
	color: #696969;
	z-index: 11;
}

.nav_third_list > a {
	font-size: 12px;
	color: #000;
	-webkit-transition: all 150ms ease-in-out 0s;
	-moz-transition: all 150ms ease-in-out 0s;
	-ms-transition: all 150ms ease-in-out 0s;
	-o-transition: all 150ms ease-in-out 0s;
	transition: all 150ms ease-in-out 0s;
}

.box_h .navigation-menu .nav_third_list {
	
	display: block;
}

.nav_third_list:hover > a {
	color: #2bb4b4;
	text-decoration: underline;
}

.header_top .my_account {
	position: relative;
}

.header_top .currencies {
	position: relative;
}

@media (max-width:767px) {
	.nav_top .container, .nav_top ~ .container {
		padding: 0;
	}
}

.search_model_body {
	position: absolute;
	margin-top: -65px;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	background-color: #fff;
}

.search_submit .mob_img_svg {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -11px;
	display: none
}

.search_submit input {
	color: #a2a2a2;
}

.modal .search_submit input {
	padding: 0px 56px;
	line-height: 63px;
	height: 65px;
	border-color: #fff !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.modal .search_submit .close {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	right: 15px;
}

.cart_model .modal_close {
	width: 300px;
	right: 0;
	margin-right: -300px;
}

.cart_model .close {
	position: absolute;
	right: 0;
}

.cart_model_body {
	margin-right: -300px;
	position: fixed;
	right: 0;
	width: 300px;
	top: 65px;
	bottom: 0;
	background-color: #fff;
}

.footer {
	margin-top: 50px;
	background: #002d4f url(../images/footer_waves.png) repeat-x 0 0;
	color: #b7cdde;
}

.footer:before {
	content: '';
	display: block;
	height: 80px;
	background: url(../images/ImageFooter.png) no-repeat top center;
	position: relative;
	top: -46px;
}

.footer_a li {
	font-style: normal;
	font-weight: 400;
	color: #b7cdde;
}

.footer_nav_first {
	width: 20%;
	float: left;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.footer_nav_first.ul_list {
		width: 50%;
		margin-bottom: 15px;
	}

	.footer_nav_first.subscribe {
		width: 100%;
	}
}

.footer_nav_first .foot_nfa {
	line-height: 17.5px;
	margin-top: 20px;
	font-weight: 14px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase !important;
	width: 85%;
	display: block;
}

.footer_nav_second {
	margin-top: 15px;
}

.footer_nav_second a {
	color: #b7cdde;
	font-size: 13px;
}

.footer_nav_second a:hover {
	color: #e41d57;
}

.subscribe_tt {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 1.5;
}



.footer_b {
	padding: 15px 0;
}

.footer_b .list-inline > li {
	padding: 10px 2px;
}

.footer_b .list-tab-inline li {
	font-size: 12px;
	padding: 5px 10px;
}

.footer_b .list-tab-inline i {
	margin-right: 5px;
}

.footer_b .list-tab-inline a {
	color: inherit;
}

.footer_b .list-inline > li svg {
	width: 25px;
	height: 25px;
}

.copyright {
	border-top: 1px solid #043458;
	background-color: #002948;
	padding: 30px 0;
}

.mbx_list {
	background-color: #f3f8fb;
	padding: 2px 0;
	border-top: 1px solid #dfe0e1;
	border-bottom: 1px solid #c9eaea;
}

.mbx_list .breadcrumb {
	margin-bottom: 0;
	background: none;
	padding-left: 15px;
	border-radius: 0;
	font-size: 0;
	background-color: #fff;
	padding: 0;
	line-height: 12px
}

.mbx_list h1, .mbx_list h2 {
	display: none !important;
}

.modal > .modal_close {
	position: absolute;
	background-color: #fff;
	top: 0;
	height: 65px;
	z-index: 9;
}

.modal > .modal_close .close {
	float: none;
	display: block;
	height: 65px;
	width: 56px;
	text-align: center;
	filter: alpha(opacity=100);
	opacity: 1;
	font-size: 28px;
}

.modal.in > .modal_close, .modal.in > .modal_body {
	margin: 0;
}

.products_img {
	position: relative;
	display: block;
	padding-bottom: 100%;
	text-align: center;
}

.products_img .bttrlazyloading-wrapper {
	min-height: 100px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff !important;
}

.products_img img {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.categry_list .products_img {
	position: relative;
	padding-bottom: 0;
}

.categry_list .products_img .bttrlazyloading-wrapper {
	position: relative;
	left: initial;
	right: initial;
	top: initial;
	bottom: initial;
}

.categry_list .products_img img {
	position: static;
	left: initial;
	right: initial;
	top: initial;
	bottom: initial;
}

.products_prompt {
	position: absolute;
	right: -86px;
	top: -29px;
	background-color: #DAC08E;
	color: #fff;
	padding: 50px 0 10px;
	width: 200px;
	text-align: center;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: 3;
}

.products_prompt span {
	font-size: 11px;
}

.categry_list li {
	position: relative;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
	min-height: 200px;
}

.categry_list li > div {
	margin: 10px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.categry_list li:nth-child(4n+1) {
	clear: both;
}

.products_title {
	display: block;
	max-height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
}

.products_title a {
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	overflow: hidden;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.products_title a:hover {
	color: #000;
}

.categry_list .products_bg {
	margin: 10px 15px 20px;
	text-align: center;
}

.pro_starts {
	display: block;
	padding: 5px;
}

@media (min-width:992px) {
	.categry_list li .products_img a:before {
		content: ' ';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		-webkit-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
		z-index: 1;
	}
}

@media (max-width:991px) {
	.categry_list .products_title a {
		display: block;
		white-space: nowrap;
	}

	.categry_list > ul {
		margin-left: -5px;
		margin-right: -5px;
	}

	.categry_list > ul > li {
		padding: 0 5px 10px 5px;
	}

	.categry_list li > div {
		margin: 0;
	}
}

@media (max-width:767px) {
	.categry_list li:nth-child(2n+1) {
		clear: both;
	}
}

.products_price em {
	font-style: normal;
	color: #000;
	font-weight: 600;
	font-size: 18px
}

.products_grade {
	text-decoration: line-through;
	color: #666;
	margin-right: 5px;
}

@media (max-width:992px) {
	.products_price, .products_grade {
		font-size: 13px;
	}
}

.list_fy {
	text-align: center;
	margin: 50px 0;
}

.list_fy .total em {
	font-style: normal;
	font-weight: 700;
	margin: 0 5px;
}

.list_fy .total, .list_fy .pagination {
	vertical-align: middle;
	margin-right: 10px;
}

.list_fy .pagination li > a {
	color: #636363;
}

.list_fy .pagination li > span, .list_fy .pagination li > a {
	border: none;
	
	padding: 4px 10px;
	margin: 2px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #636363;
}

.pagination > .active > span {
	background-color: #000 !important;

}

.icon_nav {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.join_text {
	font-size: 17px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.icon_nav > li {
	vertical-align: middle;
}

.icon_nav img, .icon_nav svg {
	width: 12px;
	height: 12px;
	fill: #fff;
}

.icon_nav img:hover, .icon_nav svg:hover {
	fill: #b7cdde;
}

.pc_cart_list > ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 110px;
	overflow: inherit;
	overflow-y: auto;
}

.pc_cart_list > ul .lodding {
	position: fixed;
	left: initial;
	right: 0;
	top: 0;
	width: 300px;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 9;
}

.pc_cart_list > ul li {
	padding: 15px 15px 15px 100px;
	position: relative;
}

.pc_cart_list > ul li .img {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 70px;
	height: 70px;
	text-align: center;
}

.pc_cart_list > ul li .title {
	font-size: 1em;
}

.pc_cart_list > ul li .title a {
	display: block;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	font-weight: 700;
	color: #696A6D;
}

.pc_cart_list > ul li .title span {
	display: block;
	color: #696969;
	font-size: 11px;
	font-weight: 400;
}

.pc_cart_list > ul li .cart_td_qty {
	position: relative;
	z-index: 1;
	max-width: 95px;
}

.pc_cart_list > ul li .cart_td_qty i {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px;
	cursor: pointer;
	color: #696969
}

.pc_cart_list > ul li .cart_td_qty i:hover {
	background-color: #D9D9D9;
}

.pc_cart_list > ul li .money {
	display: none;
}

.pc_cart_list > ul li .total {
	display: block;
	text-align: right;
	margin-top: -28px;
	line-height: 28px;
	color: #1a1a1a;
	font-weight: 400;
}

.pc_cart_list > ul li .total label {
	display: none !important;
}

.pc_cart_list > ul li .total strong {
	font-weight: inherit;
	color: #696969;
	font-size: 11px;
}

.pc_cart_list > ul li .remove {
	text-align: right;
	display: none;
}

.pc_cart_list .totalprice {
	font-weight: 400;
	font-size: 14px;
	color: red
}

.cart_model_body .pc_cart_list .pc_cart_foot {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 110px;
	padding: 10px 15px;
	color: #1a1a1a;
}

.pc_cart_list .pc_cart_foot label {
	float: left;
	margin: 0;
	font-size: 14px;
}

.pc_cart_list .pc_cart_foot button {
	text-transform: uppercase;
	color: #fff;
	line-height: 22px;
	padding: 10px 22px;
	width: 200px;
	margin: 15px auto 0 auto;
}

.pc_cart_list .no_list {
	display: none;
}

.pc_cart_list.no_data .no_list {
	display: block;
}

.pc_cart_list.no_data > ul, .pc_cart_list.no_data > .pc_cart_foot {
	display: none;
}

.page_title {
	text-align: center;
	font-size: 20px;
	color: #000;
	margin: 0 0 30px;
}

.page_html, .article_section {
	background-color: #fff;
	overflow: hidden;
	padding: 15px 15px 30px;
}

.order_list_bz {
	width: 100%;
	background: #F1F1F1;
	position: relative;
	margin: 10px 0;
	z-index: 0;
	overflow: hidden;
}

.order_list_bz ul {
	height: 30px;
	overflow: hidden;
	width: 103%;
}

.order_list_bz li {
	float: left;
	width: 33%;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 30px;
}

.order_list_bz li em {
	position: absolute;
	right: -20px;
	top: -8px;
	width: 0;
	height: 0;
	line-height: 0;
	border-width: 23px 0 23px 23px;
	border-color: transparent transparent transparent #fff;
	border-style: dashed dashed dashed solid;
}

.order_list_bz li i {
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
	height: 0;
	line-height: 0;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #F1F1F1;
	border-style: dashed dashed dashed solid;
}

.order_list_bz li.current {
	background: #f60;
	color: #fff;
	z-index: 1;
}

.order_list_bz li.current i {
	border-color: transparent transparent transparent #f60;
}

.order_list_bz li#get_on {
	background-color: #000;
	color: #FFF;
}

.order_list_bz li#get_on i {
	border-color: transparent transparent transparent #000;
}

@media (max-width:400px) {
	.order_list_bz li {
		font-size: 11px;
	}
}

.cart_td_qty {
	overflow: hidden;
	zoom: 1;
	width: 120px;
	border: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.cart_td_qty > i {
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FFF;
	cursor: pointer;
	font-style: normal;
}

.cart_td_qty > i.num_y {
	right: 0;
	border-left: 1px solid #ccc;
}

.cart_td_qty > i.num_n {
	left: 0;
	border-right: 1px solid #ccc;
}

.cart_td_qty input {
	width: 100%;
	border: none;
	text-align: center;
	line-height: 28px;
	display: block;
	outline: 0;
	color: #696969;
	font-size: 12px
}

.pc_currencies {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
}

.pc_currencies > a {
	cursor: pointer;
}

.pc_currencies > a img {
	vertical-align: middle;
	margin-top: -3px;
}

.pc_currencies .dropdown-menu {
	right: 0;
	margin-right: -15px;
	width: 200px;
	left: inherit;
	overflow: auto;
	max-height: 70vh;
	max-height: calc(100vh - 60px);
}

.pc_currencies .dropdown-menu a {
	padding: 3px 5px;
}

body[data-template] .ztb {
	margin-bottom: 0 !important;
}

.left_list_nav {
	border: none;
	background: none;
}

.left_list_nav .list-group-item {
	background: none;
}

.left_list_nav .panel-heading {
	background: none;
	font-weight: bold;
	border-color: #CCC;
	position: relative;
	font-size: 17px;
}

.ul_list_toggle {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 14px;
	background-image: url(../images/down.png);
	background-size: 17px;
	background-position: center;
	background-repeat: no-repeat;
}

.review_cate_head.active .ul_list_toggle {
	background-image: url(../images/up.png);
}

.left_list_nav .list-group {
	font-size: 12px;
	font-weight: 600;
}

.product_window_model .product_window_title {
	font-size: 18px !important;
}

@media (max-width: 991px) {
	.header_top {
		background-color: #002d4f;
		position: relative;
	}
}

.mob_top > li {
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-left: 1px solid #264c69;
	position: static;
}

.mob_top > li .dropdown-menu {
	right: 0;
	margin-top: 0;
	border-radius: 0 0 4px 4px;
	background: #00233e;
}

.mob_top > li .dropdown-menu a {
	color: #b7cdde;
	font-size: 14px;
	text-transform: capitalize;
	padding: 7px 20px;
}

.mob_top li:first-child {
	border-left: none;
}

.mob_top li i, .mob_top li .icon-user {
	color: #fff;
	font-size: 23px;
	display: block;
}

.mob_cart_icon .badge {
	position: absolute;
	top: 10px;
	font-size: 0;
	padding: 7px;
	background-color: #dac08e;
}

.header {
	position: relative;
	width: 100%;
	z-index: 12
}

.header_top {
	z-index: 12
}

.header_top .container {
	z-index: 11
}

.header_top .storeLocator .singleLink {
	
	float: left;
	margin: 0 15px 0 0;

}

.header_top li a {
	line-height: 36px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: capitalize;
}
.header_top li .dropdown-menu li a{
	color: #000;
	line-height: 30px
}
.icon-top-nav {
	display: inline-block;
	width: 20px;
	height: 30px;
	overflow: hidden;
	vertical-align: bottom;
	margin: 0 0 0 5px;
}
.icon-top-nav img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	position: relative;
}
.singleLink .currencies .dropdown-menu {
	position: absolute;
	max-width: 240px;
	right: 0;
}

.currencies ul.dropdown-menu .flag {
	padding: 0;
	overflow: hidden;
	padding: 5px 7px;
}

.currencies ul.dropdown-menu .flag a {
	color: #000;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: Open Sans,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px
}
.h
.signUp {
	position: absolute;
	top: 42px;
	padding: 30px;
	width: 310px;
	background-color: #fff;
	z-index: 5;
	color: #696A6D;
	line-height: 1.5em;
	border-top: 2px solid #D5EEEF;
	display: none;
}

.signLi:hover .signUp {
	display: block;
}

.signLi:hover .trigon {
	display: block;
}

.trigon {
	width: 0;
	height: 0;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #D5EEEF transparent;
	position: absolute;
	top: 0;
	left: 50px;
	display: none
}

.signUp:hover .trigon {
	display: block;
}

.signUp h3 {
	margin: 0 0 10px;
	font-weight: 700;
}

.signUp p {
	color: #696A6D;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 1.5em;
}

.signUp .signPemo {
	color: #696A6D;
	font-size: 10px;
	text-transform: uppercase;
	
	letter-spacing: 1px;
}

.signUp .signPemo strong {
	font-weight: 700
}

.signUp .signInfo .form-email {
	position: relative;
}

.signUp.signInfo .form-email .subscribe_btn {
	position: absolute;
	top: -4px;
	right: -5px
}

#footer .form-email {
	position: relative;
	height: 36px;
	color: #696A6D;
	border: solid #e7e8e7 1px;
	background: #fff;
	padding-right: 30px
}

.form-email input {
	width: 100%;
	height: 34px;
	position: relative;
	background-color: #D5EEEF;
	position: relative;
	color: #696A6D;
	padding-bottom: 10px;
	padding-left: 10px;
	border: none;
	box-shadow: none;
	letter-spacing: 1.5px;
}

#footer .form-email input {
	width: 100%;
	height: 34px;
	position: relative;
	background-color: #fff;
	position: relative;
	color: #696A6D;
	padding-bottom: 10px;
	padding-left: 10px;
	border: none;
	box-shadow: none;
	letter-spacing: 1.5px;
}

.signUp .form-email .btn-primary {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 26px;
	height: 26px;
	background: #62CAE3
}

.signUp .form-email .btn-primary:hover {
	background-color: #FC5B63
}

.form-email .btn-primary {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 26px;
	height: 26px;
	background: #62CAE3
}

#footer footer #column_4 {
	padding-left: 0;
	padding-right: 20px;
}

@media (max-width: 991px) {
	#footer footer #column_4 {
		position: relative;
		right: 0;
		padding-left: 0;
		padding-right: 0
	}
}

.email_sp {
	position: absolute;
	top: 7px;
	right: 6px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
	color: #fff
}

.pc_logo {
	position: relative;
}

.box_h .container {
	margin: 0 auto;
}

.box_h .navigation {
	background: #F2F2F2;
	z-index: 6
}

.box_h .con-navgation {
	background: transparent;
}

.box_h .con-navgation a.nav-con-a {
	display: block;
	height: 80px;
	line-height: 80px;

}

.box_h .con-navgation a.logo_font {
	display: block;
	font-size: 50px;

	color: #62CAE3;
	font-weight: 900;
	line-height: 80px;
	float: left;
	text-transform: uppercase;
}

.box_h .navigation-menu {
	width: 100%;
	justify-content: space-between;
	padding: 0;
	list-style-type: none;
	float: left;
	
}

.box_h .top_nav .con-navgation {
	padding-top: 0;
	height: inherit;
	background: transparent;
}

.top_nav.navFixedTop {
	width: 100%
}

.box_h .navigation-menu li {
	
	padding: 0 15px 0 15px;
	margin: 0;
	display:inline-block;
}

.box_h .navigation-menu li a {
	color: #000;
	padding: 0 0 0;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	height:43px;
	line-height:43px;
	cursor: pointer;
}
.box_h .navigation-menu li a .iconfont{
	font-size:12px
}
.box_h .navigation-menu li a:hover{
	color: #999
}
.header-search1 {
	position: absolute;
	top:0px;
	right: 15px;
	line-height: 100px;
	display: block;
	width: 477px;
	color: #333;
	transform: none !important;
	float: right;
	vertical-align: top;
	z-index: 5;
	height: 80px;
	display: flex;
	align-items: center;
}

.header-search .search_submit .form-control::-webkit-placeholder {
	color: #a2a2a2;
	font-size: 12px;
	text-overflow: ellipsis;
	letter-spacing: 0
}

.header-search .search_submit .form-control::-moz-placeholder {
	color: #a2a2a2;
	font-size: 12px;
	text-overflow: ellipsis;
	letter-spacing: 0
}

@media (max-width: 991px) {
	.header-search {
		width: 100%;
	}
}



.header-search .ovlb {
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	float: right;
}

.header-search label {
	line-height: 54px;
	top: 0;
	left: 15px;
	margin: 0;
	font-size: 11px;
}
.header-search .search_submit{
	width: 100%
}
.header-search1 .form-control {
	line-height: 36px;
	font-size: 14px;
	padding-left: 10px;
	width:calc(100% - 38px);
	border: none;
	background: #fff;
	height: 36px;
	
	font-weight: 400;
	color: #333;
	text-transform: none;
	letter-spacing: 1px;
	position: relative;
	outline: medium none;
	z-index: 1;
	letter-spacing: 1.5px;
	border: solid #e7e8e7 1px;
	border-right: none
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

.form-control {
	border-radius: 0;
}

.header-search1 .wheelBtn {
	position: absolute;
	top:22px;
	right:3px;
	width: 36px;
	height: 36px;
	font-size: 25px;
	color: #333;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	z-index: 5;
	border: none;
	background:url(../svg/ashley-search.svg)no-repeat center;
	background-size: 25px;
	border:1px #e7e8e7 solid;
	border-left: none;
}

.header.fadeInDown .box_h {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
}

.fadeInDown {
	animation-name: fadeInDown;
}

.navFixedTop nav .header-search {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 36px;
}

.fill_block {
	position: relative;
}

.navFixedTop .header-search .search_submit {
	position: relative;
	height: 30px;
	line-height: 30px
}

.navFixedTop .header-search input {
	position: relative;
	bottom: 3px;
	height: 30px;
	line-height: 30px;
	z-index: 6;
	left: 0;
}

.navFixedTop .header-search .wheelBtn {
	position: absolute;
	background-size: 20px 20px;
	background-position: 25px 1px
}

.navFixedTop .container .nav-con-a {
	display: none;
	line-height: 50px;
	height: 50px;
}

.storeLocator .currency_li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.currency_li .header_cart .iconfont {
	display: inline-block;
	width: 20px;
	height: 30px;
	overflow: hidden;
	vertical-align: bottom;
	margin: 0 0 2px 5px;
}

.currency_li .header_cart .iconfont {
	background: url(https://cdn6.bigcommerce.com/s-bvt5ug/product_images/uploaded_images/cart.png) 0 50% no-repeat;
}

.head-hide {
	position: relative;
	top: 0;
	z-index: 12;
	background: #fff;
	width: 100%;
}

.hide-down {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 11;
	float: none;
	min-width: 0;
	overflow: hidden
}

.hide-down .li_list:hover a {
	color:#999;
}

.hide-down .li_list ul ul .category:hover a {
	background-color: #fff
}

.hide-down .category:hover a {
	color: #696A6D;
}

.middle-bar {
	min-width: 100%;
	min-height: 57px;
	line-height: 57px;
	position: relative;
	padding: 0 15px;
}

.middle-bar .mobile-bar-item {
	float: left;
	height: 25px;
	width: 25px;
	z-index: 14;
	margin-right: 35px
}

.middle-bar .mobile-right {
	float: right;
	width: 36px;
	height:57px;
	position: relative;
}

.middle-bar .mobile-right .total_num {
	vertical-align: middle;
	display: inline-block;
	min-width: 17px;
	height: 17px;
	background-color: #f68c2c;
	border-radius: 100%;
	text-align: center;
	line-height: 17px;
	position: absolute;
	right:6px;
	top: 12px;
	color: #fff
}
.middle-bar .mobile-bar-item .hides-sp {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.middle-bar .mobile-right .hides-sp {
	width: 100%;
	height: 100%
}

.hide-wrong {
	display: none
}

.middle-bar .mobile-right .hides-sp img {
	width: 100%;
	height: 90%
}
.middle-bar .mobile-right .icon-f{
	width: 36px;
	max-height: 50px
}
.hide-logo {
	z-index: 8;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2px;
	margin-left: 60px;
	height: 57px;
	width: 175px;
	float: left;
}

.hide-logo img {
	width: 175px;


}
@media(max-width: 479px){
	.hide-logo{
		width: 154px;
		height: 57px;
		margin-left: 35px
	}
}
.hide-logo a {
	height:57px;
	line-height:57px
}

.hide-down {
	display: none
}

.hide-down .li_list {
	padding: 0 10px 0 10px;
	width: 100%;
	position: relative;
	list-style: none
}

.hide-down .li_list #uls_2 {
	margin: 0 -10px
}


.hide-down .li_list:hover #uls_2 a {
	color: #000
}

.hide-down .li_list:hover #uls_3 {
	color: #000
}

.hide-down .li_list #uls_3 .lis_3 {
	padding: 0 15px
}

.hide-down .li_list:hover #uls_3 a {
	color: #000
}

.hide-down .li_list #uls_2 .lis_2 {
	padding: 0 15px;
}


.hide-down .li_list #uls_2 .lis_2:hover a {
	color: #999
}

.hide-down .li_list #uls_2 .lis_2:hover #uls_3 .lis_3 a {
	color: #000
}




.hide-down .li_list #uls_3 .lis_3:hover a {
	
	color: #999 !important
}

.hide-down .li_list #uls_3 {
	margin: 0 -15px;
	z-index: 99
}

.hide-logo .logo_font {
	font-size: 22px;

	font-weight: 700;
	line-height: 30px;
	color: #62CAE3;
	text-transform: uppercase;
	height: 30px
}

.hide-down .li_list a {
	display: block;
	color: #000;
	font-size: 16px;

	font-weight: 700;
	width: 100%;
	line-height: 46px;
	border-bottom: solid 1px #e8e8e8;
	text-transform: capitalize;
}

.hide-down .li_list a .glyphicon-menu-right {
	opacity: 1
}

.hide-down .li_list a .li_more {
	float: right;
	line-height: 46px;
	display: none
}

.hide-down .li_list .li_more {
	position: absolute;
	right: 0;
	line-height: 46px;
	color: #000;
	vertical-align: center;
	margin-right: 20px
}

.hide-down .category {
	display: none
}

.head-hide .header-search {
	height: 36px;
	outline: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 10px;

	position: relative;
	right: 0;
	background-color: #fff;
}

.head-hide .container {
	padding: 10px 0 !important
}

.head-hide .header-search .search_submit {
	position: relative;
}

.head-hide .header-search .form-control {
	width: 100%;
	height: 36px;
	line-height: 15px;
	font-size: 14px;
	background: 0 0;
	position: relative;
	outline: 0;
	box-shadow: none;
	padding-right: 40px;
	border: 1px solid #e7e8e7;
}

.head-hide .header-search .wheelBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38px;
	height: 34px;
	font-size: 25px;
	color: #333;
	display: block;
	cursor: pointer;
	margin: 0;
	z-index: 6;
	border: none;
		background:url(../svg/ashley-search.svg)no-repeat center;
	background-size: 25px;
}


.head-hide.fixOn {
	position: fixed;
	top: 0;
	z-index: 10;
	background: #fff;
	width: 100%;
}

.head-hide.fixOn .navigation {
	margin-top: 0
}

.head-hide.fixOn .navigation-menu li {
	padding-top: 15px
}

.head-hide.fixOn nav {
	padding: 0
}

.header-search input {
	outline: 0
}

.hide-down {
	max-height: 260px;
	overflow: auto;
	max-height: -moz-calc(100vh - 150px);
	max-height: calc(100vh - 150px);
	position: absolute;
	top: 100%;
}

@media (max-width: 991px) {
	.home_custom_design #gallery_4 .play_imglist #modal_gallery_0 {
		margin-top: 110px
	}
}

.hide-down .li_list .l_num {
	display: block;
	color: #000;
	font-size: 13px;
	
	width: 100%;
	line-height: 46px;
	border-bottom: solid 1px #000
}

#footer {
	padding-top: 30px;
	background-color: #fff;
	color: #000;
	min-height: 320px;
	margin-bottom: 0
}

#footer .container-footer {
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
@media (min-width: 992px) {
	#footer .container-footer{
		padding: 0
	}
}
#footer .container {
	margin: 0 auto;
}

#footer .container-footer #column_1 {
	margin-top: 20px
}

#footer .custom h3 {
	font-size: 14px;
	
	line-height: 16px;
	margin: 0 0 20px;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a6a39e;
	width: 100%;
	display: block;
}

#footer * {
	
	letter-spacing: 1px;
	text-transform: capitalize;
}

#footer .custom .ul_list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

#footer .custom .ul_list a {
	font-size: 14px
}

#footer .custom .ul_list .footer_nav_second a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: 20px
}

#footer input {
	color: #333;
	padding-left: 5px;
	padding-bottom: 6px
}

#footer #custom_1 ul {
	list-style: none
}

@media (max-width: 991px) {
	#column_1 .footer_nav_first {
		width: 300px
	}
}

@media (max-width: 991px) {
	#footer .container-footer #column_4 {
		width: 100%;
		position: relative;
		top: initial;
	}
}

@media(max-width: 991px) {
	#footer #column_4 h3 {
		margin-top: 15px
	}
}

@media(max-width: 991px) {
	#column_4 div {
		padding: 0;
	}
}



.footer_nav_first {
	width: 33.33%
}
#footer footer{
	margin-bottom: 20px
}
#footer li {
	margin: 5px 0
}

#footer a {
	
	text-decoration: none;
	cursor: pointer;
}

#footer a:hover {
	color: #000
}

#footer svg {
	fill: #fff;
	height: 34px;
	width: 30px;
	padding: 5px 5px 5px 5px;
	background-color:transparent;
}

#footer .icon_nav li {
	margin-bottom: 10px;
	margin-top: 0
}

#footer #footer-corporate-links {
	letter-spacing: 1px;
	font-size: 11px;
	padding: 20px 0;
	margin: 0 auto;
	background: #363534;
	color: #fff
}

#footer #footer-corporate-links p {
	margin-top: 10px
}

#footer #footer-corporate-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer #footer-corporate-links .first {
	border: none
}

#footer #footer-corporate-links li {
	float: left;
	padding: 0 0 0;
	border-left: solid 1px #fff;
}

#footer #footer-corporate-links li a {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
}

#footer .container p {
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 25px 0 0;

	text-transform: capitalize;
}


.subscribe_btn {
	margin-top: 2px
}

.categry_list .products_bg .products_title {
	word-wrap: break-word;
	
}

.categry_list .products_bg .products_title a {
	
	font-size: 14px;
	color: #000;
	line-height: 18px;
	max-height: 36px;
	text-transform: capitalize;
	font-weight: bold
}


.categry_list .products_img {
	display: block;
	position: relative;
	padding-bottom: 100%;
	box-sizing: border-box;
}

.categry_list .products_img .bttrlazyloading-wrapper {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.categry_list .products_img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.products_prompt {
	display: none
}

.section .mbx_list {
	background: transparent;
	border: none;
	font-size: .9em;
	line-height: 1.5em;
	padding: 0;

	list-style: none;
	margin-bottom: 15px;
}

.section .mbx_list a span {
	font-size: 12px;
	color: #000;

}

.section .homes a span {
	color:#36c;

}

.section .homes a:hover span {
	color: #312E29
}

.section .show_product1 {
	
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	margin: 8px 0 10px;
	text-transform: capitalize;
}

.product_pxs .glyphicon {
	color: #F68C2C
}

.product_pxs {
	color: #36c;
	line-height: 16px;

	font-size: 0.9em;
}

.product_tabs_y #f_price {
	
	font-size: 24px;
	color:#000;
	font-weight: 600
}

.product_tabs_y #product_jgs span {
	color: #000
}

.skulist_item .sku_name {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	padding: 10px 0 0;
	text-transform: uppercase;
	
}

.tb_wholesale tr td {
	border: 1px solid #B0B0B0;
}

#nums_bks .glyphicon, #nums_bks #txt_num {
	border: 2px solid #E0E0E0;
}

.inline_block #sp_stock {
	color: #333;
}

.inline_block {
	color: #666;
}


.product_tab_list .tab_nav .nav-tabs > li.active > a {
	
	; font-size: 20px;
	letter-spacing: 1.5px;
	color: #000;
}

.text-left .btn {
	background-color: #312e29;
	border-color: #312e29;
}

.reviews_list {
	color: #000;
	
}

#tab_content_01 #products_02a {
	color: #000;
	
}

#tab_content_02 .dl-horizontal dd {
	color: #000;

}

.rating-container .rating .filled-stars {
	color: #000;
}


#ddl_sort .btn {
	background: #fff;
	border: solid #cbcbcb 1px;
	border-radius: 0
}

#column_4 .custom:nth-child(2) {
	padding-right: 0
}

.btn-info:active:focus {
	background-color: #465667 !important;
	border-color: #465667 !important;
}

.empty-stars {
	color: #000 !important
}

.rating-container .filled-stars {
	-webkit-text-stroke: 1px #000 !important;
}

@media(max-width: 340px) {
	.middle-bar .mobile-bar-item {
		margin-right: 5px
	}
}

.mobile-left {
	position: absolute;
	top: -1px
}

.cart_list .cart_total > span #totalprice {
	color: #f23021
}

#trackingOrder {
	margin: 20px auto;
}

.header_cart:hover > .pc_cart_list,.header_cart > .pc_cart_list:hover {
	display: block;
}
.user_welcome{
	color: #fff;
	font-size: 18px;
	line-height: 39.3px;
	margin-bottom: 0
}
.ul_li li{
	padding: 0 10px 0 10px;
	width: 100%;
	position: relative;
	list-style: none;
}
.ul_li li a{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	line-height: 46px;
	
	text-transform: capitalize;
}
.ul_li li a:hover{
	color: #999
}
@media (max-width: 991px) {
	.header-search2 {
		width: 100%;
		padding: 0 10px
	}
}


.header-search2 .ovlb {
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	float: right;
}

.header-search2 label {
	line-height: 54px;
	top: 0;
	left: 15px;
	margin: 0;
	font-size: 11px;
}

.header-search2 .form-control {
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	width: 85%;
	border: none;
	background:#FAFAFA;
	height: 30px;
	font-weight: 400;
	color: #333;
	text-transform: none;
	letter-spacing: 1px;
	position: relative;
	outline: medium none;
	z-index: 1;
	letter-spacing: 1.5px
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

.form-control {
	border-radius: 0;
}

.header-search2 .wheelBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height:30px;
	font-size: 14px;
	color: #333;
	
	cursor: pointer;
	margin: 0;
	z-index: 5;
	border: none;
	background: #FAFAFA
	}
.middle-bar	.currencies .dropdown-menu{
	max-width: 100px;
	}

.black{
	width: 100%;
	background-color: #fff
}

.footer_socialaccount {
	position:relative;
	right: 0;
	top: 0;
	padding:30px 0 22px;
	background-color: #fff;
	border-bottom: 1px solid #919090
}
#footer .footer_socialaccount h4{
	float: left;
	line-height:50px ;
	font-weight: 700;
	font-size: 18px;
	color: #363534;
	font-family: 'Roboto Condensed',sans-serif;
	letter-spacing: 0.9px
}




@media (max-width: 767px) {
	.footer_socialaccount{
		width: 100%
	}
}
.footer_socialaccount .subscribe{
	float: right;
	display: flex;
	background-color: #fff;
	height:35px;
	border:1px solid #e8e8e8
}
.footer_socialaccount .subscribe .form-control{
	border:transparent 1px solid;
	color: #787878 !important;
	height: 33px;
	line-height:35px;

	box-shadow: none;
	width: 434px
}
.footer_socialaccount .subscribe .btn{
	background-color: #F68C2C;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding: 6.5px 22px;
	border-color: #F68C2C;
	border-radius: 0px
}
.footer_socialaccount .subscribe .btn:hover{
	background-color: #fac08b;
	border-color: #fac08b
}
.footer_socialaccount .subscribe .subname{
	border-right: 1px solid #cfcfcf
}
.foot_slogan {
	background-color: #F8F8F8;
	width: 190px;
	height: 190px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	color: #898989;
}

.foot_slogan .slogan_html {
	margin: 33px 25px 0 25px;
}
.icon_nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-right: 12px;
    margin-top: 8px;
}
#footer .footer_socialaccount h4 {
    float: right;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color:#363534;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.9px;
    margin-bottom: 10px;
    margin-top: 0
}
#footer .icon_nav{
	margin-top: 59px
}
#footer .icon_nav a {
    display: block;
    width:34px;
    height: 34px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #363534;
}
@media(max-width: 1280px){
	#footer .footer_socialaccount h4{
		float: none
	}
	#footer .icon_nav{
		margin-top:59px
	}
	.footer_socialaccount .subscribe{
		float: none;
	}
}
#footer .footer_contact{
	margin-top: 20px;
}
#footer .footer_contact h4{
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-top: 20px
}
#footer .footer_contact ul{
	margin-top: 15px
}
#footer .footer_contact ul li{
	margin: 5px 0
}
@media(max-width: 991px){
	#footer .icon_nav{
		margin-top:9px
	}
	#footer .footer_socialaccount{
		text-align: center;
	}
	.footer_socialaccount .subscribe{
		float: none !important
	}
	.footer_socialaccount .subscribe .form-control{
		width: 100%
	}
}
@media(max-width: 480px){
	.footer_socialaccount .subscribe{
		display: block;
		margin-bottom: 50px
	}
	.footer_socialaccount .subscribe .btn{
		margin-top: 20px
	}
}
.products_bg .hide{
	display: inline-block !important;
	font-size: 15px;
	font-weight: 600
}
.products_price i.hide{
	display: none !important;
}
.btn-default{
	color: #000 !important
}
.guoqi .selcurrenct span{
	font-size: 0;
	position: relative;
}

div.testimonials_modal p{ font-size: 14px; font-weight: 500; }