.layui-layer {
	z-index: 9999999999 !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------*/
body {
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 400;
	color: #777;
	font-size: 14px;
	line-height: 1.428571429;
	width: 100%;
	background: #fff;
}

*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #363636;
	line-height: 1.3;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #555;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #ff7a5f;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #303030;
	border-color: #ddd;
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
input[type=text] {
	min-width: 50px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 0.8rem;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%;
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
	border-top-color: #ff7a5f;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #ff7a5f;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #ff7a5f;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #ff7a5f;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #ff7a5f;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ff7a5f;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #ff7a5f;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #ff7a5f;
}
.tooltip-inner{
	background: #ff7a5f;
}
.alert{
	text-align: center;
	font-size: 13px;
	/* margin: 0; */
	border-radius: 0;
	border: none;
}
/* transition */
a:hover,.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .action-links,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
	background-color: #ff7a5f;
	border-color: #ff7a5f;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	background: #363636;
	padding: 0px 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
#content .main-row .container .owl-container .tt-product .row_items {
	margin-bottom: 30px;
	padding: 0 15px;
}
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	width: 55%;
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
#boxes .newletter-title h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}
.newletter-popup #dialog {
	padding: 50px 20px;
}
#boxes .box-content label{
	font-weight: 400;

	font-size: 12px;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding:0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{

	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}
#popup2:hover {
	background:#ff7a5f;
}
/* newsllter */
.newletter-subscribe-container {
}

#dialog-normal .newletter-title {
}
#dialog-normal .newletter-title h5 {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 33px;
	font-weight: 700;
}

#dialog-normal .newletter-title p{
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 12px;
}

#dialog-normal .newleter-content{
	margin-bottom: 0;
	position: relative;
	margin-top: 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
#subscribe-normal {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-right: 135px;
}

#subscribe_email-normal{
	display: inline-block;
	vertical-align: top;
	padding: 10px  20px;
	border: 0;
	line-height: 30px;
	height: 49px;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	background: #fff;
}
#frm_subscribe-normal .btn:hover{
	color: #333;
}
#frm_subscribe-normal .btn {
	background: #ff7a5f;
	line-height: 49px;
	padding: 0 23px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
#subscribe-normal .btn span {

}

#notification-normal{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	font-size: 12px;
}
#notification-normal div{
	color: red;
}
#notification-normal div.warning{
	color: red;
	text-align: center;
}
#subscribe-normal ::-webkit-input-placeholder {
	color: #a2a2a2;
}
#subscribe-normal :-moz-placeholder {
	/* Firefox 18- */
	color: #a2a2a2;
}
#subscribe-normal ::-moz-placeholder {
	/* Firefox 19+ */
	color: #a2a2a2;
}
#subscribe-normal :-ms-input-placeholder {
	color: #a2a2a2;
}
/* Header */
header {
	/* margin-bottom: 100px; */
	position: relative;
}
.common-home header {
	margin-bottom: 0;
}

.header-inner {
	text-align: center;
	z-index: 10;
	position: relative;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
	background-color: #fff;
}

.header-inner .container-inner {
	position: relative;
	width: 1220px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
header .box-left {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.setting-button,#cart > button {
	width: 40px;
	border: 0;
	padding: 0;
	height: 62px;
	line-height: 35px;
	cursor: pointer;
	box-shadow: none !important;
	background: none;
	margin-right: 10px;
	margin-left: 5px;
}
#cart > button {
	width: 24px;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}
#cart > button >svg {
	width: 24px;
	height: 24px;
}
.setting-button:before,
#cart > button:before {
	content:"\7e";
	font-family: 'ElegantIcons';
	font-size: 24px;
	color: #363636;
	display: none;
}
.setting-button:hover:before, #cart > button:hover:before {
	color: #ff7a5f;
}
#cart > button:before {
	content:"\e013";
	font-size: 21px;
	display: none;
}

header .setting-content .text-ex,header .setting-content  .btn-link-current{
	margin-right: 9px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
	padding: 0;
	font-size: 14px;
	border: 0;
	pointer-events: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
header .setting-content .text-ex i,header .setting-content  .btn-link-current i{
	font-size: 8px;
	margin-left: 5px;
	display: none;
}
header .setting-content .text-ex {
	margin-right: 5px;
}
header .setting-content > div:not(:first-child) {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 15px;
}

header .setting-content .content {
	margin-top: 5px;
}
header .btn-group .dropdown-menu{
	position: absolute;
	right: 0;
	float: none;
	width: 270px;
	padding: 23px 20px 17px 20px;
	left: -190px;
	text-align: left;
	font-size: 13px;
	margin: 7px 0 0 0;
	background: #fff;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
header .btn-group header-links {
	left: auto;
	right: -15px;
}
header .setting-content .btn-group .dropdown-menu li {padding-left: 20px;}


header .btn-group .dropdown-menu li > a,
header .btn-group .dropdown-menu li> button {
	font-size: 13px;
	padding: 2px 0;
	line-height: 26px;
	display: block;
	text-transform: capitalize;
	font-weight: normal;
	height: inherit;
	border-radius: 0;
	text-align: left;
	color: #777;
}
header .btn-group .dropdown-menu li > a:hover,
header .btn-group .dropdown-menu li> button:hover {
	text-decoration: none;
	color: #ff7a5f;
}
header .btn-group .dropdown-menu li a img,
header .btn-group .dropdown-menu li button img{
	vertical-align: baseline;
	margin-right:5px;
}
header .btn-group .dropdown-menu > a:hover,
header .btn-group .dropdown-menu > button:hover,
header .btn-group .dropdown-menu .item-selected{
	color: #ff7a5f;
	text-decoration: none;
}
.logo-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 55;
}
#logo{
	/*padding: 54px 0;*/
	line-height: 61px;
	/*z-index: 9999;*/
}
#logo a{
	display: inline-block;
	vertical-align: middle;
}
.headerSpace {
	display: none;
}

/* Search */
.search-button {
	font-size: 24px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	cursor: pointer;
	box-shadow: none !important;
}
.search-button:before {
	content:"\55";
	font-family: 'ElegantIcons';
	display: inline-block;
	vertical-align: top;
	color: #363636;
}

.search-button:hover:before {color: #ff7a5f;}
#search .search-content {
	padding: 0;
	border: 0;
	margin: 0;
	background: rgba(0,0,0,0.75);
	box-shadow: none;
	right: 0;
	width: auto;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
}
#search .search-content .button-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 72px;
	background: none;
	border: 0;
	border-radius: 100%;
	padding: 0;
	line-height: 1;
}
#search .search-content .button-close:hover {
	color: #ff7a5f;
}
#search .search-content .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search .search-content .inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
/*#search input {*/
/*	height: 70px;*/
/*	font-size: 32px;*/
/*	color: #fff;*/
/*	width: 100%;*/
/*	font-weight: 400;*/
/*	background: transparent;*/
/*	border: 0;*/
/*	border-bottom: 2px solid #ff7a5f;*/
/*	border-radius: 0;*/
/*	box-shadow: none !important;*/
/*	padding: 0 50px 0 15px;*/
/*	position: relative;*/
/*}*/

#search .input-group-btn {
	position: absolute;
	right: 0;
	z-index: 2;
	width: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search .input-group-btn button {
	background: transparent;
	border: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0;
	box-shadow: none !important;
	margin: 0;
}
#search .input-group-btn button{
	font-size: 42px;
	color: #fff;
}
#search .input-group-btn button:hover {
	color: #ff7a5f;
}
#search .input-group-btn button:before {
	content: "\55";
	font-family: 'ElegantIcons';
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
}
#search ::-webkit-input-placeholder { /* Chrome */
	color: #fff;
}
#search :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
#search ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
#search :-moz-placeholder { /* Firefox 4 - 18 */
	color: #fff;
	opacity: 1;
}
/* search category */
.top-search {
}
#search-by-category {
	position: relative;
	width: 100%;
}
#search-by-category .search-container{
}
#search-by-category .search-container .categories-container{
	position: absolute;
	padding: 10px 0;
	left: 0;
	top: 0;
}
#search-by-category .search-container #text-search{
	padding: 0 55px 0 190px;
	height: 49px;
	border-radius: 3px;
	font-size: 12px;
	border: 0;
	z-index: 1;
	background: #fff;
	color: #c2c2c2;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search{
	position: absolute;
	right: 0px;
	top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
	margin:0;
	color: #363f4d;
	padding: 0 30px 0 25px;
	cursor: pointer;
	overflow: hidden;
	position:relative;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 29px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-by-category .search-container .categories-container .hover-cate p i{display: inline-block;vertical-align: top;font-size: inherit;line-height: inherit;margin-left: 19px;}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
	z-index: 9999 !important;
	position: absolute;
	display: none;
	background: #FFF;
	max-height: 300px;
	overflow: auto;
	margin-top: 0px;
	border: 1px solid #ddd!important;
	padding: 5px;
	width:100%;
	cursor: pointer;
	top: 100%;
	text-align: left;
}
.cate-items li {
	text-transform: capitalize;
	color: #363f4d;
	font-size: 11px;
	list-style: none;
	line-height: 18px;
}
.cate-items li:hover{
	color:#ff7a5f
}
.cate-items li.f1 {
	padding-left: 5px;
}
.cate-items li.f2 {
	padding-left: 15px;
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 9999 !important;
	background: none repeat scroll 0% 0% #fff;
	left: 0px;
	top: 100%;
	width: 88%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name{
	margin: 10px 0;
}
#search-by-category .search-ajax li{
	list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
	padding: 20px;
	margin: 0;
	color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
	display:block;
	border:1px solid #ddd;
	max-height:300px;
	overflow: auto;
	padding:10px;
}
#btn-search-category:hover{
	color: #363f4d;
}
#btn-search-category{
	background: #ff7a5f;
	border:none!important;
	padding:0;
	box-shadow:none;
	text-shadow:none;
	border-radius: 3px;
	height: 49px;
	width: 49px;
	color: #fff;
	font-size: 0;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 49px;
}
#btn-search-category:before {
	font-family: 'Stroke-Gap-Icons';
	content: "\e6a4";
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#wishlist-total, #link-compare {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
	font-size: 13px;
	color: #ff7a5f;
	text-transform: capitalize;
	text-align: center;
}
#wishlist-total .icon, #link-compare .icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#wishlist-total .text, #link-compare .text {
	display: none;
}

