body
{
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
}
body{
	margin: 0;
	overflow-x: hidden;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	max-width: 100%;
}
img.respon-owlCarousel {
	width: auto !important;
}
li {
	list-style: none;
}
ul,li,p {
	margin: 0px;
	padding: 0px;
}

body {
	color:#333333;
	line-height: 18px;
	font-size: 13px;
}
a,a:hover,a:focus {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #eb278d;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
main {
	margin-bottom: 15px;
}
.view-more-home a {
	padding: 5px;
	border: 2px solid #4b62c8;
	display: block;
	text-align: center;
}
.view-more-home i {
	font-size: 10px;
	margin-left: 5px;
}
.pd-none-l {
	padding-left: 0px;
}
.pd-none-r {
	padding-right: 0px;
}
.pd-none {
	padding: 0px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.empty > p {
	text-align: center;
	color: #eb278d;
}
.paddr25{
	padding-right: 25px!important;
}
.paddr0{padding-right:0px;}



/***************************** Tab-Collection-Index *******************************/
.wrap-tabs {
	background: #fff;
}
.wrap-tabs .box-tabs {

}
.wrap-tabs .box-tabs.nav-tabs>li>a b{
	display: none
}
.wrap-tabs .box-tabs.nav-tabs>li.active>a,
.wrap-tabs .box-tabs.nav-tabs>li.active>a:hover,
.wrap-tabs .box-tabs.nav-tabs>li.active>a:focus {
	border: none;
}
/**
.wrap-tabs .box-tabs.nav-tabs>li.active>a:not(.dropdown-toggle):before {
content: ' ';
position: absolute;
bottom: 0px;
left: 50%;
margin-left: -3px;
z-index: 1;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #00b7f1;
}
.wrap-tabs .box-tabs.nav-tabs>li.active>a:not(.dropdown-toggle):after {
content: ' ';
position: absolute;
bottom: -3px;
left: 0;
right: 0;
z-index: 1;
border-bottom: 3px solid #00b7f1;
}
.wrap-tabs .box-tabs.nav-tabs>li>a:hover,
.wrap-tabs .box-tabs.nav-tabs>li>a:focus {
background: none;
border: 1px solid transparent;
border-radius : 0;
}
**/
.tabs-products {
	padding:15px 0 0 0;
}
.tabs-products .tab-item {
	display: none;
}
.tabs-products .tab-item.active {
	display: block;
}
.tabs-products .tab-item {
	padding: 5px 0px 20px;
}
.tabs-products .owl-carousel.product-item .product-wrapper .product-information {
	border-top: 1px solid #e7e7e7;
}
.alertNoProduct {
	text-align: center;
	padding: 10px 0px;
}

.product-image.image-resize a {
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
}

/**************************** Breadcrumb *************************************/
/*** Menu breadcrumb ***/
#navbar .dropdown-link-breadcrumb {
	background: #ffffff;
	position: relative;
}
#navbar .dropdown-link-breadcrumb > li {
	line-height: 34px;
}
#navbar .dropdown-link-breadcrumb > li > a {
	color: #141414;
	display: block;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#navbar .dropdown-link-breadcrumb li i,
#navbar .box-menu-collection li i {
	position: absolute;
	right: 8px;
	top:9px;
	font-size:15px;
}
#navbar .dropdown-link-breadcrumb > li > i.fa-bars {
	left: 8px;
	top: 9px;
	color:#141414;
}
#navbar .dropdown-link-breadcrumb li ul.dropdown-menu i {
	top: 7px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li a {
	padding:5px 10px;
	transition: padding-left .2s linear;
	-webkit-transition: padding-left .2s linear;
	position: relative;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li a:hover {
	padding-left:25px;
	background-color: #ffffff;
	color: #141414;
}
#navbar .dropdown-link-breadcrumb li ul.dropdown-menu {
	min-width: 185px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu {
	margin:0;
	padding:0;
	border: none;
	border-radius: 0px;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu ul.dropdown-menu {
	top: 0px;
	left: 100%;
}
#navbar .dropdown-link-breadcrumb ul.dropdown-menu li {
	position:relative;
}

/**** breadcrumb ***/
.header-navigate {
	background: #fafafa;
	margin-bottom: 10px;
}
.header-navigate .breadcrumb {
	margin: 0px;
	background:none;
	padding: 8px 0px;
}
.header-navigate .breadcrumb a,
.header-navigate .breadcrumb span,
.header-navigate .breadcrumb li {
	font-size: 13px;
	color: #333333;
	white-space: nowrap;
}
.header-navigate .breadcrumb>li+li:before {
	content: "";
	padding: 0px 2px;
}


/*************************** Loading Circle ***********************************/
.lazy-load-ball {
	height: 300px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.ball {
	background-color: rgba(0,0,0,0);
	border: 5px solid rgba(0, 0, 0, 0.9);
	opacity: .9;
	border-top: 5px solid rgba(0,0,0,0);
	border-left: 5px solid rgba(0,0,0,0);
	border-radius: 50px;
	box-shadow: 0 0 35px #9A9A9A;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spin .5s infinite linear;
	-webkit-animation:spin .5s infinite linear;
}

.ball1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,0,0,0.9);
	opacity:.9;
	border-top:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #9A9A9A; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-40px;
	-moz-animation:spinoff .5s infinite linear;
	-webkit-animation:spinoff .5s infinite linear;
}

@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}
/******************* Loading Circle 2 ******************/
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.uil-ring-css {
	background: none;
	position: relative;
	width: 200px;
	height: 200px;
	-moz-transform: scale(0.44);
	-webkit-transform: scale(0.44);
	-o-transform: scale(0.44);
	-ms-transform: scale(0.44);
	transform: scale(0.44);
	margin: auto;
}
.uil-ring-css > div {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 80px;
	box-shadow: 0 6px 0 0 #59ebff;
	-ms-animation: uil-ring-anim 1s linear infinite;
	-moz-animation: uil-ring-anim 1s linear infinite;
	-webkit-animation: uil-ring-anim 1s linear infinite;
	-o-animation: uil-ring-anim 1s linear infinite;
	animation: uil-ring-anim 1s linear infinite;
}
/******************* Thanh Scroll Chrome ***************/
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(105,105,105,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(105,105,105,0.4); 
}
/*********************** Scroll Top *****************/
.back-to-top {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: 100px;
	right: -50px;
	z-index: 100;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.back-to-top a {
	background: url(bg-scroll-top.png) center center no-repeat;
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -999999px;
}
.back-to-top.display {
	right: 10px;
}
/********************** Button load more *****************/
.btn-loading {
	color: #ffffff;
	border: 1px solid #eb278d;
padding: 10px;
display: block;
width: 650px;
margin: 25px auto;
background: #eb278d;
text-decoration: none;
font-size: 18px;
font-weight: 300;
text-align: center;
}
.btn-loading:hover,
.btn-loading:focus {
	color:#ffffff;
}
/********************** Filter Collection ***************/
.filter-destop h3 {
	background: #eb278d;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 0;
}
.wrapper-filter {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
}
.wrapper-filter.filter-visible {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	z-index: 99999;
}
.wrapper-filter .btn-filter-tab {
	position: absolute;
	left: -50px;
	top: calc(30% - 50px);
	background:#eb278d;
	padding: 11px 14px;
	border: 1px solid #ECE6E6;
}
.wrapper-filter .btn-filter-tab i {
	font-size: 25px;
	color: #Fff;
}
.wrapper-filter > h3 {
	background-color: #fff;
	margin: 0px;
	padding: 11px 0px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.wrapper-filter > h3 > i {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	padding: 11px 13px 12px;
}
.wrapper-filter .filter-box-scroll {
	overflow : auto;
	height: 100%;
}
.filter-box {
	padding: 0px 10px 0px;
	background: #fff;
}
.filter-box:first-child {
	margin-top: 15px;
	margin-bottom: 15px;
}
.filter-box > p {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #e8eaee;
	padding: 8px 0px;
	position: relative;
}
.filter-box .menu-link-filter[aria-expanded='false'],
.filter-box .menu-link-filter[aria-expanded='true'] + ul {
	border-bottom: 0;
}
.filter-box:last-child > p[aria-expanded='false'] {
	border-bottom: 0;
}
.filter-box > p > i {
	position: absolute;
	right: 0;
	font-size: 25px;
	top: 5px;
	color: #a4abbe;
	transition: all linear .2s;
}
.filter-box > p[aria-expanded='true'] > i {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter-box .field-search {
	margin: 5px 0px;
}
.filter-box .field-search input {
	border: 1px solid #efefef;
	background: #fff;
	height: 30px;
	border-radius: 4px 0px 0px 4px;
	padding: 6px 8px;
	width: calc(100% - 30px);
	border-right: 0;
}
.filter-box .field-search button {
	background : url(search-whitef1d6.png?v=1147) no-repeat #eb278d center;
width: 30px;
height: 30px;
border: none;
border-radius: 0px 4px 4px 0px;
vertical-align: top;
}
.filter-box ul {
	display:none;
	border-bottom: 1px solid #e8eaee;
}
.filter-box:last-child ul {
	border: none;
}
.filter-box ul li {
	position: relative;
	border-top: 1px solid #e8eaee;
	margin-left: 10px;
}
.filter-box ul li:first-child {
	border: none;
}
.filter-box label {
	display: block;
	cursor: pointer;
	margin: 0px;
	padding: 7px 0px 7px 0px;
}
.filter-box label span {
	font-weight: normal;
	vertical-align: middle;
}
.filter-box ul.filter-link li > label > a {
	display: block;	
}
.filter-box label > a > i {
	font-size: 25px;
	color: #a4abbe;
	position: absolute;
	right: 0;
}
.filter-box .filter-price label span {
	font-size: 12px;
}
.filter-box ul input[type='checkbox'],
.filter-box ul input[type='radio'] {
	margin-top: 0;
	vertical-align: top;
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 4px 0px;
	float: right;
}
.filter-box ul input[type='checkbox']:before,
.filter-box ul input[type='radio']:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
	-moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
	transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
	-webkit-transform: rotate(-45deg) scale(0,0);
	-moz-transform: rotate(-45deg) scale(0,0);
	-ms-transform: rotate(-45deg) scale(0,0);
	-o-transform: rotate(-45deg) scale(0,0);
	transform: rotate(-45deg) scale(0,0);
	content: "";
	position: absolute;
	right: 3px;
	top: 15px;
	margin: auto;
	z-index: 1;
	width: 10px;
	height: 5px;
	border: 2px solid #eb278d;
border-top-style: none;
border-right-style: none;
}
.filter-box ul input[type='radio']:before {
	width: 10px;
	height: 10px;
	border: 5px solid #eb278d;
border-radius: 50%;
top: 14px;
}
.filter-box ul input[type='checkbox']:after,
.filter-box ul input[type='radio']:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 11px;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #e7e7e7;
cursor: pointer;
border-radius: 2px;
}
.filter-box ul input[type='radio']:after {
	border-radius: 50%;
}
.filter-box ul input[type='checkbox']:checked:before,
.filter-box ul input[type='radio']:checked:before {
	-webkit-transform: rotate(-45deg) scale(1,1);
	-moz-transform: rotate(-45deg) scale(1,1);
	-ms-transform: rotate(-45deg) scale(1,1);
	-o-transform: rotate(-45deg) scale(1,1);
	transform: rotate(-45deg) scale(1,1);
}
.skipstep, .skipstep-mobile {
	height: 8px;
	margin: 20px 0px;
}
.skipstep .noUi-connect,
.skipstep-mobile .noUi-connect {
	background: #eb278d;
	box-shadow: none;
}
.skipstep .noUi-base, .skipstep-mobile .noUi-base {
	width: calc(100% - 20px);
}
.skipstep .noUi-handle-lower,
.skipstep .noUi-handle-upper,
.skipstep-mobile .noUi-handle-lower,
.skipstep-mobile .noUi-handle-upper {
	width: 30px;
	height: 15px;
	cursor: pointer;
	background: #eb278d;
	border: 1px solid #eb278d;
border-radius: 8px;
box-shadow: none;
top: -4px;
left: -5px;
}
.skipstep .noUi-handle:before,
.skipstep .noUi-handle:after,
.skipstep-mobile .noUi-handle:before,
.skipstep-mobile .noUi-handle:after {
	content: none;
}
.skipstep .noUi-handle.noUi-handle-lower:before,
.skipstep .noUi-handle.noUi-handle-upper:before,
.skipstep-mobile .noUi-handle.noUi-handle-lower:before,
.skipstep-mobile .noUi-handle.noUi-handle-upper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	height: auto;
	width: auto;
	border: 2px solid #fff;
	background: #eb278d;
}
.filter-box .infor-price-filter input[type='text'] {
	max-width: 65px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #D2D2D2;
	height: 30px;
	border-radius: 3px 0px 0px 3px;
}
.filter-box .infor-price-filter .text-space {
	padding: 11px 1px;
	display: inline-block;
	font-size: 6px;
}
.infor-price-filter .input-group {
	float: left;
}

