/*Header search*/
/*header.main-header
{
position:relative
}*/
.breadcrumb>.active {
	font-weight:bold;
	color:#000;
}
#site-search-handle-desktop 
{
	position:relative
}
.sticky-header header .wrapper_header_search{
	position: absolute;
	top: 70%;
	right: 5%;
	z-index: 1000;
	display: none;
	width: 20%;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 10px;
}
.wrapper_header_search
{
	position: absolute;
	top: 2.5%;
	right: 5%;
	z-index: 1000;
	display: none;
	width: 20%;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 10px;
}
.wrapper_header_search .title
{
	display: flex;
	padding-bottom: 5px;
}
.wrapper_header_search form input#go
{
	width: 30px;
	height: 30px;
}
.wrapper_header_search  form
{
	display: flex;
	align-items: center;
}
.wrapper_header_search form .search_box
{
	width: 90%;
	height: 30px;
}
/*end header search*/

.home-collection
{
	margin-bottom: 50px;
}
.home-collection .content{
	text-align: justify;
	white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
	line-height: 24px;
}
.wrapper-home-instagram .lSSlideOuter .lSPager.lSpg > li:hover a, .wrapper-home-instagram .lSSlideOuter .lSPager.lSpg > li.active a
{
	background-color: #F2DFDF;
}
/* 3.1 - Slider */
#home-collection-slider img
{
	max-width:350px;
	margin: 0 auto;
}
#home-collection-slider {
	position: relative; 
	background: #F2DFDF;
	padding: 50px 0px;
}

#home-collection-slider .owl-nav
{
	background-color: transparent;

}
#home-collection-slider .owl-nav .owl-prev {
	display: inline-block;
	cursor: pointer;

	color:#3e3e3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
#home-collection-slider .owl-nav .owl-next {
	display: inline-block;
	cursor: pointer;
	color:#3e3e3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:0;
}
#home-collection-slider .owl-nav div:hover {background: transparent;}
#home-collection-slider .owl-nav div:before {content:"";font-family: 'FontAwesome';font-size: 34px;}
#home-collection-slider .owl-nav div.owl-prev:before {content:"\f104";}
#home-collection-slider .owl-nav div.owl-next:before {content:"\f105";}
@media(max-width: 767px){
	#home-collection-slider .owl-nav div {
		display: inline-block;
		cursor: pointer;
		color:#3e3e3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#home-collection-slider .owl-nav div:before {font-size: 20px;}
}

#home-collection-slider-mobile {position: relative;}
#home-collection-slider-mobile .owl-nav {position: absolute;bottom:0;right:0;display:block;}
#home-collection-slider-mobile .owl-nav:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 1px;
	height: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-color: #e0e0e0;
	left: 0;
	right: 0;
	margin: auto;
}
#home-collection-slider-mobile .owl-nav div {
	display: inline-block;
	cursor: pointer;
	background-color: #f6f4f3;
	color:#3e3e3f;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#home-collection-slider-mobile .owl-nav div:hover {background: rgb(255,255,255,0.5);}
#home-collection-slider-mobile .owl-nav div:before {content:"";font-family: 'FontAwesome';font-size: 34px;}
#home-collection-slider-mobile .owl-nav div.owl-prev:before {content:"\f104";}
#home-collection-slider-mobile .owl-nav div.owl-next:before {content:"\f105";}

#home-collection-slider .custom-btn
{
	background: #f1f1f1;
	padding: 10px 20px 10px 20px;
}
#home-collection-slider .wrapper-content h2
{
	margin:0;
}
#home-collection-slider .content
{
	padding:10px;
}
@media(max-width: 767px){
	#home-collection-slider-mobile .owl-nav div {
		display: inline-block;
		cursor: pointer;
		background-color: #f6f4f3;
		color:#3e3e3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#home-collection-slider-mobile .owl-nav div:before {font-size: 20px;}
}


.action-cart .add-to-cart-success {
	cursor: default;
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 1px 1px 15px #b3b3b3;
	right: 5%;
	padding: 15px 20px;
	z-index: 99999;
	top: calc(100% + 15px);
	border-radius: 6px;
}

.action-cart .add-to-cart-success .close {
	opacity: .8;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}

.action-cart .add-to-cart-success p {
	color: #333;
	font-size: 13px;
}

.action-cart .add-to-cart-success p img {
	margin-right: 10px;
	width: 18px;
}

.action-cart .add-to-cart-success .btn {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
	width: 252px;
	margin-top: 13px;
	height: 40px;
}

.action-cart .add-to-cart-success .btn:hover,
.action-cart .add-to-cart-success .btn:focus {
	background: #000;
	outline:none;
}

.action-cart .add-to-cart-success:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: -4px;
	right: 8%;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: -1px -1px 0 #dfdfdf;
	z-index: -1;
}

