@charset "utf-8";

@font-face { font-family: "FontAwesome"; font-style: normal; font-weight: normal; src: url("../font/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); }

html {
	-webkit-text-size-adjust: none;
}

body {
	background-color:#fff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto";	
	line-height: 1.5;
	 
	color: #696969
}

a {
	text-decoration: none;
	font-family:"Roboto"
}

input {
	font-family:"Roboto"
}

textarea.form-control {
	border-radius: 0;
	height: 125px;
	resize: none;
}

h1, .h1 {
	font-size: 1.66667em
.breadcrumb > li:last-child a {
	color: #002d4f;
}

.btn-default {
	border-color: #111;
}

.nav-tabs>li>a {
	border-radius: 0;
}

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: 992px){
	.container {
		width:980px
	}
}
@media (min-width: 1240px) {
	.container {
		width: 1200px !important
	}
}

.visible_md_block {
	display: none;
}

.breadcrumb > li {
	max-width: 100%;
	font-size: 12px;
}


}

.selcurrenct span.caret {
	margin-bottom: 3px;
}

.btn-link {
	color: #535555;
}

.btn-primary, .btn-info {
	background-color: #141414;
	border-color: #141414;
	border-radius: 0;
}

.btn-primary:hover, .btn-info:hover, .btn-primary:active, .btn-info:active, .btn-primary:focus, .btn-info:focus {
	background-color: #e95144;
	border-color: #e95144;
}

.btn-primary.disabled, .btn-info.disabled, .btn_ajax {
	background-color: #e95144 !important;
	border-color: #e95144 !important;
}

.btn_ajax {
	position: relative;
	color: #e95144 !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%
}

@-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: 18px;
	line-height: 1.3333333;
}

.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: #141414;
	border-color: #141414;
}

.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: #e95144;
	border-color: #e95144;
	opacity: .7
}

a {
	color: #000;
}

a[href], a[onclick], a[data-toggle] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
	color: #000;
}

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: #fff;
	height: 44px;
	padding: 6px 0;
}

.header_top .user_area a {
	font-size: 12px;
}

.header_top .sign_reg, .header_top .sign_reg a, .header_top .selcurrenct, .header_top .my_order {
	color: #696A6D;
}

.header_top .sign_reg a:hover, .header_top .selcurrenct:hover, .header_top .my_order:hover {
	color: #141414;
}

.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: #000;
	display: block;
	font-size: 12px;
	line-height:45px
}

.header_cart a .icon{
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../svg/bag.svg)no-repeat center;
	background-size: 20px;
	position: relative;
	top: 9px;
	left: 3px
}
.header_cart > a:hover .shop_txt{
	border-bottom: 1px solid #000000;
}
.header_cart > a .icon-bag {
	color: #db1554;
	font-size: 20px;
	vertical-align: middle;
}

.header_cart .total_num {
	color: #000;
	background: #ffe5e5;
	padding: 4px 8px;
	margin-left: 6px;
	border-radius: 100%
}

.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;
	font-size: 12px;
	color: #191919;
	font-family: Roboto;
	text-transform: capitalize
}

.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 .money.total {
	text-align: right;
}

.pc_cart_total {
	text-align: left;
	background-color: #00233e;
	letter-spacing: .5px;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

.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%
}
.more:last-child .nav_second .nav_third li:hover a::after{
	content: " ";
width: 10px;
height: 1px;
position: absolute;
top: 50%;
background: #9b9696;
}
.more:last-child .nav_second .nav_third li:hover a::before{
	background: transparent;
}
.more:last-child .nav_second .nav_third li:hover a span{
	transform:translateX(-7px);
}
.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%;
	border-bottom: 1px solid #c2d3e0;
}

.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: #9b9696
}

.box_h .navigation-menu .nav_second .nav_second_list:hover .nav_third {
	display: block;
}

.box_h .navigation-menu > li {
	position: relative;

}

.box_h .navigation-menu > li:hover > .nav_second {
	display: block;

}


.box_h .navigation-menu .nav_third_list a:hover {
	border-bottom: none
}

.nav_first > li.nav_list:hover>a {
	background-color: #fff;
	color: #9b9696;
}
.box_h .navigation-menu li .nav_second .nav_second_list .nav_third_list a{
	color: #141414
}
.box_h .navigation-menu li .nav_second .nav_second_list .nav_third_list a:hover{
	color: #9b9696;
}
.box_h .navigation-menu li .nav_second .nav_second_list a {
	color: #000;
	height: 36px;
	line-height: 36px
}

.nav_second_list > a {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;

	padding: 0 0 8px;
	margin-bottom: 7px;
	display: block;
transition:all .5s;

	position: relative;
}

.nav_third {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff;
	
	z-index: 11;
}