/************************ Quick view ************************/
body.overlay-layer:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(71, 55, 78, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
body.overlay-layer:after {
	content: "";
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	z-index: 99999;
}
.wrapper-quickview {
	padding: 20px;
	display: block;
	position: fixed;
	max-width: 900px;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, width;
	z-index: 999999;
}
.wrapper-quickview::after {
	clear: both;
	content: "";
	display: table;
}
.wrapper-quickview.is-visible {
	visibility: visible;
}
.wrapper-quickview.animate-width {
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	top: 100px !important;
}
#quickview-sliderproduct .quickview-slider {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
#quickview-sliderproduct .quickview-slider.is-visible-slide {
	visibility: visible;
	opacity: 1;
}
#quickview-sliderproduct .quickview-slider .product-thumb a {
	display: block;
	margin-right: 5px;
	border: 1px solid #ccc;
}
#quickview-sliderproduct .quickview-slider .product-thumb a.active {
	border: 1px solid #D87C7C;
}
#quickview-sliderproduct .quickview-slider .flex-direction-nav .flex-next {
	right: -27px;
	background-position: 100%;
}
#quickview-sliderproduct .quickview-slider .flex-direction-nav .flex-prev {
	left: -30px;
	background-position: 0px 100%;
}
.wrapper-quickview .quickview-information {
	visibility: hidden;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
.wrapper-quickview.is-visible-info .quickview-information {
	visibility: visible;
	opacity: 1;
	display: block;
}
.quickview-information .quickview-close {
	position: absolute;
	right: -21px;
	top: -20px;
	width: 0;
	height: 0;
	border-top: 15px solid blue;
	border-right: 25px solid blue;
	border-bottom: 25px solid transparent;
	border-left: 15px solid transparent;
}
.quickview-information .quickview-close a {
	color: #fff;
	position: absolute;
	top: -13px;
	right: -18px;
}
.quickview-information h2 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #222222;
}
.quickview-information .quickview-price {
	margin-bottom: 10px;
	background: #ddd;
	padding: 5px 10px;
}
.quickview-information .quickview-price span {
	font-size: 20px;
	color: #e32124;
	font-weight: bold;
	margin-right: 10px;
}
.quickview-information .quickview-price del {
	font-size: 16px;
}
.quickview-information .quickview-variants {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.quickview-information .quickview-variants #quickview-select {
	display: none;
}
.quickview-information .selector-wrapper {
	width: 100%;
	float: left;
}
.quickview-information .quickview-description {
	font-size: 14px;
	color: #adadad;
	line-height: 21px;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.quickview-slider .flex-direction-nav a.flex-next {
	width: 17px;
	background: url(btn-arrow-rightf1d6.png?v=1147) no-repeat 0 0;
}
.quickview-slider .flex-direction-nav a.flex-prev {
	width: 17px;
	background: url(btn-arrow-leftf1d6.png?v=1147) no-repeat 0 0;
}
/*Haddd ***/
.btn-wishlist-product{display:none;}

/******************* Account ************************/

.layout-account .userbox {
	max-width: 100%;
	width: 335px;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-info-account .userbox {
	max-width: 100%;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-account .userbox h1 {
	font-size: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
.layout-account .userbox .input-account * {
	border-radius : 0;
	border-color: #ddd;
}
.layout-account .userbox .input-account .icon-envelope:after {
	content : url('../../../378/1000046378/10/2016/2-29/email.png');
}
.layout-account .userbox .input-account .icon-shield:after {
	content : url('../../../378/1000046378/10/2016/2-29/pass.png');
}
.layout-account .userbox .input-account .icon-userico:after {
	content : url('../../../378/1000046378/10/2016/2-29/userico.png');
}
.layout-account .action_bottom .btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 35px;
	background: #28303e;
	text-align: center;
	border: none;
	border-radius: 0;
}
.layout-account .action_bottom .btn:hover {
	background: #ea3a3c;
	color: #fff;
}
.layout-info-account h1 {
	font-size: 20px;
	margin-top: 0;
}
.layout-info-account h1 a {
	position: absolute;
	right: 15px;
	top: 3px;
	font-size: 14px;
}
.layout-info-account a.add-new-address {
	position: absolute;
	right: 15px;
	top: 0px;
}
#customer_orders table,
#order_details table {
	width: 100%;
}
#customer_orders table th,
#customer_orders table td,
#order_details table th,
#order_details table td {
	padding: 5px;
}
#customer_orders table .odd:first-child,
#order_details table .odd:first-child {
	border-top: 1px solid #ddd;
}
#customer_orders table .even,
#order_details table .even {
	background: #ddd;
}
.address_table .view_address span {
	display: inline-block;
	width: 65px;
	font-size: 13px;
}
.address_table .address_actions .action_link {
	padding: 5px 20px;
	background: #333;
	margin: 0px 5px 5px 0px;
	display: inline-block;
	border-radius: 4px;
}
.address_table .address_actions .action_link a {
	color: #fff;
}
.vertical-input > input {
	vertical-align: top;
}
.order-account .order_created_at {
	color : #999;
	font-size: 12px;
	margin-bottom: 10px;
}
#order_payment h3,
#order_shipping h3 {
	margin-top: 0;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
#recover-password .req_pass,
#login .req_pass,
#register .req_pass {
	font-size: 13px;
}
#customer_sidebar p span {
	display: inline-block;
	width: 65px;
	font-size: 13px;
}
.layout-info-account .edit_address .action_bottom > input {
	background: #333;
	color: #fff;
	padding: 5px 20px;
	border: none;
	vertical-align: top;
	margin-right: 5px;
}
.layout-info-account .edit_address .action_bottom > a {
	background: #333;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	width: 100px;
	text-align: center;
	border-radius: 4px;
}
.layout-info-account .address-default-icon {
	position: absolute;
	right: 20px;
	top: 5px;
	padding: 5px 11px;
	background: #eb278d;
	border-radius: 50%;
}
.layout-info-account .address-default-icon i {
	color: #fff;
}
#view_address {
	font-size: 13px;
	font-weight: bold;
}
#recover-password .errors li {
	font-weight: 700;
	color: #f00;
}
/**intro slide **/
.intro {
	background: #fff;
	padding-top: 0px;
}
.msg-intro{
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 2.2rem;
	font-size: 22px;
	font-family:Tinos,Arial,Helvetica,sans-serif;
	font-style: italic;
}

/*Hadd *****/

/**TÂM ĐIỂM ***/

#newsletter_popup{
	background-image: url(popup_newsletter_bgf1d6.jpg?v=1147);
	text-align: left;
	padding: 20px;
	min-width: 600px;
	min-height: 390px;
	overflow: hidden;
	background-size: cover;
	background-repeat:no-repeat;
	background-color:#e6e6e6;
}

/**TÂM ĐIỂM ***/
.image.image-ratio{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.image.image-ratio iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

/**
.owl-carousel .owl-item img{max-height:230px;}
**/

/**footer hotline **/
.divider_title {
	text-align: center;
	position: relative;
}

.divider_title span{
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
}
#company_info {
	font-size: 12px;
}
.small-title {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

#social_links a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 5px;
	padding: 0;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	color: inherit;
	line-height: 35px;
	text-align: center;
	font-size: 0px;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}
#social_links a .fa {

	color:#aaaaaa;
	font-size: 16px;
	line-height: 35px;
}
#social_links a:hover .fa{
	color:#ffffff;
}
#social_links a:hover{

	background:#eb278d;
	border-color:#eb278d;
}
#hotline .phone img {
	width: 42px;
	margin-right: 10px;
}
#hotline .phone a {
	color:#eb278d;
	font-size: 22px;
	vertical-align: middle;
}
.footer-info{
	text-align:center;
}

/** decoration title **/
.title-decoration {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}

.decoration {
	width: 25px;
	height: 1px;
	border-top: 4px #eb278d solid;
margin-top: 7px;
border-radius: 3px;
display: inline-block;
}

.title-decoration span {
	padding-right: 15px;
	display: block;
}



