﻿@charset "utf-8";

html {
	-webkit-text-size-adjust: none;
}
body {
    font-family: lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    letter-spacing: .05em;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 700;
	color: #1a1a1a
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: inherit
}
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;
}
@media (max-width:991px) {
	.visible_md_block {
		display: block;
	}
	.hidden_md {
		display: none;
	}
}
.selcurrenct img {
	vertical-align: text-bottom;
}
.btn-link {
	color: #535555;
}
.btn-primary, .btn-info {
	background-color: #535555;
	border-color: #535555;
}
.btn-primary:hover, .btn-info:hover, .btn-primary:active, .btn-info:active, .btn-primary:focus, .btn-info:focus,.btn-primary:active:focus, .btn-primary:active:hover,.btn-info:active:focus {
	background-color: #000;
	border-color: #000;
}
.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: 3;
}
.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: -5px;
}
.top_banner a {
	color: inherit;
}
.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 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btn.btn-lg {
	padding: 10px 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3333333;
	margin-bottom: 3px;
}
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 {
	max-width: 22px;
	max-height: 22px;
}
.nav_left {
	height: 34px;
	font-size: 0;
}
.nav_left > a {
	cursor: pointer;
	display: block;
	position: relative;
	color: #fff;
}
.nav_left .icon_bar,.nav_left .icon_bar:before,.nav_left .icon_bar:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
    border-radius: 1px;
    height: 4px;
    width: 25px;
    background: #fff;
    transition: all 300ms ease-in-out;
}
.nav_left .icon_bar {
	margin-top: 5px;
}
.nav_left_ico p {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	padding-top: 15px;
	text-transform: uppercase;
}
.icon_bar:before {
	position: absolute;
	top: 13px;
}
.icon_bar:after {
	position: absolute;
	top: 20px;
}
.nav_left_model .modal_close {
	width: 300px;
	left: 0;
	margin-left: -300px;
}
.nav_left_model.in .nav_left_model_body {
	margin-left: -300px;
}
.nav_left_model .close {
	position: absolute;
	left: 0;
}
.nav_left_model_body {
	margin-left: -300px;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
	top: 65px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 300px;
	z-index: 1;
}
.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;
}
.right_nav {

}
.mob_cart_icon {
	width: 34px;
	position: relative;
	margin-left: auto;
	height: 34px;
	line-height: 34px;	
	text-align: right;
}
.mob_cart_bg {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/header_icon_bag.png) right center no-repeat;
	background-size: 22px;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
}
.nav_right li .total_num[data-num='0'] {
	display: none;
}
.nav_right li[data-toggle='modal'] {
	cursor: pointer;
}
.header_top {
	background-color: #000;
	padding: 11px 0;
	font-size: 11px;
	color: #fff;
}
.header_top .user_area a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.header_top .user_area .contact_link,.header_top .user_area .blog_link {
	padding: 0 8px;
}
.header_main {
	background-color: #fff;
}
@media (max-width: 992px) {
	.header_main {
		background-color: #000;
	}
}
.header_section {
	padding: 12px 0;
	position: relative;
}
@media (max-width: 991px) {
	.header_section {
		padding: 8px 0;
	}
}
body.fixed_nav .header_main{
	position: fixed;
	width: 100%;
	top: 0;
}
.header_section > .container {
	width: 100%;
}
.header_section .hs_row {
	display: table-row;
}
@media (max-width: 992px) {
	.header_section .hs_row {
		display: block;
	}
}
.hs_right {
	display: table-cell;
	vertical-align: middle;	
	width: auto;
	white-space: nowrap;
}
.user_account {
	position: relative;
}
.user_account .dropdown_menu {
	display: none;
}
.user_account:hover > .user_email {
	border-bottom-color: #000;
}
.user_account:hover .dropdown-menu {
	display: block;
	margin-top: 1px;
}
.user_account .dropdown-menu>li>a {
	text-transform: capitalize;
}
.utility_nav a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.user_account > a {
	text-transform: uppercase;
    border-bottom: 5px solid transparent;
}
.cart_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../svg/bag.svg) center no-repeat;
	background-size: contain;
	margin-bottom: -3px;
}
.header_cart .totalprice {
	margin-left: 10px;
}
.search_submit.pull-right {
	clear: right;
	margin-top: 10px;
}
.search_submit.pull-right img {
	width: 18px;
	height: 18px;
	margin-top: -9px;
}
.logo {
	position: relative;
	overflow: hidden;
	max-width: 400px;
	display: table-cell;
	vertical-align: middle;
}
.logo a {
	display: block;
	width: 220px;
}
.logo img {
	max-height: 60px;
	max-width: 100%;
}
.mob_logo {
	line-height: 40px;
	height: 40px;
}
.mob_logo img {
	max-height: 40px;
}
@media (max-width: 991px) {
	.header_top {
		padding: 0;
	}
	.currencies {
		line-height: 40px;
	}
}