.home-collection .title h2
{
	font-size:16px;
	padding-top: 10px;
	font-weight:bold;
	height: 72px;
	line-height: 24px;
}
.tree-menu li.has-child > ul li::before
{
	content: "\2022";
	color: #000;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	font-size: 13px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.tree-menu li.has-child > ul li a
{
	display: inline-block;
	width: 90%;
}
.policyProduct {
	margin: 0;
	font-size: 13px;
	padding:10px 0px;
}
.policyProduct li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}
.policyProduct img {
	width: 20px;
	float: left;
}
.infoPolicy {
	float: left;
	margin: 0 0 0 15px;
}
.infoPolicy h5 {
	margin: 0;
}
.infoPolicy h5{
	font-size: 14px;
}
/*Collection*/
#collection .wrap-collection-body .wrap-collection-title .wrapper-filter-collection .dropdown-menu
{
	padding:5px;
}


.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
{
	background-color: #ffffff
}
/*END*/
/*Product Last View*/
#lastview .owl-controls .owl-nav div , #lastview-1 .owl-controls .owl-nav div {
	position: absolute;
	top: 30%;
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: #5c5c5c;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	line-height: 0;
}
#lastview .owl-nav .owl-prev, #lastview-1 .owl-nav .owl-prev {left: 0;}
#lastview .owl-nav .owl-next, #lastview-1 .owl-nav .owl-next {right: 0;}
#lastview .owl-controls .owl-nav div:before,
#lastview-1 .owl-controls .owl-nav div:before
{
	position: relative;
	content:"";
	font-family: "FontAwesome";
	font-size: 20px;
	width: 45px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
}
#lastview .owl-controls .owl-nav .owl-prev:before,
#lastview-1 .owl-controls .owl-nav .owl-prev:before
{content:"\f104";}
#lastview .owl-controls .owl-nav .owl-next:before,
#lastview-1 .owl-controls .owl-nav .owl-next:before
{content:"\f105";}
/**/
@media screen and ( max-width:768px)
{
	#collection .wrap-collection-body .wrap-collection-title .wrapper-filter-collection .dropdown-menu
	{
		width:100%;

	}
	#collection .wrap-collection-title .wrapper-filter-collection
	{
		padding-bottom:15px;
	}
	header.main-header
	{
		padding: 10px 0px!important;
	}
	.home-collection .item {
		padding-bottom:30px;
	}
	.home-collection .item:last-child {
		padding-bottom:0px;
	}
}
@media screen and ( max-width:767px)
{
	.home-collection .title h2 {
		height: auto !important;
	}
	.action-cart .add-to-cart-success
	{
		right:19%;
	}
	.column-reverse
	{
		display: flex;
		flex-direction:column-reverse;
	}
	.wrapper-content
	{
		padding-top: 20px;
	}
	#home-collection-slider .custom-btn
	{

		padding: 2px 20px 5px 20px;
	}
	.pl-xs-0 {
		padding-left:0px!important;
	}
}
@media screen and ( min-width:1024px)
{
	#home-collection-slider .wrapper-content
	{
		padding-left: 10%;
		padding-top: 5%;
	}
	#collection.collection-mypham .wrap-collection-body .wrap-collection-title .wrapper-filter-collection .dropdown-menu
	{
		left:35%
	}
	#collection.collection-dogiadinh .wrap-collection-body .wrap-collection-title .wrapper-filter-collection .dropdown-menu
	{
		left:10%
	}
	#collection .wrap-collection-body .wrap-collection-title .wrapper-filter-collection
	{
		padding:0;
	}
	#home-collection-slider .owl-nav .owl-next
}

.close-refinements{
	position: absolute;
	bottom: 6px;
	right: 6px;
	cursor: pointer;
}

.close-refinements svg{
	width: 13px;
	height: 13px;
	vertical-align: middle;
}

.zoomContainer{
	z-index: 9999999
}

/* menu left**/
.section_slider .slider-left {
	position: relative;
	width: 20%;
	max-height: 600px;
	float: left;
	min-height: 1px;
}

.box-vertical-megamenus .title {
	background: ;
	color: #fff;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 20px;
	letter-spacing: 1px;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	z-index: 9;
	margin-bottom: 0;
}
.box-vertical-megamenus .vertical-menu-list>li>a, .list-child li a {
	line-height: 33.3px;
	min-width: 150px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #202020;
	position: relative;
	padding: 10px;
	border-left: 4px solid transparent;
	border-bottom: 0;
	text-transform: uppercase;
	font-family: 'segoeui', sans-serif!important;
}