#link-compare span {
	display:none;
}
.search-container{}
.cart-container{
	padding: 45px 15px 0 0;
	width: 18%;
}
#wishlist-total .count,#cart-total .txt_number {
	position: absolute;
	display: block;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	top: 5px;
	left: 21px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	background: #ff7a5f;
}
/*#cart:hover .dropdown-menu {*/
/*	display: block;*/
/*	margin-top: 0;*/
/*	border-radius: 10px;*/
/*}*/
#cart{
	width: auto;
	float: left;
}
#cart-total .txt_items{
	display: none;
}

#cart .info-item >a {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;

}
#cart .info-item >a:hover {
	color: #e3ac5b;
}
#cart-total .total-price {
	display: none;
	font-size: 16px;
	color: #363636;
	font-weight: 500;
	margin-left: 15px;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}

.headerSpace {
	display: none;
}
.top-menu {
	position: relative;
	background: #000000;
	z-index: 7;
	border-bottom: 1px solid #2d2d2d;
}

.fix-header{
	width: 100%;
	max-width: 100% !important;
	background: rgb(255, 255, 255, 1);
	top: 0;
	left: 0;
	right: 0;
	z-index: 889;
	margin: 0 auto;
	position: fixed !important;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}
.fix-header:hover {
	background: #fff;
}
.fix-header #logo {
	padding: 10px 0;
}
.fix-header .horizontal-menu .ul-top-items .li-top-item {
	padding:4px 0;
}
/* cms block */
.banner-static {
	text-align: center;
	clear: both;
	overflow: hidden;
}
.banner-static .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	margin: auto;
	bottom: 2%;
}
.banner-static .image a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
}

.banner-static .image a:hover img {
	opacity: 0.7;
}