.logo .logo_font {
	font-size: 26px;
	vertical-align: middle;
	text-decoration: none;
}
@media (max-width:991px) {
	.logo {
		float: none !important;
		max-width: none;
	}
	.logo a {
		width: auto;
		display: inline;
	}
}
.nav_top {
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #4A4A4A;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 15px;
	background-color: #fff;
}
.first_nav > li > a {
	display: block;
	line-height: 42px;
	padding: 0 15px;
	border-bottom: 5px solid transparent;
}
.nav_top .first_nav > li {
	padding: 0;
	margin: 0;
}
.sub_nav {
	position: absolute;
	left: 100px;
	right: 100px;
	z-index: 10;
	min-height: 200px;
	padding: 20px 100px;
	border: 1px solid #000;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.sub_nav a {
	display: block;
}
.first_nav > li.more:hover .sub_nav {
	opacity: 1;
	visibility: visible;
}
.nav_top ul .second_nav {
	white-space: nowrap;
	text-align: left;
	text-transform: none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.second_nav_tt {
	margin-top: 0;
	margin-bottom: 15px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
.second_nav > li {
	margin-bottom: 10px;
	min-width: 200px;
	padding: 0 10px;
}
.third_nav {
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
}
.third_nav a {
	padding: 5px;
	-webkit-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in;
}
.third_nav a:hover {
	background-color: rgba(41,167,220,0.2); 
}
.first_nav > li:hover > a {
	border-bottom-color: #000;
}

.nav_top .nav_top_model {
	position: relative;	
}
.first_nav {
	padding: 0 100px;
}
.header_top .currencies {
	position: relative;
}
.header_top .currencies > .dropdown-menu {
	left: initial;
	right: 0;
}
.header_top .currencies .dropdown-menu a {
	color: #000;
}
@media (max-width:767px) {
	.nav_top .container, .nav_top ~ .container {
		padding: 0;
	}
}
@media (min-width: 992px) {
	.header_top .list-inline > li > * {
		padding: 8px 0;
		margin: -8px 0;
	}
}
	
.phoneCall {
	text-transform: capitalize;
}
.search_model_body {
	position: absolute;
	margin-top: -65px;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	background-color: #fff;
}
.search_box {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.search_submit {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
}
.search_icon {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
	width: 22px;
	height: 22px;
}
.search_submit input {
	padding-right: 46px;
	width: 100%;
	color: #a2a2a2;
	border-radius: 0;
	box-shadow: none !important;
	border-color: #ccc !important;
}
.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_a {
	background-color: #efefef;
	padding: 45px 0 35px;
}
.footer_a_top {
	padding-bottom: 35px;
}
.subscribe form {
	display: inline-block;
	padding-right: 70px;
	position: relative;
	width: 300px;
	max-width: 90%;
}
.subscribe p {
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0;
	margin-bottom: 0;
}
.subscribe form input {
	font-size: 12px;
	padding-left: 30px;
	border: none;
	outline: 0;
	width: 100%;
}
.subscribe form input,.subscribe form button {
	border-radius: 0;
	height: 34px;
}
.subscribe form button {
	position: absolute;
	right: 0;
	top: 0;
}
.social_account {
	line-height: 34px;
}
.social_account svg {
	width: 25px;
	height: 25px;
	fill: #555;
	vertical-align: middle;
}
.social_account svg:hover {
	fill: #000;
}
.social_account a,.social_account {
	font-size: 0 !important;
}
@media (min-width: 992px) {
	.footer_a_nav > li:nth-child(4n+1) {
		clear: both;
	}
}
.footer_a_nav {
	font-size: 12px;
}
@media (max-width: 991px) {
	.footer_a_nav {
		text-align: center;
	}
}
.footer_a_tt {
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	color: #333;
}
/*.footer_a_tt a {
	color: #333;
}*/
.sub_footer_nav li a {
	margin-bottom: 8px; 
	/*color: #000;*/
	display: block;
	text-transform: capitalize;
}
.footer_a .list-inline > li a {
	color: #5c5c5c;
	display: block;
	font-size: 12px;
	font-weight: 700;
}
.footer_a .list-inline > li.ul_list > a {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer_a .list-inline > li ul {
	min-width: 180px;
}
.footer_a .list-inline ul a {
	color: #9E7D5C;
}
.footer_a .list-inline > li ul ul {
	margin-left: 15px;
	list-style-type: circle;
}
@media (max-width:767px) {
	.footer_a .list-inline > li {
		text-align: center;
	}
	.footer_a .list-inline > li ul ul {
		list-style: none;
	}
	.footer_a .list-inline > li ul ul li {
		margin: 0;
	}
}
.footer_b {
	padding: 45px 0;
}
.footer_b .list-inline > li {
	padding: 10px 2px;
}
.footer_b .list-tab-inline li {
	font-size: 12px;
	padding: 5px 10px;
	color: #9E7D5C;
}
.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;
}
.mbx_list .breadcrumb {
	margin: 5px 0;
	background: none;
}
.mbx_list h1, .mbx_list h2 {
	display: none !important;
}
.modal > .modal_close {
	position: absolute;
	/*background-color: #fff;*/
	top: 0;
	height: 65px;
}
.modal > .modal_close .close {
	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: 0px;
}
.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: -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: 0;
}
.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: 5px;
}
.products_price {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .7px;
}
.products_title a {
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: .7px;
}
.categry_list .products_bg {
	margin: 10px 15px 20px;
}
.categry_list .products_img {
	padding: 0px;
}
.sub_img {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
    width:100%;
}
.categry_list .products_img:hover .sub_img {
	opacity: 1;
	visibility: visible;
}
.categry_list .products_img .bttrlazyloading-wrapper {
	position: relative;
	left: inherit;
	top: inherit;
	right: inherit;
	bottom: inherit;
}
.categry_list .products_img img {
	position: relative;
}
@media (min-width:992px) {
	.categry_list li .products_img a:before {
		content: ' ';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		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;
}
.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;
}
.list_fy .total, .list_fy .pagination {
	vertical-align: middle;
}
.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 > .active > span {
	background-color: #000 !important;
}
.icon_nav {
	margin: 15px 0;
}
.icon_nav img, .icon_nav svg {
	width: 20px;
	height: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.icon_nav img:hover, .icon_nav svg:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.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: 28px;
	line-height: 28px;
	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;
}
.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 {
	margin-top: 15px;
}
.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 #fff;
	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 #fff;
}
.cart_td_qty > i.num_n {
	left: 0;
	border-right: 1px solid #fff;
}
.cart_td_qty input {
	width: 100%;
	border: none;
	text-align: center;
	line-height: 28px;
	display: block;
}
.pc_currencies {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
	max-width: 200px;	
	overflow: hidden;
	text-overflow: ellipsis;
}
.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;
	color: #ED2624;
	border-color: #CCC;
	font-size: 17px;
}
.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; }