.nav_third_list > a {
	font-size: 12px;
	color: #000000;

	position: relative;
}

.box_h .navigation-menu .nav_third_list {
	padding: 0 20px;
		border-bottom: 1px solid #c2d3e0;
}
.box_h .navigation-menu .nav_third_list a{

	line-height: 36px
}
.nav_third li a span{
	display: inline-block;
		transition:all .3s;
}
.nav_third li:hover a::before{
	content: " ";
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #9b9696;

}
.nav_third li:hover a span{
	transform:translateX(15px);
}
.nav_third_list:hover > a {
	color:#9b9696;
	text-decoration: underline;
}

 .my_account {
	position: relative;
	font-size: 12px
}

.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: 25px;

	font-weight: 700;
	width: 85%;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px
}

.footer_nav_second {
	margin-top: 15px;
}

.footer_nav_second a {
	color: #969696;
	font-size: 13px;
}

.footer_nav_second a:hover {
	color: #fff;
	border-bottom: 1px #fff solid;
}

.subscribe_tt {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 1.5;
}

.subscribe_ip {
	
	display: inline-block;
}

.subscribe_ip input {
	width: 100%;
	height: auto;
	padding-top: 8px;
	line-height: 1.25;
	font-size: 12px;
	color: #b7cdde;
	background: #002948;
	border: 1px solid #103e60;
	outline: 0 !important;
	box-shadow: none;
}

.subscribe_btn .btn {
	text-align: left;
	font-size: 13px;
	width: 100%;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;

	color: #fff;
	border-color: transparent;
}

.subscribe_btn .btn:hover {
	background-color: #fff;
	color: #141414
}

.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 {
	
	padding: 2px 0;

}

.mbx_list .breadcrumb {
	margin-bottom: 0;
	background: none;
	padding-left:0;
	border-radius: 0;
	font-size: 0;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 0
}

.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: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.products_title a {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	max-height: 40px
}

.products_title a:hover {
	color: #000;
}

.categry_list .products_bg {
	margin: 10px 15px 10px;
	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;
	font-weight: 700;
	font-size: 13px;
	color: #000
}

.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;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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: #141414 !important;
}

.icon_nav {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin-bottom: 10px
}

.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-size: 12px;
	color: #191919;
	font-family: Roboto;
	text-transform: capitalize
}

.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: 700;
	color: #000;
	font-size: 12px;
}

.pc_cart_list > ul li .remove {
	text-align: right;
	display: block;
}

.pc_cart_list .totalprice {
	font-weight: 700;
	font-size: 16px;
	color: #000
}

.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: #000;
	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 20px 0 0;
}
.header_top .storeLocator .sing_last{
	margin-right:0
}
.header_top li a {
	line-height: 30px;
	color: #141414;
	letter-spacing: 0.22px;
	font-size: 12px;

}

.header_top li a:hover {
	color: #141414
}
.header_top .phone{
	opacity: 0.7
}
.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;
}

.currencies ul.dropdown-menu {
	position: absolute;
	max-width: 30px;
	right: 0;
}

.currencies ul.dropdown-menu .flag {
	padding: 0;
	overflow: hidden;
	padding: 4px 7px;
}

.currencies ul.dropdown-menu .flag a {
	color: #696A6D;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.currencies ul.dropdown-menu .flag a:hover {
	color: #141414
}

.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
}
.subscribe_btn{
	display: inline-block;
	position: relative;
}
#footer .form-email {
	position: relative;

	color: #696A6D;
	margin-bottom: 20px
}

#footer .form-email input {
	width: 300px;
	height: 34px;
	position: relative;
	background-color:#141414;
	position: relative;
	color: #969696;
	padding-bottom: 10px;
	padding-left: 10px;
	border: none;
	box-shadow: none;
	letter-spacing: 1.5px;
	border: 1px solid #3b3b3b
}

.signUp .form-email .btn-primary {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 26px;
	height: 26px;
	background-color:#3B3B3B;
}

.signUp .form-email .btn-primary:hover {
	background-color: #141414
}

.form-email .btn-primary {
	line-height: 34px;
	width: auto;
	height: 36px;
	background-color:#3B3B3B;
	padding:0 25px;
	text-transform: uppercase;
	border-radius: 0
}

#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;
	height: inherit;
	display: flex;
	align-items: center;
}

.box_h .container {
	margin: 0 auto;
}

.box_h .navigation {
	background: #000000;
	z-index: 6
}

.box_h .con-navgation {
	background: transparent;
}

.box_h .pc_logo .nav-con-a {
	display: block;
	font-size: 46px
}

.box_h .con-navgation a.logo_font {
	display: block;
	font-size: 50px;

	color: #000;
	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;
	margin-left: -20px
}