.banner-static .image a img {
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.banner-static .image a .text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.static-sidebar {

	text-align: left;
	overflow: hidden;
}
.static-sidebar .image {
	margin-top: 12px;
}
.static-top-indecor1 {
	background: url(../image/bkg_static_top.jpg) repeat;
	margin-top: 60px;
	padding-bottom: 60px;
}

.static-top-indecor1 .col {
	margin-top: 30px;
}
.static-top-indecor1 .image a {
	border: 10px solid #fff;
}
.static-bottom-indecor1 {
	text-align: center;
	background: url(../image/bkg_static_bottom.jpg) center;
	padding: 100px 30px;
	margin-top: 60px;
}
.static-bottom-indecor1 .module-title {
	margin-bottom: 9px;
}
.static-bottom-indecor1 .box {
	background: #fff;
	display: block;
	overflow: hidden;
	max-width: 970px;
	margin: auto;
	padding: 0 15px;
}
.static-bottom-indecor1 p {
	line-height: 30px;
	max-width: 600px;
	margin: auto;

}
.static-bottom-indecor1 a.link {
	display: inline-block;
	vertical-align: top;
	line-height: 47px;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: #ff7a5f;
	padding: 0 40px;
	color: #fff;
	margin-top: 28px;
	margin-bottom: 70px;
}
.static-bottom-indecor1 a.link:hover {
	border-color: #ff7a5f;
	color: #ff7a5f;
	background: #fff;
}
/**/
.layer-background {
	background: #f8f8f8;
}
/* Products */

.owl-item.active .item {
	-moz-animation: zoomIn 500ms ease;
	-o-animation: zoomIn 500ms ease;
	-webkit-animation: zoomIn 500ms ease;
	animation: zoomIn 500ms ease;
}

.item .item-inner {
	position: relative;
}
.product-tags {
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.label-product {
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
	padding: 0 4px;
	min-width: 34px;
	text-transform: capitalize;
	font-size: 12px;
	z-index: 3;
	border-radius: 3px;
}
.label_sale {
	background-color: #e3ac5b;
}
.label_hot {
	background-color: #ff5e5e;
	margin-right: 5px;
}
.item-inner .images-container {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.item-inner .images-container .product-image {
	position:relative;
	display: block;
}
.item-inner .images-container > img {
	/*margin: auto;*/
	/*-webkit-transition: all 0.5s ease-in-out;*/
	/*-moz-transition: all 0.5s ease-in-out;*/
	/*-ms-transition: all 0.5s ease-in-out;*/
	/*-o-transition: all 0.5s ease-in-out;*/
	object-fit: contain;
	height: 184px;
}
.item-inner .images-container .img-r {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index:1;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}
.item-inner .images-container .quickview {
	position: absolute;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	z-index: 3;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.item-inner:hover .images-container .quickview {
	opacity: 1;
}
.item-inner:hover .images-container .quickview button {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
.item-inner .images-container .quickview button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #ff7a5f;
	padding: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	transform: scale(0.7);
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
}
.item-inner .images-container .quickview button:hover {
	background: #ff7a5f;
	color: #fff;
}
.item-inner .images-container .quickview button:before {
	content: "\55";
	font-family: 'ElegantIcons';
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
}
.item-inner .images-container .quickview button span {
	display: none;
}

.item-inner .images-container .action-links {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	right: 0;
	left: 0;
	z-index: 3;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.item-inner:hover .images-container .action-links {
	opacity: 1;
	visibility: visible;
}
.item-inner .images-container .images-option {
	height: 206px;
}
.item-inner .images-container .images-option .img-default-image {
	width: 100%;
	height: 100%;
}
.item-inner .action-links  button{
	line-height: 63px;
	width: 63px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	font-weight: normal;
	font-size: 0;
	padding: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	text-align: center;
	color: #ff7a5f;
	margin: 0;
	transform:scale(0.7);
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
}
.item-inner:hover .action-links  button {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
.item-inner .action-links  button:nth-child(2) {
	margin: 0 7px;
}
.item-inner .action-links button span { display:none;}
.item-inner .action-links  button:before {
	content: "\e013";
	font-family: 'ElegantIcons';
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
}
.item-inner .action-links  button.btn-wishlist:before {
	content: "\e030";
}
.item-inner .action-links  button.btn-compare:before {
	content: "\e0ec";
}
.item-inner .action-links button:hover {
	color: #fff;
	background: #ff7a5f;
}
.item-inner .caption {
	background: transparent;
	position: relative;
	margin: 10px 0 0;
	width:100%;
}
.product-des,
.item-inner > .product-des {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #4a4a4a;

}
.product-des {
	text-align: left;
}
.item-inner > .product-des {
	text-align: center;
}
.product-name {
	display: block;
	margin: 0;
}
.product-name a {
	color: #555;
	padding: 0;
	display: block;
	/* text-transform: uppercase; */
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
}
.product-name a:hover {
	color: #e3ac5b;
}
.ratings {
	display:block;
}
.ratings a {
	margin-left: 8px;
	text-transform: capitalize;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	vertical-align: top;
}
.ratings a:hover {
	color: #ff7a5f;
}
.ratings a.review-count:after {
	content: "|";
	margin-left: 8px;
	vertical-align: top;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 13px;
	width: 79px;
}
.rating-box div.rating1{
	background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
	background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
	background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
	background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
	background-image: url('../image/rating5.png');
}
.price-box p {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0;
}
.price-box .price-tax {
	display: none;
}
.price-box .price {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.price-box p.special-price .price{
	color: #FF2222;
}
.price-box p.old-price {
	margin-left: 5px;
}
.price-box p.old-price .price {
	text-decoration: line-through;
	font-size: 16px;
	color: #999;
	font-weight: 400;
}
.old-price .price {
	color: #999999;
	text-decoration: line-through;
}
.item-inner .caption .price-box {
	display: block;
	/*margin-top: 8px;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.item-inner .caption .model {
	margin: 0;
	color: #737373;
}

.item-inner .caption .ratings {
	margin-bottom: 6px;
	display: none;
}
.item-inner .category-options .ul-swatches-colors {
	margin-bottom: 5px;
}

.item-inner .caption .price-box label {
	margin:0;
	font-size: 13px;
	color: #363f4d;
	display: none;
}
.item-inner .caption .manufacture-product {
	margin: 0;
	font-size: 12px;
	color: #303030;
	font-weight: 500;
	line-height: 20px;
	padding: 0;
	text-transform: capitalize;
	display: none;
}
.item-inner .caption .manufacture-product a {
	color: #303030;
}
.item-inner .caption .manufacture-product a:hover {
	color: #ff7a5f;
}
.item-inner .caption .product-tags {

	margin-bottom: 7px;
}
.item-inner .caption .product-tags a {
	color: #5a5a5a;
	font-size: 13px;
}
.item-inner .caption .product-tags a:hover {
	color: #ff7a5f;
}
.item-inner .caption .available {
	display: none;
}
/* module title*/
.module-title {
	position: relative;
	display: block;
	margin-top: 54px;
	margin-bottom: 22px;
	text-align: center;
}
.module-title .sub-title {
	font-size: 14px;
	color: #363636;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
	vertical-align: top;
}
.module-title .sub-title:after {
	content: "";
	width: 70px;
	height: 2px;
	background: #ff7a5f;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.module-title h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
	font-weight: 400;
}
.module-description {
	text-align: center;
	margin-bottom: 50px;
}
.module-description p {
	/*line-height: 30px;*/
	max-width: 750px;
	/*letter-spacing: 0.05em;*/
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
/*--*/
.module-title-style3 .module-title {
	text-align: left;
	margin-bottom: 30px;
}
.module-title-style3 .module-title h2 {
	font-size: 21px;
	position: relative;
	padding-bottom: 15px;
}
.module-title-style3 .module-title h2:after {
	content: "";
	width: 70px;
	height: 1px;
	background: #ff7a5f;
	left: 0;
	bottom: 0;
	position: absolute;
}
/*-------------*/
.module-footer .module-title h2 {
	font-size: 20px;
	line-height: 24px;
}
.module-footer .module-title {
	margin-top: 20px;
	margin-bottom: 37px;
}
.module-footer .module-title:before {
	display: none;
}
/*grid-style*/
.grid-style:not(:first-child) {
	margin-top: 45px;
}
/*list-style*/

.list-style:not(:first-child) {
	margin-top: 50px;
}
.list-style .item .item-inner {
	overflow: hidden;
}
.list-style .item .item-inner .images-container {
	float: left;
	width: 27.03%;
}
.list-style .item .item-inner .caption {
	float: left;
	width: 72.97%;
	padding: 0 0 0 25px;
	text-align: left;
}
.list-style .item .item-inner button.btn-cart {
	background: #fff;
	border: 1px solid #aaa;
	color: #555;
	font-weight: 400;
	font-size: 13px;
	line-height: 40px;
	padding: 0 30px;
	margin-top: 10px;
}
.list-style .item .item-inner button.btn-cart:hover {
	border-color: #ff7a5f;
	background: #ff7a5f;
	color: #fff;
}
/*list-module*/
.list-module .module-title {
	text-align: left;
	margin-bottom: 27px;
	margin-top: 90px;
}
.list-module .module-title h2 {
	font-size: 18px;
}
/* module-style1 */
.module-style1 {

}
/* bkg-color */
.bkg-color {
	background: #f0f5f7;
	padding-top: 300px;
	margin-top: -300px;
}
.bkg-color2 {
	background: #f0f5f7;
	padding: 120px 0 115px 0;
	margin-top: 120px;
}
/* module-style2 */
/* module-style3 */
.module-style3 {

}

/* module-nav2 */
.module-nav2 .owl-carousel.owl-theme .owl-nav {
	position: absolute;
	right: 15px;
	top: -75px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	margin: 0;
	width: 34px;
	height: 34px;
	line-height: 30px;
	font-weight: normal;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div:before {
	margin-left: -4px;
	margin-top: -1px;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-prev {
	margin-right: 4px;
}
/* slider-group */
.slider-group {margin-top: 20px;}

/* tabs-category-slider */

.tabs-category-slider {

}
.tabs-category-slider .module-title {
}
.tabs-category-slider .module-title h2{
}
.tabs-category-slider.module-nav2  .owl-carousel.owl-theme .owl-nav {

}
.tabs-category-slider .tabs-categorys {
	display: block;
	text-align: center;
	float: right;
	background: #fff;
	position: relative;
	padding: 15px 0;
	margin-right: 103px;
}
.tabs-category-slider .tabs-categorys li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.tabs-category-slider .tabs-categorys li a {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	display: block;
}

.tabs-category-slider .tabs-categorys li:last-child {
	margin:0;
}
.tabs-category-slider .tabs-categorys li a:hover,.tabs-category-slider .tabs-categorys li.active a {
	color: #ff7a5f;
}
.tabs-category-slider .tabs-categorys li.active a {
	text-decoration: underline;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
	display: none;
}
.product-tabs-container-slider .module-title {
	text-align: center;
	margin-bottom: 30px;
}
.product-tabs-container-slider .module-title:before {
	background:url(../image/line_title.png) center no-repeat;
}
.product-tabs-container-slider .tabs-categorys {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.product-tabs-container-slider .tabs-categorys li {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 5px -1px;
}

.product-tabs-container-slider .tabs-categorys li a {
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	text-transform: capitalize;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;

	padding: 0 30px;
	background: #242424;
	border: 2px solid #2d2d2d;
	border-radius: 2px;
}
.product-tabs-container-slider .tabs-categorys li:last-child {
	padding:0;
}
.product-tabs-container-slider .tabs-categorys li:last-child:after {
	display: none;
}
.product-tabs-container-slider .tabs-categorys li.active a{
	color: #ff7a5f;
	border-color: #ff7a5f;
	z-index: 2;
	position: relative;
}
.product-tabs-container-slider .tabs-categorys li a:hover {
	color: #ff7a5f;
}
/* bestseller-products-slider */
.bestseller-products-slider {

}

/* featured-categories-container */
.featured-categories-container {
	padding: 20px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	margin-top: 50px;
}
.featured-categories-container.module-nav2  .owl-carousel.owl-theme .owl-nav {
	right: 0;
}
.featured-categories-container .owl-item.active .item-inner:after {
	content:"";
	width: 1px;
	height: 100%;
	background: #ebebeb;
	top:0;
	right:-15px;
	position: absolute;
}
.featured-categories-container .owl-item.active.last .item-inner:after {
	display:none;
}
.fcategory-content .image {
	display:block;
	border-radius: 2px;
	overflow: hidden;
}
.fcategory-content .image img {
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.fcategory-content .image:hover img {
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
	-ms-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}
.featured-categories-container .content-thumb .name {
	margin-top: 17px;
}
.featured-categories-container .content-thumb .name a {
	font-size: 15px;
	color: #363f4d;
	display: block;
}
.featured-categories-container .content-thumb .name a:hover {
	color: #ff7a5f;
}
.sub-featured-categories li a {
	display: block;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
}
.sub-featured-categories li a:hover {
	color: #ff7a5f;
	padding-left: 7px;
}
.featured-categories-container .view-more {
	line-height: 29px;
	padding: 0 20px;
	color: #fff;
	text-transform: capitalize;
	background: #363f4d;
	border-radius: 3px;
	display:inline-block;
	vertical-align: top;
	margin-top: 19px;
}
.featured-categories-container .view-more:hover {
	background: #ff7a5f;
}
/* CountDown */
.occountdown_module {
	background: url(../image/bkg_deal_module.jpg) center;
	padding: 100px 30px;
	margin-top: 55px;
}
.occountdown_module .list-style .module-title {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 2px;
}
.occountdown_module .list-style .module-title .sub-title:after {
	right: auto;
}
.occountdown_module .list-style .module-title h2{
	display:none;
}
.text-hurryup {
	display: none;
}
.occountdown_module .list-style .item {
	background: #fff;
	padding: 30px;
	max-width: 970px;
	margin: auto;
}
.occountdown_module .list-style .item .item-inner .images-container {
	width: 40.66%;
}
.occountdown_module .list-style .item .item-inner .caption {
	width: 59.34%;
}
.occountdown_module .list-style .product-name a {
	font-size: 30px;
}
.occountdown_module .list-style .item-inner .product-des {
	line-height: 30px;
	margin-top: 9px;
}
.occountdown_module .list-style .price-box .price {
	font-size: 24px;
}
.occountdown_module .text-hurryup {
	/* display: block; */
	font-size: 15px;
	color: #666666;
	position: relative;
	margin-top: 35px;
}
.occountdown_module .text-hurryup:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #eeeeee;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}
.occountdown_module .text-hurryup p {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	background: #fff;
	margin: 0;
	z-index: 2;
	position: relative;
}
.occountdown_module .text-hurryup strong {
	display: block;
	color: #202226;
	font-size: 18px;
	margin-bottom: 2px;
}
.is-countdown {
	margin-top: 20px;
}
.countdown-row {
	overflow: hidden;
	display: block;
}
.countdown-section {
	display: grid;
	width: 80px;
	height: 80px;
	align-items: center;
	background: #eee;
	text-align: center;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
	margin-right: 13px;
}
.countdown-section:last-child {
	margin-right: 0;
}
.countdown-section .time-info {

}
.countdown-section:last-child {
	border: 0;
}
.countdown-amount {
	font-size: 30px;
	line-height: 1;
	color: #363636;
	position: relative;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}
.countdown-period {
	display: block;
	font-size: 14px;
	color: #777;
	text-transform: capitalize;
}
/* testimonial */
.testimonial-container {
	padding-bottom: 85px;
}
.testimonial-container .module-title {margin-top: 75px;}
.testimonial-container .owl-dots {
	margin-top: 35px;
}
.common-home .testimonial-images {
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.testimonial-content{text-align: center;}
.testimonial-content .item-inner {
	padding:20px;
}
.testimonial-content .item-inner:hover {
	background: #fff;
}
.testimonial-content .title {
	margin-top: 20px;
	margin-bottom: 12px;
}
.testimonial-content .title a {
	font-size: 18px;
	color: #454545;
}
.testimonial-content .title a:hover {
	color: #ff7a5f;
}
.testimonial-box {
	padding: 15px 0;
	margin: auto;
	line-height: 20px;
}
.testimonial-container .icon {
	display: block;
	text-align: center;
	padding-top: 5px;
}
.testimonial-container .icon i {
	width: 52px;
	height: 52px;
	border: 1px solid #ff7a5f;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.testimonial-container .icon i:before {
	content: "\e04a";
	font-family: 'simple-line-icons';
	font-size: 24px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	background: #fff;
	color: #ff7a5f;
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-align: center;
}
.testimonial-box a {
	font-weight: 400;
	line-height: 30px;
	text-transform: none;
	display: block;
	color: #7b7b7b;
}
.testimonial-box a:hover {
	color: #ff7a5f
}
.testimonial-author {
	font-size: 13px;
	text-transform: capitalize;
	color: #454545;
	margin: 5px 0 10px 0;
}

.row-testimonials {
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	text-align: center;
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div {
	background: transparent;
	color: rgba(255,255,255,0.5);
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div:hover {
	color: #fff;
}
/* corporate */
.ma-corporate-about {
	text-align: center;
	margin-top: 30px;
}
.ma-corporate-about .col {
	margin-top: 30px;
}
.ma-corporate-about .box {
	border: 1px solid #ddd;
	position: relative;
	padding: 31px 0;
}
.ma-corporate-about .box:after {
	content: "";
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	border: 1px solid #ddd;
	position: absolute;
}
.ma-corporate-about .box:hover h3 {
	color: #ff7a5f;
}
.ma-corporate-about .box h3 {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	padding-left: 50px;
	display: inline-block;
	vertical-align: top;
}
.ma-corporate-about .box h3:before {
	content: "\e01d";
	font-family: 'ElegantIcons';
	font-size: 28px;
	color: #ff7a5f;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ma-corporate-about .col2 .box h3:before {
	content: "\e027";
}
.ma-corporate-about .col3 .box h3:before {
	content: "\e014";
}
/* End Corporate */
.box-blog {
	border-top: 1px solid #2d2d2d;
	margin-top: 95px;
}
.menu-recent {
}
.menu-recent.module-nav2 .owl-carousel.owl-theme .owl-nav {
	top: -77px;
}
.menu-recent .row_items .articles-inner:not(:first-child) {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	width: 100%;
}

.menu-recent .aritcles-content {text-align: left;padding-top: 27px;}
.menu-recent .aritcles-content .content-inner {
}
.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.menu-recent .articles-image a img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.menu-recent .articles-image a:hover img {
	opacity: 0.7;
}
.menu-recent .articles-image a:hover .icon-view {
	opacity: 1;
}
.menu-recent .articles-image a .icon-view {
	width: 52px;
	height: 52px;
	border: 1px solid #ff7a5f;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.menu-recent .articles-image a .icon-view:before {
	content:"\e032";
	font-family: 'simple-line-icons';
	font-size: 23px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	background: #ff7a5f;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.articles-name {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	position: relative;
	margin-top: 0;
	margin-bottom: 12px;
	color: #434343;
}
.articles-date {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 400;
	color: #ff7a5f;
	display: block;
}
.articles-date .artice-day {
	padding-top: 6px;
	margin-bottom: 2px;
}
.author-name {
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	margin: 0;
}
.author-name span {
	color: #ff7a5f;
}
.articles-intro {
}
.articles-intro p {
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.menu-recent .read-more {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	margin-top: 33px;
	text-decoration: underline;
}
.menu-recent .read-more:hover {
	text-decoration: underline;
}
.blog-blog .intro-content img,.blog-article .article-description img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.blog-blog .article-list,.blog-article .article-container{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.article-description p,.intro-content p {
	line-height: 24px;
}
/*----instagram_block_home----*/
#instagram_block_home {
	position: relative;
}
#instagram_block_home .title_block {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#instagram_block_home .content_block {
	display: block;
}
#instagram_block_home .title_block h3 {
	background: #ff7a5f;
	line-height: 34px;
	padding: 0 20px;
	text-transform: none;
	font-size: 14px;

	border-radius: 4px;
	border-top: 1px solid #5d461b;
	border-bottom: 1px solid #5d461b;
}
#instagram_block_home .title_block h3:before {
	content:"\f350";
	font-family: "Ionicons";
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
#instagram_block_home a.fancybox {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
#instagram_block_home a.fancybox:last-child {
	margin: 0;
}
#instagram_block_home a.fancybox:before {
	content:"";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background:rgba(33,179,241,0.6) url(../image/icon_view_insta.png) center no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#instagram_block_home a.fancybox:hover:before {
	opacity: 1;
}
/* Tweets */
.timeline-Widget {
	background: none;
}
/* brand */
.brand-slider img {
	display:inline-block;
	vertical-align:top;
	opacity:1;
}
.brand-slider img:hover {opacity:0.6;}
.brand-slider {
	border-top: 1px solid #eee;
	padding:50px 0;
	text-align: center;
}
.common-home .brand-slider {
	padding: 85px 0 0 0;
	border:0;
}
/* Social */
/* Top Social */
.top-menu .container-inner {
	position: relative;
	height: 100%;
}
.top-menu .follow {
	position:absolute;
	right: 0;
	top: 2px;
	z-index: 2;
}
.top-menu .follow label {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	font-size: 14px;
	color: #56595e;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15.5px 0;
	margin-top: 0;
	margin-right: 15px;
}
.top-menu .follow label:after {
	content: ":";
}
.top-menu ul.link-follow {margin:0;display: inline-block;vertical-align: top;}
.top-menu ul.link-follow li a {
	background: #373b41 !important;
	color: #56595e;
}
.top-menu ul.link-follow li a:hover {
	color: #fff;
}
/* ----*/
.follow {
	float: right;
	padding-bottom: 10px;
}
.follow label {
	display: none;
}
ul.link-follow {
	display: block;
	overflow: hidden;
	/*margin-top: 20px;*/
	margin-bottom: 6px;
	padding-top: 15px;
}
ul.link-follow li {
	float: left;
	margin-right: 30px;
}
ul.link-follow li:last-child {
	margin-right: 0;
}
ul.link-follow li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 0;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
ul.link-follow li a:before {
	font-size: 20px;
}

ul.link-follow li a span {
	display: none;
}
ul.link-follow li a:hover {
	color: #ff7a5f;

}
/*twitter*/
#twitter-feed {
}
#twitter-feed .tweet-title {
	display: none;
}
#twitter-feed .tweet-title h3 {
	color: #2d2d2d;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	margin-top: 0;
}
#twitter-feed .twitter-pic {
	display: none;
}
#twitter-feed .twitter-text {
	line-height: 24px;
}
#twitter-feed .twitter-text .tweetprofilelink,#twitter-feed .twitter-text .tweet-time,#twitter-feed .twitter-text br{
	display: none;
}
#twitter-feed .twitter-text a {
	color: #ff7a5f;
}
#twitter-feed .twitter-text a:hover {
	text-decoration: underline;
}
#twitter-feed .twitter-article {
	position: relative;
	padding-left: 36px;
	margin-bottom: 15px;
}
#twitter-feed .twitter-article:last-child {
	margin: 0;
}
#twitter-feed .twitter-article:before {
	content: "\f243";
	font-family: "Ionicons";
	font-size: 28px;
	color: #ff7a5f;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
}
/* footer */
/* footer */
.common-home footer {
	/* margin-top: 0; */
}
footer{
	margin-top: 60px;
	padding: 0 0px;
	background-color: #000;
}
.footer-top {
	padding: 30px 0 0 0;
	background: #242424;
	position: relative;
	z-index: 5;
}
.footer-bottom{
	background:#242424;
}
.footer-copyright{
	color:#fff;
}

ul.links-footer {
	display: block;
	padding: 14px 0;
	border-bottom: 2px solid #393939;
	margin-bottom: 47px;
}
ul.links-footer li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 25px;
	margin-right: 25px;
}
ul.links-footer li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	background: #808080;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.links-footer li:last-child {
	margin: 0;
	padding: 0;
}
ul.links-footer li:last-child:after {
	display: none;
}
ul.links-footer li a {
	line-height: 24px;
	font-size: 13px;
	color: #999999;
	display: block;
	text-transform: capitalize;
}
ul.links-footer li a:hover {
	color: #ff7a5f;
}
footer .col-footer{
	margin-bottom: 20px;
	padding: 0 20px;
	position: relative;
	float: left;
}
.footer-title h5{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 31px;
	font-weight: 700;
}
.col2 .footer-title h5 {
}
.col4 .footer-title h5 {
	margin-bottom: 24px;
}
footer .col1 {
	width: 28%;
}
footer .col2,
footer .col4,
footer .col5 {
	width: 16%;
}
footer .col3{
	width: 20%;
}
.footer-content {
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
}
.footer-contact {
	font-size: 14px;
	padding: 2px 0 20px;
}
.footer-contact li {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-contact li:last-child {
	margin-bottom: 0;
}
.footer-contact li .icon {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
.footer-contact li span {
	font-size: 14px;
	color: #fff;
}
.payment {
	display:block;
}
.payment h5 {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 28px;
	margin-bottom: 18px;
	font-weight: 700;

}
footer .list-unstyled.text-content li a:hover{
	color: #e3ac5b;
}
footer .footer-title h5{
	color:#fff;
	margin: 0;
	line-height: 3.5;
}
footer .list-unstyled.text-content li a {
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 2px 0;
	line-height: 25px;
	font-size: 14px;
	opacity: .9;

}
footer .list-unstyled.text-content li a:before {
	/*content: "\35";*/
	/*font-family: 'ElegantIcons';*/
	/*font-size: 13px;*/
	/*display: inline-block;*/
	/*vertical-align: top;*/
	/*margin-right: 5px;*/
}
.footer-content{
	color:#fff
}
.tag-static li a:first-child{
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	background:#37475a;
	border-radius: 2px;
	margin-right: 8px;
}
.tag-static li a:first-child:after,.tag-static li a:last-child:after {
	display:none;
}
.tag-static li a {
	line-height: 32px;
	text-transform: capitalize;
	color: #5b697b;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.tag-static li a:after {
	content:"/";
	display: inline-block;
	vertical-align: top;
	margin:0 9px;
	color: #5b697b;
}
.tag-static li a:hover {
	color: #fff;
}

.tag-static li {
	display: block;
	margin-bottom: 8px;
}
.tag-static li:last-child {
	margin-bottom:0;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom .container-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.footer-copyright {
	float: left;
	line-height: 30px;
	padding: 10px 0;
}
.footer-copyright p{
	font-size: 14px;
	color: #777;
	background: none;

	font-weight: 400;
	margin: 0;
}
.footer-copyright p span {
}
.footer-bottom .footer-copyright a {
	color: #777;
}
.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}
.custom-link-footer {
	font-size: 13px;
	float: right;
	padding: 10px 0;
}
.custom-link-footer a {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	position: relative;
	line-height: 30px;
	color: #777;
}
.custom-link-footer a:hover {
	color: #ff7a5f;
}
.custom-link-footer a:after {
	content: "";
	width: 4px;
	height: 1px;
	background: #777;
	position: absolute;
	right: -16px;
	top: 50%;
}
.custom-link-footer a:last-child {
	margin: 0;
}
.custom-link-footer a:last-child:after {
	display: none;
}
/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}

.breadcrumbs {
	display: block;
	/*line-height: 28px;*/
	overflow: hidden;
	/*margin: 10px 0 30px 0;*/
	text-align: left;
}
.breadcrumbs h1 {
	color: #363636;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 0;

}

.breadcrumb{
	margin: 0;
	background: none;
	text-transform: none;
	padding: 15px 0;
}
.breadcrumb > li + li:before {
	content: ">";
	color: #777;
	padding: 0;

}
.breadcrumb li:before {
	margin: 0 5px;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a{
	text-transform: capitalize;
}
.breadcrumb li a{
	color: #000;
	font-size: 0.8rem;
}
.hasimage {
	text-align: center;
	margin-top: 0;
}
.hasimage .breadcrumb {
	padding-top: 0;
}
.hasimage  h1,.hasimage .breadcrumb li a,.hasimage .breadcrumb > li + li:before {
	color: #fff;
}
.hasimage > .container {
	position: relative;
}
.hasimage > .container .inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 30px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*----------*/
.category-module .li a.active,
.category-module .li a:hover{
	color: #ff7a5f
}
.category-module .li{
}
.category-module .li a{
	text-transform: capitalize;
	display: block;
	line-height: 30px;
	padding: 3px 0;
}
.category-module > .ul{
	margin: 0;
	border-top: 0;
}
.category-module .list-child{
	padding-left: 30px;
}
.category-module{
	margin-bottom: 55px;
}
.category-module h3{
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 14px;
	line-height: 30px;
}
/* toolbar */
.description p:last-child {
	margin: 0;
}
.text-refine {
	margin-top:0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.category-image {
	/* margin-bottom: 22px; */
}
.category-image img {
	border: none;
	padding: 0;
	border-radius: 0;
	width:100%;
}
#compare-total ,.list-cate{
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: capitalize;
}

.list-cate li a {
	line-height: 24px;
	display: block;
}
.toolbar-products {
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.toolbar-products.toolbar-bottom {
	margin-bottom:0;
	border-top: 1px solid #e5e5e5;
	padding-top: 19px;
}
.toolbar-products.toolbar-bottom .toolbar-amount span {
	font-size: 14px;
	color: #000;

}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
	padding: 0;
	margin: 5px 0;
}
.toolbar-products .toolbar-amount {
	line-height: 45px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
	font-size: 13px;
}
#grid-view i,#list-view i {
	display: none;
}
.modes button {
	width: 31px;
	height: 45px;
	padding: 0;
	margin-right: 8px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	box-shadow: none !important;
	border: 0;
}
.modes .btn-grid {
	background: url(../image/bkg_grid.png) center no-repeat;
}
.modes .btn-grid.active,.modes .btn-grid:hover {
	background: url(../image/bkg_grid_hover.png) center no-repeat;
}
.modes .btn-grid.btn-grid-2{
	background: url(../image/bkg_grid2.png) center no-repeat;
}
.modes .btn-grid.btn-grid-2.active,.modes .btn-grid.btn-grid-2:hover {
	background: url(../image/bkg_grid2_hover.png) center no-repeat;
}

.modes .btn-grid.btn-grid-4{
	background: url(../image/bkg_grid4.png) center no-repeat;
}
.modes .btn-grid.btn-grid-4.active,.modes .btn-grid.btn-grid-4:hover {
	background: url(../image/bkg_grid4_hover.png) center no-repeat;
}
.modes .btn-grid.btn-grid-5 {
	background: url(../image/bkg_grid5.png) center no-repeat;
}
.modes .btn-grid.btn-grid-5.active,.modes .btn-grid.btn-grid-5:hover {
	background: url(../image/bkg_grid5_hover.png) center no-repeat;
}
.modes .btn-list {
	background: url(../image/bkg_list.png) center no-repeat;
}
.modes .btn-list.active,.modes .btn-list:hover {
	background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
	margin-left: 45px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
	display:inline-block;
	vertical-align: top;
	line-height: 45px;
	margin: 0;
	font-size: 13px;
	margin-right: 8px;
}


.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding: 0 15px;
	height: 45px;
	font-size: 13px;
	color: #777;
	border-radius: 0;
	display: inline-block;
	vertical-align: top;
	width: auto;
	border: 1px solid #e5e5e5;
	box-shadow: none;
}
.toolbar-products .pages {
	display:inline-block;
	vertical-align: top;
	padding: 11px 0;
}
.toolbar-products .pages ul {
	margin: 0;
	border-radius:0;
}
.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 8px;
}
.toolbar-products .pages ul li:last-child {
	margin-right: 0;
}
.toolbar-products .pages ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 0 4px;
	width: 33px;
	border-radius: 0;
	height: 33px;
	line-height: 31px;
	text-align: center;
	border: none;
	background: #ececec;
	border: 1px solid #ececec;
}
.toolbar-products .pages ul li span {
	color: #fff;
	background: none;
	font-size: 14px;
	border: none;
	padding: 0 4px;
	width: 33px;
	height: 33px;
	border-radius: 0;
	line-height: 33px;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
	color: #fff;
	background: #e3ac5b;
	border-color: #e3ac5b;
}
/* category */

