@charset "utf-8";

html {
	-webkit-text-size-adjust: none;
}

body {
	line-height: 1.5;
	color: #4d4d4d;
	font-family: "Roboto",sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}


textarea.form-control {
	border-radius: 0;
	height: 125px;
}

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;
}

.container {
	position: relative;
}

.visible_md_block {
	display: none;
}

.breadcrumb > li {
	max-width: 100%;
	font-size: 12px;
}

.btn-default {
	border-color: #111;
}

.nav-tabs>li>a {
	border-radius: 0;
}

.selcurrenct span.caret {
	margin-bottom: 1px;
}

.btn-link {
	color: #535555;
}

.btn-primary, .btn-info {
	background-color: #ff5f00;
	border-color: #ff5f00;
}

.btn-primary:hover, .btn-info:hover, .btn-primary:active, .btn-info:active, .btn-primary:focus, .btn-info:focus {
	border-color: #ff6f19;
	background-color: #ff6f19;
}

.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: #111;
	border-color: #111;
}

.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 {
	border-color: #a34400;
	background-color: #d65900;
}

.btn-primary.disabled, .btn-info.disabled, .btn_ajax {
	background-color: #666 !important;
	border-color: #666 !important;
}

.btn_ajax {
	position: relative;
	color: #666 !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: #fff;
	background-color: #dedede;
}

.section {
	position: relative;
	min-height: 30vh;
}


.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;
}

a {
	color: #111;
}

a[href], a[onclick], a[data-toggle] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
	color: #ff5f00;
}

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 {
	display: none;
	position: absolute;
	z-index: 2;
	padding-bottom: 50px;
	left: 0;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	width: 65px;
	text-align: center;
}

.nav_left > a {
	cursor: pointer;
	height: 50px;
	display: block;
}

.mob_logo {
	height: 50px;
	line-height: 50px;
	margin: 0 100px;
	text-align: center;
}

.mob_logo img {
	max-height: 50px;
}

.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);
}

.nav_right {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 15px;
	z-index: 2;
	font-size: 0;
}

.nav_right li {
	position: relative;
	height: 50px;
	width: 40px;
	text-align: center;
}

