html {
	font-size: 62.5%;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.4;
	font-size: 14px;
	color: #000;
	background: #fff;
	font-family: "Roboto", sans-serif;
}
img {max-width: 100%;}
ul,ol {list-style: none;padding: 0;margin:0;}
a {color: #000;transition: all 0.3s ease-in-out;}
a:hover, .breadcrumb li a:hover {color: #000000;text-decoration: none;}
a:focus, input:focus, button:focus, select:focus {outline: none !important;text-decoration: none;}
h1,h2,h3,h4,h5,h6 {margin: 0;color: #000;}
img.full-width {width: 100%;}
.relative {position: relative;}
.modal-backdrop {position: fixed;z-index: 1051;}
.errors {color: #f00;}
.flex-box {display: flex;}
.flex-w {flex-wrap: wrap;}
.flex-c {flex-direction:column;}
.align-c {align-items: center;}
.justify-c {justify-content: center;}
.justify-s {justify-content: space-between;}
.justify-e {justify-content: end;}
.flex-box.row:before,.flex-box.row:after{display:none;}
.flex-box > img{align-self:center;}
.flex-scroll{overflow-x: auto;}
.flex-scroll::-webkit-scrollbar{display: none;}
body > .skiptranslate, #google_translate_element2{
	display: none !important;
}
@media screen and (min-width:1200px){
	.container {
		width: 100%;
		max-width:1600px;
		padding-left:40px;
		padding-right:40px;
	}
}
.info-address li {
	margin-bottom: 7px;
}
.info-address li i{width:20px;text-align: center;}
.info-address li i:not(.fa-envelope) {
	font-size: 18px;
}
.breadcrumb-bg {
	background: #fff;
	margin-bottom: 20px;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	background: none;
}
.breadcrumb>li+li:before {
	padding: 0 4px;
	color: #000;
	content: '>';
}
.breadcrumb li a, .breadcrumb>li.active span {
	color: #000;
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
}
.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb30 {margin-bottom: 30px;}
.mb60 {margin-bottom: 60px;}
.mb15 {margin-bottom: 15px;}
#pagination {
	background: #fff;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 5px;
	margin: 30px 0;
}
#pagination .page-node {
	font-size: 15px;
	color: #828282;
	padding: 0px 10px;
	height: 57px;
	display: inline-block;
	line-height: 56px;
	margin: 0 2px;
	border-bottom:2px solid transparent;
}
#pagination .page-node i {
	font-size: 18px;
}
#pagination .node-prev .page-node i {margin-right:4px;}
#pagination .node-next .page-node i {margin-left:4px;}
#pagination .page-node.current {font-weight:bold;border-bottom-color:#28303e;color:#28303e;}
#pagination a.page-node:hover{border-bottom-color:#28303e;color:#28303e;}
.sizeguide-popup-tab-content {
	padding: 30px 20px;
}
.sizeguide-popup-desc > *, .wrapper-page > *{
	margin-bottom:30px;
} 
.video-box {
	position: relative;
	padding-bottom: 33.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.video-box iframe , .video-box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
	pointer-events: none;
}
.btn-index{
	display:inline-block;
	padding:18px 16px 14px;
	border:1px solid #0e1d49;
	color:#0e1d49;
	background:#fff;
	font-size:18px;
	line-height:21px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing: .03em;
}
.banner-caption{
	position:absolute;
	top:50%;
	left:50%;
	width:90%;
	transform:translate(-50%,-50%);
	z-index:3;
}
.banner-caption .caption-title{
	color:#fff;
	text-transform:uppercase;
	font-size: 72px;
	line-height: 1.222;
	font-weight:bold;
	margin:0 0 6px;
}
.banner-caption .caption-desc, .banner-caption p{
	color:#fff;
	text-transform:uppercase;
	font-size: 22px;
	line-height: 1.4;
	margin:0 0 25px;
}
.banner-caption .banner-action a{
	margin:0 12px;
}
/*-----------------HEADER-------------------------*/
.topbrand-link {
	background: #f4f4f4;
	padding: 0 6rem;
}
.topbrand-link ul li a{
	display: flex;
	padding: 7px 16px 0;
	height: 24px;
	opacity: 0.5;
}
.topbrand-link ul li img{
	max-height: 10px;
	align-self: flex-start;
}
.topbrand-link ul li a:hover{
	background: rgba(0, 0, 0, .1);
	opacity: 1;
}
header.main-header {
	width: 100%;
	transition: all 0.3s ease-in-out;;
	background: #fff;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
}
.header-topbar {
	padding: 8px 15px;
	background: #0e1d49;
	height:30px;
}
.header-topbar .topbar-item a {
	display:block;
	letter-spacing: .03rem;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	height: 14px;
}
.header-topbar .topbar-item a i{font-size:15px;margin-left:2px;}
.header-main {
	padding: 9px 50px 9px 60px;
	position:relative;
}
.main-menu > li {margin:0 20px;}
.main-menu > li > a {
	display: block;
	text-transform: uppercase;
	color: #0e1d49;
	letter-spacing: 0.03px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding: 8px 0;
	position: relative;
}
.main-menu > li:last-child > a{color:#f00;}
.main-menu > li > a:after{
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	width:0;
	height:3px;
	background: #0e1d49;
	transition: all .3s ease-in-out;
}
.main-menu li .sub-menu-box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility:hidden;
	transition: all .3s ease-in-out;
	z-index:3;
}
.main-menu li .sub-menu-box .sub-menu-content{
	max-height: 0;
	transition: all .75s ease;
	overflow: hidden;
	background: #fff;
	padding: 30px 75px;
}
.main-menu > li.has-child:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	visibility:hidden;
	background: rgba(0,0,0,0.5);
	pointer-events: none;
	transition: all .3s ease-in-out;
}
.main-menu > li.has-child:hover:after {
	height:100vh;
	opacity: 1;
	visibility:visible;
}
.main-menu > li:hover > a:after{width:100%;}
.main-menu > li:hover .sub-menu-box {
	opacity: 1;
	visibility:visible;
}
.main-menu > li:hover .sub-menu-box .sub-menu-content{
	max-height: 57.1428571429rem;
}
.sub-menu-box .sub-menu-link {
	flex: 0 0 calc(25% - 18px);
	width: calc(25% - 18px);
	margin-right: 24px;
}
.sub-menu-box .sub-menu-link:last-child{margin:0;}
.sub-menu-box .sub-menu-link .sub-banner-title {
	margin: 20px 0 5px;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0e1d49;
	letter-spacing: 0.03px;
}
.sub-menu-box .sub-menu-link .sub-banner-link{
	display:inline-block;
	color:#303e48;
	font-size: 14px;
	line-height: 20px;
}
.sub-menu-link li {margin-bottom:13px;}
.sub-menu-link li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #303e48;
}
.sub-menu-link li a:hover, .sub-menu-box .sub-menu-link .sub-banner-link:hover{text-decoration:underline;}
.sub-menu-link li a.sub-title{
	display:block;
	margin-top:30px;
	color:#0e1d49;
	font-weight:bold;
	text-transform: uppercase;
}
.header-action-lang {
	position: relative;
}
.header-action-lang .lang-current {
	font-size: 16px;
	line-height: 26px;
	cursor:pointer;
}
.header-action-lang .lang-current img{width:24px;height:auto;}
.header-action-lang .lang-current i{margin-left:5px;font-size:20px;}
.header-action-lang .lang-dropdown {
	position: absolute;
	top: calc(100% + 16px);
	right: 0;
	min-width: 200px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	display:none;
	z-index: 3;
}
.header-action-lang.active .lang-dropdown {display:block;}
.header-action-lang .lang-dropdown li a{
	padding:10px 15px;
	white-space:nowrap;
	color:#000;
	border-bottom:1px solid #ccc;
}
.header-action-lang .lang-dropdown li a svg, .header-action-lang .lang-dropdown li a img{
	width:26px;
	height:auto;
	margin-right:4px;
}
.header-action-lang .lang-dropdown li:last-child a{border-bottom:0;}
.logo a img{
	width:270px;
	height:26px;
}
@media (min-width: 1200px){
  .logo a img{
  transform: translateY(-9px);
  }
}
#page-wrap {
	min-height: 80vh
}
.header-action-box > div {margin-right: 13px;}
.header-action-box > div:last-child {margin-right: 0;}
.header-action-box > div > a{display:block;line-height:1;}
.header-action-box a svg{
	width:26px;
	height:26px;
}
.header-action-box .header-action-store a svg{width:20px;height:20px;}
.header-action-cart {
	position: relative;
}
.header-action-cart .cart-count {
	position: absolute;
	top: 11px;
	font-size: 11px;
	font-weight: bold;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.24px;
	color: #0e1d49;
}
.header-action-cart .cart-count.cart-color {color:#f00;}
.header-action form {
	position: relative;
	width: 224px;
}
.header-action form input {
	height: 40px;
	background: #f4f4f4;
	padding: 0 14px 0 35px;
	width: 100%;
	border: 0;
	border-radius: 70px;
	color: #0e1d49;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.42px;
	outline: none;
}
.header-action form input::-webkit-input-placeholder {color: #0e1d49;}
.header-action form input:-ms-input-placeholder {color: #0e1d49;}
.header-action form input::placeholder {color: #0e1d49;}
.header-action form input + label {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	transition: transform 0.2s;
	pointer-events: none;
}
.header-action form input:focus + label, .header-action form.has_text label {
	-webkit-transform: translateY(-125%);
	-ms-transform: translateY(-125%);
	transform: translateY(-125%);
}
.header-action form button {
	width: 26px;
	position: absolute;
	height: 40px;
	top: 0;
	left: 5px;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-action form button svg {
	width: 26px;
	height: 26px;
}
.header-action-account .user-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.28);
	border-color: rgba(223, 225, 229, 0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
}
.user-dropdown .login-title{
	font-size: 13px;
	margin-bottom: 0.5em;
}
.user-dropdown .login-app {
	padding: 8px 16px;
	border-bottom: 1px solid #dbdbdb;
}
.user-dropdown .login-app button{
	flex:0 0 calc(50% - 5px);
	width:calc(50% - 5px);
	border:0;
	background:transparent;
}
.user-dropdown .login-web{padding: 8px 16px;}
.user-dropdown .lg-btn{
	display: block;
	text-align: center;
	padding: 15px 10px;
	background: #0e1d49;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 5px;
	font-weight: bold;
	outline: none;
	line-height: 19px;
}
.user-dropdown .login-web p a{
	color:#0e1d49;
	text-transform: uppercase;
	text-decoration:underline;
}
.header-action-account:hover .user-dropdown {
	opacity:1;
	visibility:visible;
}
.link-continue a {color: #000;}
.link-continue a:hover {
	color: #fcd22d;
}
.check-shop-cart {
	padding: 20px 10px;
	text-align: right;
}
.check-cart-view a, .check-cart-pay a {
	width: 100%;
	display: block;
	padding: 0 28px;
	border: 2px solid transparent;
	font-weight: bold;
	background: #d91560;
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	line-height: 31px;
	text-align: center;
	letter-spacing: 2.85px;
}
.check-cart-pay a:hover {
	border-color: #a51a4f;
}
.shop-cart-item {
	padding: 20px 20px 0;
	position: relative;
}
.shop-cart-item .empty {
	padding: 20px 30px 10px;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}
.content-cart-view {
	height: calc(100% - 260px);
	overflow-y: auto;
}
.shop-cart-item .item-cart-left {
	width: 148px;
	float: right;
	margin-left: 10px;
}
.shop-cart-item .cart-item-right {
	width: calc(100% - 158px);
	float: left;
}
.cart-item-right h3 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.cart-item-right h3 a {
	color: #000;
}
.cart-item-right .close-item-cart {
	position: absolute;
	right: 20px;
	top: -3px;
	font-size: 14px;
	margin: 0;
}
.cart-item-right .close-item-cart a {color: #000;}
.cart-item-right p {
	font-weight: 400;
	margin: 0px;
	font-size: 13px;
	line-height: 21px;
}
.cart-item-right p span {font-size: 12px;}
.content-variant {
	margin: 20px 0;
	font-size: 13px;
	line-height: 19px;
}
.content-variant > div span {
	font-size: 12px;
	color: #666;
	display: inline-block;
	width: 70px;
}
.cart-item-right p.style-price span {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.7px;
}
.shop-cart-item .remove-item-cart {
	clear: both;
	text-align: right;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
}
.shop-cart-item .remove-item-cart a {
	display: inline-block;
	width: 150px;
	border: 1px solid #000;
	line-height: 33px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.shop-cart-item .remove-item-cart a:hover {
	color: #000;
	border-color: #000000;
}
.shop-cart-total {
	padding: 11px 20px;
	border-bottom: 1px solid #e1e1e1;
}
.shop-cart-total p {margin: 0;}
.shop-cart-total p span {
	font-size: 22px;
	line-height: 27px;
	float: right;
	color: #000000;
	position: relative;
	top: -5px;
}
.index-title {
	font-size: 34px;
	line-height:1.176;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	color:#0e1d49;
}
.index-title a{color:inherit;}
.footer-content-new{
  margin-top: 10px;
  color:#fff;
}
.footer-bottom {
	padding: 50px 0 0;
}
.footer-bottom .footer-col {
	flex: 0 0 25%;
	width: 25%;
	padding: 0 38px;
	margin-bottom: 30px;
}
.footer-col .footer-title{
	font-size:16px;
	line-height:1;
	margin-bottom:13px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.footer-menu li {margin-bottom:13px;}
.footer-menu li a {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
}
.footer-menu li a:hover{text-decoration:underline;}
.main-footer-copyright {
	padding: 20px 0;
	border-top: 1px solid #fff;
}
.footer-policy {
	padding:30px 0 22px;
}
.footer-policy li{
	padding: 0 20px;
	position:relative;
	height: 14px;
}
.footer-policy li:after{
	content:'';
	position:absolute;
	top:2px;
	right:0;
	width:1px;
	height:100%;
	background:#fff;
	border-radius:1px;
}
.footer-policy li:last-child:after{display:none;}
.footer-policy li a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	font-weight: 500;
}
.footer-policy li a:hover{text-decoration:none;}
.main-footer-copyright .footer-content p {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.footer-socials a {
	margin-right: 20px;
}
.footer-socials a svg{
	width: 20px;
	height:20px;
}
.footer-newsletter {
	margin-top: 64px;
}
.footer-newsletter form {
	max-width: 191px;
	position: relative;
}
.footer-newsletter form input{
	height: 41px;
	border: 1px solid #fff;
	background: transparent;
	font-size: 15px;
	color: #fff;
	border-radius: 20px;
	width: 100%;
	padding: 0 49px 0 17px;
}
.footer-newsletter  form input::-webkit-input-placeholder {color: #fff;}
.footer-newsletter  form input:-ms-input-placeholder {color: #fff;}
.footer-newsletter  form input::placeholder {color: #fff;}
.footer-newsletter form button{
	position: absolute;
	top: 0;
	right: 0;
	width:49px;
	height:100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border:0;
}
.footer-newsletter form button svg{width:22px;height:14px;}
@media screen and (min-width:1200px){
	.footer-bottom {
		padding: 108px 38px 65px;
	}
}
@media screen and (min-width:992px){
	.main-footer-copyright {
		padding:7px 0 25px;
	}
}
/* cart mini */
.mini-cart-content{
	padding: 0 20px;
	top: 0;
	height: 100%;
	right: 0;
	width: 380px;
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	position: fixed;
	background: #fff;
	z-index: 99999;
	transition: all .3s;
	border: none;
	-webkit-box-shadow: 0 0 0 100vw rgba(20, 20, 20, 0.4);
	box-shadow: 0 0 0 100vw rgba(20, 20, 20, 0.4);
}
.mini-cart-content #minicart-items-form{height:100%;}
.mini-cart-content.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.mini-cart-content.active + .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index:10;
}
.mini-cart-header {
	margin-bottom: 15px;
	padding: 14px 0 6px;
	border-bottom: 1px solid #ddd;
}
.mini-cart-header .mini-cart-header-title {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #0e1d49;
	text-transform: uppercase;
	font-weight: bold;
}
.mini-cart-header .mini-cart-close-btn {
	background: transparent;
	border: 0;
	width: 35px;
	height: 35px;
}
.cart-message{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
	color: #0e1d49;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.mb-cart-save{
	font-size: 14px;
	line-height: 24px;
	color:#c20000;
}
.cart-message .cart-message-success svg, .mb-cart-save svg{width:16px;height:16px;margin-right:12px;}
.cart-message .cart-message-remain span{
	margin:0 2px;
}
.no-product{
	font-size: 16px;
	line-height: 24px;
	color: #0e1d49;
}
.no-product p{
	margin-bottom:30px;
}
.no-product a{
	text-decoration:underline;
	color: #0e1d49;
}
.no-product a:hover{text-decoration:none;}
.cart-mess-bar {
	margin-top: 12px;
	height: 3px;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
	overflow:hidden;
}
.cart-mess-bar span{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#201EC0;
	z-index:2;
}
.mini-cart-content .minicart-bottom-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top:1px solid #ddd;
	padding: 10px 20px;
}
.minicart-bottom-wrapper {
	background: #fff;
}
.mini-cart-subtotals {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
	font-weight: 500;
	color: #0e1d49;
}
.mini-cart-link-cart{
	color: #fff;
	background: #201EC0;
	font-size: 18px;
	line-height: 24px;
	padding: 16px 24px;
	text-decoration: none;
	outline: none;
	font-weight:300;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}
.mini-cart-link-cart i{color:#000;transition:all 0.3s ease-in-out;}
.mini-cart-link-cart:hover{color:#fff;}
.mini-cart-link-cart:hover i{color:#fff;transform:translateX(6px);}
.mini-cart-content .mini-cart-products {
	height: calc(100% - 230px);
	overflow-y: auto;
	padding-top:30px;
}
.mini-cart-content .mini-cart-products::-webkit-scrollbar{display: none;}
.mini-cart-content .mini-cart-added {
	margin-bottom: 20px;
	color: green;
}
.mini-checkout {
	margin-bottom: 10px;
}
.mini-checkout a {
	flex: 0 0 calc(50% - 5px);
	width: calc(50% - 5px);
	display: flex;
	justify-content: center;
	height: 42px;
	line-height: 42px;
	color:#0d1d49;
	border: 1px solid #0d1d49;
	text-transform: uppercase;
}
.mini-checkout a.mini-checkout-btn {
	background:#0d1d49;
	color:#fff;
}
.mini-checkout-txt{
	margin: 0;
	font-size: 12px;
	color:#0d1d49;
}
.mb-cart {
	border-bottom: 1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.mb-cart .mb-cart-img {
	flex: 0 0 54px;
	width: 54px;
}
.mb-cart .mb-cart-info {
	flex: 0 0 calc(100% - 54px);
	width: calc(100% - 54px);
	padding-left: 10px;
	align-items: flex-start;
}
.mb-cart .mb-cart-info-top, .mb-cart-price {
	flex: 0 0 calc(50% - 5px);
	width: calc(50% - 5px);
}
.mb-cart .mb-cart-bottom{
	flex: 0 0 100%;
	width: 100%;
	padding-top:20px;
}
.mb-cart .mb-cart-bottom .select-quantity{margin:0;}
.mb-cart-info .title a {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	display: block;
	margin-bottom: 8px;
	color: #0d1d49;
}
.mb-cart .mb-cart-info-top p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #0d1d49;
}
.error-txt {
	color: #e60d0d;
	margin-top: 5px;
	font-weight: 300;
	font-size: 13px;
}
.mb-cart-info .select-quantity .box_qty{
	border: 1px solid #0e1d49;
	display:inline-flex;
}
.mb-cart-info .select-quantity .box_qty .qty-btn{
	height: 40px;
	width: 32px;
	background: #fff;
	border: 0;
	line-height: 46px;
}
.mb-cart-info .select-quantity .box_qty .qty-btn svg{width:14px;height:14px;}
.mb-cart-info .select-quantity .box_qty input{
	height: 40px;
	font-size: 16px;
	width: 22px;
	border: 0;
	font-weight: bold;
}
.mb-cart-price{
	font-size: 14px;
	line-height: 17px;
	align-items: flex-end;
}
.mb-cart-price del{color: #898c8d;}
.mb-cart .mb-cart-bottom .item-remove a{
	font-size: 16px;
	font-weight: bold;
	color:#0d1d49;
	text-decoration:underline;
}
.mb-cart .mb-cart-bottom .item-remove a:hover{text-decoration:none;}
/* end cart */
/*----------PAGE------------------*/
.head-title {
	line-height: 1.286;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	margin: 15px 0;
}
/*-- product-loop --*/
.product-loop {
	margin-bottom: 40px;
}
.product-loop .product-new {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	color: #F5C35B;
	font-size: 12px;
	font-weight: 500;
}
.product-loop .regular {
	position: relative;
}
#collection .product-list {
	margin-bottom: 50px;
}
.products-grid {
	margin-top: 25px;
}
.product-loop .product-img {
	position: relative;
	overflow: hidden;
}
.product-loop .product-img:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 150%;
}
.product-loop .product-img .product-image, .product-loop .product-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product-loop .product-img img.hover {
	opacity: 0;
	visibility: hidden;
}
.product-loop .product-img .product-sale {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	z-index: 1;
	color: #272727;
	background: #fff;
}
.product-loop .product-img .product-sale span {
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 12px;
	position: relative;
	background: #C31230;
	width: 36px;
	height: 32px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.product-loop .product-img .product-sale.pd3 span {
	width: 40px;
	font-size: 11px;
}
.product-loop .product-img .product-sale span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 10px solid #C31230;
}
.product-loop .product-img .product-sale.pd3 span:after {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.product-loop .product-info {
	margin-top: 10px;
	text-align: center;
}
.product-loop .product-info h3, .product-loop .product-info h2 {
	font-size: 12.4px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 7px;
}
.product-loop .product-info h3 a:hover, .product-loop .product-info h2 a:hover {
	text-decoration: underline;
	color: #333d44;
}
.product-loop .price-box p {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: #333d44;
}
.product-loop .price-box p.special-price.highlight {
	color: #a0122b;
}
.product-loop .price-box p.old-price {
	text-decoration: line-through;
}
.product-loop .product-info button {
	font-size: 16px;
	background: #333d44;
	padding: 5px 8px;
	border: 1px solid #333d44;
	color: #fff;
	transition: all 0.5s;
}
.product-loop .product-info .btn-cart:hover,.product-loop .product-info .btn-quickview:hover {
	color: #333d44;
	background: #fff;
}
/*-- end product-loop --*/
/*- new pro loop -*/
.pro-loop {
	margin-bottom: 30px;
}
.pro-loop .product-block {
	background-color: #FFF;
	position: relative;
	display: block;
	transition: transform 0.2s;
	padding: 15px;
}
.product-block .badge-tag {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 11;
	width: 50px;
}
.product-block .badge-tag img {
	max-width: 100%;
}
.product-block .icon_sale img {
	max-height: 40px;
}
.badge-tagx {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 2;
	width: 25%;
}
.badge-tagx img{
	max-width: 100%;
	width: 51px;
}
.pro-loop .product-img .link-img {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.pro-loop .product-img .link-img img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro-loop .product-detail{margin-top:10px;}
.pro-loop .product-detail .pro-name{
	color: #3c3c3c;
	font-size: 18px;
	text-transform: none;
	margin: 0 0 2px 0;
	flex: 1;
	text-align: center;
	height: 40px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-loop .product-detail .btn-wl{
	flex:0 0 18px;
}
.pro-loop .product-detail .btn-wl a{
	font-size:18px;
	color:#000;
}
.pro-loop .price-wrap .price-current{
	margin-bottom: 5px;
}
.pro-loop .price-wrap .price-current .pro-price{
	font-weight: 700;
	font-size: 16px;
}
.pro-loop .price-wrap .price-current .pro-percent{
	color: #fff;
	background-color: #8a041f;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 8px;
	margin-left: 5px;
}
.pro-loop .price-wrap .pro-price-del {
	color: #313131;
}
.pro-loop .select_variant {
	padding: 0 15px;
	text-align: center;
	margin: 30px 0;
	min-height: 34px;
}
.pro-loop .select_variant .color-select-fix {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #999;
	margin-right: 6px;
	position: relative;
	margin-top: 1px;
	border-radius: 50%;
	cursor: pointer;
}
.pro-loop .select_variant .color-select-fix.active{
	border: 2px solid #777;
	padding: 2px;
}
.pro-loop .btn-hover{
	opacity: 0;
	transition: all 0.3s;
}
.pro-loop .btn-hover .quickview{
	display:block;
	border: 1px solid #000;
	height: 44px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	line-height: 42px;
	width: 70%;
}
.pro-loop .product-img .link-img .secondary-img, .pro-loop:hover .new-loop-hover-img .primary-img{visibility: hidden;}
.pro-loop:hover .new-loop-hover-img .secondary-img {
	visibility: visible;
}
.pro-loop:hover .product-block {
	-webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,0.3);
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.3);
}
.pro-loop:hover .btn-hover {
	opacity: 1;
}
.pro-loop .product-detail .pro-name a:hover, .pro-loop .btn-hover .quickview:hover{text-decoration:underline;}
.pro-loop.related-loop {
	margin: 10px;
}
.pro-loop.related-loop .product-detail .pro-name{
	padding-top:3px;
	text-transform:uppercase;
}
.pro-loop.related-loop .price-wrap{height:47px;}
/*- end pro loop -*/
.products .border-bottom{
	margin-bottom: 30px;
}
.pro-related, .pro-coll-banner{margin-bottom: 50px;}
.pro-related-title{
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 35px;
}
.pro-related-owl{margin-left:-5px;margin-right:-5px;}
.pro-coll-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 32px;
}
.pro-related-owl .banner-link {
	padding: 0 5px;
}
.pro-related-owl .banner-link a{
	display: block;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.pro-related-owl .banner-link a img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.pro-related-owl .banner-link a:hover:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.8;
	z-index: 1;
}
.color-swatches {
	display: inline-block;
	margin: 7px 0;
}
.color-swatches li {
	float: left;
	padding: 0 3px;
}
.color-swatches li a {
	display: block;
	width: 40px;
	height: 20px;
	border: 1px solid transparent;
	overflow: hidden;
}
.color-swatches li a img {
	object-fit: cover;
	width: 100% !important;
	height: 100%;
	vertical-align: top;
	border: 1px solid #e5e5e5;
}
.color-swatches li.active a {
	border-color: #000;
}
/*********************CSS Cart************************/
#cart {margin: 28px 0 70px;}
#cart h1, .search-title{
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
.search-title{border:0;margin-bottom:10px;}
#cart .cart-des {
	padding: 7px;
	margin: 0 0 14px;
	line-height: 22px;
}
#cart .cart-des span, #cart .cart-des b, #cart .cart-des strong {
	font-weight: bold;
	color: #a0122b;
}
.btn-link.cart-checkout {margin: 28px 0;}
.check-shop-cart .btn-link.cart-checkout {margin: 0;}
.btn-link.cart-checkout a {
	background: #333d44;
	color: rgba(255,255,255,0.9);
	width: 220px;
	text-align: center;
}
.check-shop-cart .btn-link.cart-checkout a {width: 100%;}
.btn-link.cart-checkout a:hover {background: #2c353b;}
.cart-sumary {
	background: #f1f1f1;
	padding: 15px;
	margin-bottom:30px;
}
.cart-sumary .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.cart-sumary .info {
	margin-bottom: 10px;
	justify-content: space-between;
	line-height: 21px;
}
.cart-sumary .info.info-total {
	font-weight: bold;
	margin-bottom: 15px;
}
.cart-sumary .info p {
	width: calc(100% - 100px);
	margin: 0;
}
.cart-sumary .info-note {
	padding: 10.5px 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #495761;
}
.sumary-checkout .btn-cus, .sumary-checkout .cart-checkout{
	margin:0 0 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align: center;
	height:42px;
	background: #000;
	border: 1px solid #000;
	padding: 12px 5px;
	color:#fff;
	cursor:pointer;
	transition: all 0.3s;
}
.sumary-checkout .cart-checkout:hover{
	background: #4a4a4a;
	border-color: #4a4a4a;
}
.sumary-checkout .btn-cus{
	background:#fff;
	color:#000;
}
.cart-policy {
	margin-top: 15px;
	font-size: 13px;
	color: #777;
	line-height: 1.5;
}
.cart-empty .text-empty {
	font-weight: bold;
	padding: 20px;
	margin: 0;
}
.cart-empty .cart-empty-btn {justify-content: center;}
.cart-empty .cart-empty-btn p {margin: 0 10px;}
.cart-empty .btn-link.cart-checkout a {width: auto;}
@media screen and (min-width:992px) {
	.cart-sticky {
		position: sticky;
		top: 95px;
	}
}
/*-------------Product------------*/
.products #detail-product2 {
	float: right;
	width: calc(50% - 5px);
	margin-left: 5px;
}
.products .product-title h1{
	color: #313131;
	font-weight: 600;
	margin: 0 0 6px 0;
	font-size: 20px;
	line-height:1.8;
	letter-spacing: 0.3px;
}
.products .product-vendor {
	margin-bottom: 6px;
	font-size: 16px;
}
.products .product-sku {
	font-size: 13px;
	margin-bottom: 10px;
	color: #616265;
	display: block;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	font-weight: 300;
}
#variant-swatch-option1 {
	padding-top: 5px;
}
#price-preview, .product-price-recommend {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px;
}
#price-preview span{
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}
#price-preview span.pro-price {
	color: #BB3939;
}
#price-preview .pri-del{
	flex: 0 0 100%;
	width: 100%;
	margin-top:6px;
}
#price-preview del{
	color: #616265;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}
#price-preview label {
	display: inline-block;
	color: #fff;
	background-color: #8a041f;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	margin: 0 0 0 5px;
}
.product-gallery .product-thumb {
	float: left;
	width: 70px;
	margin:0;
}
.product-gallery .product-thumb li {
	margin: 0 0 10px;
	border: 2px solid #efefef;
	padding: 0 0 calc(100% - 4px);
	position: relative;
	cursor: pointer;
}
.product-gallery .product-thumb li img{
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	object-fit: cover;
}
.product-gallery .product-thumb li.video {
	border-color: #e1e1e1;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.product-gallery .product-thumb li.video i {
	margin-bottom: 5px;
}
.product-gallery .product-thumb li:hover {
	border-color: #5f717e;
}
.product-gallery .product-thumb li.active {
	border-color: #000;
}
.product-gallery .product-image-main {
	float: left;
	width: calc(100% - 70px);
	padding:0 2%;
}
.product-gallery .product-image-main video {
	width: 100%;
}
#sliderproduct-mobile .items a{
	display:block;
	padding-bottom:100%;
	position:relative;
}
#sliderproduct-mobile .items a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.swatch {
	position: relative;
}
.swatch .header {
	margin: 8px 0;
	padding: 0;
	font-size: 16px;
}
.swatch .header .color-title {
	font-weight:bold;
	margin: 0 0 0 4px;
}
.swatch .swatch-element {
	flex:0 0 20%;
	width:20%;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: bottom;
}
.swatch .swatch-element.disabled {
	pointer-events: none;
	opacity: 0.5;
	color: #777;
	display:none;
}
.swatch .swatch-element.color{
	flex:0 0 73px;
	width:73px;
}
.swatch .swatch-element input{display:none;}
.swatch .swatch-element label{
	width: 100%;
	min-height: 42px;
	line-height: 42px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin: 0;
	position: relative;
	font-size: 15px;
	font-weight: 400;
}
a.sizechart-btn{
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.swatch .swatch-element.color label {
	height: 70px;
	display: block;
	font-size: 0;
}
.swatch .swatch-element.color label span{
	display: block;
	height: 100%;
}
.swatch .swatch-element.sd label{background:#000;color:#fff;}
.swatch .swatch-element:not(.color) label{padding: 0 5px;}
.swatch .swatch-element.color.sd label{border-color: #363636;}
.error-block {
	display: none;
	width: 100%;
	text-align: center;
	color: #bc0026;
	margin: 10px 0;
}
.error-block.active {display: block;}
.select-quantity, .quantity-area {margin-bottom: 20px;}
.box_qty .qty-btn, .quantity-area .qty-btn {
	float: left;
	background: #e6e6e6;
	border: solid 1px #ccc;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	outline: none;
	height: 42px;
	width: 42px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	border-radius: 0;
	font-size: 12px;
}
.box_qty input[type="text"], .quantity-area input[type="text"] {
	background: #fff;
	font-weight: bold;
	height: 42px;
	padding: 0;
	text-align: center;
	width: 42px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
	font-size: 14px;
}
.actions-btn button{
	margin: 0 0 15px;
}
.actions-btn button, .modal-buynow-trigger {
	width: 100%;
	display: block;
	padding: 0;
	border: 0;
	font-weight: 600;
	background: #f5e085;
	font-size: 14px;
	color: #333;
	height:42px;
	line-height: 42px;
	text-align: center;
	border-radius: 0;
	transition:all 0.3s ease-in-out;
}
.actions-btn .btn-cart{
	background:#000;
	color:#fff;
	flex:1;
	margin-right:8px;
}
.actions-btn .ap-btn-wishlist{
	flex:0 0 42px;
	width:42px;
	height:42px;
	border: 1px solid #000;
	color: #000;
	font-size: 25px;
	line-height: 45px;
	text-align: center;
}
.actions-btn .btn-buynow{text-transform:uppercase;}
.actions-btn .btn-buynow:hover{
	background:#e1c757;
}
.actions-btn .btn-cart:hover{
	background: #3c3c3c;
}
.btn-cart.disabled, .modal-buynow-trigger.disabled, #add-to-cartbottom.disabled {
	background: #666;
	border-color: #666;
	color: #fff;
	pointer-events: none;
}
.policyProduct, .policyProduct li{
	margin-bottom: 15px;
	color:#777;    
	line-height: 21px;
	font-weight:300;
}
.policyProduct li h5{
	font-weight:bold;
	color:#333;
	font-size: 13px;
	line-height: 18px;
}
.product-des-box{
	font-size: 14px;
	line-height: 1.5;font-weight: normal;
}
.product-des-box h2{
font-size: 22px;
}
.product-des-box h2,.product-des-box h3, .product-des-box h4, .product-des-box h5, .product-des-box p {
	margin-bottom: 15px;
}
.product-des-box ul{
	list-style-type: initial;
	padding-left: 20px;
}
.product-des-box ol{
	list-style-type: decimal;
	padding-left: 20px;
}
.product-badge {
	margin-bottom: 5px;
}
.product-badge span{
	display: inline-flex;
	align-items:center;
	justify-content:center;
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	padding: 8px 5px 4px;
	font-weight: 600;
	height: 33px;
}
.product-promotion {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 10px 0;
	position: relative;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-promotion .promotion-title {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #8a041f;
	font-size: 13px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.6px;
}
.product-promotion .promotion-check {
	margin-bottom: 0;
	display: inline-block;
	font-size: 13px;
}
.product-promotion .promotion-rela {
	position: absolute;
	top: 6px;
	right: 0;
}
.product-promotion .btn-info {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	background: #000;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
}
.product-promotion .promotion-content {
	background: #000;
	width: 200px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px;
	position: absolute;
	right: -10px;
	bottom: calc(100% + 15px);
	border-radius: 2px;
	z-index: 9999;
	display: none;
}
.product-promotion .promotion-rela:hover .promotion-content {
	display: block;
}
.message-report {
	position: relative;
	color: #2b90be;
	font-weight: 700;
	overflow: hidden;
	margin-bottom: 10px;
	min-height: 25px;
	transition: all 0.3s;
	left:0;
}
.message-report.first{
	opacity: 0;
	visibility: hidden;
	left: -100px;
}
.message-report .message-icon {
	width: 20px;
}
.message-report .message-text {
	margin-left: 5px;
	font-size: 14px;
	padding-top: 2px;
}
.section-policy .tab-policy {
	padding: 30px 0;
	margin: 0;
}
.section-policy .tab-policy li{
	flex: 1;
	background: #f7f8fa;
	padding: 20px 10px;
	margin-right: 2px;
	text-align: center;
	text-transform: uppercase;
}
.section-policy .tab-policy li a {
	text-decoration: underline;
	color: #000;
	text-transform: initial;
}
.modal-policy .modal-header {
	border-bottom: none;
}
.modal-policy .modal-header .close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 32px;
	color: #000;
	opacity: 1;
}
.modal-policy .modal-header .modal-title {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.modal-policy .modal-content {
	max-height: calc(100vh - 100px);
	overflow: hidden;
	overflow-y: auto;
}
.modal-policy .modal-body {
	padding: 0 15px;
}
/*  end product    */
/*-------------ACCOUNT------------*/
.layout-account {
	padding: 30px 0;
	text-align: center;
}
.AccountTitle {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	color: #383838;
}
.AccountList ul > li > a {
	display: block;
	position: relative;
	padding: 5px 0px;
	color: #252A2B;
}
.AccountList ul > li > a:hover {color: #333d44;}
#customer_sidebar p {font-size: 14px;overflow: hidden;}
#customer_sidebar p b span {
	float: left;
	width: 25%;
}
.title-detail {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom: 8px;
}
#customer_orders table, #order_details {
	width: 100%;
	background: #fff;
}
#customer_orders table tr, #order_details tr {
	height: 25px;
	line-height: 30px;
}
#customer_orders table tr.odd, #order_details tr {background: #fff;}
#customer_orders table tr td, #order_details tr td {
	vertical-align: middle;
	border-top: none;
	font-size: 14px;
}
#order_details tr td {
	line-height: 21px;
}
#order_details tr td a,#order_details b {
	font-weight: 500;
}
a#view_address {
	display: inline-block;
	color: #00b2b6;
}
a#view_address:hover {
	color: #00b2b6;
	text-decoration:underline;
}
#customer_orders,#order_payment, #order_shipping {
	margin-bottom: 30px;
	margin-top: 30px;
}
.customer-table-bg .table>tbody>tr>th {
	border-top: none;
}
.detail-table-order {
	margin-top: 30px;
}
.name-order {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.order_section_title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.order_date {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
}
.text_status {font-weight: 500;}
.address p {margin-bottom: 5px;}
.account-order .address {
	margin: 0px 0px 30px;
	padding: 10px;
	background-color: #fbfbfb;
}
span.variant_acc {
	font-size: 13px;
	opacity: 0.8;
}
.alert-info {
	border-radius: 0;
	margin-bottom: 0;
}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	background-color: #d9edf7;
	border-color: #bce8f1;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding: 15px;
}
.address_title h3 {
	margin: 0;
	font-size: 14px;
	padding-right:62px;
}
.account-address .note {
	border: none;
	padding: 0;
}
p.address_actions.text-right {
	margin: 7px 5px 0px 0;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
}
.action_link a {
	text-transform: uppercase;
	font-size: 15px;
}
span.action_link {padding: 5px;}
.view_address p > b {
	font-weight: 500;
	font-size: 14px;
}
.view_address p {
	margin: 5px 0;
	line-height: 15px;
	font-size: 14px;
}
.add-new-address {
	padding-bottom: 10px;
	display: inline-block;
	padding: 10px;
	background: #333d44;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.5s;
}
.add-new-address:hover, .add-new-address:focus {
	background: #000000;
	color: #fff;
}
.account-address .input-group-addon {display: none}
.input-group {margin: 15px 0px;}
.input-group .input-group-addon {
	padding: 6px 10px;
	border-radius: 0;
	color: #DAD9D9;
	background-color: #ebebeb;
	border-color: #ebebeb;
	min-width: 34px;
}
.wrapbox-heading-account h1 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#recover-password .accounttype h2 {
	text-align: center;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.box-account h3 {
	text-align: center;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.box-account button {
	padding: 5px;
	color: #fff;
}
.box-account button.btsocialloginfb {
	background: #546ea6;
	border: 1px solid #546ea6;
}
.box-account button.btsociallogingg {
	background: #df5656;
	border: 1px solid #df5656;
}
.box-account button i {margin-right: 6px;}
.userbox {
	max-width: 100%;
	padding: 15px 30px;
	background-color: #e1e1e1;
	-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;
	text-align: center;
}
.userbox form {max-width: 410px;margin: 0 auto;}
.userbox input[type=email], .userbox input[type=password], .userbox input[type=text] {
	max-width: calc(100% - 30px);
	background-color: #fff;
	border: solid 1px #E7E7E7;
	outline: none;
}
.account-title-head h1{
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #28303e;
	text-transform: uppercase;
	color: #28303e;
	font-size: 18px;
	margin-bottom: 20px;
}
.account-title-head h1 a{
	color: #00b2b6;
}
.account-title-head h1 a:hover{color: #00b2b6;text-decoration:underline;}
#login-check-submit {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-color: #000;
	padding: 12px 20px;
	border-radius: 30px;
	font-size: 14px;
	width: 100%;
	letter-spacing: 2px;
	margin: 0 0 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.large_form {margin-bottom: 15px;}
.action_bottom {margin: 10px 0;}
.action_bottom .btn {
	width: 100%;
	background: #333d44;
	color: rgba(255,255,255,0.9);
	margin-bottom: 10px;
	border: 0;
	line-height: 28px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .5s;
}
.action_bottom .btn:hover {background: #222;}
/*------------- End ACCOUNT ------------*/
.sort-mb {
	text-align: center;
	margin-bottom: 15px;
}
.show-filter {
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	background: #333d44;
	border: 1px solid #333d44;
}
body.open-menu, body.open-cart {overflow: hidden;height:100vh;}
#header-mobile-menu.active i:before {
	content: '\f00d';
}
.menu-nav-mobile-close {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: -100%;
	top: 0;
	background: rgba(0,0,0,.4);
	z-index: 888888;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.menu-nav-mobile-click-close {
	padding: 9px 15px;
	font-weight: 800;
	background: #0e1d49;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	width: 15%;
	margin: 0 0 0 auto;
}
.cart-mobile-close {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(46,55,61,.32);
	z-index: 8888889;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0;
	visibility: hidden;
}
.open-cart .cart-mobile-close{
	opacity: 1;
	visibility: visible;
}
#mmenu {
	width: 85%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: -100%;
	height: 100vh;
	background: #fff;
	-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;
	overflow-y: auto;
}
#mmenu.active, .open-menu .menu-nav-mobile-close {left: 0;}
#mmenu > .title {
	padding: 10px;
	height: 52px;
	line-height: 31px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	background: #fff;
	text-transform: uppercase;
}
#header-nav-mobile {
	background: #fff;
	position: relative;
	height: calc(100% - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}
#header-nav-mobile li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
#header-nav-mobile li:last-child{border-bottom:0;}
#header-nav-mobile li a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	width: calc(100% - 45px);
	text-transform: uppercase;
	padding: 10px 0 10px 15px;
}
#header-nav-mobile li .sub-menu > li > a{
	font-weight: 500;
}
#header-nav-mobile li .sub-menu-2 li{border-bottom:0;}
#header-nav-mobile li .sub-menu-2 li a{
	font-weight: 500;
	text-transform: initial;
	padding-left:0;
}
#header-nav-mobile li.title {
	margin-left: 0;
	background: #ecedef;
	padding-left: 16px;
}
#header-nav-mobile li.has-child span.icon-sub {
	font-size: 18px;
	width: 45px;
	text-align: center;
	cursor: pointer;
	color: #000;
}
#header-nav-mobile li.has-child span.icon-sub i{transition:all 0.3s ease-in-out;}
#header-nav-mobile li.has-child.active > span.icon-sub i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#header-nav-mobile li a svg {
	fill: #6f6f6f;
	width: 24px;
	height: 19px;
	margin-right: 6px;
	position: relative;
	top: 5px;
}
#header-nav-mobile li>ul {
	flex: 0 0 100%;
	width: 100%;
	background: #fff;
	height: 100%;
	padding: 0;
	transition: all 0.5s ease;
	display: none;
	padding-left: 20px;
	border-top: 1px solid #ccc;
}
.menu-mobile-info {padding: 24px 10px;}
.menu-mobile-info p {font-weight: bold;}
.menu-mobile-info .footer-mxh i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
	border-radius: 50%;
	text-align: center;
}
#mobile-cart, .mobile-filter {
	position: fixed;
	width: 85%;
	max-width: 390px;
	height: 100vh;
	right: -85%;
	top: 0;
	background: #fff;
	z-index: 3147483647;
	overflow-y: auto;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-ms-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#mobile-cart.active, .mobile-filter.active {right: 0;}