.custom-category .product-grid {
	width: 32%;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
#product-category .product-grid .item-inner .caption .manufacture-product {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#product-category .product-grid .item-inner:hover .caption .hide-hover {
	opacity: 0;
}

.product-grid .product-des {
	/*! display: none; */
	display: none;
}
/*.product-grid .item {*/
/*	margin-bottom: 45px;*/
/*}*/
.product-category .product-grid.col-lg-divide-5 .item-inner .action-links button,.product-category .product-grid.col-lg-divide-5 .item-inner .images-container .quickview button,
.product-category .product-grid.col-lg-3 .item-inner .action-links button,.product-category .product-grid.col-lg-3 .item-inner .images-container .quickview button {
	width: 30px;
	line-height: 30px;
	background: transparent;
}
.product-category .product-grid.col-lg-divide-5 .item-inner .action-links button:hover,.product-category .product-grid.col-lg-divide-5 .item-inner .images-container .quickview button:hover,
.product-category .product-grid.col-lg-3 .item-inner .action-links button:hover,.product-category .product-grid.col-lg-3 .item-inner .images-container .quickview button:hover {
	color: #333;
}
.product-list {margin-bottom: 60px;}
.product-list .item-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.product-list .images-container {
	float: left;
	width: 33.416%;
	max-width: 600px;
}
.product-list .caption {
	text-align: left;
	padding: 0 0 0 30px;
	float: left;
	width: 66.584%;
}
.product-list .product-name {
	margin-top: 10px;
	border-top: 0;
	background: none;
	padding-bottom: 0;
}
.product-list .product-name a {/* font-size: 18px; */}
.product-list .item-inner .caption .ratings {
	/* display: block; */
	margin-top: 7px;
}
.product-list .product-des {
	padding: 0;
	background: none;
	margin-bottom: 14px;
}
.product-list .item-inner .caption .price-box {
	margin-bottom: 12px;
}
.product-list .price-box .price {
	/* font-size: 20px; */
}
.product-list .price-box p.old-price .price {
	/* font-size: 16px; */
}
.product-list .price-box p.old-price {
	/* padding-top: 4px; */
}