.box-vertical-megamenus .vertical-menu-list>li {
	position: static!important;
	/*height: 33.3px;*/
	z-index: 99;
}
.icon-vertical-menu i {
	z-index: 1;
	float: right;
	margin-top: -25px;
	margin-right: 10px;
}
.vertical-dropdown-menu {
	position: absolute;
	top: 0;
	z-index: 900;
	left: 95%;
	opacity: 0;
	display: block;
	visibility: hidden;
	height: 0;
	background-position: right center;
	border: 1px solid #eaeaea;
	min-height: 275px;
	max-width: 1000px;
	width: 1000px;
}
.box-vertical-megamenus .vertical-menu-list>li:hover>a {
	color: #000;
	border-color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'segoeui', sans-serif!important;
}
.box-vertical-megamenus .vertical-menu-content ul>li:hover .vertical-dropdown-menu {
	visibility: visible;
	display: block;
	height: 424px;
	overflow-y: scroll;
	left: 100%;
	opacity: 1;
	background-color: #fff!important;
	background-size: contain;
	max-width: 1000px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right;
}
.box-vertical-megamenus .vertical-menu-content ul>li:hover .vertical-dropdown-menu::-webkit-scrollbar {
	width: 5px;
}
.box-vertical-megamenus .vertical-menu-content ul>li:hover .vertical-dropdown-menu::-webkit-scrollbar-thumb {
	background: #888;
	border-radius:5px;
}
.vertical-dropdown-menu .title_menu_parent {
	font-size: 14px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	margin: 8px 0 7px 0;
	font-weight:bold;
	display:none;
}
.vertical-dropdown-menu .group-link-default li a {
	color: #202020;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 10px 9px 2px;
	display: block;
	font-weight:bold;
}
.vertical-dropdown-menu .group-link-default li .subCate li a { 
	font-weight:normal;
}
.vertical-dropdown-menu .group-link-default li a i {
	float: right;
	display:none;
}
.box-vertical-megamenus .vertical-menu-list li, .list-child li {
	display: block;
	line-height: 43px;
	margin-left: -1px;
	position: static;
	overflow: hidden;
}
.vertical-dropdown-menu .group-link-default li {
	padding: 0 !important;
	line-height: 15px !important;
	padding-right: 10px !important;
}
.subCate {
	position: static;
	left: 95%;
	top: -23px;
	width: 100%;
	height: auto;
	border-left: 0px solid #eaeaea;
}
.group-link-default > li:hover > ul {
	display: block;
}
.box-vertical-megamenus .vertical-menu-list>li.menu_more, .box-vertical-megamenus .vertical-menu-list>li.menu_more_2, .box-vertical-megamenus .vertical-menu-list>li.menu_close {
	display: none;
}
.container-slider {
	width: 80%;
	float: right;
}
.slider-small ul {
	margin: 0px;
}
.slider-small ul li {
	float: left;
	width: 20%;
	border: 1px solid #FFF;
	border-right: 0px !important;
}
.sticky-header #box-vertical-megamenus {
	position: fixed;
	z-index: 101;
	top: 9px;
	width: 250px;
	-webkit-animation: sticky_header_animation .5s;
	-moz-animation: sticky_header_animation .5s;
	-ms-animation: sticky_header_animation .5s;
	-o-animation: sticky_header_animation .5s;
	animation: sticky_header_animation .5s;
	display: inline-block;
}
.sticky-header .box-vertical-megamenus .title {
	display: block;
}
.sticky-header #list-category-header {
	display: none;
}
.sticky-header body:not(.bg-iphone) header.main-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 0 15px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	-webkit-animation: sticky_header_animation .3s;
	-moz-animation: sticky_header_animation .3s;
	-ms-animation: sticky_header_animation .3s;
	-o-animation: sticky_header_animation .3s;
	animation: sticky_header_animation .3s;
}
.sticky-header .mainHeader-rightBottom {
	display: none;
}
.sticky-header body:not(.bg-iphone) header.main-header .logoHeader {
	display: none;
}
.sticky-header .mainHeader-rightTop {
	padding-top: 15px;
}
.box-vertical-megamenus .title span svg {
	height: 15px;
	width: 15px;
	vertical-align: -2px;
	fill: #fff;
}
.box-vertical-megamenus .title span.home-page {
	cursor: pointer;
	line-height: 48px;
}
.box-vertical-megamenus .title .title-menu {
	padding-left: 12px;
}
.sticky-header .box-vertical-megamenus:hover #list-category-header {
	display: block;
}
.box-vertical-megamenus .vertical-menu-content {
	background: #fff;
	padding-bottom: 0!important;
	width: 100%;
	z-index: 99;
	position: relative;
}
header.main-header{
	padding: 0px 0 0px;
	background: #fff;
	z-index: 999;
	position: relative;
}

@media screen and (min-width: 992px){
	.site-nav.style--sidebar {
		right: 0px !important;
		left: initial !important;
		-webkit-transform: translateX(100%) !important;
		transform: translateX(100%) !important;
	}
	.site-nav.style--sidebar.active {
		-ms-transform: translateX(0) !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}
	.main-body.sidebar-move {
		right: 480px !important;
	}
}
.showSubmenu {
	display: none;
	position: absolute;
	width: 100%;
}
/**Sidebar brand***/
.brand-sidebar .accordion {
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.brand-sidebar .active,.brand-sidebar  .accordion:hover {
	background-color: #fff;
}

.brand-sidebar .accordion:after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;

}

.brand-sidebar .active:after {
	content: "\2212";
}

.brand-sidebar .panel {
	padding: 0 18px;
	border:0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	box-shadow: none;
	margin-bottom: 0;
}
.brand-sidebar .panel .menu-sub-sidebar li{
	padding:10px
}
.brand-sidebar .panel .menu-sub-sidebar li a{
	color:#000;
	font-weight:bold;
}
.page-wrapper .content-page,.detail-product .tab-content {
	line-height: 26px;
}