.box_h .top_nav .con-navgation {
	padding-top: 0;
	height: inherit;
	background: transparent;
}

.top_nav.navFixedTop {
	width: 100%
}

.box_h .navigation-menu li {
	float: left;
	padding: 0 20px;
	margin: 0;
	display: block;
}

.box_h .navigation-menu li a {
	color: #fff;
	padding: 0 0 0;
	margin: 0;

	font-size: 14px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}

.header-search1 {
	position: relative;
	
	display: block;
	width:180px;
	color: #333;
	transform: none !important;
	float: right;
	vertical-align: top;
	z-index: 5;

}

.header-search .search_submit .form-control::-webkit-placeholder {
	color: #a2a2a2;
	
	text-overflow: ellipsis;
	letter-spacing: 0
}

.header-search .search_submit .form-control::-moz-placeholder {
	color: #a2a2a2;
	
	text-overflow: ellipsis;
	letter-spacing: 0
}

@media (max-width: 991px) {
	.header-search {
		width: 100%;
	}
}

.header-search {
	border: solid #e7e8e7 1px;
}

.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 .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-search .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
	}
.fa-search::before {
    content: "\f002";
}
 .wheelBtn .fa{
	display: inline-block;
	font-family:FontAwesome;
}
.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: #696969;
}

.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: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 15px;
}

.middle-bar .mobile-bar-item {
	float: left;
	height: 25px;
	width: 25px;
	z-index: 14;
	margin-right: 15px
}

.middle-bar .mobile-right {
	float: right;
}

.middle-bar .mobile-bar-item .hides-sp {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.middle-bar .mobile-right .hides-sp {
	width: 100%;
	height: 100%;
	position: relative;
}
.middle-bar .mobile-right .selcurrenct {
	padding-left: 10px
}
.hide-wrong {
	display: none
}

.middle-bar .mobile-right .hides-sp img {
	width: 100%;
	height: 100%;
	position: relative;
	top: -2px
}

.hide-logo {
	z-index: 8;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2px;
	margin: 0 90px
}

.hide-logo img {
	width: 160px;
	
}


.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 {
	background-color: #fff
}

.hide-down .li_list:hover #uls_2 a {
	color: #000
}

.hide-down .li_list:hover #uls_3 {
	background-color: #fff
}

.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: #696969
}

.hide-down .li_list #uls_2 .lis_2:hover #uls_3 .lis_3 a {
	color: #000
}

.hide-down .li_list #uls_2 .lis_2:hover #uls-3 {
	background-color: #FFF;
}


.hide-down .li_list #uls_3 .lis_3:hover a {

	color: #696969 !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:50px;
	color: #000;
	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 #696A6D;
	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: #696A6D;
	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;
	border: solid #e7e8e7 1px;
	position: relative;
	right: 0;
	background-color: #fff;
}

.head-hide .container {
	padding: 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
}

.head-hide .header-search .wheelBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38px;
	height: 34px;
	font-size: 14px;
	color: #333;
	display: block;
	cursor: pointer;
	margin: 0;
	z-index: 6;
	border: none;
	background: #fff 
}

.header-search .wheelBtn:hover {
	background-color: #FAFAFA
}

.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 nav{
	padding:15px 0;
}
.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: #696A6D;
	font-size: 13px;

	width: 100%;
	line-height: 46px;
	border-bottom: solid 1px #696A6D;
}

#footer {
	padding-top: 30px;
	background-color:#141414;

	padding-bottom: 20px;
	margin-bottom: 0
}

#footer .container-footer {
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

#footer .container {
	margin: 0 auto;
}


#footer .container-footer #column_4 {
	position: absolute;
	right: 0;
	top: 0;
	
}

#footer .custom h3 {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin: 0 0 10px;
	line-height: 25px;
	padding-bottom:5px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	color: #fff
}

@media (min-width: 768px) {
	#footer .custom .ul_list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
	
}

@media(max-width: 767px){
	.custom-h{
		padding: 0 30px
	}
	.content-asset{
		padding:0 30px;
	}
}

#footer .custom .ul_list .footer_nav_second a {
	font-size: 12px
}

#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;
	}
}

@media (max-width: 991px) {
	#footer .container {
		padding-left: 10px;
	}
}

.footer_nav_first {
	width: 33.33%
}

#footer li {
	margin: 10px 0
}

#footer a {
	
	text-decoration: none;
	cursor: pointer;
}

#footer svg {
	fill:#141414;
	height: 36px;
	width: 36px;
	padding:10px;
	background-color: #fff;
	border-radius: 100%
}

#footer .icon_nav a:hover svg {
	background-color: #141414;
	fill: #fff;
	border:1px solid #fff;
}