.product-list .item-inner  button.btn-cart:hover span{
	text-decoration: none;
}
.product-list .item-inner .action-links button {
	background: transparent;
	color: #ff7a5f;
	line-height: 63px;
	width: 63px;
	height: 63px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	border-radius: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.product-list .item-inner .action-links button:last-child {
	margin-right: 0;
}
.product-list .item-inner .action-links button:hover {
	color: #fff;
	background: #ff7a5f;
	border-color: #ff7a5f;
}


/* product detail */
/*no use zoom*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
/*--*/
.image-additional-container {
}
.image-additional-container .thumbnail{
	margin: 0;
	border: 1px solid #edecec;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.current-additional {
	border-color: #ff7a5f;
}

#product-product .column-main {
	background: #fff;
	padding: 10px;
}
.product-info-main .product-name {
	font-size: 24px;
	color: #000;
	margin: 0 ;
	background: none;
	font-weight: 600;
}
.small-product-name{
	font-weight: 100;
	font-size: 18px;
}
.product-info-main .addthis_toolbox {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	padding-top: 18px;
	padding-bottom: 5px;
	margin-bottom: 18px;
}
.product-info-main .price-box {
	display:block;
	margin-bottom: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.product-info-main .price-box .price {font-size: 20px;}
.product-info-main .price-box p.old-price .price {
	font-size: 20px;
}
.product-info-main .price-box p.old-price {
	/* padding-top: 8px; */
}
.product-info-main .price-box .price-explain {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
	color: #6f6f6f;

	white-space: nowrap;
}
.product-info-main .ratings {
	margin: 0;
	padding: 0;
	display: block;
}
.product-info-main .short-des {
	line-height: 24px;
	margin-bottom: 21px;
}
.product-info-main .product-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.product-info-main .product-box svg {
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: 10px;
}
#product .form-group .radio {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#product .form-group .radio input[type="radio"] {
	margin-top: 2px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
	height: 40px;
	box-shadow: none;
	font-weight: 400;
	text-align: center;
	width: 55px;
	font-size: 14px;
	border-radius: 25px;
	padding: 0;
	color: #363636;
	background: #fff;
	float: left;
	border: 1px solid #e1e1e1;
}

#input-quantity2,
#input-quantity {
	width: 100px;
	min-width: auto;
	margin: 0 1px;
	margin-right: 15px;
}
.product-info-main #product>h3 {
	margin-top: 0;
	font-size: 16px;
	color: #363636;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
}
.product-info-main #product {
	margin-bottom: 20px;
}
.product-info-main #product .form-group .control-label{
	display: inline-block;
	vertical-align: top;
	color: #363636;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}