.nav_right li .total_num {
	position: absolute;
	bottom: 50%;
	background-color: #dac08e;
	font-size: 0;
	display: block;
	width: 10px;
	height: 10px;
	left: 50%;
	margin-left: 8px;
	margin-bottom: 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.nav_right li .total_num[data-num='0'] {
	display: none;
}

.nav_right li[data-toggle='modal'] {
	cursor: pointer;
}

@media (max-width:767px) {
	.nav_right {
		right: 10px;
	}

}

.header_section {
	position: relative;
}


.user_area > a {
	color: #555559;
	font-weight: 700;
}

.countries {
	font-size: 0;
}
.countries > span {
	font-size: 12px;
	vertical-align: middle;
}
.user_account ul.dropdown-menu, .currency_li ul.dropdown-menu {
	margin-top: 0;
	left: initial;
	right: 0;
}

.currencies .countries > span {
	vertical-align: middle;
}

.currencies .countries > img {
	margin-right: 3px;
}

.header_cart {
	position: relative;
}

.header_cart > a {
	color: inherit;
	display: block;
	position: relative;
	font-size: 0;
}
.header_cart > a > .total_num {
	font-size: 12px;
	vertical-align: middle;
	padding: 3px 5px;
	position: absolute;
	top: -7px;
	right: -15px;
	background-color: #ff5f00;
	border: 2px solid #dedede;
}
.header_cart .icon_bag img {
	width: 28px;
	height: 26px;
}
.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 {
	border: 1px solid #e1e1e1;
}

.header_cart .pc_cart_list .pc_cart_list_ul {
	padding: 10px;
	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: 44px;
	overflow: hidden;
	margin-bottom: 5px;
}

.header_cart .pc_cart_list .title span {
	background: #111;
	color: #fff;
}

.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 {
	letter-spacing: .5px;
	padding: 5px 10px;
	font-size: 14px;
	margin-top: 10px;
}

.pc_cart_list.no_data .pc_cart_list_ul, .pc_cart_list.no_data .pc_cart_foot {
	display: none;
}

.pc_search.search_submit {
	padding-right: 46px;
}

.pc_search.search_submit input {
	height: 46px;
	border: none;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 5px 0 0 5px;
	color: #575757;
}

.pc_search.search_submit .form_submit {
	width: 46px;
	height: 46px;
	line-height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	border-radius: 0 5px 5px 0;
    font-weight: 700;
}


.search_part.active .pc_search.search_submit {
	visibility: visible;
	opacity: 1;
}


.search_submit {
	position: relative;
}

.logo {
	width: 150px;
	line-height: 65px;
	max-width: 175px;
	overflow: hidden;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.logo a {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.logo img {
	max-height: 65px;
}

.logo .logo_font {
	line-height: 35px;
	font-size: 26px;
	vertical-align: middle;
	text-decoration: none
}

@media (max-width:992px) {
	.logo {
		margin-left: 70px;
		margin-right: 70px;
		text-align: center;
		float: none !important;
		width: auto;
		max-width: none;
		display: block;
	}
	.nav_left, .nav_right {
		display: block;
	}

	.nav_top {
		display: none;
	}

}

.nav_top {
	position: relative;
	z-index: 2;
	color: #111;
}
.nav_top {
    transition: -webkit-transform 0.2s cubic-bezier(0.3, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.3, 0, 0, 1);
    transition: transform 0.2s cubic-bezier(0.3, 0, 0, 1),-webkit-transform 0.2s cubic-bezier(0.3, 0, 0, 1);
}
.toggle_menu {
	width: 22px;
	height: 22px;
	/*transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;*/
    position: absolute;
    left: -50px;
    top: 50%;
    display: none;
    margin-top: -11px;
    cursor: pointer;
}
.toggle_menu.on {
	display: block;
}
.toggle_menu > span {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #555559;
	margin-top: 8px;
}
.toggle_menu > span:before,.toggle_menu > span:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background-color: #555559;
	position: absolute;
	transform-origin: 0;
   	transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.toggle_menu > span:before {
	margin-top: -8px;
}
.toggle_menu > span:after {
	margin-top: 8px;
}
.toggle_menu.toggle_open > span {
	background-color: transparent;
}
.toggle_menu.toggle_open > span:before {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle_menu.toggle_open > span:after {
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav_top.active .nav_header {
	margin-left: 50px;
}
.nav_top.active .nav_top_model {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    z-index: -9;
    visibility: hidden;
}
.nav_top.active .nav_top_model.site-header-sticky-open {
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static;
    visibility: visible;
}
.nav_header {
	position: relative;
	margin-right: 150px;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 5px;
}
.nav_top .search_part {
	display: inline-block;
	width: calc(100% - 215px);
}
.nav_header_right {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: -150px;
}
.nav_header_right > li {
	position: relative;
	vertical-align: middle;
	font-size: 14px;
}


.nav_first {
	margin: 0 auto;
	font-size: 0;
	margin-left: -15px;
}

.nav_first > li {
	padding: 0 15px;
	line-height: 55px;
	vertical-align: middle;
	position: relative;
}

.nav_first > li > a {
	text-transform: uppercase;
	line-height: 35px;
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #555559;
}

.nav_list > a {
	display: block;
	border-bottom: 1px solid transparent;
	letter-spacing: 0.875px;
	font-size: 14px;
	font-weight: 400;
}

.nav_children_wrap {
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	line-height: 22px;
	z-index: 10;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-moz-box-shadow: 1px 1px 10px #888;
	-webkit-box-shadow: 1px 1px 10px #888;
	box-shadow: 1px 1px 10px #888;
}
.nav_first > li.nav_list:hover .nav_children_wrap {
	visibility: visible;
	opacity: 1;
}
.nav_first > li.nav_list:hover > a {
	opacity: .8;
}
.nav_second {
	min-width: 200px;
	padding: 10px 0;
}
.nav_second_list {
	position: relative;
	padding: 4px 5px;
}
.nav_second_list > a,.nav_third_list > a {
	font-size: 16px;
	display: block;
	padding: 0 5px;
	color: #4d4d4d;
}
.nav_second_list > a:hover,.nav_third_list > a:hover {
	color: #ff5f00;
} 
.nav_third {
	position: absolute;
	left: 100%;
	top: -10px;
	min-width: 150px;
	display: none;
	padding: 5px;
	background-color: #fff;
}
.nav_third_list {
	padding: 4px 0;
}
.nav_second_list:hover > .nav_third {
	display: block;
}
.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;
}

.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: -19px;
	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 {
	padding: 52px 0 50PX;
	margin-top: 20px;
	background-color: #555559;
	border-top: 1px solid #939598;
	color: #fff;
}
@media (max-width:767px) {
	.footer_a_nav {
		text-align: center;
	}

}
.footer_a {
	font-size: 15px;
}
.footer_nav_tt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	color: #fff !important;
}

.footer_nav_sub a {
	margin-bottom: 4px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	transition: color 0.1s ease;
}

.footer_nav_sub a:hover {
	color: #e6e6e6;
}

.subscribe_form {
	position: relative;
	max-width: 350px;
	margin: auto;
}
.subscribe_ip {
	padding-right: 55px;
}
.email_ip {
	height: 35px;
	border-radius: 3px;
	border: 1px solid #fff;
	background-color: transparent;
	padding-left: 15px;
	box-shadow: none !important;
	outline: 0;
	color: #9B9DA0;
	border-radius: 3px;
}

.subscribe_btn button {
	width: auto;
	height: 100%;
	padding: 0 15px;
	border-radius: 3px;
}

.subscribe_btn {
	width: 50px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 12px;
}

@media (max-width:767px) {
	.footer_a .list-inline > li {
		width: 100%;
		text-align: center;
	}

	.footer_a .list-inline > li ul ul {
		list-style: none;
	}

	.footer_a .list-inline > li ul ul li {
		margin: 0;
	}

}

.copyright {
	font-size: 11px;
	margin-top: 70px;
}

.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;
}

.social_account  li svg {
	width: 13px;
	height: 13px;
	fill: #fff;
}

.mbx_list .breadcrumb {
	margin: 5px 0;
	background: none;
	padding-left: 0;
	border-radius: 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;
}

.products_prompt {
	position: absolute;
	right: 10px !important;
	top: 0px !important;
	left: initial !important;
	background: #de0101 !important;
	color: #fff !important;
	text-align: center !important;
	z-index: 3;
	padding: 7px !important;
	font-weight: 700;
	transform: none !important;
}

.products_prompt span {
	font-size: 11px;
}

.categry_list li {
	position: relative;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
	min-height: 200px;
	display: block;
}

.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: 7px;
}

.products_title a {
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	overflow: hidden;
	color: #4d4d4d;
	font-size: 16px;
}
.products_title a:hover {
	color: #ff5f00;
}
.categry_list .products_bg {
	margin-top: 10px;
}

.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: #de0101;
	font-size: 22px;
}