/** fix fb fanpage footer **/
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
	display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
	max-width:100% !important;
}
.home-focus >div:nth-child(3) {clear:both;}
.sidebar-col.search .product-lists{
	margin-top:20px;

}
/**HADD POPUP NEWSLETTER *****/
div#newsletter_popup h4 {
	font-family:Tinos, Arial,Helvetica,sans-serif ;
	font-size: 30px;
	color: #161616;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	font-weight: normal;
}

.newsletter-message {
	font-family:Tinos, Arial,Helvetica,sans-serif ;
	width: 55%;
	color: #161616;

}

.newsletter-message span {
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.newsletter-message p {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.newsletter-message ul {
	margin-bottom: 20px;
}

.newsletter-message ul li {
	font-size: 14px;
	position: relative;
	display: block;
	padding-left: 25px;
}

.newsletter-message ul li:before {
	content: "\f111";
	position: absolute;
	font-family: "FontAwesome";
	font-size: 5px;
	top: 8px;
	left: 10px;
}

.newsletter_form.newsletter_form__haravan {
	width: 53%;
}

input#contact_email {
	font-size: 12px;
	font-style: italic;
	height: 33px;
	border-radius: 0;
	width:100%;
	padding-left:10px;
}

.newsletter_form.newsletter_form__haravan .btn.subscribe {
	margin-top: 10px;
	background-color: transparent;
	color: #161616;
	font-style: italic;
	font-size: 10px;
	position: relative;
	padding: 0px 12px;
	border: 3px double #161616;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.newsletter_form.newsletter_form__haravan .btn.subscribe:focus,
.newsletter_form.newsletter_form__haravan .btn.subscribe:hover{
	outline:none;
}
.newsletter_form.newsletter_form__haravan .btn.subscribe:hover {
	color: #ffffff;
	background-color: #eb278d;
	border: 3px double #eb278d;
}
#newsletter_popup__wrap.fancybox-opened .fancybox-skin {
	padding: 0px!important;
}
#newsletter_off {
	background: transparent;
	border: none;
	color: #161616;
	text-transform: none;
	text-align: left;
	margin: 0;
	padding: 5px 0;
}
#newsletter_off i {
	margin-right: 10px;
}
#newsletter_off:focus {
	outline: none;
}
.wrapper-newsletter_popup {

	padding: 12px;
	background: rgba(255,255,255,0.4);

}
/**404 ***/
/* OutLine */
.error #outline {
	margin-bottom: 5%;
	text-align: center;
}

/* Eror Code */
.error .error-code {
	color:#eb278d;
	font-size: 200px;
	font-weight: 700;
	line-height: normal;
}

/* Message Error */
.error .error-message {
}

/* Message Error */
.error .error-message h2 {
	color:#161616;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.error #errorboxbody p {
	color: #999999;
	display: block;
	margin: 0 0 30px;
}

/* Button Home */
.error .button-home {
	background: #161616;
	border: 1px solid #161616;
color: #ffffff;
display: inline-block;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 10px 70px;
letter-spacing: 1px;
}

.error .button-home:hover,
.error .button-home:focus,
.error .button-home:active {
	background: #eb278d;
	border-color:#eb278d;
}

@media (max-width:  360px) {

	/* OutLine */
	.error #outline {
		margin-top: 20%;
	}

	/* Eror Code */
	.error .error-code {
		font-size: 150px;
	}

	/* Message Error */
	.error .error-message {
	}

	/* Message Error */
	.error .error-message h2 {
		font-size: 24px;
	}
}
/**end404 **/

.home-collection .product-item{
	margin-bottom:20px;
}
/*Banner quang cao goc trai*/
.float-ck { 
	position: fixed;
	left:0;
	bottom: 0px;
	z-index: 9000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.float_content_right {
	border-top: 1px solid #eb278d;
border-right: 1px solid #eb278d;
}
.float_content_right {
	position:relative;
	text-align:right;
	font-size: 11px;
}
.float_content_right a.hide_qc {
	position: absolute;
	top: -19px;
	right: -1px;
	background: #eb278d;
	padding: 2px 4px;
	color: #ffffff;
}
.float_content_right a.show_qc {
	position: absolute;
	right: -65px;
	top: 47px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #eb278d;
	padding: 2px 10px;
	color: #ffffff;
	display: none;
}
/** contact iframe map**/
.text-center iframe {
	width: 100%!important;
}

@media only screen and (max-width: 767px){
	.text-center iframe {
		height: 250px!important;
	}
	.col-padd5{margin-bottom:10px;}
	.hrv-testimonial.layout_1 ,.hrv-home-news{margin:15px 0;}
}
/** Hadd mia  **/

a.cate.item-col {
	display: block;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
}
/**
.cate.item-col span {
display: block;
background-color: rgba(255,255,255,0.85);
text-align: center;
position: absolute;
left: 0;
bottom: 0;
line-height: 30px;
width: 100%;
height: 30px;
color: #333;
font-size: 14px;
}
**/
.cate.item-col:hover p {
	background-color: rgba(1,1,1,0.6);
	color: #fff;
}
[class^='icon-'], [class*=' icon-'] {
	display: inline-block;
	color: #000000;
	fill: currentColor;
	width: 20px;
	height: 20px;
}
svg:not(:root) {
	overflow: hidden;
}
/***
.owl-carousel .owl-controls .owl-nav > div svg {
fill: #fff;
color: #fff;
width: 30px;
height: 50px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
left: 0;
}

.owl-carousel .owl-controls .owl-nav > div {
position: absolute;
top: 50%;
text-align: center;
background: rgba(153,153,153,0.3);
width: 30px;
height: 50px;
border-radius: 2px;
}
.owl-carousel .owl-controls .owl-nav > div:hover {
background: rgba(153,153,153,0.8);
}
**/
.pr-carousel .owl-carousel .owl-controls .owl-buttons .owl-prev:after,
.pr-carousel .owl-carousel .owl-controls .owl-buttons .owl-next:after {
	content: "\e605";
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;
	font-family: simple-line-icons;
}
.pr-carousel .owl-carousel .owl-controls .owl-buttons .owl-next:after {content: "\e606";}
.pr-carousel .owl-carousel .owl-controls .owl-buttons .owl-prev,
.pr-carousel .owl-carousel .owl-controls .owl-buttons .owl-next{font-size:0;}

/** mmenu **/
.navbar-toggle {
	margin: 0;
	/* padding: 0; */
	border: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:transparent;}
.mm-menu {
	background:#ffffff;
	color:#4d4d4d;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 80%;
	min-width: 140px;
	max-width: 440px;
	border-color:#ebebeb;

}
.mm-slideout{z-index: initial!important;}

.mm-menu .mm-title {
	color:#333333!important;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.mm-menu .mm-listview>li>a.mm-prev, .mm-menu .mm-listview>li>a.mm-next {
	color:#333333;
}

.mm-listview a{
	color:#4d4d4d!important;
}
.mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover{
	color:#e63535!important;

}
.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.mm-menu .mm-listview>li>a.mm-prev:before, .mm-menu .mm-listview>li>a.mm-next:before {
	border-color: rgba(0,0,0,0);
}
.mm-listview>li:not(.mm-divider):after{
	border-color:#ebebeb;
}
.mm-prev:before, .mm-next:after {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.mm-next:after {
	border-top: none;
	border-left: none;
	right: 20px;
}
.mm-menu .mm-listview>li>a.mm-prev:after, .mm-menu .mm-listview>li>a.mm-next:after,.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color:#4d4d4d;
}

.mm-header .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}
.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 20px;
}
.mm-menu .mm-header .mm-btn:after, .mm-menu .mm-header .mm-btn:before {
	border-color: #666;
}
#mm-blocker {
	background: rgba(3,2,1,0.5);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
/*********HOME CATE SIDEBAR ***/

.marg-10{
	margin-top:10px;
}

.box-product{
	background: #FFF;
	border: 1px solid #e7e7e7;
margin-bottom: 15px;
border-top: 2px solid #eb278d;
margin-top:15px;
}
.title-home-product{
	height: 34px;
	position: relative;
	display: block;
	background-color: #f7f7f7;
	padding: 0 10px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 15px;
	color: #eb278d;
}
.box-product li {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 10px;
}

.box-product ul li:first-child {
	border-top: none;
}
.box-product li >a {
	display:block;
}