.product-info-main #product .form-group input.form-control {
	height: 46px;
	border-radius: 3px;
	border-color: #ececec;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: none;
}
.product-info-main #product .form-group .input-group .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.product-info-main #product .form-group .input-group .input-group-btn  button{
	border-left: 0;
	border-color: #ebebeb;
	padding: 9px 20px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	height: 46px;
}
label[for='input-quantity']{
	float: left;
	line-height: 46px;
	margin-right: 20px;
	color: #363636;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 34px;
}
.product-info-main .button-cart{
	margin-top: 10px;
	clear: left;
	font-size: 12px;
	line-height: 47px;
	border: 1px solid transparent;
	padding: 0 35px;
	background: #ff7a5f;
	color: #fff;
	float: left;
	border-radius: 0;
	text-transform: uppercase;
	margin-right: 20px;
	font-weight: 700;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.product-info-main .button-cart:hover {
	background: #fff;
	color: #ff7a5f;
	border-color: #ff7a5f;
}
.product-info-main button.btn-wishlist {
	margin-right: 30px;
}
.product-info-main button.btn-wishlist,.product-info-main button.btn-compare {
	margin-top: 10px;
	font-size: 14px;
	color: #777;
	background: transparent;
	border-radius: 100%;
	padding: 0;
	display: block;
	float: left;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 46px;
}

.product-info-main button.btn-wishlist:before,.product-info-main button.btn-compare:before {
	content: "\e030";
	font-family: 'ElegantIcons';
	font-size: 18px;
	color: #ff7a5f;
	margin-right: 4px;
}
.product-info-main button.btn-compare:before {
	content: "\e0ec";
}
.product-info-main button.btn-wishlist:hover,.product-info-main button.btn-compare:hover {
	background: transparent;
	color: #ff7a5f;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.quantity-box {
	float: left;
	border: 0;
	margin-right: 4px;
}
.product-info-main label[for='input-quantity'], .product-info-main #input-quantity {
	margin-top: 5px;
}
.product-info-main .box-options {
	margin-top: 10px;
	padding: 10px 0;
	font-size: 16px;
	color: #666666;
}
.product-info-main ul.list-unstyled {

	padding: 2px 0;

	margin-bottom: 7px;

	color: #454545;

	font-size: 14px;

	position: relative;
}

.product-info-main ul.list-unstyled:after {
	top: auto;
	bottom: 0;
}
.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
}
.product-info-main ul.list-unstyled li span {
	color: #7e7e7e;
}
.product-info-main ul.list-unstyled li a {
	color: #46ce91;
}
.product-info-main ul.list-unstyled li a:hover {
	color: #ff7a5f;
}

.product-info-detailed {
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.product-info-detailed .nav-tabs {
	margin-bottom: 0;
	text-align: left;
	padding: 14px;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: -1px;
}
.product-info-detailed .nav-tabs li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
	border-bottom: 3px solid transparent;
	margin-bottom: 0;
	margin-right: 50px;
}

.product-info-detailed .nav-tabs li:last-child {
	margin:0;
}

.product-info-detailed .nav-tabs li a {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0;
	border: none !important;
	margin: 0;
	background: none !important;
	position: relative;
	font-weight: 700;
	line-height: 30px;
	padding: 10px 0;
}
.product-info-detailed .nav-tabs li.active {
	border-color: #e3ac5b;
}
.product-info-detailed .nav-tabs li a:hover,.product-info-detailed .nav-tabs li.active a {
	background: none;
	color: #e3ac5b !important;
}
.product-info-detailed .tab-content {
	line-height: 30px;
	padding: 35px 0;
	font-size: 13px;
}
#tab-description p {
	margin:0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	/* margin: 0; */
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
	border: none;
	height: auto;
}

#content{
	width: 100%;
	min-height: 300px;
	overflow-x: hidden;
}
#content .main-row .container {
	padding: 0;
}
#content .main-row .container-fluid {
	width: 100%;
}
#content > h1 {
	margin-top: 0;
}
#cart .dropdown-menu {
	margin: 0;
	padding: 0 !important;
	width: 400px;
	right: 0;
	list-style: none none;
	border: 0;
	background: #fff;
	box-sizing: border-box;
	top: 60px;
	cursor: auto;
}
#cart .help-dropdown-menu {
	width: 360px;
	cursor: auto;
}
#cart .dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #343434 transparent;
	z-index: 99;
	right: 10px;
	top: -12px;
	opacity: 0;
}
#cart .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #343434 transparent;
	z-index: 99;
	right: 10px;
	top: -15px;
	opacity: 0;
}
#cart .table > tbody > tr > .cart-close {
	margin-top: 20px;
	padding: 0 !important;
}
#cart .cart-empty{
	padding-bottom: 25px;
	padding-top: 25px;
}
#cart .dropdown-menu p{
	margin: 0;
}
#cart .dropdown-menu small {
	font-size: 14px;
	color: #7e7e7e;
	line-height: 24px;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	border: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td a {
	font-size: 0.9rem;
	color: #333;
	font-weight: 600;
	margin-bottom: 0;
}
#others3 #cart .dropdown-menu > li:first-child .table > tbody > tr > td a {
	font-size: 0.8rem;
}
#others3 #cart .dropdown-menu > li:first-child .table > tbody > tr > td a .cart-lens-image {
	width: 100%;
}
#others3 #cart .dropdown-menu > li:first-child .table > tbody > tr > td > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
#others3 #cart .dropdown-menu > li:first-child .table > tbody > tr > td > div:first-of-type {
	margin-bottom: 5px;
}
#others3 #cart .dropdown-menu > li:first-child .table > tbody > tr > td > div > a {
	display: block;
	width: 100px;
	font-size: 13px;
}
#others3 #cart .dropdown-menu > li:first-child .table > tbody > tr > td > div .info-item {
	flex: 1;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td .lens-text {
	font-size: 0.8rem;
	color: #333;
	font-weight: 400;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
	/*padding-bottom: 10px;*/
	/*padding-top: 10px;*/
	position: relative;
}
#cart .dropdown-menu li {
	padding: 0 40px;
}
#cart .dropdown-menu li:not(:first-child):last-child {
	padding-top: 20px;
}
#cart .dropdown-menu .help-btns {
	border-top: none !important;
}
#cart .dropdown-menu .get-in-touch {
	width: 100%;
	padding: 20px 40px 40px !important;
	background-color: #f6f6f6;
	box-sizing: border-box;
	border-top: none !important;
}
#cart .dropdown-menu .get-in-touch h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}
#cart .dropdown-menu .get-in-touch p {
	font-size: 0.9rem;
	color: #444;
	margin-bottom: 10px;
}
#cart .dropdown-menu .get-in-touch p:last-child {
	margin-bottom: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr:last-child {
	border: 0;
	padding-bottom: 0;
}
#cart .dropdown-menu .cart-close-btn {
	display: none;
	width: 30px;
	height: 30px;
	line-height: 10px;
	background-color: transparent;
	border: none;
	font-size: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
}
#cart .table > tbody > tr > .text-center {
	width: 100%;
}
#cart .cart-close button {
	background: none;
	color: #333;
	border-radius: 100%;
	line-height: 24px;
	font-size: 16px;
	padding: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cart .cart-close button:hover {
	color: #E3AC5B;
	border-color: #E3AC5B;
}
#cart .cart-close .cart-close-btn2 {
	width: 15px;
	height: 15px;
	line-height: 15px;
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 24px;
	color: #999;
}
#cart .cart-close .cart-close-btn2:hover {
	color: #999;
}
#cart .cart-quantity{
	color: #7e7e7e;
	line-height: 16px;
	font-size: 0.8rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}
#cart .cart-price {
	font-size: 0.8rem;
	font-weight: 500;
	color: #E3AC5B;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
}
#cart .cart-name {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
}
#cart .cart-name:hover {
	color: #ff7a5f;
}
#cart .dropdown-menu .cart-button{
	margin: 0 -20px;
	padding: 5px 30px 30px;
}
#cart p.cart-button a:last-child{
	margin-top: 15px;
}