.products_grade, .products_price {
	font-size: 13px;
	line-height: 17px;
	margin-right: 5px;
	color: #4d4d4d;
}
.products_grade {
	font-weight: 400;
	display: block;
	opacity: .6;
	margin-bottom: 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: #000;
}

.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: #111;
}

.pagination > .active > span {
	background-color: #000 !important;
}

.icon_nav {
	vertical-align: middle;
	margin-left: 0;
	font-size: 0;
	text-align: center;
}
@media(min-width: 992px) {
	.icon_nav {
		text-align: right;
	}
}
.mgtop8 {
	margin-top: 8px;
}
.icon_nav > li {
	font-size: 0;
	vertical-align: middle;
	padding: 5px;
	margin: 5px 5px 5px 0;
}


.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;
}

.pc_cart_list > ul li .title span {
	display: block;
	color: #1a1a1a;
	font-size: 0.93333em;
	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: 25px;
	line-height: 25px;
	text-align: center;
	width: 28px;
	cursor: pointer;
}

.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;
}

.pc_cart_list > ul li .remove {
	text-align: right;
	display: none;
}

.pc_cart_list .totalprice {
	font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
}

.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 {
	margin: 0;
	font-size: 14px;
}
.cart_model_body .pc_cart_list .pc_cart_foot > div {
	margin-bottom: 10px;
}
.pc_cart_list .pc_cart_foot button {
	text-transform: uppercase;
	color: #fff;
	line-height: 22px;
	padding: 10px 22px;
	width: 200px;
	margin: auto;
	margin-bottom: 10px;
}

.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: 80px;
	border: 1px solid #ccc;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.cart_td_qty > i {
	display: block;
	position: absolute;
	top: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	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;
	height: 25px;
	display: block;
	outline: 0;
	padding: 0 25px;
}

.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-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;
}

div.testimonials_modal p{ font-size: 14px; font-weight: 500; }