.box-product ul li > a:hover {
	box-shadow: 0 1px 4px #999;
}
.box-product .box-img {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.box-product  .product-sale,.field-sale{
	background-color: #eb278d;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	border: 1px solid  #eb278d;
top: 5px;
left: 5px;

}
.box-product .box-img .price {
	position: absolute;
	height: 30px;
	background-color: rgba(250,250,250,0.8);
	padding: 0 5px;
	line-height: 30px;
	bottom: 0;
	width: 100%;
}
.curr-price{
	float: left;
	font-size: 13px;
	color: #eb278d;
	font-weight: bold;
}
.old-price{
	float: right;
	text-decoration: line-through;
	color: #999999;
	font-size:13px;
}
.box-product .prod-name{
	display: block;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	padding: 5px 5px 10px 5px;
}
.box-product a:hover .prod-name {
	color: #e5101d;
}
/********service **/

.sidebar-service .support > div {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 17px 20px 17px 74px; }
.sidebar-service .support > div:last-child {
	border-bottom: 0px; }
.sidebar-service .support > div:hover .box-icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s; }
.sidebar-service .box-icon {
	position: absolute;
	top: 17px;
	left: 20px;
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 100%;
	background: #6b3de5;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s; }
.sidebar-service .box-icon.ico-2 {
	background: #00a9e0; }
.sidebar-service .box-icon.ico-3 {
	background: #42b47c; }
.sidebar-service .box-icon.ico-4 {
	background: #ebb04e; }
.sidebar-service .box-body h4 {
	margin: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #292733;
	padding: 4px 0px; }
.sidebar-service .box-body p {
	margin: 0px;
	line-height: 16px;
	font-weight: 300;
	font-size: 13px; }
.banner-img img{

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.banner-img:hover img{
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.alertNoProduct .cate-coll-1{margin-right:0;}
.hrv-home-agency {
	position: relative;
	border: 1px solid #e7e7e7;
padding: 20px;
}
.faqs { margin-bottom:30px; }
.faqs .block { margin:0; }
.faqs .block > div > div { padding:0; }
.faqs .block .block-title {
	padding:0;
	line-height:35px;
	border-bottom:1px solid #e5e5e3;
	color:#ffffff;
}
.faqs .block .block-title strong {
	padding:30px 0;
	line-height:20px;
	color:#ffffff;
	display:inline-block;
	position:relative;
	font-size:16px;
}
.faqs .block .block-title strong span {
	color:#000000;
	line-height:20px;
}
.faqs .block .block-title strong:before {
	width:60px;
	height:3px;
	background:#eb278d;
	position:absolute;
	bottom:-2px;
	left:0;
	content:'';
}
.faqs .block-title + div {
	margin-top:30px;
	border:1px solid #e5e5e3;
}
.faqs .panel-default>.panel-heading {
	padding:0;
	border-radius:0;
	box-shadow:none;
	background:transparent;
	border:0;
}
.faqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border:none;
	padding:5px 0 0 35px;
	box-shadow:none;
}
.faqs .panel-group .panel {
	padding:15px;
	border:1px solid #e7e7e7;
-webkit-box-shadow: none;
box-shadow: none;
border-radius:0;
}
.faqs .panel-group .panel:last-child { border:none; }
.faqs .panel-group .panel .panel-collapse {
	padding-top:10px;
	border:none;
	color:#999999;
	font-size:13px;
}
.faqs .panel-title {
	font-size:15px;
	font-weight:bold;
}
.faqs .panel-title a {
	text-align:left;
	position:relative;
	display:block;
	padding-left:35px;
	text-decoration:none;
	line-height:22px;
	font-size:13px;

}
.faqs .panel-title a:before {
	position:absolute;
	content: "\f067";
	font-family: FontAwesome!important;
	left:0;
	top:0;
	color:#666666;
	background:#ffffff;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	font-size:10px;
	width:22px;
	height:22px;
	text-align:center;
	line-height:20px;
	display:block;
	border:1px solid #e7e7e7;
}
.faqs .panel-title a.collapsed:before {
	content: "\f067";
	background:#ffffff;
}
.faqs .panel-title a:hover { color:#eb278d; }

.faqs .panel-title a:not(.collapsed):before {
	border-color: #eb278d;
	background: #eb278d;
	color: #fff;
	content:"\f068";
}
.faqs .panel-title a:not(.collapsed){
	color: #eb278d;
}

.block-colections .cate.item-col p{
	position: absolute;
	height: 30px;
	background-color: rgba(250,250,250,0.8);
	padding: 0 5px;
	line-height: 30px;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight:bold;
}
.block-colections .cate.item-col span{float:none;}
.block-colections .old-price{margin-left:5px;}
.block-colections .cate.item-col:hover p {
	background-color: rgba(1,1,1,0.6);

}
.block-colections .cate.item-col:hover span{	color: #fff;}
.cate-left .col-item .cate-view:nth-child(2n+1){
	clear: both;
}
.banner-home-content .banner-block {
	overflow: hidden;
}
.icon-loading {
	width: 100%;
	height: auto;
}
#product-related .product-related-owl{
	overflow: hidden;
	position: relative;
}


/** navigate product home **/
.navicate {
	border-top:2px solid  #e34d86;
	border-left:1px solid  #e7e7e7;
border-right:1px solid  #e7e7e7;
border-bottom:1px solid  #e7e7e7;
clear: both;
height: 44px;
margin-top: 10px;
position: relative;
z-index: 99;
margin-bottom: 10px;
}

.navicate .parent {
	background: #e34d86 none repeat scroll 0 0;
	float: left;
	margin: -1px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 42px;
}
.navicate .parent:after {
	border-bottom: 20px solid transparent;
	border-left: 11px solid #e34d86;
	border-top: 20px solid transparent;
	content: "";
	height: 0;
	margin-left: 20px;
	margin-top: 1px;
	position: absolute;
	width: 0
}

.coll-index-1  .navicate{
	border-top-color: #ec268f ;
}

.coll-index-1 .navicate .parent{background: #ec268f none repeat scroll 0 0;}
.coll-index-1	.navicate .parent:after {border-left-color: #ec268f;}


.navicate .parent a {
	color:#ffffff;
	font-size: 14px;
	line-height: 42px;
}

.navicate .sub {
	border-right: 1px solid #e7e7e7;
float: right;
height: 18px;
line-height: 18px;
margin-top: 10px;
padding-left: 10px;
padding-right: 9px;
margin-bottom: 0;
font-size: 13px;
line-height: 20px;
}

.navicate .sub a {
	font-size: 13px;
	line-height: 20px;
}

.navicate div.sub {
	border: none !important
}


.navicate div.sub i:before {
	color: #e7e7e7;
	content: "\f105";
	display: block;
	float: right;
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 2px
}

/** 30-10**/
.home-bestseller .bestseller-item {
	width: auto;
	display: block;
	padding-bottom: 0;
	margin-top: 16px;
	position: relative;
}
.home-bestseller .bestseller-item:after, .home-bestseller .bestseller-item:before {
	display: table;
	content: "";
	clear: both;
}
.home-bestseller .bestseller-item .image {
	display: block;
	float: left;
	position: relative;
	margin: 0;
}

.home-bestseller .bestseller-item .image img {
	width: 70px;
}
.home-bestseller .bestseller-item .name {
	margin-left: 90px;
	font-size: 12px;
	margin-bottom: 5px;
}

.home-bestseller .bestseller-item .name a {
	color:#333333;
}
.home-bestseller .bestseller-item .name a:hover {
	color:#eb278d;
}
.home-bestseller .bestseller-item .price {
	margin-left: 90px;
	font-size: 14px;
	color: #eb278d;
	font-weight: 700;
	margin-bottom: 0;
}

.home-bestseller .bestseller-item .price2 {
	margin-left: 90px;
	font-size: 11px;
	color: #999999;
	text-decoration: line-through;
	display: block;
}

.product-item .image img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.product-item .image:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.h-right .banner-area {
	position: relative;
	margin-bottom:20px;
}

.h-right .banner-area img {
	width: 100%
}

.h-right .banner-area a {
	display: block;
	position: relative
}

.h-right .banner-area a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 2px solid #fff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	opacity: 0
}

.h-right .banner-area a:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 2px solid #fff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	opacity: 0
}

.h-right .banner-area a:hover:before {
	width: 100%;
	height: 100%;
	opacity: 1
}

.h-right .banner-area a:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1
}
.h-right .brands-area ul.brands-elements {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-webkit-justify-content: left;
	justify-content: left;
	margin-bottom: 20px
}

.h-right .brands-area ul.brands-elements li {
	width: 50%;
	display: inline-block;
	height: 80px;
	border: 1px solid #e5e5e5;
	margin: 0 0 -1px -1px;
	vertical-align: top;
	position: relative;
	overflow: hidden
}

.h-right .brands-area ul.brands-elements li img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.h-right .brands-area ul.brands-elements li:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0)
}
.h-hover-alt {
	text-align: left;
}
.product-grid-item {
	margin-bottom: 0px;
	text-align: center;
}

.product-grid-item .product-element-top {
	margin-bottom: 10px;
}
.h-hover-alt .product-element-top {
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.product-grid-item .product-element-top>a {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.h-buttons {
	position: absolute;
	top: 0;
	right: 0;
}
.h-hover-alt .product-compare-button, .h-hover-alt .quick-view, .h-hover-button .product-compare-button, .h-hover-button .quick-view, .h-hover-info .product-compare-button, .h-hover-info .quick-view, .h-hover-link .product-compare-button, .h-hover-link .quick-view {
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-sand-transform: scale(0);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.h-hover-alt:hover .product-element-top .product-compare-button, .h-hover-alt:hover .product-element-top .quick-view, .h-hover-button:hover .product-element-top .product-compare-button, .h-hover-button:hover .product-element-top .quick-view, .h-hover-info:hover .product-element-top .product-compare-button, .h-hover-info:hover .product-element-top .quick-view, .h-hover-link:hover .product-element-top .product-compare-button, .h-hover-link:hover .product-element-top .quick-view {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-sand-transform: scale(1);
}


.h-tooltip {
	text-align: center;
	position: relative;
}
.h-buttons .product-compare-button>a:before, .h-buttons .quick-view>a:before {
	content: "\e091";
	display: inline-block;
	font-size: 18px;
	font-family: Simple-Line-Icons;
}
.h-tooltip .h-tooltip-label {
	position: absolute;
	padding: 0 10px;
	line-height: 28px;
	font-size: 12px;
	letter-spacing: .3px;
	text-transform: capitalize;
	visibility: hidden;
	white-space: nowrap;
	color: transparent;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.h-tooltip .h-tooltip-label {
	bottom: 130%;
	left: 50%;
	right: auto;
	top: auto;
	-webkit-transform: translateX(-50%) translateY(0);
	-o-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	-sand-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}
.h-buttons .product-compare-button>a .h-tooltip-label, .h-buttons .quick-view>a .h-tooltip-label {
	bottom: auto;
	left: auto;
	right: 135%;
	top: 50%;
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	-sand-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
.h-buttons .product-compare-button>a .h-tooltip-label:before, .h-buttons .quick-view>a .h-tooltip-label:before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 99%;
	right: auto;
	color: transparent;
	font-size: 16px;
	font-family: FontAwesome;
	line-height: 5px;
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	-sand-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.product-grid-item .product-element-top:after {
	content: " ";
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid rgba(0,0,0,.8);
	border-radius: 50%;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	animation: load-spin 450ms infinite linear;
	-o-animation: load-spin 450ms infinite linear;
	-ms-animation: load-spin 450ms infinite linear;
	-webkit-animation: load-spin 450ms infinite linear;
	-moz-animation: load-spin 450ms infinite linear;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.h-hover-alt .product-title {
	margin-bottom: 8px;
	line-height: 1.2;
	text-align: center;
	max-height: 60px;
	overflow: hidden;
	font-size: 22px;
	color: #1B1919;
	margin-top:0;

}


.h-buttons .product-compare-button>a, .h-buttons .quick-view>a {
	display: block;
	font-size: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: rgba(0,0,0,.9);
	text-decoration: none;
}
.h-hover-alt .product-title a {

	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 15px;
	margin: 0 0 5px 0;   
	font-size: 14px!important;
	line-height: 19px !important;
	margin: 0 !important;
	font-weight: 400;
	color: #333333;
}
.h-hover-alt .product-title a:hover{
	color:#eb278d;
}
.product-grid-item .product-title a {
	font-size: 13px;
	border-bottom: none !important;
}
.h-hover-alt .wrap-price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	display: -ms-flex;
	-ms-align-items: center;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-justify-content: space-between;
}
.h-hover-alt .wrap-price {
	display: block;
}
.h-hover-alt .wrapp-swap {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.h-hover-alt .swap-elements {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.h-hover-alt:hover .wrapp-swap .swap-elements {
	transform: translateY(-32px);
	-webkit-transform: translateY(-32px);
	-o-transform: translateY(-32px);
	-moz-transform: translateY(-32px);
	-ms-transform: translateY(-32px);
	-sand-transform: translateY(-32px);
}
.h-hover-alt .price {
	text-align: left;
	height: 32px;
	line-height: 32px;
	position: relative;
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
	color:#eb278d
}

.h-hover-alt .price {
	text-align: center;
}
.product-grid-item .price {
	font-size: 14px;
	font-weight: bold;
}
.h-hover-alt .btn-add>a {
	color:#eb278d;
}
.h-hover-alt .btn-add {
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.button{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .3px;
	border-radius: 0;
	border: 1px solid;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #ECECEC;
	color: #3E3E3E;
	border-color: #ECECEC;
}
.add_to_cart_button {
	text-align: center;
	position: relative;
}
.h-hover-alt .btn-add>a {
	position: relative;
	background-color: transparent;
	border: none;
	padding: 0;
	padding-left: 22px;
	color: #000;
	white-space: nowrap;
	font-weight: 700;
	text-transform: capitalize;
}
.h-hover-alt .btn-add>a:before {
	display: inline-block;
	position: absolute;
	line-height: 18px;
	font-size: 16px;
	font-family: simple-line-icons;
}

.h-hover-alt .btn-add>a.product_type_simple:before, .h-hover-alt .btn-add>a.product_type_variable:before {
	content: "\e087";
	left: 0;
	top: -1px;
}
.h-hover-alt .btn-add>a.add_to_cart_button:before, .h-hover-alt .btn-add>a.added_to_cart:before {
	left: 0;
	top: -3px;
}
.h-hover-alt .btn-add>a.add_to_cart_button:before {
	content: "\e04e";
}
.h-hover-alt .btn-add>a {
	color: #ec268f;
}
.h-hover-alt .btn-add>a.add_to_cart_button:before, .h-hover-alt .btn-add>a.added_to_cart:before {
	left: 0;
	top: -3px;
}
.h-hover-alt .btn-add>a .h-tooltip-label {
	display: none;
}
.add_to_cart_button:after {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	content: " ";
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
	border-radius: 50%;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	animation: load-spin 450ms infinite linear;
	-o-animation: load-spin 450ms infinite linear;
	-ms-animation: load-spin 450ms infinite linear;
	-webkit-animation: load-spin 450ms infinite linear;
	-moz-animation: load-spin 450ms infinite linear;
	-webkit-transition: right .2s ease-in-out,opacity .25s ease-in-out;
	-moz-transition: right .2s ease-in-out,opacity .25s ease-in-out;
	-o-transition: right .2s ease-in-out,opacity .25s ease-in-out;
	-ms-transition: right .2s ease-in-out,opacity .25s ease-in-out;
	transition: right .2s ease-in-out,opacity .25s ease-in-out;
}
.h-hover-alt .btn-add>a:after {
	left: 0;
	right: auto;
	transition: right 0s ease-in-out,opacity .15s ease-in-out;
	-webkit-transition: right 0s ease-in-out,opacity .15s ease-in-out;
	-o-transition: right 0s ease-in-out,opacity .15s ease-in-out;
	-moz-transition: right 0s ease-in-out,opacity .15s ease-in-out;
}
.h-buttons .product-compare-button>a:hover .h-tooltip-label, .h-buttons .quick-view>a:hover .h-tooltip-label {
	background-color: #000;
	color: #fff;
	visibility: visible;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 115%;
}
.h-buttons .product-compare-button>a:hover .h-tooltip-label:before, .h-buttons .quick-view>a:hover .h-tooltip-label:before {
	color: #000;
}

.h-hover-alt .price small{
	color:#999999;
	font-weight:normal;
	font-size: 12px;
	margin-left: 5px;

}
.bh-slideshow {
	margin-bottom: 10px;
}
.hover-img {
	position: absolute;
	top: 0px;
	opacity: 0;
	width: 100%;
	transition: all 0.4s ease-in-out;
}
.h-hover-alt .product-element-top:hover .hover-img {
	opacity: 1;
}
.logo h1 {
	margin: 0;
}
/*********Jesica **********/
/*******HOME HEADER ********/
.topbar {
	width: 100%;
	height: 35px;
	letter-spacing: .3px;
	position: relative;
	background-color: #0f0f0f;
	color:#ffffff;
}

.topbar-content {
	display: table;
	width: 100%;
}

.topbar-content:before {content: '';height: 42px;display: table-cell;vertical-align: middle;}

.topbar-left {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	line-height: 21px;
}

.social-icons {
	display: block;
}

.social-icons li {
	display: inline-block;
	margin: 5px 5px 0 5px;
	padding: 0;
	margin-top: 0;
}

.social-icons li a {
	color:#ffffff;
	font-size: 0;
}
.social-icons li:first-child{    margin-left: 0;
	padding-left: 0;}

.social-icons li i {
	font-size: 14px;
}

.topbar-right {
	display: table-cell;
	vertical-align: top;
}

.topbar-menu {
	float: right;
}

.topbar-menu ul>li {
	position: relative;
	margin-left: -2px;
	display: inline-block;
	line-height: 35px;
	color: #ffffff;
}

.topbar-menu ul>li a {
	color:#ffffff;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 1px;
	position: relative;
}

.topbar-menu ul>li a:after {

	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color:#919191;
	transition: width .2s ease;
	color:#eb278d;

}


.topbar-menu ul>li a:hover {
	color: #eb278d;
	cursor: pointer;
}
.topbar-menu ul>li a:hover:after{
	width: 100%;
	left: 0;
}

.topbar-menu ul>li:before {content: '';display: inline-block;height: 25px;width: 1px;background-color: rgba(255,255,255,.1);margin-left: 10px;margin-right: 10px;vertical-align: middle;}
.topbar-menu ul>li:first-child:before {
	content: none
}
/**header**/
@keyframes h-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

.wrap-header {
	display: table;
	width: 100%;
	height: 115px;
}

.header-phone, .wrap-header .logo,.search-cart {
	display: table-cell;
	vertical-align: middle;
}

.header-phone {
	width: 40%;
	padding: 10px 5%;
}

.txt-phone {
	line-height: 1.6;
}

.phone-num {
	font-size: 20px;
	color: #999999;
	padding-left: 20px;
	font-weight: bold;
	font-family:Tinos,Arial,Helvetica,sans-serif;
}

a.phone-num .fa {
	width: 35px;
	height: 35px;
	border: 1px solid #eb278d;
color: #eb278d;
border-radius: 50%;
line-height: 35px;
animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
}

.txt-phone .phone-num .fa {
	padding-left: 8px;
}

.logo {
	width: 20%;
	padding-right: 15px;
	padding-left: 15px;
}

.search-cart {
	width: 40%;
	padding-left: 15px;
	text-align: right;
}
@media (min-width: 768px)
	.search-cart{
		padding-right: 90px;
	}

.search-cart>div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.search-cart>div:first-child {
	margin-left: 0;
}

.search-wrapp {
	position: relative;
}

.search-wrapp input[type=text] {
	background-color: #fde6e8;
	position: relative;
	display: inline-block;
	border: 1px solid #fde6e8;
background: #fde6e8;
height: 27px;
line-height: 27px;
font-size: 12px;
color: #eb278d;
width: 130px;
padding: 0 10px;
/* border-top-left-radius: 5px; */
border-bottom-left-radius: 5px;
transition: border-color .5s;
}

.search-wrapp #search-submit{
	display: inline-block;
	position: relative;
	border: 1px solid #eb278d;
background: #eb278d;
height: 27px;
line-height: 24px;
font-size: 13px;
color: #ffffff;
margin-left: -4px;
width: auto;
padding: 0 10px;
border-top-right-radius: 5px;
/* border-bottom-right-radius: 5px; */
}
.cart-info {
	position: relative;
}
.cart-info>a {
	display: inline-block;
	text-align: center;
}

.cart-info>a:before {
	content: "\e04e";
	font-family: Simple-Line-Icons;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

.cart-info>a>span {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	line-height: 30px;
}
.cart-sum-price{font-weight:700;}
/**************HOME MENU **********/
.nav-bar.style-1 {
	border-top: 1px solid rgba(168,168,168,0.2);
	border-bottom: 1px solid rgba(168,168,168,0.2);
	position: relative;
	background: #ffffff;
}
.list-title {
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.nav-bar .site-nav>li:nth-child(n+5) .sub-menu-dropdown.megamenu_1{
	right: 0 !important;left: inherit;
}
.hh {
	color: rgba(0,0,0,.7);
	display: block;
	vertical-align: middle;
}

.nav-bar .site-nav {
	line-height: 1.3;
	text-align:center;
}

.nav-bar .site-nav>li{
	text-align: left;
	display: inline-block;
	margin-left: -2px;
	position: relative;
}
.nav-bar .site-nav .site-nav-hassub {
	position: relative;
	margin-right: 5px;
}
.nav-bar  ul>li >a{
	font-weight: normal;
	font-style: normal;

}
.nav-bar .site-nav>li >a{
	text-decoration: none;
	letter-spacing: .5px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;


}
.nav-bar .site-nav>li>a{

	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 13px;
	padding-right: 13px;
	height: 50px;
	line-height: 50px;
}
.nav-bar .site-nav>li>a{
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 500;

}
.nav-bar .site-nav >.site-nav-hassub >a{
	position:relative;

}


.special_label {
	position: absolute;
	opacity: 0;
	top: 50%;
	right: -5px;
	padding: 2px 4px;
	margin-top: -20px;
	color:#ffffff;
	line-height: 1.3;
	font-size: 8px;
	text-transform: uppercase;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-sand-transform: translateY(-50%);
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 1;
}

.hot_label {
	background-color:#ef7c0a;
}

.special_label:after {
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	z-index: -1;
	bottom: 5px;
	font-size: 16px;
	position: absolute;
	bottom: -9px;
	left: 3px;
}

.hot_label:after {
	color:#ef7c0a;
}

.sub-menu-dropdown.megamenu_1 {
	min-height: 100px;
	width: 720px;

}
.sub-menu-dropdown {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-clip: border-box;
	background-color: #ffffff;
}

.sub-menu-dropdown {
	position: absolute;
	left: 0;
	background-color: #ffffff;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease .1s;
	-moz-transition: all .25s ease .1s;
	-o-transition: all .25s ease .1s;
	transition: all .25s ease .1s;
}

.site-nav-hassub:hover .sub-menu-dropdown {
	top: 100%;
}

.sub-menu-dropdown {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.sub-menu-dropdown .container {
	width: auto;
	padding: 0;
}

.nav-bar .site-nav>li .megamenu_1.site-nav-sub > li {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.nav-bar .site-nav>li .site-nav-sub li a {
	display: block;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 0;
	letter-spacing: .3px;
	font-size: 13px;
	padding: 6px 0;
}

ul.site-nav-sub.dropdown {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-clip: border-box;
	background-color: #ffffff;
}

ul.site-nav-sub.dropdown {
	position: absolute;
	left: 0;
	width: 180px;
	background-color:#ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease .1s;
	-moz-transition: all .25s ease .1s;
	-o-transition: all .25s ease .1s;
	transition: all .25s ease .1s;
}



ul.site-nav-sub.dropdown {
	top: 100%;
}

ul.site-nav-sub.dropdown {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

ul.site-nav-sub.dropdown li {
	display: block;
	position: relative;
}

ul.site-nav-sub.dropdown a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .3px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

ul.site-nav-sub.dropdown a {
	font-size: 13px;
	text-transform: none;
	padding-bottom: 6px;
	padding-top: 6px;
}
a.site-nav-link {
	padding-left: 0;
}

.sub-menu-dropdown {
	top: 70%;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}



li.mega-menu.site-nav-hassub {}

.megamenu_1.sub-menu-dropdown {
	padding: 30px 30px 30px 30px;
	-webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	-moz-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	-o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
}

.site-nav-hassub:hover .sub-menu-dropdown {
	visibility: visible;
	opacity: 1;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);

}


.nav-bar .site-nav>li .site-nav-sub >li>a {
	font-size: 13px;
	font-weight: normal !important;
	text-transform: none;
	padding: 6px 0;
	margin-bottom: 0px;

}

.site-nav-sub li{
	display: block;
	text-align:left;
}


.nav-bar .site-nav>li .site-nav-sub li a:hover {color:#eb278d;text-decoration: none;
	margin-left: 5px;}


a.site-nav-link {
	padding-left: 0;
}
.sub-menu-dropdown {
	top: 70%;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}



.sub-menu-dropdown.megamenu_1 {
	padding: 20px 10px 10px 10px;
	-webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	-moz-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	-o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
	transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
}

.site-nav-hassub:hover .sub-menu-dropdown {
	visibility: visible;
	opacity: 1;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.nav-bar .site-nav>li .site-nav-sub >li>a {
	font-size: 13px;
	font-weight: normal !important;
	text-transform: none;
	padding: 6px 0;
	margin-bottom: 0px;

}

.site-nav-sub li{
	display: block;
	text-align:left;
}


.nav-bar .site-nav>li .site-nav-sub li a:hover {text-decoration: none;
	margin-left: 5px;}
.nav-bar .site-nav>li .site-nav-sub li.nav-text a:hover{margin:0!important;}
.nav-bar .site-nav>li .site-nav-sub li.nav-text a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

ul.site-nav-sub.site-dropdown{
	background-position: bottom right;
	background-repeat: no-repeat;
	background-clip: border-box;
	background-color:#ffffff;
}

.sub-menu-dropdown {
	position: absolute;
	left: 0;
	width: 180px;
	background-color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease .1s;
	-moz-transition: all .25s ease .1s;
	-o-transition: all .25s ease .1s;
	transition: all .25s ease .1s;
}

.nav-bar .site-nav .site-nav-hassub ul li {
	display: block;
	position: relative;
	text-align: left;
}
.nav-bar .site-nav>li .site-nav-sub.site-dropdown >li>a{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .3px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 13px;
	text-transform: none;
	padding-bottom: 6px;
	padding-top: 6px;
}
.nav-bar .site-nav a,.nav-bar .site-nav .list-title{color:#333333;}
.nav-bar .site-nav a:hover{color:#eb278d;}

/**RESPONSIVE **/


.menu-btn.click-menu-mobile {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	display: none;
}

.menu-btn.click-menu-mobile .icon-menu {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
}

.menu-btn.click-menu-mobile .icon-menu, .menu-btn.click-menu-mobile .icon-menu::after, .menu-btn.click-menu-mobile .icon-menu::before {
	display: inline-block;
	width: 18px;
	height: 2px;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.menu-btn.click-menu-mobile .icon-menu::after, .menu-btn.click-menu-mobile .icon-menu::before {
	position: absolute;
	content: "";
	left: 0;
}
.menu-btn.click-menu-mobile .icon-menu::before {
	top: -6px;
}
.menu-btn.click-menu-mobile .icon-menu::after {
	top: 6px;
}

@media (max-width: 991px){
	nav.nav-bar.style-1,.header-phone{display:none;}
	.wrap-header{height: 80px;} 
	.wrap-header .logo{width: 50%;padding-left: 0;max-width: 200px!important;
		padding: 5px 0px;}
	.search-cart{width: 50%;margin-left: 10px;vertical-align: middle;}
	.search-wrapp,.cart-info .divider,.cart-info .cart-sum-price {display:none!important;}
	.cart-info  .cart-number {
		padding: 0;
		margin-left: 0;
		font-size: 10px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		text-align: center;
		border-radius: 50%;
		background-color: #F7F7F7;
		color: #7E7E7E;
		position: absolute;
		top: -2px;
		left: 19px;
	}
	.menu-btn.click-menu-mobile  { display: inline-block;   margin-left: 10px;
		vertical-align: middle;}
	.logo img{max-height:60px;}
}
@media (max-width: 768px){
.topbar{display:none}
	.wrap-header .logo{
		max-width: 150px !important;
		padding: 5px 0px;
	}
	.search-cart{    padding-right: 90px;}
}


@media (max-width: 480px){
	.search-cart{
		padding-right: 0;
	}
}

/********HOME SLIDER ************/
.hrvIn {
	-webkit-animation-name: hrvIn;
	-moz-animation-name: hrvIn;
	-ms-animation-name: hrvIn;
	-o-animation-name: hrvIn;
	animation-name: hrvIn;
}
@-moz-keyframes hrvIn {
	0% {
		opacity: 0;
		-moz-transform-origin: 50% 50%;
		-moz-transform: scale(2, 2);
		-webkit-filter: blur(90px);
	}

	100% {
		opacity: 1;
		-moz-transform-origin: 50% 50%;
		-moz-transform: scale(1, 1);
		-webkit-filter: blur(0px);
	}
}
@-webkit-keyframes hrvIn {
	0% {
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(2, 2);
		-webkit-filter: blur(90px);
	}

	100% {
		opacity: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(1, 1);
		-webkit-filter: blur(0px);
	}
}
@-o-keyframes hrvIn {
	0% {
		opacity: 0;
		-o-transform-origin: 50% 50%;
		-o-transform: scale(2, 2);
		-webkit-filter: blur(90px);
	}

	100% {
		opacity: 1;
		-o-transform-origin: 50% 50%;
		-o-transform: scale(1, 1);
		-webkit-filter: blur(0px);
	}
}
@-ms-keyframes hrvIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-transform-origin: 50% 50%;
		-ms-transform: scale(2, 2);
		-webkit-filter: blur(90px);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-transform-origin: 50% 50%;
		-ms-transform: scale(1, 1);
		-webkit-filter: blur(0px);
	}
}
@keyframes hrvIn {
	0% {
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2, 2);
		-webkit-filter: blur(90px);
	}

	100% {
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1, 1);
		-webkit-filter: blur(0px);
	}
}


.hrv-banner-container {
	overflow: hidden;
}
.hrv-banner-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hrv-banner-container ul li img {
	width: 100%;
}
.hrv-banner-container:hover .owl-theme .owl-controls .owl-buttons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.hrv-banner-container .owl-controls .owl-pagination {
	position: absolute;
	right: 60px;
	bottom: 60px;
}
.hrv-banner-container .owl-controls .owl-pagination .owl-page span {
	width: 12px;
	height: 12px;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 3px #acacac;
	-moz-box-shadow: inset 0 0 0 3px #acacac;
	box-shadow: inset 0 0 0 3px #acacac;
}
.hrv-banner-container .owl-controls .owl-pagination .owl-page.active span {
	-webkit-box-shadow: inset 0 0 0 3px #eb278d;
-moz-box-shadow: inset 0 0 0 3px #eb278d;
box-shadow: inset 0 0 0 3px #eb278d;
}
.hrv-banner-container .owl-theme .owl-controls {
	margin: 0;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	pointer-events: none;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div {
	pointer-events: visible;
	border-radius: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	background: rgba(149, 158, 164, 0.31);
	position: static;
	margin: 0;
	float: left;
	border: 1px solid #ffffff;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
	float: right;
	border-right: 0;
	border-left: 1px solid #ffffff;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div:hover {
	border-color: #eb278d;
	background-color: #eb278d!important;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div:before {
	font-size: 25px;
	font-family: FontAwesome;
	color: #ffffff;
	display: block;
	line-height: 40px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 30px;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 30px;
}
.hrv-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
}
/**padding-left: 120px;**/
.hrv-banner-container .hrv-banner-caption .hrv-banner-content {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}


.hrv-banner-container .hrv-banner-caption .hrv-banner-content .hrv-title2 {
	white-space: nowrap;
	font-size: 39px;
	line-height: 25px;
	font-weight: 400;
	color: #ec268f;
	margin-top:0;

}
.hrv-banner-content .hrv-title2 .coll-index-title{margin-bottom:30px;display:inline-block;}
.hrv-banner-content .hrv-title2 .coll-index-title .title{margin-bottom:0;text-transform:none;}
.hrv-banner-content .hrv-title2 .coll-index-title .title-separator span:before,
.hrv-banner-content .hrv-title2 .coll-index-title .title-separator span:after,
.hrv-banner-content .hrv-title2 .coll-index-title .title-separator:after, 
.hrv-banner-content .hrv-title2 .coll-index-title  .title-separator:before{
	background-color:#ffffff!important;
}


.hrv-banner-container .hrv-banner-caption .hrv-title3 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-family:Tinos,Arial,Helvetica,sans-serif;
}

.hrv-banner-container .hrv-banner-caption .hrv-banner-des {
	font-size: 14px;
	margin: 15px 0 0;
	color: #ffffff;
}
.hrv-banner-container .hrv-banner-caption .hrv-url {
	display: inline-block;
	position: relative;

	margin-top: 25px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	padding: 5px 15px;
}
.hrv-banner-container .hrv-banner-caption .hrv-url:hover {
	background-color: #ffffff;
	color: #eb278d;
}
.hrv-banner-container .hrv-banner-caption .hrv-banner-content .hrv-title2 {
	animation: hrvIn 1500ms ease-in-out;
}
.hrv-banner-container .hrv-banner-caption .hrv-banner-content .hrv-title3 {
	animation: hrvIn 2200ms ease-in-out;
}
.hrv-banner-container .hrv-banner-caption .hrv-banner-content .hrv-banner-des {
	animation: hrvIn 2900ms ease-in-out;
}
.hrv-banner-container .hrv-banner-caption .hrv-banner-content .hrv-url {
	animation: hrvIn 3600ms ease-in-out;
}
.hrv-banner-container .hrv-banner-caption .slider-2 .hrv-title1 {
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out;
}
.hrv-banner-container .hrv-banner-caption .slider-2 .hrv-title2 {
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out;
}
.hrv-banner-container .hrv-banner-caption .slider-2 .hrv-banner-des {
	-webkit-animation: slideInDown 1200ms ease-in-out;
	-moz-animation: slideInDown 1200ms ease-in-out;
	-ms-animation: slideInDown 1200ms ease-in-out;
	animation: slideInDown 1200ms ease-in-out;
}
.hrv-banner-container .hrv-banner-caption .slider-2 .hrv-url {
	-webkit-animation: zoomInUp 1400ms ease-in-out;
	-moz-animation: zoomInUp 1400ms ease-in-out;
	-ms-animation: zoomInUp 1400ms ease-in-out;
	animation: zoomInUp 1400ms ease-in-out;
}

@media only screen and (max-width: 992px) {

	.hrv-banner-container {
		margin-top: 0;
	}
	.hrv-banner-container .hrv-banner-caption .hrv-banner-content {
		top: 10%;
	}
	.hrv-banner-container .hrv-banner-caption .hrv-title2 {
		font-size: 15px;
		margin: 5px 0;
	}
	.hrv-banner-container .hrv-banner-caption .hrv-title3 {
		font-size: 20px;
		line-height:40px;
	}
	.hrv-banner-container .hrv-banner-caption .hrv-banner-des{
		margin:5px 0 0;
	}
	.hrv-banner-container .hrv-banner-caption .hrv-url {
		margin-top: 10px;
		padding: 5px 10px;
		font-size: 12px;
	}
	.hrv-banner-content .hrv-title2 .coll-index-title{
		margin-bottom: 10px;
	}
	.hrv-banner-content .hrv-title2 .coll-index-title .title {

		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.hrv-banner-container .hrv-banner-caption .hrv-title3 {
		letter-spacing: 0;
	}
	.hrv-banner-container .hrv-banner-caption .hrv-banner-content {
		top: 10%;
	}
}
@media only screen and (max-width: 479px) {
	.hrv-banner-content{display:none;}
	.hrv-banner-container .hrv-banner-caption .hrv-title2,
	.hrv-banner-container .hrv-banner-caption .hrv-title3 {
		font-size: 15px;
	}
}

/******HOME INDEX ***********/
/**promo banner **/
.promo-banner-main{display:none;}
.mgt-20 {
	margin-top:20px;
}
mgb-10{margin-bottom:10px;}
.mg-10{
	margin:10px 0;
}
.promo-banner-main{
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;

}

[class*='promo-banner'] a {
	position: relative;
	display: block;
	overflow: hidden;
	border: solid thin #f3f3f3;

}


[class*='promo-banner'] a:before, [class*='promo-banner'] a:after {
	content: " ";
	display: table;
}

[class*='promo-banner'] a:after {
	clear: both;
}
[class*='promo-banner'] img {
	width: 100%;
	display: block;
}
[class*='promo-banner'] li {
	position: relative;
	overflow: hidden;
	z-index: 2;
	transition: 0.5s;
}

.promo-banner-list li {
	margin-bottom: 2.5%;
}


[class*='promo-banner'] .headings {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.22) 33%, rgba(0, 0, 0, 0.44) 66%, rgba(0, 0, 0, 0.65) 99%);
}

[class*='promo-banner'] .headings div {
	letter-spacing: 1px;
}
[class*='promo-banner'] h4 {
	font-size: 14px;
	color: #F1F1F1;
	text-transform: uppercase;
}
[class*='promo-banner'] h3 {
	margin-top: 10px;
	font-size: 280%;
	color: #ffffff;
	text-shadow: 2px 2px 4px #666;
	line-height: 105%;
	font-weight: normal;
	font-family:Tinos,Arial,Helvetica,sans-serif;
}
.promo-wrapp-img {
	margin: -1px;
}

[class*='promo-banner'] .promo-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


[class*='promo-banner'] .promo-item:hover .promo-image{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-sand-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.promo-wrapp-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.promo-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
}

.promo-wrapp-content .promo-inner {
	padding: 6%;
}

.promo-wrapp-content .promo-inner {
	top: 50%;
	transform: translateY(-50%);
	-sand-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.promo-wrapp-content:before,.promo-wrapp-content:after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-moz-transition: opacity .45s,-moz-transform .45s;
	-o-transition: opacity .45s,-o-transform .45s;
	-webkit-transition: opacity .45s,-webkit-transform .45s;
	transition: opacity .45s,transform .45s;
}

.promo-wrapp-content:before {
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(0,1);
	-moz-transform: scale(1,0);
	-sand-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(1,0);
	transform: scale(0,1);
}

.promo-item:hover .promo-wrapp-content:before, .promo-item:hover  .promo-wrapp-content:after {
	opacity: 1;
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-sand-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.promo-wrapp-content:after {
	border-right: 1px solid rgba(255,255,255,.5);
	border-left: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-sand-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
}

.promo-image img {
	transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (min-width: 1025px){
	[class*='promo-banner'] .promo-banner-main {
		width: 32.02614%;
		float: left;
		margin-right: 1.96078%;
	}
	.promo-banner-list{
		width: 66.01307%;
		float: right;
		margin-right: 0;
	}
	[class*='promo-banner'] .headings div {
		padding: 30px 40px;
	}
	[class*='promo-banner'] h3 {
		font-size: 26px;
	}
	.promo-banner-main{display:block;}
}
@media (min-width: 480px){
	.promo-banner-list li {
		width: 49%;
		float: left;
		margin-right: 1.85714%;
	}
	.promo-banner-list li:nth-child(2n) {
		width: 49%;
		float: right;
		margin-right: 0;
	}
	.promo-banner-list li:nth-child(2n+1){clear:both;}
}

@media (max-width: 479px){
	.promo-banner-list li {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}
/**end promo **/




.testimonial footer {
	margin-top: 15px;
	font-weight: 700;
	color:#161616
}

.testimonial footer>span {
	font-weight: 400;
	color:#333333;
}

.testimonial footer>span:before {
	content: " - ";
}


/**new loook **/
.new-look {
	margin-top: 0px !important;
	margin-bottom: 4% !important;
	padding-top: 45px !important;
	padding-right: 0px !important;
	padding-bottom: 45px !important;
	padding-left: 0px !important;
	background-image: url(../../../../xtemos.com/demo/wp-content/uploads/2015/06/red-baner-597d5.jpg?id=19819) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	text-align: center;
}

.border-new-look {
	margin-right: 7% !important;
	margin-left: 7% !important;
	border-top-width: 10px !important;
	border-right-width: 10px !important;
	border-bottom-width: 10px !important;
	border-left-width: 10px !important;
	padding-top: 50px !important;
	padding-right: 30px !important;
	padding-bottom: 50px !important;
	padding-left: 30px !important;
	border-left-color: rgba(175,40,40,0.3) !important;
	border-left-style: double !important;
	border-right-color: rgba(175,40,40,0.3) !important;
	border-right-style: double !important;
	border-top-color: rgba(175,40,40,0.3) !important;
	border-top-style: double !important;
	border-bottom-color: rgba(175,40,40,0.3) !important;
	border-bottom-style: double !important;
	margin-bottom: 0;
}

.font-alt {
	font-weight: 400;
	font-style: italic;
}

.btn-color-black {
	background-color: #000;
	color: #fff;
	border-color: #000;
	border-radius: 0;
	font-size: 12px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
}

.btn-color-black:hover {
	color: #fff;
	opacity: 0.8;
}

/** product **/
.coll-index-title {
	margin-bottom: 30px;
	text-align:center;
}

.line-wrap {
	display: block;
}

.line-wrap .left-line, .line-wrap .right-line {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.line-wrap .left-line {
	padding-right: 20px;
}
.coll-index-title .title {
	display: block;
	margin-bottom: 25px;
	position: relative;
	text-transform:uppercase;
}
.coll-index-title .title {
	position: relative;
}
.title-home{color:#161616;}
.coll-index-title .title {
	font-size: 18px;
	font-family:Tinos,Arial,Helvetica,sans-serif;
}
.title-after_title,#img-sn strong ,.title-fa h3,.info-blog h4{font-family:Tinos,Arial,Helvetica,sans-serif;}
.coll-index-title .title-separator:after, .coll-index-title .title-separator:before {
	content: " ";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 1px;
	display: inline-block;
	background-color: #e7e7e7;
}
.coll-index-title  .title-separator:before {
	margin-left: -34px;
}
.coll-index-title  .title-separator:after {
	margin-left: 10px;
}
.coll-index-title .title-separator span:after, .coll-index-title .title-separator span:before {
	content: " ";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 1px;
	display: inline-block;
	background-color: #e7e7e7;
}
.coll-index-title .title-separator span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
	transform: rotate(45deg);
}
.coll-index-title .title-separator span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-sand-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.title-wrapper>span {
	display: block;
}
.title-wrapper .title-after_title {
	margin-bottom: 20px;
	margin-top: -5px;
	line-height: 1.6;
	font-size:12px;
}
.h-hover-alt {	border: 1px solid transparent;}
.h-hover-alt:hover {
	border: 1px solid #eb278d;
}
.h-hover-alt .product-wrapp {
	padding: 5px;
}
[class*='coll-index-'] {
	margin-top: 10px;
}



/** collection item **/
.category-content {
	position: relative;
	overflow: hidden;
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.category-content .hover-mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	transform: translate3d(0,33px,0);
	-webkit-transform: translate3d(0,33px,0);
	-moz-transform: translate3d(0,33px,0);
	-ms-transform: translate3d(0,33px,0);
	-sand-transform: translate3d(0,33px,0);
	-o-transform: translate3d(0,33px,0);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.category-content .hover-mask h3 {
	margin-bottom: 0;
	padding: 15px 0;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top:0;
}
.category-content .hover-mask>a {
	margin-bottom: 0;
	padding-bottom: 15px;
	line-height: 1;
	display: inline-block;
	letter-spacing: .4px;
	color: #E8E8E8;
	font-size: 12px;
	text-transform: uppercase;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-sand-transform: translateY(30px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.collection-items:hover>.category-content>.hover-mask {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-sand-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.collection-items:hover>.category-content>.hover-mask>a {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-sand-transform: translateY(0);
}

.hover-mask>a:hover{
	text-decoration: underline;
}
.category-content>a {
	display: block;
}
.category-grid-item .category-content>a img {
	vertical-align: middle;
}


/** bannerr colletions**/
.product_item.col-lg-40.shown a {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	display: block;
	text-align: center;
}

.caption {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 5;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}


.partners-carousel .item {
	text-align: center;
}
.partners-carousel .item img{
	width:auto!important;
}
.images-carousel .client {
	border: 0;
		padding: 4px 0;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	min-height: 110px;
}
/** testimonals ****/
.testimonial {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
}
.testimonials .testimonial-avatar {
	margin-bottom: 15px;
}
.testimonial .testimonial-avatar img {
	max-width: 250px;
	display: inline-block;
	border-radius: 50%;
	width: auto;
	display: inline;

}
.testimonial .testimonial-content {
	line-height: 1.6;
}
.pr-carousel .owl-carousel .owl-pagination {
	text-align: center;
}
.pr-carousel .owl-carousel .owl-pagination .owl-page {
	display: inline-block;
	margin-top: 10px;
	zoom: 1;
}
.pr-carousel .owl-carousel .owl-pagination .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ccc;
	border-radius: 20px;
}
.pr-carousel .owl-carousel .owl-pagination .owl-page.active span, 
.dots.owl-carousel .owl-pagination .owl-page:hover span {
	background-color: #161616;
}
.inst-widget {
	position: relative;
}

.instagram-pics {
	margin: -5px;
}
.instagram-pics li {
	width: 33.33%;
	margin-bottom: 0;
	float: left;
	text-align: center;
	position: relative;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.instagram-pics li {
	padding: 5px;
}
.instagram-pics li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.testimonials-banner {
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
	background-color: #f9f9f9 !important;
	border-top-color: #dddddd !important;
	border-top-style: solid !important;
	border-bottom-color: #dddddd !important;
	border-bottom-style: solid !important;
	padding: 30px 0;
}
.cat-grid {
	margin-left: -5px;
	margin-right: -5px;
	clear: both;
	font-size: 0;
	padding-top: 40px;
	padding-top: 0;
	margin: 0;
}
.cat-grid .product_itemh {
	vertical-align: top;
	float: none;
	display: inline-block;
	width: 25%;
}
.cat-grid .product_itemh.col-lg-20 {
	width: 20%; }
.cat-grid .product_itemh.col-lg-40 {
	width: 40%; }
@media (min-width: 1200px) {
	.cat-grid .product_itemh:nth-child(4n+1) {
		clear: both; }
}
@media (max-width: 1199px) {
	.h-hover-alt .quick-view{display:none;}
	
}
@media (min-width: 991px) and (max-width: 1199px) {
	.cat-grid .product_itemh.col-lg-20 {
		width: 20%; }
	.cat-grid .product_itemh:nth-child(3n+1) {
		clear: both; } 
}
@media (min-width: 768px) and (max-width: 991px) {
	.cat-grid .product_itemh:nth-child(3n+1) {
		clear: both; }
	.cat-grid .product_itemh.col-lg-20 {
		width: 25%; }
	.cat-grid .product_itemh.col-lg-40 {
		width: 50%; }
}
@media (min-width: 480px) and (max-width: 767px) {

	.cat-grid .product_itemh.col-lg-20 {
		width: 25%; }
	.cat-grid .product_itemh.col-lg-40 {
		display: none; }
}

@media (max-width: 480px) {

	.cat-grid .product_itemh.col-lg-20 {
		width: 50%; }
	.cat-grid .product_itemh.col-lg-40{
		display: none; }
}

/*** ressponsive **/

.phone-footer{display:none;}
@media (max-width: 991px){

	.topbar-left{display:none;}
	.phone-footer{display:block;}

}

/**accordian **/
.img-sn-slide{
	position: relative;
	margin-bottom: 10px;
}
#img-sn:after ,.img-sn-slide:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 10px;
	width: 100%;
}
#img-sn:after,#img-sn:before {z-index: 99;}
.img-sn-slide:before,.img-sn-slide:after{z-index: 9; }
#img-sn:before ,.img-sn-slide:before{
	content: "";
	position: absolute;

	top: -1px;
	left: 0;
	height: 10px;
	width: 100%;
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
#img-sn li.slider-closed {
	border-left: 1px solid #fff;
}
#img-sn li.slider-open {
	border-left: 1px solid #fff;
}
#img-sn div.slider-bg {
	background: #000;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 10;
	opacity: .5;
	cursor: pointer;
}
#img-sn div.slider-info {
	top: 72%;
	height: 72px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 15;
	padding: 10px;
}
#img-sn div.slider-info a {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #ffffff;
	font-size: 91%;
	font-style: italic;
	text-decoration: underline;
}
#img-sn div.slider-info a:hover {
	color: #df5d91;
}
#img-sn div.slider-info1 {
	top: 30%;
	height: 72px;
	left: 0;
	position: absolute;
	z-index: 15;
	padding-left: 40px;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
	-moz-transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
	-webkit-transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
	-o-transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
}
#img-sn div.slider-info strong {
	font-size: 180%;
	color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	text-shadow: 2px 2px 4px #666;
	font-weight: normal;
	line-height: 100%;
}
#img-sn div.slider-info1 strong {
	font-size: 280%;
	color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	text-shadow: 2px 2px 4px #666;
	line-height: 105%;
	font-weight: normal;
}
#img-sn div.slider-info1 p {
	display: none;
	line-height: 14px;
	color: #ffffff;
	margin: 10px !important;
	font-style: italic;
	line-height: 95%;
	text-shadow: 2px 2px 4px #666;
}
#img-sn li.slider-open div.slider-info {
	width: 100%;
}
#img-sn li.slider-open div.slider-bg {
	opacity: 1;
	filter: alpha(opacity=100);
	background: transparent;
}
#img-sn li.slider-open div.slider-info1 {
	width: 100%;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
#img-sn li.slider-open div.slider-info strong {
	font-size: 22px;
}
#img-sn li.slider-closed div.slider-info strong {
	opacity: 1;
	filter: alpha(opacity=100);
}
#img-sn li.slider-closed div.slider-info a {
	opacity: 1;
	filter: alpha(opacity=100);
}
#img-sn li.slider-open div.slider-info1 strong {
	opacity: 1;
	filter: alpha(opacity=100);
}
#img-sn li.slider-open div.slider-info1 p {
	display: block;
}
#img-sn div.slider-info1 a {
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 108%;
	padding: 5px 30px;
	display: inline-block;
	color: #444;
	margin-top: 10px;
	margin-left: 35px;
}
#img-sn div.slider-info1 a:hover {
	text-decoration: underline;
}
#img-sn li.slider-open div.slider-info1 a {
	opacity: 1;
	filter: alpha(opacity=100);
}
/** blog neww **/
.item-blog {
	margin-bottom: 26px;
	position: relative;
	padding-bottom: 0;
}