.close-nav-sidebar-new {
	text-align: center;
	position: absolute;
	font-weight: 700;
	right: 0px;
	top: 0;
	z-index: 10000;
	width: 46px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
}
.close-nav-sidebar-new svg {
	fill: #fff;
	width: 16px;
	height: 16px;
}
.cart-mini-title {
	font-weight: 700;
	font-size: 18px;
	background: #232323;
	position: sticky;
	top: 0;
	z-index: 9;
}
.cart-mini-title p {
	padding: 7px;
	margin: 0px;
	line-height: 31px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2.5px;
}
/*----------------- Search auto ---------------*/
.wpo-wrapper-search {
	position: relative;
}
.smart-search-wrapper {
	position: absolute;
	width: 666px;
	background: #fff;
	z-index: 100;
	right: 0;
	top: 100%;
	border: 2px solid #0e1d49;
	padding: 20px;
	max-height: 80vh;
	overflow-y: auto;
}
.smart-title {
	font-size: 17px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.smart-search-wrapper .item-ult {
	padding: 0 10px;
	flex: 0 0 33%;
	width: 33%;
	margin-bottom: 20px;
}
.smart-search-wrapper .resultsContent .item-ult .thumbs-ult {margin-bottom: 10px;}
.smart-search-wrapper .resultsContent .item-ult .info-ult {padding: 0;}
.smart-search-wrapper .resultsContent .item-ult .info-ult h4 a {
	font-size: 14px;
	color: #0e1d49;
}
.smart-search-wrapper .item-ult .info-ult .price-ult {margin-top: 3px;font-size: 12px;line-height:1.5;}
.smart-search-wrapper .price-ult .price-pro-ult {color: #c61010;}
.smart-search-wrapper .price-ult .price-old-ult {
	text-decoration: line-through;
	margin-left: 7px;
	color: #0e1d49;
}
.smart-search-wrapper .item-ult:hover .info-ult h4 a{
	color:#898c8d;
}
/*---------End search auto-----------*/
.modal {z-index: 1052;}
.modal-header .close svg {
	width: 16px;
	height: 16px;
	stroke: #000;
}
/*-------- index ----------*/
.my-btn .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 42px;
}
.my-btn .owl-nav button i {font-size: 36px;display:block;}
.my-btn .owl-nav button.owl-next {right: 0;    color: #fff;}
.my-btn .owl-nav button.owl-next.disabled, .my-btn .owl-nav button.owl-prev.disabled {color: rgba(51,61,68,.2);display:none;}
.my-btn .owl-nav button.owl-prev {left: 0;    color: #fff;}
.main-slider, .index-banner {
	margin-bottom: 15px;
}
.index-video {
	margin-bottom: 30px;
}
.index-tabs {
	padding: 100px 0;
}
.index-tab-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.index-tab-box span{
	display: block;
	margin: 0 15px;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 12px;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	color: #0e1d49;
	opacity: 0.4;
	font-weight: bold;
	cursor: pointer;
}
.index-tab-box span.active{opacity:1;border-bottom-color:#0e1d49;}
.index-tab-banner .index-tab-item {
	flex: 0 0 calc(100%/3 - 26px);
	width: calc(100%/3 - 26px);
	margin-right: 39px;
	margin-bottom: 15px;
	padding-bottom: 30px;
}
.index-tab-banner .index-tab-item:last-child{
	margin-right: 0;
}
.index-tab-item a{display:block;color: #0e1d49;}
.index-tab-item .img{
	position:relative;
	padding-bottom:100%;
	height:0;
	overflow:hidden;
}
.index-tab-item .img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	object-fit: cover;
	transition:all 0.3s ease-in-out;
}
.index-tab-item .title {
	margin: 18px 0 11px;
	font-size: 20px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: bold;
	color: #0e1d49;
}
.index-tab-item span{
	display:block;
	color: #0e1d49;
	font-size: 19px;
	line-height: 1.26;
}
.index-tab-item a.effect:hover .img img{transform: scale(1.1);}
.index-tab-content{display:none;}
.index-tab-content.active{display:block;}
.index-banner .banner-caption{
	width:78%;
	top: 0;
	transform: translateX(-50%);
	padding: 40px 0;
}
.index-banner-coll {
	padding: 72px 0;
}
.index-coll-banner .index-tab-item{
	flex:0 0 calc(50% - 15px);
	width:calc(50% - 15px);
}
.index-coll-banner .index-tab-item .title{margin:25px 0 5px;}
.index-coll-banner .index-tab-item span{margin-bottom:20px;}
.index-coll-banner .index-tab-item .btn-index{
	padding: 13px 16px 9px;
	font-size: 14px;
}
.index-product{
	padding:60px 0;
}
.index-loop.pro-loop .product-block{
	padding:0;
	box-shadow:none !important;
}
.index-loop.pro-loop .price-wrap {
	height: 47px;
}
.index-loop.pro-loop .price-wrap .price-current, .index-loop.pro-loop .select_variant{
	justify-content: flex-start;
}
.index-loop.pro-loop .product-detail .pro-name, .index-loop.pro-loop .price-wrap .pro-price-del{
	text-align:left;
}
.index-loop.pro-loop .select_variant{margin:5px 0;padding: 0;}
.index-loop.pro-loop .select_variant .color-select-fix{
	width:40px;
	height:40px;
	border-radius:0;
}
.index-loop.pro-loop .product-detail .btn-wl, .index-loop.pro-loop .btn-hover{
	display:none;
}
.index-banner-motion {
	padding: 16px 0 30px;
	border-top: 1px solid #ddd;
}
.index-banner-motion .title-box{padding-bottom:10px;}
.index-banner-motion .index-title{margin-bottom:15px;}
.index-banner-motion .motion-desc {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #0e1d49;
}
.motion-banner .img {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.motion-banner .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-motion-owl.my-btn .owl-nav button i {
	font-size: 50px;
}
.index-newsletter {
	padding: 52px 0 58px;
	background: #e6e6e7 url(//theme.hstatic.net/200000889109/1001372415/14/index_newsletter_bg.jpg?v=17) center center/cover no-repeat;
}
.index-newsletter-box {
	max-width: 390px;
	margin: 0 auto;
	text-align: center;
}
.index-newsletter-box .index-newsletter-title{
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 10px;
	font-weight: bold;
	color: #0e1d49;
}
.index-newsletter-box p{
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto 20px;
	letter-spacing: 0.42px;
	max-width: 370px;
	color: #0e1d49;
}
.index-newsletter-box form .flex-box input{
	flex:0 0 calc(100% - 80px);
	width:calc(100% - 80px);
	height:40px;
	border:1px solid #0e1d49;
	background:#fff;
	padding: 8px 17px 6px;
	border-radius: 20px 0 0 20px;
	font-size: 16px;
	line-height: 24px;
	color: #0e1d49;
}
.index-newsletter-box form .flex-box input::-webkit-input-placeholder {color: #0e1d49;}
.index-newsletter-box form .flex-box input:-ms-input-placeholder {color: #0e1d49;}
.index-newsletter-box form .flex-box input::placeholder {color: #0e1d49;}
.index-newsletter-box form .flex-box button{
	flex:0 0 80px;
	width:80px;
	background:#0e1d49;
	color:#fff;
	height:40px;
	border:0;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	line-height:42px;
	border-radius:0 20px 20px 0;
}
/*-------- end index ----------*/
/*-----Sidebar Blog----*/
.news-latest, .menu-blog {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 22px 3px rgba(0,0,0,.045);
}
.sidebarblog-title h2 {
	font-size: 13px;
	margin-bottom: 20px;
	padding: 6px 0;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.sidebarblog-title h2:before {
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: black;
	content: "";
	left: -20px;
	top: 0;
}
.list-news-latest {counter-reset: blog-counter;}
.list-news-latest .item-article {margin: 0 0 30px;}
.list-news-latest .item-article .post-image {
	width: 78px;
	height: 78px;
	float: left;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.list-news-latest .item-article .post-image:before {
	content: counter(blog-counter);
	counter-increment: blog-counter;
	position: absolute;
	text-align: center;
	font-size: 26px;
	background: rgba(17,17,17,.32);
	color: hsla(0,0%,100%,.92);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 78px;
}
.list-news-latest .item-article .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-news-latest .item-article .post-content {
	width: calc(100% - 88px);
	float: left;
	margin-left: 10px;
}
.list-news-latest .item-article .post-content h3 {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}
.list-news-latest .item-article .post-content span.date {color: #777;margin-bottom: 5px;}
.hot-news .item-article {
	margin-bottom: 20px;
	position: relative;
}
.hot-news .item-article h3 {
	padding: 15px;
	text-align: center;
	background-color: #fff;
	width: 80%;
	margin: -40px auto 0;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0 5px 10px rgba(154,160,185,.05);
	box-shadow: 0 5px 10px rgba(154,160,185,.05);
	font-size: 13px;
	line-height: 18px;
}
.box-article-heading h1 {
	margin: 30px 0;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
}
.article-info-more{margin-bottom:15px;}
.article-info-more li {
	opacity: 0.85;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
}
ul.article-info-more li i {margin-right: 5px;}
.menu-social-icons{margin-top:5px;}
.menu-social-icons .share-button {
	padding: 8px 10px 5px 10px;
	margin-right: 10px;
	border: 1px solid #000;
	cursor: pointer;
}
.menu-social-icons .share-button:hover{
	background:#000;
	color:#fff;
}
.article-pages, .meta-tags, .article-comment .comment_form, .post-navigation {margin-bottom: 40px;}
.article-pages * {max-width: 100%!important;}
.article-pages h2, .article-pages h3, .article-pages h4 {margin-bottom: 15px;}
.article-pages p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.article-pages p a{
	color: #337ab7;
	text-decoration:underline;
}
.article-pages ul, .wrapper-page ul{
	list-style: initial;
	margin: 0 0 20px 20px;
}
.article-pages ol, .wrapper-page ol{
	list-style: decimal;
	margin: 0 0 20px 20px;
}
.post-navigation {
	font-size: 16px;
	font-weight: 600;
}
.post-navigation .left {float: left;}
.post-navigation .right {float: right;}
.heading-page h1.blog-title {
	font-weight: 500;
	text-transform: uppercase;
	margin: 20px 0 40px;
	font-size: 30px;
}
.blog-posts .blog-loop {margin-bottom: 30px;}
.blog-posts .blog-post .blog-post-title {
	margin-bottom: 13px;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2;
}
.blog-posts .blog-post .blog-post-meta {margin-bottom: 10px;}
.blog-posts .blog-post p {line-height: 21px;}
/*-------- collection -------*/
.banner-collection-header.relative {
	margin-bottom: 15px;
}
.banner-collection-link {
	flex:0 0 calc(100%/3);
	width:calc(100%/3);
	position:relative;
}
.banner-collection-link a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: inline-block;
	padding: 7px 20px;
	font-size: 14px;
	line-height: 24px;
	border:1px solid #000;
	background: #000;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
.banner-collection-link img{width:100%;}
.collection-sale-banners .collection-sale-banner{
	flex:0 0 50%;
	width:50%;
	padding:10px;
}
.collection-sale-banner a{
	position: relative;
	background: #e7e7e7;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 300px;
	overflow: hidden;
}
.collection-sale-banner a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.collection-sale-banner a .collection-sale-banner-title {
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	width: 260px;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 30px;
}
.collection-sale-banner a .collection-sale-banner-title b {
	color: #333;
	position: relative;
	font-size: 22px;
}
.collection-sale-banner a .collection-sale-banner-title b:after {
	content: '';
	position: absolute;
	bottom: -10px;
	border-bottom: 2px solid #333;
	left: 0;
	width: 80px;
}
.coll-menu-box {
	margin-bottom: 15px;
}
.coll-menu li {
	margin-right: 20px;
	flex: 0 0 auto;
	border: 1px solid transparent;
	background: #eff0f2;
}
.coll-menu li a{
	padding: 5px 8px;
	display: block;
	border: 1px solid #eff0f2;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 21px;
}
.collection-filter-block {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index:3;
}
.btn-filter{
	cursor: pointer;
	background: #eff0f2;
	padding: 5px 8px 3px;
	font-weight: bold;
	margin-right: 20px;
}
.btn-filter svg{
	width: 16px;
	height: 14px;
	margin-right: 4px;
}
.coll-remain {
	color: #616265;
	position: relative;
	padding-right: 20px;
	line-height: 16px;
	margin-right:30px;
}
.coll-remain:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	background-color: #e6e6e6;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.coll-remain span{margin:0 3px;}
.filter-sort{
	position: relative;
	cursor: pointer;
}
.filter-sort-title {
	line-height: 20px;
	padding: 8px 0;
	color: #616265;
}
.filter-sort-title span{
	display: inline-block;
	vertical-align: bottom;
	width: 85px;
	white-space: nowrap;
	overflow: hidden;
	color: #616265;
	padding-right: 15px;
	text-overflow: ellipsis;
}
.filter-sort-title i{font-size:20px;color: #000;position: relative;top:1px;}
.filter-sort .sort-by {
	position: absolute;
	top: 100%;
	background: #fff;
	right: 0;
	width: 100%;
	min-width: 180px;
	border-top: 1px solid #000;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
	overflow: hidden;
	display:none;
}
.filter-sort.active .sort-by {display:block;}
.filter-sort .sort-by li{
	border-bottom: 1px solid #F3F3F3;
	padding: 6px;
	font-size:13px;
	line-height:34px;
	cursor:pointer;
	color:#313131;
}
.filter-sort .sort-by li:hover{
	background: #E4E4E4;
}
.filter-block {
	min-width: 150px;
	padding-right: 10px;
}
.filter-block:first-child {
	margin-right: 10px;
	border-radius: 3px;
}
.filter-items {
	position: relative;
	z-index: 2;
}
.filter-items .title-filter {
	display: block;
	padding: 10px 35px 10px 8px;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	color: #414042;
}
.filter-items .title-filter .filter-count {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	background: #000;
	color: #fff;
	vertical-align: bottom;
	border-radius: 50%;
	margin-left: 3px;
	text-align: center;
}
.filter-items .title-filter i {
	position:absolute;
	top:10px;
	right:19px;
	font-size: 20px;
	width: 16px;
	line-height: 20px;
	transition: all 0.4s ease-in-out;
}
.filter-items .title-filter.active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.filter-items > .filter-check {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	white-space:nowrap;
	background: #fff;
	z-index: 99;
	padding: 15px 5px;
	border-top: 1px solid #000;
	margin-top: 0;
	box-shadow: 1px 3px 3px 2px rgba(0,0,0,0.11);
	display: none;
}
.filter-items .vendor-choise{display:none;}
.filter-items.open > .filter-check, .filter-items .vendor-choise.active {
	display: block;
}
.filter-items .vendor-tab {
	margin-bottom: 15px;
}
.filter-items .vendor-tab span{
	display: block;
	width: 48px;
	height: 32px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #e1e1e1;
	color: #333;
	margin-right: 3px;
	text-decoration: none;
	cursor: pointer;
}
.filter-items .vendor-tab span.active{
	border-color: #333;
	font-weight: 600;
}
.filter-check li {
	padding:5px 0;
}
.filter-check li a {
	position: relative;
	padding: 0 0 0 35px;
	display: block;
	line-height: 24px;
	font-size: 14px;
	color:#000;
}
.filter-check li a:before {
	position: absolute;
	content: '';
	width: 23px;
	height: 23px;
	color: #fff;
	border: 1px solid #000;
	left: 4px;
	top: 0;
	border-radius: 0;
}
.filter-check li.check a:before {
	background: #000 url(//theme.hstatic.net/200000889109/1001372415/14/checked_white.png?v=17) center center/16px no-repeat;
}
.filter-check .color-choise li{
	flex: 0 0 40px;
	width: 40px;
	margin-right: 5px;
}
.sidebar-color-choise li{
	flex: 0 0 50px;
	width: 50px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.filter-check .color-choise li a:before{display:none;}
.filter-check .color-choise li a, .sidebar-color-choise li a{
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: center;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color:#000;
}
.filter-check .color-choise li a .color-bg, .sidebar-color-choise li a .color-bg {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-bottom: 5px;
	border: 1px solid #eee;
	position:relative;
}
.sidebar-color-choise li a .color-bg{
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
}
.filter-check .color-choise li.check a .color-bg:before, .sidebar-color-choise li.active a .color-bg:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(//theme.hstatic.net/200000889109/1001372415/14/checked_white.png?v=17) center center/16px no-repeat;
}
.filter-check .color-choise li.check a[class*="color-trang"] .color-bg:before, 
.sidebar-color-choise li.active a[class*="color-trang"] .color-bg:before{
	filter:invert(1);
}
.filter-text {
	padding: 14px 0 0 178px;
	display: flex;
	align-items: flex-start;
}
.clear-filter {
	padding: 7px 14px 7px 30px;
	display: inline-block;
	background: #4d555d;
	color: #fff;
	cursor: pointer;
	line-height: 17px;
	font-weight: 400;
	margin: 0 7px 0 0;
	border-radius: 7px;
	position: relative;
	min-width: 120px;
}
.clear-filter:hover {
	background: #707b87;
	color: #fff;
}
.filter-text .clear-result {
	display: flex;
	flex-flow: wrap;
}
.clear-result span {
	display: block;
	line-height: 17px;
	margin: 0 7px 10px 0;
	padding: 7px 14px 7px 30px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	background: #ecedef;
	color: #212529;
	border-radius: 7px;
}
.clear-result span:hover {background: #d6dce0;}
.clear-result span:before, .clear-filter:before {
	content: '';
	top: 15px;
	left: 8px;
	width: 12px;
	height: 1.5px;
	background: #212529;
	position: absolute;
	transform: rotate(40deg);
}
.clear-result span:after, .clear-filter:after {
	content: '';
	top: 15px;
	left: 8px;
	width: 12px;
	height: 1.5px;
	background: #212529;
	position: absolute;
	transform: rotate(-45deg);
}
.clear-filter:before, .clear-filter:after {background: #fff;}
.sort-filter-btn {
	display: block;
	padding: 4px 13px 4px 10px;
	cursor: pointer;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	color: #212529;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
}
.sort-filter-btn i {
	float: right;
	font-size: 16px;
	width: 18px;
	line-height: 24px;
	text-align: center;
	margin: 3px 0 0 10px;
}
.sort-filter-btn.sort-filter-close {
	color: #fff;
	background: #333d44;
	border-color: #333d44;
	margin-top: 20px;
	display: none;
}
.collection-filter-block.active .wrap-in, .collection-filter-block.active .sort-filter-btn.sort-filter-close {
	display: block;
}
.mfilter{
	position: fixed;
	right: -100%;
	top: 0;
	background: #fff;
	width:85%;
	max-width: 500px;
	height: 100vh;
	padding: 30px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	z-index: 9999999999;
	transition: all 1s ease-in-out;
	overflow: auto;
}
.mfilter-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	transition: all 1s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
body.open-filter .mfilter{right:0;}
body.open-filter .mfilter-overlay{
	opacity: 1;
	visibility: visible;
}
.btn-close-siderbar {
	font-size: 18px;
	margin-bottom: 15px;
	cursor: pointer;
}
.sidebar-filter-h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.siderbar-filter {
	border-top: 1px solid #e6e6e6;
}
.siderbar-filter .siderbar-filter-title {
	padding: 15px 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.siderbar-filter .siderbar-filter-title:after{
	position: absolute;
	content: '\f106';
	font-family: 'FontAwesome';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 22px;
	transition: all 0.3s;
}
.siderbar-filter .siderbar-filter-title.active:after{
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}
.sidebar-listitem {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.sidebar-listitem li {
	display: block;
	margin: 0 10px 10px 0;
	padding: 5px 8px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}
.sidebar-listitem li a{color:#000;}
.sidebar-listitem li.active{
	border-color:#000;
}
.sidebar-vendor-choise {
	display: none;
	margin-top:15px;
}
.sidebar-vendor-choise.active {
	display: block;
}
.sidebar-price {
	margin: 0 0 10px;
}
.sidebar-price li{
	display: block;
	padding: 5px 0;
}
.sidebar-price li span{
	padding-left: 30px;
	position: relative;
	display: block;
	cursor: pointer;
}
.sidebar-price li span:before{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	left: 0;
}
.sidebar-price li.active span:before{
	background: #000 url(//theme.hstatic.net/200000889109/1001372415/14/checked_white.png?v=17) center center/16px no-repeat;
}
.sidebar-vendor-tab span {
	display: inline-flex;
	width: 48px;
	height: 32px;
	border: 1px solid #e1e1e1;
	color: #333;
	justify-content: center;
	align-items: center;
	margin-right: 3px;
	text-decoration: none;
	cursor: pointer;
}
.sidebar-vendor-tab span.active{
	border-color: #333;
	font-weight: bold;
}
/*---- contact -----*/
.contact-left, .contact-right {
	margin-top: 25px;
}
.contact-left h3, .contact-right h3 {
	color: #333d44;
}
.contact-right .name-company {
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-left .form-group input[type="text"], .contact-left .form-group input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 5px;
	border-radius: 6px;
	border: 1px solid #c3c3c3;
}
.contact-left .contact-form input[type="submit"]:hover {
	background: #000000;
	color: #fff;
	border-color: #000000;
}
.contact-maps iframe {width: 100%;}
textarea.form-control{    
	border-color: #ccc !important;
	box-shadow: none !important;
}
.modal-content{border:0;box-shadow: none !important;}
#popup-sale {
	text-align: center;
	padding: 0!important;
}
#popup-sale .modal-dialog{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	max-width:500px;
}
#popup-sale .modal-body{padding:0;}
#popup-sale .popup-close{
	position: absolute;
	right: -10px;
	font-size: 18px;
	top: -15px;
	text-align: center;
	z-index: 2;
	background: #000;
	color: #FFF;
	cursor: pointer;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 34px;
	padding: 0;
	border: 0;
}
#popup-modal .modal-dialog, #popup-modal2 .modal-dialog{
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	position: relative;
	top: 50%;
	left: 0;
}
#popup-modal .modal-body, #popup-modal2 .modal-body{padding:0;}
#popup-modal .popup-close, #popup-modal2 .popup-close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	padding:10px;
	z-index: 3;
	cursor: pointer;
	transition: all 0.3s;
}
#popup-modal2 .popup-close svg line {
	stroke: #000;
}
#popup-modal2 .modal-dialog{width:94%;max-width:800px;}
.popup-box .img{
	flex:0 0 41.5%;
	width:41.5%;
}
.popup-box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup-box .popup-info{
	flex:0 0 58.5%;
	width:58.5%;
	padding:40px 30px 30px;
}
.popup-box .popup-info p {
	font-size: 22px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
}
.popup-box .popup-info h3 {
	font-size: 37px;
	line-height: 1.24;
	color: #333;
	margin-bottom: 30px;
	text-transform:uppercase;
	font-weight:bold;
}
.popup-box .popup-info form {
	width: 100%;
	max-width: 300px;
	text-align: left;
	margin: 0 auto;
}
.popup-box .popup-info form input[type="email"]{
	width:100%;
	border:1px solid #999;
	color: #0f0f0f;
	background:#fff;
	text-align:center;
	padding: 0 11px;
	height:46px;
	margin:0 0 18px;
	outline:none;
}
.popup-box .popup-info form .form-txt, .popup-box .popup-info .popup-more{
	color:#333;
	font-size:12px;
}
.popup-box .popup-info .form-type {
	display: inline-flex;
	flex-direction: column;
	font-size: 12px;
	color:#333;
	margin:5px 0 18px;
}
.popup-box .popup-info .form-type label{
	cursor:pointer;
	font-weight:400;
	line-height: 14px;
	height: 14px;
}
.popup-box .popup-info .form-type label span{
	display: inline-block;
	vertical-align: text-bottom;
}
.popup-box .popup-info .form-type label input{margin:0 4px 0 0;}
.popup-box .popup-info .popup-action button{
	display:inline-flex;
	align-items: center;
	justify-content:center;
	width:200px;
	height:46px;
	border:0;
	background:#333;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.benefit-item {
	flex: 0 0 90px;
	width: 90px;
	margin-right: 45px;
}
.product-des-box .benefit-item:last-child{margin:0;}
.benefit-item img{
	padding:0 7px;
	margin-bottom:7px;
}
.benefit-item p{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.42px;
	line-height:13px;
	color:#0e1d49;
}
.collection-sale .products-grid .pro-banner, .no-banner .pro-banner{display:none;}
/*------- Media -------- */
@media screen and (min-width:1200px) {
	.banner-caption{padding-bottom:42px;}
}
@media screen and (min-width:992px) {

}
@media screen and (min-width:768px) {
	.modal-dialog {
		width: 700px;
	}
	.footer-col .footer-menu{
		display:block !important;
	}
}
@media (max-width:1199px) {
	.header-action-account .user-dropdown{display:none;}
	.banner-caption{padding-bottom:20px;}
	.topbrand-link {
		padding: 0 15px;
	}
	.header-main{padding:9px 0;}
	.menu-mobile-btn {
		margin-right: 15px;
	}
	.menu-mobile-btn svg {
		width: 26px;
		height: 26px;
		position: relative;
		top: 4px;
	}
	.collection-filter-block .wrap-in, .coll-remain:after{display:none;}
	.collection-filter-block .coll-sort-box{
		justify-content: space-between;
		flex: 1;
	}
	.coll-remain{padding-right:0;margin:0 15px;}
	.banner-caption .caption-title{font-size:60px;line-height:1;}
	.index-banner .banner-caption .caption-title{font-size:46px;}
}
@media screen and (max-width:1024px){
	.zoomContainer {
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	.footer-bottom .footer-col{
		flex:0 0 50%;
		width:50%;
		padding: 0 20px;
	}
	.logo a img {
		width: 220px;
		height: 21px;
	}
	.product-img-left{
		margin-bottom: 30px;
	}
	.index-tabs {
		padding: 55px 0;
	}
	.index-tab-banner .index-tab-item {
		flex: 0 0 308px;
		width: 308px;
		margin-right: 15px;
	}
	.banner-caption .caption-title {
		font-size: 45px;
		line-height: 1.1;
	}
}
@media screen and (max-width: 767px) {
	.popup-box .img{display:none;}
	.popup-box .popup-info p {
		font-size: 18px;
		line-height: 25px;
	}
	.popup-box .popup-info h3 {
		font-size: 28px;
	}
	.collection-sale-banners .collection-sale-banner, .popup-box .popup-info{
		flex:0 0 100%;
		width:100%;
	}
	.collection-sale-banner a{height:auto;display: block;background: transparent;}
	.collection-sale-banner a .collection-sale-banner-title{
		position: static;
		padding: 15px 0;
	}
	.banner-collection-header.relative img {
		height: 300px;
		width: 100%;
		object-fit: cover;
	}
	.banner-collection-link{
		flex:0 0 100%;
		width:100%;
	}
	.video-box.visible-xs {
		padding-bottom: 150%;
	}
	.btn-index{
		font-size:14px;
		line-height:16px;
	}
	.banner-caption .banner-action {
		flex-direction: column;
	}
	.banner-caption .banner-action a{min-width:160px;}
	.banner-caption .banner-action a + a{margin-top:10px;}
	.banner-caption .caption-desc, .banner-caption p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.index-banner .banner-caption {
		width: 90%;
		text-align: center;
	}
	.index-banner .banner-caption .caption-title {
		font-size: 40px;
	}
	.index-banner-coll {
		padding: 49px 0;
	}
	.index-title {
		font-size: 30px;
	}
	.index-coll-banner .index-tab-item{
		flex: 0 0 100%;
		width: 100%;
	}
	.index-coll-banner .index-tab-item + .index-tab-item{margin-top:40px;}
	.product-gallery .product-image-main{
		float:none;
		width:100%;
		padding:0;
	}
	.header-main {
		padding: 6px 0;
	}
	.header-main > .container-fluid {
		padding: 0 5px;
	}
	.header-action-box > div {
		margin-right: 8px;
	}
	.menu-mobile-btn {
		margin-right: 10px;
	}
	.menu-mobile-btn svg{
		width: 20px;
		height: 20px;
	}
	.logo a img {
		width: 146px;
		height: 14px;
	}
	.header-action-lang .lang-dropdown {
		top: calc(100% + 7px);
	}
	.header-action-lang .lang-current {
		font-size: 14px;
	}
	.header-action-lang .lang-current i {
		font-size: 16px;
	}
	.header-action-box a svg, .mb-search svg {
		width: 22px;
		height: 22px;
	}
	.header-action-box .header-action-store a svg {
		width: 18px;
		height: 18px;
	}
	.header-action-cart .cart-count{top:9px;}
	.header-action-search {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 222;
		display: none;
	}
	.header-action-search.active{display:block;}
	.wpo-wrapper-search {
		padding: 15px;
	}
	.header-action form {
		width: calc(100% - 40px);
	}
	.header-action-search .mb-search-close {
		position: absolute;
		top: 20px;
		right: 15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	.header-action-search .mb-search-close svg{position:relative;top:3px;}
	.smart-search-wrapper{width:100%;border:0;}
	.smart-search-wrapper .item-ult{
		flex:0 0 50%;
		width:50%;
	}
	.head-title{font-size:24px;}
	.coll-menu li {
		margin-right: 12px;
	}
	.collection-filter-block{padding-top:30px;}
	.collection-filter-block .coll-remain{
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
	}
	.products-grid .pro-loop{padding:0;}
	.pro-loop .select_variant {
		padding: 0;
		margin: 15px 0;
	}
	.pro-loop .product-detail .pro-name{
		font-size:14px;
		line-height:18px;
		height:auto;
	}
	.footer-bottom{padding:40px 0;}
	.footer-bottom .footer-col{
		flex:0 0 100%;
		width:100%;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.footer-newsletter, .footer-bottom .footer-col.mg-mb {
		margin-top: 30px;
	}
	.footer-policy {
		padding: 5px 0 22px;
	}
	.footer-col .footer-menu{display:none;margin-top: 20px;}
	.footer-col.mb-click .footer-title{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 0;
		margin-bottom: 0;
		border-bottom: 1px solid #fff;
	}
	.footer-col.mb-click .footer-title:after{
		content: "\f107";
		font-size: 20px;
		display: inline-block;
		font-family:'FontAwesome';
		color:#fff;
		transition:all 0.3s ease-in-out;
	}
	.footer-col.mb-click.active .footer-title:after{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.footer-bottom .footer-col.mg-mb {
		text-align:center;
	}
	.footer-bottom .footer-socials{justify-content: center;}
	.footer-newsletter form {
		max-width: 230px;
		margin:0 auto;
	}
	.section-policy .tab-policy li{
		flex: 0 0 100%;
		width:100%;
		margin:0 0 5px;
	}
}

.loop-pro-vendor{
      display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.primary-navigation .level-1 {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0 15px;
	position: inherit;
	margin: 0;
}

.primary-navigation .level-1 > li {
	display: inline-block;
	margin: 0;
	position: inherit;
	text-align: left;
}

.primary-navigation .level-1 > li.color_prev_last > a {
	color: #050505
}

.primary-navigation .level-1 > li.color_last > a {
	color: #520c11
}

.primary-navigation .level-1 > li > a {
	display: inline-block;
	padding:25px 0;
	font-size: 16px;
	margin:0 14px;
	color: #414042;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
.primary-navigation .level-1 > li > a:before{
	content: '';
	background-color: #000;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	-webkit-transform: scale3d(0,1,5);
	transform: scale3d(0,1,5);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	-webkit-transition-timing-function: cubic-bezier(1,.68,.16,.9);
	transition-timing-function: cubic-bezier(1,.68,.16,.9);
}
.primary-navigation .level-1 > li:hover > a:before{
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.primary-navigation .level-2 {
	padding: 0;
	margin: 0;
	z-index: 100;
	position: absolute;
	top:100%;
	left: 0px;
	width: 100%;
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .1); box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .1);
}

.primary-navigation .level-2.active, .primary-navigation .level-2:hover {
	display: block;
}

.primary-navigation .level-2 .level-2__inner-container {
	background: #ffffff;
}

.primary-navigation .level-2 .level-2__inner-container .ContentImage {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 0;
	float: left;
}

.primary-navigation .level-2 .level-2__inner-container .ContentImage li {
	float: left;
}

.menulink ul li {
	padding-bottom: 3px;
}

.menulink ul li a {
	color: #000;
	font-size: 16px;
}

.menulink ul li.active a {
	text-decoration: none;
}

.menulink ul li .cat-header {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
}

.menulink ul li .level-3 ul li a {
	font-size: 16px;
}
li.branch:hover > div {
	-webkit-transform: rotate3d(0,0,0,0deg);
	-moz-transform: rotate3d(0,0,0,0deg);
	-o-transform: rotate3d(0,0,0,0deg);
	-ms-transform: rotate3d(0,0,0,0deg);
	transform: rotate3d(0,0,0,0deg);
}
@media only screen and (max-width: 1266px) and (min-width: 1024px) {
	.primary-navigation .level-1 > li > a {
		font-size: 11px;
		padding: 0 3px;
	}
}

@media only screen and (min-width: 1025px) {
	.primary-navigation .level-2{ 
		background: #FFF;
		display: flex !important;
		justify-content: center;
	}
	.primary-navigation .level-2 .level-2__inner-container {
		padding: 0 60px 0 70px !important;
		width: 100%;
		float: left;
		//max-width: 1600px;
		display: flex;
		display: -webkit-flex;
	}
}

@media only screen and (min-width: 1420px) {
	.primary-navigation .level-2 .level-2__inner-container {
		padding: 28px 6em 30px;
	}

	.footer-content .footer-block-2 ul {
		margin: 0;
		/*position: absolute;
		top: 80px;
		left: 330px;*/
		margin-top: 10px;
	}
}
.mg-menu-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .mg-menu-banner-item .btn-index {
    margin-top: 10px;
    padding: 8px; }
  .mg-menu-banner-item + h6 {
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 8px; }
    .mg-menu-banner-item + h6 + p {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 16px;
      text-align: center; }
      .mg-menu-banner-item + h6 + p + div strong {
        display: block; }
    .mg-menu-banner-item + h6 + div strong {
      display: block; }
  .mg-menu-banner-item + p {
    text-align: center; }
    .mg-menu-banner-item + p + div strong {
      display: block; }
  .mg-menu-banner-item + div {
    text-align: center; }
    .mg-menu-banner-item + div strong {
      display: block; }
.primary-navigation .level-2 .level-2__inner-container.threecol-oneimg, .primary-navigation .level-2 .level-2__inner-container.fourcol-oneimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .primary-navigation .level-2 .level-2__inner-container.threecol-oneimg .menulink, .primary-navigation .level-2 .level-2__inner-container.fourcol-oneimg .menulink {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .primary-navigation .level-2 .level-2__inner-container.threecol-oneimg .imglink, .primary-navigation .level-2 .level-2__inner-container.fourcol-oneimg .imglink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }

.primary-navigation .level-2 .level-2__inner-container.onecol-fourimg .menulink {
  width: 20%; }

.primary-navigation .level-2 .level-2__inner-container.onecol-fourimg .imglink {
  width: 80%; }
  .primary-navigation .level-2 .level-2__inner-container.onecol-fourimg .imglink .dFlex {
    justify-content: flex-start; }
    .primary-navigation .level-2 .level-2__inner-container.onecol-fourimg .imglink .dFlex .col-md-3 {
      min-width: 220px;
      max-width: 220px;
      padding: 8px !important;
      margin-right: 2%; }
      .primary-navigation .level-2 .level-2__inner-container.onecol-fourimg .imglink .dFlex .col-md-3:hover {
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }

.primary-navigation .level-2 .level-2__inner-container.onecol-threeimg .imglink {
  padding-right: 0; }
  .primary-navigation .level-2 .level-2__inner-container.onecol-threeimg .imglink .dFlex {
    justify-content: space-between; }
  .primary-navigation .level-2 .level-2__inner-container.onecol-threeimg .imglink .col-md-4 {
    padding: 0 !important;
    width: calc(33.33333333% - 15px); }

.primary-navigation .level-2 .level-2__inner-container.twocol-twoimg .imglink {
  padding-right: 0; }
  .primary-navigation .level-2 .level-2__inner-container.twocol-twoimg .imglink .dFlex {
    justify-content: space-between; }
  .primary-navigation .level-2 .level-2__inner-container.twocol-twoimg .imglink .col-md-6 {
    padding: 0 !important;
    width: calc(50% - 15px); }

.primary-navigation .level-2 .level-2__inner-container.twocol-oneimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .primary-navigation .level-2 .level-2__inner-container.twocol-oneimg .menulink {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .primary-navigation .level-2 .level-2__inner-container.twocol-oneimg .imglink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }

.primary-navigation .btn-index {
    display: inline-block;
    min-width: 150px;
    background: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 12px 20px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 auto 15px;
}
.primary-navigation a:hover, .primary-navigation a:active, .primary-navigation a:focus{
    text-decoration: underline;
    outline: 0;
}
.level-2__inner-container.menu-brading {
    flex-wrap: wrap;
    max-width: 60%;
}
.level-2__inner-container.menu-brading  .menulink.col-md-2 {
    margin-bottom: 20px;
    padding: 0px 10px;
}
.megamenu-image, .megamenu-image span {
    width: 100%;
    height: 100%;
}
.megamenu-image {
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: none;
    padding-top: 3px;
    padding-bottom: 3px;
    background-repeat: repeat-x;
    background-position: 0 3px;
    background-image: linear-gradient(to top, currentColor 3px, transparent 3px);
    transition: background-position 0.25s;
    padding: 1rem 1.5rem;
    background-color: #f5f5f5;
    text-align: center;
}
.megamenu-image img {
    width: initial;
    height: auto;
    margin: auto;
}
.megamenu-image:hover, .megamenu-image:focus {
    background-color: #ddd;
    background-position: 0 0;
}
.color_last > a.cat-header{
	color: #000000 !important;
}


.swatch-element.change-img.soldout {
    display: none;
}

.banner-caption.text-center {
  
    pointer-events: none;
}