#footer .icon_nav li {
	margin-bottom: 10px;
	margin-top: 0
}

#footer #footer-corporate-links {
	letter-spacing: 1px;
	font-size: 11px;
	padding-top: 20px;
	margin: 0 auto;
}

#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;
}

#footer #footer-corporate-links .content-asset {
	padding-left: 0;
	color: #969696;
}

.subscribe_btn {
	margin-top: 2px
}

.categry_list .products_bg .products_title {
	word-wrap: break-word;
	
}

.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;
	letter-spacing: 1px;
	list-style: none;
	margin-bottom: 15px;
}

.section .mbx_list a span {
	font-size: 12px;
	color:#848484;

}
.section .mbx_list a:hover span{
	border-bottom: 1px solid #848484
}

.section .show_product1 {
	color: #000;
	font-size: 24px;
	line-height:30px;
	font-weight: 700;
	margin: 8px 0 10px;

}

.product_pxs .glyphicon {
	color: #141414
}

.product_pxs {
	color: #2d2d2d;
	line-height: 16px;

	font-size: 0.9em;
}

.product_tabs_y #f_price {

	font-size: 19.2px;
	color: #2d2d2d
}

.product_tabs_y #product_jgs span {
	color: #2d2d2d
}

.skulist_item .sku_name {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #333;
	padding: 10px 0 0;
	text-transform: uppercase;

}


.tb_wholesale tr td {
	border: 1px solid #B0B0B0;
}

.inline_block #sp_stock {
	color: #333;
}

.inline_block {
	color: #666;
}


.product_tab_list .tab_nav .nav-tabs > li.active > a {
	font-weight: 700;
	font-size: 12px;
	letter-spacing:0.6px;
	color: #000;
}

.text-left .btn {
	background-color: #312e29;
	border-color: #312e29;
}

.reviews_list {
	color: #141414;
	
}

#tab_content_01 #products_02a {
	color: #141414;

}

#tab_content_02 .dl-horizontal dd {
	color: #141414;
	
}

.rating-container .rating .filled-stars {
	color: #000;
}

.container .categry_a .select-box .form-control {
	border-color: #E0E0E0;
	border-width: 2px
}


#ddl_sort .btn {
	background: #fff;
	border: solid #cbcbcb 1px;
	border-radius: 0
}

#column_4 .custom:nth-child(2) {
	padding-right: 0
}

.empty-stars {
	color: #000 !important
}

.rating-container .filled-stars {
	-webkit-text-stroke:0px #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;
}
.header_bottom .pc_right{
	text-align: right;
	margin-top: 17px
}
.header_bottom .pc_right .currency_li{
	padding-right: 15px
}
.header_bottom .pc_right .user_account .dropdown-menu{
	position: absolute;
	right: 0;
	max-width: 150px;
	left: inherit;

}
.header_bottom .pc_right .user_account .dropdown-menu li{
	padding-bottom: 5px
}
.pc{
	height: 90px
}

.pc_right p{
	letter-spacing: 0.55px;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-family: "Times New Roman";
	margin:0;
}
.box_h{
	padding-top: 10px
}
.pc_right ul li{
	line-height: 45px
}
.hides-sp .tot{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 0;
	background:#F02121;
	position: absolute;
	border-radius: 100%;
	top: -4px;
	right: 1px
}
.hides-sp .tot[data-num='0']{
	display: none;
}
.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;
}
@media (min-width: 992px) and (max-width: 1239px){
	#footer .form-email input{
		width: 245px
	}
}
@media(max-width: 450px){
	#footer .form-email input{
		width: 100%;
		margin-bottom: 10px;
	
	}
}
#footer-corporate-links{
	background: #141414;
	margin-bottom: 0;
	padding-bottom:20px;
	font-size: 14px
}
.filter_right label{
	color: #3c3c3c
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background: #e95144;
	border-color: #e95144
}

div.testimonials_modal p{ font-size: 14px; font-weight: 500; }
.contact {
    letter-spacing: 1px;
    font-family: -webkit-pictograph;
    font-weight: 600;
    color: #000;
}
.contant_s{
	font-size: 13px;
    text-transform: capitalize;
    font-family: none;
      margin-right: 60px;
}
.contant_a {
    font-size: 23px;
      text-transform: uppercase;
}
.contant_p{
	font-size: 13px;
    text-transform: none;
    font-family: none;
}



@media screen and (min-width: 1699px) {
  .contant_a {
    font-size:23px;
  }
  .contant_s,.contant_p {
    font-size:15px;
        margin-right: 13px;
  }
  
}



@media (min-width: 992px) and (max-width: 1240px) {
    .contant_a {
    font-size:21px;
  }
  .contant_s,.contant_p {
   display: block;
    font-size: 16px;
  }
} 