.modal_close {
    background:#fff
}

.products_prompt {
    position: absolute !important;
    font-family: "Trebuchet MS";
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding: 8px 0 0 0;
    line-height: 21px;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    transform: initial;
}

.products_prompt span {
    font-size: 11px;
    display: block;
    font-weight: 400;
    margin-top: -5px;
}
.wide_screen .products_prompt{
    border-radius:0;
}

.logo h1 {
    display:inline-block
}

ol.breadcrumb.hidden-xs {
    display: flex
}

.products_overlay .products_overlay_btn { background-color: #333; }
.products_overlay .products_overlay_btn:hover { background-color: #000; }
.custom_products li.categoryimg .category_title { background-color: #333; }
.modal_play li .text-content h4 { background-color: #333; }
.play_products_modal h4 a { color: #000; }
.play_products_modal h4 a:hover { color: #333; }
.custom_products li .products_title, .custom_products li .products_title a { height: 25px; line-height: 25px; font-weight: 400; }




img[data-sizes="auto"] {
   display: block;
   width: 100% !important;
object-fit: contain;
}





.gallery_jigsaw_a img,.gallery_jigsaw_b img {
    transition:all 1s;
}
.gallery_jigsaw_a img:hover,.gallery_jigsaw_b img:hover {
    opacity:0.5;
}

a.products_img {
	padding-bottom: 100% !important;
}
a.products_img img{
	width:auto !important;
height: 100% !important;
}
div.testimonials_modal p{ font-size: 14px; font-weight: 500; }

.tb_wholesale { margin-bottom: 1px; }
.tb_wholesale span { display: inline-block; margin-right: -10px; margin-bottom: -1px; text-align: left; border: 1px solid #ccc; background: #FFF; padding: 0 20px; line-height: 22px; font-size: 12px; min-width: 110px; } 

/*.hide_price_wanquanyun {
   display:none !important;
}

.hide_quantity_wanquanyun{
  display:none !important;
}

.hide_specification_wanquanyun{
  display:none !important;
}


.hide_button_add_wanquanyun {
   display:none !important;
}


.hide_button_buy_wanquanyun {
   display:none !important;
}


.hide_total_wanquanyun {
   display:none
}*/


.hiden_contact_us_wanquanyun {
   display:none !important;
}
#animation_tab_0 img{
    width:auto !important;
}
.cart_list .money{
    width:24% !important;
}
.productreview_box .products_img{
	padding-bottom: unset !important;
}
.homeBlogModel-li-content{    
     width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;     
}