#cart p.cart-button a{
	background: #e3ac5b;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 1rem;
	margin: 0;
	border: 0;
	border-radius: 5px;
	display: block;
	vertical-align: top;
	font-weight: 700;
}
#cart p.cart-button a strong {
	font-weight: 400;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #E3AC5B;
	border-color: #E3AC5B;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
	padding-right: 0;
}
#cart .dropdown-menu .has-scroll{
	padding: 30px 30px 0;
	background: none;
}
#cart .dropdown-menu .has-scroll h3 {
	font-size: 1.3rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#others3 #cart .dropdown-menu .has-scroll h3 {
	margin-bottom: 15px;
}
#cart .dropdown-menu .has-scroll table {
	margin: 0;
}
#others3 #cart .dropdown-menu .has-scroll table tbody {
	display: inline-block;
	width: 100%;
	max-height: 375px;
	overflow-y: scroll;
	margin-bottom: 10px;
	padding-right: 10px;
}
#others3 #cart .dropdown-menu .has-scroll table tbody::-webkit-scrollbar {
	width: 3px;
	height: 20px;
	background-color: transparent;
}
#others3 #cart .dropdown-menu .has-scroll table tbody::-webkit-scrollbar-thumb {
	background-color: #e3ac5b;
	border-radius: 5px;
}
#others3 #cart .dropdown-menu .has-scroll table tr td {
	padding: 10px 5px 8px;
}
#cart .dropdown-menu .has-scroll table tbody::-webkit-scrollbar {
	width: 5px;
	opacity: .5;
}
#others3 #cart .dropdown-menu .has-scroll table tr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
}
#cart .dropdown-menu tr td strong{
	color: #232323;
	font-weight: 500;
	float: left;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
}
#cart .dropdown-menu tr td:last-child{
	color: #333;
	font-size: 14px;
	font-weight: 700;
}
#cart .dropdown-menu > li:last-child tr:last-child td:last-child {
	color: #e3ac5b;
}
.fluid-width > .container{
	width: auto;
	padding: 0 60px;
}
.fluid-width2 {
	background: #fff;
	margin-top: 60px;
}
.box-container {
	max-width: 1220px;
	padding: 0 10px;
	margin: auto;
}
.footer-bottom > .box-container {
	border-top: 1px solid #333;
}
.container .container-in .banner {
	width: 100%;
}
.container .container-in .banner img {
	width: 100%;
}
.container .container-in .banner > div {
	width: 100%;
	height: 71px;
	background-color: #f0f0f0;
}
.container .container-in .banner > div > div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container .container-in .banner > div > div div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.container .container-in .banner > div > div div .icon {
	width: 22px;
	height: 22px;
}
.container .container-in .banner > div > div div p {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.container .container-in .banner > div > div div p:hover {
	color: #e3ac5b;
	text-decoration: underline;
}
.container .container-in .banner > div > div span {
	width: 2px;
	height: 20px;
	background-color: #E3AC5B;
	margin: 0 20px;
}
.container .container-in .container-item {
	width: 100%;
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.container .container-in .container-item h1 {
	font-size: 48px;
	color: #e3ac5b;
	font-weight: bold;

	margin-bottom: 15px;
}
.container .container-in .container-item h2 {
	font-size: 44px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.container .container-in .container-item > p {
	width: auto;
	max-width: 750px;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	text-align: center;
}
.container .container-in .container-item .subhead {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}
.container .container-in .container-item .items {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.container .container-in .container-item .items a {
	width: 30%;
	/*padding: 0 25px;*/
}
.container .container-in .container-item .items .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.container .container-in .container-item .items .item img {
	width: 100%;
}
.container .container-in .container-item .items .item .pick-style {
	width: 147px;
	cursor: pointer;
}
.container .container-in .container-item .items .item .pick-style ~ p {
	font-size: 22px;
	color: #333;
	font-weight: 400;
	margin: 20px 0 60px;
	transition: all 0.3s;
	cursor: pointer;
}
.container .container-in .container-item .items .item .pick-style ~ p:hover {
	color: #e3ac5b;
	text-decoration: underline;
}
.container .container-in .container-item .items .item div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.container .container-in .container-item .items .item div h3 {
	width: 100%;
	font-size: 28px;
	color: #070707;
	margin-top: 20px;
	white-space: nowrap;
	text-align: center;
}
.container .container-in .container-item .items .item div .describe {
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin: 15px 0 20px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.container .container-in .container-item .items .item div .layui-btn {
	width: 190px;
	height: 45px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	font-weight: 300;
}
.container .container-in .container-item .items .item .layui-btn:hover {
	color: #e3ac5b;
	border-color: #e3ac5b;
}

.select-color-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-option-color {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	line-height: 16px;
	margin: 2px auto 0;
}

.select-color-box > .p-color {
	justify-content: flex-start !important;
}

.outer {
	width: 26px;
	height: 26px;
	border: 2px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 2px 5px;
	cursor: pointer;
}

.outer-product {
	width: 26px;
	height: 26px;
	border: 2px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 2px 5px;
	cursor: pointer;
}

.outer-actived {
	border-color: #e3ac5b;
}

.product-color{
	position: inherit;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	width: 18px;
	height: 18px;
	display:inline-block;
	border-radius: 50%;
	margin: 0 auto;
}

.container .container-in .container-item .lr {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 30px 0 20px;
}
.container .container-in .container-item .lr img {
	width: 55% !important;
}
.container .container-in .container-item .lr > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.container .container-in .container-item .lr > div h3 {
	font-size: 44px;
	color: #070707;
	margin-bottom: 5px;
}
.container .container-in .container-item .lr > div p {
	width: 360px;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	";
}
.container .container-in .container-item .lr > div .layui-btn {
	width: 160px;
	height: 42px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 5px;
	font-size: 16px;
	color: #333;
	transition: all 0.3s;
	";
}
.container .container-in .container-item .lr > div .layui-btn:hover {
	color: #e3ac5b;
	border-color: #e3ac5b;
}

.container .last-style .list-style-in .questions {
	max-width: 650px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin: 40px auto 0;
}
.container .last-style .list-style-in .questions .questions-item {
	width: 140px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.container .last-style .list-style-in .questions .questions-item a {
	text-align: center;
}
.container .last-style .list-style-in .questions .questions-item p {
	font-size: 18px;
	color: #333;
	font-weight: 300;
}
.container .last-style .list-style-in .questions .questions-item .outer {
	width: 70px;
	height: 70px;
	border: 2px solid #333;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
}
.container .last-style .list-style-in .questions .questions-item .outer .icon {
	width: 40px;
	height: 40px;
}
.container .last-style .list-style-in .questions .questions-item:last-child .outer .icon {
	width: 30px;
	height: 30px;
}
.container .last-style .list-style-in .questions .questions-item > p {
	width: 120px;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	transition: all 0.2s;
}
.container .last-style .list-style-in .questions .questions-item > p:hover {
	color: #e3ac5b;
}
.container .last-style .list-style-in .questions .questions-item:last-child {
	margin-right: 0;
}
.container .last-style {
	width: 100%;
	background-color: #f6f6f6;
	padding: 70px 0 75px;
}
.container .last-style .list-style-in {
	width: 1220px;
	margin: 0 auto;
}
.container .last-style .list-style-in h2 {
	font-size: 44px;
	color: #333;
	font-weight: bold;

	text-align: center;
	margin-bottom: 25px;
}
.container .last-style .list-style-in {
	width: 1220px;
	margin: 0 auto;
}
.container .last-style .list-style-in h2 {
	font-size: 44px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
.container .last-style .list-style-in > p {
	max-width: 750px;
	font-size: 18px;
	color: #333;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
}
.container .last-style .list-style-in .questions .questions-item > p {
	width: 120px;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	transition: all 0.2s;
}
.container .container-in .container-item h2 {
	font-size: 44px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.container .container-in .container-item .lists .list .price {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	font-size: 16px;
	color: #333;
	font-weight: 400;
}
.product-name a {
	color: #000;
	padding: 0;
	display: block;
	/* text-transform: uppercase;*/
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
}
.container .container-in .banner > div > div p:hover {
	color: #e3ac5b;
	text-decoration: underline;
}
.item-inner .price a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.item-inner .price a > .old-price {
	margin-left: 5px;
}
/*search*/
.layui-input-wrap {
	margin-left: 20px;
}
.header-top-bar header > div .left-side .layui-input-wrap .layui-input-prefix {
	line-height: 33px;
}
.layui-input-wrap .layui-input {
	width: 225px;
	height: 30px;
	border-radius: 15px;
}
.layui-input-prefix .icon {
	width: 14px;
	height: 14px;
	fill: #999;
}

:not(svg) {
	transform-origin: 0px 0px;
}

.container {
	width: 1220px;
	padding: 0;
}
.container .container-outer {
	width: 1220px;
	margin: 0 auto;
}

.row {
	margin: 0;
}

.row .col-order {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.col-md-12 {
	padding: 0;
}
.product-btn > .images-option {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 207px;
}
.product-btn > .images-option .canvas-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
#cart .table > tbody > tr > td {
	padding: 5px 0;
}
#cart .table > tbody > tr > .text-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	color: #333;
}
#cart .table > tbody > tr > .text-right {
	font-size: 1rem;
	color: #333;
}
.container .container-in .container-item .style-items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.container .container-in .container-item .style-items .style-item img {
	width: 100%;
}
.container .container-in .container-item .style-items .style-item p {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
}

.container > .input-group {
	width: 100%;
	margin: 10px 0;
}

.container > .input-group > .layui-input-wrap {
	width: 50%;
	margin: 0 auto;
}

.container > .input-group > .layui-input-wrap #search-input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	font-size: 14px;
	background-color: #f6f8fa;
	border: none;
	padding-left: 25px;
}

.container > .input-group > .layui-input-wrap .layui-input-suffix {
	cursor: pointer;
	pointer-events: auto;
	padding: 0;
	right: 5px;
}

.container > .input-group > .layui-input-wrap .layui-input-suffix .icon {
	width: 18px;
	height: 18px;
}

.container > .input-group > .layui-input-wrap #search-input::placeholder {
	color: #333;
	font-size: 14px;
}

#information-information {
	margin-top: 20px;
}

#information-information  #content {
	padding: 0;
}

#information-information  #content .about-us {
	margin-bottom: 45px;
}

#information-information  #content .about-us > b {
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
}

#information-information  #content .about-us p {
	margin-bottom: 5px;
}

#information-information  #content .about-us p span {
	font-size: 18px;
	color: #666;
}

#information-information  #content .about-us p span b {
	font-size: 20px;
	color: #333;
}

#information-contact #content {
	padding: 20px 0 45px;
}

#information-contact #content h3 {
	font-size: 24px;
}

#information-contact #content .panel {
	margin: 20px 0;
}

#information-contact #content .panel .panel-body .row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#information-contact #content .panel .panel-body .row >div,
#information-contact #content .panel .panel-body .row >div address {
	font-size: 14px;
	color: #999;
}

#information-contact #content .panel .panel-body .row >div strong {
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

#information-contact #content .form-horizontal fieldset legend {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

#information-contact #content .form-horizontal fieldset .form-group {
	position: relative;
}

#information-contact #content .form-horizontal fieldset .form-group .control-label {
	position: absolute;
	top: 8px;
	left: 30px;
	width: auto;
	text-align: left;
	z-index: 9999;
	background-color: #fff;
	padding: 0 10px;
	transition: all .5s;
}

#information-contact #content .form-horizontal fieldset .form-group >div {
	width: 100%;
}

#information-contact #content .form-horizontal fieldset .form-group >div textarea {
	resize: none;
}

#information-contact #content .form-horizontal fieldset .form-group >div .input-focus {
	border-color: #fb2424;
	box-shadow: none;
}

#information-contact #content .form-horizontal fieldset .form-group .control-label-focus {
	font-size: 12px;
	color: #fb2424;
	top: -10px;
}