.thumb-blog {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.thumb-blog a:last-child:before {
	bottom: 0;
	content: "";
	display: block;
	height: 80%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.thumb-blog img {
	opacity: 1 !important;
	transition: opacity 0.3s;
	transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
}

.info-blog {
	position: absolute;
	bottom: 0;
	padding: 0 17px;
	margin-bottom: 17px;
	z-index: 1;
	min-height: 1px;
	margin-top: -4px;
	font-size: 11px;
	line-height: 1;
}

.info-blog h4 {
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	margin: 0 0 6px 0;
}

.info-blog a {
	color: #ffffff;
}

.item-blogs {
	padding-bottom: 0;
	position: relative;
}

.item-blogs:before,.item-blogs:after {
	display: table;
	content: "";
	line-height: 0;
}

.thumb-blogs {
	position: absolute;
	margin-bottom: 0;
}

.thumb-blogs img {
	opacity: 1 !important;
	transition: opacity 0.3s;
	transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
	display: block;
	width: 80px;
}

.item-details {
	margin: 0 0 20px 100px;
	min-height: 60px;
	padding-top: 2px;
}

.item-details .entry-title {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin: 0 0 5px 0;
	color: #111111;
}

.video-play-ico > img {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width:40px;

}
.title-fa {
	width: 100%;
	height: 2px;
	background: none repeat scroll 0% 0% #EDEDED;
	border-top: 1px solid #F7F7F7;
	position: relative;
	margin-top: 50px;
	margin-bottom: 42px;
}

.title-fa h3 {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -13px;
	background: none repeat scroll 0% 0% #fff;
	padding-right: 15px;
}

.title-fa i {
	color: #64431A;
	margin-right:5px;
}
.blog-content.map-home iframe {
	max-height: 240px;
}
/***phone mobile footer **/


.phone-mobile-ico{
	background-color: transparent;
	cursor: pointer;
	height: 120px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 9999 !important;
	left:0;
	bottom:0;
}
.phone-mobile-circle{
	animation: 1.1s ease-in-out 0s normal none infinite running phone-mobile-circle;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border-radius: 100%;
	height: 100px;
	left: 0px;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
	border-color: #eb278d;
	opacity: 1;

}
.phone-mobile-circle-fill{
	animation: 2.3s ease-in-out 0s normal none infinite running phone-mobile-circle-fill;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px;
	background-color:  #eb278d;
}
.phone-mobile-img-circle{
	border: 2px solid transparent;
	border-radius: 100%;
	height: 50px;
	left: 25px;
	opacity: 0.7;
	position: absolute;
	top: 25px;
	transform-origin: 50% 50% 0;
	width: 50px;
	background-color: #eb278d;

}
.phone-mobile-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running phone-mobile-img-circle;
	font-size: 30px;
	line-height: 50px;
	padding-left: 10px;
	color:#ffffff;
}


@keyframes phone-mobile-circle {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes phone-mobile-circle-fill {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}

@keyframes phone-mobile-img-circle {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
/*review product **/
.box-product-review h2 {
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 15px;
	margin: 0 0 5px 0;
	font-size: 14px!important;
	line-height: 19px !important;
	margin: 0 !important;
	font-weight: 400;
	color: #333333;
}

.box-product-review a:hover h2{
	color:#eb278d;
}
.box-product-review .infor-product-review span {
	font-size: 14px;
	color:#eb278d;
	font-weight: bold;
	margin-right: 10px;
}
.box-product-review .infor-product-review del {
	color:#999999;
	font-weight: normal;
	font-size: 12px;
	margin-left: 5px;
}

.item.mb10 {
	margin: 10px 0;
}