#information-contact #content .form-horizontal fieldset .form-group .control-label-focus-re {
	color: #000;
}

#information-contact #content .form-horizontal .buttons .pull-right .btn-primary {
	background-color: #e3ac5b;
	border-radius: 3px;
}

.product-related {
	margin-bottom: 50px;
}

.product-related .product-related-title {
	text-align: center;
}

.product-related .product-related-title h2 {
	margin: 10px auto;
	font-size: 28px;
	font-weight: 600;
}

.product-related .product-related-content {
	margin-top: 32px;
}

.product-related .product-related-content .rows-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.product-related .product-related-content .rows-items .rows-item {
	width: 23%;
	margin-bottom: 20px;
	cursor: pointer;
}

.product-related .product-related-content .rows-items .rows-item .item-image img {
	width: 100%;
}

.product-related .product-related-content .rows-items .rows-item .item-name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	text-align: center;
}

.product-related .product-related-content .rows-items .rows-item .item-desc {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 30px;
	text-align: center;
}

.col-md-12 {
	min-height: 0;
}

.mobile-menu .ul-top-items .li-top-item {
	height: auto !important;
	display: flex;
	flex-direction: column;
}

.mobile-menu .ul-top-items .li-top-item .li-top-item-block,
.mobile-menu .ul-top-items .li-top-item .sub-menu-container {
	width: 100%;
}

.mobile-menu .ul-top-items .li-top-item .li-top-item-block .a-top-link {
	padding: 12px 20px !important;
}

.mobile-menu .ul-top-items .li-top-item:hover {
	border-bottom: 4px solid transparent !important;
}

.mobile-menu .ul-second-items .li-second-items .a-second-link {
	padding: 8px 10px;
}

.mobile-menu .ul-top-items .li-top-item .li-top-item-block .a-top-link span {
	font-size: 1.2rem !important;
	color: #000 !important;
	font-weight: 600;
	text-transform: none;
}

.mobile-menu .ul-second-items .li-second-items .a-second-link span {
	font-size: 1.1rem;
	color: #4a4a4a;
}

/* PC端 */
@media screen and (max-width: 1220px) {
	.header-inner > .container {
		width: 100%;
	}

	.header-inner > .container .container-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 10px;
		border-bottom: 1px solid #f7f7f7;
	}

	.header-inner > .container .container-inner .logo-container {
		justify-content: center;
		order: 1;
	}

	.header-inner > .container .container-inner .box-left {
		width: 253.73px;
		position: static;
		transform: none;
	}

	.header-inner > .container .container-inner .box-left .horizontal-menu {
		display: none !important;
	}

	.header-inner > .container .container-inner .box-left .mobile-menu {
		display: block !important;
	}

	.header-inner > .container .container-inner .box-right {
		order: 2;
	}

	.header-inner > .container .container-inner .box-right #search {
		display: none;
	}

	.header-inner > .container .container-inner .box-right #account-btn .btn-group .sign-in:hover {
		border-bottom: 3px solid transparent !important;
	}

	.header-inner > .container .container-inner .box-right #help-center-btn .others:hover,
	.header-inner > .container .container-inner .box-right #others2 .others:hover,
	.header-inner > .container .container-inner .box-right #others3 .others:hover {
		border-bottom: 3px solid transparent !important;
	}

	.header-inner > .container .container-inner .box-right #help-center-btn {
		display: none;
	}

	.header-inner > .container .container-inner .box-right #mob-help-center-btn {
		display: block;
	}

	.breadcrumb {
		padding-left: 10px;
		padding-right: 10px;
	}

	.breadcrumbs .container {
		width: 100%;
	}

	#content .main-row .container {
		width: 100%;
		margin: 0;
	}

	#content .main-row .container .container-in .banner img {
		width: 100% !important;
	}

	#content .main-row .container .container-in .container-item {
		padding: 40px 10px 0;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item {
		width: 15%;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item img {
		width: 100%;
		border-radius: 50%;
		object-fit: cover;
	}

	.container .last-style {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container .last-style .list-style-in {
		width: 100%;
	}
}

/* PC端 */
@media screen and (max-width: 960px) {
	.container .container-in .banner > div > div span {
		margin: 0 12px;
	}

	.container .container-in .banner > div > div div .icon {
		width: 20px;
		height: 20px;
	}

	.container .container-in .container-item .lr > div {
		width: 40%;
	}

	.container .container-in .container-item .lr > div p {
		width: 100%;
	}

	.container .container-in .container-item .lr > div .layui-btn {
		width: 140px;
		height: 40px;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item {
		width: 15%;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item img {
		width: 100%;
		border-radius: 50%;
		object-fit: cover;
	}

	.container .last-style .list-style-in .questions {
		max-width: 600px;
	}
}

/* 平板端或手机横屏 */
@media screen and (max-width: 768px) {
	.header-inner > .container .container-inner .box-left {
		width: 106px;
	}

	.header-inner > .container .container-inner .box-right #account-btn {
		display: none;
	}

	.header-inner > .container .container-inner .box-right #mob-help-center-btn {
		display: none;
	}

	#content .main-row .container .container-in .banner > div {
		width: 100%;
		height: 55px;
		overflow-x: scroll;
	}

	#content .main-row .container .container-in .banner > div::-webkit-scrollbar {
		height: 0;
	}

	#content .main-row .container .container-in .banner > div > div {
		width: 900px;
	}

	#content .main-row .container .container-in .banner > div > div svg {
		width: 22px;
		height: 22px;
	}

	.container .container-in .banner > div > div span {
		margin: 0 20px;
	}

	#content .main-row .container .container-in .container-item h2 {
		margin-bottom: 15px;
	}

	#content .main-row .container .container-in .container-item > p {
		max-width: 80%;
	}

	#content .main-row .container .container-in .container-item .items {
		flex-direction: column;
	}

	#content .main-row .container .container-in .container-item .items a {
		width: 100%;
	}

	#content .main-row .container .container-in .container-item .items a:not(:last-of-type) {
		padding-bottom: 30px;
	}

	#content .main-row .container .container-in .container-item .items .item {
		flex-direction: row;
		justify-content: space-evenly;
	}

	#content .main-row .container .container-in .container-item .items .item img {
		width: 40%;
	}

	#content .main-row .container .container-in .container-item .items .item div {
		width: 55%;
		margin: 0 5px;
	}

	#content .main-row .container .container-in .container-item .items .item div h3 {
		white-space: normal;
	}

	#content .main-row .container .container-in .container-item .items .item div .describe {
		width: 100%;
		height: auto;
	}

	#content .main-row .container .container-in .container-item .items .item div button {
		width: 40%;
		height: 36px;
		line-height: 36px;
	}

	#content .main-row .container .container-in .container-item .items a:nth-of-type(2) .item img {
		order: 1;
	}

	.container .container-in .container-item .lr > div .try-div {
		width: 100%;
	}

	.container .container-in .container-item .lr > div .try-div .layui-btn {
		width: 45%;
		padding: 0;
	}

	#content .main-row .container .container-in .container-item .style-items {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item {
		width: 30%;
		margin-bottom: 15px;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item a {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item a img {
		width: 65%;
	}

	#content .main-row .container .container-in .container-item .style-items .style-item a br {
		display: none;
	}

	.container .last-style .list-style-in .questions {
		max-width: 500px;
	}

	.container .last-style .list-style-in .questions .questions-item {
		width: 20%;
	}

	.container .last-style .list-style-in .questions .questions-item .outer {
		width: 60px;
		height: 60px;
	}
}

/* 手机横屏 */
@media screen and (max-width: 640px) {
	#content .main-row .container .container-in .container-item .items .item div h3 {
		margin-top: 0;
	}

	#content .main-row .container .container-in .container-item .items .item div button {
		width: 50%;
		height: 38px;
		line-height: 38px;
	}

	.container .container-in .container-item .lr {
		flex-direction: column;
		justify-content: flex-start;
	}

	.container .container-in .container-item .lr img {
		width: 100% !important;
	}

	.container .container-in .container-item .lr > div {
		width: 100%;
		margin-top: 10px;
	}

	.container .container-in .container-item .lr > div h3 {
		margin: 0 auto;
	}

	.container .container-in .container-item .lr > div p {
		text-align: center;
	}

	.container .container-in .container-item .lr > div .try-div {
		text-align: center;
	}

	.container .container-in .container-item .lr > div .try-div .layui-btn {
		width: 30%;
		height: 45px;
	}

	.container .last-style .list-style-in h2 {
		margin-bottom: 15px;
	}

	.container .last-style .list-style-in > p {
		max-width: 80%;
	}

	.container .last-style .list-style-in .questions {
		max-width: 400px;
	}

	.container .last-style .list-style-in .questions .questions-item {
		width: 24%;
	}

	.container .last-style .list-style-in .questions .questions-item .outer {
		width: 55px;
		height: 55px;
	}

	.container .last-style .list-style-in .questions .questions-item .outer .icon {
		width: 36px;
		height: 36px;
	}
}

/* 手机竖屏 */
@media screen and (max-width: 480px) {
	#content .main-row .container .container-in .container-item > p {
		max-width: 90%;
	}

	#content .main-row .container .container-in .container-item .items .item div button {
		height: 34px;
		line-height: 34px;
	}

	#content .main-row .container .owl-container .tt-product .row_items {
		width: 100%;
		padding: 0 10px;
	}

	#content .main-row .container .owl-container .tt-product .row_items img {
		width: 100%;
	}

	.container .container-in .container-item .lr > div .try-div .layui-btn {
		width: 36%;
	}

	.container .last-style .list-style-in .questions {
		max-width: 100%;
	}

	.container .last-style .list-style-in .questions .questions-item {
		width: 22%;
	}

	.container .last-style .list-style-in .questions .questions-item .outer {
		width: 50px;
		height: 50px;
	}

	.container .last-style .list-style-in .questions .questions-item:last-child .outer .icon {
		width: 26px;
		height: 26px;
	}
}